img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}.wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item,".") ". ";counter-increment:item}@font-face{ font-display:swap;
  font-family: Cinem;
  src: url('/wp-content/plugins/fonts/Cinema.ttf')  format('truetype');
 }
*{
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}
a, body {
  color: #232933;
}
/* Chrome, Safari, Edge, Opera */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px !important;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ececed!important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c0c2c5!important;
  border-radius:6px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1!important; 
}

/* Firefox */
input.qty[type=number] {
  -moz-appearance: textfield;
}
body .spinner{
  display: flex;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
}
.ajax-loader:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,0);
  border-left-color: var(--color-gray-900);
  border-radius: 50%;
  vertical-align: middle
}


/* Safari | chrome */
@-webkit-keyframes nasa-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
/* FF */
@-moz-keyframes nasa-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}
/* Opera */
@-o-keyframes nasa-spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes nasa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

div.no-main-menu{
  width: 100% !important;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #424242;
}
div.no-main-menu a {
  color: #0060ff;
}
.blockUI.blockOverlay {
  z-index: 1 !important;
  cursor: no-drop !important;
}
body .blockOverlay {
  background: #FFF !important;
}
.blockUI.blockOverlay:before {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #333;
  border-left: 1px solid #efefef;
  border-right: 1px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: nasa-spin .5s linear infinite;
  -moz-animation: nasa-spin .5s linear infinite;
  -o-animation: nasa-spin .5s linear infinite;
  -ms-animation: nasa-spin .5s linear infinite;
  animation: nasa-spin .5s linear infinite;
}


.dokan-store-wrap div#dokan-content {
  display: flex;
  flex-direction: column;
}

.dokan-store-products-filter-area {
  order: 1;
}

.dokan-store-wrap h2.products-list-heading {

  order: 1;
}

.dokan-store-wrap div#dokan_store_section_latest {
  order: 2;
}

.dokan-store-wrap div#dokan_store_section_best_selling {
  order: 3;
}

.dokan-store-wrap div#dokan_store_section_top_rated {
  order: 4;
}

.dokan-store-wrap .seller-items {
  order: 5;

}

.dokan-store-wrap nav#nav-below {
  order: 6;
}

.dokan-store-wrap .woocommerce li.product {

  height: 28rem;

}

/** header **/
body .blacki{
  background: rgba(8,10,56,.5);  position: fixed;
  opacity: 0;
  transition: 0.1s all
}
body .swal2-container{
  z-index: 10600;
}
body.mobit .swal2-container.swal2-top-end,body.mobit .swal2-container.swal2-top-right{
  top: 70px !important;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
#nprogress .spinner {
  border-top: 2px solid #ff6a00!important;
}
#nprogress .bar {
  background: rgb(255, 103, 2);

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}


/* Remove these to get rid of the spinner */
body #nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
  border: 2px solid #f3f3f3;
  left: unset;
  bottom: unset;
  width: 23px;
  height: 23px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

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

body .blacki.activ{
  opacity: 1;
  visibility: visible;
  transition: 0.2s all
}
@keyframes shimmer {
  0% {
      -webkit-mask-position: 140% 140%;
      mask-position: 140% 140%;
  }

  100% {
      -webkit-mask-position: -20% -20%;
      mask-position: -20% -20%;
  }
}


@keyframes ajax-rotate {
  100% {
      transform: rotate(360deg)
  }
}

.ajax-loader:after {
  animation: ajax-rotate 450ms infinite linear;
}
body .loader-p{
  width: 85px;
  height: 85px;
}
#scroll-more-ajax.item-pro{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
#scroll-more-ajax.item-pro .ajax-loader{
  padding: 12px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
#scroll-more-ajax.item-pro .title{
  font-size: 13px;
  font-weight: 500;
  color: #424750;
}

.cooment_mobile_title{
  display: none;
}
.del-footer footer{
  display:none !important;
}
/* Chrome, Safari, Edge, Opera */
.prk-loginbox input::-webkit-outer-spin-button,
.prk-loginbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .remodal-wrapper{
  z-index: 999999 !important;
}
.show-more::after{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e930";
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 11px;
  margin-right: 2px;
}
/* Firefox */
.prk-loginbox input[type=number] {
  -moz-appearance: textfield;
}
body .error-404 img{
  height: auto;
  max-width: 100%;
}
body.index-page .titles-pro.hide::after{
	display: none;
}
body .fsize26{
  font-size: 26px !important;
}
html.inner_hidden{
  overflow: hidden;
  padding-right: 18px;
  height: inherit;
}
body .right-product,.promotion_produt,.mcarousel_product{
  background-color: #fff;
}
body .mcarousel_product.modern_blog{
  background: transparent
}
body .item-index.home-blog{
  border: unset;
  padding-bottom: 0;
}
body .item-index.home-blog:hover{
  box-shadow: unset;
}
body .item-index.home-blog .title-item-index p{
  margin-bottom: 0;
}
html body .col-product.wee.old_ver{
  background-color: #fff !important;
}
body .right-product.items .head-product {
  width: 100%;
  margin-top: 0;
}
body .right-product .icon-carosel{
  position: relative;
  font-size: 22px;
  top: 5px;
  padding-left: 0px;
}
/* body .dn-app-closes{
  width: 11%;
} */
body .article_item{
  text-align: center;
}
.article_item .product-item-link{
  display: block;
}
body .dn-app-closes::before{
  font-size: 24px;
  line-height: 10px;
  position: relative;
  top: 8px;
}
.des-insert-reveiw h3 strong{
  margin-bottom: 30px;
  letter-spacing: -.5px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}

body .container-option-ratings{
  flex: 0 0 45%;
  margin-bottom: 15px;
  margin-left: 40px;
}
body .container-option-ratings .prk-title-ratings-review{
  font-family: prk-font !important;
}
.single_product_accordion .accordion_panel div,.single_product_accordion .accordion_panel p,.single_product_accordion .accordion_panel span{
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #535353;
  text-align: justify;
}
body .container-option-ratings span.capisa-title-ratings-review{
  font-size: 15px;
  color: #737373;
  margin-right: 10px;
  font-weight: 600;
}
body .title-product-and-rtaing-options{
  width: 58%;
background: transparent;
}
body .main-thumbnail-ratings-title{
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .title-product-review{
  font-size: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2f3a44;
}
body .capisa-main-nouislider{
  display: flex;
  justify-content: space-between;
}
body .capisa-main-nouislider .prk-nouislider{
  width: 83%;
  margin-top: 10px;
}
body .capisa-main-nouislider .l-left{
  width: 15%;
  text-align: center;
  max-height: 30px;
  height: 30px;
  line-height: 20px;
  color: #2a2a2a;
}
body .thumbnail-product-review img{
  max-width: 215px;
}
body .thumbnail-product-review{
  width: 30%;
  padding: 0;
}
body .des-insert-reveiw{
  border-right: 1px solid #f8f3f3;
}
body .woocommerce #review_form #respond textarea{
  height: 110px;
}
body .woocommerce #review_form #respond .stars span a{
  font-size: 20px;
  color: transparent;
}
body .woocommerce p.stars a::before{
  color: #FFB518;
}
body.single-product #commentform{
  gap: 8px;
}
body .text_center .topbar-close{
  margin-left: 20px;
}
body .text_center .topbar-link{
  margin-right: 24px;
}
body .dn-app-mobile{
  padding: 0 15px;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 60px;
}
.alignright{
	float: right;
	margin: 12px 0 12px 12px;
	max-width: 100%;
}
.alignleft{
	float: left;
	margin: 12px 12px 12px 0;
	max-width: 100%;
}
.aligncenter{
	margin: 12px auto;
	max-width: 100%;
	display: block;
}
.fadableElement {
   opacity: 1;
   transition: opacity 2s ease-in-out;
   -moz-transition: opacity 2s ease-in-out;
   -webkit-transition: opacity 2s ease-in-out;
   }

.fadeOut {
    opacity:0;
}
body .dn-app-mobile span{
  line-height: 25px;
}
/* body .dn-app-mobile .icon-app{
  width: 20%;
}
body .dn-app-mobile .dn-app-text{
  width: 70%;
}
body .dn-app-mobile .dn-app-btn{
  width: 20%;
} */
body .right-product.items .head-product span::after{
  display: none;
}
.icon-wrap.cart-btn img{
  max-width: 29px;
}
body .cart-btn em{
  border-radius: 5px;
}
.icon-shopping-cart {
    background-image: url(/wp-content/plugins/images/shopping-cart.svg?625f69b…);
    margin-left: 10px!important;
    padding: 12px 16px;
}
.price_chart_ajax_loader{
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.logo-mobile{
  text-align: right;
  border-bottom: 1px solid #E5E5EA;
  margin: 5px auto;
}
.logo-mobile img{
  padding: 10px 10px;
  max-width: 140px;
  height: auto;
}
.header .col-1{
  display: inline-block;
  margin-left: 10px;
  max-width: 13%;
  vertical-align: middle;
  text-align: right;
}
.logo img {
  max-width: 170px;
  max-height: 50px;
  line-height: 0;
  vertical-align: middle;
  height: auto;
}
.logo.animated img{
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%;
  }

  100% {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%;
  }
}
/* tooltip */
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-right:-1px;
border-top-right-radius:0;
border-bottom-right-radius:0
}

.valid-feedback {
display:none;
width:100%;
margin-top:.25rem;
font-size:.875em;
color:#198754
}

.valid-tooltip {
position:absolute;
top:100%;
z-index:5;
display:none;
max-width:100%;
padding:.25rem .5rem;
margin-top:.1rem;
font-size:.875rem;
color:#fff;
background-color:rgba(25,135,84,.9);
border-radius:.25rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
display:block
}
.remodal-overlay,.navigation-overlay,.modal__overlay{
 background-color: #0000004d !important;
}
.navigation-overlay{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99998;
  display: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background .5s ease-in-out, visibility .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, visibility .5s ease-in-out;
  transition: background .5s ease-in-out, visibility .5s ease-in-out;
  cursor: url(/wp-content/plugins/img/close.png), default;
}
body .modal-menu,body .modal-menu.modern .off-canvas-main .menu ul{
  width: 265px !important;
}
.modal-menu.toggle{
  right: 0;
}
.off-canvas-main .menu a{
  display: inline-block !important;
}
.off-canvas-main .menu li{
  margin-bottom: 8px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  order: 2;
}
/* if digikala model */
.modal-menu.digikala .off-canvas-main .menu li{
  overflow: hidden;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  display: list-item !important;
  margin: 0;
}
.off-canvas-main li.menu-item-has-children span.toggle-submenu {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: 4px;
}

.off-canvas-main li.menu-item-has-children span.toggle-submenu::after {
  content: "\EA64";
  font-family: remixicon;
  font-size: 24px;
  font-weight: 500;
  color: #777;
}
/* if digikala model */
.modal-menu.digikala .off-canvas-main li.menu-item-has-children span.toggle-submenu::after{
  font-size: 30px;
  font-weight: 100;
  color: #a1a1a1;
}
/* if digikala model */
.modal-menu.digikala .off-canvas-main li.menu-item-has-children span.toggle-submenu::after{
  content: "\ea50";
}
.modal-menu.digikala .off-canvas-main li.menu-item-has-children span.toggle-submenu.opened::after{
  content: "\ea56";
}
body .modal-menu{
  transition: all .3s;
}
body .modal-menu .off-canvas-main .menu li > a{
  padding: 9px 0;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  text-align: right;
  font-size: 14px;
  line-height: 26px;
  color: #454b55;
}
/* if digikala model */
body .modal-menu.digikala .off-canvas-main .menu ul li > a{
  color: #454b55;
  font-size: 13px;
  font-weight: 600;
}
ul li.categoryser:nth-child(1) a::before{
	font-family: parskala;
	content: "\E12E\00FE0E";
	font-size: 18px;
	color: #424750;
	position: relative;
	top: 5px;
  padding-left: 0px;
}
#mobile-menu1 ul li.categoryser:nth-child(1) a::before{
	top: 2px;
}
ul li .sub-menu a::before{
  display: none;
}
body .modal-menu .off-canvas-main .menu li > a i,body .modal-menu .off-canvas-main .menu li > a img{
  position: relative;
  font-size: 20px;
  top: 0px;
  color: #787b86;
  max-width: 21px;
  text-align: right;
  margin-left: 7px;
  height: auto;
}

body .modal-menu .off-canvas-main .menu ul{
  display: flex !important;
  flex-direction: column;
  position: fixed;
  background-color: #fff;
  height: 100%;
  z-index: 999;
  right: -100%;
  top: 0px;
  transition: 0.2s all;
}
/* if digikala model */
body .modal-menu.digikala .off-canvas-main .menu ul{
  display: none !important;
  background-color: #f1f2f4;
  margin: 0;
  overflow: hidden;
  height: 0;
  position: unset;
  padding-right: 15px;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu li{
  padding: 2px 10px;
  border-bottom: 1px solid #e8e8e8;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu li:last-child{
  border-bottom: 0 !important;
}
/* if digikala model */
body .modal-menu.digikala .off-canvas-main .menu ul.sub-menu li{
  padding: 2px 0px;
  border-bottom: 1px solid #f6f6f6;
}
.off-canvas-main .menu li > a{
  margin-right: 10px;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu span.close-submenu{
  padding: 10px;
  border-bottom: 2px solid #d5dbdb;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
body .modal-menu .off-canvas-main .menu ul.sub-menu span.close-submenu::before{
  content: "\ea6c";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 100;
}
body .modal-menu .off-canvas-main .categoryser:hover ul li.active .sub-menu:nth-child(2){
  display: flex !important;
}
body .modal-menu .off-canvas-main .menu ul.toggle{
  right: 0;
  transition: 0.3s all;
}
/* if digikala model */
body .modal-menu.digikala .off-canvas-main .menu ul.toggle{
  display: block !important;
  right: unset;
  height: auto;
}
.off-canvas-main{
  /* height: 100%; */
  width: 100%;
  position: relative;
}
/* width */
.off-canvas-main::-webkit-scrollbar {
  width: 4px !important;
}

/* Handle */
.off-canvas-main::-webkit-scrollbar-thumb {
  background: #c0c2c5!important;
  border-radius:6px !important;
}

/* Handle on hover */
.off-canvas-main::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1!important; 
}

.tooltip {
position:absolute;
z-index:1080;
display:block;
margin:0;
font-family:var(--bs-font-sans-serif);
font-style:normal;
font-weight:400;
line-height:1.5;
text-align:right;
text-align:start;
text-decoration:none;
text-shadow:none;
text-transform:none;
letter-spacing:normal;
word-break:normal;
word-spacing:normal;
white-space:normal;
line-break:auto;
font-size:.875rem;
word-wrap:break-word;
opacity:0
}

.tooltip.show {
opacity:.9
}

.tooltip .tooltip-arrow {
position:absolute;
display:block;
width:.8rem;
height:.4rem
}

.tooltip .tooltip-arrow::before {
position:absolute;
content:"";
border-color:transparent;
border-style:solid
}

.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
padding:.4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
bottom:0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
top:-1px;
border-width:.4rem .4rem 0;
border-top-color:#000
}

.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
padding:0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
right:0;
width:.4rem;
height:.8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
left:-1px;
border-width:.4rem 0 .4rem .4rem;
border-left-color:#000
}

.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
padding:.4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
top:0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
bottom:-1px;
border-width:0 .4rem .4rem;
border-bottom-color:#000
}

.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
padding:0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
left:0;
width:.4rem;
height:.8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
right:-1px;
border-width:.4rem .4rem .4rem 0;
border-right-color:#000
}

.tooltip-inner {
max-width:200px;
padding:.25rem .5rem;
color:#fff;
text-align:center;
background-color:#000;
border-radius:.25rem
}

body .iziModal-overlay{
  z-index: 1025 !important;
}
body .iziModal{
  z-index: 1026 !important;
}
#dokan-add-new-product-form .dokan-form-group{
  width: 100%;
  text-align: right;
}
body.product-single .dokan-report-abuse-button{
  display: none !important;
}
.dokan-add-new-product-popup .dokan-form-group label.form-label{
  display: inline-block;
  padding-bottom: 5px;
}
.dokan-form-group.dokan-clearfix.dokan-price-container .content-half-part{
  padding-right: 0 !important;
}
body.product-single {
 background-color: #fff !important;
}
body.product-single .woocommerce-breadcrumb{
  padding-right: 10px;
  margin-top: 1px;
}
body.product-single .parskala-side-faq{
  background: #fff;
  padding: 20px;
  width: 30%;
  box-sizing: border-box;
  border-radius: 5px;
}
body.product-single .menus{
  margin-bottom: 10px;
}
body.product-single .header.line_true .menus{
  margin-bottom: 20px;
}
.content-area.line_boxed{
  margin-top: -22px;
}
.menus .top-nav.link_promot_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
.menus .top-nav{
  display: flex;
  align-items: center;
}
button.update_carter{
  display: none !important;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
  top: 17px !important;
 left: 10px !important;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
  display: none;
}
body.order_page .main-cont,body.cart_page .main-cont,body.ceckout_page .main-cont,body.page-login .main-cont{
  background: #fff;
  border-radius: 0 !important;
  margin-top: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0;
}
body .main-cont .conts p,body .main-cont .conts div,body .main-cont .conts{
  font-size: 15px;
  font-weight: 500;
  color: #313131;
  line-height: 30px;
}
.main-cont .info-cont{
  width: 100%;
}
.main-cont.single-post .coment-cont,.main-cont.single-post .tags-cont{
  text-align: right;
}
body .coment-cont{
  display: flex;
  align-items: center;
}
.coment-cont .flexed_start{
  margin-left: 12px;
  cursor: pointer;
}

.right-product.brand.items{
  background: transparent !important;
}
.main-cont img{
  height: auto;
  max-width: 100%;
}
.single-post .humbnail-single{
  display: inline-block;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.main-cont.single-post .conts ol li, .excerpt_product ol li, .content-product.single ol li,
.main-cont.single-post .conts ul li, .excerpt_product ul li, .content-product.single ul li{
  line-height: 28px;
}
.main-cont.single-post .conts ul li:before,.excerpt_product ul li:before,.content-product.single ul li:before{
  content: '\2022';
  font-size: 22px;
  margin-right: 0;
  margin-left: 5px;
  color: #545454;
}
.main-cont.single-post .conts ol li,
.content-product.single ol li,
.excerpt_product ol li{
  list-style:decimal inside;
}
.term-description strong,
.main-cont .conts  strong,
.content-product.single strong,
.excerpt_product strong{
  font-weight: 700;
}
.term-description h1,
.main-cont .conts  h1,
.content-product.single h1{
  font-size: 22px;
}
.term-description h2,
.main-cont .conts  h2,
.content-product.single h2{
  font-size: 20px;
}
.term-description h3,
.main-cont .conts  h3,
.content-product.single h3{
  font-size: 18px;
}
.term-description h4,
.main-cont .conts  h4,
.content-product.single h4{
  font-size: 17px;
}
.term-description h5,
.main-cont .conts  h5,
.content-product.single h5{
  font-size: 16px;
}
.term-description h6,
.main-cont .conts  h6,
.content-product.single h6{
  font-size: 15px;
}
.term-description pre,
.main-cont .conts  pre,
.content-product.single  pre {
    font-family: Consolas, Monaco, monospace;
}
.term-description em,
.main-cont .conts p em,
.content-product.single p em {
    font-style: italic;
}
.main-cont .conts p .wp-post-image {
    display: block;
    margin: auto;
    margin-bottom: 35px;
}
.main-cont .conts p img {
    margin-top: 10px;
    margin-bottom: 10px;
}
body .main-cont{
  border: 1px solid #e3e3e3;
  box-shadow: none !important;
  margin-top: 0;
  border-radius: 11px;
  transition: 0.3s all
}
.full-width{
  width: 100% !important;
  max-width: 100% !important;
}
body .main-cont .conts .img-thumer{
  padding: 10px !important
}

/* فرم دیدگاه نوشته ها */
.post-comment .comment-rules {
  background-color: rgba(89,214,235,.1);
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 2.5;
}
body .post-comment{
  padding: 20px;
  border: 1px solid #e3e3e3;
  box-shadow: none !important;
  border-radius: 11px;
  transition: 0.3s all;
  margin-top: 20px;
}
body .post-comment #comments{
  /* margin-top: 20px;
  padding-right: 30px;
  padding-top: 20px; */
}
.post-comment .comment-awaiting-moderation {
  background: #fff7ed;
  border-radius: 4px;
  color: #f97316;
  margin-top: 8px;
  padding: 8px;
}
body .post-comment .comments-title {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 0 10px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.comment-author .says {
  display: none;
}
.post-comment .comment-list .comment {
  border-top: 1px solid #f3f3f3;
  border-radius: 10px;
  background: #f5f5f5;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.post-comment .comment-list .comment .comment-respond{
  order: 3;
  margin-top: 20px;
}
.post-comment .omment-content p.post-comment-text{
  padding: 10px 5px;
  color: #232933;
  font-weight: 400;
  line-height: 2;
}
.post-comment .comment-list ol.children .comment{
  background: #fff;
}
.post-comment .comment-list ol.children .comment.cat-item:not(:last-child)){
  margin-bottom: 20px;
}
.comment .comment-meta  {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  gap: 8px;
  position: relative;

}
.post-comment .comment-list .comment .comment-meta .comment-author {
  align-items: center;
  display: inline-flex;
  font-style: normal;
  gap: 8px;
}
.post-comment .comment-list .comment .comment-meta .comment-author a{
  color: #81858b;
  font-size: 11px;
}
.post-comment .comment-list .comment .comment-meta .comment-author .avatar {
  border-radius: 50%;
}
.post-comment .comment-list .comment .comment-meta .comment-author .avatar{
  width: 32px;
  height: auto;
}
.post-comment .comment-list .comment .comment-meta .separator {
  background: #c0c2c5;
  border-radius: 50%;
  display: inline-block;
  height: 4px;
  margin: 0 1px;
  width: 4px;
}
.post-comment .comment-list .comment .comment-meta {
  align-items: center;
  color: #81858b;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 8px;
}
.post-comment .comment-list .comment .comment-meta .comment-date a {
  border-radius: 100px;
  color: #81858b;
  font-size: 11px;
}

.post-comment .comment-list .comment .comment-meta .comment-reply a {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid;
  position: absolute;
  line-height: 14px;
  left: 0;
  top: 8px;
}
body #comments .comment-forms{
  border: 0;
  padding: 15px;
  border-radius: 8px;
  margin-top: 30px;
}
body .comment-list{
  margin-top: 0;
}

body .main-cont .conts{
  margin-top: 15px;
}
body .side-item-post{
  border: 0;
  padding-bottom: 0;
}
body.order_page .left-cont,body.cart_page .left-cont,body.ceckout_page .left-cont,body.page-login .left-cont{
  width: 96%;
  margin: 0 auto;
  float: unset;
  display: block;
}
body.order_page .main-cont h1.title-cont,body.cart_page .main-cont h1.title-cont, body.ceckout_page .main-cont h1.title-cont,body.page-login .main-cont h1.title-cont{
  display: none !important;
}
body.cart_page .main-cont .conts{
  margin-top: 0 !important;
}

.woocommerce-checkout .review-order-user .woocommerce-checkout-payment .place-order button.button{
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  margin-top: 16px;
  font-family: prk-font;
  border-radius: 11px;
  font-weight: 400;
  background: #ef394e !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a i{
  color: #fff;
  line-height: 20px;
  min-width: 21px;
  min-height: 18px;
  text-align: center;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  margin-right: 6px;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel .subtitle .left-des-pro{
  max-width: 150px !important;
}
.woocommerce div.product .woocommerce-tabs .panel .subtitle{
  padding-bottom: 4px;
  margin-bottom: 25px !important;
  margin-top: 25px;
  display: block !important;
  width: 100%;
}
.woocommerce div.product .product-points{
  margin-top: 30px;
}
.woocommerce div.product .c-content-expert__rating-title::before{
  right: -14px;
  bottom: -14px;
}
.woocommerce div.product .woocommerce-tabs .panel .subtitle .show-export{
  width: 100%;
  transition: 1s all;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#show-export .show-export-contents{
  align-items: flex-start;
}
.woocommerce div.product .woocommerce-tabs .panel .subtitle .show-export.fullw{
  display: block;
}
.custom-option-ratings .detail-option-rating .title-option-ratings{
  font-size: 13px;
  font-weight: 600;
  color: #2d2d2d
}
.woocommerce-checkout .review-order-user {
    float: left;
    width: 30% !important;
    box-shadow: 0 12px 12px 0 rgb(181 181 181 / 11%);
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: sticky;
    top: 5px;
}
.parskala-side-faq p{
  font-size: 16px !important;
  font-weight: 600;
}
.Blank-QA{
  text-align: center;
}
.Blank-QA p{
  font-size: 16px !important;
  display: inline-block;
}
.Blank-QA i{
  font-size: 6rem;
  color: #c8c8c8;
}
body.product-single .parskala-content-faq{
    width: -webkit-fill-available;
    background: #fff;
    padding: 20px;
    margin-left: 25px;
    border-radius: 5px;
}
.parskala-faqs{font-weight: 300;}
.parskala-faqs > li{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #000;
    padding-top: 10px;
}
.parskala-faqs > li .content-faq-product p{
  font-size: 16px !important;
  font-weight: 500;
  color: #000 !important;
}
.parskala-faqs > li:before{
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  float: right;
  margin-left: 7px;
  font-size: 26px;
  position: relative;
  top: -5px;
  content: "\f193";
}

.parskala-faqs ol li{
  padding: 25px 0 20px 0;
  color: #62666d;
  font-size: 15px;
  font-weight: 500;
}
body #top_products_table_compare{
  top: unset;
  position: relative;
  border-radius: 11px 11px 0 0;
}

.searchpartdiv{
  padding: 5px 12px;
  border: 1px solid rgba(0,0,0,.24);
  border-radius: 8px;
  line-height: 28px;
}
.searchpartdiv i{
  line-height: 0;
  position: relative;
  top: 6px;
  font-size: 21px;
  color: rgb(0 0 0 / 63%);
}
.searchpartdiv .searchcity-input{
  width: 91%;
  border: none;
  outline: inherit;
  padding-right: 7px;
  font-size: 14px;
  color: rgba(0,0,0,.87);
  background: #fff;
}
.searchpartdiv .searchcity-input:focus,.searchpartdiv .searchcity-input:active{
  outline: inherit;
  background: #fff;
}
.form_search_faqpage .searchpartdiv{
  margin: 0 1% 17px 1%;
  padding: 10px 15px;
}
.form_search_faqpage .searchpartdiv i{
  top: 9px;
  font-size: 27px;
}
.list_products_add_to_compare.searched,
.brands-boxed.searched
{
  display: none !important;
}
.brands-boxed.searched.active{
  display: grid !important;
}
.list_products_add_to_compare.searched.active
{
  display: flex !important;
}
body .list_products_add_to_compare li img{
  margin: 0 auto 10px;
  max-width: 174px;
  height: auto;
}
body .list_products_add_to_compare li h2{
  font-size: 13px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}
body .list_products_add_to_compare{
  height: 400px;
}
body .list_products_add_to_compare li{
  border-radius: 11px;
  max-height: 310px;
  margin: 7px 1%;
}
#top_products_table_compare li img{
 max-width: 200px;
 height: auto;
}
#top_products_table_compare li h2{
  margin: 8px 0 !important;
  font-weight: 500;
}
#top_products_table_compare li a.compare_permalink_product{
  padding: 10px !important;
  line-height: 20px !important;
  font-weight: 600;
}
.parskala-faqs ol li span{
  font-size: 12px;
}
.parskala-faqs ol li span.rep-text{
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.side-posts .side-title-post::after{
  content: unset
}
.side-posts .side-box-post{
  margin-bottom: 20px;
}
.side-box-post.prk_filter_woocomerce .side-title-post{
  padding-bottom: 0;
}
.side-posts .side-box-post:last-child{
  margin-bottom: 0;
}
.parskala-faqs li ol li{
  border-bottom: 1px solid #f0f0f1;
}
.parskala-faqs ol li em{
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 15px;
    display: inline-block;
    padding-right: 41px;
    width: 85%;
}
.show-insert-question{
  line-height: 1.375;
  border-radius: 11px;
  background-color: #7A7A79;
  font-size: 16px;
  color: #fff !important;
  padding: 15px 50px;
  transition: 0.2s all;
  position: relative;
  padding-right: 95px;
  display: none;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
}
.show-insert-question.show{
  display: flex;
}
.show-insert-question.show::before {
    font-size: 35px;
    top: 11px;
    right: 15px;
    font-family: 'parsfont' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\eb04";
    position: absolute;
}
.show-insert-question.show::after {
    content: "";
    width: 90px;
    height: 106px;
    position: absolute;
    right: -7px;
    top: -28px;
    background: hsla(0,0%,100%,.21);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    padding-right: 63px;
    padding-top: 36px;
    text-align: right;
    font-weight: 500;
    font-size: 28px;
}
.show-insert-question.show:hover::after {
    width: 107%;
    border-radius: 0;
}
.parskala-textarea-question{display: none;  }
.parskala-textarea-question.show{display: flex;flex-direction: column;margin-top: 10px;position: relative;}
textarea.question-user{
  padding: 7px;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  line-height: 25px;
  min-width: 100%;
  min-height: 90px;
  resize: vertical;
  font-family: 'prk-font';
  border-radius: 11px;
  margin-bottom: 20px;
}

.term-question-button{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.button-insert-question{
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px;
  background: #777;
  color: #fff;
  border-radius: 11px;
  cursor: pointer;
}
.term-question-button .remove-insert-question{
    display: flex;
    color: hsl(0deg 100% 64%);
    border: 1px solid hsl(0deg 100% 64%);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    font-size: 15px;
    background: #fff;
    width: 48%;
    box-sizing: border-box;
    cursor:pointer;
}
.cover-loading-question{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}
/* Replay Question */
.show-replay-question{
  display: none;
  border-radius: 4px;
  line-height: 35px;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  padding-right: 46px;
}
.tilte-replay-question{
  padding: 10px 0 15px 0;
  font-size: 15px;
  font-weight: 500;
}
.show-replay-question.show{
  display: inline-block;
}
.show-replay-question.show i{
  position: relative;
  top: 4px;
}
.parskala-textarea-replay{display: none;  }
.parskala-textarea-replay.show{display: flex;flex-direction: column;margin-top: 10px;position: relative;padding: 15px;background-color: #ecececba;border-radius: 6px;}
textarea.replay-user{
  padding: 7px;
  margin: 0;
  border: 2px solid #ddd;
  min-height: 100px;
  border-radius: 4px;
  line-height: 25px;
  max-width: 100%;
  resize: vertical;
  font-family: 'prk-font';
  box-shadow: 0 7px 10px 0 rgb(0 0 0 / 3%);
}
.term-replay-button{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.term-replay-button .button-replay-question{
    display: flex;
    color: hsl(156deg 67% 48%);
    border: 1px solid hsl(156deg 67% 48%);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    font-size: 15px;
    background: #fff;
    /* width: 48%; */
    box-sizing: border-box;
    cursor:pointer;
    padding: 0 15px;
}
.term-replay-button .remove-replay-question{
    display: flex;
    color: hsl(0deg 100% 64%);
    border: 1px solid hsl(0deg 100% 64%);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    font-size: 15px;
    background: #fff;
    /* width: 48%; */
    box-sizing: border-box;
    cursor:pointer;
    margin-left: 10px;
    padding: 0 15px;
}
.cover-loading-replay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 49%);
    display: none;
    margin-right: -15px;
    margin-top: -15px;
}
body.product-archive .woocommerce-breadcrumb{
  display: inline-block;
  line-height: 25px;
  margin-bottom: 0px;
  color: #81858b;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 15px;
}
body.product-archive.offer-cat .woocommerce-breadcrumb{
  display: none !important;
}
#modal-feed .modal__container{
 position: relative;
 overflow: hidden;
}
.flex-column{
  flex-direction: column;
  display: flex;
}
.flex-row{
  flex-direction: row !important;
}
.flexright{
  display: flex;
}
.flex-feed .title-feed{
 font-size: 17px;
 font-weight: 600;
 color: #1d1d1d;
 line-height: 25px;
}
.modal-content{
  padding: 15px 10px;
}
.modal-content span.title_send{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 13px;
  display: block;
  color: #000;
}
.modal-content p{
  font-size: 13px;
  color: #1d1d1d;
  line-height: 25px;
  font-weight: 400;
}
.flex-feed{
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 27px;
}
.flex-feed.send{
  padding: 5px 10px 15px 10px;
  margin: 0;
}
.info-feed{
  width: 100%;
  padding-bottom: 20px;
}
.info-feed span{
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  color: #2a2929;
}
.info-feed textarea{
  border: 1px solid #E3E3E3;
  border-radius: 11px;
  padding: 10px;
  color: #424242;
  width: 100%;
  resize: vertical;
  vertical-align: top;
  min-height: 30%;
  font-size: 15px;
  line-height: 1.8;
  height: 100px;
  font-family: 'prk-font';
  margin: 10px 0;
  background: #fff;
  outline: 0;
}
.insert-feed{
  padding: 17px 0 !important;
  font-size: 16px;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 11px;
  cursor: pointer;
}
.feed-btn{
  float: left;
  border-bottom: 1px solid;
  line-height: 2;
  cursor: pointer;
  display: none;
  font-weight: 500;
  font-size: 13px;
  margin-top: 5px;
}
.feed-btn.mobile{
 float: unset;
 margin-top: 10px;
}
.feed-btn.thanks{
  border: 0;
  display: none;
}
.feed-btn.mobile.show{
  display: inline-block ;
}
.feed-btn.thanks.show{
  display: block;
  animation: ofseter 4s forwards;
}
.feed-btn.show{
  display: block;
}
@keyframes ofseter {
		0% {
      opacity: 1;
	 }
   50% {
      opacity: 1;
  }
  80% {
    opacity: 1;
 }
 90% {
   opacity: 1;
}
		100% {
     opacity: 0;
	 }
}
.img-feed{
  width: 80%;
  margin: 0 50px;
}
.img-feed img{
  max-width: 300px;
  width: 300px;
  height: auto;
}
.cover-loading-feed{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.col-single1{
  margin-top: 5px;
}
body .fancybox__container{
  z-index: 999999 !important;
}
body.product-single .woocommerce div.product div.woocommerce-product-gallery{
  position: sticky !important;
  top: 85px !important;
}
body.product-single .woocommerce div.product .imgs-mobile .swiper-responsive-product-slider .swiper-wrapper{
  height: auto !important;
}
.title_compleates{
  margin-bottom: 6px;
}
body .col-single1 .brand_logo{
  height: auto;
  width: 45px;
  margin-left: 5px;
}
.better-btn{
  margin-top: 8px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  display: none;
  text-align: left;
  width: 100%;
  padding-left: 9px;
  line-height: 1;
  align-items: center;
  justify-content: end;
}
.better-btn.show{
  display: flex;
}
body .continer-dnapp{
 transition: 0.2s all;
 display: none;
}
body .topbars img{
  width: 100%;
  vertical-align: middle;
  border-style: none;
}
body .topbars .main-topbars{
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
.topbars.image_back img{
 max-height: 55px;
 height: 55px;
}
body .topbars.top_stikey{
 position: sticky;
 top: 0;
 z-index: 1028;
}
body .topbars .continer.text_center{
  display: flex;
  align-items: center;
  justify-content: center;
}
body header.header{
  width: 100%;
  background-color: #fff;
  align-items: center;
  position: sticky;
  z-index: 1024;
  top: 0px;
}
body .header-borner{
  margin: 0;
  position: relative;
  z-index: 1024;
  top: 0;
  background: #fff;
  padding: 10px 0 10px 0;
}
body .header.hsticky{
  box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
}
body.product-single .header.hsticky{
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%), 0 2px 0 rgb(0 0 0 / 1%);
}
.product-tabs.stickyer{
  box-shadow: 0 5px 29px 0 rgb(181 181 181 / 31%);
  border-bottom: 1px solid #e3e3e3;
  top: 65px
}

body .menus{
  width: 100%;
  display: flex;
  position: sticky;
  align-items: center;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
}
.top-nav div.page-promotes.button_box{
  display: flex;
  grid-gap: 10px;
  width: unset;
}
.top-nav div.page-promotes.button_box ul{
  display: flex;
  grid-gap: 10px;
}

.page-promotes.button_box li{
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f30a4926;
  height: 31px;
  border-radius: 9px;
  color: #f30a49;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  gap: 4px;
  margin-bottom: 5px;
}
.page-promotes.button_box li i{
  font-size: 24px;
  margin-right: 3px;
  color: #f30a49;
}
.page-promotes.button_box li a{
  color: #f30a49;
  font-size: 13px;
}
body .menus.none_shadow{
  box-shadow: unset;
}
body.product-single .menus{
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%), 0 2px 0 rgb(0 0 0 / 1%);
}
body.faq-page .menus,body.faq-page .header{
  margin-bottom: 0 !important;
}

body .menus.sticky{
  transform: translateY(-100%);
  transition: -webkit-transform .6s;
  transition: transform .3s,-webkit-transform .3s;
  box-shadow: unset;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 99;
}
body .menus.nav-appear {
  margin-top: 0;
  visibility: visible;
  transform: translateY(0);
  transition: transform .3s,-webkit-transform .3s;
  opacity: 1;
  box-shadow: 0 1px 0 rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
}
body.product-single .menus.nav-appear{
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%), 0 2px 0 rgb(0 0 0 / 1%);
}

body .header.top_stikey{
  top: 54px;
}
.better-btn i{
  padding-right: 7px;
   font-size: 15px;
   position: relative;
   top: 1px;
}
.form-better{
  margin-bottom: 7px;
  display: none;
}
.form-better.show{
  display: block;
}
.form-better label[for="better_price"]{
  margin-bottom: 8px;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1;
  padding-bottom: 4px;
  display: block;
  font-weight: 500;
}
.col-single1 .breadcrumb .line-l{
  color: #d4d4d4;
  font-size: 16px;
  margin: 0 4px;
}
.info-feed .flex_right.swicher{
 margin-bottom: 30px;
}
label.swich_before{
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding-right: 15px;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.notifyproduct div.swicher{
  margin: 10px;
}
.notifyproduct div.swichers_notify{
  border-bottom: 1px solid #eee;
  padding: 0px 10px;
  padding-bottom: 5px;
}
.notifyproduct div.notify_title{
  padding-top: 20px;
}
.notifyproduct label.swich_before{
  color: #000;
  font-weight: 600
}
.notifyproduct label.swich_before{
  padding-right: 11px;
}
.notifyproduct ul.notify_sender{
  padding: 10px 10px;
  margin-top: 20px;
}
.notifyproduct ul.notify_sender li{
  padding-bottom: 20px;
  display: block;
}
.notifyproduct ul.notify_sender li:last-child{
  padding-bottom: 0;
}
.notifyproduct a.stock_data{
  display: inline-block;
  width: 100%;
  padding: 17px 4px;
  font-family: prk-font;
  text-align: center;
  border-radius: 9px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  background-image: linear-gradient(to right,#ff3a30,#ff6a00);
}
.notifyproduct ul.notify_sender label{
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 500;
}
.notifyproduct p#notice{
  font-size: 13px;
  padding-top: 5px;
  color: #0e95b4;
  position: absolute;
}
#better_price,#better_url,#better_url,#better_city,#better_name{
  border-radius: 11px;
  background: #fff;
  color: #717171;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  width: 100%;
  letter-spacing: -.8px;
  padding-left: 42px;
  position: relative;
  border: 1px solid #c8c8c8;
  height: 50px;
}
.input_better{
  position: absolute;
  left: 32px;
  color: #000000 !important;
  font-size: 15px;
  line-height: 1.833;
  margin-top: 12px;
  display: inline-block !important;
  font-weight: bold !important;
}
#modal-better .info-feed{
  margin-left: 40px;
}
.flex_right{
  display: flex;
  align-items: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
}
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cbcbcb;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  content: "";
  position: absolute;
  height: 16.5px;
  width: 16.5px;
  background: #fff;
  left: 2.8px;
  bottom: 2.3px;
  border-radius: 50%;
  transition: 0.2s all;
}
.switch input:checked + .slider {
  background-color: #2196f3;
}

.switch input:checked + .slider:before {
  transform: translateX(17px);
  background:#fff;
}
.insert-better{
  padding: 17px 0 !important;
  font-size: 16px;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 11px;
  cursor: pointer;
  background: #666;
}
p.sec-pages{
  font-size: 11px !important;
  text-align: center;
  margin-top: 3px;
  font-weight: 400;
  color: #696969;
  margin-top: 13px;
}
.p-chexboxed{
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  color: #4d4d4d
}
.p-chexboxed input{
  font-size: 20px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #fff;
}
.p-chexboxed label{
  margin-right: 11px;
  font-size: 16px;
  font-weight: 420;
}
.flexed{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flexed_start{
  display: flex;
  align-items: center;
}
.order-title-mobile h2{
  font-size: 13px !important;
}
.text-number, .support, .one-number, .tow-number{
  line-height: 25px;
}
.left-cont{
  font-size: 13px;
  font-weight: 400;
  color: #535353;
  line-height: 32px;
  text-align: justify;
}
.left-cont.fullw,.left-posts.fullw{
  width: 100%;
  max-width: 100%;
}
.tags-cont{
  margin-top: 10px !important;
}
.tags-cont a{
  margin-bottom: 15px;
  display: inline-block;
}
body .coment-cont i{
  position: relative;
  padding: 0;
  top: 1px;
  padding-left: 5px;
}
#comments .form-submit #submit{
  color: #fff;
  border-radius: 12px;
  padding: 5px 30px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}
.form-comment .input-name{
  width: 49%;
  margin-top: 20px;
}
body .form-comment .input-name .text-com{
  padding: 0;
  position: relative;
  display: block;
  color: #232933;
  font-size: 14px;
  font-weight: 500;
}
body .form-comment .input-name input {
  font-size: 13px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  display: block;
  height: 48px;
  padding: 8px;
  width: 100%;
}
body #commentform p .text-input{
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  display: block;
  padding: 8px;
  width: 100%;
  resize: vertical;
  height: 242px;
  font-family: prk-font;
}
#comments .comment-respond .comment-reply-title{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #202020;
  font-weight: 600;
  text-align: justify;
  line-height: 32px;
  font-size: 14px;
}

#comments .comment-respond .comment-reply-title a{
  color: #f33850;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid;
  line-height: 14px;
}
.comment-list .children{
  padding-right: 20px;
  margin-top: 15px;
}
#commentform p .text-input{
line-height: 25px;
}
.side-h2-post h2{
  font-size: 13px;
}
.price_sale_ar.variable .woocommerce-Price-amount {
  text-decoration: inherit;
}

.index-discount-pro{
  margin-right: 5px;
}
.officol{
  background-position: right !important;
  background-size: contain !important;
}
.verticaler .officol.center_box{
  background-size: cover !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
}
.btn {
  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;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.btn.btn-outline-light {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  color: #212121;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
}
.right-off {
  width: 15%;
  margin: 0 auto;
  text-align: center;
}
.col-off.v2 .right-off{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  height: 100%
}
.col-off.style1 .right-off{
  width: 15%;
  margin-top: 40px;
}
.col-off.style1 .img-off {
  width: 155px;
}
.col-off.style1 .left-off{
  width: 75%;
}
.btn.btn-outline-light{
  min-height: 30px;
  margin-top: 6px;
}
.thumb-pro img.second-img{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
ul.product:hover .thumb-pro.hover-image img:first-child,
.off-product:hover .thumb-pro.hover-image img:first-child,
.product-card:hover .thumb-pro.hover-image img:first-child,
.items-pro .item-pro:hover .thumb-pro.hover-image img:first-child,
.old_ver .product_wee :hover .thumb-pro.hover-image img:first-child {
  opacity: 0;
  visibility: hidden;
}
ul li.product:hover .thumb-pro.hover-image img.second-img,
.off-product:hover .thumb-pro.hover-image img.second-img,
.product-card:hover .thumb-pro.hover-image img.second-img,
.items-pro .item-pro:hover .thumb-pro.hover-image img.second-img,
.old_ver .product_wee :hover .thumb-pro.hover-image img.second-img {
  opacity: 1;
  visibility: visible;
}
ul li.product:hover .thumb-pro.hover-image img{
  opacity: 0;
visibility: hidden;
}
ul li.product:hover .thumb-pro.hover-image img.second-img{
opacity: 1 ;
visibility: visible ;
}
.mini_offer .thumb-pro{
  margin: 0 auto;
}
.thumb-pro{
  position: relative;
  max-width: 82%;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
}
.thumb-pro img{
  transition: all .2s ease;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
li.product .thumb-pro{
  width: 85%;
  max-width: 85%;
  margin-top: 10px;
}

li.product .thumb-pro img{
  max-width: 220px!important;
}
body.product-single .thumb-pro{
  max-width: 67%;
}
body.product-single .item-pro .index-prices-pro{
  margin-left: 35px;
}
.thumb-off {
  margin: 10px auto;
  width: 82%;
  position: relative;
  overflow: hidden;
}
.product-single .index-title-pro h2{
  color: #535353;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0;
}
body div.index-title-pro h2 {
  color: #212121;
  font-size: 13px !important;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  text-align: right;
}
.index-prices-pro{
  height: 60px;
}
.index-prices-pro div{
  text-align: left;
}
.index-prices-pro div del,.cart-pro del{
  display: flex;
  align-items: center;
  justify-content: left;
  text-decoration: none;
}
.index-prices-pro div del span.woocommerce-Price-amount,.cart-pro del span.woocommerce-Price-amount{
  text-decoration: line-through;
}
body .des-info .info-other{
  line-height: 24px;
}
body .woocommerce div.product p.price del,body  .woocommerce div.product span.price del {
    opacity: unset !important;
    display: flex !important;
}
.index-prices-pro div del span.woocommerce-Price-amount{
  font-weight: 400;
  font-size: 12px;
}
.index-prices-pro div ins{
  text-decoration: none;
  display: block;
  margin-top: 5px;
}
.index-prices-pro div span.woocommerce-Price-amount{
 font-weight: 700;
  font-size: 14px;
}
.index-prices-pro div span.woocommerce-Price-amount bdi{
  display: flex;
  align-items: center;
  justify-content: left;
}
.index-prices-pro div .index-discount-pro,.cart-pro span.index-discount-pro {
  float: left;
  font-size: 13px;
  padding: 2px 7px;
  border-radius: 9px;
  color: #fff !important;
  font-weight: bold;
  line-height: 18px;
  display: inline-flex;
  order: 2;
}
body .continer .index-prices-pro div .index-discount-pro p,body .continer  .cart-pro span.index-discount-pro p{
  line-height: 20px;
  padding: 0;
}
.index-prices-pro div span.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-weight: 500;
  font-weight: 500;
  order: 1;
  margin-right: 4px;
  font-size: 12px;
}
.index-prices-pro div .index-discount-pro p,.cart-pro span.index-discount-pro p{
  color: #fff !important;
  margin-right: 1px;
}
.prk-sticky-add .index-prices-pro{
  height: unset;
}
.prk-sticky-price p{
  display: none;
}
.prk-sticky-price .index-prices-pro{
  height: unset !important;
}
.prk-sticky-price .index-prices-pro div > span.woocommerce-Price-amount bdi{
  text-decoration: line-through;
  margin-left: 4px;
  font-size: 12px;
  color: #ddd;
  text-align: right;
  justify-content: right;
  line-height: 16px;
}
.prk-sticky-price .index-prices-pro div span.woocommerce-Price-amount{
  font-size: 14px;
  line-height: 16px;
}
.prk-sticky-price .index-prices-pro div > span.woocommerce-Price-amount{
  position: relative;
  top: 3px;
}
.prk-sticky-add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 12px;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 90px;
  box-shadow: 0 0 9px rgba(0,0,0,.12);
  transition: transform 0.3s cubic-bezier(.19,1,.22,1);
  transform: translate3d(0,100%,0);
}
.prk-sticky-add-cart.blure_wite{
  background: hsl(0deg 0% 100% / 50%);
  --bs-modal-width: 800px;
  -webkit-backdrop-filter: blur(2em);
  backdrop-filter: blur(2em);
}
.prk-sticky-add-cart.prk-sticky-show {
  transform: translate3d(0,0,0);
}
.prk-sticky-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
  max-width: 5%;
  align-items: center;
  justify-content: flex-start;
}
.prk-sticky-thumb img {
  width: 65px;
  height: auto;
  border: 1px solid #f1f1f1;
  padding: 4px;
  border-radius: 4px;
}
body div.prk-sticky-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 44%;
  flex: 0 0 67%;
  max-width: 67%;
  font-size: 15px;
  font-weight: 600;
  font-family: prk-font !important;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  align-items: revert;
}
.prk-sticky-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 25%;
  font-size: 18px;
  line-height: 40px;
  align-items: center;
  justify-content: right;
}
.prk-sticky-price p {
  margin: 0;
}
.prk-sticky-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  align-items: center;
  justify-content: flex-end;
}
.prk-sticky-price .index-prices-pro div > span.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  display: none;
}
.right-off .img-off{
	width: 125px;
	text-align: center;
	margin: 0 auto;
}
.right-off .btn-sm i{
  margin-right: 8px;
}
.off-product{
  height: 100%
}
/* .col-off.v2 .owl-item{
  margin-left: -40px !important;
} */
.off-product.mories a .w-categorys-link{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.off-product.mories .w-categorys-link i{
  color: #19bfd3;
  border-color: #19bfd3;
  border: 1px solid;
  border-radius: 50%;
  padding: 12px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
.off-product.mories .w-categorys-link span{
  font-size: 14px;
  font-weight: 600;
  color: #424750;
}

body .item-pro{
  width: 100%;
  padding: 12px;
}
.item-pro .index-prices-pro{
  width: 100%;
  height: 40px;
  margin-left: 15px;
  display: inline-block;
  text-align: left;
}
ul.list_of_comments li.comment:last-child .comments_contienr{
  margin-bottom: 0;
}
.back_holder{
  padding: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.des-left form.cart,.des-left .woocommerce-variation-add-to-cart{
	display: flex;
	align-items: center;
}
.woocommerce .des-left div.quantity{
  padding: 10px 0px;
  border: 2px solid #E7E7E7;
  border-radius: 8px;
}
.woocommerce .des-left div.quantity a{
  font-size: 8px;
    font-weight: 700;
}
.woocommerce .des-left div.quantity a.minus{
  margin-left: 4px;
}
.woocommerce .des-left div.quantity input.qty{
 font-size: 13px;
}
.woocommerce .des-left div.quantity a.plus{
  margin-right: 4px;
}
.woocommerce div.product .des-left form.cart .button{
  font-size: 13px;
  border-radius: 8px !important;
}
.dokan-support-login-wrapper{
	text-align: right;
  border-radius: 8px;
}
.dokan-support-login-wrapper .mfp-close{
	left: 0;
	right: inherit;
}
.content-half-part.dokan-product-meta .dokan-form-group
{
	width:100%!important
}
.select2-container--default.select2-container--focus .select2-selection--multiple,.dokan-form-group .dokan-form-control
{
	color:#717171;
	border-radius:8px;
	border:1px solid #C8C8C8!important;
	padding:10px;
	outline:none;
	height:auto;
	font-family:prk-font
}
.back_holder .cart-pro{
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.back_holder .cart-pro br{
  display: none !important;
}
.cart-pro span bdi span{
  font-weight: 500;
  font-size: 14px;
}
.cart-pro ins{
  display: block;
  margin-top: 5px;
  text-decoration: none;
}
.cart-pro bdi{
  font-size: 21px;
  font-weight: 600;
  color: #000;
}
.woocommerce div.product form.cart .button.dokan-store-support-btn-product{
  margin-right: 5px;
  width: 40%;
}

.side-form-search button{
  position: absolute;
  float: right;
  border: 0;
  cursor: pointer;
  left: 0px;
  top: 0px !important;
  line-height: inherit;
  padding: 10px 10px 8px 10px;
  background: #000;
  border-radius: 13px;
}
.side-form-search button i{
  font-size: 23px;
  color: #fff;
}
body .side-form-search input{
  outline: 0 !important;
  border: 1px solid #e0e0e2 !important;
  padding-bottom: 8px !important;
  border-left: unset !important;
  border-radius: 10px !important;
}
body .side-form-search input:active{
  outline: 0 !important;
  border: 1px solid #e0e0e2 !important;
}
body .side-form-search input:focus{
  outline: 0 !important;
  border: 1px solid #e0e0e2 !important;
}
body .woocommerce-pagination ul li .page-numbers{
  padding: 10px 15px;
  border-radius: 14px;
}
body.product-archive .wenderfol_archive .wenderfol_img{
  width: 20.5%;
}
body.product-archive .wenderfol_archive .wenderfol_img img{
  max-width: 140px;
}
body.product-archive .wenderfol_archive .vanderfol_title{
  width: 78%;
}
body.product-archive .constiky.offer .sides,body.product-archive .constiky.offer .left-store{
  margin-top: 50px;
}
.constiky.offer .woocommerce-breadcrumb{
  display: none;
}
.constiky.balance_shop .sides{
  width: 23%;
}
.constiky.balance_shop .left-store{
  width: 76%;
}
body .sides{
  width: 20%;
}
body .left-store{
  width: 79%;
}
body .left-store.fullw{
  width: 100%;
}
body .sides .widget:last-child{
  margin-bottom: 0 !important;
}
body .sides .widget{
  padding: 15px 15px !important;
  border: 1px solid #e3e3e3 !important;
  box-shadow: none !important;
  border-radius: 11px !important;
  margin-bottom: 10px !important;
}
.widgettitle{
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  line-height: 24px;
}
.widgettitle:after {
  font-family: parskala;
  content: "\E0B1\00FE0E";
  position: absolute;
  left: 0;
  top: 5px;
  color: #202020;
  transform: rotate(180deg);
  line-height: 1;
  transition: all 200ms ease-out;
  font-weight: bold;
  font-size: 14px;
}
.widgettitle.closed:after{
  transform: rotate(0);
  font-weight: 500;
}

.woocommerce-widget-layered-nav_cat,
.woocommerce-widget-layered-on_stock,
.sides .widget ul{
  max-height: 275px;
  min-height: 30px;
  padding: 3px 0;
  overflow-y: auto;
}
.single_custom_label{
  background-color: rgb(201, 238, 255);
  color: #2196F3;
  border-radius: 5px;
  margin: 0 8px;
  padding: 5px 6px;
  font-size: 11px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
body .side-title-post{
  position: relative;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 600;
  border-bottom: 2px solid #ef4056;
  display: inline-block;
  line-height: 2.5 !important;
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #000000;
}
body .widget.side-box-post.no-pad{
 padding: 0 !important;
 border-top: 0;
}
body .widget.side-box-post.no-pad .nav-side-post{
  margin-top: 0;
}
.widget_layered_nav_filters ul li{
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  color: #090909;
  letter-spacing: .3px;
  font-size: 13px;
  line-height: 29px;
  padding: 0 10px 0 29px;
  position: relative;
  display: inline-block;
  border-color: #bdbdbd;
  margin-left: 5px;
  margin-bottom: 5px;
}
.widget_layered_nav_filters ul{
  margin-top: 24px;
}
.widget_layered_nav_filters ul li a{

}
.widget_layered_nav_filters ul li a::before{
  content: "\eb99";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #bdbdbd;
  display: block;
  cursor: pointer;
  transition: all .3s ease-in-out;
  top: 1px;
  position: absolute;
  left: 8px;
  font-size: 15px;
}

.sides li.widget.widget_price_filter form{
  margin-top: 24px;
}
.side-title-post:after {
  font-family: parskala;
  content: "\E0B1\00FE0E";
  position: absolute;
  left: 0;
  color: #A3A3A3;
  transform: rotate(0);
  transition: all 200ms ease-out;
}
.side-title-post.head-side{
  text-align: center;
}
body .widget.widget_woocommerce-widget-layered-on_stock,body .widget.prk_filter_woocomerce{
  padding-bottom: 10px !important;
}
body .widget.widget_woocommerce-widget-layered-on_stock ul{
  display: flex;
  align-items: center;
}
body .widget.widget_woocommerce-widget-layered-on_stock ul li a{
  font-weight: 600 !important;
  font-size: 14px;
}
body .price_slider_amount{
  display: flex;
  flex-direction: column;
}
body .price_slider_amount button.button{
 order: 3;
}
body .price_slider_amount .price_label{
  font-size: 0;
}
body .price_slider_amount .price_label span{
  font-size: 14px;
  font-weight: 400;
}
.onliner_main_loading{
  position:fixed;
  width:100%;
  z-index: 999999999999999;
  height:100%;
  background: rgb(58 57 57 / 55%);
  top:0;
  right:0;
  display: none;
}
.onliner_main_loading.product_view{
  position: unset !important;
  background: unset !important;
  margin: 30% auto;
}
.onliner_main_loading .content_loading{
  position: absolute;
  top: 42%;
  width: 310px;
  height: 150px;
  background: #fff;
  border-radius: 11px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.onliner_main_loading.product_view .content_loading{
  position: unset !important;
  background: unset;
  margin: 0;
  width: unset;
  height: unset;
}
.onliner_main_loading.product_view .content_loading .loader-wrapper{
  position: unset !important;
  transform: none;
}
.onliner_main_loading .content_loading .loader-wrapper img{
  width: 145px;
  max-width: 145px;
  height: auto !important;
  display: inline-block !important;
}
.onliner_main_loading .content_loading .loading_image{display:block;margin:auto;margin-top:42px;width:100px}
.cssload-container{display:block;margin:auto;width:97px;direction:ltr;margin-top:43px}
.cssload-loading{margin-left:26px}
.cssload-loading i{width:8px;height:8px;display:inline-block;border-radius:50%;background:#ef5661}
.cssload-loading i:first-child{opacity:0;animation:cssload-loading-ani2 .58s linear infinite;-o-animation:cssload-loading-ani2 .58s linear infinite;-ms-animation:cssload-loading-ani2 .58s linear infinite;-webkit-animation:cssload-loading-ani2 .58s linear infinite;-moz-animation:cssload-loading-ani2 .58s linear infinite;transform:translate(-19px);-o-transform:translate(-19px);-ms-transform:translate(-19px);-webkit-transform:translate(-19px);-moz-transform:translate(-19px)}
.cssload-loading i:nth-child(2),.cssload-loading i:nth-child(3){animation:cssload-loading-ani3 .58s linear infinite;-o-animation:cssload-loading-ani3 .58s linear infinite;-ms-animation:cssload-loading-ani3 .58s linear infinite;-webkit-animation:cssload-loading-ani3 .58s linear infinite;-moz-animation:cssload-loading-ani3 .58s linear infinite}
.cssload-loading i:last-child{animation:cssload-loading-ani1 .58s linear infinite;-o-animation:cssload-loading-ani1 .58s linear infinite;-ms-animation:cssload-loading-ani1 .58s linear infinite;-webkit-animation:cssload-loading-ani1 .58s linear infinite;-moz-animation:cssload-loading-ani1 .58s linear infinite}
@keyframes cssload-loading-ani1 {
100%{transform:translate(39px);opacity:0}
}
@-o-keyframes cssload-loading-ani1 {
100%{-o-transform:translate(39px);opacity:0}
}
@-ms-keyframes cssload-loading-ani1 {
100%{-ms-transform:translate(39px);opacity:0}
}
@-webkit-keyframes cssload-loading-ani1 {
100%{-webkit-transform:translate(39px);opacity:0}
}
@-moz-keyframes cssload-loading-ani1 {
100%{-moz-transform:translate(39px);opacity:0}
}
@keyframes cssload-loading-ani2 {
100%{transform:translate(8px);opacity:1}
}
@-o-keyframes cssload-loading-ani2 {
100%{-o-transform:translate(8px);opacity:1}
}
@-ms-keyframes cssload-loading-ani2 {
100%{-ms-transform:translate(8px);opacity:1}
}
@-webkit-keyframes cssload-loading-ani2 {
100%{-webkit-transform:translate(8px);opacity:1}
}
@-moz-keyframes cssload-loading-ani2 {
100%{-moz-transform:translate(8px);opacity:1}
}
@keyframes cssload-loading-ani3 {
100%{transform:translate(8px)}
}
@-o-keyframes cssload-loading-ani3 {
100%{-o-transform:translate(8px)}
}
@-ms-keyframes cssload-loading-ani3 {
100%{-ms-transform:translate(8px)}
}
@-webkit-keyframes cssload-loading-ani3 {
100%{-webkit-transform:translate(8px)}
}
@-moz-keyframes cssload-loading-ani3 {
100%{-moz-transform:translate(8px)}
}


.widget_woocommerce-widget-layered-nav_brand ul li.chosen a:before,
.widget_woocommerce-widget-layered-on_stock ul li.chosen a:before,
.widget_woocommerce-widget-layered-nav_cat ul li.chosen a:before,
.woocommerce-widget-layered-nav ul li.chosen a:before,
.widget_woocommerce-widget-layered-nav ul li.chosen a:before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E) !important;
    color: #fff;
    /* background: #00bfd6; */
    font-weight: 300;
    text-align: center;
    border: 1.5px solid transparent;
    line-height: 20px;
}
.widget_woocommerce-widget-layered-on_stock ul li a:before,
.widget_woocommerce-widget-layered-nav_cat ul li a:before,
.widget_woocommerce-widget-layered-nav_brand ul li a:before,
.woocommerce-widget-layered-nav ul li a:before,
.widget_woocommerce-widget-layered-nav ul li a:before{
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #343434;
  float: right;
  border-radius: 6px;
  margin-left: 10px;
}
.woocommerce .woocommerce-widget-layered-nav-list,.woocommerce-widget-layered-nav-list{
  margin-top: 24px !important;
}



.widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item{
  padding: 0 0 15px !important;
  display: flex;
  align-items: center;
  position: relative;
}
.widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item a{
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}
.widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover a{
 color: #0071e3;
}
body .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:hover a:before{
 border-color: #0071e3;
}
body .widget ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:last-child{
  padding-bottom: 0 !important;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget_woocommerce-widget-layered-nav ul li:last-child{
  padding-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count{
  position: absolute;
  left: 15px;
}
.single-pro.woocommerce form.cart .variations
{
  display: block;
  margin: 5px 0 !important;
}
.col-single1.style_3::before{
  display: none;
}
.single-pro.woocommerce form.cart .variations .value
{
	position: relative;
}
.single-pro.woocommerce form.cart .variations tbody tr{
  display: block;
  margin-bottom: 5px;
}
.variations .reset_variations{
 display: none !important;
}
.reset_variations{
  position: absolute;
}
.single-pro.woocommerce form.cart .variations li.thwvsf-selected{
  position: relative;
}
.single-pro.woocommerce form.cart .variations li.thwvsf-selected::before{

  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 1.3rem;
}
.single-pro.woocommerce form.cart .variations li.thwvsf-label-li::before{
 display: none;
}

.constiky{
  display: inline-block;
  width: 100%;
}
.sides,.left-store{
  position: sticky !important;
  top: 93px !important;
  z-index: 2;
}
.back-order-mobile.active{
  display: block !important;
  z-index: 1026 !important;
}
.back-order-mobile{
  display: none !important;
}

.woocommerce div.product div.summary{
	position: sticky;
    top: 100px;
    z-index: 2;
}
.zoomContainer{
  z-index: 999 !important;
}
.loader-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}
.loader-bullets {
    margin: auto auto auto -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
    direction: ltr;
    margin-top: 8px;
}
.loader-bullet:first-child {
    -webkit-animation: loading-dots-first-dot .5s ease-in-out infinite;
    animation: loading-dots-first-dot .5s ease-in-out infinite;
    opacity: 0;
    -webkit-transform: translate(-14px);
    transform: translate(-14px);
}
.loader-bullet {
    border-radius: 100%;
    overflow: hidden;
    background-color: #EF394E;
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    -webkit-animation: loading-dots-middle-dots .5s ease-in-out infinite;
    animation: loading-dots-middle-dots 0.5s ease-in-out infinite;
}
.loader-bullet:last-child {
    -webkit-animation: loading-dots-last-dot .5s ease-in-out infinite;
    animation: loading-dots-last-dot 0.5s ease-in-out infinite;
}
@keyframes loading-dots-fadein{to{opacity:1;}}
@keyframes loading-dots-middle-dots{to{-webkit-transform:translateX(14px);transform:translateX(14px)}}
@keyframes loading-dots-first-dot{to{-webkit-transform:translateX(14px);transform:translateX(14px);opacity:1}}
@keyframes loading-dots-last-dot{to{-webkit-transform:translateX(28px);transform:translateX(28px);opacity:0}}

.micromodal-slide {
  display: none !important;
  position: absolute;
  z-index: -20;
  opacity: 0;
}

.micromodal-slide.is-open {
  display: block !important;
  position: unset;
  z-index: unset;
  opacity: 1;
}

/* gallery */

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  --fancybox-color: #334155;
  --fancybox-bg: #fff;

  --fancybox-content-color: #6B7280;
  --fancybox-content-bg: #fff;

  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;

  --carousel-button-svg-stroke-width: 1.5;
  --carousel-button-svg-filter: none;
}

/**
*  Navigation buttons
*/
.fancybox__nav {
  --carousel-button-bg: #E5E7EB;

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;

  --carousel-button-svg-stroke-width: 3;
}

.fancybox__nav .carousel__button.is-next {
  right: 30px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 30px;
}

.carousel__button.is-close {
  top: 0;
  right: 0;
  z-index: 10;
}

/**
*  Toolbar
*/

.fancybox__toolbar {
  padding: 0;

  background: var(--fancybox-bg);
  text-shadow: none;

  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
  border-width: 2px;
}
.fancybox__thumbs .carousel__slide{
  width: 70px;
  padding: 10px 10px 35px 10px;
}
.fancybox__thumbs .carousel__slide{
  opacity: 0.5;
}
.fancybox__thumbs .carousel__slide.is-nav-selected{
  opacity: 1;
}
.mask-text {
    max-height: 190px;
    height: unset;
    overflow: hidden;
    transition: 0.3s all;
}
.mask-text.active {
    min-height: 100%;
    max-height: 100%;
    transition: 0.3s all;
}
a.mask-handler .show-less {
    display: none;
    margin-bottom: 30px;
}
a.mask-handler {
    font-size: 12px;
    margin: 3px 0;
    font-weight: 500;
    color: #474747;
    display: block;
    text-align: center;
    display: none;
}
.excerpt_product.cut a.mask-handler{
  display: block;
}
.short-attributes.disbled{
  max-height: 98px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes{
  border: 0 !important;
}
.meta-additional table.shop_attributes th{
  line-height: 32px !important;
  margin-bottom: 0px !important;
}
.woocommerce-Tabs-panel table.shop_attributes th{
	border: 0 !important;
	text-align: right;
	color: #535353;
	font-size: 14px;
	font-weight: 500 !important;
	padding: 18px 0 !important;
	width: 320px !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
 margin: 0 !important;
 /* border: 0 !important; */
 /* border-top: 1px solid #e3e3e3 !important; */
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel p{
  line-height: 32px;
  text-align: justify;
  font-size: 14px;
  color: #535353;
}
.woocommerce div.product .woocommerce-tabs .panel p.woocommerce-noreviews{
  padding: 15px 10px;
}
.guaranteed_product div.ri-information-line{
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-right: 5px;
  position: relative;
}
.toplips-icon .tooltiptext{
  visibility: hidden;
  width: 230px;
  background-color: #0c0c0c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -116px;
  font-size: 13px;
  line-height: 22px;
  border: 1px solid #232933;
}
.toplips-icon .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #0c0c0c transparent;
}
.toplips-icon:hover .tooltiptext {
  visibility: visible;
}
.col-single1 .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0.5rem;
  list-style: none;
  align-items: center;
}
.breadcrumb{
	display: flex;
  align-items: center;
}
.head-indexs .adress-index{
  display: block;
}

.adress-index #breadcrumb span,.adress-index #breadcrumb p{
  line-height: 32px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.adress-index #breadcrumb span a{
  color: #4A5F73
}
#breadcrumb p{
  float: right;
  margin-left: 7px;
  font-size: 12px;
}
.adress-index span{
  font-size: 12.9px;
  font-weight: 380;
  color: #535353;
}
.adress-index span:nth-child(1){
  color: #aaa !important;
}
body .adress-index i{
  font-size: 11px;
  font-weight: 500;
  color: #81858b;
  margin: 0 2px;
}
.col-single1 .breadcrumb a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #19bfd3;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}

.col-single1 .breadcrumb .line-l{
  color: #c0c2c5;
  font-size: 10px;
  margin: 0 5px;
}
.des-info{
  display: inline-block;
  width: 100%;
}
.des-right{
  float: right;
  width: 59%;
}
.des-left{
  float: left;
  width: 35%;
  max-width: 345px;
  position: relative;
  margin-top: -5px;
}
.des-left .single_variation_wrap .stock.out-of-stock{
  display: none;
}
.full_whidth{
  width: 100%;
  display: inline-block;
  padding: 7px;
  position: relative;
}
.meta-additional ul li {
  position: relative;
  font-size: 13px;
  margin-bottom: 2px;
  color: #5d5d5d;
  line-height: 23px;
}
.meta-additional ul li::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #CCC;
    border-radius: 50%;
    margin-left: 10px;
}
.meta-additional ul li .item__label,.meta-additional ul li .item__value{
    font-weight: 400;
    color: #5d5d5d;
}

.meta-additional .col-single1ail-container .product-params ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.meta-additional .show-mores,.show-less{
  color: #00BFD6;
  font-size: 12px;
  cursor: pointer;
  margin-top: -10px;
  padding: 5px 0;
}

body.product-single .woocommerce div.product .woocommerce-variation-availability p.stock{
  font-size: 12px !important;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  color: #101010;
}
.single_variation_wrap .woocommerce-variation-availability{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single_variation_wrap .woocommerce-variation-availability .prk-box{
  font-size: 22px;
  margin-left: 0px;
  width: 46px;
  text-align: center;
}
body.product-single .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_3{
  width: 90px;
  height: 37px;
  font-size: 12px !important;
  border-radius: 13px;
}
body.product-single .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_3 .thwvsf-item-span.item-span-text {
  font-size: 14px!important;
  font-weight: 700!important;

}
body.product-single .thwvsf-wrapper-ul .thwvsf-image-li.thwvsf-wrapper-item-li.attr_swatch_design_3{
  width: 65px;
  border-radius: 8px;
  height: 65px;
}
body .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_2 {
  padding: 5px 5px 5px 10px !important;
  margin: 3px 0px 3px 8px !important;
}
body .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_2:last-child{
  margin-left: 0 !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li{
  margin: 10px 0px 5px 12px !important;
}
.des-right .variations .label{
  width: 100%;
  display: block;
  text-align: right;
}

.woocommerce div.product form.cart table td{
  margin: 0 !important
}
.rating_and_nummbercomment {
  display: flex;
  gap: 10px;
  border-top: solid 1px #dddd;
  padding-top: 5px;
  padding-bottom: 10px;
}
.rating_and_nummbercomment .rating_count{
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  margin-right: 7px;
  color: #7b7b7b;
}
.rating_and_nummbercomment .rating_product {
  background: #9f9f9f;
  border-radius: 5px;
  padding: 0 4px;
  height: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rating_and_nummbercomment .rating_product i {
  margin-left: 4px;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
}
.rating_and_nummbercomment .rating_product .average_rating {
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
}
.rating_and_nummbercomment .rating_product .rating_count {
  color: #6c757d !important;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}
.rating_and_nummbercomment .comments_number {
  display: flex;
  align-items: center;
}
.rating_and_nummbercomment .comments_number i {
  position: relative;
  font-size: 5px;
  color: #e0e0e2;
  margin: 0 0px 0 7px;
}
.rating_and_nummbercomment .comments_number p{
  font-size: 12px;
  font-weight: 500;

}
.rating_and_nummbercomment .comments_number p {
    color: #0fabc6;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    line-height: 12px;
}
.rating_and_nummbercomment .comments_number p span {
    margin-left: 4px;
}

/* tippy styles */
.tippy-box[data-theme~=light]{color:#26323d;box-shadow: 0px 2px 3px 0px rgb(169 169 169 / 32%), 0 4px 47px 21px rgb(36 29 48 / 4%), 0 4px 4px -2px rgb(91 94 101 / 0%);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{
  display: none;
}
.tippy-box[data-theme~=light][data-placement^=right]{
  margin-left: 60px;
  margin-top: 155px;
  min-width: 400px !important;
  border: 1px solid #0000001f;
  border-radius: 11px;
}
.data-content{
  border: 1px solid #e0e0e2;
}
.stills_contienr{
  padding: 10px 9px;
}
.stills_contienr .shop_names .name{
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.stills_contienr .shop_names .register_seller{
  font-size: 13px;
  font-weight: 500;
  margin-top: 12px;
  color: #868686;
}
.stills_contienr .seller_stillses{
  padding: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: 750;
}
.operation_stillses{
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 27px
}

/* progress style */

.pie_stillses{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.feedback_item_stillses{
  text-align: center;
}
.pie {
  text-indent: -9910rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  margin: 1rem auto;
  position: relative;
  transition: all 5s ease-in-out;
  margin-bottom: 10px;
}
.pie.yellow{
  background: linear-gradient(-90deg, #d99a00 50%, transparent 50%), linear-gradient(108deg, rgb(236, 240, 241) 50%, #d99a00 50%) ;
}
.pie.green{
  background: linear-gradient(-90deg, #388e3c 50%, transparent 50%), linear-gradient(108deg, rgb(236, 240, 241) 50%, #388e3c 50%) ;
}
.pie.red{
  background: linear-gradient(-90deg, #c62828 50%, transparent 50%), linear-gradient(108deg, rgb(236, 240, 241) 50%, #c62828 50%) ;
}
.pie:after {
  content: attr(data-percentage) '%';
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;
  text-indent: 0;
  line-height: 4.5rem;
  font-weight: bold;
  color: #535353;
  transition: 3s all;
}
.modal__overlay.sendbox{
  background: rgb(0 0 0 / 50%);
}
.cursor{
  cursor: pointer;
}
/* Start Auth Style */

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.stm-login-sms-btn {
    display: block;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 10px 19px;
    border-radius: 10px;
    outline: none !important;
    margin: 15px auto 0 auto;
    backdrop-filter: blur(5px);
    box-shadow: none !important;
    -webkit-backdrop-filter: blur(5px);
    background: rgb(255 0 0 / 60%) !important;
    overflow: hidden;
    position: relative;
}

.stm-sms-holder.has-error input {
    border: 1px solid #f00 !important;
}


#stm-sms-form-holder .stm-sms-confirm {
    margin-top: 22px !important;
    margin-bottom: 5px !important;
}
#authConfirm_password .stm-sms-confirm--bottom{
  text-decoration: none!important;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  margin-right: 9px;
  margin-top: 10px;
}

.stm-sms-confirm .stm-sms-confirm--head {
    text-align: center;
}

.stm-sms-confirm .stm-sms-confirm--title {
    display: flex;
    text-align: center;
    font-size: 16px;
    justify-content: space-between;
    margin-bottom: 15px;
}

#authConfirm .stm-sms-confirm--input input {
    text-align: center !important;
    letter-spacing: 11px;
    margin-bottom: 15px;
}


.stm-ResetPassword-woo {
    text-align: center;
    border-radius: 37px;
    background: #F2F3F6;
    background: linear-gradient(360deg, #F2F3F6 0%, #E5E6EC 100%);
    box-shadow: -4px -4px 20px #fff, 3px 3px 20px rgb(36 65 93 / 15%);
    padding: 30px 25px;
    margin-top: 30px;
}

.stm-ResetPassword-woo .woocommerce-Button {
    background: linear-gradient(298deg, #FF6767 0%, #FF0000 100%) !important;
    outline: none !important;
    border-radius: 15px !important;
    width: 100% !important;
    font-size: 20px !important;
    padding: 15px 5px !important;
    line-height: initial !important;
    color: #fff !important;
}

.stm-ResetPassword-woo .woocommerce-Input {
    border: 1px solid #9493947d !important;
    border-radius: 10px;
    padding: 13px 15px;
    box-shadow: -4px -4px 20px #fff, 3px 3px 20px rgb(36 65 93 / 22%) !important;
    background: #f1f2f5;
    margin-bottom: 10px !important;
}

.stm-ResetPassword-woo i {
    font-size: 70px;
    color: #787887;
    margin-top: 10px;
    margin-bottom: 25px;
}

.onliner_main_loading.stm-sms-load{
  display: block;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 15px !important;
}

.stm-sms-confirm--submit .lds-ripple {
    right: 18%;
}
#stm-form-sms .lds-ripple{
  display: none !important;
}
.lds-ripple {
    opacity: 0;
    display: block;
    position: absolute;
    top: -15px;
    right: 14%;
    justify-content: center;
    width: 80px;
    height: auto;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


.sit-wishlist-btn.disabled .onliner_main_loading.whishlist{
    display: block;
}

.woocommerce div.product .imgs-desctop img.attachment-shop_single{
	width: 420px !important;
	margin: auto;
}
.show_modal_gallery.vidoe::after{
  font-family: remixicon!important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\EF81" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  width: 40px !important;
  height: 40px !important;
}
.timers.expired.block{
  height: 13px;
}
/* login modal sms form */
#loginmodal .prk-header-login{
  display: inline-block;
  padding: 20px 25px;
  padding-bottom: 0;
  width: 100%;
}
#loginmodal .prk-header-login .close-box{
  float: left;
}
.prk-sms-loginform .prk-loginbox{
  width: 77%;
  margin: 29px auto;
  margin-top: 25px
}
.prk-checkout-login{
  display: none;
}
.prk-checkout-login .login.form-login{
  display: block !important;
  border: 1px solid #e3e3e3;
  border-radius: 11px;
}
.prk-checkout-login #stm-sms-form-holder .phone-loginbox::before{
  top: 22px;
}
.prk-loginbox .logo-loginbox{
  text-align: center;
}
.prk-loginbox .logo-loginbox img{
  max-width: 164px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 40px;
}
.prk-loginbox .title-loginbox{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
#stm-sms-form-holder .login-sms-message{
  font-size: 13px;
  line-height: 21px;
  color: #62666d;
  margin-bottom: 15px;
  display: block;
}
#stm-sms-form-holder .phone-loginbox{
  position: relative;
  display: inline-block;
  width: 100%;
}
#stm-sms-form-holder .phone-loginbox::before {
  font-family: flaticon !important;
  content: "\f107";
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #92929270;
  font-weight: 1;
  z-index: 2;
  font-size: 26px;
}
#stm-sms-form-holder .phone-loginbox input,#stm-sms-form-holder input.stm-sms-confirm--code{
  padding: 11px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #030a16;
  direction: rtl;
  text-align: left;
  font-weight: 500;
}

.prk-loginbox #stm-sms-form-holder .stm-login-sms-btn,.prk-loginbox #stm-sms-form-holder .stm-sms-confirm--submit{
  display: block;
  width: 100%;
  padding: 15px;
  margin: 15px auto 0 auto;
  font-size: 14px;
  line-height: 1.571;
  font-weight: 500;
  border-radius: 8px;
  color: #fff;
  border-color: #ef394e;
  background: #ef394e;
  border: none;
  outline: none !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#email_phone_error {
  text-align: center;
  font-size: 14px;
  color: #f00;
  margin-top: 10px;
}
.footer-loginbox .copyright-login-footer{
  text-align: right;
  color: #494c52;
  font-size: 12px;
  line-height: 23px;
  margin-top: 20px;
  font-weight: 400;
}
.footer-loginbox .copyright-login-footer a.linkp{
  color: #494c52;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid;
}
.prk-loginbox .stm-sms-confirm--title{
  font-size: 13px;
  line-height: 21px;
  color: #62666d;
  margin-bottom: 15px;
}
.stm-reset-pass {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-right: 9px;
  margin-top: 10px;
}
.stm-sms-confirm .stm-sms-confirm--timer-holder {
  font-weight: 700;
  color: #81858b;
  padding: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
}
.stm-sms-confirm .stm-sms-confirm--retrieve {
    display: none;
    border: none;
    font-weight: 700;
    color: #81858b;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    background: none;
    margin: 10px auto;
    cursor: pointer;
}
.stm-change-email.back-arrow{
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #424750;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 22px;
}
#loginmodal .prk-header-login .close-box::before{
  top: unset;
}
.factor_link_dokan i{
  font-size: 17px;
  color: #535252;
  margin: 0 2px;
}
.my_account_getfactor{
  margin-right: 10px !important
}
.my_account_getfactor::before{
  content: "\f029";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.get_send_time{
  display: none
}
.order-delivery-times li input:checked+label b.checkout-deliver-day-itmes::after{
  background-color: #19bfd3;
}
.order-delivery-times li input:checked+label{
  color: #19bfd3;
  font-weight: 600;
}
.order-delivery-times li input:checked+label span.delivery-time{
  font-size: 12px;
  font-weight: 600;
}
.order-delivery-title{
  display: flex;
  font-size: 14px;
  align-items: center;
}
.order-delivery-title i{
  margin-left: 5px;
  font-size: 18px;
}
.order-delivery-times ul{
  display: flex;
}
.order-delivery-times.timer_class ul{
  border-bottom: 1px solid #dfdfdf;
  margin-top: 5px;
}
.checkout-deliver-day{
  position: absolute;
  visibility: hidden;
}
.woocommerce-checkout .leaflet-container{
  height: 300px;
  border-radius: 11px;
}
body.ceckout_page .woocommerce .woocommerce-checkout .leaflet-container .leaflet-marker-pane img{
  height: auto !important;
  width: auto !important;
  max-width: 50px !important;
}

.prk-hidden{
  display: none !important;
}
.woocommerce-checkout .col-1.checkout-order-user{
 max-width: 100%;
 width: 100%;
}
.order-delivery-times ul li{
  width: 10%;
  text-align: center;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 5px;
  margin-bottom: 7px;
  height: 63px;
  max-height: 63px;
  min-height: 63px;
}
.order-delivery-times ul li input{
  position: absolute;
  visibility: hidden;
}
.order-delivery-times ul li label{
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.order-delivery-times ul li b.checkout-deliver-day-itmes::after{
  content: '';
  position: absolute;
  width: 50px;
  margin: 0 auto;
  height: 4px;
  border-radius: 5px 5px 0 0;
  bottom: -40px;
  right: 0;
  left: 0;
  background-color: transparent;
}
.order-delivery-times ul li label b{
  padding-bottom: 0px;
  font-size: 14px;
  display: block;
}
.order-delivery-times ul li .checkout-deliver-day-itmes{
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.order-delivery-times ul li span.delivery-time{
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.order-delivery-times{
  border: 1px solid #edededa8;  padding-top: 20px;
  display: block;
  border-radius: 11px;
}
.order-delivery-times.delivery_mobile{
  position: fixed;
  bottom: -100%;
  background: #FFF;
  z-index: 99999999999;
  width: 100%;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 19%);
  right: 0;
  transition: all 0.2s ease-out;
  padding: 10px 0;
  padding-bottom: 0;
}
.order-delivery-times.delivery_mobile .delivery_time_mobile_header {
  border-bottom: 1px solid #e0e0e2;
  padding-bottom: 5px;
  margin: 0px 15px;
  margin-bottom: 10px;
}
.delivery_mobile .delivery_time_mobile_header span.order-delivery-title{
  font-size: 14px;
   color: #0c0c0c;
   font-weight: 600;
}
.delivery_mobile .delivery_time_mobile_header span.order-delivery-title i{
  margin-left: 7px;
  font-size: 25px;
  font-weight: 200;
}
.delivery_mobile .delivery_time_mobile_header span.order-delivery-title i.ri-truck-line{
  transform: rotateY(180deg);
}
.select_delivery_time span{
  padding: 10px;
  border-radius: 8px;
  background: #ef4056;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
}
.delivery_mobile .delivery_time_mobile_header span.close-delivery-times i{
  font-size: 23px;
}
.order-delivery-times.delivery_mobile.active{
  bottom: 0%;
}
.order-delivery-times .order-dayes input.input-radio{
 visibility: hidden;
 position: absolute;
}
div.order-delivery-times div:first-child{
  margin-top: 25px;
}
.date-send-order{
  margin: 10px 15px;

  margin: 15px 20px;
  display: flex;
  align-items: center;
}
.date-send-order input{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.date-send-order label{
  font-size: 14px;
  color: #2f2d2d;
  font-weight: 600;
  cursor: pointer;
  margin-right: 5px;
  line-height: 12px;
}
body .continer .woocommerce a.prk-factor-button{
  display: block;
  padding: 17px 13px;
  background: #ff6900;
  width: 189px;
  border-radius: 11px;
  margin: 20px auto 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 46px;
  font-family: 'prk-font' !important;
}
.prk-factor-button:hover{
  opacity: .8;
}
.prk-factor-button::after{
  content: "";
  width: 60px;
  height: 76px;
  position: absolute;
  right: -6px;
  top: -15px;
  background: hsla(0,0%,100%,.21);
  border-radius: 50%;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  padding-right: 15px;
  padding-top: 32px;
  text-align: right;
  font-weight: 700;
  font-size: 21px;
}
.prk-factor-button i{
  font-size: 33px;
  font-weight: 100;
  position: absolute;
  right: 7px;
  top: 10px;
  opacity: 0.9;
}
.prk-factor-button i::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: pulse 2s infinite;
  z-index: 9999;
  top: 9px;
  right: 19px;
}
/*  seller info */
.mb-8{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 0.6rem;
}
.product-seller-info{
    padding: 0;
    /* background-color: #fafafa; */
}
.zoomLens{
  width: 250px !important;
  height: 250px !important;
  border-radius: 6px !important;
  background: rgba(239, 86, 97, 0.10) !important;
  border: 1px solid rgba(239, 86, 97, 0.19) !important;
}
.ui-box {
    /* background: linear-gradient(0deg,hsla(240,3%,94%,.5),hsla(240,3%,94%,.5)),#fff; */
    background: #f8f8f8;
    border: 1px solid #fff;
    border-radius: 14px;
}
.loaded .ui-box{
  border: 1px solid #e0e0e2;
}


.product-seller-info .product-seller-counter {
    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;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}
.product-seller-info .product-seller-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
	position: relative;
}
.product-seller-info .product-seller-row.seller_name{
  /* align-items: center; */
}
#myButton_stills{
	cursor: pointer;
  margin-top: 4px;
}
.product-seller-info .product-seller-row.centes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-seller-info .product-seller-row .product-seller-row-icon {
    width: 50px;
    text-align: center;
}
.product-seller-info .product-seller-row .product-seller-row-icon i {
    font-size: 25px;
    position: relative;
}
.product-seller-info .product-seller-row .product-seller-row-icon i.seller-store.good::after{
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #08b657;
  right: 12px;
  top: 15px;
  background: #fff;
  border-radius: 100%;
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\ec5c";
}
.product_meta .sku_wrapper{
  color: #4d4d4d;
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  font-weight: 700;
}
.product_meta .sku_wrapper span.sku{
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  color: #777;
}
.product-seller-info .product-seller-row .product-seller-row-detail {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
.product-seller-row-detail .prk-box{
  display: none;
}
.product-seller-info .product-seller-row .product-seller-row-detail ul li.pluses{
  display: flex;
}
.product-seller-info .product-seller-row .product-seller-row-detail ul li.pluses i{
  margin-left: 9px;
}
.product-seller-info .product-seller-row .product-seller-row-detail ul li.pluses i::before{
  transform: rotateY(180deg);
}
.product-seller-info .product-seller-row .product-seller-row-detail ul li::after {
    content: '';
    position: absolute;
		right: -28px;
    bottom: 2px;
    border-radius: 100%;
    background-color: #EF394E;
    padding: 3px;
    border: 1px solid #fff;
    animation: pulse 2s infinite;
}
.product-seller-info .product-seller-row .product-seller-row-detail .product-seller-row-detail-title {
    font-size: 13px;
    font-weight: 500;
}
.product-seller-info .product-seller-row .product-seller-row-detail .product-seller-row-detail-title i{
  float: left;
  font-size: 29px;
  top: 0px;
  position: relative;
  font-weight: 100;
  opacity: 0.4;
}
.product-seller-info .product-seller-row .product-seller-row-detail .product-seller-row-detail-subtitle {
    font-size: 14.5px;
    font-weight: 600;
}
.product-seller-info .product-seller-row::after {
    content: "";
		position: absolute;
		bottom: -1px;
		height: 1.5px;
		right: 12px;
		left: 12px;
    background-color: #e4e4e4;
}
.product-seller-info .product-seller-row .product-seller-row-detail .product-seller-name {
    font-weight: 700;
    display: inline-block;
}
.seller-final-score-container {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.seller-rate-container .seller-rate {
    color: #b1b64d;
}
.seller-rate-container .label {
    color: #979797;
}
.seller-rate-container .divider {
    margin-right: 4px;
    margin-left: 4px;
}
.seller-rate-container .divider::before {
	content: "";
	display: inline-block;
	height: 16px;
	width: 1px;
	background-color: #dfdfdf;
	position: relative;
	top: 6px;
}
.seller-rate-container .seller-final-score {
    color: #666;
}
.product-seller-info .product-seller-row .good-seller{
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 10rem;
  color: #00a049;
  background: rgba(0,160,73,.1);
  padding: 2px 11px;
}
.seller-rate-container .seller-final-score.good{
  color: #00a049;
}
.product-seller-info .product-seller-row .product-seller-row-detail .product-seller-row-detail-title p.stock{
  color: #000;
  line-height: 20px;
}
/* استایل گالری تصاویر محصول در صفحه محصول */
.main_gallery_product {
  overflow: hidden;
  padding: 15px 0 3px 0 !important;
  display: flex;
  width: 100%;
  margin-top: 15px;
  justify-content: center;
}
.main_gallery_product li {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #e0e0e2;
  border-radius: 9px;
  overflow: hidden;
  margin-left: 1.4%;
  position: relative;
  display: inline-block;
  padding: 4px;
  flex: 0 0 auto;
  width: 15%;
  transition: 0.1s all;
  max-width: 82px;
  max-height: 82px;
}
.main_gallery_product li:hover{
  opacity: 1;
}
.main_gallery_product li[count="5"],.main_gallery_product li[count="6"],.main_gallery_product li[count="7"],.main_gallery_product li[count="8"],.main_gallery_product li[count="9"],.main_gallery_product li[count="10"],.main_gallery_product li[count="11"],.main_gallery_product li[count="12"],.main_gallery_product li[count="13"],.main_gallery_product li[count="14"],.main_gallery_product li[count="15"],.main_gallery_product li[count="16"],.main_gallery_product li[count="17"],.main_gallery_product li[count="18"],.main_gallery_product li[count="19"],.main_gallery_product li[count="20"],.main_gallery_product li[count="21"],.main_gallery_product li[count="22"],.main_gallery_product li[count="23"],.main_gallery_product li[count="24"],.main_gallery_product li[count="25"],.main_gallery_product li[count="26"],.main_gallery_product li[count="27"],.main_gallery_product li[count="28"],.main_gallery_product li[count="29"],.main_gallery_product li[count="30"],.main_gallery_product li[count="31"],.main_gallery_product li[count="32"],.main_gallery_product li[count="33"],.main_gallery_product li[count="34"],.main_gallery_product li[count="35"]{
 display: none;
}
.main_gallery_product li.show_modal_gallery {
    text-align: center;
		position: relative;
}
.main_gallery_product li img {
  margin: auto;
  border-radius: 5px;
  display: flex !important;
  align-items: center;
  width: 100%;
  height: auto !important;
  max-width: 72px !important;
}
.main_gallery_product li:hover img{
   opacity: 1;
}
.main_gallery_product li.show_modal_gallery:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_gallery_product li.show_modal_gallery:not(.vidoe){
  margin-left: 0 !important;
}
.main_gallery_product li.show_modal_gallery img {
	filter: blur(4px);
}
.main_gallery_product li.show_modal_gallery:after {
  content: "ooo";
  width: 34px;
  height: 34px;
  border: none;
  background-color: rgba(0,0,0,0.4);
  font-size: 18px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: absolute;
  font-size: 8px;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  margin: auto;
}

/* دکمه های ناوبری */
.btns-pro-slider{
  float: right;
  display: block;
  position: relative;
  margin-top: 23px;
}
.btns-pro .tooltiptext{
	visibility: hidden;
	width: auto;
	text-align: center;
	border-radius: 0;
	z-index: 1;
	top: -9px;
	right: 180%;
	position: absolute;
	padding: 9px 15px;
	background: #4a4a4a;
	color: #fff;
	animation-name: Ib;
	animation-fill-mode: forwards;
	animation-duration: .3s;
	animation-delay: .5s;
	animation-timing-function: ease-in-out;
	font-size: 14px;
	line-height: 1.692;
	white-space: nowrap;
	font-weight: bold;
}
.btns-pro .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border-width: 5px;
    border-style: solid;
    border-width: 10px 0 12px 10px;
    border-color: transparent transparent transparent #4a4a4a;
    right: -10px;
}
.btns-pro:hover .tooltiptext{
	visibility: visible;
}
.btns-pro{
  margin-bottom: 27px;
  position: relative;
	cursor: pointer;
}
.btns-pro a{
	color: #9B9B9B;
}
.btns-pro i.btns{
	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;
  color: #4d4d4d;
  font-size: 26px;
  opacity: .8;
}
.product_details_icon.chart_price{
	display: block;
	width: 100%;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	white-space: nowrap;
	padding: 0;
	margin-bottom: 0;
	cursor: pointer;
	opacity: 1!important;
}
.no-products{
  border: 5px dashed #ffffff6b;
  padding: 40px 33px;
  border-radius: 21px;
  width: 50%;
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-left: -40px;
  display: flex;
  align-items: center;
}
.empty_product{
  justify-content: center !important;
}
.no-products.white_p{
  border: 5px dashed #dddddd;
  margin: 10px 0;
}
.no-products.small{
  width: 100% !important
}
.no-products i{
  font-size: 35px;
  color: #ffffffa1;
  transform: rotate(41deg);
  margin-left: 8px;
}
.no-products.white_p span,.no-products.white_p i{
  color: #dddddd;
}
.no-products.small span,.no-products.small i{
  font-size: 13px;
}
.mories.cate_empty{
  height: 270px;
}
.no-products span{
  font-size: 18px;
  font-weight: 500;
  color: #ffffffc9;
}
.center_flexed{
  display: flex;
  justify-content: center;
}
.tippy-content{
  border-radius: 11px;
}

/* استایل زوم تصویر شاخص محصول */
#show_zoom_container{
	position: absolute;
	left: -120%;
	bottom: 100%;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
	border-radius: 8px;
}

/* استایل عنوان انگلیسی محصول */
.des-info .product-en {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	line-height: 16px;
}
.des-info .product-en::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    z-index: 0;
}

.des-info .product-en span.en_name_pro {
    display: inline-block;
    background-color: #fff;
    padding-left: 10px;
    font-size: 13px;
    color: #979797;
    cursor: default;
    z-index: 1;
}
.meta-additional,.des-info .hamta,.des-info .info-other.excerpt_product{
  margin: 7px 0;
}
.meta-additional{
  border-bottom: 1px solid #f0f0f1;
  padding: 0 0 10px 0;
}
body.product-single .des-right .variations .value{
  padding: 5px 0;
}
/* اسلایدر سه بعدی کتاب */
.slider-home-three-wrapper .swiper::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -2px;
  width: 233px;
  height: 57px;
  background: url(/wp-content/plugins/img/shape-book.svg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
}
.swiper-home-three img{
  width: 100% !important;
}
.slider-home-three-wrapper .swiper-pagination-bullet {
  width: 3px !important;
  height: 12px !important;
  opacity: 1;
  background-color: #919191;
  border-radius: 5px;
}
.slider-home-three-wrapper .swiper-pagination {
  right: 71px;
  width: 125px !important;
  left: auto !important;
}
.slider-home-three-wrapper .swiper-pagination-bullet-active {
  height: 24px !important;
  background-color: #49be78;
}
.slider-home-three-wrapper .swiper-button-prev, .slider-home-three-wrapper .swiper-button-next {
  left: 15px !important;
  right: auto !important;
}
.slider-home-three .swiper-button-next, .slider-home-three .swiper-button-prev {
  top: auto!important;
  bottom: 20px!important;
}
.slider-home-three .swiper-button-prev {
  left: 60px!important;
}
.position-absolute {
  position: absolute!important;
}

.slider-home-three-item .shape-1, .slider-home-three-item .shape-2 {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 50px;
}
.slider-home-three-item .shape-1 {
  width: 230px;
  top: 63px;
  bottom: 73px;
  background-color: rgba(68, 158, 160, 0.4);
  -webkit-transform: translateX(25px);
     -moz-transform: translateX(25px);
      -ms-transform: translateX(25px);
       -o-transform: translateX(25px);
          transform: translateX(25px);
  z-index: -1;
}
.slider-home-three-item .shape-2 {
  width: 188px;
  top: 88px;
  bottom: 98px;
  background-color: rgba(68, 158, 160, 0.2);
  -webkit-transform: translateX(44px);
     -moz-transform: translateX(44px);
      -ms-transform: translateX(44px);
       -o-transform: translateX(44px);
          transform: translateX(44px);
  z-index: -2;
}
.slider-home-three-item img {
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.swiper-slide-active .slider-home-three-item .shape-1, .swiper-slide-active .slider-home-three-item .shape-2 {
  right: 0;
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.slider-home-three .swiper-button-next, .slider-home-three .swiper-button-prev {
  top: auto;
  right: auto;
  bottom: 12px;
  left: 24px;
}
body .swiper.swiper-home-three.swiper-initialized{
  overflow: visible;
}
/* سبک نمایشی دوم کاروسل محصولات */
.col-product.style2{

}

.col-product.style2 .titles-pro::after {
  top: calc(100% + -1px);
}
.salse-time{
  line-height: 18px;
}
.col-product.style2 .salse-time{
  margin-left: 90px;
}
.col-product.style2 .right-product .owl-nav{
  top: -72px;
  width: auto;
  left: 39px;
}
.col-product.style2 .right-product .owl-nav .owl-prev,.col-product.style2 .right-product .owl-nav .owl-next{
  width: 35px !important;
  height: 24px !important;
  top: auto !important;
  border-radius: 15px;
  background-color: rgba(0,0,0,.35);
  transform: unset !important;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #ffffff80 !important;
}
.col-product.style2 .right-product .owl-nav .owl-next::before{
  content: '\e933' !important;
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 1px;
  right: auto;
}
.col-product.style2 .right-product .owl-nav .owl-prev::before{
  content: '\e92e' !important;
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 1px;
  right: auto;
}
.salse-time i{
  margin-right: 6px;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.salse-time span.titme-sale-out{
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}
.countdown-item-carosel{
  direction: ltr;
  position: relative;
  top: 1px;
}
.countdown-item-carosel .countzarin-col{
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 30px;
  text-align: center;
}
.countdown-item-carosel .countzarin-col:last-child{
  font-weight: 800;
}
.countdown-item-carosel .countzarin-col .dot{
  margin: 0 6px 0 3px;
}
.countdown-item-carosel .countzarin-col .number{

}
/* سکشن تاریخ ارسال محصول */
.date-send-pro{
	width: 100%;
	display: flex;
	margin-top: 10px;
	border-radius: 11px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	align-items: center;
  justify-content: space-between;
}

.date-send-pro cite{
	width: 70%;
	padding: 0 15px;
}
.date-send-pro cite i{
  font-size: 15px;
  font-weight: bold;
  color: #232933;
}
.date-send-pro cite  span.sends-date{
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #81858b;
}
/* سبک نمایشی چهارم کاروسل محصولات */
.col-product.style4{

}
.col-product.style4 .right-product{

}
.col-product.style4 .right-product{

}
.col-product.style4 .right-product .owl-nav{
  width: 9%;
  top: -81px;
  left: 0.5%;
  font-size: 25px;
}
.col-product.style4 .right-product .owl-nav .owl-next{
  width: 41px;
  height: 41px;
  border-radius: 13px;
  background: rgb(255 255 255 / 49%);
  box-shadow: unset;
}
.col-product.style4 .right-product .owl-nav .owl-next::before{
  right: 0px;
  top: 5px;
  font-size: 13px;
}
.col-product.style4 .right-product .fa-chevron-left:not(.disabled){
  color: #fff ;
}
.col-product.style4 .right-product .owl-nav .owl-prev{
  width: 41px;
  height: 41px;
  border-radius: 13px;
  background: rgb(255 255 255 / 49%);
  box-shadow: unset;
}
.col-product.style4 .right-product .owl-nav .owl-prev::before{
  right: -1px;
  top: 5px;
  font-size: 13px;
}
.col-product.style4 .right-product .head-product h3{
  display: none  !important;
}
.col-product.style4 .right-product .head-product.have_header_cat{
  background: #F2F2F2;
  padding: 8px 9px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.col-product.style4 .right-product .item-pro{
  padding: 18px;
}
.col-product.style4 .right-product .head-product::after{
  display: none;
}
.col-product.style4 .widget-tabs.prk-ajax-list-header-wrapper{
  margin-right: 0;
  display: flex;
  gap: 10px;
}
.col-product.style4 .item-icon-title{
  font-size: 16px;
}
.col-product.style4 .item-icon-title span,
.col-product.style4 .item-icon-title i{
  /* color: #fff !important; */
}
.col-product.style4 .prk-header-divs.prk-header-divs-active span,
.col-product.style4 .prk-header-divs.prk-header-divs-active i{
  color: #fff !important;
}
.col-product.style4 .prk-header-divs.prk-header-divs-active{
  background: #2B2B2B;
}

.col-product.style4 .right-product .widget-tabs.prk-ajax-list-header-wrapper div.tab-item{
  padding: 15px 29px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-product.style4 .right-product .prk_show_back_image .thumb-pro{
  border-radius: 16px;
  padding: 16px;
  max-width: 96%;
}
.col-product.style4 .index-title-pro h2{
  line-height: 20px;
  height: 40px;
  margin: 14px 0 16px 0;
}
body .col-product.style4 a.button.quick_add2cart,body .col-product.style4 .quick_add2cart.button{
  bottom: 0px !important;
}


/* form control */
textarea{
  font-family: prk-font;
}
.prk_input_serach :active,input:focus,textarea:focus,textarea:active{
  outline: unset;
}
input.prk_input_serach:active,input.prk_input_serach:focus{
  border: 0;
}
.wpcf7-form p,.wpcf7-form label{
  line-height: 32px;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output{
  border-width: 1px;
  padding: 12px;
  font-size: 13px;
  line-height: 21px;
}
.wpcf7 form.invalid .wpcf7-response-output{

}
.woocommerce .star-rating span::before {
  line-height: 16px;
  font-size: 16px;
}

.woocommerce-checkout .form-row.form-row-wide{
  width: 100% !important;
}
.woocommerce-checkout .form-row.form-row-first,.woocommerce-checkout .form-row.form-row-last{
  width: 48% !important;
}
.wpcf7-form-control {
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  width: 100%;
  font-size: 14px;
  padding: 7px 15px;
  color: #131b1f;
  margin-top: 10px;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
  
}
input.wpcf7-form-control.wpcf7-submit {
  width: 200px;
  height: 45px;
  line-height: 20px;
  border-radius: 14px;
  background-color: #5c677d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  
}
/* سبک نمایشی سوم کاروسل محصولات */
.col-product.style3{

}

.col-product.style3 .right-product .items-pro{
  width: 93%;

}
.col-product.style3 .right-product .head-product{
  width: 100%;
  margin-bottom: 5px;
}
.col-product.style3 .right-product{
  padding-right: 75px;
}
.col-product.style3 .right-product .items-pro .arrow-style3-down{
  color: #fff;
  font-size: 21px;
  position: absolute;
  left: 215px;
  bottom: 184px;
}
.col-product.style3 .right-product.have_back .head-product{
  margin-top: 72px;
  margin-bottom: 12px;
  width: 93%;
  border: 0;
}
.col-product.style3 .right-product .icon-carosel{
  top: 7px;
  padding-left: 3px;
}
.col-product.style3 .right-product .items-pro{
  margin-bottom: 213px;
}
.col-product.style3 .right-product .owl-nav{
  top: 38%;
}
.col-product.style3 .right-product .owl-nav .owl-prev{
  right: -50px;
  border-radius: 10px;
  width: 35px;
  height: 50px;
}
.col-product.style3 .right-product .owl-nav .owl-prev::before{
  top: 7px;
}
.col-product.style3 .right-product .owl-nav .owl-next{
  border-radius: 10px;
  width: 35px;
  height: 50px;
  left: -50px;
}
.col-product.style3 .right-product .owl-nav .owl-next::before{
  right: 0px;
  top: 7px;
}

.col-product.style3 .right-product.have_back .head-product h3{
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
}
.col-product.style3 .titles-pro::after{
  display: none;
}
/* استایل هشدار سامانه همتا */
.des-info .hamta{
  color: #535353;
  line-height: 30px;
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.des-info .hamta i{
  color: #D5901F;
  font-size: 17px;
  padding-left: 9px;
  display: inline-block;
  height: 20px;
}
.des-info .hamta .text-hamta{
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: 25px;
}

/* سکشن امکان بازگشت */
.product_return{
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.product_return i{
  font-size: 17px;
  color: #81858b;
  margin-left: 10px;
}
.product_return span{
  font-size: 13px;
  color: #424750;
  line-height: 25px
}

/* استایل لیست علاقمندی ها */
.wishlist-title{
  display: inline-block;
  border-bottom: 2px solid #EF394E;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.w-post-list{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 20px;
}
.w-post-item{
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.w-list-items{
  border-bottom: 1px solid #f0f0f1;
  padding: 15px;
}
.w-img-list{
  text-align: center;
}
.w-img-list img{
  width: 200px;
  height: 200px;
}
.w-title-list{
  font-size: 14px;
  font-weight: normal;
  min-height: 88px;
  color: #000;
}
.w-post-item:nth-child(3n-1) {
    border-right: 1px solid #f0f0f1;
    border-left: 1px solid #f0f0f1;
}
.w-price-list{
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  height: 70px;
}
.w-price-list del{
  display: none;
}
.w-price-list ins{
  text-decoration: none;
}
.w-price-list .woocommerce-Price-currencySymbol{
  font-size: 11px !important;
  color: #000 !important;
}
.w-item-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w-item-del{
  width: 23%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #81858b;
  border-color: #81858b;
  font-size: 14px;
  font-weight: 500;
}
.w-item-views{
  width: 75%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 7px;
  border-color: #EF394E;
  color: #EF394E;
  font-size: 14px;
  font-weight: 500;
}
.del-icon{
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px
}
.del-icon::before{
  content: "\E0EF\00FE0E";
  font-family: parskala;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.cart-icon{
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px
}
.cart-icon::before{
  content: "\E0CC\00FE0E";
  font-family: parskala;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.w-item-del.disabled .onliner_main_loading{
  display: block;
}
.woocommerce{
  display: inline-block;
  width: 100%;
}
.sec-account,.woocommerce-MyAccount-content{
  position: sticky;
  top: 80px;
}
.off-product .prk-archive-swatches,
.product-card .prk-archive-swatches,
.product_wee .prk-archive-swatches,
.item-pro .prk-archive-swatches{
  top: 12px;
}
.product-card .product-card-footer,.product-card .index-prices-pro,.product-card .product-card-body{
  padding: 0 10px;
}
.article-off .owl-stage{
  display: grid;
  grid-auto-flow: column;
  justify-content: right;
  margin: 1px 0;
}
.panel-cpntier{
  max-height: 370px;
}
.col-off{
  background-color: #ef5662;
}
.col-off .box__shaped-title{
  position: absolute;
  top: -1px;
  right: 55px;
  display: inline-block;
  width: 230px;
  height: 75px;
  z-index: 0;
}
.col-off .box__shaped-title>svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.col-off .box__shaped-title .title__text {
  font-size: 18px;
  text-align: center;
  line-height: 45px;
}
.col-off.ver2{
  background-color: unset
}

.right-product .article-off .owl-stage{
 padding-right: 0 !important;
}

.col-off.ver2 .article-off .owl-stage,.items-pro .owl-stage{
  padding-right: unset !important;
}
/* فرم لاگین */
body.page-login .form-row input.input-text{
  padding-right: 36px !important;
}

.continer-login{
	padding: 15px 50px
}
.header-login{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 45px 10px 10px;
  border-bottom: 1px solid #dadada;
}
.footer-login{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-top: 1px solid #dadada;
	font-size: 15px;
	color: #4d4d4d;
	line-height: 25px;
	font-weight: 500;
}
.modal__container{
	border-radius: 11px;
}
.footer-login a{
	color: #0071e3;
	border-bottom: 1px dashed;
	margin-right: 13px
}
.header-login span{
 font-size: 16px;
 font-weight: 600;
 color: #000;
}

.header-login .close-box::before{
	position: relative;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: inline-block;
  line-height: 38px;
}
.continer-login .woocommerce form .form-row label, .woocommerce-form-row label{
  line-height: 25px !important;
	color: #4d4d4d !important;

}
body.ceckout_page .woocommerce form.woocommerce-checkout .form-row label,body.ceckout_page .woocommerce .woocommerce-checkout .col2-set label.order-delivery-title{
  font-weight: 700;
  margin-right: 5px;
  top: 25px;
  position: relative;
  z-index: 1;
  right: 5px;
  background-color: #fff;
  padding: 0 5px 0 8px;
  display: inline-block;
  z-index: 999;
  border-radius: 8px;
}

.continer-login label.passwords{
	display: inline-block !important;
}
.continer-login .forgat{
 float: left;
 color: #0071e3;
 border-bottom: 1px dashed;
 padding-bottom: 4px;
}
body.page-login .woocommerce form .form-row input.input-text,.continer-login .woocommerce form .form-row input.input-text{
	font-size: 16px;
	padding: 12px 45px 12px 12px;
}
body .nonce-losts{
  font-size: 13px !important;
  line-height: 24px !important;
}
.woocommerce-form-row label::before{
	font-family: flaticon !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 46px;
  right: 10px;
  color: #929292;
  font-weight: 1;
  z-index: 2;
  font-size: 24px;
}
.woocommerce-form-row .users::before{
  content: "\f110";;
}
.woocommerce-form-row .emails-reg::before {
    content: "\f110";
}
.woocommerce-form-row .passwords::before{
  content: "\f115";
}
.woocommerce-form-row .passwords-reg::before{
  content: "\f115";
}
body.page-login .prk-loginbox{
  margin: 80px auto;
  width: 28%;
  border: 1px solid #e0e0e2;
  padding: 20px 32px;
  border-radius: 8px;
  position: relative;
  max-width: 420px;
}
body.page-login .prk-loginbox .login.form-login{
  border: 0;
  padding: 0;
  margin: 0 !important;
}
body.page-login .prk-loginbox{
  width: 33%;
  box-shadow: 0 0 20px rgb(0 0 0 / 13%);
}
body.page-login.hiddener .prk-loginbox{
  width: 31%;
  margin-top: 120px;
}
body.page-login .prk-loginbox #stm-sms-form-holder .phone-loginbox::before{
  top: 21px;
}
body.page-login .prk-loginbox .footer-loginbox p{
  font-size: 13px;
  line-height: 24px;
}
body.page-login .stm-change-email.back-arrow{
  top: 35px;
}
body.page-login .stm-sms-confirm .stm-sms-confirm--timer-holder,body.page-login .stm-sms-confirm .stm-sms-confirm--retrieve{
 padding: 0;
 padding-bottom: 25px;
}
body.page-login .stm-reset-pass{
  margin-right: 15px;
  margin-top: 17px;
  margin-bottom: 50px;
}
body.page-login input[type="password"].stm-sms-confirm--code{
  border-color: #19bfd3 !IMPORTANT;
}
body.page-login input[type="password"].stm-sms-confirm--code:focus{
  outline-color: #19bfd3 !IMPORTANT;
}
body.page-login .form-row.has-error{
  background-color: unset
}
.continer-login form.woocommerce-form-login.login {
  padding: 0 10px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  width: unset !important;
  height: unset !important;
}
.off-product.right-offer{
  background-color: unset !important;
  display: flex;
}

.left-off .owl-nav .disabled{
  opacity: 0% !important;
}

.add-to-cart.icon{
  position: absolute !important;
  right: 9px;
  bottom: 9px;
}
.add-to-cart.offer{
	width: 100%;
}
.margin_b{
  margin-bottom: 10px;
}
.excerpt_product{
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}
.excerpt_product.boxed .short_excerpt{
  max-height: 88px;
  overflow: hidden;
}
.excerpt_product .short_excerpt.open{
  max-height: unset;
  overflow: unset;
}
.excerpt_product.boxed .mask-handler{
  display: block;
}
.excerpt_product span{
  text-align: justify !important;
}
.more_excerpt,.disble_excerpt{
  margin-right: 5px;
  font-weight: 500;
  color: #0f79e5;
  border-bottom: 1px dashed;
}
.excerpt_product.full{
  display: none;
}
.main_results_ajax_search{
  position: absolute;
  top: 39px;
  right: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #e0e0e2;
  border-radius: 0 0 7px 7px;
  padding: 15px;
  display: inline-block;
  background: #fff;
  left: 0;
  border-top: 0;
}
.header-mobiter .main_results_ajax_search{
  border-color: unset;
  margin-top: 10px;
}
body.hidden_scroll{
  overflow: hidden;
  height: 100vh;
}
.search-section.header_2{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid rgb(235,235,235) !important;
}
.search-section.header_2 .main_results_ajax_search{
  top: 57px;
}
.search-section.header_2 .account{
  border: 1px solid rgb(235,235,235) !important;
}
.search-section input.active{
  font-size: 14px;
  font-weight: 500;
}
.search-section select#cat{
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 12px;
  outline: none;
  background-color: #EF3A4F;
  border: none;
  color: #fff!important;
  border-radius: 11px;
  order: 1;
  font-family: prk-font;
}
.search-section select#cat option{
  background: #fff;
  color: #000;
}
.search-section.header_2 .prk_input_serach{
  width: 65%;
  order: 2;
  min-width: 290px;
  margin-right: 15px;
}
body header.header.header_2 .search-box{
  width: 75%;
}
body header.header.header_2 .menus{
  box-shadow: none;
}
body header.header.header_2 .menus .top-nav.link_promot_box{
  align-items: center;
}
/* call to admin */
.top-nav div.call-to-admin-prk{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 400px;
  justify-content: flex-end;
  align-items: center;
}
body header.header.header_2 .header-borner{
  padding: 15px 0 14px 0;
}
.call-to-admin-prk .title-call{
  margin: 0 0 0 8px;
  padding: 6px 10px 6px 10px;
  background-color: #F1F1F1;
  border-radius: 30px 30px 30px 30px;
  font-size: 10px;
  font-weight: 400;
  color: #737373;
}
.call-to-admin-prk .number-call{
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}
.call-to-admin-prk .number-call span{
  color: #ef3a4f;
}
.call-to-admin-prk .icon-call{
  background: #f1f1f1;
  padding: 7px;
  border-radius: 50%;
  font-size: 19px;
  color: #909090;
  margin: 0 10px 6px 0;
}
body header.header.header_2 .prk_mega_menu{
  height: 50px;
  max-height: 50px;
  align-items: center;
}
body .form_search.header_2.search_input.search-section button#submit_search{
  height: 45px;
  order: 3;
  background: #fff !important;
}
body .form_search.header_2.search_input.search-section button#submit_search i{
  position: relative;
  color: #777;
  right: 0px;
}
body .account{
  padding: 4px 10px !important;
}
body.prk-plus .account,body.prk-fashion .account{
  padding: 10px 10px !important;  
}
.form_search.active::after{
  content: '';
  width: 96%;
  height: 1px;
  position: absolute;
  text-align: center;
}
.promote_searchs span{
  display: flex;
  align-items: center;
  color: #424750;
  font-size: 15px;
  font-weight: 600;
}
.promote_searchs span i{
  font-size: 29px;
  font-weight: 500;
  color: #a1a3a8;
  margin-left: 11px;
  position: relative;
  top: 0px;
}
.prk_close_search_result{
  position: absolute;
  left: 15px;
  top: -44px;
  font-size: 26px;
  color: #515260;
  cursor: pointer;
  display: none;

}
.search-result-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  list-style: none;
  margin-top: 12px;
  margin-right: 19px;
}
.search-result-tags li {
  margin-left: 5px;
}
.search-result-tag i{
  font-size: 16px;
  font-weight: 600;
}
.header-mobiter .prk_close_search_result{
  left: 9px;
  top: -52px;
}
.search-result-tags a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 25rem;
  color: #212121;
  padding: 5px 7px;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.search-result-tags a {
  border: 1px solid #e0e0e2;
  border-radius: 25rem;
  color: #424750;
  padding: 13px 15px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.search-result-tags a:hover {
  background-color: #2962ff;
  border-color: #2962ff;
  color: #fff;
}
.search_image{
  width: 100%;
}
.search_image img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 11px;
}
.order-mobile #nav-order-mobile{

}
.promote_searchs{
  margin-top: 24px;
}
.prk_close_search_box{
  position: absolute;
  top: -28px;
  font-size: 24px;
  font-weight: 600;
  color: #424242;
  right: 12px;
  cursor: pointer;
}
.search-box{
  transition: 0.2s all;
}
.products_resulter{
  max-height: 300px;
  overflow-y: auto; 
}

.product_seached{
  border-radius: 8px;
  border: 1px solid #eee;
  padding: 1px 2px 1px 15px;
  margin-bottom: 11px;
  margin-left: 8px;
}
.product_seached .product_seached_image{
  width: 100px;
}
.product_seached .product_seached_image img{
  max-width: 80px;
  max-height: 80px;
  padding: 10px;
}
.product_seached .index-prices-pro{
  height: 60px;
  margin-right: 20px;
  display: flex;
  align-items: center;  
}
.product_seached p.call_pro{
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  opacity: .9; 
}
.product_seached .index-prices-pro div del span.woocommerce-Price-amount {
  font-weight: 400;
  font-size: 11px;
}
.product_seached .index-prices-pro div ins{
  margin-top: 1px;
}
.product_seached .index-prices-pro div .index-discount-pro{
  font-size: 11px;
  padding: 1px 5px;
}
.product_seached a{
  display: flex;
  align-items: center;
}
.product_seached .product_s_img{
  width: 157px;
  height: 70px;
  object-fit: cover;
}
.product_seached .product_s_img img{
  width: 100%;
  height: 100%;
}

.product_seached .thumb-off{
  margin: 0;
  width: 26%;
  min-width: 26%;
  padding-top: 27%;
  margin-left: 8px;
}
.product_seached .product_s_title{
  font-size: 13px;
  text-align: right;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_results{
  position: relative;
  margin-top: 5px;
  border-bottom: 1px solid #edededc4;
  padding-bottom: 10px;
}

.product_results .owl-nav{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body .product_results .owl-nav .owl-next::before,body .product_results .owl-nav .owl-prev::before{
  right: 0px;
  top: -1px;
  font-size: 12px;
}

.product_results .owl-nav span{
  position: relative;
  z-index: 14;
  color: #424750;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 32px;
  padding-right: 8px;
  border: 1px solid var(--color-neutral-200);
  box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
.product_results .owl-nav span.owl-next{
  left: 0;
  top: -52px;
  transform: rotate(180deg) !important;
}
/* .search-section.header_2 .product_results .owl-nav span.owl-next{
  top: -15px;
} */
body .owl-nav .owl-next{
  transform: rotate(180deg) !important;
}
body .widget.side-box-post .owl-nav .owl-next{
  transform: unset !important;
}
body .owl-nav .owl-next::before {
	font-family: parskala;
	content: "\E0B7\00FE0E" !important;
	position: relative;
  right: 2px;
  top: 2px;
  font-size: 16px;
}
body .owl-nav .owl-prev::before{
  content: "\E0B7\00FE0E" !important
}
.widget .owl-nav span.disabled::before{
  opacity: .2;
}
.owl-nav .owl-prev::before {
	content: "\E0B7\00FE0E";
	font-family: parskala !important;
	position: relative;
  right: -2px;
  top: 2px;
  font-size: 16px;
}
.slider-right.ver1 .owl-next::before {
  right: 6px;
  top: -2px;
}
.slider-right.ver1 .owl-nav .owl-prev::before{
  right: 4px;
  top: -4px;
}

.product_results .owl-nav span.owl-prev{
  right: 0;
  top: -52px;
  padding-right: 6px;
}
.product_results .owl-nav span.disabled{
  opacity: 0;
}
.category_searechd{
  padding: 29px 0;
  display: block;
  border-bottom: 1px solid #d8d8d8;
}

.category_searechd .c_searched_title{
  font-size: 1.1rem;
  font-weight: 520;
  color: #424750;
  padding-bottom: 12px;
  display: block;
}
.result_category_search{
  font-size: 14px;
  font-weight: 550;
}
.category_searechd .result_category_search i{
  color: #81858b;
}
.category_searechd .result_category_search span{

}
.not_resulted{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  color: #ff131352;
  font-size: 19px;
  font-weight: 700;
}
.not_resulted i{
  font-size: 40px;
  margin-right: 5px;
}

.des-location i{
  padding-left: 5px;
  font-size: 18px;
  position: relative;
  top: 0px;
}
#NavMenu .bottom-navbar{
  padding: 10px 0;
  box-shadow: 5px 6px 11px rgb(0 0 0 / 40%);
  border-top: 1px solid #e3e3e3;
}
#NavMenu .item-navbar.active::before{
  height: 4px;
  top: -13px;
  display: none;
}
#NavMenu .item-navbar a .icon-navbar{
 font-size: 24px;
}
#NavMenu .item-navbar.mini_cart a .icon-navbar i{
 font-size: 38px;
}
#NavMenu .item-navbar a .name-navbar{
  margin-top: 4px;
}
#NavMenu .item-navbar a{
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
}
#NavMenu .item-navbar.mini_cart::before{
  display: none;
}
#NavMenu .item-navbar.active a{
  color: #070707;
  font-size: 12px;
}
#NavMenu .item-navbar.active a .icon-navbar i::before{
  font-weight: 600 !important;
}
#NavMenu .item-navbar.mini_cart a .icon-navbar i::before{
  font-weight: normal !important;
  padding: 12px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  top: -10px;
}
#NavMenu .item-navbar a .icon-navbar.has-loggged::before{
  top: 14px;
}
#NavMenu .mini_cart_counter{
  top: -15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit{
  overflow: hidden;
}
body .woocommerce-form-login__rememberme span{
  margin-right: 5px;
}
/* category archive */
body .category-childs{
	background-color: #fff;
	display: inline-block;
	width: 100%;
	margin: 10px 0 25px 0;
	border-radius: 15px;
}
body .title-catchild{
	font-size: 17px;
	color: #535353;
	font-weight: bold;
  padding-bottom:15px;
}
body .category-childs .owl-nav{
	display: none;
}
.position-relative {
  position: relative!important;
}
body .cat-item.product{
	position: relative;
	width: 90%;
	background-color: #F0F0F1;
	border-radius: 8px;
	padding: 35px 15px;
	text-align: center;
	display: block;
}
body .cat-item{
  position: relative;
}
body .cat-item em{
	position: absolute;
	left: 10%;
	top: 10%;
	background-color: #e7e7e7;
	line-height: 20px;
	display: inline-block;
	padding: 0 9px;
	border-radius: 11px;
	color: #ACACAC;
	font-size: 11px;
	transition: all 200ms ease-out;
}
body .cat-item:hover em{
	background-color: #ef5661;
	transition: all 200ms ease-out;
	color: #fff;
}

body .title-catitem{
	font-size: 13px;
	font-weight: bold;
	color: #4A5F73;
	padding-top: 10px;
	display: block;
	line-height: 20px;
	height: 22px;
}
body .hanis img{
  height: auto;
}
body.cart_page #NavMenu,body.ceckout_page #NavMenu,body.order_page  #NavMenu,body.order_page #topbars{
  display: none !important;
}
.banners.list3{
  width: calc(34% - 16px);
}
body .woocommerce-widget-layered-nav-list.not_titled{
  margin-top: 0 !important;
}
body.cart_page .continer div.woocommerce {
  display: inline-block;
}
.woocommerce li.product{
  list-style: none;
  display: block;
  float: right;
  width: 25%;
  position: relative;
  padding: 5px 10px 15px;
  box-sizing: border-box;
}
ul.product-box li.product{
  display: block;
  border: 1px solid #E4E4E4;
  border-top: 0;
  border-left: 0;
  padding: 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
ul.product-box li.product .info-product{
  padding: 5px 10px 15px;
}
/* article .variable-cart-product, .product .variable-cart-product{
  background: #f7f7f7 !important;
} */
ul.product-box li.product:hover{
  box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,1,1);
  z-index: 11;
}

.product-category img{
  transition: all .2s ease;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

li.product.product-category h2{
  padding: 5px 5px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}
ul.product-box li.product.product-category h2{
  color: #212121;
  font-size: 13px !important;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  text-align: right; 
}
ul.product-box li.product .author-Original{
  display: none;
}

.left-index{
  overflow: hidden;
}
.prk-head-shop{
  padding: 16px 10px;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
body.product-archive #prk_content div div.prk-head-shop{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.prK_orderby_filtering{
  display: flex;
  align-items: center;
}
.prK_orderby_filtering svg{
  fill: #424750;
  height: 24px;
  width: 24px;
  margin-left: 4px;
}
.prK_orderby_filtering ul li{
  display: inline-block;
  padding: 1px 8px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  border-radius: 7px;
}
.prK_orderby_filtering ul li a{
  color: #4d4d4d;
}
.prK_orderby_filtering ul li:hover a{
  color: #000;
}
.prK_orderby_filtering ul li.is-active a{
 color: #fff;
 font-weight: 600;
}
.prK_orderby_filtering i{
  font-size: 31px;
  color: #b5b2b2;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 1px;
}
.prK_orderby_filtering .menu_order_title{
  font-size: 13px;
  font-weight: 500;
  color: #232933;
  margin-left: 11px;
}
.prk_count_pages{
  color: #81858b;
  font-size: 14px;
  font-weight: 400;
}
.prk_count_pages .show_page_count{
  line-height: 16px;
}
.prk_count_pages .show_page_count.line{
  margin-right: 3px;
  padding-right: 6px;
  border-right: 1px solid #eee;
}
.prk_count_pages .show_page_count.total{
  font-weight: 700;
  color: #2e2e2e;
}
body ul.product-box li.product .prs{
  font-weight: 100!important;
  font-size: 13px !important;
  border-radius: 8px !important;
  padding: 4px 7px !important;
}
body ul.prk-item-style2 li.product span.prs{
  color: #fff !important;
}
ul.product-box li.product .index-prices-pro{
  height: 50px;
  float: left;
  display: inline-block;
}
ul.product-box li.product .lists_add_to_cart{
  bottom: 17px;
  right: 11px;
  opacity: 0.99999;
}
.stock_box{
  margin: 0 0 8px 0;
}
ul.product-box li.product .rating_product span.average_rating{
  font-size: 13px;
  margin-left: 4px;
  color: #454545;
}
ul.product-box li.product .rating_product span.average_rating{
  font-size: 11px;
  color: #232933;
}
ul.product-box li.product .rating_product{
  background: #fff;
}
ul.product-box li.product .rating_product i{
  font-size: 13px;
  color: #f9bc00;
}
ul.product-box li.product .rating_and_nummbercomment{
  border-top: 0;
}
.author-Original{
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 20px;
}
.author-Original .no-Original{
 color: #D5901F;
 background-color: rgba(249, 168, 37, 0.11);
 font-size: 11px;
 border-radius: 4px;
 padding: 0 4px;
 transition: 0.2s all;
 visibility: visible;
 line-height: 2;
 position: absolute;
}
ul.product-box li.product:hover .author-Original .no-Original{
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.2s all;
}
.author-ar{
  font-size: 13px;
  font-weight: 400;
  color: #535353;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.author-ar .seller-store::before{
  font-size: 20px;
  color: #535353;
}
.author-ar span.authours-ar{
  font-weight: 500;
}
ul.product-box li.product:hover .author-ar{
 opacity: 1;
 visibility: visible;
 transition: 0.2s all;
}
.author-ar .authours-ar{
  font-weight: 500;
  font-size: 13.5px;
}

.author-ar i{
  margin-left: 6px
}
.author-Original .author-ar i{
  margin-top: 3px;
}
.prk-head-shop-mobile{
  margin-bottom: 15px;
}
.prk-head-shop-mobile .title_shop{
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.constiky.offer .prk-head-shop-mobile .title_shop{
  border: 0;
}
.box-filter-shop{
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  font-size: 13px;
  justify-content: space-evenly;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 16%);
}
.box-filter-shop span.show_sortby,.box-filter-shop span.show_sidebar{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #4444;
  padding: 12px;
}
.box-filter-shop span.spanshow_sidebar:first-child{
  border-left: 1px solid #ddd;
}
.box-filter-shop span i{
  font-size: 17px;
  margin-left: 6px;
  color: #2c2c2c;
}
.box-filter-shop.stickyer{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  z-index: 999;
}
.box-filter-shop.stickyer.tabs-appear{
  top: 0;
}
.content_filter .remodal-header .title{
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
.content_filter .remodal-header .remodal-back-tabs{
  border: 0;
  background: unset;
  font-size: 28px;
  line-height: 1;
}
.content_filter .remodal-header .remodal-back-tabs i{
  border: 0;
  background: unset;
  font-size: 33px;
  line-height: 1;
  color: #000000bf;
}
.content_filter .sides{
  display: block !important;
  width: 100% !important;
  padding: 30px;
}

.tabs_content_product.mob_tab_filter_order_by .remodal-header{
  z-index: 10;
  position: relative;
}
.prK_orderby_mobile{
  background: #fff;
  width: 70%;
  padding: 10px;
  text-align: right;
  line-height: 24px;
  display: inline-block;
  position: fixed;
  z-index: 9999;
  top: 32%;
  right: 15%;
  box-shadow: 10px 20px 40px 400px rgb(0 0 0 / 20%);
  border-radius: 11px;
  padding-right: 45px;
}
.prK_orderby_mobile ul li{
  line-height: 30px;
  font-size: 15px;
}
.prK_orderby_mobile ul li a{
  color: #6a6a6a;
}
.prK_orderby_mobile ul li::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-left: 5px;
  background-color: #dbdbdb;
}
.remodals{
  border-radius: 0;
  width: 100%;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 10px 0;
  transform: translate3d(0,0,0);
  color: #2b2e38;
  background: #fff;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 10000000;
  display: none;
}
.footer-description-shop .mask-handler{
  display: none;
}
.footer-description-shop.boxed .mask-handler{
 display: block;
}
.footer-description-shop.boxed .mask-handler .show-more{
  margin-bottom: 0;
  margin-top: 15px;
}
.footer-description-shop .show-more::before{
  background: unset;
}
.login_commenter{
  cursor: pointer;
}
.footer-description-shop{
  display: inline-block;
  position: relative;
  border-radius: 11px;
  margin: 15px 0 10px;
  padding: 20px 30px 10px 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -.1px;
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0 14px 16px 0 rgb(180 180 180 / 11%); */
  border: 1px solid #e3e3e3;
  color: #656565;
}
.footer-description-shop.next_sidebar_order{
  margin-bottom: 0;
}
.footer-description-shop.boxed .term-description{
  max-height: 300px;
  overflow: hidden;
}
div.category-page .footer-description-shop.boxed .term-description{
  max-height: 80px;
  font-size: 13px;
}
div.category-page .footer-description-shop .show-more::before {
  content: '';
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #FFF);
  position: absolute;
  top: -64px;
  height: 64px;
  left: 0;
}
div.category-page .footer-description-shop{
  margin-top: 0;
  margin-bottom: 20px;
}
div.category-page .footer-description-shop.down-el {
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-description-shop.boxed .term-description.open{
  max-height: unset !important;
}
.category-page .woocommerce-pagination{
  margin-top: 10px;
}
.elementor-widget-container .footer-description-shop{
  margin: 0;
}
.term-description.readmore_box {
    max-height: 210px;
    overflow: hidden;
    transition: max-height .5s;
}
.term-description.readmore_box.open{
  max-height: unset !important;
  overflow: auto;
}

.blog.woocommerce-pagination ul li{
  padding: 10px 15px;
  border-radius: 14px;
}

.blog.woocommerce-pagination ul li.current a {
  color: #fff;
}

.woocommerce-pagination ul li a{
  color: #535353;
}

    .lds-ring,
    .lds-ring div {
      box-sizing: border-box;
    }
    .lds-ring {
      display: flex;
      justify-content: center;
      position: relative;
      width: 80px;
      height: 80px;
    }
    .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 55px;
      height: 55px;
      margin: 5px;
      border: 6px solid #cfcfcf;
      border-radius: 50%;
      margin-top: 10px;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #cfcfcf transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }
    @keyframes lds-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .custom_label {
      background-color: #F4433A;
      padding: 6px 5px;
      position: absolute;
      color: #FFF;
      top: 20px;
      left: 0px;
      z-index: 2;
      border-radius: 0px 8px 8px 0;
  }
  ul.product-box .custom_label{
    top: 9px;
  }
  .custom_label span {
      position: relative;
      display: block;
      font-size: 13px;
      font-weight: 500;
  }
  .woocommerce div.product .product_title.entry-title{
    display: inline-block;
  }
  .prk-archive-swatches{
    position: absolute;
    top: 50px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .prk_swatches-divider{
    position: relative;
    color: #474444;
    letter-spacing: -1px !important;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
  }
  .prk-archive-swatch{
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    border-radius: 50%;
    margin-bottom: 4px;
  }

  .prk-archive-swatch .tooltiptext{
    visibility: hidden;
    width: auto;
    text-align: center;
    z-index: 1;
    top: -5px;
    right: 200%;
    position: absolute;
    padding: 2px 8px;
    background: #878d9d;
    color: #fff;
    animation-name: Ib;
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out;
    font-size: 12px;
    line-height: 1.692;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 3px;
  }
  .prk-archive-swatch .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border-width: 5px;
    border-style: solid;
    border-width: 10px 0 12px 10px;
    border-color: transparent transparent transparent #878d9d;
    right: -7px;
  }
  .prk-archive-swatch:hover .tooltiptext{
  	visibility: visible;
  }
  .foot-box.text .mask-handler{
    display: none;
  }
  .foot-box.text.boxed .mask-handler,.show-export.boxed .mask-handler{
    display: block;
  }
  .foot-core .foot-box.text.boxed p{
    max-height: 50px;
    overflow: hidden;
    transition: .5s;
  }
  .foot-core .foot-box.text.boxed p.open{
    max-height: unset;
    overflow: auto;
  }
  .foot-core .foot-box.text p.readmore_box.open{
    max-height: unset;
    transition: .5s;
  }
  .foot-core .foot-box.text a.mask-handler,.excerpt_product a.mask-handler{
    text-align: unset;
  }
  body .foot-core .foot-box.text .show-more,body .excerpt_product .show-more{
    margin-bottom: 0;
    text-align: unset;
    font-size: 12px;
    font-weight: 600;
    color: #4b4b4b !important;
  }
  .foot-core .foot-box.text .show-more::before,.excerpt_product .show-more::before{
    display: none;
  }
  .multi-line .head-product h3{
    text-align: center;
    font-size: 20px;
  }
  .multi-line .head-product h3 span.titles-pro{
    margin-right: 60px;
  }
  .multi-line .head-product h3 .titles-pro::after{
    display: none;
  }
  .multi-line .post_grid {
    display: flex;
    align-items: center;
  }
  .col-product.multi-line .item-pro .grid_item {
    border: none;
    padding: 15px 0;
  }
  .col-product.multi-line .carousel_lister .item-pro{
    height: unset !important;
  }
  .col-product.multi-line .item-pro .grid_item:not(:last-child) {
    border-bottom: 1px solid #f0f0f1;
    margin-bottom: 5px;
  }
  .multi-line .post_grid .grid_item_rtl .thumb-pro{
    max-width: unset !important;
    margin: unset !important;
  }
  .multi-line .post_grid .grid_item_rtl .thumb-pro img{

  }
  .multi-line .post_grid .grid_item_rtl img{
    max-width: unset !important;
    width: 84px !important;
  }
  .multi-line .post_grid .number {
    font-weight: bold;
    color: #00BFD6;
    font-size: 28px;
    margin: 0 10px;
  }
  .multi-line .post_grid .grid_item_ltr h4{
    overflow: hidden;
    min-height: 50px;
    height: 50px;
    font-size: 13px;
    line-height: 25px;
    color: #535353;
  }
  .col-product.multi-line .carousel_lister .item-pro{
    border: unset !important;
    border-radius: unset;
    padding: 0;
    width: 280px;
    box-shadow: unset !important;
  }
  .col-product.multi-line .carousel_lister .item-pro .grid_item{
    padding: 10px 0;
  }
  .show-export.boxed .right-des-pro{
    max-height: 130px;
    overflow: hidden;
    display: block;
  }
  .show-export.boxed .right-des-pro.open{
    max-height: unset;
    overflow: unset;
  }

  .footer-s .main-footer{
    margin-top: 0px;
  }
  body .last_posts{
    background: #ffff;
  }
  body .prkstory-item-circles .prkstory-feed-item-ins .prkstory-circle-title{
    margin-top: 8px !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: 600;
  }
  body .prkstory-feed-canvas canvas{
    border: 4px solid #fff !important;
  }

  body .prkstory-shortcode-wrapper .prkstory-shortcode .prkstory-slider-nav{
    top: 44%;
  }
  .brands-boxed{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 79%;
  }
  .brands-boxed .brand-item{
    padding: 20px 15px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    margin: 6px 0;
    margin-left: 12px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    transition: 0.2s all;
  }
  .brands-boxed .brand-item a{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    transition: 0.3s all;
    justify-content: space-between;
    height: 100%;
  }
  .brands-boxed .brand-item img{
    display: block;
    margin: 5px auto;
    max-width: 146px;
    height: auto;
    border-radius: 11px;
    overflow: hidden;
  }
  .brands-boxed .brand-item h5{
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #525252;
  }
  .form_search_brndpage .searchpartdiv{
    padding: 7px 12px ;
  }
  .form_search_brndpage .searchpartdiv i{
    top: 8px;
    font-size: 26px;
  }
  .form_search_brndpage .searchpartdiv .searchcity-input{
    width: 86%;
    padding-right: 10px;
  }
  .prk_brand_page{
    display: flex;
  }
  .brands-search{
    width: 21%;
    margin-left: 15px;
    margin-top: 7px;
  }
  .khadamat {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px;
  margin: 0;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
}
.khadamat .item_khadamat {
  margin-right: 0.25rem;
  flex-grow: 1;
  color: #4b5259;
  flex-basis: 33.33%;
}
.item_khadamat a {
    display: block;
    text-align: right;
}
.item_khadamat img {
    float: right;
}
.item_khadamat img {
  width: 89px;
}
.intro-service-landing__text {
  width: 85%;
  padding-right: 100px;
}
.item_khadamat .link {
  text-align: right;
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #4b5259;
  letter-spacing: .2px;
  margin: auto;
  font-weight: 700;
}
.khadamat span {
  color: #6c7680;
  font-weight: 100!important;
}

.prkstory-item-circles .prkstory-feed-item-ins {
  width: 80px !important;
}
.prkstory-item-circles .prkstory-feed-item-ins .prkstory-circle-image, .prkstory-item-circles .prkstory-feed-item-ins .prkstory-feed-canvas{
  height: 80px !important;
  width: 80px !important;
}

.site-header__rgb-color {
  padding: 0px 0 45px 0;
  position: relative;
  width: 100%;
  margin-top: -15px;
}

.site-header__rgb-color:before {
  content: "";
  position: absolute;
  bottom: 46px;
  right: 0;
  left: 0;
  height: 6px;
  background-color: #a2a2a2;
  background-image: linear-gradient(to right, #8E2DE2 0%, #8E2DE2 8.33%, #E0224F 17.19%, #E0224F 25.52%, #EBD513 34.9%, #EED816 46.88%, #1BEC23 59.9%, #1BEC23 72.4%, #1B52BB 84.9%);
  border-radius: 10%;
  z-index: 10;
}

.site-header__rgb-color:after {
  content: "";
  position: absolute;
  bottom: 26px;
  right: 0;
  left: 0;
  height: 9px;
  background-color: #a2a2a2;
  background-image: linear-gradient(to right, #8E2DE2 0%, #8E2DE2 8.33%, #E0224F 17.19%, #E0224F 25.52%, #EBD513 34.9%, #EED816 46.88%, #1BEC23 59.9%, #1BEC23 72.4%, #1B52BB 84.9%, #1B52BB 96.36%);
  border-radius: 100%;
  filter: blur(12px);
  opacity: 0.5;
  z-index: 10;
}
.prk_3d_mousemove{
  position: relative;
	transform-style: preserve-3d;
}
.col-off.v2 .officol.center_box{
  justify-content: center;
}
.col-off.v2 .officol.center_box .left-off{
  width: 77%;
}
.verticaler .officol.center_box .left-off{
  width: 100% !important;
}
.col-off.v2 .officol.center_box .thumb-pro{
  margin: 0 !important;
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.index-prices-pro.onsale_top .index-discount-pro{
  position: absolute;
  right: 3px;
  top: 10px;
  font-size: 15px;
  padding: 2px 10px;
  border-radius: 12px;
  line-height: 17px;
}

/* gaming carousel */
.right-product.game{
  border: 0;
}
.right-product.game .head-product{
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
.right-product.game .item-pro{
  padding: 0;
  box-shadow: 0 3px 7px rgba(0, 1, 1, 0.12);
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.right-product.game .product__item-img {
    position: relative;
    margin-bottom: 20px;
}
.right-product.game .thumb-pro{
  max-width: 100% !important;
  margin: 0 !important;
}
.right-product.game .shadow {
    overflow: hidden;
    position: absolute;
    filter: blur(10px);
    top: 15px;
    bottom: -10px;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.right-product.game img{
  position: relative;
    z-index: 100;
}
body .right-product.game div.index-title-pro h2{
  text-align: center;
  position: relative;
}
body .right-product.game div.index-title-pro h2:last-child{
  height: 30px;
}
body .right-product.game div.index-title-pro h2:first-child::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -80px;
  left: -80px;
  height: 2px;
  background-color: #a2a2a2;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #6a4fa0 33%, #16a2bd 42%, #89c736 52%, #fcc43f 61%, #d02054 69%, #ffffff 75%, #ffffff 100%);
  border-radius: 100%;
  overflow: hidden;
}
body .right-product.game .product-cart{
  border-radius: 0 0 20px;
  margin: 0;
  padding: 10px 0 15px 0;
}
body .right-product.game .product-cart i{
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 4px;
  margin-left: 5px
}
body .foot-box.enmads .codes{
  background: #fffffff0;
}
body .head-archie-pro{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
body ul.product-box li.product .head-archie-pro .prs{
  padding: 0 !important;
  margin: 0 !important;
  line-height: 18px !important;
  background: transparent !important;
}
body ul.product-box li.product .head-archie-pro #sales_timer_display{
  padding: 0 !important;
  margin: 0 !important;
  line-height: 18px !important;
}
body.product-single table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
body.product-single table td,.woocommerce-tabs  #tab-description table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0,0%,50.2%,.5019607843137255);
}


.woocommerce-tabs  #tab-descriptiontable caption+thead tr:first-child td,.woocommerce-tabs  #tab-descriptiontable caption+thead tr:first-child th,.woocommerce-tabs  #tab-descriptiontable colgroup+thead tr:first-child td,.woocommerce-tabs  #tab-descriptiontable colgroup+thead tr:first-child th,
.woocommerce-tabs  #tab-descriptiontable thead:first-child tr:first-child td,
.woocommerce-tabs  #tab-descriptiontable thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

.woocommerce-tabs  #tab-descriptiontable tbody>tr:nth-child(odd)>td,
.woocommerce-tabs  #tab-descriptiontable tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.07058823529411765)
}

.woocommerce-tabs  #tab-descriptiontable tbody tr:hover>td,
.woocommerce-tabs  #tab-descriptiontable tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.10196078431372549)
}

.woocommerce-tabs  #tab-descriptiontable tbody+tbody {
    border-top: 2px solid hsla(0,0%,50.2%,.5019607843137255)
}

@media (max-width: 767px) {
    .woocommerce-tabs  #tab-descriptiontable table {
        font-size:.8em
    }

    .woocommerce-tabs  #tab-descriptiontable table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    .woocommerce-tabs  #tab-descriptiontable table th {
        font-weight: 400
    }
}

.woocommerce-tabs  #tab-descriptiondd,dl,dt,li,ol,ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body .woocommerce tr.woocommerce-shipping-totals.shipping th{
  display: block !important;
}
.stock-archive{
  font-size: 12px;
  color: #535353; 
}
.stock-archive p{
  line-height: 18px;
}
.stock-archive .stockon .prk-box{
  display: none;
}
.parskala-update-price{
  text-align: left;
  font-weight: 400;
  color: #444;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;  
}
.woocommerce-variation-price br{
  display: none;
}
body .woocommerce div.product .woocommerce-tabs ul.tabs li a.insert_comment_mobile,
body .woocommerce-Tabs-panel--reviews.panel .view_comment_mobiles
{
  display: none !important;
}
p.dokan-wholesale-meta{
  padding: 15px;
  border: 1px solid #ededed;
  border-radius: 7px;
  margin-top: 8px;
  font-size: 15px; 
}
.col-single1 .des-info .tagged_as,
.col-single1 .des-info .posted_in {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #c0c2c5;
}
.col-single1 .des-info .tagged_as,
.col-single1 .des-info .posted_in {
  line-height: 15px;
  margin: 5px 0;
}
.col-single1 .des-info .tagged_as a,
.col-single1 .des-info .posted_in a {
  margin-left: 2px;
}
.col-single1 .des-info .tagged_as span,
.col-single1 .des-info .posted_in span {
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  color: #4d4d4d !important;
}
.posted_in span {
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  color: #4d4d4d !important;
}
.price_onsale_ar .call_pro{
  opacity: 0.9;
  font-size: 14px;
  padding-top: 12px; 
}
body .topbar-text{
  line-height: 21px;
}

/* ajax tab category */

.widget-tabs.prk-ajax-list-header-wrapper{
  margin-right: 10px;
}
.widget-tabs.prk-ajax-list-header-wrapper div.tab-item{
  display: inline-block;
}
.col-product .item-icon-title{
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.col-product.style2 .item-icon-title {
  gap: 6px;
}
.col-product.style2 .item-icon-title::before{
  content: '';
  position: relative;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}
.col-product .title-tab-prk{
  box-sizing: border-box;
  align-items: center;
  display: inline-flex;
  gap: 4px;
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.2s all;
}
.col-product .prk-header-divs:hover{
  opacity: .8;
  transition: 0.2s all;
}
.head-product.have_header_cat::after{
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.4px;
  background: rgba(0,0,0,0.105)
}
body .titles-pro::after{
  height: 2px;
}
body .titles-pro::after{
  top: calc(100% + 11px);
}
.head-product.have_header_cat{
  display: flex;
  align-items: center;
}
.titles-pro .title-tab-prk{
  padding-right: 0;
}
.prks-tabs-loader {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  margin-top: 148px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.element-loading .prks-tabs-loader{
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease, visibility .3s ease;
}
.right-product .items-pro.loading {
  visibility: hidden;
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s;
  transform: translateY(25px);
  pointer-events: none;
}
.right-product .items-pro {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease;
  transform: none;
}
.footer-description-shop .title-category{
  font-size: 20px;
  color: #2c2b2b;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
body .header-carter span{
  margin-left: 0;
  margin-right: 2rem;
  font-weight: 600;
  position: relative;
  top: 2px;
}

ul.product-box{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-left:1px solid #E4E4E4;
}

body .account.pad10{
  padding: 10px !important;
}
body .comment_thumb.noti,ul.list_of_comments .comments_contienr .comment_thumb{
  max-width: 120px;
  justify-content: space-around;
}
body .comment_thumb.noti,ul.list_of_comments .comments_contienr{
  justify-content: space-around;
}
.comments_contienr.noti,.comments_contienr {
  margin-right: 13px;
  margin-left: 13px;
  margin-top: 13px;
}
.continer .woocommerce .woocommerce-MyAccount-content p.no_announcement{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  font-size: 21px;
  color: #b1b1b1;
}
.countdown-item {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin: auto;
  direction: ltr;
}
.countdown-item .countzarin-col {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}
.countdown-item .countzarin-col .countdown-unit {
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
}
.countdown-item .countzarin-col .countdown-unit .number {
  position: relative;
  top: 7.5px;
  color: #FF4157;
  text-align: center;
  width: 55px;
  min-width: 50px;
  min-height: 30px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.countdown-item .countzarin-col .countdown-unit .letter-text {
  position: relative;
  bottom: 3px;
  color: #292929;
  font-size: 12px;
}
.right-off-date{
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  height: 100%;
  border-radius: 11px;
}
.right-off-date .img-off-date img{
  display: block;
  width: 80px !important;
  max-width: 80px !important;
  margin: 60px auto 25px auto;
}
.right-off-date .text-one{
  font-weight: 900;
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
}
.right-off-date .text-two{
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
}
.right-off-date .countdown-item{
  text-align: center !important;
    display: flex !important;
    justify-content: space-between;
    width: 177px;
    margin: 39px 0 0 0;
    direction: ltr;
}
.right-off-date .countdown-item .countzarin-col .countdown-unit .number {
  position: relative;
  top: 3.5px;
  color: #F7A700;
  text-align: center;
  width: 39px;
  min-width: 39px;
  min-height: 34px;
  line-height: 34px;
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.right-off-date .countdown-item .countzarin-col .countdown-unit .letter-text {
  position: relative;
  bottom: 3px;
  color: #292929;
  font-size: 10px;
  font-weight: 500;
}

/* کاروسل مبیت */
.carousel_offer_mobit_title{
  background: #f5f5f5;
  border-radius: 11px;
  margin-bottom: 15px;
  padding: 9px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;  
}


.countdown-item.mobit .countzarin-col .countdown-unit .number {
  position: relative;
  top: 7.5px;
  color: #FF4157;
  text-align: center;
  width: 45px;
  min-width: 45px;
  min-height: 42px;
  line-height: 34px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.countdown-item.mobit .countzarin-col {
  display: flex;
  align-items: center;
}
.countdown-item.mobit .countzarin-col .dot{
  margin: 9px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.countdown-item-carosel .countzarin-col:last-child .dot,
.countdown-item.mobit .countzarin-col:last-child .dot{
  display: none;
}
.carousel_offer_mobit_title h2{
  font-size: 16px;
  font-weight: 700;
  color: #1e2220;
  display: flex;
  align-items: center;
  gap: 15px
}
.carousel_offer_mobit_title h2 i{
  font-size: 28px;
}
body .left-index{
  border: 0 !important;
  border-radius: 0;
  box-shadow: unset;
  background: transparent;
}
body .ui-slider-handle:nth-of-type(1)::before,body .ui-slider-handle:nth-of-type(2)::before{
  top: 1px;
}
body .ui-slider .ui-slider-handle{
  transform: rotate(180deg);
}
body .constiky.offer .left-index{
  border-radius: 14px;
}
body.product-archive .wenderfol_archive{
  margin-top: -10px;
  padding-top: 10px;
}
.carousel_offer_mobit_title a{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.carousel_offer_mobit_title a i{
  font-size: 18px;
  color: #666;
}
.swiper.mobit .prk-archive-swatches{
  display: flex !important;
  right: 10px;
  top: 155px;
  background: #e2e2e2;
  padding: 7px 5px;
  border-radius: 7px;
  gap: 5px;
  z-index: 11;
  flex-direction: row;
  gap: 5px;
}
.mobit .prk_swatches-divider{
  font-size: 11px;
  margin-top: 0;
  height: 6px;
  line-height: 7px;
  color: #6a6a6a;
}
.product-archive.mobit #sales_timer_display{
  display: none;
}
/* .product-archive.mobit ul.product-box li.product .thumb-pro::before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  top: 0;
  right: 0;
  touch-action: none;
  pointer-events: none;
}
.product-archive.mobit ul.product-box li.product,.product-archive.mobit .prk-head-shop {
  border: 0;
} */

.product-archive.mobit ul.product-box li.product .index-prices-pro{
  height: 20px;
}
body ul.prk-item-style2 .head-archie-pro{
  left: unset;
  right: 3px;
  top: 15px;
  opacity: 1;
  padding: 0 10px;
}
body ul.prk-item-style2  .head-archie-pro{
  right: 3px;
  top: 40px;
  opacity: 1;
  padding: 0px 10px;
  position: absolute;
  z-index: 1;
}
body ul.prk-item-style2 li.product .head-archie-pro .prs{
  padding: 4px 7px !important;
}
.cart-pro del span bdi, .cart-pro del span{

}
.product-archive.mobit .prk-archive-swatches{
  display: flex !important;
  right: 10px;
  top: 155px;
  background: #e2e2e2;
  padding: 7px 5px;
  border-radius: 7px;
  gap: 5px;
  z-index: 11;
  flex-direction: row;
  gap: 5px;
}
.product-archive.mobit .prk-archive-swatches .prk-archive-swatch{
  width: 6px;
  height: 6px;
  margin: 0;
}
.product-archive.mobit .prk-archive-swatches .prk-archive-swatch .tooltiptext {
  top: -9px;
  right: 290%;
}
.swiper.mobit .prk-archive-swatch{
  width: 6px;
  height: 6px;
  margin: 0;
}
.swiper.mobit .prk-archive-swatch .tooltiptext{
  top: -9px;
  right: 290%;
}
.swiper.mobit .index-prices-pro div .index-discount-pro{
  position: absolute;
  top: 10px;
  right: 8px;
}

.swiper.mobit .index-prices-pro div ins{
  margin-top: 0;
}
.swiper.mobit .index-prices-pro div{
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
}
.swiper.mobit .index-prices-pro div span.woocommerce-Price-amount{
  font-size: 16px;
}
.swiper.mobit .index-prices-pro div span.woocommerce-Price-amount bdi{
  display: flex;
  align-items: flex-end;
}
.swiper.mobit .index-prices-pro div span.woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  order: 2;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
}
.swiper.mobit .index-prices-pro div del span.woocommerce-Price-amount{
  font-size: 12px;
  margin-left: 8px;
}
.swiper.mobit .index-prices-pro div del{
  color: #9b9c9d !important;
}
.swiper.mobit .product-card .product-title{
  color: #000000;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}
.swiper.mobit .index-prices-pro{
  height: 35px;
}
.swiper.mobit .product-thumbnail::before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  top: 0;
  right: 0;
  touch-action: none;
  pointer-events: none;
}
.swiper.mobit .product-card{
  padding: 0;
  box-shadow: unset;
}
.swiper.mobit .product-card .product-thumbnail{
  border-radius: 11px;
  overflow: hidden;
}
.swiper.mobit .product-card  i.onsales_round_icon svg{
  width: 19px;
  height: 19px;
  top: 15px;
  left: 10px;
  position: absolute;
}
.mobit.swiper .swiper-button-next,.mobit.swiper .swiper-button-prev{
  width: 38px;
  height: 38px;
  border-radius: 14px;
}
body .woocommerce div.product .col-single1.mobit div.woocommerce-product-gallery{
  width: 30% !important;
  /* max-width: 480px; */
}
body div.product .col-single1.mobit div.summary{
  width: 69% !important;
}
body div.product .col-single1.mobit div.head-pros{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  background: #ff6a6a;
  border-radius: 11px;
  margin-bottom: 10px;
  height: 49px;
}
body div.product .col-single1.mobit span.prs{
  font-size: 22px !important;
  color: #fff !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

body div.product .col-single1.mobit span.prs svg{
  width: 21px;
  height: 21px;
}
body div.product .col-single1.mobit .main_gallery_product{
  /* justify-content: right; */
  margin-top: 0;
}
body div.product .col-single1.mobit .main_gallery_product li{
  margin-left: 1.7%;
  position: relative;
  border: 0;
}
body div.product .col-single1.mobit .main_gallery_product li:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.03;
  top: 0 !important;
  right: 0 !important;
  touch-action: none;
  pointer-events: none;
  border-radius: 14px;
}
.col-single1.mobit .countdown-item.mobit{
  margin: 0;
  width: 175px;
}
.col-single1.mobit .countdown-item.mobit .countdown-unit .number{
  top: 6.5px;
  color: #121212;
  text-align: center;
  width: 30px;
  min-width: 30px;
  min-height: 29px;
  line-height: 20px;
  display: block;
  font-size: 17px;
  font-weight: 600; 
}
.col-single1.mobit .countdown-item.mobit .countdown-unit .dot{
  margin: 0 8px;
}
body div.product .col-single1.mobit .woocommerce-product-gallery .timer-pros {
  padding-left:unset;
}
.col-single1.mobit .des-left .ui-box{
  border: 0;
  padding: 20px !important;
  background: #f5f5f5;
}
body div.product .col-single1.mobit .product-seller-info{
  background-color: transparent;
}
body.mobit .product-tabs,body.mobit .product-tabs.product-tabs.stickyer.tabs-appear {
  top: 69px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
body.mobit.product-archive .wenderfol_archive .vanderfol_title {
  width: 75%;
}
body.mobit.product-archive .wenderfol_archive .wenderfol_img {
  width: 23.5%;
  border-left: 0;
}
body.mobit.product-archive .wenderfol_archive{
  padding-top: 30px;
  height: 135px;
  margin-top: -18px;
}
body.mobit.product-archive .sides.offer{
  margin-top: 70px;
}
.item-brands{
  text-align: center;
}
.item-brands span{
  font-size: 13px;
  font-weight: 600;
}
.nav_Square.article-off .owl-nav .owl-next,.nav_Square.article-off .owl-nav .owl-prev{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid #efefef !important;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.nav_Square .owl-nav .owl-prev::before,.nav_Square .owl-nav .owl-next::before{
  right: 0px;
  top: 3px;
}

.post-content-box{
  border-radius: 18px;
  overflow: hidden;
}
.post-content-box .post_tumbnail{
  position: relative;
  transition-duration: 300ms;
}
.post-content-box .post_tumbnail img{
  width: 100%;
  transition-duration: 300ms;
}
.post-content-box.have_animations:hover .post_tumbnail img{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: scale(1.1);
}
.post-content-box .post_title{
  position: absolute;
  bottom: 15px;
  color: #fff !important;
  padding: 0 11px;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition-duration: 300ms;
}
.post-content-box.have_animations:hover .post_title{
  --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateY(5px);
  }
.post-content-box .tw-rounded-b.liniear-gr{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #020024;
  background: linear-gradient(0deg,#020024,#050000 4%,#2d2525 13%,rgba(61,54,54,.03125) 54%);
  top: 0;
}
.nav_Square .swiper .swiper-button-next,.nav_Square .swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}
.style_2.prk-sms-loginform .modal__container{
  width: 38% !important;
  max-width: 710px !important;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47vh;
}
.style_2.prk-sms-loginform .modal__container .rtl-sec-login{
  flex: .4;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--accent_color1);
  width: 100%;
  height: 100%;
  min-height: 47vh;
}
.style_2.prk-sms-loginform .modal__container .rtl-sec-login img{
  width: 155px;
}
.style_2.prk-sms-loginform .auth-modal-content{
  flex: .6;
  width: 100%;
  height: 100%;
  background: #fff;
  min-height: 47vh;
  max-height: 47vh;
}
.style_2.prk-sms-loginform .prk-loginbox{
  width: 88%;
  margin: 34px auto;
  margin-top: 25px;
}
.rtl-sec-login::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
}
.logo-loginbox a{
  outline: none;
  border: 0;
}
.style_2 #loginmodal .prk-header-login{
  padding: 22px 0 0 22px;
}
.style_2 #loginmodal .prk-header-login .close-box{
  color: #323232;
  cursor: pointer;
  outline: none;
  border: 0;
  width: 52px;
  height: 48px;
  font-size: 30px;
  font-weight: 100;
  border-radius: 12px;
  transition: 0.2s all;
}
.style_2 #loginmodal .prk-header-login .close-box::before{
  font-size: 16px;
}
.style_2 #loginmodal .prk-header-login .close-box:hover{
  background: #f9f9f9;
  transition: 0.1s all;
}
.style_2 #loginmodal .stm-change-email.back-arrow{
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 22px;
  padding: 22px 0 0 22px;
}
.prk-sticky-add .go-to-add{
  display: inline-block;
  width: 100%;
  max-width: 170px;
  font-family: prk-font;
  border-radius: 6px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  padding: 13px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: linear-gradient(to right,#ff3a30,#ff6a00);
  text-align: center;
}
.prk-sticky-add-cart .quantity{
  width: 125px;
  text-align: left;
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-left: 5px;
  font-size: 11px;
}
body .quantity.hidden-tag{
  display: none !important;
}
.prk-sticky-add-cart .quantity a{
  border: 1px solid #efefef;
  overflow: hidden;
  width: 25px;
  height: 21px;
  position: absolute;
  text-align: center;
  padding: 0;
  left: auto;
  right: 0;
  font-size: 8px;
  background-color: #fff;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #020202;
  line-height: 20px;
}
.prk-sticky-add-cart .quantity a.minus{
  bottom: 0;
  border-top: none;
  border-bottom-right-radius: 6px;
}
.prk-sticky-add-cart .quantity a.plus{
  top: 0;
  border-top-right-radius: 6px;
}
.prk-sticky-add-cart .quantity input.qty{
  border: 1px solid #efefef;
  height: 42px;
  padding: 0;
  line-height: 42px;
  width: 55px;
  display: inline-block;
  margin: 0;
  text-align: center;
  color: #666;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-right: 0;
  font-size: 17px;
  /* border-bottom-left-radius: 6px; */
  /* border-top-left-radius: 6px; */
  outline: none;
}
.prk-sticky-add-cart form.cart{
 display: flex;
 align-items: center;
}
/* سبک دوم صفحه محصول */
.woocommerce div.product .mobit .imgs-desctop img.attachment-shop_single {
  width: 420px !important;
  max-width: 340px;
  margin: 0 auto;
  margin: 20px auto 10px auto;
  border-radius: 8px;
}
.mobit .btns-pro-slider {
  float: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-radius: 11px;
  background-color: #fff !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 0 auto;
  text-align: center;
  padding: 9px 12px 5px 12px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 5px;
  border: 1px solid #fff;
  z-index: 111;
}
.mobit .btns-pro{
  margin-bottom: 0;
}
.mobit .btns-pro i.btns{
  font-size: 23px;
}
.woocommerce div.product div.images.mobit .woocommerce-product-gallery__wrapper{
  border-radius: 10px;
  text-align: center;
  position: relative;
}
body .woocommerce div.product div.images{
  width: 35% !important;
  /* max-width: 510px; */
}
.woocommerce div.product div.images.mobit .woocommerce-product-gallery__wrapper:before{
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.03;
    top: 0;
    right: 0;
    touch-action: none;
    pointer-events: none;
    border-radius: 14px;
}
 /* سبک سوم صفحه محصول */
.single-product.style_3 .col-single1{
margin: 5px 0 5px 0;
}

body.product-single.single-product.style_3 .woocommerce-breadcrumb{
  margin-top: 15px;
}
.loaded.single-product.style_3 .ui-box{
  border: 1px solid #e0e0e2;
  background: #fbfbfb;
}
 .single-product.style_3  div.product .product_title {
  font-weight: 600;
  line-height: 30px;
  color: #000;
  font-size: 17px;
  max-width: 500px;
}
.col-single1 .breadcrumb{
  margin-bottom: 5px;
}
.col-single1 .product-en span.en_name_pro{
  max-width: 500px;
  color: #939191;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}
.single-product.style_3  div.product div.images{
  width: 32% !important;
}
.single-product.style_3 div.product div.summary{
  width: 68% !important;
}
.single-product.style_3  div.product .imgs-desctop img.attachment-shop_single{
  width: 350px !important;
}
.single-product.style_3  .atri-single{
  font-size: 14px;
  font-weight: 600;
  color: #0e0e0e;
  line-height: 32px;
  margin: 10px 0 5px 0;
}
.single-product.style_3 .meta-additional ul li{
  position: relative;
  font-size: 12px;
  margin-bottom: 2px;
  color: #737373;
  line-height: 23px;
}
.single-product.style_3 .meta-additional ul li::before{
  height: 4px;
  width: 4px;
  background-color: #737373;
  margin-left: 10px;
}
.single-product.style_3 .btns-pro-slider{
  margin-top: 30px;
}
.single-product.style_3 .btns-pro{
  margin-bottom: 24px;
}
.single-product.style_3 .btns-pro i.btns{
  color: #343434;
  font-size: 24px;
  opacity: .8;
}
.single-product.style_3 .prs{
  font-size: 22px;
}
.single-product.style_3 .cart-pro  ins bdi{
  font-size: 19px;
}
/* .single-product.style_3 .back_holder .cart-pro{
  text-align: right;
}
.single-product.style_3 .index-prices-pro div del,.single-product.style_3  .cart-pro del{
  justify-content: right !important;
} */
.single-product.style_3 .back_holder,.single-product.style_3  .full_whidth {
  padding: 12px 10px;
}
.back_holder, .full_whidth {
  padding: 12px 10px;
}
.single-product.style_3 .product_return span{
  font-size: 11px;
  color: #5D5D5D;
  line-height: 25px;
}
.single-product.style_3 .des-left {
  width: 36%;
}
.single-product.style_3 .product-seller-info .product-seller-row{
  padding: 13px 0;
}
.single-product.style_3 .product-seller-info .product-seller-row::after{
  background-color: #e9e9e9;
}
.single-product.style_3 .product-seller-info .product-seller-row .product-seller-row-icon i{
  font-size: 22px;
}
.single-product.style_3 .product-seller-info .product-seller-row .product-seller-row-icon{
  width: 45px;
  height: 24px;
}
.single-product.style_3 .product-seller-info .product-seller-row .product-seller-row-detail .product-seller-row-detail-title{
  font-size: 12px;
  font-weight: 600;
}
.single-product.style_3 .product-seller-info .product-seller-row .product-seller-row-detail ul li.pluses{
  margin-top: 11px;
  font-size: 11px;
  color: #737373;
}
.single-product.style_3 .product-seller-info .product-seller-row .product-seller-row-detail ul li::after {
  content: '';
  position: absolute;
  right: -26px;
  bottom: 3px;
  border-radius: 100%;
  background-color: #EF394E;
  padding: 2px;
  border: 1px solid #fff;
  animation: pulse 2s infinite;
}
.single-product.style_3 .better-btn{
  font-size: 11px;
  color: #5D5D5D;
}
.single-product.style_3 .better-btn i{
  color: #5D5D5D !important;
  padding-right: 3px !important;
  order: 2;
  position: relative;
  top: 0px;
}
.single-product.style_3 .des-info .product-en::before{
  background: #dfdfdf;
}
.single-product.style_3 .product_return i{
  font-size: 15px;
  color: #8a8e93;
  margin-left: 5px;
  line-height: 22px;
  font-weight: 100;
}
.servesis-single.have_sub .servis-single a.flexed{
  gap: 10px;
}
.servesis-single.have_sub .servis-single a.flexed img{
  max-width: 39px !important;
  max-height: 39px !important;
}
.flexed-clomen{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.servis-single a .flexed-clomen{
  gap: 12px;
}
.servesis-single.have_sub{
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  gap: 40px;
  height: 92px;
  align-items: center;
}
.servesis-single{
  background: #fff;
}
.servesis-single.have_sub span{
  margin-top: 0;
}
.single-product.style_3 .product-tabs.stickyer{
  position: unset !important;
  box-shadow: unset;
  border: 0;
}
.prk-sticky-thumb{
  margin-left: 15px;
}
.servesis-single.have_sub .servis-single a .flexed-clomen span{
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-top: 0;
}
.servis-single a .flexed-clomen p{
  font-size: 12px;
  color: #7777;
}
.slider-right .slide-carousel {
  position: unset;
}

.slider-right.ver1 .owl-nav{
  width: 120px !important;
  bottom: 32px;
  right: 20px;
}
.slider-right.style1 .owl-dots{
  bottom: 6px;
  left: 0;
  width: 30%;
  margin-left: 45.5%;
  margin-bottom: -10px;
  background: url(/wp-content/plugins/img/Vector1.svg) no-repeat;
  width: 157px;
  height: 35px;
  z-index: 11;
  padding-top: 5px;
}
.slider-right.style2 .owl-dots{
  position: absolute;
  width: 200px;
  top: 7px;
  text-align: center;
  transition: .3s;
  z-index: 10;
  cursor: default;
  display: flex;
  align-items: self-end;
  justify-content: center;
  bottom: 0;
  right: 50px;
}
.slider-right.style2 .owl-dots .owl-dot{
  margin: 0 5px;
  transition: 0.2s all;
  width: 5px;
  height: 10px;
  background: #b0b7bf;
  opacity: 1;
  border-radius: 4px;
  margin-left: 0px !important;
  margin-right: 4px !important;
}

body .slider-right.style2 .owl-dots .active{
  border-radius: 5px;
  height: 15px;
  background: #ED242E;
}

.slider-right.style3 .owl-dots{
  left: 0;
  position: absolute;
  top: -2px;
  right: 45px;
  width: 200px;
  z-index: 10;
}
.slider-right.style3 .owl-dots .owl-dot{
  transition: 0.2s all;
  height: 8px;
  width: 8px;
  background-color: #C4C4C4;
  opacity: 1;
  margin: 0 2px;
  display: inline-block;
  border-radius: 50%;
}

body .slider-right.style3 .owl-dots .active{
  width: 20px!important;
  height: 8px!important;
  border-radius: 10px!important;
  transition: 0.4s!important;
}
body div.continer div.woocommerce form.woocommerce-form-login{
  max-width: 430px;
  margin: 0px auto !important;
  margin-top: 66px !important;
  text-align: center;
}
body .woocommerce-form-login p.form-row{
  width: 100%;
}
body .woocommerce-form-login .digor {
  margin-bottom: 10px;
  display: block;
}
body .woocommerce-form-login .digor br{
  display: none;
}
body .woocommerce-form-login button.digits_login_via_otp.woocommerce-Button{
  padding: 20px 20px !important;
  color: #fff !important;
  border-radius: 11px !important;
  font-size: 15px !important;
  display: block !important;
  width: 100% !important;
}
.main-slider-box{
  position: relative;
}
.main-slider-box .victor-style2{
  float: right;
  position: absolute;
  top: 0px;
  right: 36px;
  width: fit-content;
  z-index: 2;
}
.victor-style3{
  position: absolute;
  right: 63px;
  width: auto;
  top: 0;
  z-index: 2;
  margin: -1.1rem 0rem -3.9rem 0rem;
}

.main-slider-box .victor-style2 svg{
  fill: #fff;
}
.shine img:hover {
  color: grey;
  display: inline-block;
  -webkit-mask: linear-gradient(-60deg, #000 30%, #0e0e0ea3, #000 50%) right / 300% 100%;
  mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
  background-repeat: no-repeat;
  animation: shimmer 2s infinite;
}
/* سبک مینیمال آیتم محصولات فروشگاه */
ul.product-box.prk-item-style2{
  gap: 15px;
  border: 0;
  padding: 15px;
}
ul.product-box.prk-item-style2 li.product .head-archie-pro #sales_timer_display {
  padding-left: 20px !important;
}
ul.product-box.prk-item-style2 li.product #sales_timer_display span .dot{
  margin: 0px 3px;
  font-size: 13px !important;
}
.mobit ul.product-box.prk-item-style2 .index-prices-pro div .index-discount-pro{
  top: 20px;
  right: unset;
  left: 20px;
  position: absolute;
}
ul.product-box.prk-item-style2 li{
  border: 0 !important;
  border-radius: 14px;
  margin-right: 0;
}
ul.product-box.prk-item-style2 .head-archie-pro{
  left: unset;
  right: 10px;
  top: 20px;
  background: transparent !important;
}
.product-archive.mobit ul.product-box.prk-item-style2 .prk-archive-swatches {
  top: 160px;
  right: 20px;
  flex-direction: row;
  gap: 5px;
}
ul.product-box.prk-item-style2 .thumb-pro{
  border-radius: 14px;
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
}
ul.product-box.prk-item-style2 .thumb-pro::before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  top: 0;
  right: 0;
  touch-action: none;
  pointer-events: none;
}
ul.product-box.prk-item-style2 .thumb-pro img{
  display: block;
  max-width: 150px !important;
  margin: auto;
  transform: unset !important;
}
/* انتظار انگیز */
.main-expected{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 20px 0;
}
.main-expected .head-product{
  margin-right: 0;
  margin-left: 0;s
}
.main-expected .onsale-label{
  /* margin-bottom:10px; */
}
.main-expected .expected-icon svg{
  width: 110px;
  height: 110px;
}
.main-expected .onsel-title{
  color: #0E1935;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 5px;
}
.main-expected p.onsel-des{
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin: 7px 0 26px 0;
}
.main-expected .onsale-label span{
  background-image: url(/wp-content/plugins/img/percent-bg.svg);
  padding: 7px 15px 20px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 600;
}
.col-product.expected{
  background-color: #DFE1E8;
  border-radius: 11px;
  padding: 0 1rem;
}
.countdown-item.expected{
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 5px;
}
.countdown-item.expected .countzarin-col{
  margin-bottom: 10px;
}
.countdown-item.expected .countzarin-col:first-child{
  display: none;
}
.countdown-item.expected .countzarin-col .countdown-unit{
  border: 1px dashed #0E1935;
  background: #BCC1C8;
  text-align: center;
  padding: 8px 10px;
}
.countdown-item.expected .countzarin-col .countdown-unit .number{
  color: #0E1935;
  margin-bottom: 6px;
}
.countdown-item.expected .countzarin-col .countdown-unit .letter-text{
  font-size: 13px;
  font-weight: 600;
  color: #0E1935;
}
.main-expected .expected-arrow{
  position: absolute;
  right: -45px;
  top: 179px;
  z-index: 11;
}
.progress-main.el_none{
  opacity: 0;
  visibility: hidden;
}
.right-product.have_back{
  padding: 10px 30px 25px 30px
}
.right-product.have_back .head-product{
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 35px;
  width: 100%;
}
.prk_show_back_image .thumb-pro{
  border-radius: 16px;
  padding: 1rem;
  margin-top: 0;
}
select{
  font-family: 'prk-font';
  padding: 2px;
  outline: 0;
  border-radius: 2px;  
}
.progress-main{
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid #e9e9e9;
  padding-top: 11px;
  margin-top: 3px;  
}
.progress-area{
  width: 100%;
  background-color: #f1f1f1;
  transition: background-color .25s ease;
  border-radius: 25px;
}
.progress-area .progress-bar{
  border-radius: 25px;
  height: 7px;
}
.prk_show_back_image .thumb-pro::before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  top: 0;
  right: 0;
  touch-action: none;
  pointer-events: none;
}
.show_salsess.right-product .prk_show_back_image  .quick_add2cart {
  bottom: 52px;
  right: 0px;
}
.show_salsess.right-product .quick_add2cart{
  bottom: 70px;
  right: 0px;
  position: relative !important;
}
.show_salsess.right-product div.index-title-pro h2{
  -webkit-line-clamp: 1;
  height: 24px;
}
.show_salsess.right-product .index-prices-pro div .index-discount-pro{
  border-radius: 23px;
  top: 8px;
  right: 2px;
  position: absolute;
}
.show_salsess.right-product .thumb-pro{
  max-width: 100%;
}
.show_salsess.right-product .thumb-pro img{
  max-width: 140px !important;
}
.call_box .call_button{
  transition: transform 0.6s cubic-bezier(.19,1,.22,1);
  transform: translate3d(0,10%,0);
}
.call_box .call_button.prk-sticky-show-uper{
  transform: translate3d(0,-125%,0);
}
/* بلاگ */
.prk-image-box-post{
  height: 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 11px;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  overflow: hidden;
}
.prk-image-box-post .post-content-box .post_tumbnail{
  height: 100%;
}
.prk-image-box-post .post-content-box{
  border-radius: unset;
}
.prk-image-box-post::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #02010100 0%, #00000091 100%);
  z-index: 0;
}
.prk-image-box-post .flexed-clomen {
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.prk-image-box-post div.meta-items{
  font-size: 12px;
  gap: 7px;
  color: #fff;
}
.prk-image-box-post div.meta-items span{
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
}
.prk-image-box-post div.meta-items span i{
  font-size: 14px;
}
.prk-image-box-post .image-box-post-title a{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 12px;
  display: block;
  transition-duration: 300ms;
}
.post-content-box.have_animations:hover .image-box-post-title a {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateY(5px);
}
/* لیست نوشته ها */
.style-grid{
  display: grid;
  grid-template-columns: repeat(7,1fr);
}
.mcarousel_product_head.style1{
  margin-bottom: 30px;
  padding: 0 1px;
}
.prk-main-post-item.style-grid{
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
}
.prk-main-post-item .prk-post-item{
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prk-main-post-item .prk-post-item:hover{
  background: linear-gradient(white,#fff) padding-box,linear-gradient(180deg,#fec249 0,#fff 100%) border-box;
  box-shadow: -5px 2px 13px 0 rgba(0,0,0,.05);
  border-radius: 15px;
  border: 1px solid transparent;
  transition: .3s!important;
}
.prk-main-post-item .prk-post-item .post-item-image{
  position: relative;
}
.prk-main-post-item .prk-post-item .post-item-image img{
  width: 100%;
  height: 229px;
  object-fit: cover;
  object-position: center center;
}
.prk-main-post-item .prk-post-item .post-item-category{
  position: absolute;
  bottom: 20px;
  z-index: 10;
  right: 15px;
  padding: 6px 7px;
  background-color: #2f32c2;
  border-radius: 7px;
}
.prk-main-post-item .prk-post-item .post-item-category a{
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  box-shadow: unset;
  text-shadow: unset;s
}
.prk-main-post-item .prk-post-item .reading-time{
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9d9d9d;
  transition: color .3s;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0 19px;
}
.prk-main-post-item .prk-post-item .reading-time i{
  font-size: 15px;
}
.prk-main-post-item .prk-post-item .post-item-title{
  margin: 0 1rem;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 24px;
}

.prk-main-post-item .prk-post-item .post-item-content{
  text-align: right;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 1rem;
}
.prk-main-post-item .prk-post-item .post-item-footer{
  margin: 0 1rem 20px 0;
}
.prk-main-post-item .prk-post-item .post-item-footer > div.flexed{
  gap: 13px;
}
.prk-main-post-item .prk-post-item .post-item-footer img.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.prk-main-post-item .prk-post-item .post-item-footer div.flexed-clomen{
  gap: 6px;
}
.prk-main-post-item .prk-post-item .post-item-footer div.flexed-clomen span{
  color: #595959;
  font-size: 13px;
  font-weight: 600;
}
.prk-main-post-item .prk-post-item .post-item-footer div.flexed-clomen i{
  color: #9d9d9d;
  font-size: 10px;
  font-weight: 400;
}
.prk-main-post-item .prk-post-item .post-item-footer a.view-more{
  color: #202020;
  background-color: #f5f9fc;
  border-radius: 0 50px 50px 0;
  padding: 10px 22px 10px 19px;
}
.prk-main-post-item .prk-post-item .post-item-footer a.view-more i{
  font-size: 18px;
}
/* صفحه نوشته سبک 1 */
.clomens.single-page{
  display: flex;
  margin: 0;
  padding: 0;
  gap: 40px;
}
.single-page{
  position: relative;
}
.single-page .side-posts{
  float: left;
}
.side-posts .side-box-post{
  border-radius: 11px !important;
  position: relative;
}
.single-page .left-cont{
  float: right;
  transition: 0.3s all;
}
body .left-cont{
  width: 77%;
  max-width: 77%;
}
body .left-cont.page{
  width: 100% !important;
  max-width: 100% !important;
}
body .side-posts{
  width: 22%;
  max-width: 22%;
}
body .left-posts{
  width: 76.5%;
  max-width: 76.5%;
}
.single-page .title-cont{
  color: #303030;
  border-bottom: 1px solid #ECECEC;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 0 10px 0;
  border: 0;
}
.single-page .header-content-post{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.single-page .header-content-post .reading-time{
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
  color: #9d9d9d;
  line-height: 23px;
}
.single-page .header-content-post .reading-time i{
  font-size: 15px;
  line-height: 1;
}
.single-page .header-content-post > div.flexed{
  width: 100%;
}
.single-page .header-content-post .title-cont{

}

.single-page .header-content-post .info-items{
  gap: 13px;
}
.single-page .header-content-post .info-post i{
  font-size: 14px;
  position: relative;
  top: -1px;
}
.humbnail-single img{
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center center;
  border-radius: 15px 15px 15px 15px;
}
.margin-b10{
  margin-bottom: 10px;
}
.single-page .header-content-post .info-post{
  color: #707070;
  gap: 5px;
  font-size: 13px;
  line-height: 24px;
}
.study-mode{
  position: absolute;
  height: 100%;
  top: 73px;
  right: -54px;
}
.study-mode-btn {
  padding: 5px;
  position: sticky;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 150px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.study-mode-btn:hover {
  height: auto;
}
.study-mode-btn i{
  position: relative;
  top: 4px;
  left: 1px;
  font-size: 20px;
  color: #818181;
}
.study-mode-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
}
.study-mode-btn:hover .study-mode-text {
  opacity: 1;
  visibility: visible;
  margin: 7px;
}
/* ابزارک محصولات اسلایدری */
.widget.side-box-post .article-off .owl-nav{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
  font-size: 17px;
  color: #d9d9d9;
  margin-top: 20px;
}
.side-box-post .thumb-pro{
  max-width: 70%;
}
.widget.side-box-post .item-pro{
  background-color: transparent !important;
  height: 337px;
}
.widget.side-box-post .article-off .owl-nav.disabled{
  display: none !important;
}
.widget.side-box-post .article-off .owl-dots{
  position: absolute;
  right: 0;
  left: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  bottom: 5px
}
.widget.side-box-post .article-off .owl-dots .owl-dot{
  width: 7px;
  height: 7px;
  margin-left: calc(4px/2);
  margin-right: calc(4px/2);
  background: #d9d9d9;
  border-radius: 50%;
}
.widget.side-box-post .article-off .owl-dots .owl-dot.active {
  width: 20px!important;
  border-radius: 5px!important;
  transition: .3s!important;
  background: #FC9937;
}
.widget.side-box-post ul{
  max-height: 400px;
  overflow: auto;
}

ul::-webkit-scrollbar,
article .variable-cart-product::-webkit-scrollbar, .product .variable-cart-product::-webkit-scrollbar,
.prk_mega_menu > li.mega_menu_tree_level.prk-side-tab > .prk-tab-menu-items::-webkit-scrollbar,
.citieslists::-webkit-scrollbar {
  width: 5px !important;
}


ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

ul::-webkit-scrollbar-thumb {
  background: #888; 
}

ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
} 

.widget.side-box-post ul .cat-item:not(:last-child), .widget_categories ul .cat-item:not(:last-child), .widget_product_categories ul .cat-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f1;
  position: relative;
  font-size: 14px;
}
.widget.side-box-post ul .cat-item ul li{
  border: 0;
}
.widget.side-box-post .cat-item a, .widget_categories .cat-item a, .widget_product_categories .cat-item a {
  align-items: center;
  display: inline-flex;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: #232933;
  line-height: 2;
}
.widget.side-box-post .cat-item:last-child a{
  padding-bottom: 0;
}
.widget.side-box-post .cat-item ul li a{
  padding: 5px 0;
  font-size: 13px;
}
.widget.side-box-post .has-children.show-children>a, .widget_categories .current-cat>a, .widget_product_categories .current-cat>a {
  font-weight: 700;
}
.widget.side-box-post .cat-item ul li{
  padding-left: 0;
  padding-right: 20px;
}
.widget.side-box-post .cat-item .children, .widget_categories .cat-item .children, .widget_product_categories .cat-item .children {
  display: none;
}
.widget.side-box-post .show-children>.children, .widget_categories .show-children>.children, .widget_product_categories .show-children>.children {
  display: block;
}
li.cat-item  span.toggle-submenu{
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 25px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.2s all;
}

li.cat-item  span.toggle-submenu::after {
  content: "\EA64";
  font-family: remixicon;
  font-size: 19px;
  font-weight: 500;
  color: #181717;
}
li.cat-item span.toggle-submenu.active::after{
  content: "\ea4e";
  transition: 0.2s all;
}
/* دسته بندی محصولات کاروسل */
.product-categoris{
  padding: 0 !important;
  border: 0 !important;
}
.product-categoris .owl-item{
  padding: 10px;
}
.adress-index{
  margin-bottom: 20px;
}
.adress-index.ad-cont{
  padding: 9px 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 11px;
  width: 100%;
  margin-bottom: 20px;
}
.category-grid-item{
  width: unset !important;
  padding: 0px !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px !important;
  box-shadow: 5px 5px 10px 0px rgb(243 243 243 / 70%);
  border: solid 1px #F0F0F0;
  overflow: hidden;
  gap: 5px;
}
.category-grid-item .category-image-wrapp{
  margin-top: 15px;
}
.category-grid-item .category-image-wrapp img{
  width: 45px !important;
  max-width: 45px;
}
.category-grid-item .hover-mask{
 padding: 10px
}
.category-grid-item .wd-entities-title{
  color: #212121;
  font-size: 14px !important;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
.category-grid-item .more-categroyis{

}
.category-grid-item .more-categroyis a{
  font-size: 12px;
  font-weight: 500;
  color: #ed242e;
}

/* دسته بندی های فرزند آرشیو */
.subcategories-list {
  /* margin-bottom: 15px; */
}
.subcategories-list .categories-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.subcategories-list .row {
  height: 130px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.subcategories-list.listi .row{
  height: 70px;
}
.subcategories-list .row .item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.subcategories-list .term {
  background-color: #F0F0F1;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.subcategories-list.listi .term {
  display: flex;
  align-items: center;
  height: 56px;
  gap: 5px;
}
.subcategories-list.listi .term .others-categories .term{
  gap: 5px;
}
.subcategories-list .term img {
  max-height: 60px;
  max-width: 60px;
}
.subcategories-list.listi .term img{
  max-width: 29px;
  height: auto;
}
.subcategories-list .term .term-name {
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #424750;
}
.subcategories-list .term .term-count {
  align-items: center;
  background-color: #e0e0e2;
  border-radius: 8px 0 8px 0;
  color: #a1a3a8;
  display: inline-flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.subcategories-list .others-categories .count {
  font-weight: bold;
  font-size: 35px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.subcategories-list.listi .others-categories .count{
  font-size: 25px;
  height: 49px;
}
.subcategories-list .others-categories .term-name {
  font-size: 11px;
}
.subcategories-list .row.show-all .others-categories {
  display: none;
}
.subcategories-list .row.show-all {
  height: auto;
}
/* استایل 1 کاروسل محصولات */
.col-product.style1 .right-product{
    border: 0;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    background: transparent;
}
.col-product.style1 .article-off.owl-rtl .owl-item,.product-categoris .article-off.owl-rtl .owl-item{
  padding: 15px;
}
.col-product.style1 .item-pro{
  background: #FFFFFF;
  /* padding: 1rem 1rem 1rem 1rem; */
  border-radius: 25px;
  box-shadow: 4px 4px 15px 0px #edf0f5;
}
.col-product.style1 .head-product,.product-categoris .head-product{
  margin-right: 0;
  padding-right: 15px;
}
.style1 .right-product .owl-nav{
  top: 45%;
}

.index-prices-pro div span.woocommerce-Price-amount{
  display:inline-block !important;
 }
.prk-go-up {
  /* -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px); */
}
span.dina-order-tracking-code {
  position: relative;
}
span.dina-order-tracking-text {
  cursor: pointer;
}
.link-copy {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: rgba(0,0,0,.7);
  color: #fff;
  border-radius: 20px;
  padding: 2px 13px;
  width: max-content;
}
/* ریسپانسیو صفحه محصول */
#wcqv_contend .summary{
  width: 100% !important;
  height: 100% !important; 
}
body.product-single .footer-s .main-footer{
  margin-top: 30px;
}
.remodal-wrapper .remodal[aria-describedby="modalDesc"]{
  overflow: auto;
}
.remodal-wrapper .remodal.send_modal .modal-content{
  max-height: 390px;
  overflow: inherit;
  line-height: 27px
}
/* listing item widget */
.prk_listing_grid__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
  --columns: 5;
  overflow: hidden;
}
.prk_listing_item{
  max-width: calc(100% / var(--columns));
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / var(--columns));
  flex: 0 0 calc(100% / var(--columns));
  padding-top: calc(0px / 2);
  padding-bottom: calc(0px / 2);
  padding: 10px;
}
.prk_listing_item .listing_item{
  background-image: url(https://pre-websites.ir/elementor/clothing/wp-content/uploads/2022/11/cat-hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0px;
  padding: 1rem 2rem 1rem 2rem;
  z-index: 100;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  transition: all 0.3s;
  border-radius: 8px;
}
.prk_listing_item .listing_item::before {
  transition: all 0.1s;
  position: absolute;
  content: '';
  width: 85%;
  height: 6px;
  background-color: transparent;
  margin-top: 50px;
  transition: all 0.1s;
  border-radius: 0 0 15px 15px;
  margin-right: -14px;
}
.prk_listing_item .listing_item.animations_item:hover {
  margin-top: -8px;
  transition: all 0.3s;
  z-index: 100;
}
.prk_listing_item .listing_item.animations_item:hover {
  background-image: url(https://pre-websites.ir/elementor/clothing/wp-content/uploads/2022/11/cat-hero-bg-hover.jpg);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.prk_listing_item .listing_item.animations_item:hover::before {
  background-color: #FFE3C7;
  margin-top: 84.5px;
}
.prk_listing_item .listing_item_img{
  width: 40%;
}
.prk_listing_item .listing_item_img .listing_item_icon{
  position: absolute;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  transition: all .3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
}
.prk_listing_item .listing_item_img .listing_item_icon svg{
  height: 50px;
}
.prk_listing_item .listing_item_img img{
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}
.prk_listing_item .listing_item_texts{
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}

.prk_listing_item .listing_item_texts span.listing_title{
  color: #ff6902;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 3px;
}

.prk_listing_item .listing_item_texts span.listing_title_en{
  color: #999999;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
body.parskala div.prk_listing_item section.listing_item:hover div.listing_item_texts span.listing_title{
  color: #fff !important;
  transition: 0.3s;
}
.shipping-calculator-button{
  padding: 8px 10px;
  background: #ff6900;
  border-radius: 8px;
  margin: 10px 0;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
/* mobile slider */

.article_mobile_slider{
  padding: 0 28px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.article_mobile_slider .article_foot{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  opacity: 0;
  transition-duration: .4s;
  transform: translateY(-50px);
  margin-top: 5px;
}
.article_mobile_slider .article_foot h4{
  font-size: 16px;
  font-weight: 500;
  color: #162C5B;
}
.article_mobile_slider .article_foot i{
  font-size: 26px;
  color: #162C5B;
}
.article_mobile_slider .swiper-slide.swiper-slide-active .article_foot{
  opacity: 1;
  transform: translateY(0);
}
.article_mobile_slider img.mobile_slider_image{
  border-radius: 15px;
  box-shadow: -6px 16px 30px #0000001f;
  overflow: hidden;
}
.feautures__wrapper {
    display: flex;
    align-items: center;
}
.feautures__logo {
    margin-left: 32px;
}
.feautures__logo img{
  max-width: 180px;
}
.feautures__items {
    max-width: 100%;
    min-width: 0;
    position: relative;
}
.article_mobile_box .feautures__items .box_article_item{
  padding: 0 21px 0 25px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: sans;
  height: 55px;
  border: 1px solid #e8e8e8;
  border-radius: 60px;
  white-space: nowrap;
}
.article_mobile_box.feautures{
  padding-left: unset;
  padding-right: unset;
}
.article_mobile_box .feautures__items .box_article_item .prk-image-box-icon{
  width: 50px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 27px;
  color: #161616;
}
.article_mobile_box .feautures__items .box_article_item .prk-data-box-icon p{
  margin-bottom: 0;
}
/* prk box icon slider mobile */

.article_mobile_box{
  padding-left: 100px;
  padding-right: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.box_article_item{
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
}
.box_article_item .prk-image-box-icon {
  width: 70px;
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.box_article_item .prk-data-box-icon {
  width: calc(100% - 70px);
}
.box_article_item .prk-data-box-icon p {
  color: #162C5B;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.box_article_item .prk-data-box-icon span {
  color: #8995A6;
  font-size: 12px;
  font-weight: 600;
}



/* prk mobile category */
.prk-grad-category {
  background-color: #fff;
  margin: 15px;
  border-radius: 22px;
}
.prk-grad-category p {
  padding: 0 16px 0;
  margin-bottom: 27px;
  color: #162C5B;
  font-weight: 700;
  font-size: 14px;
}
.prk-grad-category .prk-mobile-categories{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 4px;
  padding: 0 16px 16px;
}
.prk-grad-category .prk-mobile-categories>div {
    border: 1px solid #F2F6FF;
    border-radius: 11px;
    color: #162C5B;
    text-align: center;
}
.prk-grad-category .prk-mobile-categories>div span {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prk-grad-category .prk-mobile-categories>div span img{
  max-width: 48px;
}
.prk-grad-category .prk-mobile-categories h6 {
    font-size: 12px;
    color: #162C5B;
    line-height: 30px;
}
body .slider-right.style1 .owl-dots .owl-dot{
  box-shadow: unset;
  margin-top: 9px;
}

body .slider-right .owl-dots{
  bottom: -5px;
  right: unset;
  direction: initial;
  width: 100%;
  text-align: center;
}
body .slider-right .owl-dots .active{
  height: 6px;
  border-radius: 5px;
  background-color: #fff !important
}


.swiper-slide.parskala_image{
  background-position: center;
  background-size: cover;
}

.swiper-slide.parskala_image  img {
  display: block;
  width: 100%;
}
.swiper-image-slider{
  overflow: hidden;
}
.swiper-image-slider .swiper-pagination {

}
.swiper-image-slider.style3 .swiper-pagination{
  left: 0 !important;
  position: absolute;
  top: 5px;
  right: 45px;
  width: 200px !important;
  z-index: 10;
}
.swiper-image-slider.style3 .swiper-pagination-bullet{
  
}
.swiper-image-slider.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #fff !important;
  background: #262626 !important;
  border: 1px;
  opacity: 1 !important;
  width: 16px !important;
  border-radius: 5px !important;
  height: 6px !important;
}
.swiper-image-slider .swiper-pagination-bullet{
  margin: 0 3px !important;
  width: 6px !important;
  height: 6px !important;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000 !important;
  opacity: .3 !important;
  transition: width .2s ease-in-out;
}

.swiper-image-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: #fff !important;
  border: 1px;
  opacity: 1 !important;
  width: 16px !important;
  border-radius: 5px !important;
  height: 6px !important;
  background: #fff !important;
}

.prk_compare_page .attributes_value li,.prk_compare_page .attributes_value li p{
  color: #000 !important;
}


@media (max-width: 1500px) {
  .style_2.prk-sms-loginform .auth-modal-content,.style_2.prk-sms-loginform .modal__container .rtl-sec-login{
    min-height: 50vh;
    max-height: 50vh;
  }
 }
 
@media (max-width: 1390px) {
 .continer{
   width: 98% !important;
 }
}

@media (max-width: 1270px) {

  .promotion-categories .categorys_item{
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .promotion-categories .categorys_item h4{
    font-size: 16px !important;
  }
  .promotion-categories .categorys_item img{
    width: 80px !important;
  }

}
@media (max-width: 1110px) {
  .main_grid_product .grid_item_ltr .price_sale_ar .woocommerce-Price-amount, .price_onsale_ar .woocommerce-Price-amount{
   font-size: 12px !important;
  }
  .main_grid_product .grid_item_ltr .price_onsale_ar del, .price_sale_ar.variable del{
   display: none;
  }
  body .prk-main-post-item.style-grid{
    grid-template-columns: repeat(3,1fr) !important;
  }
  body ul.product-box{
    grid-template-columns: repeat(4,1fr) !important;
  }

}
@media (max-width: 1200px) {
  body .top-nav div{
    width: 7%;
  }
  .swiper_promotion_produt::before{
    width: 200px !important;
    height: 200px !important;
  }
  .swiper_promotion_produt .offer_titles{
    right: 35px !important;
    top: 40px !important;
    font-size: 20px !important;
  }
  .swiper_promotion_produt::after{
    right: 500px !important;
  }
  .daynamic_banner .dbanner_left{
    width: 50% !important;
  }
  .daynamic_banner .img-banner::after{
    width: 187px !important;
  }
  .services-items .ser-item.load_more em{
    font-size: 11px !important;
  }
  
}

@media (max-width: 990px) {

  /* Track */
  ::-webkit-scrollbar-track {
    background: transparent!important;
  }
  body ul.product-box{
    grid-template-columns: repeat(3,1fr) !important;
    gap: 10px;
    border: 0 !important;
  }
  body .prk-main-post-item.style-grid{
    grid-template-columns: repeat(2,1fr) !important;
  }
  ::-webkit-scrollbar {
    height: 4px;
    width: 2px;
    background: transparent;
  }
  html.sit-overflow-hidden{
    padding-right: unset !important;
  }

  ::-webkit-scrollbar-thumb {
      background: #bfbfbf !important;
     -webkit-border-radius: 4px !important;
  }
  .noselect_moblie {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
   .search-box.active_full{
     position: fixed !important;
     z-index: 99999999;
     left: 0;
     right: 0;
     width: 100%;
     margin: 0 auto;
     top: 100%;
     height: 100vh;
    background-color: #fff;
   }
   body .header {
     padding-top: 5px;
   }
   .search-box.active_full .main_results_ajax_search{
     min-height: 100%;
   }
   .search-box.active_full .search-section{
    border-radius: 0;
   }
   #submit_search.active{
     display: none;
   }
  .index-title-pro h2,.price_sale_ar .woocommerce-Price-amount,.price_onsale_ar ins{
    font-size: 12px !important;
  }
  .index-discount-pro{
    padding: 5px 7px;
  }
  .price_onsale_ar del span, .price_sale_ar.variable del span{
    font-size: 11px !important;
  }
  .add-to-cart.offer .add-to-carter{
    height: 34px !important;
    width: 35px !important;
    border-radius: 12px !important;
  }
  .loader-cart{
    top: 4.5px !important;
    right: 5.5px !important;
  }
  .add-to-cart.offer a i{
    padding-right: 10px !important;
  }
  .info-boxer{
    margin-top: 0;
  }
  .logo-box img{
    max-height: 38px;
    max-width: 160px;
    height: auto;
  }
  .des-right,.des-left{
    width: 100% !important;
    max-width: 100%;
  }
  body .des-right{
    margin-top: 0px;
  }
  .des-info .product-en{
    margin-bottom: 8px;
  }
  body .meta-additional{
    padding: 0;
  }

  #prk_timers{
    font-size: 11px !important;
  }
  .des-left{
    margin-top: 15px;
  }
  .better-btn.show{
    text-align: center;
    margin-top: 14px;
    justify-content: center;
  }
  .ques-box{
    border-radius: 0 !important;
    right: 0 !important;
  }
  #loginmodal .modal__container{
    width: 100% !important;
    border-radius: 0 !important;
    height: 100% !important;
  }
  .style_2 #loginmodal .modal__container{
    display: block;
  }
  .style_2 #loginmodal .rtl-sec-login{
      display: none;
  }
  body .style_2.prk-sms-loginform .auth-modal-content {
    min-height: 100%;
    max-height: 100%;
  }
  #cart_content_modal{
    width: 100% !important;
  }
  .header-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #dadada;
    background-color: #f0f1f2;
  }
  .header-login span {
    font-size: 17px;
    font-weight: bold;
    color: #000;
  }
  .continer-login {
    padding: 10px 0 0 0;
    max-height: calc(100% - 98px)!important;
    height: 100%;
  }
  body.page-login .woocommerce form .form-row input.input-text,.continer-login .woocommerce form .form-row input.input-text{
    font-size: 14px !important;
    padding: 9px 45px 9px 9px !important;
    font-weight: 600;
    color: #000;
   }
   .continer-login a.forgat {
    opacity: 0.6;
   }
   .prk-sms-loginform .prk-loginbox{
     width: 90%;
   }
   body.page-login .prk-loginbox{
     width: 88% !important;
     max-width: 390px;
     margin-top: 30px !important;
     box-shadow: none !important;
     padding: 0;
     border: 0;
   }
   body header.header .menus{
     display: none;
   }

   body.page-login #NavMenu,body.page-login .call_box{
     display: none!important;
   }
   body.page-login #stm-sms-form-holder .login-sms-message,body.page-login .prk-loginbox .title-loginbox{
     margin-bottom: 3px;
   }

   body.page-login .stm-change-email.back-arrow{
     top: 22px;
     right: 0;
   }
   .sec-account, .woocommerce-MyAccount-content{
     top: unset
   }
   .woocommerce-MyAccount-content{
     margin-top: 15px;
   }

   .off-product.mories,.col-off.v2 .right-off,.off-product.news{
     padding: 11px;
   }
   .modal__defaults.sendbox .modal__container{
    width: 95% !important;
   }

   .col-off.v2 .owl-item:first-child{
     width: 140px !important;
   }
  .index-discount-pro{
     font-size: 9px !important;
     font-weight: bold;
   }
   .guaranteed_product div.ri-information-line{
     display: none !important;
   }
   .guaranteed_product i {
     font-size: 13px !important;
   }


   .w-post-item{
     flex: 0 0 50%;
     max-width: 50%;
   }
   .side-posts,.left-posts,.left-cont{
     position: unset !important;
   }
   #location-piker .modal__container{
     width: 100% !important;
     min-height: 100vh;
     border: 0;
     border-radius: 0 !important;
   }
   .brand_logo{
     display: none;
   }
   .servesis-single{
     display: none !important;
   }
   .right_carousel{
     display: none !important;
   }
   .left_carousel{
     width: 100% !important;
     padding: 0 15px;
   }
   .main_product_view{
     align-items: center;
     flex-direction: column;
   }
   .gallery_tombnail_view{
     width: 100% !important;
    margin: 0 0 35px 0 !important;
   }
   .remodal-footer{
     margin-top: 10px !important;
   }
   .content_product_view{
     width: 100% !important;
   }
   .content_product_view .viwe_count_recommended i{
    font-size: 14px;
   }
   .mini_offer{
    padding: 20px !important;
    flex-direction: column;

   }
   .mini_offer .right_mini_carousel{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 15px;
   }
   .mini_offer .right_mini_carousel h4{
    font-size: 18px !important;
    line-height: 25px !important;
   }
   .mini_offer .right_mini_carousel p{
    font-size: 12px !important;
   }
   .mini_offer .left_mini_carousel{
    width: 100% !important;
   }
   .mini_offer .mini_counter_number{
     width: 100% !important;
     margin-top: 15px !important;
   }
   .mini_offer .mini_counter_number div{
     display: none;
   }
   .mini_offer .mini_counter_number a{
     display: inline-block !important;
   }
   .promotion-categories .categorys_item article img{
     width: 75px !important;
     margin-left: 5px !important;
   }
   .promotion-categories .categorys_item article h4{
     font-size: 14px !important;
   }
   .promotion_produt{
     flex-direction: column;
   }
   .swiper_promotion_produt{
     width: 100% !important;
   }
   .swiper_item_promotion_produt{
     width: 100% !important;
   }
   .daynamic_banner{
    display: block !important;
   }
   .daynamic_banner_item{
     margin-bottom: 10px;
   }
   .daynamic_banner .dbanner_left{
    text-align: left !important;
   }
   .daynamic_banner_item:last-child{
     margin-bottom: 0;
   }
   .daynamic_banner .img-banner{
    text-align: left !important;
   }
   .daynamic_banner .img-banner::after{
     width: 198px !important;
    left: -5px;
   }
   .daynamic_banner .img-banner img{
    margin-left: 20px;
   }
   .daynamic_banner .img-banner::before{
     right: unset !important;
   }

   .main_grid_product .grid_item_ltr{
     display: none;
   }
   .main_grid_product .grid_item_rtl{
     width: 100%;
     text-align: center;
   }
   .main_grid_product .grid_item .post_grid img{
    max-width: 84px !important;
   }

   .gallery_tombnail_view .product-gallery .gallery-img img{
     max-width: 170px !important;
   }
   .gallery_tombnail_view .product-gallery .gallery-img{
    margin-bottom: 10px !important;
   }
   .content_product_view .breadcrumb{
     padding-bottom: 5px !important;
   }
   .content_product_view .viwe_pro_name{
    padding-bottom: 0 !important;
   }
   .viwe_attributes .meta-additional{
    padding: 0 !important;
   }
   .viewe_single_price{
     padding-top: 5px !important;
   }
   .item-pro .index-prices-pro{
     margin-left: 0;
     margin: 20px 0;
     margin-bottom: 5px;
     padding: 0 5px;
   }
   .thumb-off,.thumb-pro{
     max-width: 75% !important;
     margin: 0 auto !important
   }
   .index-title-pro h2{
     line-height: 20px !important;
     margin-top: 10px !important;
     color: #2a2a2a !important;
     padding: 0 5px
   }

   .product-title{
     padding: 0 5px;
     margin-top: 10px;
     font-size: 12px !important;
     font-weight: 500 !important;
     height: 39px !important;
   }
   .prk-tim i{
     font-size: 12px !important;
   }
   .prk-tim span .dot {
     margin: 0 2px !important;
   }
   .index-prices-pro {
     height: 45px;
     margin: 12px 0 12px 15px;
    }
    li.product .index-prices-pro{
      height: 40px !important;
      margin: 5px 0 10px 5px;
    }
    li.product .index-title-pro h2{
      line-height: 24px !important;
      line-height: 24px !important;
      margin: 9px 0 5px 0 !important;
    }
    li.product .flexed.stock_box{
      display: none !important;
    }
    ul.product-box li.product .info-product{
      padding: 0;
    }
   .product-seller-info,.ui-box{
     background: #fff;
     border: 0 !important;
     padding: 0 !important;
   }
   .product-seller-info .product-seller-row::after{
     display: none;
   }
   .back_holder{
    position: fixed;
    background: #fff;
    box-shadow: 0 -1px 1px rgb(0 0 0 / 14%), 0 -2px 2px rgb(0 0 0 / 5%) !important;
    padding: 12px 15px;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial;
    bottom: 0;
    right: 0;
    left: 0;
   }
   .back_holder.tflex{
     flex-direction: column;
     align-items: unset;
   }
   .back_holder.tflex .cart-pro{
     width: 100% !important;
     text-align: left;
     order: 1;
     margin-bottom: 5px;
   }
   .back_holder.tflex form.cart{
     width: 100% !important;
     order: 2;
   }
   .cart-pro{
     order: 2;
     width: 80%;
   }
   .back_holder .cart-pro{
    width: 35% !important;
   }
   .cart-pro .sale-off-pro, .cart-pro .sale-off-pro del{
     margin-top: 0px !important;
    font-size: 11px !important;
    line-height: 15px !important;
   }
   .back_holder.tflex .single_variation_wrap{
     flex-direction: column;
     align-items: unset;
   }
   .mfp-content .dokan-support-login-wrapper{
     width: 100% !important;
   }
   .back_holder.tflex .single_variation_wrap .woocommerce-variation-add-to-cart{
     width: 100% !important;
     margin-top: 6px;
     order: 2;
   }
   .back_holder.tflex .single_variation_wrap .woocommerce-variation.single_variation{
     order: 1;
   }
   .single_variation_wrap{
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   body .single_variation_wrap .cart-pro{
     width: 100% !important;
   }

   .woocommerce-variation.single_variation{
     order: 2;
   }
   .des-left form.cart, .des-left .woocommerce-variation-add-to-cart{
     padding: 0 !important;
     width: 70% !important;
   }


   .woocommerce div.product form.cart .button{
     padding: 16px 10px !important;
     width: 60% !important;
     margin: 0;
     font-size: 12px !important;
     font-weight: 400 !important;
   }
   .woocommerce div.product form.cart .back_holder .button.maxw{
     width: 95% !important;
   }
   body .back_holder div.quantity a.plus{
    right: 4px;
    top: 42%;
   }
   body .back_holder div.quantity a.minus{
    left: 4px;
    top: 42%;   
   }
   body .back_holder div.quantity{
     padding: 8px 0 !important;
     width: 35% !important;
     position: relative;
     margin-left: 10px !important;
     margin-bottom: 0 !important;
   }
   .woocommerce-variation-price{
     padding: 0 !important;
   }
   .cart-pro bdi{
     font-size: 16px;
   }
   .cart-pro .prce-pro{
     padding: 0 !important;
   }
   .head-product{
     border: none;
     margin: 5px 0px !important;
     padding-bottom: 0;
   }
   .head-product h3 .titles-pro{
     font-weight: 700;
     color: #222;
     font-size: 15px;
     line-height: 1.571;
   }
   .des-left form.cart, .des-left .woocommerce-variation-add-to-cart{
     display: flex !important;
   }
   .woocommerce div.product form.cart div.quantity.hidden{
    display: none;
   }

   .back_holder .cart-pro{
     margin-bottom: 0;
   }

   .continer .woocommerce-breadcrumb{
     display: inline-flex;
     overflow-y: hidden;
     height: 30px;
     color: #4d4d4d;
     font-size: 13px;
     line-height: 20px;
     padding: 0px 10px;
     -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
     -ms-transform: translateZ(0);
     -o-transform: translateZ(0);
     transform: translateZ(0);
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     white-space: nowrap;
     will-change: transform;
     width: max-content;
     width: intrinsic;
     width: -moz-max-content;
     width: -webkit-max-content;
     width: 100%;
     margin-top: 10px !important;
     margin-bottom: 10px !important;
   }
   .continer .woocommerce-breadcrumb a{
    font-size: 12px;
    line-height: 12px;
   }
   .woocommerce-product-gallery .timer-pros{
     font-size: 14px !important;
     padding-left: 0 !important;
   }
   .services-items {
    display: flex !important;
    flex-direction: row;
    overflow: auto;
    flex-wrap: wrap;
    width:100% !important;
    max-width: none!important;
    padding-right: 0!important;
    flex-wrap: nowrap!important;
    line-height: 27px;
   }
   .services-items .ser-item .item_90s,.services-items .ser-item.load_more {
    text-align: center;
    border-radius: 8px;
    padding: 5px !important;
    flex-direction: column!important;
    width: 94px !important;
    height: 70px;
    margin-left: 8px;
    line-height: 34px;
  }
  .services-items .ser-item .item_90s img{
    width: 24px !important;
    height: 24px !important;
  }
  .product-single .btns-pro-slider{
    margin-top: 0;
  }
  .panel-pad .title-information{
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs .panel{
    margin: 0 !important;
  }
  .parskala-input-comment-form .item_added_disadvantage,.parskala-input-comment-form .item_added_advantages{
    width: 100% !important;
  }
  .continer .jump-box a{
    padding: 8px 10px;
  }
  .continer .jump-box a span{
    font-size: 14px;
    font-weight: 400;
  }
  .continer .text-number{
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
    color: #333;
  }
  .continer .one-number{
    letter-spacing: 1px;
    color: #424750;
    font-size: 13px;
  }
  .continer .tow-number{
    letter-spacing: 1px;
    color: #424750;
    font-family: tahoma;
    font-size: 13px;
  }
  .continer .boxer-tells{
    margin-bottom: 2px;
  }
  .continer .support {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    font-weight: 400;
  }
  .main-footer .continer .foot-box{
    width: 100% !important;
    margin: 6px 0 !important;
  }
  body .main-footer .continer .foot-box.has-menu{
    padding: 9px 15px;
    margin-right: 0;
    margin-top: 0;
    background: #f4f4f4;
    border-radius: 14px;
  }
  body .main-footer .continer .foot-box.has-menu .foot-title{
    margin-bottom: 0;
  }
  .foot-box.has-menu div[class^="menu"] {
    display: none;
}
  .main-footer .continer .foot-box.has-menu .foot-title::before{
    font-family: parskala;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    content: "\E0B1\00FE0E";
    float: left;
    color: #111;
    transition: 0.2s;
    top: 8px;
    position: relative;
    font-size: 12px;
  }
  .main-footer .continer .foot-box .foot-title.active::before{
    transition: 0.2s;
    transform: rotate(180deg);
  }
  .main-footer .continer .foot-box.mailbox{
    width: 100% !important;
    padding: 8px 0 !important;
    text-align: center;
  }
  .main-footer .continer .foot-box.mailbox .foot-title {
    font-size: 12px;
    color: #b0b0b0;
  }
  .main-footer .continer .foot-box.mailbox .foot-title.mail {
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 6px;
  }
  .main-footer .continer .foot-box.text,.main-footer .continer .foot-box.enmads{
    width: 100% !important;
  }
  .main-footer .continer .foot-box.space_prk{
    display: none;
  }
  .main-footer .continer .logo-box img {
    max-height: 38px !important;
    max-width: 140px !important;
    height: auto !important;
    width: auto !important;
  }
  .main-footer .continer{
    width: 91% !important;
  }
  .main-footer{
    padding-top: 5px !important;
  }
  .main-footer .continer .info-boxer {
    margin: 10px 0 !important;
  }
  .main-footer .continer .foot-box .foot-title{
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 700;
    display: block;
  }
  .footer-s .main-footer .continer .foot-box .menu-item a{
    font-size: 12px !important;
    line-height: 27px !important;
    color: #4d4d4d;
  }
  .footer-s .foot-box .menu-item{
    padding: 0 !important;
  }
  .footer-s .main-footer .continer .foot-dn-app .img-dn-link{
    margin-right: 5px !important;
    margin-top: 2px !important;
    width: 34% !important;
  }
  .footer-s .main-footer .continer .dn-box .dn-link{
    display: flex;
    align-items: center;
    justify-content: center;
    float: unset !important;
  }
  .footer-s .main-footer .continer .dn-box .dn-link img{
    display: block !important;
    width: 34px;
    height: 34px;
  }
  .footer-s .main-footer .continer .dn-box .dn-link span{
    margin-right: 10px !important;
  }
  .footer-s .main-footer .continer .foot-dn-app .imgs-dn{
    width: 100%;
    margin-top: 10px !important;

  }
  .footer-s .main-footer .continer .foot-box.enmads .codes{
    max-width: 100px;
    width: 100px;
  }
  body .footer-s .main-footer .continer .copy-right-foot.navier{
    padding-bottom: 60px;
  }

  .copy-right-foot span.latin_copyright{
   display: none;
  }
  .footer-s .main-footer .continer .copy-right-foot span{
    font-size: 12px;
    font-weight: 400;
    color: #81858b;
    line-height: 20px;
    padding: 10px;
  }
  .line-foot{
    border-bottom: 1px solid #e0e0e2;
  }
  body.cart_page .left-cont, body.ceckout_page .left-cont, body.page-login .left-cont,.cart_page .woocommerce .cart-order-user,.cart_page .woocommerce .collateral-order-user{
    width: 100% !important;
    position: unset !important;
    margin-top: 15px;
  }
  body .payment_navigtions{
    padding: 10px;
    margin-bottom: 10px;
  }
  body .payment_navigtions .payment_logo{
    margin: 5px !important;
  }
  body .payment_navigtions .payment_logo img{
    max-width: 94px;
  }

  body .payment_navigtions .checkout-headers ul li::after{
    width: 24px;
    margin: 0 10px;
  }
  body .payment_navigtions .checkout-headers ul li{
    opacity: 0.3;
    margin-left: 7px;
  }
  body .payment_navigtions .checkout-headers ul li i{
    margin-left: 4px;
  }
  body .payment_navigtions .checkout-headers ul li p{
    font-size: 14px;
    font-weight: 400;
  }
  body .payment_navigtions .checkout-headers ul li:last-child{
    margin-left: 5px;
  }
  body .payment_navigtions .checkout-headers ul li.active p{
    font-size: 16px;
  }
  body .payment_navigtions .checkout-headers ul li.active i {
    font-size: 21px;
    font-weight: 500;
  }
  body.cart_page .woocommerce table.cart .product-thumbnail{
    float: left !important;
    display: inline-block !important;
    width: 35% !important;
  }
  body .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
    display: none !important;
  }
  body .woocommerce table.shop_table{
    padding: 10px !important;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item{
    border-bottom: 1px solid #dddd !important;
    width: 100% !important;
    display: inline-block !important;
    margin-bottom: 0;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item:last-child{
    border-bottom: 0;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
    padding: 0 !important;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .product-name,body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .product-subtotal{
    width: 65% !important;
    float: right;
    margin: 0 !important;
    text-align: right !important;
  }

  body.cart_page .cart-order-user table.shop_table .granti_cart,.cart_page .cart-order-user table.shop_table td.product-name a.product_name{
    margin-bottom: 10px !important;
    font-size: 12px !important;
    text-align: right;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .prk-add-shoppingcart-container{
    text-align: right;
    float: right;
    display: block;
    width: 100%;
    margin: 0;
  }
  .product-subtotal .price_savid, .product-subtotal .price_savid .woocommerce-Price-amount{
    margin-bottom: 5px !important;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .prk-add-shoppingcart-container .prk-add-to-next-shopping-list{
    font-size: 13px;
  }
  body .woocommerce table .woocommerce-cart-form__cart-item.cart_item .prk-add-shoppingcart-container .prk-add-to-next-shopping-list i {
    font-size: 13px;
    top: 3px;
  }
  body.cart_page .woocommerce table.shop_table td.actions input,body.cart_page .woocommerce table.shop_table td.actions button{
   display: block ;
   width: 100% !important;
   margin-bottom: 8px !important;
  }
  .woocommerce .totals-order-user table.shop_table tr th{
    display: block !important;
  }
  body.cart_page .woocommerce .order_flexd{
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
    right: 0;
    left: 0;
  }
  body.cart_page .woocommerce .order_flexd .order-total{
    order: 2;
    text-align: left;
    display: block;
    border: 0;
  }
  body.cart_page .woocommerce .order_flexd .tr-proceed-cart-user th,body.cart_page .woocommerce .order_flexd .order-total th,body.cart_page .woocommerce .order_flexd .order-total td{
   padding: 0 !important;
  }
  .cart_page .woocommerce td.product-thumbnail a.remove{
    left: 0 !important;
    top: 0px !important;
    font-size: 22px !important;
  }
  body.cart_page .woocommerce .product-subtotal .woocommerce-Price-amount{
    font-size: 13px;
    font-weight: 600;
  }
  body.ceckout_page .woocommerce .woocommerce-checkout .col2-set,body.ceckout_page .checkout.woocommerce-checkout .woocommerce-checkout-review-order{
    width: 100% !important;
  }
  body .woocommerce-NoticeGroup .woocommerce-error li{
    line-height: 21px;
    border: 0;
  }
  body .woocommerce-NoticeGroup .woocommerce-error{
    display: block !important;
  }
  body .main-cont div.conts div.woocommerce-info{
    display: block !important;
    font-size: 12px!important;
  }
  body .woocommerce-info::before{
    font-size: 23px;
    float: right;
  }
  body .prk_order_confirm{
    padding: 0 !important;
    margin-top: 10px !important;
    flex-direction: column;
  }
  body .prk_order_confirm ul.order_details{
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .prk_order_confirm ul.order_details li{
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
    width: 49%;
    font-size: 14px;
  }
  body .prk_order_confirm ul.order_details li::before{
    font-size: 53px !important;
  }
  body .prk_order_confirm ul.order_details li.method::before{
    padding: 6px !important;
    width: 57px !important;
    margin: 10px auto !important;
  }
  body.order_page .woocommerce .prk_payment_method_thankyou p{
    line-height: 24px !important;
    font-size: 12px !important;
    text-align: justify !important;
    display: flex !important;
    align-items: center;
  }
  body .woocommerce p.woocommerce-thankyou-order-received{
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #5a5656 !important;
    margin: 0 !important;

  }
  body .woocommerce p.woocommerce-thankyou-order-received::before{
    line-height: 27px !important;
    margin: 0 auto 10px !important;
    padding: 18px 10px !important;
    width: 43px !important;
    height: 26px !important;
    font-size: 45px !important;
  }
  .pay_submit_order form a, .pay_submit_order{
    width: 100%;
  }
  body .woocommerce .pay_submit_order form a, .pay_submit_order form .button, .pay_submit_order form input{
    width: 95% !important;
    margin: 5px 0 !important;
  }
  body.order_page .woocommerce .prk_payment_method_thankyou p::before{
    top: unset !important;
  }
  body.ceckout_page .woocommerce-bacs-bank-details{
    padding: 10px 0 !important;
  }
  body.ceckout_page .woocommerce-bacs-bank-details ul{
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.order_page .woocommerce-bacs-bank-details ul li{
    margin: 10px 0 !important;
    width: 50% !important;
  }
  body.order_page .woocommerce-bacs-bank-details ul li::before{
    font-size: 64px !important;
  }
  body.order_page .woocommerce-bacs-bank-details ul li.bic::before {
    padding: 8px !important;
    width: 72px !important;
    margin: 10px auto !important;
  }
  body.order_page .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading{
    font-size: 15px !important;
  }
  body.order_page .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name{
    padding: 0px 0 15px 0 !important;
    font-size: 21px !important;
  }
  body.order_page .woocommerce-order-details .woocommerce-table--order-details{
   padding: 0 !important;
  }
  body.order_page .woocommerce-order-details__title,body.ceckout_page .woocommerce-column__title{
    font-size: 16px !important;
    font-weight: 600;
    color: #535353 !important;
  }
  body .continer .woocommerce .sec-account,body .continer .woocommerce .woocommerce-MyAccount-content,body .woocommerce-MyAccount-content .continer{
    width: 100% !important;
    min-height: inherit !important;
  }
  body .continer div.woocommerce{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  body .continer div.woocommerce.columns-4{
    flex-wrap: wrap;
    flex-direction: unset;
  }
  body .continer div.woocommerce .sec-account{
    order: 2;
    margin-top: 15px;
  }
  body .continer .content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell{
    padding: 10px 5px;
   font-size: 13px;
   text-align: right !important;
  }
  body .continer .woocommerce .content-user p.logout-user{
    padding-bottom: 10px;
    text-align: right;
    line-height: 24px;
  }
  body .continer .woocommerce .content-user p.logout-user i{
    display: block;
    text-align: center;
    font-size: 36px;
    opacity: 0.6;
    padding-bottom: 9px;
  }
  body .continer .woocommerce .content-user .user_welcome{
    flex-direction: column;
    align-items: flex-start;
  }
  body .woocommerce .content-user .my-orders-summary__header.profile-section__header{
    padding: 14px !important;
  }
  body .woocommerce .content-user .profile-section__title p{
    font-size: 14px !important;
  }
  body .woocommerce .content-user .my-orders-summary__main{
    flex-direction: column;
    align-items: flex-start!important;
  }
  body .woocommerce .content-user .my-orders-summary__main .my-orders-summary__status{
    margin-bottom: 10px;
  }
  body .woocommerce .content-user .my-orders-summary__main .my-orders-summary__status:last-child{
    margin-bottom: 0px;
  }
  body .remodal-wrapper{
    overflow-x: hidden;
  }
  body .remodal-wrapper .remodal.modal-feed,body .remodal-wrapper .remodal.modal-better{
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
  body .remodal-wrapper .remodal .flexright{
   flex-direction: column;
   padding: 15px;
  }
  body .remodal-wrapper .remodal .img-feed{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body .remodal-wrapper .remodal .img-feed img{
    max-width: 190px;
  }
  body .header-carter span {
   margin-right: 10px;
  }
  body .woocommerce .btns-pro{
    margin-left: 19px;
    margin-bottom: 7px;
  }
  body .woocommerce .btns-pro i{
    font-size: 25px;
  }
  body .woocommerce #tab-content-mobile .remodal .remodal-header{
    padding: 10px 13px 10px 10px;
  }
  body .call_box .call_main {
    width: 95%;
    padding: 0;
    left: 5px;
    bottom: -100%;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
  }
  body .call_box .call_main.showe{
    bottom: 0;
  }
  body .call_box .call_main ul {
    margin-top: 10px;
  }
  body .call_box .call_main ul li.call_close_mobile{
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    width: 91%;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    margin: 18px auto 15px;
  }
  body .call_box .call_button{
    width: 49px;
    height: 49px;
    bottom: 30px;
  }
  body .call_box.havetool .call_button{
     bottom: 77px;
  }
  body.product-single .call_box{
    display: none !important;
  }
  body.product-single .call_box .call_button{
    bottom: 74px;
  }
  body .prk_open_mini_cart{
    top: 65%;
  }
  body.index-page .prk_open_mini_cart{
    display: none;
  }
  body .call_box .prk-open-caller svg {
    max-width: 27px;
    display: block;
    margin: 20px auto 1px;
  }
  body .call_box .call_main ul li.call_close_mobile i{
    line-height: 10px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 11px;
    position: relative;
    top: 3px;
  }
  body header .call-page.mobile{
    display: block;
    margin: 0 !important;
  }
  body .remodal-wrapper .remodal.modal-feed .remodal-header,body .remodal-wrapper .remodal.modal-better .remodal-header{
    padding: 5px 10px;
  }
  body .remodal-wrapper .remodal .remodal-header span{
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
  }
  body .remodal-wrapper .p-chexboxed{
   margin-bottom: 21px;
  }
  body .remodal-wrapper .p-chexboxed label{
    margin-right: 11px;
  }
  body input[type="radio"],body  input[type="checkbox"]{
    top: 0;
  }
  body .search-result-tags{
    margin-right: 0px;
  }
  body .index-product .item-pro-index .flexd_resposvie {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
  }
  body .order-title-mobile{
    width: 47% !important;
    margin-left: 5px;
    margin-top: 0 !important;
  }
  body .head-index span{
    margin-top: 13px;
  }

  body .index-product .item-pro-index .flexd_resposvie .thumb-pro{
    max-width: 100% !important;
  }
  body .index-product .item-pro-index .flexd_resposvie .thumb-pro img{
    width: 130px;
    height: 100%;
    max-width: 130px;
    margin: 20px auto;
    margin-left: 10px;
  }

  body .index-product .item-pro-index .flexd_resposvie .index-title-pro{
    height: 45px !important;
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0 0 7px 0;
  }
  body .back-order-mobile{
    background: rgba(0,0,0,0.45) !important
  }
  .order-mobile #nav-order-mobile span{
    margin-top: 0;
  }

  body .index-product .item-pro-index .flexd_resposvie  h2{
    margin: 0 !important;
    padding: 0;
  }
  body .index-product .item-pro-index .author-Original{
    display: none !important;
  }

  body .index-product .item-pro-index .stock-archive{
    width: 100%;
    display: block;
  }
  body .index-product .index-prices-pro{
    width: 100%!important;
    display: block!important;
    margin: 5px 0 !important;
  }
  body.product-single .woocommerce div.product .col-single1 div.woocommerce-product-gallery{
    position: unset !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .prk_order_confirm ul.order_details li strong{
    font-size: 10px !important;
  }
  body .woocommerce div.product form.cart .button.single_add_to_cart_button::before{
   display: none !important;
  }
  .swiper .swiper-button-next, .swiper .swiper-button-prev{
    display: none !important;
  }
  body .topbars.top_stikey{
    position: inherit !important;
  }

  body #comments .comment-forms,body .side-posts .side-box-post{
    margin-bottom: 10px;
  }
  body .title-cont {
    padding: 5px;
    text-align: right !important;
    font-size: 14px  !important;
  }
  body .main-cont .conts p, body .main-cont .conts div, body .main-cont .conts{
    font-size: 14px !important;
  }

  body .main-cont,body .post-comment {
    padding: 15px 12px;
  }
  body .side-rond-posts{
    margin-top: 15px;
  }
  body #review_form_wrapper #review_form{
    padding: 0 !important;
  }
  body .left-store{
    width: 100% !important;
    position: unset !important;
  }
  body .woocommerce li.product{
    max-width: calc(50% - 4px);
    width: 50%;
    border: 1px solid #dedee1;
    padding: 5px;
    margin: 2px;
    border-radius: 14px;
  }
  body ul.product-box li.product{
    border: 1px solid #dedee1;
    padding: 5px;
    border-radius: 14px;
  }
  body .left-index{
    border: 0 !important;
    overflow: inherit;
  }
  body .head-archie-pro{
    display: none;
  }
  body .sides{
    display: none;
  }
  body .category-childs {
    margin-bottom: 10px;
  }
  body .wenderfol_archive{
    padding: 15px
  }
  body.product-archive .wenderfol_archive .wenderfol_img{
    border: 0;
    top: 10px;
  }
  body.product-archive .wenderfol_archive .wenderfol_img img{
    max-width: 100px;
  }
  body .thumbnail-product-review{
    display: none;
  }
  body .title-product-and-rtaing-options{
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  body .container-option-ratings{
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    margin-left: 0;
  }
  body #review_form_wrapper .title-product-review{
    font-size: 16px;
    padding-bottom: 7px;
  }
  body .prk-main-ratings-opitons .container-option-ratings .capisa-title-ratings-review{
    width: 40%;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
    color: #858585;
  }
  body .capisa-main-nouislider{
    width: 60%;
  }
  body .main-thumbnail-ratings-title{
    margin-bottom: 0;
  }
  body .topbars.image_back img{
    max-height: inherit;
    height: inherit;
  }
  body .order-delivery-times ul{
    margin: 0 10px;
    padding: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    display: grid !important;
    grid-auto-flow: column !important;
    justify-content: right !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    white-space: nowrap;
    will-change: transform;
  }
  body .order-delivery-times ul li{
    position: relative;
    width: 120px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
    border: none;
    color: #191919;
  }

  body .order-delivery-times ul li label b{
    padding-bottom: 5px;
  }
  body.ceckout_page .woocommerce .woocommerce-checkout .col2-set label.order-delivery-title,
  body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row label,
  body.ceckout_page .woocommerce .woocommerce-checkout .col2-set h3#ship-to-different-address label {
  font-size: 13px !important;
  }
  body.ceckout_page .woocommerce .woocommerce-checkout .col2-set .col-1, body.ceckout_page .woocommerce .woocommerce-checkout .col2-set .col-2{
    padding: 10px !important;
  }
  body .woocommerce div.product .product_title{
    display: block;
  }
  body .single_custom_label{
    margin: 3px 4px;
  }
  body .product-single .product-tab-nav-mobiles{
    display: block;
  }
  body .off-product .prk-archive-swatches,
  body .product-card .prk-archive-swatches,
  body .product_wee .prk-archive-swatches,
  body .item-pro .prk-archive-swatches{
    top: 10px;
  }
  body .woocommerce div.product form.cart .variations select{
    width: 100%
  }
  body ul.product-box li.product .lists_add_to_cart{
    bottom: 11px;
  }
  body .conts table{
    width: auto;
  }
  body .info-all-dn-link a{
    font-size: 13px;
    color: #fff;
    margin-top: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .info-all-dn-link i{

  }
  body .call_box .call_button span.title_caller{
    visibility: hidden;

  }

  body .multi-line .head-product h3{
    text-align: right;
    font-size: 16px;
  }
  body .multi-line .head-product h3 span.titles-pro{
    margin-right: 0;
  }
  body .remodal.remodal-maxed{
    width: 100% !important;
    height: 100% !important;
    padding: 15px 20px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: auto;
  }
  body .remodal-wrapper .remodal.filter-location{
    border-radius: 0 !important
  }
  .pading-tabs .title-desctop{
     display: none !important;
  }

  body .title-desctop,.short_content_tabs_mobile h2,.pading-tabs > h2{
    display: none;
  }
  body .shop_attributes.woocommerce-group-attributes-layout-2 tbody tr td{
   width: 100%;
  }
  body #show-export .show-export-contents{
    display: block;
  }
  body .feed-btn.mobile.show{
    display: block !important;
    text-align: left;
    border: 0;
    margin: 0 0 7px 0 !important;
    font-size: 13px !important;
    color: #81858b !important;
  }
  body .feed-btn.mobile.show i{
    font-weight: bold;
    margin-right: 2px;
  }
  body .prk-main-nouislider{
    align-items: baseline;
    position: relative;
    flex-direction: column-reverse;
  }
  body .prk-main-nouislider .l-left{
    display: none !important;
  }
  body .container-option-ratings .prk-title-ratings-review{
    font-family: prk-font !important;
    width: 76%;
    font-size: 12px;
    line-height: 16px;
  }
  body #review_form_wrapper .title-product-review .en_name_pro{
    margin-top: 0px;
    color: #b5b5b5;
    font-size: 13px;
    line-height: 18px;
    display: block;
    font-weight: 300;
  }
  body #review_form_wrapper {
    margin-top: 15px;
    padding: 2px;
    border-radius: 11px;
  }
  body.page-login .prk-loginbox{
    width: 88% !important;
    margin-top: 18px !important;
  }

  body.page-login .prk-loginbox p.stm-sms-holder{
    padding: 0 !important;
  }
  body.page-login .prk-loginbox .title-loginbox{
    font-weight: bold;
    font-size: 15px !important;
    margin-bottom: 0;
  }
  body.page-login .prk-loginbox .login-sms-message{
    font-size: 13px !important;
  }
  body.page-login .prk-loginbox .stm-login-sms-btn{
    padding: 10px;
    margin: 0;
  }
  body.page-login .prk-loginbox .footer-loginbox p{
    font-size: 12px !important;
    line-height: 24px;
    text-align: right;
  }
  .imgs-mobile .swiper-pagination .swiper-pagination-bullet{
    width: 4px !important;
    height: 4px !important;
  }
  .imgs-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px !important;
    display: inline-block;
    border-radius: 20px;
  }
  body .woocommerce-notices-wrapper .woocommerce-message{
    font-size: 13px !important;
    text-align: right;
    line-height: 21px;
  }
  body .adress-index.ad-cont{
    display: inline-flex !important;
    overflow-y: hidden;
    height: 34px;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    will-change: transform;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: 100%;
    margin-bottom: 10px;
    border: 0;
  }
  .prk_compare_page #top_products_table_compare{
    position: relative;
    border-radius: 11px 11px 0 0;
    top: unset;
  }
  .prk_compare_page #top_products_table_compare li{
    width: 50%;
    padding: 20px 7px;
  }
  body #top_products_table_compare li h2{
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }
  body .prk_compare_page .attributes_value li{
    width: 50%;
  }
  body #top_products_table_compare li img {
    max-width: 120px;
  }
  body #top_products_table_compare li .remove_from_table_compare{
    left: 7px;
    top: 7px;
    color: #626262;
  }
  body #top_products_table_compare li a.compare_permalink_product{
    padding: 8px 6px !important;
    font-size: 11px;
    border-radius: 8px;
    margin-top: 15px;
    line-height: 18px;
  }
  body #top_products_table_compare li.add_product_to_compare button{
    width: 100%;
    padding: 2px;
    border: 0;
  }
  body #top_products_table_compare li.add_product_to_compare span.add_to_compare{
    font-size: 11px;
    border-radius: 8px;
    margin-top: 15px;
    line-height: 18px;
    padding: 10px;
  }
  body .list_products_add_to_compare li img{
    max-width: 100px;
    height: auto;
  }
  body .list_products_add_to_compare li{
    width: 47%;
    justify-content: space-between;
    margin: 5px 1.5%;
    border-radius: 11px;
  }
  body .list_products_add_to_compare li h2{
    font-weight: 600;
    line-height: 20px;
  }
  body .form_search_faqpage .searchpartdiv{
    padding: 4px 10px;
  }
  body .form_search_faqpage .searchpartdiv i{
    top: 6px;
    font-size: 19px;
  }
  body .searchpartdiv .searchcity-input{
    padding-right: 5px;
    font-size: 13px;
  }
  body .brands-boxed{
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  body .brands-boxed .brand-item{
    margin: 3px 0;
    margin-left: 5px;
  }
  body .brands-boxed .brand-item img{
    max-width: 75px;
    width: 58px !important;
  }
  body .prk_brand_page{
    flex-direction: column;
  }
  body .brands-search{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    top: unset;
  }
  body .khadamat {
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
    padding: 3px;
  }
  body .khadamat .item_khadamat {
    padding: 9px;
    flex-basis:unset;
    text-align: center;
  }
  body .intro-service-landing__text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  body .item_khadamat a {
    text-align: center;
    display: inline-block;
  }
  body .item_khadamat img {
      width: 75px;
  }
  body .item_khadamat {
    float: right;
}
  body .item_khadamat .link {
      text-align: center;
      position: relative;
      font-size: 12px;
      line-height: 1.692;
      color: #646c77;
      letter-spacing: .2px;
      margin: auto;
      font-weight: 500;
  }
  body .khadamat span {
      display: none;
  }
  .excerpt_product.boxed .short_excerpt{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  body .header-borner{
    z-index: unset;
  }
  body .parskala-update-price{
    display: none !important;
  }
  .ws-tabs-mobiles{
    margin-top: 10px;
  }
  body .feautures__logo {
    margin-left: 32px;
}
  body .feautures__logo img{
    max-width: 130px;
  }
  body .product_seached{
    padding:5px;
  }
  .product_seached .index-prices-pro{
    height: 30px;
  }
  .product_seached .product_s_title{
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 1;
  }
  .product_seached .product_seached_image img{
    max-width: 65px;
    max-height: 65px;
  }
  .products_resulter{
    max-height: 380px;
  }
  body .woocommerce div.product .woocommerce-tabs ul.tabs{
    display: inline-flex;
    overflow-y: hidden;
    font-size: 13px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    will-change: transform;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: 100%;
  }
  body .woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 14px !important;
  }
  body .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    padding-bottom: 8px !important;
  }
  body .woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px 24px !important;
    border-radius: 0 0 11px 11px;
    margin-bottom: 10px !important;
    background-color: #fff;
  }
  body .product-tabs,body .product-tabs.product-tabs.stickyer.tabs-appear{
    top: 0 !important;
    border: unset !important;
    border-radius: 0 0 11px 11px;
    z-index: 1;
  }
  body .reviw-tabs #comments{
    box-shadow: unset;
  }
  body .continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address{
    width: 100% !important;
    max-width: 100%;
    margin: 5px 0 !important;
  }
  body .titles-pro::after {
    height: 0;
  }
  body .head-product.have_header_cat::after{
    height: 0;
  }
  body .head-product.have_header_cat{
    flex-direction: column;
    align-items: unset;
  }
  body .prk-ajax-list-header-wrapper.widget-tabs{
    justify-content: center;
    border-top: 1px solid #ededed;
    padding-top: 5px;
    display: inline-flex;
    overflow-y: hidden;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    will-change: transform;
    width: max-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: 100%;
    margin-top: 6px;
    margin: 4px 0 6px 0;
  }
  body .prk_listing_grid__items{
    --columns: 1;
  }
  body .prk_listing_item .listing_item::before{
    margin-right: 0;
  }
   body .mobit .prk-archive-swatches{
    right: 10px;
    top: 144px;
   }
   body .carousel_offer_mobit_title{
    padding: 5px 10px;
   }
   body .carousel_offer_mobit_title h2{
    gap: 10px;
   }
   body .countdown-item {
    width: unset;
    direction: unset;
  }
  .countdown-item.mobit .countzarin-col .countdown-unit .number{
    top: 2.5px;
    width: 35px;
    min-width: 35px;
    min-height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .countdown-item.mobit .countzarin-col .dot {
    margin: 3px;
  }
   body .carousel_offer_mobit_title a{
    display: none;
   }
   body .carousel_offer_mobit_title h2 {
    font-size: 13px !important;
  }
  body div.product .col-single1.mobit div.summary{
    width: 100% !important;
  }
  body div.product .col-single1.mobit div.head-pros{
    margin-bottom: 5px;
    margin-top: 20px;
  }
  li.product.product-category{
    padding: 0 !important;
    overflow: hidden;
  }
  .col-product.expected .expected-arrow{
    display: none !important;
  }
  .right-product.have_back .head-product{
    margin-bottom: 30px !important;
  }
  body .right-product.have_back{
    padding: 10px 20px 20px 20px;
    padding-left: 0;
  }
  body .col-product.style3 .right-product {
    padding-right: 0;
  }
  .col-product.style3 .right-product.have_back .head-product{
    display: none !important;
  }
  .col-product.style3 .right-product.have_back{
    background-image: unset !important;
  }
  body .col-product.style4 .widget-tabs.prk-ajax-list-header-wrapper {
    justify-content: right;
    padding: 0;
    margin: 0;
  }
  body .col-product.style4 .right-product .widget-tabs.prk-ajax-list-header-wrapper div.tab-item {
    padding: 15px 10px;
  }
  body .subcategories-list .row{
    margin-right: unset;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 130px;
  }
  .subcategories-list .row .item{
    min-width: 140px;
    padding-right: 0;
    padding-left: 10px;
  }
  .subcategories-list .categories-title{
    font-size: 15px;
  }
  .subcategories-list .row .item.others-categories {
    display: none !important;
  }
  body .subcategories-list {
    margin-bottom: 10px;
  }
  body .mobit .index-prices-pro div{
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  body .humbnail-single img{
    height: auto;
  }
  body .clomens .left-cont,body .side-posts {
    width: 100% !important;
    max-width: 100% !important;
 }
 body .single-page .side-posts{
  margin-top: 20px;
 }
  body .single-page .header-content-post .info-items {
  gap: 7px;
  }
  body .single-page .header-content-post .info-post{
    color: #6c6c6c;
    gap: 5px;
    font-size: 11px;
    line-height: 24px;
  }
  body .single-page .header-content-post .reading-time {
    font-size: 10px;
    gap: 3px;
    color: #bfbfbf;
  }
  body .remodal-footer {
    margin-top: 0px !important;
  }
  body .filter-location-header {
    padding: 23px 25px 10px 25px;
  }
  body .topp-part-modal-body .selected-cities{
    min-height: 50px;
    width: 100%;
  }
  body .citycategorychoosemodal #checkbox-container{
    padding: 5px 0!important;
    max-height: calc(100% - 241px)!important;
    direction: rtl;
    height: 100%;
    margin-top: 15px;
  }
   body .post-comment .comment-list .comment{
    padding: 13px;
   }
   body .post-comment .comment-list .comment .comment-meta{
    font-size: 11px;
    gap: 7px;
   }
   body body .side-posts{

   }
   body .form_search.header_2.search_input.search-section button#submit_search {
    height: 41px;
    order: 1;
  }
  body .search-section.header_2 .prk_input_serach{
    min-width: unset;
    width: 100%;
  }
  body .search-section select#cat{
    display: none;
  }
   body .col-3 > .line-account{
    display: none;
   }
   body .prk_listing_grid__items{
    margin: 0;
    width: calc(100% );
   }
    body .col-product.style1 .item-pro{
      box-shadow: none !important;
    }
    body.single-product.style_3 div.product div.images,body.single-product.style_3 div.product div.summary {
      width: 100% !important;
    }
    body.product-single .continer .woocommerce-breadcrumb{
      height: 20px;
      font-size: 12px;
      line-height: 12px;
      padding: 0px 10px;
      margin-top: 1px !important;
      margin-bottom: 1px !important;
      font-weight: 500;
    }
    body.product-single .woocommerce-breadcrumb a {
      font-size: 11px;
      color: #898d92;
      margin: 0px 5px;
      font-weight: 400;
    }
    body.product-single .header-borner{
      padding-bottom: 0;
    }
    body #cart-sidebar.prk-static-sidebar{
      width: 100%;
      max-width: 100%;
    }
    body .col-product.style2 h3.flexed{
      flex-direction: column;
      justify-content: start;
      align-items: flex-start;
    }
    body .col-product.style2 .titles-pro .title-tab-prk{
      padding: 0;
    }
    body .col-product.style2 .salse-time{
      margin-bottom: 10px;
    }
    body .rating_and_nummbercomment .rating_count{
      display: none;
    }
    body .head-product h3{
      margin-right: 3px;
    }
    body .left-posts{
      width: 100%;
      max-width: 100%;
    }
    body div.category-page .footer-description-shop.down-el{
      margin-bottom: 20px;
    }
    body #review_form_wrapper #review_form #respond{
    margin: 30px 20px 20px 20px !important;
    width: 100%;    
    }
    .tag-rating-review-product{
      font-size: 12px;
    }

    body .collateral-order-user table.shop_table .woocommerce-shipping-totals td{
      text-align: right !important;
    }
    body #prk-preload-logo img{
      width: 150px;
    }
    body .lds-ring div{
      width: 40px;
      height: 40px;
    }
    
    body  .main_results_ajax_search {
      background: transparent !important;
      box-shadow: unset;
    }
    body .col-off.style1 .img-off {
      width: 100px;
  }

  body.product-single .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_3 {
    width: auto;
    height: auto;
    font-size: 12px !important;
    border-radius: 13px;
    min-width: auto;
    margin-right: 2px !important;
    margin-bottom: 7px !important;
  }
  body.product-single .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_3 .thwvsf-item-span.item-span-text {
    font-size: 12px !important;
    font-weight: 700 !important;
}

}

/* اتمام 990 */

@media only screen and (max-width: 980px) {
  .dokan-store-wrap .woocommerce li.product {
      height: 20rem;
  }
}

/****end  dokan store***/
.subcategories-list .term .term-name {
  line-height: revert-layer;
  overflow: visible;


}

/*  carusel style */
.thumb-pro img.second-img {
  position: absolute !important;
}

.elementor-widget-officals_caroselـver2 .off-product {
  height: 100%;
}

.elementor-widget-officals_carosel .off-product {
  height: 100%;
}

/* fashion single product */
@media only screen and (max-width: 980px) {
  body.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
      width: 100% !important;

  }

  body.single-product .woocommerce div.product div.summary {
      width: 100% !important;
  }
}

.loader-wrapper {
  display: flex;

  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.loader-bullets {
  margin: unset;
}
.search-section #searchform_cat {
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 12px;
  outline: none;
  background-color: #EF3A4F;
  border: none;
  color: #fff !important;
  border-radius: 11px;
  order: 1;
  font-family: prk-font;
}





@media (max-width: 940px) {
  body .site-header__rgb-color{
    display: none;
  }
  body .title-catitem{
    font-size: 10px !important;
  }
  body .cat-item{
    width: 98%;
  }
  .mcarousel_product .mcarousel_product_head{
    margin: 11px 0 !important;
  }
  .mcarousel_product .mcarousel_product_head h4{
    font-size: 14px !important;
  }
  .mcarousel_product .mcarousel_product_head h4 i{

  }
  .product-item-link{
    font-size: 12px !important;
  }
  body .banners.list3{
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (max-width: 690px) {

  .mini_offer .mini_counter_number{
    display: none !important;
  }
  body .swal2-container{
    width: 100% !important;
  }
  body .swal2-popup.swal2-toast .swal2-title {
    font-size: 14px !important;
  }
  body .swal2-popup.swal2-toast .swal2-success{
    border-color: #000 !important;
  }

  body ul.product-box li.product{
    height: 305px;
  }


}

@media (max-width: 590px) {
  body .prk-main-post-item.style-grid{
    grid-template-columns: repeat(1,1fr) !important;
  }
  .services-items .ser-item .item_90s h4 {
    font-size: 10px !important
  }
  .services-items .ser-item.load_more em{
    font-size: 10px !important;
    margin-right: 0 !important;
  }
  .services-items .ser-item.load_more i{
    display: none;
  }
  .main_grid_product .grid_item{
    max-width: 34% !important;
  }
  .main_grid_product .grid_item .post_grid img {
      max-width: 40px !important;
  }
}

@media (max-width: 490px) {

  body ul.product-box {
    grid-template-columns: repeat(2,1fr) !important;
    gap: 10pxtext-hamta;
  }
  body ul.product-box.prk-item-style2 {
    grid-template-columns: repeat(1,1fr) !important;
    gap: 10px !important;
  }
}

@media (max-width: 460px) {

   .promotion-categories .categorys_item article{
     padding: 20px 10px !important;
   }
   .promotion-categories .categorys_item article img{
     width: 45px !important;
   }

   .product-item-link{
     font-size: 10px !important;
   }
}

@media (max-width: 400px) {

  .w-post-item{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mcarousel_product_head a.product-item-link{
    display: none;
  }
  .main_grid_product .grid_item {
    max-width: 33% !important;
  }
}

@media (max-width: 380px) {

  .w-post-item{
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .payment_navigtions .checkout-headers ul li::after{
    display: none;
  }
  .mcarousel_product_head a.product-item-link{
    display: none;
  }
  .main_grid_product .grid_item {
    max-width: 33% !important;
  }
}




@media (min-width: 990px) {
  .info-all-dn-link,body.product-single .support-tab,.prk_close_search_box,.location-piker_mob,.call_box .call_main ul li.call_close_mobile,body .call-page.mobile{
   display: none;
  }

}

/* services_box */

.services_box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.services_box article{
  text-align: center;
  color: #333;
  margin-left: 20px;
  width: 145px;
  max-width: 145px;
  max-height: 121px;
  padding: 15px 10px;
  background: rgba(196, 196, 196, 0.34);
}
.services_box article:last-child{
  margin-left: 0;
}
.services_box article:hover{
  background: #F1A207;
  color: #fff;
}
.services_box article i{
  font-size: 17px;
  color: #1A0744;
  padding: 5px;
  border: 1px dashed;
  border-radius: 6px;
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 5px;
  background: #F2F2F2;
  box-shadow: inset 0px 4px 10px #D3C8C8;
  border-radius: 5.52627px;
}
.services_box article:hover i,.services_box article.over i{
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.services_box article h4{
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #161616;
  line-height: 26px;
}

.services_box article span{
  font-size: 10px;
  font-weight: 400;
  color: rgba(22, 22, 22, 0.72);
  margin-bottom: 10px;
  display: block;
}

.services_box article:hover span,.services_box article:hover h4,.services_box article.over span,.services_box article.over h4,.services_box article.over i{
  color: #fff;
}

/* services link */
.services_links{
  display: flex;
  align-items: center;
  background: #edad31;
  padding: 15px 20px
}
.services_links article{
  width: 90px;
  max-width: 90px;
  max-height: 82px;
  height: 82px;
  border: 1.5px dashed;
  color: #ffff;
  margin-left: 35px;
  border-radius: 8px;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}
.services_links article::before{
  position: absolute;
  content: '';
  left: -36px;
  border-bottom: 1.7px dashed;
  width: 35px;
  top: 49%;
  color: #ffffff8c;
  z-index: 2;
}
.services_links article:last-child::before{
  display: none;
}
.services_links article:last-child{
  margin-left: 0;
}
.services_links article i{
  font-size: 27px;
  display: block;
  margin-bottom: 5px;
  
}
.services_links article h4{
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}

/* carousel offer */
.carousel_offer{
  position: relative;
  margin-top: 70px;
}
.carousel_offer .back_caroslel{
  background: #edad31;
  border-radius: 2px 63px 2px 2px;
  display: flex;
  max-height: 343px;
}
.carousel_offer .right_carousel{
  display: inline-block;
  width: 26%;
  padding: 0 30px;
  height: 100%;
}
.carousel_offer .right_carousel h4{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  top: -70px;
  color: #1A0744;
}
.carousel_offer .right_carousel h4 i{
  color: #edad31;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: -33px;
  font-weight: bold;
}
.carousel_offer .right_carousel p{
  line-height: 28px;
  color: #fff;
  font-size: 13px;
  text-align: justify;
  margin: 45px 0;
}

/* آیتم ها */
.left_carousel{
  display: inline-block;
  width: 70%;
  position: relative;
  top: -70px;
}
.product-specials-swiper-slider.modern{
  padding-top: 48px;
  margin-top: -48px;
}

.product-card {
  border-radius: 18px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0px 6px 61px rgb(0 0 0 / 2%)
}
.mcarousel_product .product-card{
  box-shadow: none;
}
.mcarousel_product .product-card .index-prices-pro{
  height: 70px;
}
.mcarousel_product.nav_hav .swiper-wrapper{
  margin-bottom: 70px;
}
.mcarousel_product .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 20px !important;
}

.mcarousel_product .mcarousel_product_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.mcarousel_product{
  padding: 15px;
}
.mcarousel_product_head h4{
  font-size: 18px;
  font-weight: 600;
  color: #322157;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 28px;
  gap: 5px;
}
.mcarousel_product_head h4 i{
  font-size: 26px;
  line-height: 36px;
  margin-left: 5px;
}
.mcarousel_product_head a{
  color: #322157
}
.mcarousel_product_head a i{
  color: #fff;
}
.product-card .product-thumbnail {
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
.product-card .product-thumbnail a {
  display: block;
  position: relative;
}
.product-card .product-thumbnail img {
  display: block;
  max-width: 150px;
  margin: auto;
  transform: unset !important;
}
.product-card .product-thumbnail img{
  opacity: 0;
  visibility: hidden;
}
body.loaded .product-card .product-thumbnail img:first-child{
  opacity: 1;
  visibility: visible;
}
.product-card .product-thumbnail a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/plugins/img/cover-thumbnail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  background-position: center;
}
body.loaded .product-card .product-thumbnail a::before {
  display: none;
}
.product-card .product-title {
  color: #212121;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  font-weight: 600;
}
.product-card .product-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-card .product-title a:hover {
  color: #2962ff;
}

.product-card .product-dates{
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top: 1px solid #dee2e6 !important;
  display: flex !important;
}
.product-card .product-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.product-card .product-actions ul li {
  margin-left: 10px;
}
.product-card .product-actions ul li i.ri-heart-3-fill.before::before{
  content: "\ee0b";
}
.product-card .product-actions ul a {
  color: #212121;
  font-size: 20px;
  text-decoration: none;
  background: inherit;
  background-image: inherit !important;
  padding: 0;
}
.left_carousel .swiper-wrapper{
  margin-bottom: 40px;
}
.left_carousel .swiper-pagination {
  bottom: 0;
  z-index: 1;
}
.left_carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff ;
}
.remodal-wrapper .remodal {
  border-radius: 8px;

  padding: 15px;
  text-align: right;
}

.remodal-wrapper .remodal.remodal-lg {
  max-width: 850px;
}
.product-card .product-rating {
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card .product-rating .star {
  color: #F9C74B;
  margin-right: 3px;
}
.product-rating{
  font-size: 14px;
}
.product-card .product-rating strong {
  margin-right: 3px;
  font-size: 14px;
  font-weight: bold;
}
.product-card .countdown-timer{
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding: 11px 0;
  height: 39px;
  gap: 7px;
  align-items: center;

}
.product-card .countdown-timer i{
  font-size: 19px;
  font-weight: 500;
  position: relative;
  top: -2px;
}
.prk_timer #timerm span:last-child .dot{
 display: none;
}
.prk_timer #timerm span .dot{
  margin: 0 4px;
}
.prk_timer #timerm span .number{
  font-size: 16px;
  font-weight: bold;
  color: #000 !important;
}
.right_carousel .product-item-link i{
  background-color: #fff !important;
  color: #F1A207
}
.foot-dn-app .img-dn-link img{
  border-radius: 8px;
}
.slider-right .nav_Square .chevron-left{
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
/* اسلایدر تصاویر نمایش سریع محصولات */
.col-single1ail-container {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 30px
}
.gallery_tombnail_view{
  display: inline-block;
  width: 41%;
  position: relative;
  background-color: transparent;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 40px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: unset !important;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.swiper.nav_Square .swiper-button-next, .swiper.nav_Square .swiper-button-prev{
  border-radius: 11px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  width: 30px;
  height: 30px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  color: #212121;
  font-size: 16px;
}
.swiper .mini_navi.swiper-button-next::after, .swiper .mini_navi.swiper-button-prev::after {
  color: #141414;
  font-size: 13px;
  font-weight: bold;
}
.swiper .mini_navi.swiper-button-next, .swiper .mini_navi.swiper-button-prev {
  width: 30px;
  height: 30px;
}
.left_mini_carousel .swiper-button-next,.left_mini_carousel .swiper-button-prev{
  visibility: hidden;
  transition: 0.2s all;
}
.left_mini_carousel:hover .swiper-button-next,.left_mini_carousel:hover .swiper-button-prev{
  visibility: visible;
  transition: 0.2s all;
}
.gallery_tombnail_view .product-gallery .gallery-img {
  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;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
.gallery_tombnail_view .product-gallery .gallery-img img {
  max-width: 270px;
  height: auto;
  border-radius: 15px;
}
.gallery_tombnail_view .product-gallery .gallery-thumbs-swiper-slider .gallery-thumb {
  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: 10px;
  position: relative;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  cursor: pointer;
}
.gallery_tombnail_view .product-gallery .gallery-thumbs-swiper-slider .gallery-thumb img {
  max-width: 45px;
  height: 40px;
}
.main_product_view{
  display: flex;
}
.content_product_view{
  display: inline-block;
  width: 58%;
  padding: 0 15px;
}

.content_product_view .breadcrumb{
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}
.content_product_view .breadcrumb .line-l {
    color: #c0c2c5;
    font-size: 10px;
    margin: 0 5px;
}
.content_product_view .viwe_title_product{
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.content_product_view .viwe_pro_name{
  display: inline-block;
  background-color: #fff;
  padding-left: 10px;
  font-size: 11px;
  color: #979797;
  cursor: default;
  z-index: 1;
  padding-bottom: 20px;
}
.content_product_view .viwe_ratings_counters{
  display: inline-block;
  width: 100%;
}
.content_product_view .viwe_count_recommended{
  padding-bottom: 3px;
  display: inline-block;
  width: 100%;
}
.content_product_view .viwe_product_sku{
  border-bottom: 1px solid #eee;
}
.content_product_view .viwe_attributes{

}


.remodal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}
.close_modal_view{
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #212121;
  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;
  min-height: 40px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}
.go_link_view{
  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;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
}

/* mini offer carousel product */

.mini_offer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border: 1px solid transparent;
  background-position: right !important;

}
.mini_offer .right_mini_carousel{
  display: inline-block;
  padding-left: 20px;
  max-width: 40%;
}
.mini_offer .right_mini_carousel h4{
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
  color: #FFFFFF;
}
.mini_offer .right_mini_carousel p{
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.45);
}
.mini_offer .left_mini_carousel{
  display: inline-block;
  width: 50%;
}
.product-mini{
  position: relative;
  text-align: center;
}

.mini_offer .product-mini img{
  max-width: 64px;
  text-align: center;
  padding: 5px;
  border: 1.5px dashed #ffffff9c;
  border-radius: 11px;
}
.product-mini .mini-sale-product .index-discount-pro{
  float: unset !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding: 1px 10px;
  color: #fff;
  border-radius: 5px;
  margin: 5px 0 0 0;
}
.mini_offer .mini_counter_number{
  display: inline-block;
  text-align: right;
  font-size: 13px;
  color: #fff;
}
.mini_offer .mini_counter_number div{
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #FFFFFF;
}
.mini_offer .mini_counter_number span{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
.mini_offer .mini_counter_number a{
  justify-content: right;
}
.mini_offer .mini_counter_number a i{
  margin: 0;
}

/* promotion category */


.promotion-categories .categorys_item{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.promotion-categories .categorys_item article{
  padding: 20px 15px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  margin: 5px 0;
  margin-left: 10px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  transition: 0.2s all;
}
.promotion-categories .categorys_item article:hover{
  background-color: #EF7712;
  transition: 0.2s all;
}
.promotion-categories .categorys_item article:hover h4{
  color: #fff !important;
}
.promotion-categories .categorys_item article a{
  display: flex;
  align-items: center;
  width: 100%;
  transition: 0.3s all;
}
.promotion-categories .categorys_item article img{
  width: 85px;
  margin-left: 13px;
}
.promotion-categories .categorys_item article h4{
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
}

.promotion-categories .categorys_item article:hover h4{
  font-size: 16px;
  transition: 0.2s all;
}
.white_color{
  color: #fff !important;
}

/* promotion product */

.promotion_produt{
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.swiper_promotion_produt  {
  width: 71%;
  height: auto;
  background-color: #fff;
  position: relative;
  margin: 0;
}
.swiper_promotion_produt .offer_titles{
  position: absolute;
  z-index: 9;
  color: #ffffff;
  right: 72px;
  right: 30px;
  top: 43px;
  font-weight: 700;
}
.swiper_promotion_produt .offer_titles img{
  position: relative;
  right: -5px;
  top: -5px;
  max-width: 190px;
}
.swiper_promotion_produt::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 110px;
  display: block;
  border-radius: 0px 0px 0px 50px;
  background: #ea2e42;
  top: 0;
  right: 0;
  z-index: 2;
}

.swiper_promotion_produt .swiper-slide.promotion_item::after {
  content: "";
  position: absolute;
  width: 185px;
  height: 40px;
  display: block;
  border-radius: 60px 60px 0 0;
  background: #ea2e42;
  bottom: 0;
  left: 55px;
  z-index: 2;
}
.swiper_promotion_produt .swiper-slide.promotion_item{
  background-color: #fff;
  display: flex;
  justify-content: left;
  padding: 10px 0;
}

.swiper_promotion_produt .swiper-slide.promotion_item .promotion_item_right{
  width: 35%;
}
.swiper_promotion_produt .swiper-slide.promotion_item .promotion_item_left{
  width: 27%;
  margin: 0 20px;
  position: relative;
}

.swiper_promotion_produt .swiper-slide.promotion_item .promotion_item_left .item_thumbnail{
  text-align: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  height: 100%;
}

.swiper_item_promotion_produt {
  width: 29%;
  height: auto;
  margin: 0;
  background-color: #fff;
}
.swiper-container.swiper_item_promotion_produt.swiper-initialized.swiper-vertical{
  overflow: visible;
}
.swiper_item_promotion_produt span{
  line-height: 21px;
  transition: 0.2s all;
  font-size: 14px;
  background-color: unset;
  border: 0;
  box-shadow: unset;
  color: #4d4d4d;
  font-weight: 500;
  padding: 7px 10px 7px 0;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.swiper_item_promotion_produt span:hover{
  background-color: #eee;
  transition: 0.2s all;
}
.swiper_item_promotion_produt .swiper-slide-thumb-active span{
  transition: 0.2s all;
  color: #fff;
}
.swiper_item_promotion_produt .swiper-slide-thumb-active span::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  right: -9px;
  top: 0;
  border-radius: 30px;
}

.viewe_single_price.item_price{
  display: inline-block;
  margin: 15px 0 10px 0;
}
.viewe_single_price .index-prices-pro div{
  text-align: right;
}
.viewe_single_price .index-prices-pro div span.woocommerce-Price-amount{
  font-size: 18px;
}
.viewe_single_price .index-prices-pro div del span.woocommerce-Price-amount{
  font-weight: 400;
  font-size: 15px;
}
.main_product_view .viewe_single_price{
  display: inline-block;
  float: left;
}
.promotion_produt .item_title h4{
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.promotion_produt .woocommerce-product-attributes-item,.promotion_produt .item_atribiotic .meta-additional .atri-single,.promotion_produt .item_atribiotic .meta-additional .show-mores{
  display: none;
}
.promotion_produt .woocommerce-product-attributes-item:nth-child(1),.promotion_produt .woocommerce-product-attributes-item:nth-child(2),.promotion_produt .woocommerce-product-attributes-item:nth-child(3){
  display: block;
  line-height: 20px;
}
.promotion_produt .meta-additional{
  padding-bottom: 0;
  margin: 0;
  border: 0;
}
.promotion_produt .item_timer .item_time_left{
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.promotion_produt .item_timer .prk-tim{
  text-align: right;
  position: absolute;
  bottom: 10px;
  left: 85px;
  z-index: 9;
  color: #fff !important;
}
.promotion_produt .item_timer .prk-tim #prk-timers{
  color: #fff !important;
}
.promotion_produt .item_time_left{
  font-size: 13px;
  display: block;
  padding-bottom: 11px;
  font-weight: 500;
  color: #535353;
}
body .promotion_produt #prk_timers{
  color: #fff;
  font-size: 17px !important;
}
.promotion_produt .prk-tim i{
  top: 3px;
  color: #3e3e3e;
  font-size: 17px;
  margin-right: 4px;
}
.promotion_produt .go_more_link {
  padding-right: 60px;
  overflow: hidden;
}
.promotion_produt .go_more_link a{
  color: #fff;
  z-index: 999999999999;
  position: relative;
}
.promotion_produt .go_more_link::before {
  font-size: 28px;
  top: 6px;
  position: absolute;
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea60";
  right: 9px;
  color: #fff;
}
.promotion_produt .go_more_link::after {
  content: "";
  width: 60px;
  height: 50px;
  position: absolute;
  right: -13px;
  top: -6px;
  background: hsla(0,0%,100%,.21);
  border-radius: 50%;
  transition: all .3s ease-in-out;
}
.promotion_produt .go_more_link:hover::after {
  width: 130%;
  border-radius: 0;
}
.last_posts{
  background: #fff;
}
/* lists product */
.lists_product{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-style: solid !important;
  padding: 0px 25px 20px 20px;
  border: 1px;
  background: #fff;
}
.lists_product .mcarousel_product_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 30px 0;
}
.lists_product .swiper-slide.swiper-slide-active .product-lists{
  border: 1px solid;
  border-color: #f1ab21;
  position: relative;
}
.lists_product .swiper-slide.swiper-slide-active .product-lists::before{
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 10px;
  transform: rotate(90deg);
  right: -42px;
  background: #f1ab21;
}
.lists_product .product-lists{
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.lists_product .mcarousel_product_head h4 {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  margin-right: 40px;
  color: #322157;
}
.lists_product .mcarousel_product_head span{
  font-size: 12px;
  font-weight: 600;
  color: #322157;
}
.lists_product .mcarousel_product_head h4::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 3px;
  background: #333;
  right: -39px;
  bottom: 19px;
  border-radius: 10%;
  overflow: hidden;
}
.swiper-container.lists_section_product{
  width: 100%;
  height: 430px;
  padding-bottom: 20px;
  overflow: hidden;
}

.flexed_between.center{
  align-items: center;
}
.flexed_between{
  display: flex;
  justify-content: space-between;
}
.lists_section_product .flexed_between.center{
  margin-top: 30px;
}
.lists_section_product .product-lists-body{
  margin-right: 30px;
  margin-left: 10px;
  width: 100%;
}
.lists_product .product-lists-body .product-title{
  line-height: 23px;
  font-size: 13px;
  font-weight: 600;
}


.lists_section_product .lists_add_to_cart{
  padding: 9px 5px;
  border-radius: 14px;
  position: relative;
  right: unset;
  bottom: 0;
}
.lists_add_to_cart{
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#cartmodal.micromodal-slide.is-open,#cartmodal.micromodal-slide.is-open .modal__overlay{
 right: 0 !important;
}

#cartmodal.micromodal-slide,#cartmodal.micromodal-slide.is-open .modal__overlay{
 right: -100%;
}

.lists_add_to_cart i::before{
  background: #f1ab21;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 6px 6px 5px 6px;
  font-size: 23px;
}
.prk-account.active i.prk-arrow-down-1{
  transform: rotate(180deg);
  transition: 0.3s all;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
.prk-account i.prk-arrow-down-1{
  transition: 0.3s all;
  line-height: 16px;
  top: 1px;
}
.prk-account.nologin i.prk-arrow-down-1{
  opacity: 0.1;
}
.lists_section_product a i{
  color: #fff;
}
.lists_product .product-lists .product-thumbnail.backcolor{
  background-color: #96969636;
  border-radius: 8px;
  padding: 5px;
}

.lists_product .product-lists img{
  max-width: 110px;
  max-height: 110px;
  padding: 10px;
}
.lists_product .button-next.lists{
  position: relative;
  bottom: 0%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.lists_product .button-next.lists i{
  padding: 2px;
  border-radius: 50%;
  border: 1px solid;
}

/* daymaic banner */
.daynamic_banner{
  display: flex;
}
.daynamic_banner_item{
  display: flex;
  align-items: center;
  width: 100%;
  background: radial-gradient(198.62% 757.52% at 100% 50%, #8E1CD3 29.21%, rgba(142, 28, 211, 0) 100%);
  color: #fff;
  margin-left: 15px;
  border-radius: 18px;
  padding: 50px 0;
}
.daynamic_banner_item:last-child{
  margin-left: 0;
}
.daynamic_banner .dbanner_right{
  width: 45%;
  margin: 0 20px;
}
.daynamic_banner .dbanner_right h4{
  font-size: 15px;
  font-weight: 400;
  color: #ffffffeb;
}
.daynamic_banner .dbanner_right span{
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
.daynamic_banner .dbanner_right .product-item-link{
  margin-top: 20px;
}
.daynamic_banner .dbanner_left{
  width: 60%;
  text-align: center;
  position: relative;
}
.daynamic_banner .img-banner{
  position: relative;
  text-align: center;
  margin: auto;
}
.daynamic_banner .img-banner img{
  max-width: 140px;
  height: 140px;
  position: relative;
  z-index: 10;
}

.daynamic_banner .img-banner::after{
  position: absolute;
  content: '';
  width: 217px;
  height: 200px;
  text-align: center;
  margin: auto;
  background: linear-gradient(268.76deg, #f1f1f124 .92%, #ffffff38 98.78%);
  border-radius: 0px 129px 129px 0px;
  mix-blend-mode: lighten;
  left: 0;
  top: 0;
  bottom: 0;
}
.daynamic_banner .dbanner_left .dots::before{
  position: absolute;
  content: '';
  width: 160px;
  height: 160px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
  margin: auto;
}
.daynamic_banner .dbanner_left .dots i::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #F1A207;
  border-radius: 50%;
  position: absolute;
  bottom: 83%;
  left: 45px;
  z-index: 100;
}
.daynamic_banner .dbanner_left .dots i::after{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #F1A207;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  right: 49px;
  z-index: 100;
}
/* category item */

.services-items .ser-item .item_90s{
 width: 90%;
 text-align: center;
 border-radius: 8px;
 padding: 10px
}
.services-items .ser-item .item_90s img{
  width: 34px;
  height: 34px;
}
.services-items .ser-item .item_90s h4{
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
.services-items .ser-item.load_more{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: auto;
  height: 100%;
}
.services-items .ser-item.load_more i{
  font-size: 26px;
  font-weight: 700;
  width: 1px;
  line-height: 1px;
  padding: 0;
  margin: 0;
  margin-right: -3px;
  color: #535353;
}
.services-items .ser-item.load_more em{
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #535353;
}

/* grid item product */
.mgrid_product .mcarousel_product_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.mgrid_product.mgrid_product .mcarousel_product_head{
  margin-bottom: 40px;
  margin-top: 0;
}
.mgrid_product .mcarousel_product_head h4 {
  font-size: 18px;
  font-weight: 600;
  color: #322157;
  position: relative;
  display: flex;
  align-items: center;
}
.mgrid_product .mcarousel_product_head h4 i{
  width: 34px;
  height: 34px;
  font-size: 27px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.mgrid_product.mgrid_product .mcarousel_product_head h4{
  font-size: 22px;
  font-weight: 500;
}
.mgrid_product.mgrid_product .grid_item .post_grid h4{
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 13px;
}

.mgrid_product .mcarousel_product_head a {
    color: #322157;
}
.mgrid_product .mcarousel_product_head a i {
    color: #fff;
}
.main_grid_product{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_grid_product .grid_item{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 20px;
  position: relative;
    width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.main_grid_product .grid_item .post_grid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  padding-left: 14px;
}
.mcarousel_product .main_grid_product .grid_item .post_grid{
  padding: 20px !important;
  border: 1px solid #e7e7e7;
}
.main_grid_product .grid_item .post_grid img{
  max-width: 74px;
  height: auto;
}
.main_grid_product .grid_item .post_grid h4{
  font-size: 14px;
  font-weight: 500;
  color: #535353;
  line-height: 26px;
}
.main_grid_product .grid_item .post_grid .grid_item_ltr{
  margin-right: 15px;
  width: 100%;
}


/* wee product */
body .col-product.wee.old_ver{
  background: transparent !important;
  border: 1px solid #e3e3e3 !important;
  padding: 6px 15px;
}
body .col-product.wee.old_ver .head-hani h2{
  text-align: center;
}
body .line-hani{
  height: 2px !important;
  border-radius: 50px;
  margin: 0 !important;
}
body .col-product.wee.old_ver .wee_breadcrumb{
  display: none !important;
}
.sec_progress_wrapper{
  height: 1px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  z-index: 1;
  background-color: #f5f5f5;
  margin: auto;
  margin-bottom: auto;
  margin-bottom: 4px;
  direction: ltr;
}
.sec_progress_wrapper .sec_progress_bar {
    height: 100%;
    background-color: #fb3449;
    z-index: 2;
}
body .col-product.wee.old_ver{
  text-align: center;
}
body .col-product.wee.old_ver div.head-hani{
  margin-bottom: 20px;
}
body .col-product.wee.old_ver .flexed_between.center{
  justify-content: center;
  margin-top: 15px;
}
body .col-product.wee.old_ver .product_wee .wee_tumbnail{
  margin: 15px auto !important;
}
body .col-product.wee.old_ver .product_wee .wee_tumbnail img{
  width: 150px !important;
}
body .col-product.wee.old_ver .product_wee .wee_tumbnail::before{
  display: none;
}
.col-product.wee.old_ver .wee_countdown #timerm{
 display: none;
}
.col-product.wee{
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 15px;
}
.col-product.wee .head-hani h2{
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 7px;
}
.product_wee .wee_breadcrumb{
  display: none !important;
}
.col-product.wee .product_wee .wee_tumbnail{
  position: relative;
  margin: 30px auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.col-product.wee .product_wee .wee_tumbnail::before{
  position: absolute;
  content: '';
  width: 85%;
  right: 0;
  left: 0;
  background: #f1ab21;
  height: 80%;
  z-index: -1;
  text-align: center;
  margin: auto;
  top: 10%;
  border-radius: 14px;
}
.col-product.wee .product_wee .wee_tumbnail img{
  max-width: 194px;
  height: auto;
  text-align: center;
  display: inline-block;
}
.col-product.wee .breadcrumb a,.breadcrumb a,.breadcrumb span{
 font-size: 12px;
 color: #535353;
 line-height: 25px;
}
.col-product.wee .breadcrumb a:last-child,.col-product.wee .breadcrumb .line-l{
  display: none;
}
body .col-product.wee .wee_title{
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.col-product.wee .wee_countdown #timerm{
  text-align: center;
  margin-top: 23px;
}

/* carousel post blog */
.mcarousel_product.modern_blog{
  border: 0;
  padding: 0;
}
.mcarousel_product.modern_blog.carusel_padding{
  padding: 10px;
}
.mcarousel_product.modern_blog .post-content{
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
}
.mcarousel_product.modern_blog .post-content a{
  display: flex;
  align-items: center;
}
.mcarousel_product.modern_blog .post-content a .post_tumbnail{
  width: 45%;
  overflow: hidden;
}
.mcarousel_product.modern_blog .post-content a .post_tumbnail img{
  object-fit: cover;
  width: 100%;
  height: 130px;
  display: block;
  margin: 13px;
  max-width: 130px!important;
  border-radius: 11px;
}

.mcarousel_product.modern_blog .post_title{
  color: #212121;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  width: 55%;
  font-weight: 600;
  margin-right: 5px;
}
.mcarousel_product.modern_blog .swiper-wrapper{
  margin-bottom: 0;
}
.article-off.align-center .owl-stage{
 align-items: center;
}
.right-product.nogeneral{
  border: 0;
  overflow: hidden;
}
del .woocommerce-Price-currencySymbol{
  display: none !important;
}
body header .prk-dashboard{
  width: 190px;
  right: unset;
  left: 0px;
}
.prk-account.nologin .prk-dashboard ul li.woocommerce-MyAccount-navigation-link--customer-logout,
.prk-account.nologin .prk-dashboard ul li.woocommerce-MyAccount-navigation-link--notification
{
  display: none;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link{
  display: none !important;
}
.prk-dashboard ul{
  display: flex;
  flex-direction: column;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ordertrak::before{
  content: '';
  width: 18px;
  height: 18px;
  background: #fbdbde;
  display: block;
  border-radius: 100%;
  position: absolute;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ordertrak::after{
  content: '';
  width: 8px;
  height: 8px;
  background: #ea3f55;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 15px;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ordertrak a{
  margin-right: 30px;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ordertrak{
  order: 1;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard{
  order: 2;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders{
  order: 3;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sit-wishlist{
  order: 4;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
  order: 5;
}
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout,
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sit-wishlist,
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--ordertrak,
.prk-account .prk-dashboard ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard{
  display: flex !important;
}
.tabs.wc-tabs li:first-child{
  padding-right: 0 !important;
}
.dont_sticky{
  position: relative !important;
  top: unset !important;
}
.product-tabs{
  position: sticky;
  z-index: 99;
  top: 75px;
  /* background: #fff; */
}
.product-tabs.product-tabs.stickyer.tabs-appear{
  top: 115px;
}
.product-tabs.header_2.product-tabs.stickyer.tabs-appear{
  top: 128px;
}
.modal__container{
  overflow: hidden !important;
}
.prk_compare_page .c-remodal-share__content{
  text-align: center;
}
.misha_loadmore{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  background: #212121;
  color: #fff;
  font-size: 13px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  cursor: pointer;
  margin-top: 17px;
  width: 100%;
}
.header.sticky{
  position: fixed;
  top: 0;
  box-shadow: 0 1px 0 rgb(0 0 0 / 11%), 0 1px 0 rgb(0 0 0 / 5%);
}
#review_form_wrapper #review_form{
  display: flex;
}
#review_form_wrapper #review_form #respond{
  margin: 0 20px !important;
}
.go-back{
  font-size: 14px !important;
  position: relative;
  top: -10px !important;
}
#review_form_wrapper #review_form #respond p {
  font-size: 13PX !important;
  margin-bottom: 0;
}
body .comment-respond .comment-form-rating{
  width: 100%;
  order: 2;
  margin: 0 5px 0 5px;
  text-align: left;
}
.right2{
  margin-right: 2px !important;
}
.fsize24{
  font-size: 23px !important;
}
.informationproduct_title_tab{
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 600;
  margin: 25px 0 10px 0;
  display: block;
}
.informationproduct_title_tab::before {
  content: "";
  border-width: 9px 0 0 8px;
  position: relative;
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #1051ef;
  transform: rotate(41deg);
  display: inline-block;
  margin-left: 15px;
}

.carousel_lister{
  margin: 0;
  padding: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  display: grid !important;
  grid-auto-flow: column !important;
  justify-content: right !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
  will-change: transform;
  padding-bottom: 5px;
}


.carousel_lister .off-product{
  background-color: #fff;
  border-radius: 11px;
  padding: 10px 8px;
  position: relative;
  width: 160px;
  margin-left: 6px;
  height: auto;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  border: none;
}
.carousel_lister .right-off{
  padding: 10px 20px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  width: auto !important;
}
.carousel_lister .cat-item.productside-title-post"{
  width: 120px;
  padding: 20px;
  margin-left: 10px;
}
.verticaler .officol{
  padding: 15px 0 5px 0 !important;
}
.verticaler.col-off{
  width:100% !important;
  border-radius: 0 !important;
}
.verticaler .left-off{
 width: 100%;
}
.verticaler .btn.btn-outline-light{
  font-size: 13px;
  line-height: 18px;
}
.verticaler .carousel-item{
  padding: 15px 30px!important;
  flex-direction: column!important;
  background: #f0f0f1;
  margin-left: 13px;
}
.head-product{
  border-bottom: 1px solid #FFFFFF6E;
}
.promotion-categories.verticaler div.head-product{
  margin: 0 5px 5px 0!important;
}
.promotion-categories.verticaler div.head-product h3{
  text-align: right;
}

.remodal-md{
  max-width: 520px !important;
}
.carousel_lister .item-pro{
  border-radius: 11px;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff;
  padding: 5px 10px;
  position: relative;
  width: 195px;
  margin-left: 6px;
  height: auto;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  border: none;
}
.right-product.game .carousel_lister .item-pro{
  display: inherit;
}
/* remodal style */

.remodal-wrapper .remodal {
  border-radius: 8px;

  padding: 15px;
  text-align: right;
  overflow: hidden;
}
.remodal-wrapper .remodal.remodal-xs {
  max-width: 430px;
}
.remodal-wrapper .remodal .remodal-header {
  margin-bottom: 5px;
  border-bottom: 1px solid #e0e0e2;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.remodal-wrapper .remodal .remodal-header .remodal-close{
  position: unset;
  width: auto;
  height: auto;
}
.remodal-wrapper .remodal .remodal-header .remodal-title {
  font-size: 16px;
  font-weight: 500;
}
.remodal-wrapper .remodal .remodal-header .remodal-title span{
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #81858b;
  font-weight: 400;
  margin-top: 6px;
}

.text-share_modal{
  font-size: 13px;
  line-height: 20px;
  color: #545454;
  margin-bottom: 20px;
  display: block;
}
.py-3 {
  padding-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.align-items-center {
  align-items: center !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-top: 1px solid #dee2e6 !important;
}
.d-flex {
  display: flex !important;
  flex-direction: column;
}
.modalshare ul{
  display: grid;
  gap: calc(4 * 2px);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}
.modalshare ul li {
  width: 100%;
  border-radius: 8px;
  background: #000;
  align-content: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
.modalshare ul li i{
  font-size: 19px;
  margin-left: 10px;
}
.modalshare li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 13px;
  width: 100%;
  justify-content: center;
}


.copy-url-btn::before {
  content: "\ECD4";
  font-family: remixicon;
  margin-left: 5px;
}

.socials_btns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  width: 100%;
  padding: 5px;
  color: #878787;
  border-color: #878787;
  border: 1px solid;
  cursor: pointer;
}
.icon-social{
  margin-right: 7px;
}
.modalshare ul li.whatsapp_socal{
  background: #25d366;
}
.modalshare ul li.twitter_socal{
 background: #4dcceb;
}
.modalshare ul li.facebook_socal{
 background: #3b5998;
}
.modalshare ul li.telegram_socal{
 background: #139dd2;
}
.verticaler .categorys_item article{
  min-width: 194px;
}
.timeline-item {
  background: #fff;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  min-height: 200px;
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 11px;
  transition: 0.1s all
}
.timeline-item.size-guide{
  
}
.loaded .timeline-item{
 visibility: hidden;
 opacity: 0;
 transition: 0.1s all
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -468px 0
  }
  100% {
      background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  border-radius: 6px;
  position: relative;
}
.animated-background.main_preload{
  height: 62%;
  margin-bottom: 12px;
}
.animated-background.foot_preload{
 height: 34%;
}

/* mobile product tab single product */
.product-single .product-tab-nav-mobiles{
 margin: 10px 0;
}
.remodal-wrapper .remodal.tabs_content_product{
  border-radius: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}
.tabs_content_product .remodal-header{
  display: flex;
  padding: 10px 15px 8px 10px !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
.short_content_tabs_mobile{
  max-height: 85px;
  overflow: hidden;
}
.short_content_tabs_mobile .attribute_group_name{
  display: none !important;
}
.short_content_tabs_mobile .shop_attributes.woocommerce-group-attributes-layout-2 tbody tr td table tr .attribute_value,
.short_content_tabs_mobile .shop_attributes.woocommerce-group-attributes-layout-2 tbody tr td table tr .attribute_name{
  background-color: #fff !important;
  width: auto !important;
  padding: 0;
  margin: 0;
  margin-left: 11px;
  font-weight: 500;
  font-size: 13px;
  color: #000 !important;
}
.short_content_tabs_mobile .shop_attributes.woocommerce-group-attributes-layout-2 tbody tr td table tr .attribute_name::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #d8d8d8;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  position: relative;
  float: right;
  margin-left: 7px;
}
.product-tab-nav-mobiles ul  li  .short_content_tabs_mobile > table > td{
  width: 100% !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile{
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 7px 15px;
  border-radius: 11px;
  margin-bottom: 10px;
}
/* .product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile{
  display: none;
} */
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile .title-des-pro,
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile .ttitle-des-pro,
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile .show-export.boxed .mask-handler,
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile .about_rating_product
{
  display: none !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile  .content-product,
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile  .subtitle
 {
  padding: 0;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile  .content-product{

  padding-bottom: 10px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile  .content-product div{
  color: #656565;
  font-size: 13px;
  line-height: 1.6;
  font-weight: lighter;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile .show-export .right-des-pro{
  width: 100%;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab .short_content_tabs_mobile  .content-product .py-3{
  padding: 0 !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.additional_information_tab  .short_content_tabs_mobile table tr{
  display: none !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.additional_information_tab  .short_content_tabs_mobile table tr:nth-child(-n+4) {
  display: block !important;
}

.product-tab-nav-mobiles ul li.nav-item_mobile div.wc_mobile_nav_tab{
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile div.wc_mobile_nav_tab h4{
  font-size: 14px;
  font-weight: 700;
  color: #232222 !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile div.wc_mobile_nav_tab h4::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 7px;
  font-size: 24px;
  margin-left: 8px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.description_tab div.wc_mobile_nav_tab h4::before{
  font-family: flaticon!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f18a";
}

.product-tab-nav-mobiles ul li.nav-item_mobile.additional_information_tab div.wc_mobile_nav_tab h4::before,
.product-tab-nav-mobiles ul li.nav-item_mobile.cattributes_products_tab_tab div.wc_mobile_nav_tab h4::before
{
  content: "\ea25";
  font-size: 22px;
}
.content-product.single img{
  max-width: 100%;
  height: auto;
}
.product-tab-nav-mobiles ul li.nav-item_mobile:last-child{
  margin-bottom: 0;
}

.product-tab-nav-mobiles ul li .short_content_tabs_mobile table.shop_attributes tr.woocommerce-product-attributes-item{
 font-size: 14px;
 color: #474747;
}
.product-tab-nav-mobiles ul li .short_content_tabs_mobile table.shop_attributes tr.woocommerce-product-attributes-item::before{
  content: '';
  margin-left: 5px;
  z-index: 1;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d8d8d8;
  border-radius: 50%;
  position: relative;
}
.product-tab-nav-mobiles ul li .short_content_tabs_mobile table.shop_attributes th,.product-tab-nav-mobiles ul li .short_content_tabs_mobile table.shop_attributes td{
  border: 0;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  line-height: 26px;
  margin-left: 2px;
  width: auto;
  color: #474747;
}
.product-tab-nav-mobiles ul li .short_content_tabs_mobile table.shop_attributes{
 margin: 0;
 border: 0;
}
.short_content_tabs_mobile .woocommerce-noreviews{
  font-size: 13px;
  padding: 10px 0;
  color: #535353;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .title-commenter,.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .continer-rating,.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commnet-lister{
 display: none !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .panel-pad{
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .short_content_tabs_mobile{
  max-height: 140px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab #comments{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab #comments .commentlist li.review{
  margin: 0;
  padding: 0;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .comment-text{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .star-rating,.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .main_disadvantage_advantages{
  display: none !important;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .meta{
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 10px !important;
  display: flex;
  order: 4;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .meta .woocommerce-review__dash{
 display: none;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .meta .woocommerce-review__author{
  order: 2;
  margin: 0 6px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .title_comment{
  font-size: 13px;
  line-height: 25px;
  color: #0c0c0c
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .prk_reveiw_recommended{
  padding: 0;
  margin: 0;
  border-bottom: 0;
  padding-bottom: 5px;
  line-height: 34px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .commentlist .description p{
  line-height: 18px !important;
  text-align: justify;
  padding: 5px 0;
  border: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
}
.wc_mobile_nav_tab .open_ws_tab_mobile{
  display: flex;
  align-items: center;
  font-size: 14px;
}

.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab #comments li,.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .open_ws_tab_mobile{
  display: none;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab #comments li:last-child{
 display: block;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .short_content_tabs_mobile{
  max-height: 100%;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab div.wc_mobile_nav_tab h4{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .insert_comment_mobile{
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 8px;
}
.product-tab-nav-mobiles ul li.nav-item_mobile.reviews_tab .view_comment_mobiles{
  float: left;
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-top: 30px;
}

/* tab content mobiles */
#tab-content-mobile.reviews div.title a{
  display: none;
}
#tab-content-mobile .pading-tabs{
  padding: 0 10px;
  border-right: 1px solid #dedee1;
  background-color: #fff;
  margin: 0px 3px;
}
#tab-content-mobile table.shop_attributes,#tab-content-mobile table.shop_attributes tbody,#tab-content-mobile table.shop_attributes tbody tr{
  width: 100%;
  display: block;
}
#tab-content-mobile table.shop_attributes tbody tr .woocommerce-product-attributes-item__label{
  padding: 5px 9px;
  background-color: #f1f1f1;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 22px;
  display: block;
  width: 100%;
}
#tab-content-mobile table.shop_attributes tbody tr .woocommerce-product-attributes-item__value{
  padding: 10px 9px;
  font-size: 13px;
  line-height: 22px;
  color: #555;
}
#tab-content-mobile .informationproduct_title_tab{
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 25px 0 10px 0;
  display: block;
}
#tab-content-mobile .informationproduct_title_tab::before{
  display: none;
}
#tab-content-mobile .remodal-header div.title{
  font-size: 17px;
  font-weight: 600;
}
#tab-content-mobile.tabs_content_product.reviews .remodal-header div.title{
  font-size: 0;
}
#tab-content-mobile .remodal-header .remodal-back-tabs{
  display: flex;
  align-items: center;
  border: 0;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
}
#tab-content-mobile .remodal-header .remodal-back-tabs i{
  font-size: 26px;
  font-weight: 10;
}
#tab-content-mobile .panel-pad{
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 15px 13px;
}

#tab-content-mobile .reviw-tabs .go-insert-comment{
  display: flex;
  align-items: center;
  justify-content:space-between;
}
#tab-content-mobile .reviw-tabs .title-commenter,#tab-content-mobile .reviw-tabs .go-insert-comment .dec-insert,#tab-content-mobile .reviw-tabs .go-insert-comment a::before,#tab-content-mobile .commnet-lister{
  display: none !important;
}
#tab-content-mobile .reviw-tabs .go-insert-comment .title-insert{
  margin: 0;
  font-weight: 600;
  color: #2b2e38;
}
#tab-content-mobile .reviw-tabs .go-insert-comment a{
  font-size: 13px;
  padding: 10px 35px 10px 20px;
}

#tab-content-mobile .reviw-tabs .go-insert-comment a::after{
  content: '+';
  position: absolute;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  right: 10px;
  top: 4px;
  background: transparent;
  font-size: 24px;
  font-weight: 400;
}
#tab-content-mobile #comments{
 padding: 0 !important;
 margin: 0 !important;
}
#tab-content-mobile #comments .commentlist li.review{
  margin: 10px 0 0 0 !important;
  border: 1px solid #e7e7e7;
  padding: 15px !important;
  border-radius: 11px;

}

#tab-content-mobile #comments .comment-text{
  display: flex;
  flex-direction: column;
  width: 100%;
  float: none !important;
}

#tab-content-mobile #comments .comment-text p.meta{
  margin: 0 0 25px 0px;
  font-size: 12px;
  padding: 5px 0 15px 0;
  color: #424242;
  font-weight: 600;
}
#tab-content-mobile #comments .comment-text .main_disadvantage_advantages{
  display: flex;
  flex-direction: column;
  margin: 25px 0 0 0;
  padding: 0;
  order: 4;
}
#tab-content-mobile #comments .comment-text .main_disadvantage_advantages .main_advantages,#tab-content-mobile #comments .main_disadvantage{
  display: block;
}
#tab-content-mobile #comments .star-rating,#tab-content-mobile #comments .comment-text .title_comment,#tab-content-mobile .view_comment_mobiles,#tab-content-mobile #comments .comment-text .main_disadvantage_advantages .main_advantages span,#tab-content-mobile #comments .main_disadvantage span{
  display: none;
}
#tab-content-mobile #comments .commentlist .main_advantages ul li::before{
  width: auto;
  height: auto;
  color: #fff;
  top: 4px;
  position: relative;
  background: #4caf50;
  margin-right: 0;
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e908";
}

#tab-content-mobile #comments .commentlist .main_disadvantage ul li::before{
  width: auto;
  height: auto;
  color: #fff;
  top: 4px;
  position: relative;
  background: #ce1353;
  margin-right: 0;
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\eb1f";
}
#tab-content-mobile #comments .comment-text .main_disadvantage_advantages ul li{
  font-size: 12px;
  line-height: 21px;
  color: #2a2a2a;
  font-weight: 500;
}
#tab-content-mobile #comments .commentlist .description p{
  line-height: 22px;
  font-size: 13px;
  color: #535353;
  margin: 0;
  padding: 0;
  border: 0;
}
#tab-content-mobile #comments .commentlist .prk_review_tag_recommend{
  font-weight: 600;
  font-size: 13px;
  border: 0;
}
.parskala-input-comment-form .item_added_advantages{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  line-height: 18px;
  margin-top: 10px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 12px;
  background-color: #edf6f7;
  color: #3a8c96;
}
.reviw-tabs .percent-option-rating,.reviw-tabs .percent-option-rating strong{
  height: 7px;
}

.parskala-input-comment-form .item_added_disadvantage{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  line-height: 18px;
  margin-top: 10px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 12px;
  background-color: #faecee;
  color: #ef394e;
}
.parskala-input-comment-form .item_added_advantages .remove_item,.parskala-input-comment-form .item_added_disadvantage .remove_item{
  transform: rotate(45deg);
  font-size: 19px;
  position: relative;
  top: 2px;
}
.product-single .seller-info-box{
  margin-top: 15px;
  width: 25%;
}
.seller-info-box-avatar i{
  position: relative;
  right: 19%;
  top: 21%;
  z-index: 9999999999999999;
  color: #bababa;
  font-size: 57px;
}
.special_send_box{
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 11px;
}
.special_send_box .special_header{
  display: flex;
  align-items: center;
  font-size: 14px;
}
.special_send_box .special_header img{
 width: 18px;
}
.special_send_box .special_header span{
  margin-right: 8px;
  flex-grow: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #232933;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.special_send_box .special_header a{
  width: 100%;
  display: flex;
  align-items: center;
}
.special_send_box .special_header span i{
  font-size: 18px;
  color: #424750;
}
.special_send_box .special_content_box ul{
  margin-top: 10px;
}
.special_send_box .special_content_box ul li{
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #81858b;
  margin: unset;
  margin-right: 7px;
}
.special_send_box .special_content_box ul li::before{
  content: '';
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #a6358a;
  border-radius: 50%;
  margin-left: 15px;
}
.foot-box.space_prk{
  width: 2% !important;
}
#cart_content_modal{
  position: fixed;
  right: -100%;
  width: 400px;
  height: 100vh;
  z-index: 999999999;
  top: 0;
  background: #fff;
  transition: 0.3s all;
  visibility: hidden;
}
#cart_content_modal.toggle{
  right: 0;
  visibility: visible;
  transition: 0.2s all;
}
.swal2-modal.go-cart-popup .swal2-icon.swal2-success.swal2-icon-show {
    margin: 1em auto 0;
}
.swal2-modal.go-cart-popup h2#swal2-title {
  margin: 0!important;
  font-size: 15px!important;
  padding: 2em 0em 0 !important;
}
body .swal2-popup.swal2-toast{
    padding: 0.6em !important;
}
body h2#swal2-title{
  line-height: 24px;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
  display: none !important;
}
/* cart page style */
.woocommerce-cart-form table.shop_table,.add_to_cart_all_main{
  border: 1px solid #e3e3e3!important;
  border-radius: 8px!important;
  border: 1px solid #e3e3e3!important;
}
.woocommerce-cart-form input::before,form input::before,.cart_page input::before{
  display: none !important;
}
.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item.cart_item{
  display: table;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.woocommerce-cart-form table.shop_table .woocommerce-cart-form__cart-item.cart_item:last-child{
  border-bottom: 0;
}
.add_to_cart_all_main{
  padding: 15px;
}
.add_to_cart_all_main strong{
  font-size: 14px;
  font-weight: 700;
  color: #666a71;
  text-align: right;
  display: block;
}
.add_to_cart_all_main p{
  font-size: 13px;
  font-weight: 400;
  line-height: 2.17;
  color: #666a71;
  margin: 5px 0;
  border-bottom: 1px solid #f0f0f1;
  padding-bottom: 12px;
  text-align: right;
}
.add_to_cart_all_main div.count_add_next_cart{
 text-align: center;
}
.add_to_cart_all_main div.count_add_next_cart i{
  color: #000;
  font-weight: 500;
}
.add_to_cart_all_main div#add-all-product{
  border: 1px solid;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.add_to_cart_all_main div#add-all-product i{
  font-size: 22px;
  position: relative;
  top: 3px;
  margin-left: 7px;
}
.Icon-Action-MovetoCart::before{
  font-family: parskala;
  content: "\E02E\00FE0E";
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.trash-image::before{
  content: "\E1D3\00FE0E";
  font-family: parskala;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.woocommerce-cart-form .thead{
 display: none !important;
}
.woocommerce table.shop_table{
  line-height: 49px!important;
  font-size: 14px;
  text-align: right;
  width: 100%;
  font-weight: 400;
  color: #000 !important;
  text-align: right;
  border-collapse: separate;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,.shop_table td{
  border: 0 !important;
}
.cart_page .woocommerce .cart-order-user{
  width: 73% ;
  float: right;
  position: sticky;
  top: 85px
}
.cart_page .woocommerce .collateral-order-user{
  width: 26%;
  float: left;
  position: sticky;
  top: 85px
}
.cart_page .woocommerce .collateral-order-user .count_add_next_cart{
  font-size: 14px;
}
.cart_page .woocommerce .collateral-order-user p{
  font-size: 13px;
  line-height: 24px;
}
.cart_page .woocommerce .collateral-order-user p.woocommerce-shipping-destination{
  text-decoration: dotted;
  text-align: right;
  border: 1px dashed;
  border-color: #e4e4e4;
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
}
.cart_page a.plus{
  right: 2%;
  top: 30%;
}
.cart_page a.minus{
  top: 30%;
  left: 2%;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt{
  margin-left: 5px;
}
.cart_page dl.variation{
 display: flex;
 align-items: center;
}
.woocommerce-cart-form__cart-item.cart_item div.flexd.l-start{
  justify-content: flex-start;
}
.cart_page .woocommerce-cart-form__contents div.product-quantity,.cart_page .woocommerce-cart-form__contents div.prk-next-shoppingcart-card-grp-btn{
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: auto;
  max-width: inherit;
}
.cart_page .woocommerce-cart-form__contents div.delete_product a{
  padding: 8px 10px;
  border: 1px solid #a9a7a7e3;
  color: #81858b;
  margin-left: 0;
  line-height: 26px;
}
.cart_page .woocommerce-cart-form__contents div.quantity{
  width: 100px !important;
  display: inline-block;
  position: relative;
  padding: 8px 10px;
  margin: 0 0 0 10px;
  border-radius: 8px;
}
.cart_page .woocommerce td.product-thumbnail a.remove{
  line-height: 1;
  font-weight: 500 !important;
  color: #959595 !important;
  font-size: 18px !important;
  width: unset;
  height: auto;
  text-align: right;
  position: absolute;
  top: 20px;
  cursor: pointer;
}
.woocommerce-cart-form__cart-item.cart_item div.flexd{
  max-width: 230px;
}

.prk-next-shoppingcart-card-grp-btn a{
  display: flex;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e2;
  padding: 7px 10px;
  border-radius: 8px;
  color: #81858b;
  margin-left: 8px;
  line-height: 28px;
  cursor: pointer;
}
.woocommerce-cart-form__contents.add_next_cart_empty{
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
}
.woocommerce-info{
  margin: 9px auto 10px!important;
  border-radius: 11px!important;
  direction: rtl!important;
  color: #4d4d4d!important;
  padding: 15px 10px !important;
  font-size: 15px!important;
  background-color: #ffda100a !important;
  display: flex !important;
  align-items: center!important;
  justify-content: flex-start;
  line-height: 20px!important;
  width: 100%!important;
  border: 1px solid #d5b20275 !important;
}
.woocommerce-info a{
  border-bottom: 1px solid;
  color: #c1af6b;
  margin-right: 4px;
}
.woocommerce-error,.woocommerce-message {
  box-shadow: unset !important;
  border-radius: 11px;
  direction: rtl;
  color: #4d4d4d!important;
  padding: 4px 13px !important;
  font-size: 14px!important;
  background-color: #f9bb001c !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 20px;
  width: 100% !important;
  border: 1px solid #ffe78a !important;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}
body .woocommerce-error a,body  .woocommerce-message a{
  padding: 8px;
  border-radius: 7px !important;
  color: #ffff !important;
  display: inline-block !important;
  font-weight: 600 !important;
  margin: 0 10px !important;
  line-height: 18px !important;
}
.woocommerce-error a,.woocommerce-message a{
  margin: 0 5px !important;
}
.my-viewed-products__main .item-pro{
  border: 0;
}
.woocommerce-error::before,.woocommerce-message::before {
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  font-size: 38px;
  margin: 10px 0 !important;
  margin-left: 6px !important;
  color: #d5b20275 !important;
  content: "\eb84" !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid #ddd;
  line-height: 17px;
  padding-left: 8px;
}
.woocommerce-error li:last-child{
  border: 0;
}
.woocommerce-error li strong, .woocommerce-info li strong, .woocommerce-message li strong{
  font-weight: 600;
}
.woocommerce-info::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eabe" !important;
  position: relative  !important;
  top: unset  !important;
  right: unset  !important;
  left: unset  !important;
  font-size: 38px;
  margin-left: 6px;
  color: #d5b20275 !important;
}


.dl_stiky{
  display: inline-block;
  width: 100%;
}
.woocommerce-cart-form__contents .prk-next-shoppingcart-empty-thumbnail img{
  max-width: 210px;
}
.woocommerce-cart-form__contents.add_next_cart_empty .prk-next-shoppingcart-title-empty{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: prk-font !important;
}
.woocommerce-cart-form__contents.add_next_cart_empty p{
  font-size: 13px !important;
  text-align: center !important;
}
.prk_empty_cart{
  text-align: center;
  border-radius: 8px;
}
.prk_empty_cart_detales{
  margin-top: 3rem;
}
.prk-next-shopping-cart-tab-content {
  display: inline-block;
  width: 100%;
}
body .prk-next-shopping-cart-tab-content table.shop_table{
  margin-bottom: 0 !important;
}
body.cart_page.empty .empty_cart_icon{

}
.prk_empty_cart i.empty_cart{
 font-size: 110px;
 color: #000;
 text-align: center;
}
body.cart_page .prk_empty_cart .cart-empty{
  font-size: 16px;
  text-align: center;
  color: #555;
  margin-top: 10px;
}

body.cart_page.empty .return-to-shop{
 text-align: center;
}
body.cart_page.empty .return-to-shop a.button {
  padding: 10px 0;
  display: flex;
  align-items: center;
  max-width: 190px;
  justify-content: center;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  border-radius: 10px;
  color: #fff !important
}
body.cart_page.empty .return-to-shop a.button i{
  font-size: 31px;
  font-weight: 100;
  margin-left: 9px;
}
.prk-next-shoppingcart-card-grp-btn a i{
  font-size: 22px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
body.cart_page.empty .page_shoper ul{
  display: flex;
  justify-content: center;
  margin: 10px 0 25px 0;
}
body.cart_page.empty .page_shoper ul li{
  border-right: 1px solid #e8e8e8;
  padding: 0 10px;
  line-height: 16px;
  font-size: 15px;
}
body.cart_page.empty .page_shoper ul li:first-child{
  border: 0;
}
.cart_page .product-remove{
  padding: 0 !important;
  width: 1% !important;
}
.cart_page .cart-order-user table.shop_table td.product-thumbnail{
  width: 21% ;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.cart_page .cart-order-user table.shop_table td.product-name{
  margin-right: 10px;
  display: inline-block;
  width: 70%;
}
.cart_page .cart-order-user table.shop_table td.product-subtotal{
  width: 25%;
}
.cart_page .cart-order-user table.shop_table td.product-name a.product_name{
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #000 !important;
  text-align: right;
  line-height: 26px;
  display: block;
  margin-bottom: 25px;
}
.cart_page .cart-order-user table.shop_table .granti_cart{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}
.cart_page .cart-order-user table.shop_table .granti_cart i{
  margin-left: 5px;
}
.woocommerce a.remove:hover{
  background-color: unset !important;
  color: unset !important;
}

.cart_page td.product-remove:hover a{
  color: #fff !important;
}
.product-subtotal .woocommerce-Price-amount{
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.product-subtotal .price_savid,.product-subtotal .price_savid .woocommerce-Price-amount{
  color: #ea2e42 !important;
  font-size: 12px !important;
  margin-bottom: 0px;
}
.product-subtotal .price_savid .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 13px;
  color: #ea2e42;
}
.prk-add-shoppingcart-container{
  margin-top: 30px;
  cursor: pointer;
}
body .woocommerce-cart-form .prk-add-to-next-shopping-list{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: prk-font !important;
}
.prk-add-to-next-shopping-list i{
  font-size: 20px;
  margin-left: 3px;
  line-height: 0;
  font-weight: bold;
}
.woocommerce .totals-order-user table.shop_table tr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .continer .woocommerce .cart_totals .cart-subtotal td{
 line-height: 10px !important;
 padding: 0 !important;
}
.cart-subtotal th{
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #525252;
}
.cart-subtotal .woocommerce-Price-amount{
  font-size: 15px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
}
.woocommerce .totals-order-user .cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 12px;
  font-weight: 500;
}
.woocommerce .totals-order-user .cart-discount .woocommerce-Price-amount {
  font-size: 15px;
  line-height: 35px;
  color: #ea2e42;
  font-weight: 400;
}
.woocommerce .totals-order-user .order-total{
  line-height: 49px !important;
  font-size: 14px;
  text-align: right;
  width: 100%;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
}
/* checkout style */
.checkout.woocommerce-checkout{
  display: inline-block;
  width: 100%;
}
.checkout.woocommerce-checkout .col2-set{

}
.checkout.woocommerce-checkout .col2-set .col-1,.checkout.woocommerce-checkout .col2-set .col-2{
  width: 100%;
  max-width: 100%;
  padding-top: 20px !important;
}
.checkout.woocommerce-checkout .order_review_heading{

}
body.ceckout_page .checkout.woocommerce-checkout .woocommerce-checkout-review-order{
  display: inline-block;
  width: 26%;
  float: left;
  position: sticky;
  top: 85px;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set{
  float: right;
  width: 73%;
}
body .prk_pmi_latitude_map{
  display: none;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set .col-2.map-box{
  padding: 0 !important;
  overflow: hidden;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set .col-1,body.ceckout_page .woocommerce .woocommerce-checkout .col2-set .col-2{
  box-shadow: none !important;
  border-radius: 11px !important;
  padding: 20px ;
  margin: 0 0 15px 0 !important;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff !important;
  text-align: right;
}
.icon-caret-left-blue{
  display: inline-block;
}
.icon-caret-left-blue::before {
  content: "";
  position: relative;
  top: 0;
  border-style: solid;
  border-width: 9px 0 0 8px;
  border-color: transparent transparent transparent #ea2e42;
  transform: rotate(41deg);
  display: block;
}
.get_factor_field label .icon-caret-left-blue{
  display: inline-block;
  margin-right: -6px;
  margin-left: 8px;
}

body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row,body.ceckout_page .woocommerce .woocommerce-checkout .col2-set h3#ship-to-different-address{
 padding: 5px !important;
 margin: 0 0 1px;
}

body.ceckout_page .woocommerce-checkout .col2-set label.order-delivery-title,body.ceckout_page .woocommerce-checkout .col2-set p.form-row label,body.ceckout_page .woocommerce-checkout .col2-set h3#ship-to-different-address label{
  font-size: 15px !important;
  color: #3d3d3d !important;
  line-height: 1.6 !important;
  margin-bottom: 10px;
}
body.ceckout_page .woocommerce-checkout .col2-set p.form-row label{
  text-align: right;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set h3#ship-to-different-address label input{
  margin: -2px 0 0 8px;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row label .required{
  color: #ea2e42;
  margin-right: 3px;
  font-size: 18px;
  line-height: 1.222;
  margin-top: -5px;
  font-weight: 400;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row input.input-text{
  border: 1px solid #e3e3e3;
  padding-top: 20px;
  height: 50px!important;
  line-height: 45px!important;
  overflow: hidden;
  border-radius: 8px!important;
  font-size: 15px!important;
  text-align: right;
  padding-right: 20px!important;
  color: #2c3135!important;
  margin: 0 !important;

}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_first_name_field,body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_city_field{
  display: inline-block;
}
body #billing_city_field{
  clear: none;
  float: left !important;
  width: 49%;
}
body #billing_state_field{
  clear: none;
  float: right !important;
  width: 50%;
}
.select2-container .select2-selection--single {
    height: 50px!important;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
    padding-left: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_last_name_field,body.ceckout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_state_field{
  display: inline-block;
}
#billing_country_field {
    display: none;
}
#billing_city_field .select2-container--default .select2-selection--single .select2-selection__arrow b, #billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: 0 !important;
}
#billing_city_field .select2-container--default .select2-selection--single .select2-selection__arrow b::before, #billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e92c";
  position: Relative;
  left: 6px;
  top: 2px;
  float: left;
  font-weight: 400;
  font-size: 21px;
  color: #767682;
  display: block;
  border-radius: 100%;
}
#select2-billing_sabira_cities-container, #select2-billing_state-container, .select2-container .select2-selection {
    font-size: 15px;
    height: 48px;
    line-height: 50px;
    color: #2d2d2d;
}
body .select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
body .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
body .select2-container--open .select2-dropdown{
  border: 1px solid #e7e7e7;
  margin: -4px 0 !important;
  border-radius: 8px;
}
body .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #fafafa;
  color: #444 !important;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ededed ;
    color: #000 !important;
}
body .select2-results__option[aria-selected], .select2-results__option[data-selected]{
	font-size: 14px !important;;
	line-height: 25px !important;;
	font-weight: 400 !important;;
}
body .select2-container .select2-selection--single {
    height: 50px!important;
}
body .select2-container .select2-choice, .select2-container .select2-selection {
    width: 100%!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e7e7e7;
    padding: 6px !important;
}
body .select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: 1px solid #e3e3e3!important;
    height: 50px;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table,body.ceckout_page .woocommerce-checkout-payment{
  border-radius: 11px !important;
  padding: 6px !important;
  margin: 0 0 15px 0 !important;
  border: 1px solid #e3e3e3 !important;
  background-color: #fff !important;
  text-align: right;
}
body.ceckout_page .woocommerce-checkout-payment ul{
  padding: 13px !important;
  border: 0 !important;
}
.woocommerce-additional-fields h3{
  display: none !important;
}
body.ceckout_page .woocommerce form .form-row textarea{
  font-family: prk-font;
  min-height: 130px;
  font-size: 14px;
  padding-top: 20px !important;
}
body.ceckout_page .woocommerce-checkout-payment ul li{
  width: 100%;
  border: 1px solid #dbd9d9;
  padding: 10px 8px;
  margin-bottom: 7px !important;
  border-radius: 8px !important;
  display: inline-block;
  color: #4d4d4d;
}
body.ceckout_page .woocommerce-privacy-policy-text{
  display: none !important;
}
body.ceckout_page div.place-order{
  padding: 0px 17px 15px !important;
}
body.ceckout_page div.place-order .validate-required{
  border-bottom: 1px solid #e3e3e3 !important;
  padding-bottom: 15px !important;
}
body.ceckout_page div.place-order .validate-required label{
 display: inline-block !important;
}
body.ceckout_page div.place-order .validate-required label input{
  display: block !important;
  width: 20px;
  height: 20px;
  border: 1px solid #a5a5a5 ;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  margin: 0 !important;;
  float: right !important;
  margin-left: 10px !important;
}
body.ceckout_page div.place-order .prk-order-total{
  width: 100%;
  padding: 5px 0 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.571;
  font-weight: 650!important;
  color: #000!important;
}
body.ceckout_page div.place-order .prk-order-total .order-reviws-total{
  font-weight: 600;
}
body.ceckout_page h3#order_review_heading{
  color: #444;
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
body.ceckout_page div.place-order button#place_order{
  width: 100%;
  padding: 15px;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 400;
  font-family: prk-font;
  line-height: 1.3 !important;
}
body.ceckout_page input[type="checkbox"]:checked:before{
  height: 20px;
  width: 20px;
}


input[type="radio"]:checked, input[type="checkbox"]:checked {
    border-color: #009fb2;
}
input[type="checkbox"]:checked {
  background: #0abbd0 !important;
  border-color: #0abbd0 !important;
}

input[type="checkbox"]:checked:before {
  content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E);
  position: absolute;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: -3px;
  right: -1px;
  line-height: 18px;
}
body.ceckout_page input[type="checkbox"]{
  height: 20px;
  width: 20px;
  top: 0px;
  right: 0px;
}
input[type="radio"]:checked:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00BFD6;
  border-radius: 50%;
  left: 3px;
  top: 3px;

}
input[type="radio"] {
  border-radius: 50% !important;
}
.input[type="radio"]:not(.formnovin), input[type="checkbox"] {
    margin: 0 5px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    display: inline-block !important;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #808080;
    box-shadow: none;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
}
.woocommerce-invalid #terms{
  outline: 0 !important;
}
body.ceckout_page div.place-order .validate-required label .woocommerce-terms-and-conditions-checkbox-text{
  font-size: 15px;
  line-height: 1.6;
  color: #5e5e5e;
  float: right;
  width: 79%;
  font-weight: 400;
  margin-top: -4px;
}
body.ceckout_page div.place-order .validate-required label .woocommerce-terms-and-conditions-checkbox-text a{
  border-bottom: 1px solid;
}
body.ceckout_page div.place-order .validate-required label .required{
  position: absolute;
  top: 0;
  left: 0;
}


body.ceckout_page .woocommerce-checkout-payment ul li::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ea3d" !important;
  display: inline-block !important;
  float: right;
  font-size: 27px;
  color: #777;
  margin-left: 6px;
}
body.ceckout_page .woocommerce-checkout-payment ul li input{
  float: left;
  margin: 0 !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
body.ceckout_page .woocommerce-checkout-payment ul li input:checked:before,body.ceckout_page .woocommerce-shipping-totals.shipping td ul li input:checked:before{
  left: 4px;
  top: 4px;
}
body.ceckout_page .woocommerce-checkout-payment ul li label{
  font-size: 13px;
  font-weight: 700;
  color: #212529;
  cursor: pointer;
  width: 80%;
  display: inline-block;
}
body.ceckout_page .woocommerce-checkout-payment ul li label img{
  width: 30px !important;
  margin: 0 5px 0 0 !important;
}
body.ceckout_page .woocommerce-checkout-payment ul li div.payment_box{
  width: 100% !important;
  font-size: 13.5px !important;
  border-radius: 2px !important;
  background-color: #f5f5f5 !important;
  color: #666 !important;
  text-align: justify;
}
body.ceckout_page .woocommerce-checkout-payment ul li div.payment_box p{
  font-size: 13px !important;
  line-height: 24px !important;
  color: #585858;
}
body.ceckout_page .woocommerce-checkout-payment ul li div.payment_box::before{
  display: none !important;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody{
  display: block;
  width: 100%;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr,.woocommerce-shipping-totals.shipping{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.woocommerce-shipping-totals.shipping td{
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .woocommerce-shipping-totals.shipping th{
  font-weight: 600 !important;
  color: #4d4d4d;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-subtotal{
  border-bottom: 1px solid #e7e7e7;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.tax-total,body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.order-total{
  padding-top: 7px;
  padding-bottom: 7px;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.tax-total td,body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.order-total td,body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.order-total th{
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 700 !important;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-subtotal th,body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-subtotal td{
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #525252;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-discount{
  padding: 7px 10px;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.cart-discount td{
  color: #ea2e42;
  font-size: 14px !important;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals.shipping{
  flex-direction: column;
  align-items: self-start;
  border-bottom: 1px solid #e7e7e7;
}

body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody tr.woocommerce-shipping-totals.shipping td{
  width: 100%;
}
tr.woocommerce-shipping-totals.shipping td ul{
  width: 97%;
  margin: 0 auto !important;
  margin-top: 10px !important;
}
body.ceckout_page .woocommerce ul#shipping_method li label{
  width: 75%;
  text-align: justify;
}
body.ceckout_page .woocommerce ul#shipping_method li label .woocommerce-Price-amount{
  color: #3068f0;
  margin-right: 3px;
}
tr.woocommerce-shipping-totals.shipping td ul li{
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 13px 8px;
  border-radius: 12px;
  margin-bottom: 13px !important;
  position: relative;
}
tr.woocommerce-shipping-totals.shipping td ul li::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\eae1";
  margin-left: 5px;
  font-size: 26px;
}
tr.woocommerce-shipping-totals.shipping td ul li input{
  position: absolute;
  left: 10px;
  top: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 !important;
}
body .prk_order_confirm{
   border: 1px solid #e3e3e3;
   border-radius: 11px;
   justify-content: right;
   margin-top: 15px;
   padding: 20px;
   background-color: #fff;
}
body .prk_order_confirm ul.order_details{
  margin: 0 !important;
  min-width: 75%;
}
body .prk_order_confirm ul.order_details li{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
body .prk_order_confirm ul.order_details li strong{
  font-weight: 600;
  padding-top: 6px;
  font-size: 14px;
  color: #3f3f3f;
}
body .prk_order_confirm ul.order_details li::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 110px;
  color: #e0e0e0;
  margin: 15px 20px;
  display: block;
}
body .prk_order_confirm ul.order_details li.order::before{
  content: "\ea17";
}
body .prk_order_confirm ul.order_details li.date::before{
  content: "\ec3a";
}
body .prk_order_confirm ul.order_details li.email::before{
  content: "\ec0a";
}
body .prk_order_confirm ul.order_details li.total::before{
  content: "\ec35";
}
body .prk_order_confirm ul.order_details li.method::before{
  content: "\eb6b";
  background: #000;
  color: #fff;
  border-radius: 57px;
  font-size: 88px;
  padding: 10px;
  margin-top: 18px;
}
.pay_submit_order form{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.pay_submit_order form a,.pay_submit_order form .button,.pay_submit_order form input {
  padding: 16px 75px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 9px !important;
  margin: 8px !important;
  border: 1px solid transparent !important;
  text-align: center;
  color: #fff !important;
}
body .woocommerce .prk_order_confirm .pay_submit_order form .cancel{
  border: 1px solid;
  background: #fff !important;
}
.pay_submit_order form input[type="submit"]::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e931";
}
body .woocommerce p.woocommerce-thankyou-order-received{
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  justify-content: right;
  margin-top: 15px;
  padding: 20px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  color: #777575 !important;
  background-color: #fff !important;
}
body .woocommerce p.woocommerce-thankyou-order-received::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\ec31";
  line-height: 68px;
  background: #1340dc;
  color: #fff;
  margin: 0 auto 15px;
  padding: 22px;
  border-radius: 50%;
  width: 69px;
  height: 68px;
  display: block;
  text-align: center;
  font-size: 70px;
}

body.order_page .woocommerce .prk_payment_method_thankyou p{
  margin: 15px 0;
  box-shadow: 0 8px 13px -7px rgb(0 0 0 / 5%);
  background-color: #fff;
  border: 1px solid #e3e3e3!important;
  padding: 20px;
  width: 100%;
  color: #737373;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: -.2px;
  text-align: center;
  border-radius: 11px;
}

body.ceckout_page .woocommerce .woocommerce-order table.shop_table tfoot th{
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
body.ceckout_page .woocommerce .woocommerce-order table.shop_table tfoot td{
  border-top: 1px solid rgba(0,0,0,.1) !important;
}
body.order_page .woocommerce .prk_payment_method_thankyou p::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e949";
  font-size: 27px;
  position: relative;
  top: 6px;
  margin-left: 5px;
}

body.order_page .woocommerce-bacs-bank-details{
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  justify-content: right;
  text-align: center;
  margin-top: 15px;
  padding: 20px;
  background-color: #fff;
}
body.order_page .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading{
  font-size: 23px;
  font-weight: 500;
}
body.order_page .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name{
  line-height: 34px;
  padding: 10px 0 15px 0;
  font-size: 15px;
  font-weight: 600;
}
body.order_page .woocommerce-bacs-bank-details ul{
  margin: 0 !important;
}
body.order_page .woocommerce-bacs-bank-details ul li{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
body.order_page .woocommerce-bacs-bank-details ul li strong {
  font-weight: 600;
  padding-top: 6px;
  font-size: 14px;
  color: #282828;
}
.woocommerce-table.order_details thead {
    background-color: #909090;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
}
.woocommerce-table.order_details thead tr th{
  color: #fff !important;
}
.woocommerce-order-details table.shop_table{
 padding: 0 !important;
}

body.order_page .woocommerce-bacs-bank-details ul li::before{
  content: '';
  font-family: 'parsfont' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 80px;
  color: #e0e0e0;
  margin: 15px 10px;
  display: block;
}

body.order_page .woocommerce-bacs-bank-details ul li.bank_name::before{
  content: "\ea3e";
}
body.order_page .woocommerce-bacs-bank-details ul li.account_number::before{
  content: "\e9b1";
}
body.order_page .woocommerce-bacs-bank-details ul li.sort_code::before{
  content: "\e9a9";
}
body.order_page .woocommerce-bacs-bank-details ul li.iban::before{
  content: "\e9ab";
}
body.order_page .woocommerce-bacs-bank-details ul li.bic::before{
  content: "\e95f";
  padding: 4px 6px;
  background: #1051ef;
  color: #fff;
  border-radius: 24px;
  font-size: 73px;
}
body.cart_page .woocommerce .prk_cart table.shop_table th,body.cart_page .woocommerce .prk_cart table.shop_table td{
 line-height: 24px !important;
 padding: 7px 0 !important;
 font-size: 13px !important;
 font-weight: 500 !important;
 vertical-align: top !important;
 border-radius: 11px !important;
 background-color: transparent !important;
}
.prk_cart table.shop_table{
  padding: 15px !important;
  border-radius: 11px !important;
  background: #fff;
}
.woocommerce .totals-order-user .order-total th{
  padding: 0;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.woocommerce .totals-order-user table.shop_table tr.order-total td .woocommerce-Price-amount{
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.woocommerce .totals-order-user table.shop_table tr.order-total td .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 13px;
  font-weight: 400
}
.woocommerce .collateral-order-user .table-shop-cart-user .tr-proceed-cart-user th a{
  padding: 18px 0 !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.woocommerce table.shop_table th{
  padding: 15px 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #4d4d4d;
}
.cart_page .woocommerce .prs{
  font-size: 19px !important;
}
.product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  font-size: 12px;
  color: #000;
}
.woocommerce .cart-order-user table.shop_table td.product-name a:hover{
  background: unset !important;
}
body .woocommerce .cart-order-user table.shop_table td.actions .coupon input{
  display: inline-block;
  padding: 7px 10px 8px 30px;
  width: 110px;
}
.prk_open_mini_cart{
  display: inline-block;
  font-size: 34px;
  padding: 8px 12px 1px 2px;
  background: #2958e3;
  color: #fff;
  position: fixed;
  z-index: 9999;
  top: 65%;
  left: 0;
  border-radius: 0 13px 13px 0;
  cursor: pointer;
  transition: 0.2s all;
}

.prk_open_mini_cart.close{
  left: -100%;
  transition: 0.1s all;
}
body.ceckout_page .main-cont,body.cart_page .main-cont,body.order_page .main-cont{
  background: transparent !important;
}
/* payment navigations bar */
.payment_navigtions{
  border: 1px solid #e3e3e3;
  border-radius: 11px;
  padding: 25px;
  margin-top: 15px;
  background: #fff;
}
.payment_navigtions .payment_logo{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.payment_logo{
  text-align: center;
}
.payment_navigtions .payment_logo img{
  max-width: 160px;
}
.payment_navigtions .checkout-headers ul{
  display: flex;
  justify-content: center;
}
.payment_navigtions .checkout-headers ul li{
  display: flex;
  align-items: center;
  opacity: 0.7;
}
.payment_navigtions .checkout-headers ul li a{
  display: flex;
  align-items: center;
}
.payment_navigtions .checkout-headers ul li.active{
  opacity: 1;
}
.payment_navigtions .checkout-headers ul li::after{
  content: '';
  width: 94px;
  height: 1px;
  margin: 0 20px;
  background: #d5d5d5;
  position: relative;
  top: 1px;
}
.payment_navigtions .checkout-headers ul li.active::after{
  background: #d5d5d5;
}
.payment_navigtions .checkout-headers ul li i{
  transform: rotateY(180deg);
  font-size: 18px;
  margin-left: 10px;
}
.payment_navigtions .checkout-headers ul li.active i{
  font-size: 24px;
  font-weight: bold;
}
.payment_navigtions .checkout-headers ul li p{
  font-size: 16px;
}
.payment_navigtions .checkout-headers ul li.active p{
  font-size: 20px;
  font-weight: 600;
}
.payment_navigtions .checkout-headers ul li:last-child::after{
  display: none;
}
.prk-shoppingcart-next-contain-links{
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0 15px 0;
}
.prk-shoppingcart-next-contain-links a{
  font-size: 14px;
  color: #81858b;
  font-weight: 500;
  padding: 0 15px;
}
.prk-shoppingcart-next-contain-links a:first-child{
  padding-right: 0;
}
.prk-shoppingcart-next-contain-links a.active{

}
.prk-shoppingcart-next-contain-links a i,.prk-shoppingcart-next-contain-links a em{
  color: #fff;
  line-height: 20px;
  min-width: 21px;
  min-height: 18px;
  text-align: center;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  margin-right: 6px;
  display: inline-block;
}
.prk-shoppingcart-next-contain-links a .border_solid_cart{
  background-color: #1051ef;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 4px;
  width: calc(100% - 3px);
}

/* account page style */
.continer .woocommerce .sec-account{
  width: 23%;
}
.continer .woocommerce .woocommerce-MyAccount-content{
  width: 76%;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.continer .woocommerce .woocommerce-MyAccount-content p{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  padding-bottom: 10px;
}
.continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address{
  width: 45%;
  border: 1px solid #e3e3e3;
  padding: 10px;
  max-width: 45%;
  margin-top: 15px;
}
.continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address address{
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
  display: flex;
}
.content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell .woocommerce-button{
  margin: 0 3px;
}
.content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell .woocommerce-button.pay{
 background: #009617 !important;
 order: 3;
}
.content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell .woocommerce-button.cancel{
  background: #f61100 !important;
  order: 4;
 }
 .content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell .woocommerce-button.my_account_getfactor{
  order: 2;
 }
 .content-user .woocommerce-orders-table__row .woocommerce-orders-table__cell .woocommerce-button.view{
   order: 1;
  }
.continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address header{
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address header h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.continer .woocommerce .woocommerce-MyAccount-content div.woocommerce-Address header a{
  font-size: 13px;
  border-bottom: 1px dashed #0e4eef;
  line-height: 19px;
}
.content-user .woocommerce-EditAccountForm .sub-account-user .button, .woocommerce-address-fields button.button{
  color: #fff !important;
}
.woocommerce .woocommerce-MyAccount-content .address-user-pro{
  padding: 14px;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  border: 1px solid #e2e2e2;
}
.continer .woocommerce .nav-user-dashboard{
 padding: 0 !important;
 border-radius: 11px !important;
 border: 1px solid #e3e3e3;
}
.continer .woocommerce .nav-user-dashboard.bio{
  padding: 14px !important;
}
.continer .nav-user-dashboard .woocommerce-MyAccount-navigation ul li {
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.continer .nav-user-dashboard .woocommerce-MyAccount-navigation ul li::after{
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.continer .nav-user-dashboard .woocommerce-MyAccount-navigation ul li.is-active::after{
  background-color: #000;
}
.continer .nav-user-dashboard .woocommerce-MyAccount-navigation ul .profile_menu_head{
  padding: 18px 25px 18px 0;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing: .2px;
  color: #444;
  font-size: 16px;
  line-height: 1.692;
  font-weight: 700;
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation ul li::before{
  font-family: 'parsfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  color: #000;
}

body .continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--wpyar-ticket::before,
body .continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation  .woocommerce-MyAccount-navigation-link--tickets::before
 {
  content: "\ec0e";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation ul li a{
 padding: 0 !important;
}

.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--request-a-quote::before{
  content: "\ebe0";
}

.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--orders::before{
  content: "\ea25";
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--downloads::before{
  content: "\ea1d";
}
.continer .woocommerce .woocommerce-MyAccount-navigation-link--ordertrak::before{
  content: "\ebcc";
}


.continer .woocommerce .woocommerce-MyAccount-navigation-link--kerasno-coupon::before{
  content: "\eb96";
}

.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--edit-address::before{
  content: "\eae1" ;
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--woo-wallet::before,
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--wallet::before
{
  content: "\ea3d" ;
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--woo-affiliate::before{
  content: "\ebed" ;
}
.continer .woocommerce .woocommerce-MyAccount-navigation-link--sit-wishlist::before {
  content: "\eaa1";
}
.continer .woocommerce .woocommerce-MyAccount-navigation-link--notification::before {
  content: "\eb56";
}
.continer .woocommerce .woocommerce-MyAccount-navigation-link--comments::before {
  content: "\eb13";
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--edit-account::before {
  content: "\ec54";
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--customer-logout::before {
  content: "\eae8";
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--make-a-deposit::before{
  content: "\ea3a";
}
.continer .woocommerce .nav-user-dashboard .woocommerce-MyAccount-navigation-link--transactions-history::before{
  content: "\ea3b";
}
.continer .woocommerce .content-user .user_welcome{
  padding: 15px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.user_welcome .account-details{
  display: flex;

  align-items: center;
  font-weight: 500;
}
.user_welcome .account-details i{
  position: relative;
  top: 4px;
  font-size: 15px;
  font-weight: bold;
  padding-right: 4px;
}
.continer .woocommerce .content-user p.logout-user{
  color: #f57f17 !important;
  padding: 0;
  font-size: 14px;
}

.continer .woocommerce .content-user p.logout-user a{
  border-bottom: 1px solid;
  color: #f57f17;
}
.continer .woocommerce .content-user p.logout-user i{
  font-size: 19px;
  position: relative;
  top: 5px;
  padding-left: 4px;
}
.Icon-Alert-Info-Fill::before{
  content: "\E04E\00FE0E";
  font-size: 100%;
  font-family: parskala;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
body .woocommerce .content-user .my-orders-summary.profile-section{
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  margin-bottom: 16px;
}
body .woocommerce .content-user .my-orders-summary.profile-section:last-child{
  margin-bottom: 0;
}
body .woocommerce .content-user .my-orders-summary__header.profile-section__header{
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .woocommerce  .content-user .profile-section__title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.15;
  color: #0c0c0c;
}
body .woocommerce .content-user .title-border {
  background-color: #ef394e;
  width: 6rem;
  height: 0.1rem;
  margin-top: 5px;
}
body .woocommerce  .content-user .profile-section__more a {
  font-size: 13px;
  font-weight: 600;
  line-height: 2.17;
  color: #0071e3;
  display: inline-flex;
  align-items: center;
}
body .woocommerce .content-user .profile-section__more a i {
  margin-right: 8px;
}
body .woocommerce .content-user .my-orders-summary__main{
  padding-right: 24px;
  margin: 20px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
body .woocommerce .content-user .my-orders-summary__main .my-orders-summary__status{
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex: 1 1;
  align-items: center;
}
body .woocommerce .order-status-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .woocommerce .order-status-count {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.15;
  display: block;
  color: #424750;
}
body .woocommerce .order-status-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 2.17;
  color: #424750;
}
body .woocommerce .nav-user-dashboard.bio{
 flex-direction: column;
  text-align: center;
}
body .woocommerce .nav-user-dashboard .account-avatar,body .woocommerce .account-name {
  width: 100%;
  display: block;
}
body .woocommerce .nav-user-dashboard .account-avatar img{
  width: 74px;
  margin: 0;
}
body .woocommerce .nav-user-dashboard .account-name p{
  text-align: center;
  margin-top: 0px;
  font-size: 19px !important;
  font-weight: 700;
  color: #000;
}
body .woocommerce .nav-user-dashboard .flexed{
  justify-content: center;
  margin-top: 10px;
}
body .woocommerce .nav-user-dashboard .user-edit::before{
  top: 1px !important;
  left: 5px;
}

/* call style */

.call_box{

}
.call_box .call_main{
  position: fixed;
  right: 2%;
  background: #ffffff;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%);
  border-radius: 8px;
  width: 277px;
  z-index: 99999999;
  font-size: 12px;
  transition: all 120ms ease-out;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
.call_box.left_p .call_main,.call_box.left_p .call_button{
  left: 2%;
  right: inherit;
}
.call_box .call_main.showe{
  visibility: visible;
  opacity: 1;
  bottom: 130px;
  transition: all 190ms ease-out;
}
.call_box .call_main ul{
}
.flexd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sit-overflow-hidden{
  /* padding-right: 0px; */
}
.call_box .call_main ul li{
  line-height: 2em;
  font-size: 14px;
}
.call_box .call_main ul li a{
  padding: 9px 20px 9px 10px;
}
.call_box .call_main ul li:hover {
    background-color: #f0f0f0;
}
.call_box .call_main ul li div.call_item_icon{
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  padding: 3px;
  line-height: 34px;
}
.call_box .call_main ul li div.call_item_icon i{
  font-size: 26px;
  font-weight: 100;
  color: #fff;
}
.call_box .call_main ul li div.call_item_icon i::before{
  font-weight: 100;
}
.call_box .call_main ul li span{

}
.call_box .call_button{
  width: 70px;
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 9999;
  height: 70px;
  background-color: #ea2e42;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  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;
  cursor: pointer;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
}
.prk-go-up.call_box .call_button{
  -webkit-transform: translateY(-115px);
  -moz-transform: translateY(-115px);
  -o-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px);
}
.pluser,.mini_cart_counter.em-plus{
  animation: pulse 2s infinite;
}
.promotion-categories .head-product{
  width: 100%;
  border: 0;
}
.promotion-categories .head-product .titles-pro::after{
  display: none;
}
.promotion-categories .head-product h3{
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}
.mini_cart_counter{
  overflow: visible;
  position: absolute;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  min-width: 16px;
  min-height: 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  background-color: #ea2e42;
  padding: 0px 2px;
  top: 7px;
  right: 7px;
}
.prk-open-caller svg{
  max-width: 24px;
  display: block;
  margin: 1px auto -4px;
}
.prk-open-caller svg path{
  color: #fff
}
.call_box .call_button .prk-close-caller{
  width: 13px;
  height: 13px;
  line-height: 17px;
  font-weight: 600;
  display: none;
}
div.remodal-wrapper .remodal.nohead .remodal-header {
  padding: 0;
  border: 0;
  justify-content: flex-end;
}
.call_box .call_button .prk-close-caller i{
  color: #fff;
}
.call_box .call_button .prk-close-caller.rotate_for{
  animation: rotate_for .1s forwards;
}
@keyframes rotate_for {
 0%{
   transform: rotate(0);
 }
 100%{
   transform: rotate(180deg);
 }
}
.feed-btn.thanks.show{
  display: block;

}


.call_box .call_button span.title_caller{
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.close-icon::before {
  content: "\E0C9\00FE0E";
  font-family: parskala;
  transform: rotate(360deg);
}
@media (min-width: 990px){
  .feed-btn.mobile,.account_mobile,#dn-app-mobile,.reviw-tabs,.reviw-tabs .panel-close,.panel-mobiles,.tabs-mobile,#tab-reviews .reviw-tabs .tabs-panel-mobile,.title-mobile,.close-slider-mobile,.faqs-mobile,.icon-logged,#NavMenu,.order-title-mobile,.order-title-mobile.close-slider-mobile{
    display: none !important;
  }
  #tab-reviews .reviw-tabs{
    display: block !important;
  }
  .reviw-tabs .panel-mobiles{
    opacity: 1 !important;
    z-index: 9 !important;
    display: block !important;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
  }
  .reviw-tabs .panel-pad{
    border: none !important;
    width: auto !important;
    padding: unset !important;
    margin: unset !important;
  }
  .clomens{
    display: inline-block;
    flex-direction: unset;
    width: 100%;
  }

  .imgs-mobile{
    display: none;
  }
}

/* plugins compatibility */

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border: 1px solid #bfbfbf;
  border-radius: 11px;
}

input.button{
  padding: 10px;
  border-radius: 8px;
  min-width: 85px;
  cursor: pointer;
  color: #fff;
  background-color: #ff3a30;
  transition: 0.2s all;
}

input.button:hover{
  opacity: .8;
  transition: 0.2s all;
}


@keyframes progressbar {
  from {
    width: 0; }
  to {
    width: 100%; }
}


.seller-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  margin-top: 15px;
}
.seller-feedback .seller-feedback-item {
  color: #303030;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.circle-progress {
  width: 84px;
  height: 84px;
  line-height: 84px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative; }
  .circle-progress:after {
    content: "";
    width: 84%;
    height: 84%;
    border-radius: 50%;
    border: 7px solid #eee;
    position: absolute;
    top: 0;
    left: 0; }
  .circle-progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1; }
  .circle-progress .progress-left {
    left: 0; }
  .circle-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #ffb43e; }
  .circle-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left; }
  .circle-progress .progress-right {
    right: 0; }
    .circle-progress .progress-right .progress-bar {
      left: -100%;
      border-top-left-radius: 44px;
      border-bottom-left-radius: 44px;
      border-right: 0;
      -webkit-transform-origin: center right;
      transform-origin: center right; }
  .circle-progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 105%;
    font-weight: bold; }
    .circle-progress .progress-value div{
      color: #535353;
      font-size: 17px;
    }
    .circle-progress .progress-value span {
      font-size: 12px;
      text-transform: uppercase; }

    .seller-feedback-item.yellow .circle-progress .progress-bar {
        border-color: #d99a00;
    }
    .seller-feedback-item.green .circle-progress .progress-bar {
      border-color: #388e3c;
    }
    .seller-feedback-item.red .circle-progress .progress-bar {
      border-color: #e42525;
  }

.circle-progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 1s linear forwards; }
.circle-progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 1s linear forwards; }
.circle-progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 1s linear forwards; }
.circle-progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 1s linear forwards; }
.circle-progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards; }
.circle-progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 1s linear forwards; }
.circle-progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 1s linear forwards; }
.circle-progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 1s linear forwards; }
.circle-progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 1s linear forwards; }
.circle-progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 1s linear forwards; }
.circle-progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 1s linear forwards; }
.circle-progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 1s linear forwards; }
.circle-progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 1s linear forwards; }
.circle-progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 1s linear forwards; }
.circle-progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 1s linear forwards; }
.circle-progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 1s linear forwards; }
.circle-progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 1s linear forwards; }
.circle-progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 1s linear forwards; }
.circle-progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 1s linear forwards; }
.circle-progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 1s linear forwards; }
.circle-progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 1s linear forwards; }
.circle-progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 1s linear forwards; }
.circle-progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 1s linear forwards; }
.circle-progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 1s linear forwards; }
.circle-progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 1s linear forwards; }
.circle-progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 1s linear forwards; }
.circle-progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 1s linear forwards; }
.circle-progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 1s linear forwards; }
.circle-progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 1s linear forwards; }
.circle-progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 1s linear forwards; }
.circle-progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 1s linear forwards; }
.circle-progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 1s linear forwards; }
.circle-progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 1s linear forwards; }
.circle-progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 1s linear forwards; }
.circle-progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 1s linear forwards; }
.circle-progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 1s linear forwards; }
.circle-progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 1s linear forwards; }
.circle-progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 1s linear forwards; }
.circle-progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 1s linear forwards; }
.circle-progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 1s linear forwards; }
.circle-progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 1s linear forwards; }
.circle-progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 1s linear forwards; }
.circle-progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 1s linear forwards; }
.circle-progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 1s linear forwards; }
.circle-progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 1s linear forwards; }
.circle-progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 1s linear forwards; }
.circle-progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 1s linear forwards; }
.circle-progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 1s linear forwards; }
.circle-progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 1s linear forwards; }
.circle-progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0; }

.circle-progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 1s linear forwards 1s; }

.circle-progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 1s linear forwards 1s; }

.circle-progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1s; }

.circle-progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 1s linear forwards 1s; }

.circle-progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 1s linear forwards 1s; }

.circle-progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 1s linear forwards 1s; }

.circle-progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 1s linear forwards 1s; }

.circle-progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 1s linear forwards 1s; }

.circle-progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 1s linear forwards 1s; }

.circle-progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 1s linear forwards 1s; }

.circle-progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 1s linear forwards 1s; }

.circle-progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 1s linear forwards 1s; }

.circle-progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 1s linear forwards 1s; }

.circle-progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 1s linear forwards 1s; }

.circle-progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 1s linear forwards 1s; }

.circle-progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 1s linear forwards 1s; }

.circle-progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 1s linear forwards 1s; }

.circle-progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 1s linear forwards 1s; }

.circle-progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 1s linear forwards 1s; }

.circle-progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 1s linear forwards 1s; }

.circle-progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 1s linear forwards 1s; }

.circle-progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 1s linear forwards 1s; }

.circle-progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 1s linear forwards 1s; }

.circle-progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 1s linear forwards 1s; }

.circle-progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 1s linear forwards 1s; }

.circle-progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 1s linear forwards 1s; }

.circle-progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 1s linear forwards 1s; }

.circle-progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 1s linear forwards 1s; }

.circle-progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 1s linear forwards 1s; }

.circle-progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 1s linear forwards 1s; }

.circle-progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 1s linear forwards 1s; }

.circle-progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 1s linear forwards 1s; }

.circle-progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 1s linear forwards 1s; }

.circle-progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 1s linear forwards 1s; }

.circle-progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 1s linear forwards 1s; }

.circle-progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 1s linear forwards 1s; }

.circle-progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 1s linear forwards 1s; }

.circle-progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 1s linear forwards 1s; }

.circle-progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 1s linear forwards 1s; }

.circle-progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 1s linear forwards 1s; }

.circle-progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 1s linear forwards 1s; }

.circle-progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 1s linear forwards 1s; }

.circle-progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 1s linear forwards 1s; }

.circle-progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 1s linear forwards 1s; }

.circle-progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 1s linear forwards 1s; }

.circle-progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 1s linear forwards 1s; }

.circle-progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 1s linear forwards 1s; }

.circle-progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 1s linear forwards 1s; }

.circle-progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 1s linear forwards 1s; }

.circle-progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 1s linear forwards; }
.circle-progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 1s linear forwards 1s; }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg); } }
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg); } }
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg); } }
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg); } }
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg); } }
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg); } }
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg); } }
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg); } }
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg); } }
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg); } }
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg); } }
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg); } }
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg); } }
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg); } }
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg); } }
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg); } }
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg); } }
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg); } }
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg); } }
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg); } }
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg); } }
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg); } }
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg); } }
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg); } }
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg); } }
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg); } }
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg); } }
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg); } }
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg); } }
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg); } }
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg); } }
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg); } }
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg); } }
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg); } }
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg); } }
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg); } }
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg); } }
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg); } }
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg); } }
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg); } }
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg); } }
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg); } }
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg); } }
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg); } }
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg); } }
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }
    
    .modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:9999999}.modal__defaults{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.3);display:flex;justify-content:center;align-items:center;z-index:9999999}.modal__right{position:fixed;top:0;left:-100%;bottom:0;width:450px;background:#fff;transition:1s all}.micromodal-slide.is-open .modal__right{left:0;transition:.3s all}.modal__container{background-color:#fff;padding:0!important;max-height:100vh;border-radius:4px;box-sizing:border-box}.modal__header{display:flex;justify-content:space-between;align-items:center}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background:transparent;border:0}.modal__header .modal__close:before{content:"\2715"}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform 1s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out,-webkit-transform .5s ease-out;padding:.5rem 1rem}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(-30%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-40%)}}@keyframes defaultsIn{from{transform:translateY(0)}to{transform:translateY(0)}}@keyframes defaultsOut{from{transform:translateY(0)}to{transform:translateY(0)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden="false"] .modal__overlay{animation:mmfadeIn .5s cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide[aria-hidden="false"] .modal__container{animation:mmslideIn .5s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden="false"] .modal__defaults .modal__container{animation:mmfadeIn .4s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden="true"] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide[aria-hidden="true"] .modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden="true"] .modal__defaults .modal__container{animation:mmfadeOut .1s cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide[aria-hidden="false"] .modal__defaults{animation:defaultsIn .4s cubic-bezier(0,0,.2,1)}.micromodal-slide[aria-hidden="true"] .modal__defaults{animation:defaultsOut 0 cubic-bezier(0.0,0.0,0.2,1)}.micromodal-slide .modal__container,.micromodal-slide .modal__defaults,.micromodal-slide .modal__overlay{will-change:transform}.title_modal-video-gallery{display:flex;align-items:center;margin:0 30px 0 20px;border-bottom:1px solid #dfdfdf;height:52px;justify-content:space-between}.title_modal-video-gallery span{color:#0099bd;font-size:14px;font-weight:700;border-bottom:4px solid #0099bd;display:flex;height:52px;align-items:center;box-sizing:border-box;margin-bottom:-1px;padding:0 10px}#modal-video-gallery ol.flex-control-thumbs{width:30%;box-sizing:border-box;padding:20px}#modal-video-gallery ol.flex-control-thumbs li{overflow:hidden;float:right;margin-left:8px;margin-bottom:8px;box-sizing:border-box;cursor:pointer}#modal-video-gallery ol.flex-control-thumbs li img{width:64px;height:64px;border-radius:5px;border:1px solid #e0e0e2;padding:10px;box-sizing:border-box}#modal-video-gallery ol.flex-control-thumbs li img.flex-active{border:2px solid #0fabc6}#modal-video-gallery .woocommerce-product-gallery{display:flex}#modal-video-gallery figure.woocommerce-product-gallery__wrapper{width:70%;box-sizing:border-box;padding:20px 30px;position:relative;height:647px;overflow:hidden}#modal-video-gallery .woocommerce-product-gallery__image.flex-active-slide a img{display:block;margin:auto}#modal-video-gallery ol.flex-control-thumbs strong{display:block;overflow:hidden;font-size:14px;line-height:27px;margin-bottom:15px}.main_player_product_video{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden;background:#000;z-index:99;display:flex;align-items:center;justify-content:center;display:none;cursor:default}#modal-video-gallery ol.flex-control-thumbs div.nk_button_video_product{width:64px;height:64px;border-radius:5px;border:1px solid #e0e0e2;margin-left:8px;margin-bottom:8px;float:right;cursor:pointer;display:flex;align-items:center;justify-content:center}#modal-video-gallery ol.flex-control-thumbs div.nk_button_video_product:before{content:"\E16F\00FE0E";font-family:nk3;width:34px;height:34px;border:none;background-color:rgba(0,0,0,0.4);font-size:18px;color:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:999}span.multiplied-modals{border-bottom:unset}#modal-video-gallery.active{display:block}span.multiplied-modals::before{content:'';background-image:url(/wp-content/plugins/images/cancel.svg);background-size:20px;width:20px;height:20px;display:block;cursor:pointer}html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}



/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */


.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal{padding:10px 10px 0;box-sizing:border-box;width:95%;margin:8px 0;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{color: #535353;font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:31px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width: 641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}
.woocommerce form .form-row .required{visibility:visible}.woodmart-price-filter .amount{color:inherit;font-weight:inherit}.woodmart-price-filter .current-state{color:var(--color-gray-800);font-weight:600}.woodmart-price-filter .current-state .amount{font-weight:600}.login-see-prices .woodmart-price-filter{display:none}
.widget_recent_reviews .product-title:hover{color:var(--wd-entities-title-color-hover)}.widget_rating_filter .wc-layered-nav-rating a{display:flex;align-items:center;justify-content:space-between;color:var(--color-gray-300)}.widget_recent_reviews .product-title{transition:all .25s ease}.woocommerce-ordering-list .selected-order{color:var(--color-gray-800);font-weight:600}
@font-face{font-display:swap;font-family:IRANSansWeb_Black;font-style:normal;font-weight:900;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Black.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_Black.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_Black.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_Black.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_Bold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Bold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_Bold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_Bold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_Bold.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_Medium;font-style:normal;font-weight:500;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Medium.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_Medium.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_Medium.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_Medium.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_Light;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Light.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_Light.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_Light.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_Light.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_UltraLight;font-style:normal;font-weight:200;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_UltraLight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_UltraLight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_UltraLight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_UltraLight.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum_Black;font-style:normal;font-weight:900;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Black.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Black.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum_Black.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum_Black.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum_Black.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum_Bold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Bold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum_Bold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum_Bold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum_Bold.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum_Medium;font-style:normal;font-weight:500;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Medium.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Medium.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum_Medium.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum_Medium.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum_Medium.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum_Light;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Light.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_Light.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum_Light.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum_Light.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum_Light.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum_UltraLight;font-style:normal;font-weight:200;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_UltraLight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum_UltraLight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum_UltraLight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum_UltraLight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum_UltraLight.ttf) format('truetype')}@font-face{font-display:swap;font-family:IRANSansWeb_FaNum;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANSansWeb_FaNum.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANSansWeb_FaNum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANSansWeb_FaNum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdnbold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnbold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnbold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdnbold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdnbold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdnbold.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdnlight;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnlight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnlight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdnlight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdnlight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdnlight.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdn;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdn.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdn.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdn.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdn.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdn.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdnwebbold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnwebbold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnwebbold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdnwebbold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdnwebbold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdnwebbold.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdnweblight;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnweblight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnweblight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdnweblight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdnweblight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdnweblight.ttf) format('truetype')}@font-face{font-display:swap;font-family:iransansdnweb;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnweb.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iransansdnweb.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/iransansdnweb.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iransansdnweb.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iransansdnweb.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebbold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebBold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebBold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebBold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebBold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebBold.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebthin;font-style:normal;font-weight:100;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebThin.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebThin.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebThin.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebThin.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebThin.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanweblight;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebLight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebLight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebLight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebLight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebLight.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebregular;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebRegular.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebRegular.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebRegular.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebRegular.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebRegular.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebmedium;font-style:normal;font-weight:500;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebMedium.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebMedium.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebMedium.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebMedium.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebMedium.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebextrabold;font-style:normal;font-weight:800;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebExtraBold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebExtraBold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebExtraBold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebExtraBold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebExtraBold.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebblack;font-style:normal;font-weight:850;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebBlack.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebBlack.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebBlack.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebBlack.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebBlack.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebextrablack;font-style:normal;font-weight:900;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebExtraBlack.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/IRANYekanWebExtraBlack.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/IRANYekanWebExtraBlack.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/IRANYekanWebExtraBlack.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/IRANYekanWebExtraBlack.ttf) format('truetype')}@font-face{font-display:swap;font-family:robotobold;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotobold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotobold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/robotobold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/robotobold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/robotobold.ttf) format('truetype')}@font-face{font-display:swap;font-family:robotolight;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotolight.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotolight.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/robotolight.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/robotolight.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/robotolight.ttf) format('truetype')}@font-face{font-display:swap;font-family:robotoregular;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotoregular.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/robotoregular.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/robotoregular.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/robotoregular.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/robotoregular.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebbold_FaNum;font-style:normal;font-weight:700;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebboldfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebboldfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebboldfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebthin_FaNum;font-style:normal;font-weight:100;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebthinfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebthinfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebthinfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanweblight_FaNum;font-style:normal;font-weight:300;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanweblightfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanweblightfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanweblightfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebregular_FaNum;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebregularfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebregularfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebregularfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebmedium_FaNum;font-style:normal;font-weight:500;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebmediumfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebmediumfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebmediumfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebextrabold_FaNum;font-style:normal;font-weight:800;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebextraboldfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebextraboldfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebextraboldfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebextraboldfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebblack_FaNum;font-style:normal;font-weight:850;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebblackfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebblackfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebblackfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebblackfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:iranyekanwebextrablack_FaNum;font-style:normal;font-weight:900;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebextrablackfanum.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/iranyekanwebextrablackfanum.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/iranyekanwebextrablackfanum.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/iranyekanwebextrablackfanum.ttf) format('truetype')}@font-face{font-display:swap;font-family:Yekan;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/Yekan.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/Yekan.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/Yekan.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/Yekan.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/Yekan.ttf) format('truetype')}@font-face{font-display:swap;font-family:KalamehWeb_thin;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_thin.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_thin.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/KalamehWeb_thin.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/KalamehWeb_thin.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/KalamehWeb_thin.ttf) format('truetype')}@font-face{font-display:swap;font-family:KalamehWeb_Regular;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Regular.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Regular.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/KalamehWeb_Regular.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/KalamehWeb_Regular.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/KalamehWeb_Regular.ttf) format('truetype')}@font-face{font-display:swap;font-family:KalamehWeb_Bold;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Bold.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Bold.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/KalamehWeb_Bold.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/KalamehWeb_Bold.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/KalamehWeb_Bold.ttf) format('truetype')}@font-face{font-display:swap;font-family:KalamehWeb_Black;font-style:normal;font-weight:400;src:url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Black.eot);src:url('/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/eot/KalamehWeb_Black.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff2/KalamehWeb_Black.woff2) format('woff2'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/woff/KalamehWeb_Black.woff) format('woff'),url(/wp-content/plugins/abzarwp-theme-woodmart/assets/fonts/fonts/ttf/KalamehWeb_Black.ttf) format('truetype')}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"YekanBakhFaNum";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"YekanBakhFaNum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"YekanBakhFaNum";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"YekanBakhFaNum";--e-global-typography-accent-font-weight:500}.elementor-kit-5 e-page-transition{background-color:#FFBC7D}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.e-con{--container-max-width:1140px}.elementor-widget:not(:last-child){margin-block-end:20px}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}/*! elementor-pro - v3.21.0 - 20-05-2024 */
.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{transform:scale(1);opacity:1}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-color:var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting{background-color:var(--e-p-border-global);color:var(--e-p-border-global-invert)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:var(--e-p-border-global-hover)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;left:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart{margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form){display:flex;flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)){margin-top:0;margin-right:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container{display:flex;flex-wrap:wrap;gap:var(--view-cart-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container>*{display:flex;flex-basis:auto;margin:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input{height:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form){display:block}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{display:flex}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder{flex-wrap:wrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder>*{flex-basis:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)){margin-right:0;margin-top:var(--button-spacing,10px)}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder{flex-wrap:nowrap}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button{vertical-align:middle}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button{flex-basis:100%}@media (min-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:1024px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button{flex-basis:100%}}@media (max-width:-1){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button{flex-basis:100%}}@media (max-width:767px){:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-end;text-align:left}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:flex-start;text-align:right}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]){text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder{justify-content:center;text-align:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity{margin-left:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button{width:100%}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container>*{flex-basis:100%;justify-content:center}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart{flex-basis:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity{margin-left:auto}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button,:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button{flex-basis:100%}}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity{display:none!important}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)){margin-right:0}:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)),:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)){margin-top:0}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled{pointer-events:none}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button{text-align:center}:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart{margin:0;padding:0;display:flex;align-items:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity{vertical-align:middle}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty{vertical-align:top;margin-left:0;width:3.631em;text-align:center}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;box-shadow:none;margin:-1px 0 0}.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price del,.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:flex;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;left:-8px}.elementor-woo-meta--view-table .product_meta{display:flex;flex-direction:column}.elementor-woo-meta--view-table .product_meta .detail-container{display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .woocommerce-product-rating{margin-bottom:0;display:flex;align-items:center}.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{justify-content:flex-end}.elementor-product-rating--align-right .woocommerce-product-rating{justify-content:flex-start}.elementor-product-rating--align-center .woocommerce-product-rating{justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-right:auto}.elementor-products-grid ul.products.elementor-grid{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-products-grid ul.products.elementor-grid:after,.elementor-products-grid ul.products.elementor-grid:before{content:none;display:none}.elementor-products-grid ul.products.elementor-grid li.product{width:auto;padding:0;margin:0;float:none;display:var(--button-align-display);flex-direction:var(--button-align-direction);justify-content:var(--button-align-justify)}.elementor-products-grid ul.products.elementor-grid li.product .onsale{padding:0;display:none}.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0;border-left:0}.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .related>h2,.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells>h2{display:none}.elementor-widget-woocommerce-products.products-heading-show .cross-sells>h2,.elementor-widget-woocommerce-products.products-heading-show .related>h2,.elementor-widget-woocommerce-products.products-heading-show .upsells>h2{display:block;text-align:var(--products-title-alignment,right);color:var(--products-title-color);margin-bottom:var(--products-title-spacing,1rem)}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}@media (min-width:1025px){.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-widget-wc-archive-products .products{grid-template-columns:repeat(2,1fr)}}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-menu-cart__wrapper{text-align:var(--main-alignment,right)}.elementor-menu-cart__toggle_wrapper{display:inline-block;position:relative}.elementor-menu-cart__toggle{display:inline-block}.elementor-menu-cart__toggle .elementor-button{background-color:var(--toggle-button-background-color,transparent);color:var(--toggle-button-text-color,#69727d);border:var(--toggle-button-border-width,1px) var(--toggle-button-border-type,solid) var(--toggle-button-border-color,#69727d);border-radius:var(--toggle-button-border-radius,0);display:inline-flex;flex-direction:row-reverse;align-items:center;padding:var(--toggle-icon-padding,12px 24px)}.elementor-menu-cart__toggle .elementor-button:hover{color:var(--toggle-button-hover-text-color,#69727d);background-color:var(--toggle-button-hover-background-color,transparent);border-color:var(--toggle-button-hover-border-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button:hover svg{fill:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart__toggle .elementor-button svg{fill:var(--toggle-button-icon-color,#69727d)}.elementor-menu-cart__toggle .elementor-button-text{margin-inline-end:.3em}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;transition:color .1s}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon,.elementor-menu-cart__toggle .elementor-button-icon{color:var(--toggle-button-icon-color,#69727d);font-size:var(--toggle-icon-size,inherit)}.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover{color:var(--toggle-button-icon-hover-color,#69727d)}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;inset-inline-end:-.7em;border-radius:100%;color:var(--items-indicator-text-color,#fff);background-color:var(--items-indicator-background-color,#d9534f);text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:inline-block;font-weight:400}.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{display:none}.elementor-menu-cart__container{transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100%;background-color:rgba(0,0,0,.25);transition:background-color .4s,transform 0s;text-align:right}.elementor-menu-cart__main{position:fixed;left:var(--side-cart-alignment-left,0);right:var(--side-cart-alignment-right,auto);transform:translateX(0);top:0;bottom:0;display:flex;flex-direction:column;align-items:stretch;font-size:14px;min-height:200px;width:350px;max-width:100%;transition:.3s;padding:var(--cart-padding,20px 30px);background-color:var(--cart-background-color,#fff);box-shadow:0 0 20px rgba(0,0,0,.2);border-style:var(--cart-border-style,none);border-color:var(--cart-border-color,initial);border-radius:var(--cart-border-radius,0);margin-top:var(--mini-cart-spacing,0)}.elementor-menu-cart__main .widget_shopping_cart_content{height:100%;display:flex;flex-direction:column}.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{color:var(--empty-message-color,inherit);text-align:var(--empty-message-alignment,right)}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{background-color:transparent;transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button{display:none}body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;transform:var(--side-cart-alignment-transform,translateX(-100%))}.elementor-menu-cart__close-button{width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px);position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:var(--cart-close-button-color,#69727d);border-radius:1px;transition:.3s}.elementor-menu-cart__close-button:hover:after,.elementor-menu-cart__close-button:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button:before{transform:rotate(45deg)}.elementor-menu-cart__close-button:after{transform:rotate(-45deg)}.elementor-menu-cart__close-button-custom{position:relative;margin:0 0 20px;align-self:flex-end;cursor:pointer;display:inline-block;font-family:eicons;font-size:20px;line-height:1;transition:.3s}.elementor-menu-cart__close-button-custom:hover:after,.elementor-menu-cart__close-button-custom:hover:before{background:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon{font-size:var(--cart-close-icon-size,25px);color:var(--cart-close-button-color,#69727d)}.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover{color:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__close-button-custom svg{fill:var(--cart-close-button-color,#69727d);width:var(--cart-close-icon-size,25px);height:var(--cart-close-icon-size,25px)}.elementor-menu-cart__close-button-custom svg:hover{fill:var(--cart-close-button-hover-color,#69727d)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:28% auto;grid-template-rows:var(--price-quantity-position--grid-template-rows,auto auto);position:relative;border-width:0;border-bottom:var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d5d8dc)}.elementor-menu-cart__product .variation{display:grid;grid-template-columns:max-content auto;margin:10px 0;color:var(--product-variations-color,#1f2124)}.elementor-menu-cart__product .variation dt{grid-column-start:1}.elementor-menu-cart__product .variation dd{grid-column-start:2;margin-inline-start:5px}.elementor-menu-cart__product .variation dd p{margin-bottom:0}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:3;margin:0}.elementor-menu-cart__product-name a{transition:.3s}.elementor-menu-cart__product-price{grid-column-start:2;grid-column-end:3;align-self:var(--price-quantity-position--align-self,end);font-weight:300;color:var(--product-price-color,#d5d8dc)}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-right:20px}.elementor-menu-cart__product-remove{color:#69727d;width:var(--remove-item-button-size,22px);height:var(--remove-item-button-size,22px);border-radius:var(--remove-item-button-size,22px);border:1px solid var(--remove-item-button-color,#d5d8dc);text-align:center;overflow:hidden;position:absolute;left:0;bottom:20px;transition:.3s}.elementor-menu-cart__product-remove:hover{border:1px solid var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:hover:after,.elementor-menu-cart__product-remove:hover:before{background:var(--remove-item-button-hover-color,#d5d8dc)}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:var(--remove-item-button-color,#d5d8dc);z-index:1;transition:.3s}.elementor-menu-cart__product-remove:before{transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product-remove>a.remove_from_cart_button{display:var(--remove-from-cart-button,block)}.elementor-menu-cart__product-remove>a.elementor_remove_from_cart_button{display:var(--elementor-remove-from-cart-button,none)}.elementor-menu-cart__product:last-child{border:none}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:var(--product-divider-gap,20px)}.elementor-menu-cart__product{padding-left:30px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:var(--product-divider-gap,20px)}.elementor-menu-cart__subtotal{font-size:20px;text-align:var(--menu-cart-subtotal-text-align,center);font-weight:600;color:var(--menu-cart-subtotal-color,inherit);border-left:var(--subtotal-divider-left-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-bottom:var(--subtotal-divider-bottom-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-right:var(--subtotal-divider-right-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-top:var(--subtotal-divider-top-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc)}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:var(--cart-footer-buttons-alignment-text-align,center);display:var(--cart-footer-buttons-alignment-display,grid);grid-template-columns:var(--cart-footer-layout,1fr 1fr);margin-top:var(--cart-buttons-position-margin,0);grid-column-gap:var(--space-between-buttons,10px);grid-row-gap:var(--space-between-buttons,10px)}.elementor-menu-cart__footer-buttons .elementor-button{display:inline-block;border-radius:var(--cart-footer-buttons-border-radius,0);height:-moz-fit-content;height:fit-content}.elementor-menu-cart__footer-buttons .elementor-button--view-cart{display:var(--view-cart-button-display,inline-block);color:var(--view-cart-button-text-color,#fff);padding:var(--view-cart-button-padding,15px);background-color:var(--view-cart-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{color:var(--view-cart-button-hover-text-color,#fff);background-color:var(--view-cart-button-hover-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout{display:var(--checkout-button-display,inline-block);color:var(--checkout-button-text-color,#fff);padding:var(--checkout-button-padding,15px);background-color:var(--checkout-button-background-color,#69727d)}.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:var(--checkout-button-hover-background-color,#69727d)}@media (max-width:767px){.elementor-menu-cart__footer-buttons .elementor-button{padding-left:10px;padding-right:10px}}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"],.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product{padding-left:0;padding-right:0;grid-template-columns:25% auto}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove{display:none}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove{top:0;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove{top:20px;bottom:auto}.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove{transform:translateY(50%);bottom:50%}.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove{top:auto;bottom:20px}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{position:absolute;width:auto;height:auto;overflow:visible;top:100%;bottom:auto;background:none;min-width:330px;right:0;left:auto;transform:scale(1);transition:background-color .4s,transform 0s}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main{width:auto;height:auto;position:relative;top:auto;bottom:auto;right:auto;left:auto;overflow:visible;transform:translateY(0);transition:.3s}@media (max-width:767px){.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{min-width:300px}}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container{transform:scale(0);transition:background-color .4s,transform 0s .4s}body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{opacity:0;transform:translateY(-10px)}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown{opacity:1}.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container{z-index:9999}.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container{display:none}.elementor-widget-woocommerce-purchase-summary{font-size:14px;font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>td,.elementor-widget-woocommerce-purchase-summary table tbody tr:hover>th{background-color:initial}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details{padding-inline-start:0;margin:0 0 2em;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-left:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);color:var(--payment-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-left:var(--payment-details-space-between,4em);padding-left:var(--payment-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li{border-left:none;border-bottom:var(--payment-details-border-width,1px) var(--payment-details-border-type,solid) var(--payment-details-border-color,#d5d8dc);margin-left:0;padding-left:0;width:100%;padding-top:calc(var(--payment-details-space-between, 20px) / 2);padding-bottom:calc(var(--payment-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{color:var(--payment-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--payment-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details{padding-inline-start:0;display:flex;flex-wrap:wrap}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-left:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);color:var(--bank-details-titles-color,#000);font-weight:700;font-size:14px;text-transform:capitalize;margin-left:var(--bank-details-space-between,4em);padding-left:var(--bank-details-space-between,4em);float:unset;margin-bottom:30px}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{border-left:none;border-bottom:var(--bank-details-border-width,1px) var(--bank-details-border-type,solid) var(--bank-details-border-color,#d5d8dc);margin-left:0;padding-left:0;width:100%;padding-top:calc(var(--bank-details-space-between, 20px) / 2);padding-bottom:calc(var(--bank-details-space-between, 20px) / 2);justify-content:space-between;display:flex;margin-bottom:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{color:var(--bank-details-items-color,#69727d);font-weight:400;font-size:14px;margin-top:var(--bank-details-titles-spacing,10px);text-transform:none;line-height:normal;text-shadow:none;font-style:normal;letter-spacing:0}@media (max-width:1024px){.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong{margin-top:0}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type{border-left:none}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label,.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p{color:var(--order-details-variations-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table{font-size:14px;margin-bottom:0;padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt{background-color:transparent;border-radius:var(--button-border-radius,3px);border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);vertical-align:middle;color:var(--button-normal-text-color,#69727d);padding:var(--button-padding,5px 10px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th{border:0;border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc);padding-top:calc(var(--order-details-rows-gap, 18px) / 2);padding-bottom:calc(var(--order-details-rows-gap, 18px) / 2);padding-right:0;padding-left:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th{color:var(--order-details-titles-totals-color,#000);border-top:none;padding-top:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span{color:var(--order-details-titles-totals-color,#000)}@media (min-width:1025px){.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td{vertical-align:top;line-height:unset}}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount{color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires,.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining{font-weight:400;color:var(--order-details-items-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td{border-top:none;padding-top:0;color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before{color:var(--order-details-titles-totals-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--buttons-border-type,solid) var(--buttons-border-color,#5bc0de);border-radius:var(--button-border-radius,3px);vertical-align:middle;color:var(--button-normal-text-color,#69727d);margin-top:40px;margin-bottom:0;padding:var(--button-padding,12px 32px)}.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover{color:var(--button-hover-text-color,#69727d);transition-duration:var(--button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-purchase-summary .woocommerce h2{color:var(--titles-color,#000);margin-bottom:var(--titles-spacing,45px);font-weight:400}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2{text-align:var(--order-summary-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading{text-align:var(--bank-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title{text-align:var(--downloads-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2,.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details>h2{text-align:var(--billing-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2{text-align:var(--shipping-details-alignment,inherit)}.elementor-widget-woocommerce-purchase-summary .woocommerce a{color:var(--order-details-product-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover{color:var(--order-details-product-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-purchase-summary .woocommerce p{margin-bottom:20px}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received{margin-bottom:var(--sections-spacing,40px);color:var(--confirmation-message-color,#69727d);text-align:var(--confirmation-message-alignment,inherit);display:var(--confirmation-message-display,none)}.elementor-widget-woocommerce-purchase-summary .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody>tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-purchase-summary .woocommerce address{padding:var(--sections-padding,15px 30px);background-color:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);color:var(--general-text-color,#69727d)}@media (max-width:767px){.elementor-widget-woocommerce-purchase-summary .woocommerce-column--2{margin-top:2em}}.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details+p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name{color:var(--account-title-color,#000);font-weight:700;font-size:14px;margin-bottom:var(--account-title-spacing,1rem)}.elementor-widget-woocommerce-purchase-summary .woocommerce section{margin-top:var(--sections-spacing,4em)}.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child{margin-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details{table-layout:fixed}.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td{word-wrap:break-word}.elementor-widget-woocommerce-checkout-page{background-color:transparent;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;color:#69727d}.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container{grid-template-columns:auto}.elementor-widget-woocommerce-checkout-page ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-checkout-page table tbody tr:hover>td,.elementor-widget-woocommerce-checkout-page table tbody tr:hover>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .e-description{color:var(--sections-descriptions-color,#69727d);padding-bottom:var(--sections-descriptions-spacing,0);font-size:14px;font-weight:400}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section{margin-bottom:24px}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title{text-align:var(--login-title-alignment,right)}.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge{margin-top:var(--sections-secondary-title-spacing,24px);margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor{margin-top:var(--sections-secondary-title-spacing,24px)}.elementor-widget-woocommerce-checkout-page .e-coupon-box{margin-top:24px}.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:flex;align-items:center}.elementor-widget-woocommerce-checkout-page .e-login-wrap-start{flex:75%}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{flex:20%;text-align:left}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-wrap{display:block}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end{text-align:var(--login-button-alignment,right);margin-top:15px}.elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label{display:none}}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap{display:flex;justify-content:space-between;margin-top:6px}.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{margin-bottom:0;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password{font-size:11px}}.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:90%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-apply-coupon{width:var(--coupon-button-width,auto)}}.elementor-widget-woocommerce-checkout-page .e-checkout__container{display:grid;flex-wrap:wrap;grid-template-columns:56% auto;align-items:stretch;grid-column-gap:var(--sections-margin,24px);grid-row-gap:var(--sections-margin,24px)}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .e-checkout__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title{color:var(--sections-secondary-title-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge{text-align:var(--coupon-title-alignment,right)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address{margin-top:13px;padding-right:var(--shipping-heading-padding-start,30px)}.elementor-widget-woocommerce-checkout-page #ship-to-different-address span{font-weight:400}.elementor-widget-woocommerce-checkout-page a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row{padding-left:var(--forms-columns-gap-padding,0);padding-right:var(--forms-columns-gap-padding,0);margin-left:var(--forms-columns-gap-margin,0);margin-right:var(--forms-columns-gap-margin,0)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);font-size:14px;border:none;font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-checkout-page .woocommerce .create-account,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row{margin-bottom:0!important}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input,.elementor-widget-woocommerce-checkout-page .woocommerce .input-radio{vertical-align:middle}.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span{position:relative;top:2px;color:var(--sections-checkboxes-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label,.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{display:inline}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#6f6f6f);border-radius:var(--forms-buttons-border-radius,3px);padding:1rem;border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover{color:var(--forms-buttons-hover-text-color,#6f6f6f);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{margin-right:1%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code{width:100%;margin-right:0;margin-bottom:15px}}.elementor-widget-woocommerce-checkout-page .woocommerce-info{border-top-color:transparent;background-color:transparent;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p{font-weight:400;font-size:12px}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info{font-weight:400;margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment{background:var(--sections-background-color,#fff);border-radius:var(--sections-border-radius,3px);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 24px 0);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{display:var(--additional-information-display,none)}@media (min-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text{color:var(--sections-messages-color,#69727d);font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p{margin-top:25px}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2{padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading{text-align:var(--order-review-title-alignment,right)}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table{margin-bottom:0;border:0;font-size:14px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th{padding-top:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td{color:#000}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity{font-weight:400}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th{color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{border:0;padding-left:0;padding-bottom:15px;padding-top:15px}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr{padding-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td{font-weight:400;color:var(--order-summary-items-color,#000);border-bottom:var(--order-summary-items-divider-weight,0) solid var(--order-summary-items-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name{padding-left:40px;max-width:150px}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total{vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th{padding-top:var(--order-summary-rows-gap-top,15px);padding-bottom:var(--order-summary-rows-gap-bottom,15px)}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th{color:var(--order-summary-totals-color,#69727d);vertical-align:top}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td,.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th{border-top:var(--order-summary-totals-divider-weight,0) solid var(--order-summary-totals-divider-color,#69727d)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td{max-width:70px}.elementor-widget-woocommerce-checkout-page .woocommerce h3{font-size:14px;font-weight:700;margin-top:0;margin-bottom:var(--sections-title-spacing,30px);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span{font-weight:400;font-size:14px;margin-bottom:3px;color:#69727d}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:48%}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox{vertical-align:middle;margin:0 5px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3{text-align:var(--billing-details-title-alignment,right)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row{margin-bottom:var(--forms-rows-gap,5px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child{margin-bottom:15px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login{margin-top:-8px;z-index:999;background:#fff;border-top-width:0;position:relative;margin-bottom:0;color:#69727d}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last{width:100%}}.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:85%}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit{width:var(--login-button-width,35%)}}.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3{text-align:var(--additional-fields-title-alignment,right)}.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address{margin-bottom:var(--sections-margin,20px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment{margin-top:24px;padding:15px 25px 25px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods{border-bottom:none;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box{background-color:#f9fafa}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li{line-height:21px}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{padding-right:15px;font-size:12px}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a{float:none;font-size:11px;padding-left:10px}}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img{width:55px}}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order{display:flex;flex-direction:column;flex-wrap:wrap;padding:0;margin-bottom:0;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order{background-color:#5bc0de;width:var(--purchase-button-width,auto);float:none;color:var(--purchase-button-normal-text-color,#fff);min-height:auto;padding:var(--purchase-button-padding,1em 1em);border-radius:var(--purchase-button-border-radius,3px)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover{background-color:#5bc0de;color:var(--purchase-button-hover-text-color,#fff);border-color:var(--purchase-button-hover-border-color,#5bc0de);transition-duration:var(--purchase-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before{display:none}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2{width:auto;float:none}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:grid;grid-template-columns:auto auto;align-items:center}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:left}@media (max-width:1024px){.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2{text-align:var(--coupon-button-alignment,right)}}.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field{margin-bottom:10px}.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000);font-size:14px;font-style:normal;text-transform:none;letter-spacing:normal;text-decoration:none;line-height:21px}.e-woo-select2-wrapper .select2-results__option,.e-woo-select2-wrapper .select2-results__option:focus{color:#69727d}.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart table tbody tr:hover>td,.elementor-widget-woocommerce-cart table tbody tr:hover>th{background-color:inherit}.elementor-widget-woocommerce-cart .e-clear{overflow:hidden;height:0;width:0}.elementor-widget-woocommerce-cart .e-cart-section{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);margin:var(--sections-margin,0 0 30px 0);border-radius:var(--sections-border-radius,3px);border:1px var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc)}.elementor-widget-woocommerce-cart .e-cart-section--no-coupon{margin:var(--sections-margin,0 0 0 0)}@media (min-width:1024px){.elementor-widget-woocommerce-cart .e-cart-section:last-child{margin:var(--sections-margin,0)}}.elementor-widget-woocommerce-cart .e-cart-content{color:var(--sections-descriptions-color,#69727d);font-size:15px;font-weight:400;line-height:23px;letter-spacing:0}.elementor-widget-woocommerce-cart .e-cart__container{display:grid;flex-wrap:wrap;grid-template-columns:59% auto;align-items:stretch;grid-column-gap:var(--sections-margin,30px);grid-row-gap:var(--sections-margin,30px)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .e-cart__container{grid-template-columns:repeat(1,1fr)}}.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container{grid-template-columns:auto}.elementor-widget-woocommerce-cart .select2-container{margin-bottom:4px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,0);border:none;height:45px}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,initial);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-right:1rem;padding-left:1rem}.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below{background-color:#f9fafa}.elementor-widget-woocommerce-cart .woocommerce{font-family:Roboto,sans-serif}.elementor-widget-woocommerce-cart .woocommerce button.button{background-color:var(--e-a-bg-default);color:var(--forms-buttons-normal-text-color,#69727d);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,.88rem 2rem);width:var(--forms-buttons-width,auto);border:2px var(--forms-buttons-border-type,solid) var(--forms-buttons-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button:hover{color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]{padding:var(--forms-buttons-padding,.88rem 2rem);color:var(--forms-buttons-normal-text-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover,.elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover{background-color:var(--forms-buttons-hover-background-color,#fff);color:var(--forms-buttons-hover-text-color,#69727d);transition-duration:var(--forms-buttons-hover-transition-duration,.3s);border-color:var(--forms-buttons-hover-border-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label{color:var(--sections-radio-buttons-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input{vertical-align:middle}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form{margin-top:var(--sections-descriptions-spacing,15px)}.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination{color:var(--sections-descriptions-color,#69727d);margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th{display:none}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td{text-align:right!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before{width:100%;margin-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td{text-align:left!important}.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before{content:attr(data-title);font-weight:700;float:right}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{text-align:var(--totals-title-alignment,right)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td{padding-top:var(--totals-rows-gap-top,12px);padding-bottom:var(--totals-rows-gap-bottom,9px)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before{color:var(--totals-color,#69727d);font-weight:700}.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td{border-top-color:var(--totals-divider-color,#69727d);border-top-width:var(--totals-divider-weight,0)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row{margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-cart .woocommerce .product-name a{color:var(--product-link-normal-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover{color:var(--product-link-hover-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .form-row{padding:3px 0;margin:0}.elementor-widget-woocommerce-cart .woocommerce .input-text,.elementor-widget-woocommerce-cart .woocommerce select{color:var(--forms-fields-normal-color,#69727d);background-color:#f9fafa;border-radius:var(--forms-fields-border-radius,3px);border:none;padding:var(--forms-fields-padding,16px);font-size:14px}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder,.elementor-widget-woocommerce-cart .woocommerce select::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus,.elementor-widget-woocommerce-cart .woocommerce select:focus{color:var(--forms-fields-focus-color,#69727d);background-color:#f9fafa;border-color:var(--forms-fields-focus-border-color,transparent);transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder,.elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder{color:var(--forms-fields-focus-color,#69727d)}.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{background-color:transparent;color:var(--order-summary-color,#000);border:var(--order-summary-quantity-border-weight,1px) solid var(--order-summary-quantity-border-color,#d5d8dc);border-radius:3px;padding:1px 2px;text-align:right;font-size:14px;min-height:28px;max-height:28px}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout{padding-bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;align-items:var(--place-order-title-alignment,stretch)}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button{padding:var(--checkout-button-padding,15px 1em);width:var(--checkout-button-width,auto);font-size:15px;text-align:center;color:var(--checkout-button-normal-text-color,#fff);background-color:#5bc0de;border-radius:var(--checkout-button-border-radius,3px);min-height:auto;margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover{color:var(--checkout-button-hover-text-color,#fff);background-color:#5bc0de;border-color:var(--checkout-button-hover-border-color,#5bc0de);transition-duration:var(--checkout-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-cart .woocommerce .remove{background:transparent;color:var(--order-summary-remove-icon-normal-color,#000)!important;width:auto}.elementor-widget-woocommerce-cart .woocommerce .remove:hover{background:transparent;color:var(--order-summary-remove-icon-hover-color,#5bc0de)!important}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals{float:none;width:100%}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td{padding-right:0}.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td{padding-left:0}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{float:left;width:100%}.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row{padding:0}.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:flex}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{flex:2;padding-left:30px}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start{padding-left:0}}.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{flex:1}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end{text-align:var(--apply-coupon-button-alignment,center)}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon-col{display:block}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce .coupon{margin:var(--sections-margin,0)}.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code{width:100%;margin-left:0;margin-bottom:15px}.elementor-widget-woocommerce-cart .woocommerce .coupon .button{width:var(--apply-coupon-button-width,100%);float:none}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button{float:right;font-size:14px;font-weight:700}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions{display:table-cell;text-align:var(--update-cart-button-alignment,right)!important}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{display:inline-block!important;float:none;width:var(--update-cart-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{width:var(--update-cart-button-width,100%)!important}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type{text-align:var(--update-shipping-button-alignment,start)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{float:none;width:var(--update-shipping-button-width,auto)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button{width:var(--update-shipping-button-width,100%)}}.elementor-widget-woocommerce-cart .woocommerce table.shop_table td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table th,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr{border:0 solid}.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd)>th{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions{padding:16px 0 0}.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a{display:inline-block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child{display:var(--update-cart-automatically-display,table-row)}.elementor-widget-woocommerce-cart .woocommerce table.cart{margin-bottom:0}.elementor-widget-woocommerce-cart .woocommerce table.cart img{width:55px;height:auto;display:block}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-top:var(--order-summary-rows-gap-top,20px);padding-left:20px;padding-bottom:var(--order-summary-rows-gap-bottom,20px);padding-right:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td span{color:var(--order-summary-color,#000);font-size:14px;font-weight:400}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top:var(--order-summary-items-divider-weight,1px) solid var(--order-summary-items-divider-color,#d5d8dc)}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal,.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail{border-top-width:0}}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove{padding-right:0;padding-left:0}@media (min-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td{border-top:none}}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove{position:relative}.elementor-widget-woocommerce-cart .woocommerce table.cart.product-name{padding-left:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{border-top-width:var(--order-summary-items-divider-weight,1px);border-top-color:var(--order-summary-items-divider-color,#d5d8dc)}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}}@media (max-width:768px){.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-right:0;padding-left:0}}@media (max-width:767px){.elementor-widget-woocommerce-cart .woocommerce table.cart{padding:0}.elementor-widget-woocommerce-cart .woocommerce table.cart tr{padding:16px 28px}.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td{padding-right:0;padding-left:0}.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name,.elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child{border-top:none}.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions{padding:0}}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward){color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,.elementor-widget-woocommerce-cart .woocommerce .cart th{font-size:14px;font-weight:700;margin-top:0;padding:0 0 8px 20px}.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2{margin-bottom:var(--sections-title-spacing,1rem);color:var(--sections-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart th{padding-bottom:var(--order-summary-title-spacing,8px);color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .cart td:before{color:var(--order-summary-title-color,#000)}.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button:after{display:none}.elementor-widget-woocommerce-cart .woocommerce .product-name .variation{color:var(--order-summary-variations-color,#000)}@media (max-width:1024px){.elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td{background-color:transparent}.elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td{padding-right:0}}.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input,.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping]{pointer-events:none}.e-woo-select2-wrapper .select2-results__option{font-family:Roboto,sans-serif;font-size:14px;color:var(--forms-fields-normal-color,#69727d)}.e-woo-select2-wrapper .select2-results__option:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account{font-family:Roboto,sans-serif;color:#69727d}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{float:left;width:75%;padding:0;padding-right:var(--tab-content-spacing,6%)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table{border:none;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{background-color:var(--sections-background-color,#fff)}.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper{padding:var(--sections-padding,16px 30px 3px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content{border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper{padding:0;border:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details{margin-bottom:40px}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details,.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px 3px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover{color:var(--tables-button-hover-text-color,#69727d);transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods{padding:0;border-bottom:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d4d4d4)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content>div>p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default{border-radius:var(--forms-fields-border-radius,0);background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single{color:var(--forms-fields-normal-color,#69727d);background-color:var(--forms-fields-normal-background-color,#f9fafa);border-radius:var(--forms-fields-border-radius,0);border:none;height:45px;margin:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus{color:var(--forms-fields-focus-color,#69727d);background-color:var(--forms-fields-focus-background-color,#f9fafa);border-color:initial;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--forms-fields-normal-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--forms-fields-normal-color,#69727d);line-height:45px;padding-left:1rem;padding-right:1rem}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow{height:45px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below{background-color:var(--forms-fields-normal-background-color,#f9fafa)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder{color:var(--forms-fields-normal-color,inherit);font-family:inherit;opacity:.6}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a{color:var(--links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover{color:var(--links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover{background-color:initial}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em{font-size:12px;color:var(--login-messages-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row{padding-left:var(--forms-columns-gap-padding-left,0);padding-right:var(--forms-columns-gap-padding-right,0);margin-left:var(--forms-columns-gap-margin-left,0);margin-right:var(--forms-columns-gap-margin-right,0);margin-bottom:var(--forms-rows-gap,6px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label{color:var(--forms-labels-color,#69727d);margin-bottom:var(--forms-label-spacing,0)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select{color:var(--forms-fields-normal-color,#69727d);border-radius:var(--forms-fields-border-radius,0);padding:var(--forms-fields-padding,16px);background:#f9fafa;border:none;font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus{color:var(--forms-fields-focus-color,#69727d);border-color:#69727d;transition-duration:var(--forms-fields-focus-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field{margin-bottom:5px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text{margin-bottom:15px;color:var(--login-messages-color,#69727d);font-size:12px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]),.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]){color:var(--login-messages-color,#69727d);font-size:12px;margin-top:10px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword{font-size:12px;margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:50%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first{width:100%}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{background-color:var(--sections-background-color,#fff);padding:var(--sections-padding,16px 30px);border-left:var(--sections-border-left-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-bottom:var(--sections-border-bottom-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-right:var(--sections-border-right-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-top:var(--sections-border-top-width,1px) var(--sections-border-type,solid) var(--sections-border-color,#d5d8dc);border-radius:var(--sections-border-radius,3px);font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3){margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox{vertical-align:middle}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span{color:var(--checkboxes-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr{border:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3{color:var(--typography-section-titles-color,#000);margin-top:0;margin-bottom:var(--section-title-spacing,45px);font-weight:400}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong{color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label{color:var(--variations-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity{font-weight:400;color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type{margin-top:30px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark{background-color:transparent;font-weight:700;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption+thead tr:first-child th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup+thead tr:first-child th{border-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th{border-top:0;padding-right:0;padding-top:0;padding-bottom:var(--tables-titles-spacing,9px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th{background-color:transparent;padding-right:0;padding-top:var(--order-summary-rows-gap-top,9px);padding-bottom:var(--order-summary-rows-gap-bottom,9px);color:var(--tables-items-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table{font-size:14px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th{border-top:var(--tables-divider-border-width,1px) var(--tables-divider-border-type,solid) var(--tables-divider-border-color,#d5d8dc)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span{color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th{padding-right:0;color:var(--tables-title-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a{color:var(--tables-links-normal-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover{color:var(--tables-links-hover-color,#5bc0de)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td{border-top:none;padding-top:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button{background:transparent;border:2px solid #5bc0de;border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);border-radius:var(--tables-button-border-radius,3px);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);margin-top:0;margin-bottom:0;padding:var(--tables-button-padding,12px 32px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3{float:none}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address{padding:var(--sections-padding,45px 30px 16px 30px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit{float:right;position:absolute;margin-right:var(--edit-link-margin-start,30px);margin-top:var(--edit-link-margin-top,10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns{margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset{border:none;padding:0;margin-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend{font-weight:700;padding:20px 0;color:var(--general-text-color,#000)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button{background:#5bc0de;border:none;color:var(--forms-buttons-normal-text-color,#fff);border-radius:var(--forms-buttons-border-radius,3px);padding:var(--forms-buttons-padding,12px 32px);margin-top:20px}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover,.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover{color:var(--forms-buttons-hover-text-color,#fff);transition-duration:var(--forms-buttons-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination{padding:16px 0}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button{background:transparent;border-radius:var(--tables-button-border-radius,3px);border:2px var(--tables-buttons-border-type,solid) var(--tables-buttons-border-color,#5bc0de);vertical-align:middle;color:var(--tables-button-normal-text-color,#69727d);padding:var(--tables-button-padding,5px 10px)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover{transition-duration:var(--tables-button-hover-transition-duration,.3s)}.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates{color:var(--general-text-color,#69727d)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:right;width:25%}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{width:100%}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul{padding-inline-start:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li{list-style-type:none;display:inline-block;width:var(--tab-width,100%)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{content:"";display:block;width:100%;background-color:var(--tabs-divider-color,#69727d);height:var(--tabs-divider-weight,0);position:relative;top:calc(var(--tabs-spacing, 2px) / 2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--tabs-active-color,#5bc0de);background:#f1f2f3;border-color:var(--tabs-active-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{font-style:normal;font-weight:700;font-size:14px;color:var(--tabs-normal-color,#69727d);display:block;padding:var(--tabs-padding,12px 20px);text-align:var(--tabs-alignment,start);background:#f9fafa;border-radius:var(--tabs-border-radius,0);border:0 var(--tabs-border-type,solid) var(--tabs-border-color,transparent)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:var(--tabs-hover-color,#5bc0de);border-color:var(--tabs-hover-border-color,transparent)}@media (max-width:1024px){.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{padding:var(--tabs-padding,10px)}}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after{display:none}.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below,.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below{padding-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td{vertical-align:top;line-height:unset}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions{text-align:left}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio{vertical-align:middle}.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio+label{color:var(--payment-methods-radio-buttons-color,#69727d)}.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0}.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard{margin-top:0}.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{float:none;width:100%}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after{display:none}.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{float:none;width:100%;padding:var(--tab-content-spacing,50px) 0 0 0}@media (max-width:1024px){.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content{width:100%;padding:var(--tab-content-spacing,6%) 0 0 0}}.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation{display:none}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation{display:block}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:flex;justify-content:var(--tabs-container-justify-content,space-between)}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul{display:block}}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{display:inline-block;width:var(--tab-width,100%);padding:0 calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2);margin:0;border-left:var(--tabs-divider-weight,0) solid var(--tabs-divider-color,#69727d)}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type{padding-right:0}.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type{padding-left:0;border-left-width:0}@media (max-width:767px){.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li{margin:calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;display:inline-block;width:100%}}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a{pointer-events:none}.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button,.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button{pointer-events:none;opacity:.3}.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type){display:none}.product .count{background-color:inherit}.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading *,.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.elementor-widget-woocommerce-notices .woocommerce-error,.elementor-widget-woocommerce-notices .woocommerce-info,.elementor-widget-woocommerce-notices .woocommerce-message,.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper,.elementor-widget-woocommerce-notices .woocommerce .is-error,.elementor-widget-woocommerce-notices .woocommerce .is-info,.elementor-widget-woocommerce-notices .woocommerce .is-success{display:block}.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice{display:none}.woocommerce div.product.elementor form.cart div.product-addon{flex-basis:100%;flex-shrink:0}.e-sticky-right-column--active{position:sticky;top:0}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d5d8dc;border:1px solid;border-right:none;border-left:none;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d5d8dc}.elementor-post-navigation{overflow:hidden;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d5d8dc}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-inline-end:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-inline-start:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:flex;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:end}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:flex;flex-direction:column}.elementor-post-navigation .elementor-grid{justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - 1px / 2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:end}.elementor-post-navigation .elementor-post-navigation__next a{justify-content:flex-end}.elementor-search-form{display:block;transition:.2s}.elementor-search-form .e-font-icon-svg-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#69727d;font-size:var(--e-search-form-submit-icon-size,16px);color:#fff;border-radius:0}.elementor-search-form__container{display:flex;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#f1f2f3}.elementor-search-form__input{flex-basis:100%;color:#3f444b;transition:color .2s}.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{transition:color .2s,background .2s;font-size:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form__submit svg{fill:var(--e-search-form-submit-text-color,#fff);width:var(--e-search-form-submit-icon-size,16px);height:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{color:var(--e-search-form-submit-text-color,#fff);border:none;border-radius:0}.elementor-search-form--button-type-text .elementor-search-form__submit{flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:flex;align-items:center;justify-content:flex-end;color:#3f444b;fill:#3f444b;font-size:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal .elementor-search-form__icon svg{width:var(--e-search-form-icon-size-minimal,15px);height:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal:focus-within{outline-width:2px;outline-style:solid}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border:solid #fff;border-width:0 0 1px;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:var(--e-search-form-toggle-color,#33373d);font-size:var(--e-search-form-toggle-size,33px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;transition:.2s;width:var(--e-search-form-toggle-size,33px);height:var(--e-search-form-toggle-size,33px);background-color:var(--e-search-form-toggle-background-color,rgba(0,0,0,.05));border:var(--e-search-form-toggle-border-width,0) solid var(--e-search-form-toggle-color,#33373d);border-radius:var(--e-search-form-toggle-border-radius,3px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{font-size:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{fill:var(--e-search-form-toggle-color,#33373d);width:var(--e-search-form-toggle-icon-size,.55em);height:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__container{transition:.3s;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:flex;align-items:center}.elementor-author-box__avatar{flex-shrink:0;margin-inline-end:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{flex-direction:row-reverse}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{flex-direction:row}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #3f444b;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#3f444b}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar,.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after{margin:initial}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:flex;flex-flow:row wrap}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__excerpt{flex-grow:var(--read-more-alignment,0)}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;transition:filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{flex-direction:column;transition-property:background,border,box-shadow;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__text{display:var(--item-display,block);flex-direction:column;flex-grow:1}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700;align-self:flex-start}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post,.elementor-posts--thumbnail-right .elementor-post{flex-direction:row}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{order:5;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{order:0;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post{display:flex}.elementor-posts .elementor-post__card{display:flex;flex-direction:column;overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #69727d;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#69727d;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1)}.elementor-card-shadow-yes .elementor-post__card{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio__filter:focus-visible{outline:1px auto -webkit-focus-ring-color}.elementor-portfolio-item{align-self:flex-start;transition-property:transform,opacity;transition-timing-function:ease-in-out;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;transition:opacity 1s;display:flex;flex-direction:column;justify-content:center;text-align:center;overflow:hidden;background-color:rgba(105,114,125,.8)}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay,.elementor-portfolio-item:hover .elementor-portfolio-item__overlay{opacity:1;transition:opacity .5s}.elementor-portfolio.elementor-has-item-ratio{transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.e-con-inner>.elementor-widget-portfolio,.e-con>.elementor-widget-portfolio{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper,.elementor-widget-posts.load-more-align-center .elementor-button-wrapper{text-align:center}.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper,.elementor-widget-posts.load-more-align-start .elementor-button-wrapper{text-align:start}.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper,.elementor-widget-posts.load-more-align-end .elementor-button-wrapper{text-align:end}.elementor-widget-archive-posts.load-more-align-justify .elementor-button,.elementor-widget-posts.load-more-align-justify .elementor-button{width:100%}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-archive-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-archive-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message,.elementor-widget-posts.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-archive-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper,.elementor-widget-posts.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-spinner svg,.elementor-widget-posts>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-archive-posts>.elementor-widget-container .e-load-more-message,.elementor-widget-posts>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;right:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-archive-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button,.elementor-widget-posts>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#babfc5}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button>span{display:flex;justify-content:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;flex-shrink:0;padding-inline-end:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:flex}.elementor-price-list .elementor-price-list-item{align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{align-items:flex-start;flex-wrap:wrap;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{align-items:center;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item .elementor-price-list-price{font-weight:600}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:var(--e-price-table-header-background-color,#555);padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-inline-end:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;align-self:center}.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency{font-size:1em;margin:0}.elementor-price-table .elementor-price-table__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row-reverse;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:flex;flex-wrap:wrap;text-align:start;align-self:stretch;align-items:flex-start;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-inline-end:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1;color:var(--e-price-table-features-list-color)}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-inline-end:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-inline-end:10px;fill:var(--e-price-table-features-list-color);height:1.3em;width:1.3em}.elementor-price-table .elementor-price-table__features-list svg~*{vertical-align:text-top}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:0;right:auto;transform:rotate(0);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f9fafa}.e-con-inner>.elementor-widget-price-list,.e-con>.elementor-widget-price-list{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-flip-box{height:280px;position:relative;perspective:1000px;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:35px;color:#fff}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box,.elementor-flip-box .elementor-view-framed,.elementor-flip-box .elementor-view-stacked{--e-flip-box-view-framed-stacked-icon-color:#fff}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-icon svg,.elementor-flip-box .elementor-view-framed .elementor-icon svg,.elementor-flip-box .elementor-view-stacked .elementor-icon svg{fill:var(--e-flip-box-view-framed-stacked-icon-color)}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-flip-box__button.elementor-button:focus-visible,.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{transform-style:preserve-3d;transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{perspective:1000px;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{transform-style:preserve-3d;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{transition:transform .7s,opacity .35s,width .1ms;opacity:1;transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front,.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{transition:transform .7s,opacity .5s .2s;opacity:0;transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{transition:transform .7s,opacity .5s;opacity:1;transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back,.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{transform:none;opacity:1}.e-con-inner>.elementor-widget-flip-box,.e-con>.elementor-widget-flip-box{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:flex;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{transition:all .4s;width:100%;background-color:#f9fafa}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#3f444b;border-color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{color:#3f444b;border-color:#3f444b}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--layout-image-right .elementor-cta{flex-direction:row}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:flex;flex-wrap:wrap;align-items:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{align-content:flex-start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{align-content:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{align-content:flex-end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:-1){.elementor-cta--widescreen-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--widescreen-layout-image-left .elementor-cta,.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--widescreen-layout-image-left .elementor-cta__content,.elementor-cta--widescreen-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--widescreen-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-direction:row}}@media (max-width:-1){.elementor-cta--laptop-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--laptop-layout-image-left .elementor-cta,.elementor-cta--laptop-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--laptop-layout-image-left .elementor-cta__content,.elementor-cta--laptop-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--laptop-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--laptop-layout-image-right .elementor-cta{flex-direction:row}}@media (max-width:-1){.elementor-cta--tablet_extra-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet_extra-layout-image-left .elementor-cta,.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet_extra-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-direction:row}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--tablet-layout-image-right .elementor-cta{flex-direction:row}}@media (max-width:-1){.elementor-cta--mobile_extra-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile_extra-layout-image-left .elementor-cta,.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile_extra-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-direction:row}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{flex-direction:row-reverse}.elementor-cta--mobile-layout-image-right .elementor-cta{flex-direction:row}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:0;right:auto;transform:rotate(0);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;transform:translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{flex-direction:row-reverse}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:flex;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{flex-basis:0;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{align-items:center}.elementor--h-position-left .swiper-slide-inner{justify-content:flex-end}.elementor--h-position-right .swiper-slide-inner{justify-content:flex-start}.elementor--h-position-center .swiper-slide-inner{justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:var(--e-share-buttons-primary-color,#ea4335);border-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(270deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{overflow:hidden;font-size:10px;display:flex;align-items:center;justify-content:flex-start;transition-duration:.2s;transition-property:filter,background-color,border-color;height:4.5em;cursor:pointer}.elementor-share-btn__icon,.elementor-share-btn__text{transition-property:color,background-color;transition-duration:.2s}.elementor-share-btn__icon{display:flex;align-self:stretch;justify-content:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{width:var(--e-share-buttons-icon-size,1.7em);height:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{font-size:1.5em;padding-inline-end:1em;align-self:stretch;flex-grow:1;align-items:center;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;flex-shrink:0}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:var(--e-carousel-image-overlay-color,#fff);background-color:rgba(105,114,125,.8);transition:transform .5s,opacity .5s}.elementor-carousel-image-overlay i{font-size:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-carousel-image-overlay svg{fill:var(--e-carousel-image-overlay-color,#fff);width:var(--e-carousel-image-overlay-icon-size,21px);height:var(--e-carousel-image-overlay-icon-size,21px)}.elementor-testimonial__image{flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:flex;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-start:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:flex;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:flex;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{flex-shrink:0;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{flex-direction:row}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-inline-end:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{flex-direction:row-reverse}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-inline-start:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:flex;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#f9fafa;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#f9fafa;position:absolute;transform:scaleX(.75) rotate(45deg);border-width:0;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + 50px / 2)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}@media (min-width:-1){.elementor-testimonial--widescreen-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--widescreen-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--widescreen-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--laptop-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--laptop-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--laptop-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--tablet_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:1024px){.elementor-testimonial--tablet-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--tablet-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--tablet-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:-1){.elementor-testimonial--mobile_extra-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile_extra-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile_extra-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}@media (max-width:767px){.elementor-testimonial--mobile-align-right .elementor-testimonial{text-align:right}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row;justify-content:start}.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:20px;margin-inline-start:0}.elementor-testimonial--mobile-align-left .elementor-testimonial{text-align:left}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{flex-direction:row-reverse;justify-content:end}.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-inline-end:0;margin-inline-start:20px}.elementor-testimonial--mobile-align-center .elementor-testimonial{text-align:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{justify-content:center}.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:start}}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-inline-start:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-inline-start:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon{color:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{--e-testimonial-icon-color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{--e-testimonial-icon-color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{--e-testimonial-icon-color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{--e-testimonial-icon-color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{--e-testimonial-icon-color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{--e-testimonial-icon-color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{--e-testimonial-icon-color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{--e-testimonial-icon-color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{--e-testimonial-icon-color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{--e-testimonial-icon-color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{--e-testimonial-icon-color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{--e-testimonial-icon-color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{--e-testimonial-icon-color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{--e-testimonial-icon-color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{--e-testimonial-icon-color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{--e-testimonial-icon-color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{--e-testimonial-icon-color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{--e-testimonial-icon-color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{--e-testimonial-icon-color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{--e-testimonial-icon-color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{--e-testimonial-icon-color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{--e-testimonial-icon-color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{--e-testimonial-icon-color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{--e-testimonial-icon-color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{--e-testimonial-icon-color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{--e-testimonial-icon-color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{--e-testimonial-icon-color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{--e-testimonial-icon-color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{--e-testimonial-icon-color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{--e-testimonial-icon-color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{--e-testimonial-icon-color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{--e-testimonial-icon-color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{--e-testimonial-icon-color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{--e-testimonial-icon-color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{--e-testimonial-icon-color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-threads{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{--e-testimonial-icon-color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{--e-testimonial-icon-color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{--e-testimonial-icon-color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{--e-testimonial-icon-color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{--e-testimonial-icon-color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{--e-testimonial-icon-color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{--e-testimonial-icon-color:#dd2430}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{--e-testimonial-icon-color:#31a918}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{--e-testimonial-icon-color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{--e-testimonial-icon-color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-x{--e-testimonial-icon-color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{--e-testimonial-icon-color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{--e-testimonial-icon-color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{--e-testimonial-icon-color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{--e-testimonial-icon-color:#0099e5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg{fill:var(--e-testimonial-icon-color)}.elementor-widget-reviews .elementor-testimonial__rating{background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:flex;padding-block-start:15px;padding-block-end:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-inline-start:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-block-start:0 none;border-block-end:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-block-start:6px;padding-block-end:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-inline-start:15px;padding-inline-end:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-block-end:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{will-change:transform;border-style:solid;border-width:0;transition-duration:.5s;transition-property:border,background,transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:flex;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev{right:0;left:unset}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - 40px / 2)}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev{right:10px;left:unset}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0;font-style:normal;color:#3f444b}.elementor-widget-blockquote blockquote .e-q-footer:after,.elementor-widget-blockquote blockquote .e-q-footer:before,.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before{content:none}.elementor-blockquote{transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote .e-q-footer{margin-top:12px;display:flex;justify-content:space-between}.elementor-blockquote__tweet-button{display:flex;transition:.3s;color:#1da1f2;align-self:flex-end;line-height:1;position:relative;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span,.elementor-blockquote__tweet-button svg+span{margin-inline-start:.5em}.elementor-blockquote__tweet-button svg{fill:#1da1f2;height:1em;width:1em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-inline-end-color:#0967a0}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg{fill:#fff;height:1em;width:1em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-inline-end-color:#1da1f2;position:absolute;right:-.8em;top:50%;transform:translateY(-50%) scaleY(.65);transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#f9fafa;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#f9fafa;border-style:solid;border-inline-start-width:7px;padding-inline-start:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#f9fafa;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote .e-q-footer{flex-direction:row-reverse}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote .e-q-footer{flex-direction:row}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote .e-q-footer,.elementor-blockquote--align-center .elementor-blockquote__author{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:start}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;transition:.3s}.elementor-headline.e-animated svg path{animation:elementor-headline-dash forwards;animation-duration:var(--animation-duration,1.2s);animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;animation:hide-highlight .4s forwards;animation-iteration-count:1}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;filter:blur(10px)}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;right:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;transform-origin:50% 100%;transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;transform:rotateX(0deg);animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{transform:rotateX(180deg);animation:elementor-headline-flip-out 1.2s}@keyframes elementor-headline-flip-in{0%{transform:rotateX(180deg);opacity:0}35%{transform:rotateX(120deg);opacity:0}65%{opacity:0}to{transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-out{0%{transform:rotateX(0deg);opacity:1}35%{transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:0;right:auto;top:50%;transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@keyframes elementor-headline-pulse{0%{transform:translateY(-50%) scale(1);opacity:1}40%{transform:translateY(-50%) scale(.9);opacity:0}to{transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{transform:scaleX(1.0005);opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{transform-style:preserve-3d;transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-swirl-out .4s forwards}@keyframes elementor-headline-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-down-out .6s}@keyframes elementor-headline-slide-down-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:0;right:auto;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-drop-in-out .8s}@keyframes elementor-headline-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;transform:rotateY(180deg);backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-blinds-out .6s forwards}@keyframes elementor-headline-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-down{0%{transform:scale(1);opacity:1}60%{transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-out .6s}@keyframes elementor-headline-slide-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes elementor-headline-slide-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;transform:translate(-100%)}@keyframes e-hotspot-soft-beat{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes e-hotspot-expand{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.elementor-widget-hotspot{display:flex;justify-content:var(--background-align)}.elementor-widget-hotspot .elementor-widget-container{position:relative;display:inline-block;width:var(--container-width);max-width:var(--container-max-width);height:var(--container-height)}.elementor-widget-hotspot .elementor-widget-container>img{display:block;width:var(--image-width,auto);height:var(--container-height);opacity:var(--opacity,1)}.e-hotspot{z-index:1;display:flex;align-items:center;justify-content:center;position:absolute}.e-hotspot--position-left.e-hotspot--position-top{transform:translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-left.e-hotspot--position-bottom{transform:translate(calc(-1 * var(--hotspot-translate-x)),var(--hotspot-translate-y))}.e-hotspot--position-right.e-hotspot--position-top{transform:translate(var(--hotspot-translate-x),calc(-1 * var(--hotspot-translate-y)))}.e-hotspot--position-right.e-hotspot--position-bottom{transform:translate(var(--hotspot-translate-x),var(--hotspot-translate-y))}.e-hotspot--active{z-index:2}.e-hotspot__inner-circle,.e-hotspot__outer-circle{content:"";display:inline-block;box-sizing:content-box;border-radius:50%}.e-hotspot__inner-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--hotspot-color);padding:calc(var(--hotspot-size, 18px) / 2)}.e-hotspot__outer-circle{background-color:var(--hotspot-color);padding:var(--hotspot-padding,4px)}.e-hotspot--icon .e-hotspot__button,.e-hotspot__outer-circle{width:var(--hotspot-size,18px);height:var(--hotspot-size,18px)}.e-hotspot--icon .e-hotspot__button{line-height:0;box-sizing:content-box;font-size:var(--hotspot-size,18px)}.e-hotspot__icon,.e-hotspot__label{display:flex;justify-content:center;align-items:center}.e-hotspot__icon svg,.e-hotspot__label svg{height:var(--hotspot-size,18px);width:auto}.e-hotspot__button{cursor:pointer;position:relative;display:grid;grid-auto-flow:column;justify-content:center;color:var(--hotspot-color);font-size:var(--hotspot-size,18px);min-width:var(--hotspot-button-width);min-height:var(--hotspot-button-height)}.e-hotspot__button:before{z-index:-2;content:"";width:100%;height:100%;left:-5px;top:-5px;position:absolute;padding:5px;box-sizing:content-box}.e-hotspot__button svg{fill:var(--hotspot-color)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button{min-width:var(--hotspot-min-width);min-height:var(--hotspot-min-height);background-color:var(--hotspot-box-color);padding:var(--hotspot-padding,4px);border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before{border-radius:var(--hotspot-border-radius,3px)}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{background-color:var(--hotspot-box-color)}.e-hotspot--overlay{opacity:.7;transition:opacity .2s}.e-hotspot--active .e-hotspot--overlay,.e-hotspot--overlay:hover{opacity:1}.e-hotspot--soft-beat{animation:e-hotspot-soft-beat .7s infinite alternate;animation-timing-function:ease}.e-hotspot--expand .e-hotspot__outer-circle{animation:e-hotspot-expand 2s infinite}.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before{content:"";width:100%;height:100%;position:absolute;z-index:-1;opacity:0;animation:e-hotspot-expand 2s infinite}.e-hotspot--sequenced{animation:fadeIn .3s;animation-iteration-count:1;animation-fill-mode:both}.e-hotspot__direction-mask{overflow:hidden;position:absolute;pointer-events:none}.e-hotspot__tooltip{white-space:var(--white-space,nowrap);transition-property:transform,opacity;transition-duration:var(--tooltip-transition-duration,.5s);transform-origin:center center;position:absolute;pointer-events:none;color:var(--tooltip-text-color,#fff);text-align:var(--tooltip-align);min-width:var(--tooltip-min-width);padding:var(--tooltip-padding,8px);border-radius:var(--tooltip-border-radius);background-color:var(--tooltip-color)}.e-hotspot__tooltip p:last-of-type{margin-bottom:0}.e-hotspot__direction-mask .e-hotspot__tooltip{box-shadow:none!important;position:static}.e-hotspot--active .e-hotspot__tooltip{pointer-events:visible}.e-hotspot--fade-in-out{opacity:0}.e-hotspot--active .e-hotspot--fade-in-out{opacity:1}.e-hotspot--fade-grow{opacity:0;transform:scale(0)}.e-hotspot--active .e-hotspot--fade-grow{opacity:1;transform:scale(1)}.e-hotspot--override-tooltip-animation-from-top,.e-hotspot--tooltip-animation-from-top{transform:translateY(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-left,.e-hotspot--tooltip-animation-from-left{transform:translate(calc(-100% - 1px))}.e-hotspot--override-tooltip-animation-from-right,.e-hotspot--tooltip-animation-from-right{transform:translate(calc(100% + 1px))}.e-hotspot--override-tooltip-animation-from-bottom,.e-hotspot--tooltip-animation-from-bottom{transform:translateY(calc(100% + 1px))}.e-hotspot--fade-direction{opacity:0}.e-hotspot--active .e-hotspot--fade-direction,.e-hotspot--active .e-hotspot--slide-direction{transform:translate(0) scale(1);opacity:1}.e-hotspot--show-tooltip{transition:none;opacity:1;pointer-events:visible;transform:translate(0)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative;width:100%!important}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#3f444b;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;inset-inline-start:100%}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #3f444b}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 3px 3px 0;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;right:auto;left:0;border-width:3px 0 0 3px;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 3px 0 0}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;right:auto;left:0;border-width:0 0 3px 3px}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;right:50%;margin-inline-start:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #33373d}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#33373d transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap;flex-grow:1}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{right:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;justify-content:flex-start}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-start .elementor-nav-menu{margin-inline-end:auto;justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{margin-inline-start:auto;justify-content:flex-end}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{margin-inline-start:auto;margin-inline-end:auto;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:flex;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#88909b}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px;padding-inline-end:0;margin-block-start:-10px;margin-block-end:-10px;display:flex;align-items:center}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#33373d}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{width:1em;height:auto;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:auto;overflow-x:hidden}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-inline-start:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;overflow:hidden}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{transform:scaleY(1);max-height:var(--menu-height);animation:hide-scroll .3s backwards}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color);flex-grow:1}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-inline-start:var(--nested-list-indent,1em)}.elementor-toc__list-item-text{transition-duration:var(--item-text-transition-duration)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-inline-end:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-inline-end:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration);transition-duration:var(--item-text-transition-duration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}.e-tabs-inner-tabs{text-align:start;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:16px}.e-tabs-inner-tabs .e-tab-content{padding-top:32px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:flex;position:relative;overflow:hidden;z-index:1}.e-tabs-inner-tabs .e-inner-tabs-wrapper :after{content:"";width:100%;height:var(--inner-tabs-border-height,1px);background-color:var(--inner-tabs-border-color,#d5d8dc);position:absolute;bottom:0;z-index:-1}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title{font-weight:700;min-width:140px;line-height:38px;height:38px;box-sizing:content-box}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a{color:#3f444b;padding:0 36px;display:block;text-align:center}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active{border-color:#0c0d0e #0c0d0e transparent;border-left-width:0;border-bottom:1px solid #0c0d0e;border-right-width:0;border-top-width:0}.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a{color:#0c0d0e}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{display:none;padding:20px}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text{color:#1f2124}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons{margin-top:24px;display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button{display:none;font-weight:500;line-height:24px;text-decoration:underline;border:none;background:transparent;padding:0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text{overflow:hidden}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons,.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button{display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text{height:auto}@media (max-width:767px){.e-tabs-inner-tabs>.e-tab-content:first-child{padding-top:24px}.e-tabs-inner-tabs .e-inner-tabs-wrapper{display:none}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper{border:solid #d5d8dc;border-width:1px 1px 0}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title{border:solid #d5d8dc;border-width:0 0 1px;font-size:16px;font-weight:700;text-align:center;height:38px;line-height:38px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 10px;cursor:pointer;display:block}.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content{border:solid #d5d8dc;border-width:0 0 1px;padding:20px}}.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:row}@media (max-width:767px){.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area{flex-direction:column-reverse}}.elementor-widget-video-playlist{font-family:Roboto,Arial,Helvetica,sans-serif}.elementor-widget-video-playlist .e-tabs{display:flex;flex-direction:column}.elementor-widget-video-playlist .e-tabs-main-area{display:flex;flex-direction:row-reverse;height:434px}.elementor-widget-video-playlist .e-tabs-wrapper{height:100%;display:flex;flex-direction:column;width:33%}.elementor-widget-video-playlist .e-tabs-header{background-color:var(--e-a-bg-default);display:flex;flex:0 0 auto;justify-content:space-between;padding:0 16px;min-height:56px;border-bottom:1px solid #d5d8dc}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side{display:inline-flex;flex-shrink:0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{font-family:Roboto,Arial,Helvetica,sans-serif;text-overflow:ellipsis;font-weight:700;font-size:16px;padding:10px 0;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;margin:auto 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{font-size:14px;flex-shrink:0;font-weight:400;line-height:20px;align-self:flex-start;padding:18px 0 0}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:none;margin:auto 0 auto 8px;cursor:pointer;padding:0 4px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg{height:1em;width:1em}.elementor-widget-video-playlist .e-tabs-header .rotate-up{transform:rotate(-180deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-header .rotate-down{transform:rotate(0deg);transition:.3s}.elementor-widget-video-playlist .e-tabs-items-wrapper{background-color:var(--e-a-bg-default);overflow:hidden;position:relative;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{overflow:auto;height:100%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{border-color:#d5d8dc;font-size:14px;height:36px;padding:0 16px;line-height:36px;margin:0;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;border-width:0;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title{background-color:var(--e-a-bg-default);border-color:#d5d8dc;border-width:0 0 1px;cursor:pointer;display:flex;font-size:14px;height:55px;line-height:55px;outline:none;padding:0 16px;box-sizing:content-box}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i{text-shadow:0 0 3px #000;color:#fff;font-size:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{text-shadow:0 0 3px #000;color:#fff;fill:#fff;width:var(--playlist-item-icon-size,16px);height:var(--playlist-item-icon-size,16px)}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover{background-color:#f1f2f3;border-color:#d5d8dc;border-width:0 0 1px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg{text-shadow:0 0 3px #000;color:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path{fill:#fff}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text{font-size:14px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched{display:inline-flex}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail{background-color:#d5d8dc;position:relative;margin:auto 0;flex-shrink:0;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img{-o-object-fit:fill;object-fit:fill;width:75px;height:42px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg{position:absolute;bottom:4px;right:4px;font-weight:900}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text{font-size:14px;margin:auto 8px;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex-grow:1}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg{margin:auto 0;vertical-align:middle}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration{font-size:14px;margin:auto 0}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched,.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play{display:none}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched{display:block}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top{display:none;height:98px;position:absolute;top:0;width:100%;pointer-events:none;background:linear-gradient(0deg,transparent,#fff)}.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom{display:none;height:98px;position:absolute;bottom:0;width:100%;background:linear-gradient(180deg,transparent,#fff);pointer-events:none}.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom,.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top{display:block}.elementor-widget-video-playlist .e-tabs-content-wrapper{flex-grow:1;height:100%;position:relative}.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title{display:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content{background-color:#000;display:none;height:100%;outline:none}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content>div{height:100%}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe{height:100%;max-height:100%!important;display:flex}.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video{height:100%;background-color:#000}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content{display:none;outline:none}@media (max-width:767px){.elementor-widget-video-playlist .e-tabs-main-area{flex-direction:column-reverse;height:auto}.elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper{border:none;height:38%}.elementor-widget-video-playlist .e-tabs-wrapper{width:auto;height:62%}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items{max-height:248px}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title{border:none}.elementor-widget-video-playlist .e-tabs-header{min-height:48px}.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button{display:inline-flex}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{margin:0 6px;padding:14px 0 0}.elementor-widget-video-playlist .e-tab-content{border:none;padding:0;display:flex}}.elementor-payment-button{border:none}.elementor-scrolling-tracker{--scrolling-track-default-progress-color:#61ce70;--scrolling-track-default-color:#eee;--scrolling-track-precentage-default-color:$black}.elementor-scrolling-tracker-horizontal{display:flex;width:100%;height:var(--horizontal-height,20px);padding:var(--tracker-padding);align-items:center;border-left:var(--horizontal-border-left-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-bottom:var(--horizontal-border-bottom-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-right:var(--horizontal-border-right-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-top:var(--horizontal-border-top-width,2px) var(--horizontal-border-style) var(--horizontal-border-color);border-radius:var(--border-radius);background-color:var(--scrolling-track-default-color);direction:var(--direction)}.elementor-scrolling-tracker-horizontal .current-progress{display:none;height:100%;align-items:center;position:relative;border-radius:var(--progress-border-radius);border-left:var(--horizontal-progress-border-left-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-bottom:var(--horizontal-progress-border-bottom-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-right:var(--horizontal-progress-border-right-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);border-top:var(--horizontal-progress-border-top-width,2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);background-color:var(--scrolling-track-default-progress-color)}.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage{inset-inline-end:.5em;inset-inline-start:auto;position:absolute;direction:var(--text-direction);color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular{display:flex;width:var(--circular-width,100px);height:var(--circular-height,100px);align-items:center;justify-content:center;position:relative;margin-inline-start:0;margin-inline-end:auto}.elementor-scrolling-tracker-circular .current-progress-percentage{position:absolute;color:var(--percentage-color,var(--scrolling-track-precentage-default-color))}.elementor-scrolling-tracker-circular svg{position:absolute}.elementor-scrolling-tracker-circular .current-progress{display:none;transform:rotate(-90deg);transform-origin:50% 50%;stroke:var(--circular-color,var(--scrolling-track-default-progress-color));fill:transparent;stroke-width:var(--circular-progress-width,4px)}.elementor-scrolling-tracker-circular .circle{stroke:var(--circular-background-color,var(--scrolling-track-default-color));fill:transparent;stroke-width:var(--circular-background-width,4px)}.elementor-scrolling-tracker-alignment-left{margin-left:0;margin-right:auto}.elementor-scrolling-tracker-alignment-center{margin-left:auto;margin-right:auto}.elementor-scrolling-tracker-alignment-right{margin-left:auto;margin-right:0}.e-con-inner>.elementor-widget-progress-tracker,.e-con>.elementor-widget-progress-tracker{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}.elementor-widget-loop-grid{scroll-margin-top:var(--auto-scroll-offset,initial)}.elementor-widget-loop-grid-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width:-1){.elementor-widget-loop-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:1024px){.elementor-widget-loop-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:-1){.elementor-widget-loop-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (max-width:767px){.elementor-widget-loop-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.elementor-widget-loop-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.elementor-widget-loop-grid .elementor-grid{grid-column-gap:var(--grid-column-gap,30px);grid-row-gap:var(--grid-row-gap,30px)}.elementor-widget-loop-grid.e-loading-overlay{animation:loadingOpacityAnimation 1s infinite alternate}.elementor-widget-loop-grid .e-loop__load-more{text-align:var(--load-more-button-align)}.elementor-widget-loop-grid .e-loop__load-more .elementor-button{width:var(--load-more-button-width)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container{cursor:default}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container .e-load-more-spinner svg{display:flex}.elementor-widget-loop-grid.e-load-more-pagination-loading>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:hidden}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.elementor-button-wrapper{display:none}.elementor-widget-loop-grid.e-load-more-pagination-end>.elementor-widget-container>.e-load-more-message{display:block}.elementor-widget-loop-grid.e-load-more-no-spinner>.elementor-widget-container>.elementor-button-wrapper .elementor-button-content-wrapper{visibility:visible}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner{display:flex}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i,.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{margin:0 auto;display:none}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner i{color:var(--load-more-spinner-color)}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-spinner svg{fill:var(--load-more-spinner-color);height:1em;width:1em}.elementor-widget-loop-grid>.elementor-widget-container .e-load-more-message{color:var(--load-more-message-color);text-align:var(--load-more-message-alignment,center);display:none;margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper{margin-top:var(--load-more—spacing,30px)}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .e-load-more-spinner{position:absolute;right:50%;top:50%;transform:translate(-50%,-50%);margin:inherit}.elementor-widget-loop-grid>.elementor-widget-container>.elementor-button-wrapper .elementor-button{cursor:pointer;position:relative}.elementor-widget-loop-grid .e-loop-nothing-found-message{text-align:var(--e-loop-nothing-found-message-align,center);padding-block-start:var(--e-loop-nothing-found-message-space-from-top,30px);padding-block-end:var(--e-loop-nothing-found-message-space-from-bottom,30px);color:var(--e-loop-nothing-found-message-color,#1f2124)}.elementor-loop-container.elementor-posts-masonry{align-items:flex-start}.elementor-loop-container:not(.elementor-posts-masonry){align-items:stretch}@keyframes loadingOpacityAnimation{0%,to{opacity:1}50%{opacity:.6}}.elementor-widget-loop-carousel{--swiper-pagination-size:0;--swiper-pagination-spacing:10px;--swiper-slides-gap:10px;--swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--swiper-padding-bottom:calc(var(--swiper-pagination-size) + var(--swiper-pagination-spacing));--arrow-prev-top-align:50%;--arrow-prev-top-position:0px;--arrow-prev-caption-spacing:15px;--arrow-next-top-align:50%;--arrow-next-top-position:0px;--arrow-next-caption-spacing:15px;--arrow-prev-left-align:0px;--arrow-prev-left-position:0px;--arrow-next-right-align:0px;--arrow-next-right-position:0px;--arrow-next-translate-x:0px;--arrow-next-translate-y:0px;--arrow-prev-translate-x:0px;--arrow-prev-translate-y:0px;--dots-vertical-position:100%;--dots-vertical-offset:0px;--dots-horizontal-position:50%;--dots-horizontal-offset:0px;--dots-horizontal-transform:-50%;--dots-vertical-transform:-100%;--fraction-vertical-position:100%;--fraction-vertical-offset:0px;--fraction-horizontal-position:50%;--fraction-horizontal-offset:0px;--fraction-horizontal-transform:-50%;--fraction-vertical-transform:-100%;--horizontal-transform-modifier:1;--horizontal-transform-modifier:-1}.elementor-widget-loop-carousel.elementor-pagination-type-bullets{--swiper-pagination-size:6px}.elementor-widget-loop-carousel.elementor-pagination-type-fraction{--swiper-pagination-size:16px}.elementor-widget-loop-carousel.elementor-pagination-type-progressbar{--swiper-pagination-size:4px}.elementor-widget-loop-carousel .elementor-loop-container>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-loop-carousel .elementor-loop-container.offset-left{padding-inline-start:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-right{padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .elementor-loop-container.offset-both{padding-inline-start:var(--swiper-offset-size,0);padding-inline-end:var(--swiper-offset-size,0)}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--swiper-slides-gap);overflow:hidden}.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.elementor-widget-loop-carousel .swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--number-of-gaps:max(calc(var(--swiper-slides-to-display) - 1),0);--gaps-width-total:calc(var(--number-of-gaps) * var(--swiper-slides-gap));max-width:calc((100% - var(--gaps-width-total)) / var(--swiper-slides-to-display, 1))}.elementor-widget-loop-carousel .e-loop-first-edit{min-width:33%;margin-block-start:23px}.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--arrow-size,25px);color:var(--arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--arrow-hover-border-type)}.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));right:calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));transform:translate(var(--arrow-next-translate-x),var(--arrow-next-translate-y))}.elementor-widget-loop-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));left:calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));transform:translate(var(--arrow-prev-translate-x),var(--arrow-prev-translate-y))}.elementor-widget-loop-carousel .swiper-container-horizontal~.swiper-pagination-progressbar,.elementor-widget-loop-carousel .swiper-horizontal~.swiper-pagination-progressbar{height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--progressbar-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--progressbar-hover-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-fraction{color:var(--fraction-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet{width:var(--swiper-pagination-size);height:var(--swiper-pagination-size);background:var(--dots-normal-color,#000)}.elementor-widget-loop-carousel .swiper-pagination-bullet:hover{background:var(--dots-hover-color,#000);opacity:1}.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container{overflow:visible;overflow-x:clip}.elementor-widget-loop-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-loop-carousel .swiper-pagination,.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-loop-carousel .swiper-pagination-custom,.elementor-widget-loop-carousel .swiper-pagination-fraction{font-size:var(--swiper-pagination-size);line-height:var(--swiper-pagination-size)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--swiper-padding-bottom)}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-loop-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-loop-carousel .swiper-pagination-bullets{top:calc(var(--dots-vertical-position) + var(--dots-vertical-offset));right:calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));transform:translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)),var(--dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-loop-carousel .swiper-pagination-fraction{top:calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));right:calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));transform:translate(calc(var(--fraction-horizontal-transform) * var(--horizontal-transform-modifier)),var(--fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.e-loop-item *{word-break:break-word}[class*=elementor-widget-loop] .elementor-page-title,[class*=elementor-widget-loop] .product_title.entry-title{display:initial}.e-loop-template-canvas{display:flex;align-items:center;justify-content:center;min-height:100vh}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item{max-width:var(--preview-width,410px);width:var(--preview-width,410px)}.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item #elementor-add-new-section{width:var(--preview-width,410px)}.elementor-widget-n-menu{--n-menu-direction:column;--n-menu-wrapper-display:flex;--n-menu-content-display:flex;--n-menu-heading-display:flex;--n-menu-heading-justify-content:initial;--n-menu-title-color-normal:#1f2124;--n-menu-title-color-active:#58d0f5;--n-menu-icon-color:var(--n-menu-title-color-normal);--n-menu-icon-color-active:var(--n-menu-title-color-active);--n-menu-icon-color-hover:var(--n-menu-title-color-hover);--n-menu-title-normal-color-dropdown:var(--n-menu-title-color-normal);--n-menu-title-active-color-dropdown:var(--n-menu-title-color-active);--n-menu-title-hover-color-fallback:#1f2124;--n-menu-title-font-size:1rem;--n-menu-title-justify-content:initial;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content-mobile:initial;--n-menu-title-space-between:0px;--n-menu-title-distance-from-content:0px;--n-menu-title-color-hover:#1f2124;--n-menu-title-padding:0.5rem 1rem;--n-menu-title-transition:0.3s;--n-menu-title-line-height:1.5;--n-menu-title-order:initial;--n-menu-title-direction:initial;--n-menu-title-align-items:center;--n-menu-toggle-align:center;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-color:#1f2124;--n-menu-toggle-icon-color-hover:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-color-active:var(--n-menu-toggle-icon-color);--n-menu-toggle-icon-border-radius:initial;--n-menu-toggle-icon-padding:initial;--n-menu-toggle-icon-distance-from-dropdown:0px;--n-menu-icon-align-items:center;--n-menu-icon-order:initial;--n-menu-icon-gap:5px;--n-menu-dropdown-icon-gap:5px;--n-menu-dropdown-indicator-size:initial;--n-menu-dropdown-indicator-rotate:initial;--n-menu-dropdown-indicator-space:initial;--n-menu-dropdown-indicator-color-normal:initial;--n-menu-dropdown-indicator-color-hover:initial;--n-menu-dropdown-indicator-color-active:initial;--n-menu-dropdown-content-max-width:initial;--n-menu-dropdown-content-box-border-color:#fff;--n-menu-dropdown-content-box-border-inline-start-width:medium;--n-menu-dropdown-content-box-border-block-end-width:medium;--n-menu-dropdown-content-box-border-block-start-width:medium;--n-menu-dropdown-content-box-border-inline-end-width:medium;--n-menu-dropdown-content-box-border-style:none;--n-menu-dropdown-headings-height:0px;--n-menu-divider-border-width:var(--n-menu-divider-width,2px);--n-menu-open-animation-duration:500ms;--n-menu-heading-overflow-x:initial;--n-menu-heading-wrap:wrap;--stretch-width:100%;--stretch-left:initial;--stretch-right:initial}.elementor-widget-n-menu .e-n-menu{display:flex;flex-direction:column;position:relative}.elementor-widget-n-menu .e-n-menu-wrapper{display:var(--n-menu-wrapper-display);flex-direction:column}.elementor-widget-n-menu .e-n-menu-heading{display:var(--n-menu-heading-display);flex-direction:row;justify-content:var(--n-menu-heading-justify-content);row-gap:var(--n-menu-title-space-between);margin:initial;padding:initial;overflow-x:var(--n-menu-heading-overflow-x);flex-wrap:var(--n-menu-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar{display:none}.elementor-widget-n-menu .e-n-menu-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active{position:relative}.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title{position:relative}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child){margin-inline-end:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child):after{content:var(--n-menu-divider-content,none);border-inline-start-width:var(--n-menu-divider-border-width);border-inline-start-style:var(--n-menu-divider-style,solid);height:var(--n-menu-divider-height,35%);border-color:var(--n-menu-divider-color,#000);align-self:center;position:absolute;left:calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2)}.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title a:focus-visible,.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title button:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-menu .e-n-menu-content{display:var(--n-menu-content-display);flex-direction:column;position:absolute;z-index:2147483640;background-color:transparent;min-width:0;width:var(--stretch-width);left:var(--stretch-left);right:var(--stretch-right)}.elementor-widget-n-menu .e-n-menu-content>.e-con{animation-duration:var(--n-menu-open-animation-duration);max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)))}:where(.elementor-widget-n-menu .e-n-menu-content>.e-con){background-color:#fff}.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active){display:none}.elementor-widget-n-menu .e-n-menu-title{display:flex;flex-direction:row;align-items:center;padding:var(--n-menu-title-padding);font-weight:500;color:var(--n-menu-title-color-normal);justify-content:var(--n-menu-title-justify-content);flex-grow:var(--n-menu-title-flex-grow);border:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:initial;gap:var(--n-menu-dropdown-indicator-space)}.elementor-widget-n-menu .e-n-menu-title.e-click,.elementor-widget-n-menu .e-n-menu-title.e-click *{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-container{display:flex;flex-direction:var(--n-menu-title-direction);align-items:var(--n-menu-title-align-items);align-self:var(--n-menu-icon-align-items);gap:var(--n-menu-icon-gap);justify-content:var(--n-menu-title-justify-content)}.elementor-widget-n-menu .e-n-menu-title-text{display:flex;align-items:center;font-size:var(--n-menu-title-font-size);line-height:var(--n-menu-title-line-height);transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title-text.e-link{cursor:pointer}.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link),.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link)>span{cursor:default}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon{display:flex;flex-direction:column;align-items:center;order:var(--n-menu-icon-order)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span{display:flex;justify-content:center;align-items:center;transition:transform 0s}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i{font-size:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg{fill:var(--n-menu-title-color-normal);width:var(--n-menu-icon-size,var(--n-menu-title-font-size));height:var(--n-menu-icon-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;text-align:center;height:calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));align-self:var(--n-menu-icon-align-items);justify-content:center;flex-direction:column;position:relative;width:-moz-fit-content;width:fit-content;margin-inline-start:var(--n-menu-dropdown-icon-gap);transition:all var(--n-menu-title-transition);transform:var(--n-menu-dropdown-indicator-rotate)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i{font-size:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg{width:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));height:var(--n-menu-dropdown-indicator-size,var(--n-menu-title-font-size));transition:all var(--n-menu-title-transition)}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed{display:flex}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed{display:none}.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened{display:flex}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-color-normal)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i{color:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg{fill:var(--n-menu-icon-color)}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-color-normal))}.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current span>svg{fill:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu-title.e-current a{color:var(--n-menu-title-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive{transform:translateY(-100%);height:0;opacity:0}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>i{color:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span>svg{fill:var(--n-menu-icon-color-active)}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-color-active))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-text:not(.e-link){cursor:default}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg{fill:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i{color:var(--n-menu-title-color-hover,var(--n-menu-title-hover-color-fallback))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a{color:var(--n-menu-title-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i{color:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg{fill:var(--n-menu-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-hover,var(--n-menu-title-color-hover))}.elementor-widget-n-menu .e-n-menu-toggle{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:none;align-self:var(--n-menu-toggle-align);position:relative;z-index:1000}.elementor-widget-n-menu .e-n-menu-toggle:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-menu .e-n-menu-toggle i{font-size:var(--n-menu-toggle-icon-size);color:var(--n-menu-toggle-icon-color);transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle svg{fill:var(--n-menu-toggle-icon-color);width:var(--n-menu-toggle-icon-size);height:auto;transition:all var(--n-menu-toggle-icon-hover-duration)}.elementor-widget-n-menu .e-n-menu-toggle span{display:flex;justify-content:center;align-items:center;text-align:center;padding:var(--n-menu-toggle-icon-padding);border-radius:var(--n-menu-toggle-icon-border-radius)}.elementor-widget-n-menu .e-n-menu-toggle span.e-close{position:absolute;inset:0;width:100%;height:100%;opacity:0}.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg{height:100%;-o-object-fit:contain;object-fit:contain}.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-]{animation-duration:var(--n-menu-toggle-icon-wrapper-animation-duration);transition-duration:var(--n-menu-toggle-icon-wrapper-animation-duration)}.elementor-widget-n-menu .e-n-menu-toggle:hover i{color:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle:hover svg{fill:var(--n-menu-toggle-icon-color-hover)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open{opacity:0}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close{opacity:1}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i{color:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg{fill:var(--n-menu-toggle-icon-color-active)}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content{top:100%;z-index:1}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content.e-active{padding-block-start:var(--n-menu-title-distance-from-content);z-index:2}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content{bottom:100%;z-index:1}.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content.e-active{padding-block-end:var(--n-menu-title-distance-from-content);z-index:2}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown]{gap:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper{min-width:0;width:var(--stretch-width);flex-direction:column;position:absolute;z-index:2147483640;background-color:transparent;top:100%;left:var(--stretch-left);right:var(--stretch-right);border-inline-start:var(--n-menu-dropdown-content-box-border-width-inline-start);border-block-end:var(--n-menu-dropdown-content-box-border-width-block-end);border-block-start:var(--n-menu-dropdown-content-box-border-width-block-start);border-inline-end:var(--n-menu-dropdown-content-box-border-width-inline-end);border-style:var(--n-menu-dropdown-content-box-border-style);border-color:var(--n-menu-dropdown-content-box-border-color);border-radius:var(--n-menu-dropdown-content-box-border-radius);box-shadow:var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position,);max-height:var(--n-menu-dropdown-content-box-height);transition:max-height .3s;animation:hide-scroll .3s backwards;overflow-y:auto;overflow-x:hidden;margin-block-start:var(--n-menu-toggle-icon-distance-from-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{justify-content:var(--n-menu-title-justify-content-mobile);width:auto;background-color:#fff;white-space:normal;order:var(--n-menu-title-order);margin-inline-end:0}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(:first-child){margin-block-start:var(--n-menu-title-space-between)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text{color:var(--n-menu-title-normal-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-normal,var(--n-menu-title-normal-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a{color:var(--n-menu-title-active-color-dropdown)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i{color:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg{fill:var(--n-menu-dropdown-indicator-color-active,var(--n-menu-title-active-color-dropdown))}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content{overflow:hidden;width:auto;left:auto;right:auto;--n-menu-dropdown-content-max-width:initial}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con{order:var(--n-menu-title-order);width:var(--width);margin-block-start:var(--n-menu-title-distance-from-content)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con .elementor-empty-view{min-width:0;width:100%}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content>.e-con-inner{max-width:var(--content-width)}.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true]+.e-n-menu-wrapper{--n-menu-wrapper-display:flex}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con){--width:fit-content}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con).e-empty{--empty-top-level-menu-content-container-min-width:400px;--width:var(--empty-top-level-menu-content-container-min-width)}.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content>.e-con) .e-con.e-empty{--nested-containers-min-width-for-dropzone:150px;min-width:var(--nested-containers-min-width-for-dropzone)}.elementor-widget-n-menu.elementor-loading{pointer-events:none}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle{display:flex}@media (max-width:767px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle{display:flex}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle{display:flex}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop{--n-menu-wrapper-display:none;--n-menu-heading-display:contents;--n-menu-content-display:contents}.elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle{display:flex}}@keyframes hide-scroll{0%,to{overflow:hidden}}.e-con-inner>.elementor-widget-n-menu,.e-con>.elementor-widget-n-menu{--flex-grow:var(--container-widget-flex-grow)}[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-n-carousel{--e-n-carousel-slides-to-show:3;--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-swiper-slides-to-display:3;--e-n-carousel-swiper-pagination-size:0;--e-n-carousel-swiper-pagination-spacing:10px;--e-n-carousel-swiper-offset-size:0;height:-moz-fit-content;height:fit-content;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-prev-caption-spacing:15px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-top-position:0px;--e-n-carousel-arrow-next-caption-spacing:15px;--e-n-carousel-arrow-prev-left-align:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-next-right-align:0px;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-translate-x:0px;--e-n-carousel-arrow-next-translate-y:0px;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-translate-y:0px;--e-n-carousel-swiper-padding-bottom:calc(var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing));--e-n-carousel-dots-vertical-position:100%;--e-n-carousel-dots-vertical-offset:0px;--e-n-carousel-dots-horizontal-position:50%;--e-n-carousel-dots-horizontal-offset:0px;--e-n-carousel-dots-horizontal-transform:-50%;--e-n-carousel-dots-vertical-transform:-100%;--e-n-carousel-fraction-vertical-position:100%;--e-n-carousel-fraction-vertical-offset:0px;--e-n-carousel-fraction-horizontal-position:50%;--e-n-carousel-fraction-horizontal-offset:0px;--e-n-carousel-fraction-horizontal-transform:-50%;--e-n-carousel-fraction-vertical-transform:-100%;--e-n-carousel-horizontal-transform-modifier:1;--e-n-carousel-horizontal-transform-modifier:-1}.elementor-widget-n-carousel .e-n-carousel{display:flex;min-width:0}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide-active.elementor-edit-area-active{overflow:initial}.elementor-widget-n-carousel .e-n-carousel.offset-left{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both,.elementor-widget-n-carousel .e-n-carousel.offset-right{padding-inline-end:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel.offset-both{padding-inline-start:var(--e-n-carousel-swiper-offset-size,0)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper .swiper-slide a.e-con{display:var(--display)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide{flex-shrink:0;height:var(--e-n-carousel-slide-height,initial)}.elementor-widget-n-carousel .e-n-carousel>.swiper-wrapper>.swiper-slide>.e-con{max-width:calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));height:var(--e-n-carousel-slide-container-height,initial)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev{font-size:var(--e-n-carousel-arrow-size,25px);color:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-normal-border-type);transition-duration:.25s;z-index:2}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{fill:var(--e-n-carousel-arrow-normal-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{color:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9));border-style:var(--e-n-carousel-arrow-hover-border-type)}.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg,.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg{fill:var(--e-n-carousel-arrow-hover-color,hsla(0,0%,93.3%,.9))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-next{top:calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));right:calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));transform:translate(var(--e-n-carousel-arrow-next-translate-x),var(--e-n-carousel-arrow-next-translate-y))}.elementor-widget-n-carousel.elementor-element :is(.swiper,.swiper-container)~.elementor-swiper-button-prev{top:calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));left:calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));transform:translate(var(--e-n-carousel-arrow-prev-translate-x),var(--e-n-carousel-arrow-prev-translate-y))}.elementor-widget-n-carousel.elementor-pagination-type-bullets{--e-n-carousel-swiper-pagination-size:6px}.elementor-widget-n-carousel.elementor-pagination-type-fraction{--e-n-carousel-swiper-pagination-size:16px}.elementor-widget-n-carousel.elementor-pagination-type-progressbar{--e-n-carousel-swiper-pagination-size:4px}.elementor-widget-n-carousel .swiper-pagination-progressbar{height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--e-n-carousel-progressbar-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover{background:var(--e-n-carousel-progressbar-hover-color,#000)}.elementor-widget-n-carousel .swiper-pagination-fraction{color:var(--e-n-carousel-fraction-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet{width:var(--e-n-carousel-swiper-pagination-size);height:var(--e-n-carousel-swiper-pagination-size);background:var(--e-n-carousel-dots-normal-color,#000)}.elementor-widget-n-carousel .swiper-pagination-bullet:hover{background:var(--e-n-carousel-dots-hover-color,#000);opacity:1}.elementor-widget-n-carousel .swiper-horizontal>.swiper-pagination-bullets,.elementor-widget-n-carousel .swiper-pagination,.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-widget-n-carousel .swiper-pagination-custom,.elementor-widget-n-carousel .swiper-pagination-fraction{font-size:var(--e-n-carousel-swiper-pagination-size);line-height:var(--e-n-carousel-swiper-pagination-size)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container{padding-bottom:var(--e-n-carousel-swiper-padding-bottom)}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper-container .elementor-background-slideshow,.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container>.swiper .elementor-background-slideshow{padding-bottom:0}.elementor-widget-n-carousel.elementor-pagination-position-outside>.elementor-widget-container .swiper-pagination-bullet{vertical-align:top}.elementor-widget-n-carousel .swiper-pagination-bullets{top:calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));right:calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));transform:translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-dots-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.elementor-widget-n-carousel .swiper-pagination-fraction{top:calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));right:calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));transform:translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)),var(--e-n-carousel-fraction-vertical-transform));width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;z-index:3}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper,.swiper:not(.swiper-initialized)>.swiper-wrapper{gap:var(--e-n-carousel-swiper-slides-gap);overflow:hidden}.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper>.swiper--slide,.swiper:not(.swiper-initialized)>.swiper-wrapper>.swiper--slide{--e-n-carousel-number-of-gaps:max(calc(var(--e-n-carousel-swiper-slides-to-display) - 1),0);--e-n-carousel-gaps-width-total:calc(var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap));max-width:calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1))}[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide>.e-con{--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial}.elementor-widget-taxonomy-filter{--e-filter-display:flex;--e-filter-direction:row;--e-filter-justify-content:center;--e-filter-wrap:wrap;--e-filter-align-items:center;--e-filter-item-width:initial;--e-filter-item-max-width:calc(100% - calc(var(--e-filter-item-padding)*3));--e-filter-item-justify-content:center;--e-filter-item-flex-grow:0;--e-filter-item-align-items:center;--e-filter-item-border-radius:initial;--e-filter-space-between:20px;--e-filter-normal-text-color:#69727d;--e-filter-active-text-color:#0c0d0e;--e-filter-hover-text-color:#0c0d0e;--e-filter-overflow-x:initial;--e-filter-white-space:nowrap;--e-filter-item-align-text:center;--e-filter-item-padding:8px;--e-filter-item-box-sizing:initial}.elementor-widget-taxonomy-filter .e-filter{display:var(--e-filter-display);flex-direction:var(--e-filter-direction);flex-shrink:0;justify-content:var(--e-filter-justify-content);align-items:var(--e-filter-align-items);gap:var(--e-filter-space-between);overflow-x:var(--e-filter-overflow-x);flex-wrap:var(--e-filter-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar{display:none}.elementor-widget-taxonomy-filter .e-filter.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active{position:relative}.elementor-widget-taxonomy-filter .e-filter.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-taxonomy-filter .e-filter-item{all:unset;border:1px #69727d;border-radius:var(--e-filter-item-border-radius);line-height:normal;color:var(--e-filter-normal-text-color);padding:var(--e-filter-item-padding);display:var(--e-filter-display);justify-content:var(--e-filter-item-justify-content);align-items:var(--e-filter-item-align-items);flex-grow:var(--e-filter-item-flex-grow);flex-basis:content;flex-shrink:0;width:var(--e-filter-item-width);max-width:var(--e-filter-item-max-width);white-space:var(--e-filter-white-space);text-align:var(--e-filter-item-align-text);box-sizing:var(--e-filter-item-box-sizing);overflow-wrap:break-word;overflow:hidden}.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{color:var(--e-filter-active-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]){color:var(--e-filter-hover-text-color);border-color:#0c0d0e}.elementor-widget-taxonomy-filter .e-filter-item:hover,.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]{background-color:initial}.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all]{order:-1}.elementor-widget-taxonomy-filter .e-filter-item:focus{background-color:initial;outline:none}.elementor-widget-taxonomy-filter .e-filter-item:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-taxonomy-filter .e-filter-empty{background-color:rgba(213,216,220,.8);color:#0c0d0e;text-align:center;font-size:1rem;padding:1rem 0}.elementor-widget-loop-grid .e-loop-item.e-inactive{display:none}:root{--wd-text-line-height: 1.6;--wd-link-decor: underline var(--wd-link-decor-style, none) var(--wd-link-decor-color, currentColor);--wd-link-decor-hover: underline var(--wd-link-decor-style-hover, none) var(--wd-link-decor-color-hover, var(--wd-link-decor-color, currentColor));--wd-brd-radius: .001px;--wd-form-height: 42px;--wd-form-color: inherit;--wd-form-placeholder-color: inherit;--wd-form-bg: transparent;--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);--wd-navigation-color: 51,51,51;--wd-main-bgcolor: #fff;--wd-scroll-w: .001px;--wd-admin-bar-h: .001px;--wd-block-spacing: 20px;--wd-header-banner-mt: .001px;--wd-sticky-nav-w: .001px;--color-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--color-white-rgb: 255,255,255;--color-black-rgb: 0,0,0;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--brdcolor-gray-200: rgba(0,0,0,0.075);--brdcolor-gray-300: rgba(0,0,0,0.105);--brdcolor-gray-400: rgba(0,0,0,0.12);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-start: start;--wd-end: end;--wd-center: center;--wd-stretch: stretch}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{line-height:1;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;overflow-x:hidden;overflow-y:scroll;font-size:var(--wd-text-font-size)}ol,ul{list-style:none}caption{vertical-align:middle;text-align:right}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}a,button,input{touch-action:manipulation}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;padding:0;border:0}.rtl{direction:rtl}body{margin:0;background-color:#fff;color:var(--wd-text-color);text-rendering:optimizeLegibility;font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:var(--wd-text-font-size);font-family:var(--wd-text-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--wd-text-line-height)}@supports (overflow: clip){body{overflow-x:clip}}:is(body){height:auto}p{margin-bottom:var(--wd-tags-mb, 20px)}a{color:var(--wd-link-color);transition:all .25s ease;text-decoration:var(--wd-link-decor);-webkit-text-decoration:var(--wd-link-decor)}a:is(:hover,:focus,:active){outline:none;text-decoration:var(--wd-link-decor-hover);-webkit-text-decoration:var(--wd-link-decor-hover)}a:hover{color:var(--wd-link-color-hover)}a:focus{outline:none}:is(h1,h2,h3,h4,h5,h6,.title) a{color:inherit;text-decoration:none}:is(h1,h2,h3,h4,h5,h6,.title) a:hover{color:var(--wd-link-color-hover)}label{display:block;margin-bottom:5px;color:var(--wd-title-color);vertical-align:middle;font-weight:400}em{font-style:italic}big{font-size:larger}abbr{border-bottom:1px dotted;color:#D62432;text-decoration:none}acronym{border-bottom:1px dotted;text-decoration:none}.required{border:none;color:#E01020;font-size:16px;line-height:1}.optional{position:relative;top:-5px;font-size:.8em;color:var(--color-gray-300)}abbr[title]{border:none}dl{margin-bottom:20px;margin-bottom:20px}strong,b{font-weight:600}mark{display:inline-block;padding:5px 8px;background-color:#f7f7f7;color:#242424;font-weight:600;line-height:1}code,kbd{padding:2px 5px}code,kbd,pre,samp{-webkit-hyphens:none;hyphens:none;font-family:monospace, serif}ins{text-decoration:none}pre{overflow:auto;margin-bottom:20px;padding:20px;background:#f7f7f7;text-align:left;white-space:pre;white-space:pre-wrap;word-wrap:break-word}dfn{font-style:italic}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:1}sup{top:-.25em}sub{bottom:-.25em}var{font-style:italic}small{font-size:80%}hr{margin-top:20px;margin-bottom:20px;border:none;border-bottom:1px solid currentColor;opacity:.2}iframe,embed{max-width:100%}blockquote{margin-bottom:20px;padding-right:30px;border-right:2px solid var(--wd-primary-color);text-align:right;font-size:110%;--wd-tags-mb: 10px}blockquote cite{display:block;margin-top:10px;color:var(--wd-primary-color);font-weight:600;font-size:90%}blockquote cite a{color:inherit}cite{font-style:italic}address{margin-bottom:20px;font-style:italic;font-size:1.1em;line-height:1.8}fieldset{margin-bottom:20px;padding:20px 40px;border:2px solid var(--brdcolor-gray-300);border-radius:var(--wd-brd-radius)}fieldset legend{margin-bottom:0;padding-right:15px;padding-left:15px;width:auto}legend{text-transform:uppercase;font-size:22px}video{display:block}audio,canvas,progress{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}img{max-width:100%;height:auto;border:0;vertical-align:middle}.svg-icon{display:inline-block}.svg-icon svg{width:inherit !important;height:inherit !important}svg:not(:root){overflow:hidden}h1{font-size:28px}h2{font-size:24px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:12px}.wd-entities-title a{color:inherit}.wd-el-title{display:flex !important;align-items:center;gap:10px;font-size:22px}.wd-el-title .img-wrapper{display:flex;flex:0 0 auto}.wd-el-title .img-wrapper img{min-width:18px}.wd-label{color:var(--color-gray-800);font-weight:600}legend,h1,h2,h3,h4,h5,h6,.title{display:block;margin-bottom:var(--wd-tags-mb, 20px);color:var(--wd-title-color);text-transform:var(--wd-title-transform);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);line-height:1.4}.wd-entities-title{--wd-link-decor: none;--wd-link-decor-hover: none;display:block;color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform);line-height:1.4}a.wd-entities-title:hover,.wd-entities-title a:hover{color:var(--wd-entities-title-color-hover)}:is(ul,ol){margin-bottom:var(--list-mb);padding-right:var(--li-pl);--list-mb: 20px;--li-mb: 10px;--li-pl: 17px}:is(ul,ol) li{margin-bottom:var(--li-mb)}:is(ul,ol) li:last-child{margin-bottom:0}li>:is(ul,ol){margin-top:var(--li-mb);margin-bottom:0}ul{list-style:disc}ol{list-style:decimal}dl dt{color:var(--color-gray-800);font-weight:600}dl dd{margin-bottom:20px}.unordered-list{list-style:none;--li-pl: 0}.unordered-list ul,.unordered-list ol{margin-right:20px;list-style:none;--li-pl: 0}.unordered-list li:before{margin-left:10px;font-size:8px;content:"\f114";font-family:"woodmart-font"}.wd-sub-menu ul,.textwidget .menu{--li-pl: 0;list-style:none}.wd-sub-menu ul{--list-mb: 0;--li-mb: 0}.wd-align{text-align:var(--wd-align)}.text-center{--content-align: center;--wd-align: center;--text-align: center;text-align:var(--text-align)}.text-right{--text-align: right;text-align:var(--text-align);--content-align: flex-start;--wd-align: flex-start}.text-left{--text-align: left;text-align:var(--text-align);--content-align: flex-end;--wd-align: flex-end}[class*="color-scheme-light"]{--color-white: #000;--color-gray-100: rgba(255,255,255,0.1);--color-gray-200: rgba(255,255,255,0.2);--color-gray-300: rgba(255,255,255,0.5);--color-gray-400: rgba(255,255,255,0.6);--color-gray-500: rgba(255,255,255,0.7);--color-gray-600: rgba(255,255,255,0.8);--color-gray-700: rgba(255,255,255,0.9);--color-gray-800: #fff;--color-gray-900: #fff;--color-white-rgb: 0,0,0;--color-black-rgb: 255,255,255;--bgcolor-black-rgb: 255,255,255;--bgcolor-white-rgb: 0,0,0;--bgcolor-white: #0f0f0f;--bgcolor-gray-100: #0a0a0a;--bgcolor-gray-200: #121212;--bgcolor-gray-300: #141414;--brdcolor-gray-200: rgba(255,255,255,0.1);--brdcolor-gray-300: rgba(255,255,255,0.15);--brdcolor-gray-400: rgba(255,255,255,0.25);--brdcolor-gray-500: rgba(255,255,255,0.3);--wd-text-color: rgba(255,255,255,0.8);--wd-title-color: #fff;--wd-widget-title-color: var(--wd-title-color);--wd-entities-title-color: #fff;--wd-entities-title-color-hover: rgba(255,255,255,0.8);--wd-link-color: rgba(255,255,255,0.9);--wd-link-color-hover: #fff;--wd-form-brd-color: rgba(255,255,255,0.2);--wd-form-brd-color-focus: rgba(255,255,255,0.3);--wd-form-placeholder-color: rgba(255,255,255,0.6);--wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);--wd-main-bgcolor: #1a1a1a;--wd-navigation-color: 255,255,255;color:var(--wd-text-color)}.color-scheme-dark{--color-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--color-white-rgb: 255,255,255;--color-black-rgb: 0,0,0;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--brdcolor-gray-200: rgba(0,0,0,0.075);--brdcolor-gray-300: rgba(0,0,0,0.105);--brdcolor-gray-400: rgba(0,0,0,0.12);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-text-color: #767676;--wd-title-color: #242424;--wd-entities-title-color: #333;--wd-entities-title-color-hover: rgba(51,51,51,0.65);--wd-link-color: #333;--wd-link-color-hover: #242424;--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-placeholder-color: #767676;--wd-navigation-color: 51,51,51;color:var(--wd-text-color)}.wd-fill{position:absolute;inset:0}.wd-hide{display:none !important}.wd-set-mb{--wd-mb: 15px}.wd-set-mb>*{margin-bottom:var(--wd-mb)}.reset-last-child>*:last-child{margin-bottom:0}.clear{clear:both;width:100%}@keyframes wd-rotate{100%{transform:rotate(360deg)}}@keyframes wd-fadeIn{from{opacity:0}to{opacity:1}}@keyframes wd-fadeInBottomShort{from{transform:translate3d(0, 20px, 0)}to{transform:none}}table{margin-bottom:35px;width:100%;border-spacing:0;border-collapse:collapse;line-height:1.4}table th{padding:15px 10px;border-bottom:2px solid var(--brdcolor-gray-200);color:var(--wd-title-color);text-transform:uppercase;font-size:16px;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);vertical-align:middle;text-align:start}table td{padding:15px 12px;border-bottom:1px solid var(--brdcolor-gray-300);vertical-align:middle;text-align:start}table :is(tbody,tfoot) th{border-bottom:1px solid var(--brdcolor-gray-300);text-transform:none;font-size:inherit}.responsive-table{overflow-x:auto;margin-bottom:35px}.responsive-table table{margin-bottom:0}.responsive-table .responsive-table{overflow-x:visible;margin-bottom:0}input[type='email'],input[type='search'],input[type='number'],input[type='url'],input[type='tel'],input[type='text'],input[type='password'],:root textarea,:root select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],:root textarea,:root select{padding:0 15px;max-width:100%;width:100%;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);border-radius:var(--wd-form-brd-radius);background-color:var(--wd-form-bg);box-shadow:none;color:var(--wd-form-color);vertical-align:middle;font-size:14px;transition:border-color .5s ease}input[type='email']:focus,input[type='date']:focus,input[type='search']:focus,input[type='number']:focus,input[type='text']:focus,input[type='tel']:focus,input[type='url']:focus,input[type='password']:focus,:root textarea:focus,:root select:focus{outline:none;border-color:var(--wd-form-brd-color-focus);transition:border-color .4s ease}::-webkit-input-placeholder{color:var(--wd-form-placeholder-color)}::-moz-placeholder{color:var(--wd-form-placeholder-color)}:-moz-placeholder{color:var(--wd-form-placeholder-color)}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;margin-top:0;padding:0;vertical-align:middle;margin-inline-end:5px;cursor:pointer}input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="number"]{padding:0;text-align:center}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="date"]{-webkit-appearance:none}input[type="date"]::-webkit-inner-spin-button{display:none}input[type="date"]::-webkit-calendar-picker-indicator{opacity:0}input[type="date"]::-webkit-clear-button{position:relative;left:5px;width:30px;opacity:.4;filter:grayscale(100%)}input[type="date"]::-webkit-date-and-time-value{text-align:start}[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button{opacity:.6;filter:grayscale(100%) invert(100%) saturate(800%)}@supports not (-moz-appearance: none){input[type="date"]{background:no-repeat url("/wp-content/themes/woodmart/inc/admin/assets/images/calend-d.svg") left 15px top 50%;background-size:auto 14px}[class*="color-scheme-light"] input[type='date']{background-image:url("/wp-content/themes/woodmart/inc/admin/assets/images/calend-l.svg")}}:root textarea{overflow:auto;padding:10px 15px;min-height:190px;resize:vertical}:root select{padding-left:30px;background-image:var(--wd-form-chevron);background-position:left 10px top 50%;background-size:auto 18px;background-repeat:no-repeat}:root select option{background-color:var(--bgcolor-white)}input:-webkit-autofill{border-color:var(--wd-form-brd-color);-webkit-box-shadow:0 0 0 1000px var(--wd-form-bg) inset;-webkit-text-fill-color:var(--wd-form-color)}input:focus:-webkit-autofill{border-color:var(--wd-form-brd-color-focus)}:is(.btn,.button,button,[type=submit],[type=button]){position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;outline:none;border-radius:var(--btn-brd-radius, 0px);vertical-align:middle;text-align:center;text-decoration:none !important;text-shadow:none;line-height:1.2;cursor:pointer;transition:all .25s ease;color:var(--btn-color, #3E3E3E);border:var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);background-color:var(--btn-bgcolor, #F3F3F3);box-shadow:var(--btn-box-shadow, unset);text-transform:var(--btn-transform, uppercase);font-weight:var(--btn-font-weight, 600);font-family:var(--btn-font-family, inherit);font-style:var(--btn-font-style, unset);padding:var(--btn-padding, 5px 20px);min-height:var(--btn-height, 42px);font-size:var(--btn-font-size, 13px)}:is(.btn,.button,button,[type=submit],[type=button]):hover{color:var(--btn-color-hover, var(--btn-color, #3E3E3E));border-color:var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));background-color:var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}button[disabled],input[disabled]{opacity:0.6 !important;cursor:default !important}:is(a,button,input[type="submit"],input[type="checkbox"],input[type="button"],input[type="file"],[tabindex="0"]):focus-visible{outline:var(--wd-otl-width, 2px) var(--wd-otl-style, dotted) var(--wd-otl-color, var(--wd-otl-color-scheme, #000)) !important;outline-offset:var(--wd-otl-offset, calc(var(--wd-otl-width) * -1 / 2));transition:none !important}input[tabindex="0"]:focus-visible{--wd-otl-width: 0 !important}.color-scheme-dark,.whb-color-dark{--wd-otl-color-scheme: #000}[class*="color-scheme-light"],.whb-color-light{--wd-otl-color-scheme: #fff}.wd-skip-links{position:fixed;display:flex;flex-direction:column;gap:5px;top:10px;inset-inline-start:-1000em;z-index:999999}.wd-skip-links:focus-within{inset-inline-start:10px}[class*="wd-grid"]{--wd-col: var(--wd-col-lg);--wd-gap: var(--wd-gap-lg);--wd-col-lg: 1;--wd-gap-lg: 20px}.wd-grid-g{display:grid;grid-template-columns:repeat(var(--wd-col), minmax(0, 1fr));gap:var(--wd-gap)}.wd-grid-g>.wd-wider{grid-column:auto/span 2;grid-row:auto/span 2}.wd-grid-col{grid-column:auto/span var(--wd-col)}[class*="wd-grid-f"]{display:flex;flex-wrap:wrap;gap:var(--wd-gap)}.wd-grid-f-col{gap:0;margin:0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1)}.wd-grid-f-col>.wd-col{width:100%;min-height:1px;flex:0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));max-width:calc(100% / var(--wd-col) * var(--wd-col-wider, 1));padding-inline:calc(var(--wd-gap) / 2);margin-bottom:var(--wd-gap)}.wd-grid-f-col>.wd-wider{--wd-col-wider: 2}.wd-grid-f-stretch>.wd-col{flex:1 1 var(--wd-f-basis, 200px);width:var(--wd-f-basis, 200px)}.wd-grid-f-stretch>.wd-col-auto{flex:0 0 auto;width:auto}.wd-grid-f-inline>.wd-col{flex:0 0 var(--wd-f-basis, auto)}.wd-loader:after{content:"";display:inline-block;width:30px;height:30px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-scroll-content{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:var(--wd-scroll-h, 50vh)}@-moz-document url-prefix(){.wd-scroll-content{scrollbar-width:thin}}.wd-dropdown{--wd-align: var(--wd-start);position:absolute;top:100%;right:0;z-index:380;margin-top:15px;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1);background-color:var(--bgcolor-white);background-position:bottom left;background-clip:border-box;background-repeat:no-repeat;box-shadow:0 0 3px rgba(0,0,0,0.15);text-align:var(--wd-align);border-radius:var(--wd-brd-radius);visibility:hidden;opacity:0;transition:opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);transform:translateY(15px) translateZ(0);pointer-events:none}.wd-dropdown:after{content:"";position:absolute;inset-inline:0;bottom:100%;height:15px}.whb-col-right .wd-dropdown-menu.wd-design-default{right:auto;left:0;margin-left:calc(var(--nav-gap, .001px) / 2 * -1);margin-right:0}.wd-event-hover:hover>.wd-dropdown,.wd-event-click.wd-opened>.wd-dropdown,.wd-dropdown.wd-opened{visibility:visible;opacity:1;transform:none !important;pointer-events:visible;pointer-events:unset}.wd-dropdown-menu{min-height:min(var(--wd-dropdown-height, unset), var(--wd-content-h, var(--wd-dropdown-height, unset)));width:var(--wd-dropdown-width);background-image:var(--wd-dropdown-bg-img)}.wd-dropdown-menu .wd-dropdown-inner{overflow:inherit;height:min(var(--wd-dropdown-height, unset), var(--wd-content-h))}.wd-dropdown-menu.wd-scroll>.wd-scroll-content{max-height:none;border-radius:inherit}.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu{min-height:400px}.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container{animation:wd-fadeIn .3s ease}.dropdown-html-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.dropdown-html-placeholder:after{content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.dropdowns-loading .dropdown-html-placeholder:after{--wd-anim-state: running}.wd-dropdown-menu.wd-design-default{padding:var(--wd-dropdown-padding, 12px 20px);--wd-dropdown-width: 220px}.wd-dropdown-menu.wd-design-default>.container{padding:0;width:auto}.wd-dropdown-menu.wd-design-default .wd-dropdown{top:0;right:100%;padding:var(--wd-dropdown-padding, 12px 20px);width:var(--wd-dropdown-width);margin:0 var(--wd-dropdown-padding, 20px) 0 0}.wd-dropdown-menu.wd-design-default .wd-dropdown:after{top:0;left:100%;bottom:0;right:auto;width:var(--wd-dropdown-padding, 20px);height:auto}.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after{margin-right:auto;color:rgba(82,82,82,0.45);font-weight:600;font-size:55%;line-height:1;font-family:"woodmart-font";content:"\f114"}.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after{color:rgba(255,255,255,0.6)}.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height)>.container>.wd-grid-f-inline{--wd-f-basis: 200px}.wd-dropdown-menu.wd-design-full-width{--wd-dropdown-width: 100vw}:is(.wd-nav-sticky,.wd-header-nav) .wd-dropdown-menu.wd-design-full-width{border-radius:0}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll),.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner{padding:var(--wd-dropdown-padding, 30px)}.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),.wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner{padding-block:var(--wd-dropdown-padding, 30px);padding-right:calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w))}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll)>.container,.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner>.container{padding:0;max-width:none}.wd-side-hidden{--wd-side-hidden-w: 340px;position:fixed;inset-block:var(--wd-admin-bar-h) 0;z-index:500;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:min(var(--wd-side-hidden-w), 100vw);background-color:var(--bgcolor-white);transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);outline:none !important}.wd-side-hidden.wd-left{right:auto;left:0;transform:translate3d(-100%, 0, 0)}.wd-side-hidden.wd-right{right:0;left:auto;transform:translate3d(100%, 0, 0)}.wd-side-hidden.wd-opened{transform:none}.wd-sub-menu{--sub-menu-color: #838383;--sub-menu-color-hover: var(--wd-primary-color);--li-pl: 0;--list-mb: 0;--li-mb: 0;list-style:none}.wd-sub-menu li{position:relative}.wd-sub-menu li>a{position:relative;display:flex;align-items:center;padding-top:8px;padding-bottom:8px;color:var(--sub-menu-color);font-size:14px;line-height:1.3;text-decoration:none}.wd-sub-menu li>a .wd-nav-icon{margin-inline-end:7px;font-size:115%}.wd-sub-menu li>a .menu-label{position:relative;margin-top:-20px;align-self:flex-start}.wd-sub-menu li>a:hover{color:var(--sub-menu-color-hover)}[class*="color-scheme-light"] .wd-sub-menu{--sub-menu-color: rgba(255,255,255,0.6);--sub-menu-color-hover: #fff}.widget .wd-sub-menu{--li-mb: 0}.widget .wd-sub-menu ul{--li-mb: 0}.wd-sub-accented.wp-block-wd-menu-list>li{margin-block:-8px}.wd-sub-accented>li>a{--sub-menu-color: #333;--sub-menu-color-hover: var(--wd-primary-color);text-transform:uppercase;font-weight:600}.wd-sub-accented.color-scheme-light>li>a,[class*="color-scheme-light"] .wd-sub-accented>li>a{--sub-menu-color: #fff;--sub-menu-color-hover: rgba(255,255,255,0.6)}.wd-color-light .searchform{--wd-form-brd-color: rgba(255,255,255,0.2);--wd-form-brd-color-focus: rgba(255,255,255,0.3);--wd-form-color: rgba(255,255,255,0.8)}.wd-color-dark .searchform{--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-color: #767676;--wd-form-placeholder-color: var(--wd-form-color)}.create-nav-msg a{font-weight:600}picture.wd-nav-img img{width:inherit;height:inherit;max-height:inherit;object-fit:contain;object-position:50% 50%}.wd-nav{--list-mb: 0;--li-mb: 0;--li-pl: 0;--nav-gap: 20px;--nav-gap-v: 5px;--nav-pd: 5px 0;--nav-color: rgba(var(--wd-navigation-color), 1);--nav-color-hover: rgba(var(--wd-navigation-color), .7);--nav-color-active: var(--nav-color-hover);--nav-bg: none;--nav-bg-hover: var(--nav-bg);--nav-bg-active: var(--nav-bg-hover);--nav-shadow: none;--nav-shadow-hover: var(--nav-shadow);--nav-shadow-active: var(--nav-shadow-hover);--nav-border: none;--nav-border-hover: var(--nav-border);--nav-border-active: var(--nav-border-hover);--nav-radius: var(--wd-brd-radius);--nav-chevron-color: rgba(var(--wd-navigation-color), .5);display:inline-flex;flex-wrap:wrap;justify-content:var(--text-align, var(--wd-align));text-align:start;gap:var(--nav-gap-v) var(--nav-gap);list-style:none}.wd-nav>li{position:relative}.wd-nav>li>a{position:relative;display:flex;align-items:center;min-height:42px;padding:var(--nav-pd);text-transform:uppercase;font-weight:600;font-size:13px;line-height:1.4;text-decoration:none;color:var(--nav-color);background-color:var(--nav-bg);box-shadow:var(--nav-shadow);border:var(--nav-border);border-radius:var(--nav-radius)}.wd-nav>li>a .wd-nav-icon{margin-inline-end:7px;font-size:var(--nav-icon-size, 1.15em)}.wd-nav>li>a .menu-label{inset-inline-start:calc(100% - 30px);margin-inline-start:0}.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after{order:3;margin-inline-start:4px;font-weight:normal;font-style:normal;font-size:clamp(6px, 50%, 18px);color:var(--nav-chevron-color);content:"\f129";font-family:"woodmart-font"}.wd-nav:where(:not(.wd-dis-hover))>li:where(.wd-opened,:hover)>a{color:var(--nav-color-hover);background-color:var(--nav-bg-hover);box-shadow:var(--nav-shadow-hover);border:var(--nav-border-hover)}.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a{color:var(--nav-color-active);background-color:var(--nav-bg-active);box-shadow:var(--nav-shadow-active);border:var(--nav-border-active)}.wd-nav:where(.wd-add-pd){--nav-pd: 5px 12px}.widget .wd-nav{--li-mb: 0}.wd-nav.wd-gap-m{--nav-gap: 30px}.wd-nav.wd-gap-l{--nav-gap: 40px}.wd-nav-opener{position:relative;z-index:1;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:50px;color:var(--color-gray-900);cursor:pointer;transition:all .25s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.wd-nav-opener:after{font-weight:400;font-size:12px;transition:transform .25s ease;content:"\f114";font-family:"woodmart-font"}.wd-nav-opener:hover{color:var(--color-gray-900)}.wd-nav-opener.wd-active{color:var(--color-gray-700)}.wd-nav-opener.wd-active:after{transform:rotate(90deg)}.wd-sub-menu li>a img,.wd-nav-img{flex:0 0 auto;display:inline-block;width:var(--nav-img-width, auto) !important;height:var(--nav-img-height, auto) !important;max-height:var(--nav-img-height, 18px);margin-inline-end:7px;object-fit:contain;object-position:50% 50%;line-height:0}.wd-nav.wd-icon-right>li>a :is(.wd-nav-img,.wd-nav-icon){order:1;margin:0;margin-inline-start:7px}.wd-nav.wd-style-default{--nav-color-hover: var(--wd-primary-color)}.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li{display:flex;flex-direction:row}.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{content:"";position:relative;inset-inline-end:calc((var(--nav-gap) / 2) * -1);border-right:1px solid rgba(0,0,0,0.105)}:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{border-color:rgba(255,255,255,0.25)}.wd-nav.wd-style-separated>li{align-items:center}.wd-nav.wd-style-separated>li:not(:last-child):after{height:18px}.wd-nav.wd-style-bordered>li{align-items:stretch}.wd-nav[class*="wd-style-underline"] .nav-link-text{position:relative;display:inline-block;padding-block:1px;line-height:1.2}.wd-nav[class*="wd-style-underline"] .nav-link-text:after{content:'';position:absolute;top:100%;right:0;width:0;height:2px;background-color:var(--wd-primary-color);transition:width 0.4s cubic-bezier(0.19, 1, 0.22, 1)}.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after{width:100%}.tooltip{--wd-tooltip-bg: rgba(0,0,0,0.9);--wd-tooltip-color: #fff;position:absolute;z-index:1110;opacity:0;pointer-events:none}.tooltip .tooltip-inner{padding:7px 15px;width:max-content;max-width:200px;text-transform:none;font-weight:400;font-size:12px;line-height:var(--wd-text-line-height);background-color:var(--wd-tooltip-bg);color:var(--wd-tooltip-color);text-align:center;word-break:break-word;border-radius:calc(var(--wd-brd-radius) / 1.5)}.tooltip .tooltip-arrow{position:absolute;width:10px;height:10px;background-color:var(--wd-tooltip-bg)}.tooltip.top{margin-top:-8px}.tooltip.top .tooltip-arrow{top:calc(100% - 1px);left:50%;clip-path:polygon(0 0, 50% 50%, 100% 0);transform:translateX(-50%)}.tooltip.left{margin-left:-8px}.tooltip.left .tooltip-arrow{top:50%;left:calc(100% - 1px);clip-path:polygon(0 0, 50% 50%, 0 100%);transform:translateY(-50%)}.tooltip.right{margin-left:8px}.tooltip.right .tooltip-arrow{top:50%;right:calc(100% - 1px);clip-path:polygon(100% 0, 50% 50%, 100% 100%);transform:translateY(-50%)}.wd-tltp{position:relative}.wd-tltp .tooltip{margin:0}.wd-tltp .tooltip.top{bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px}.wd-tltp .tooltip.top .tooltip-inner:after{content:"";position:absolute;width:100%;height:8px;inset:auto 0 -8px 0}.wd-tltp .tooltip:is(.left,.right) .tooltip-inner:after{content:"";position:absolute;inset-block:0;width:10px}.wd-tltp .tooltip.left{top:50%;right:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.left .tooltip-inner:after{left:100%}.wd-tltp .tooltip.right{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.right .tooltip-inner:after{right:100%}.wd-tltp .tooltip-inner>*{margin-top:0;margin-bottom:10px}.wd-tltp .tooltip-inner>*:last-child{margin-bottom:0}.wd-tltp .tooltip-inner a:not(.wd-social-icon){text-decoration:underline}.tooltip.in,.wd-tltp:is(:hover,:focus,:focus-within) .tooltip{pointer-events:unset;opacity:1;animation:wd-fadeIn .3s ease}.wd-notice,div.wpcf7-response-output,.mc4wp-alert,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){--wd-link-decor: underline;--wd-link-decor-hover: underline;--wd-link-color: currentColor;--wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important}.wd-notice:before,div.wpcf7-response-output:before,.mc4wp-alert:before,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info):before{position:absolute;top:calc(50% - 9px);right:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}.wd-notice p:last-child,div.wpcf7-response-output p:last-child,.mc4wp-alert p:last-child,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) p:last-child{margin-bottom:0}.wd-notice .amount,div.wpcf7-response-output .amount,.mc4wp-alert .amount,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) .amount{color:#fff}.wd-notice :is(.button,.wc-backward),div.wpcf7-response-output :is(.button,.wc-backward),.mc4wp-alert :is(.button,.wc-backward),:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}.wd-notice.wd-success,.wpcf7 form.sent .wpcf7-response-output,.mc4wp-success,.woocommerce-message{background-color:var(--notices-success-bg);color:var(--notices-success-color)}.wd-notice.wd-success:before,.wpcf7 form.sent .wpcf7-response-output:before,.mc4wp-success:before,.woocommerce-message:before{content:"\f107"}.wd-notice.wd-warning,.wpcf7 form:not(.sent) .wpcf7-response-output,.mc4wp-error,.mc4wp-notice,:is(.woocommerce-error,.woocommerce-info){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}.wd-notice.wd-warning:before,.wpcf7 form:not(.sent) .wpcf7-response-output:before,.mc4wp-error:before,.mc4wp-notice:before,:is(.woocommerce-error,.woocommerce-info):before{content:"\f100"}.wd-notice.wd-info{background-color:#4D93D1;color:#fff}.wd-notice.wd-info:before{content:"\f100"}@keyframes wd-fadeInUpBig{from{transform:translate3d(0, 100%, 0)}to{transform:none}}@keyframes wd-fadeOutDownBig{from{transform:none}to{transform:translate3d(0, 100%, 0)}}.wd-close-side{position:fixed;background-color:rgba(0,0,0,0.7);opacity:0;pointer-events:none;transition:opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;z-index:400}.wd-close-side[class*="wd-location-header"]{z-index:389;top:var(--wd-admin-bar-h)}.header-banner-display .wd-close-side[class*="wd-location-header"]{top:calc(var(--wd-admin-bar-h) + var(--wd-header-banner-h, .001px))}.wd-close-side.wd-location-sticky-nav{z-index:392}.wd-close-side.wd-close-side-opened{opacity:1;pointer-events:unset;transition-delay:0s;pointer-events:unset}.wd-loop-footer{text-align:center;margin-top:30px}nav[class*="-pagination"] ul{--list-mb: 0;--li-mb: 0;--li-pl: 0;list-style:none;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px}nav[class*="-pagination"] li .page-numbers{display:inline-flex;align-items:center;justify-content:center;padding-inline:5px;min-width:34px;height:34px;color:var(--color-gray-900);font-weight:600;font-size:14px;border-radius:calc(var(--wd-brd-radius) / 1.5);transition:all .2s ease;text-decoration:none}nav[class*="-pagination"] li .current{color:#fff;background-color:var(--wd-primary-color)}nav[class*="-pagination"] li :is(.next,.prev){font-size:0}nav[class*="-pagination"] li :is(.next,.prev):before{font-size:12px;content:"\f114";font-family:"woodmart-font"}nav[class*="-pagination"] li .prev:before{content:"\f113";font-family:"woodmart-font"}nav[class*="-pagination"] a:hover{background-color:var(--bgcolor-gray-300)}[class*="screen-reader"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);transform:scale(0)}.wd-breadcrumbs>:is(span,a):last-child{font-weight:600;color:var(--wd-bcrumb-color-active)}.wd-breadcrumbs .wd-delimiter{margin-inline:8px;color:var(--wd-bcrumb-delim-color)}.wd-breadcrumbs .wd-delimiter:after{content:"/"}.wd-breadcrumbs .wd-delimiter:last-child{display:none}:is(.wd-breadcrumbs,.yoast-breadcrumb){--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-700);--wd-bcrumb-color-active: var(--color-gray-900);--wd-link-decor: none;--wd-link-decor-hover: none}.yoast-breadcrumb .breadcrumb_last{color:var(--wd-bcrumb-color-active)}.wd-action-btn{--wd-link-decor: none;--wd-link-decor-hover: none;display:inline-flex;vertical-align:middle}.wd-action-btn>a{display:inline-flex;align-items:center;justify-content:center;color:var(--wd-action-color, var(--color-gray-800));cursor:pointer}.wd-action-btn>a:hover{color:var(--wd-action-color-hover, var(--color-gray-500))}.wd-action-btn>a:before{font-size:var(--wd-action-icon-size, 1.1em);transition:opacity .15s ease;font-family:"woodmart-font"}.wd-action-btn>a:after{position:absolute;top:calc(50% - .5em);right:0;opacity:0;transition:opacity .2s ease;font-size:var(--wd-action-icon-size, 1.1em);content:"";display:inline-block;width:1em;height:1em;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-action-btn>a.loading{pointer-events:none}.wd-action-btn>a.loading:before{opacity:0}.wd-action-btn>a.loading:after{opacity:1;--wd-anim-state: running}.wd-action-btn.wd-style-icon{--wd-action-icon-size: 20px}.wd-action-btn.wd-style-icon>a{position:relative;flex-direction:column;width:50px;height:50px;font-weight:400;font-size:0 !important;line-height:0}.wd-action-btn.wd-style-icon>a:after{inset-inline-start:calc(50% - .5em)}.wd-action-btn.wd-style-text>a{position:relative;font-weight:600;line-height:1}.wd-action-btn.wd-style-text>a:before{margin-inline-end:.3em;font-weight:400}.wd-action-btn:empty{display:none}.wd-compare-icon>a:before{content:"\f128"}.wd-wishlist-icon>a:before{content:"\f106"}.wd-pt-icon>a:before{content:"\f191"}.wd-quick-view-icon>a:before{content:"\f130"}.wd-add-cart-icon>a:before{content:"\f123"}.wd-cross-icon>a:before{content:"\f112"}.wd-burger-icon>a:before{content:"\f15a"}.wd-added-icon{position:absolute;display:none;align-items:center;justify-content:center;width:min(.87em, 20px);height:min(.87em, 20px);border-radius:50%;background:var(--wd-primary-color);font-weight:400;font-size:calc(var(--wd-action-icon-size, 1.2em) - .2em)}.added .wd-added-icon{display:flex}.wd-added-icon:before{content:"\f107";font-family:"woodmart-font";color:#fff;font-size:min(.45em, 9px)}.wd-action-btn.wd-style-text .wd-added-icon{inset-inline-start:calc(var(--wd-action-icon-size, 1.1em) - min(.4em, 15px));bottom:calc(var(--wd-action-icon-size, 1.1em) - .12em - min(.4em, 15px));font-size:calc(var(--wd-action-icon-size, 1.2em) - .2em)}.wd-action-btn.wd-style-text>a.added:before{margin-inline-end:min(.6em, 15px)}.wd-action-btn.wd-style-icon .wd-added-icon{inset-inline-start:calc(50% + var(--wd-action-icon-size) - .55em);bottom:calc(50% + var(--wd-action-icon-size) - .7em);transform:translate(50%, 50%);font-size:calc(var(--wd-action-icon-size, 1.2em) - 2px)}.wd-heading{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;padding:20px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-heading>a{--wd-link-color: var(--wd-primary-color);--wd-link-color-hover: var(--wd-primary-color)}.wd-heading>a:hover{opacity:.7}.wd-heading .title{flex:1 1 auto;margin-bottom:0;font-size:130%}.wd-heading .wd-action-btn{flex:0 0 auto}.wd-heading .wd-action-btn.wd-style-text>a{height:25px}:is(.widget,.wd-widget,div[class^="vc_wp"]){line-height:1.4;--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-800);--wd-link-decor: none;--wd-link-decor-hover: none}:is(.widget,.wd-widget,div[class^="vc_wp"])>:is(ul,ol){margin-top:0}:is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol){list-style:none;--list-mb: 0;--li-mb: 15px;--li-pl: 0}.widgettitle,.widget-title{margin-bottom:20px;color:var(--wd-widget-title-color);text-transform:var(--wd-widget-title-transform);font-weight:var(--wd-widget-title-font-weight);font-style:var(--wd-widget-title-font-style);font-size:var(--wd-widget-title-font-size);font-family:var(--wd-widget-title-font)}.widget .wp-block-heading{font-size:var(--wd-widget-title-font-size)}.widget{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--brdcolor-gray-300)}.widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.woodmart-author-information{line-height:inherit}.woodmart-author-information .author-avatar img{border-radius:50%}.textwidget>*:last-child{margin-bottom:0}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*{margin-block:0 var(--wd-block-spacing)}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*:last-child{margin-bottom:0}.wd-bg-parent{position:relative}:where(.wd-bg-parent>*){position:relative}.alignleft{float:left;margin-right:20px;margin-bottom:20px}.alignright{float:right;margin-left:20px;margin-bottom:20px}.aligncenter{display:block;clear:both;margin:0 auto 20px auto}:root .wd-custom-width{width:var(--wd-width, unset);max-width:100%}.wd-page-wrapper{position:relative;background-color:var(--wd-main-bgcolor)}body:not([class*="wrapper-boxed"]){background-color:var(--wd-main-bgcolor)}.wd-page-content{min-height:50vh;background-color:var(--wd-main-bgcolor)}.container,.container-fluid{width:100%;max-width:var(--wd-container-w);padding-inline:15px;margin-inline:auto}.container-fluid{max-width:none}.wd-content-layout{padding-block:40px}:where(.wd-content-layout>div){grid-column:auto/span var(--wd-col)}.wd-sidebar .wd-heading{display:none}.searchform[class*="wd-style-with-bg"] .searchsubmit{--btn-color: #fff;--btn-bgcolor: var(--wd-primary-color)}.searchform.wd-style-with-bg .searchsubmit{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit{inset-inline-end:calc(var(--wd-form-brd-width) + 3px);width:calc(var(--wd-search-btn-w) - ((var(--wd-form-brd-width) + 3px) * 2));inset-block:calc(var(--wd-form-brd-width) + 3px);border-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit img{max-width:22px}.searchform.wd-style-with-bg-2 .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.5)}.searchform.wd-style-4{--wd-search-clear-sp: 7px;--wd-search-btn-w: .001px}.searchform.wd-style-4 input[type="text"]{padding-inline:40px 30px}.searchform.wd-style-4 .searchsubmit{inset-inline-start:0;pointer-events:none;width:46px;--wd-form-height: 46px}.searchform.wd-style-4 .searchsubmit:after{font-size:16px}.searchform.wd-style-4 .wd-search-cat{inset-inline-end:0}.searchform.wd-style-4 .wd-search-cat>a{border-inline-end:none}.searchform.wd-style-4.wd-cat-style-default .wd-search-cat>a:after{margin-inline-end:15px}.wd-image{border-radius:var(--wd-brd-radius)}.wd-image img{border-radius:var(--wd-brd-radius)}.search-no-results .wd-page-title :is(.breadcrumbs,.yoast-breadcrumb){display:none}@media (min-width: 769px){.searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}.searchform.wd-style-default.wd-cat-style-default{--wd-search-clear-sp: 7px}.searchform[class*="wd-style-with-bg"].wd-cat-style-default{--wd-search-clear-sp: 20px}.searchform.wd-style-with-bg.wd-cat-style-separated{--wd-search-clear-sp: 10px}}@media (min-width: 1025px){.wd-hide-lg{display:none !important}.wd-scroll{--scrollbar-track-bg: rgba(0,0,0,0.05);--scrollbar-thumb-bg: rgba(0,0,0,0.12)}.wd-scroll ::-webkit-scrollbar{width:5px}.wd-scroll ::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}.wd-scroll ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}[class*="color-scheme-light"] .wd-scroll,.wd-scroll.color-scheme-light{--scrollbar-track-bg: rgba(255,255,255,0.05);--scrollbar-thumb-bg: rgba(255,255,255,0.12)}.admin-bar{--wd-admin-bar-h: 32px}}@media (min-width: 1200px){.wrapper-full-width-content .container{max-width:100%}}@media (max-width: 1024px){@supports not (overflow: clip){body{overflow:hidden}}.wd-hide-md{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-md);--wd-gap: var(--wd-gap-md);--wd-col-md: var(--wd-col-lg);--wd-gap-md: var(--wd-gap-lg)}.wd-side-hidden{--wd-side-hidden-w: min(300px, 80vw)}html:has(.wd-side-hidden.wd-opened){overflow:hidden}.wd-nav-wrapper.wd-mb-action-swipe{overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;-webkit-mask-image:linear-gradient(to right, transparent, #000 70px);mask-image:linear-gradient(to right, transparent, #000 70px)}.wd-nav-wrapper.wd-mb-action-swipe .wd-nav{flex-wrap:nowrap}.wd-close-side{top:-150px}html:has(.wd-side-hidden.wd-opened,.mfp-wrap) #wpadminbar{z-index:400}#wpadminbar{position:absolute}}@media (max-width: 768.98px){.wd-hide-sm{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-sm);--wd-gap: var(--wd-gap-sm);--wd-col-sm: var(--wd-col-md);--wd-gap-sm: var(--wd-gap-md)}.sidebar-left{order:10}.searchform.wd-style-default .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}}@media (max-width: 576px){[class*="wd-grid"]{--wd-col: var(--wd-col-xs);--wd-gap: var(--wd-gap-xs);--wd-col-xs: var(--wd-col-sm);--wd-gap-xs: var(--wd-gap-sm)}}@media (min-width: 769px) and (max-width: 1024px){.wd-hide-md-sm{display:none !important}}
.wd-z-index{position:relative;z-index:35}.wd-fontsize-xs{font-size:14px}.wd-fontsize-s{font-size:16px}.wd-fontsize-m{font-size:18px}.wd-fontsize-l{font-size:22px}.wd-fontsize-xl{font-size:26px}.wd-fontsize-xxl{font-size:36px}.wd-fontsize-xxxl{font-size:46px}.text-larger{font-size:110%}.font-text{font-family:var(--wd-text-font)}.font-primary{font-family:var(--wd-title-font)}.font-alt{font-style:var(--wd-alternative-font-style);font-family:var(--wd-alternative-font)}.wd-items-top{align-items:flex-start}.wd-items-middle{align-items:center}.wd-items-bottom{align-items:flex-end}.wd-justify-left{justify-content:left}.wd-justify-center{justify-content:center}.wd-justify-right{justify-content:right}.color-primary{color:var(--wd-primary-color)}.color-alt{color:var(--wd-alternative-color)}.color-title{color:var(--wd-title-color)}@media (max-width: 1024px){.wd-fontsize-xl,.wd-fontsize-xxl,.wd-fontsize-xxxl{font-size:22px}.text-larger{font-size:inherit}}
.elementor-default i:not([class]){font-style:italic}.elementor .btn{box-shadow:var(--btn-box-shadow, unset)}.elementor .btn:hover{box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}.wd-button-wrapper .btn-style-link,.wd-button-wrapper .btn-style-bordered:not(:hover){background-color:transparent !important}.btn-full-width{width:100%}.rtl .btn-icon-pos-left{flex-direction:row}.rtl .btn-icon-pos-right{flex-direction:row-reverse}:is(.wd-entry-content,.entry-content)>.elementor{margin-bottom:0}.elementor-column-gap-no{--wd-el-column-gap: 0.001px}.elementor-column-gap-narrow{--wd-el-column-gap: 10px}.elementor-column-gap-default{--wd-el-column-gap: 20px}.elementor-column-gap-extended{--wd-el-column-gap: 30px}.elementor-column-gap-wide{--wd-el-column-gap: 40px}.elementor-column-gap-wider{--wd-el-column-gap: 60px}.elementor-section.wd-negative-gap>.elementor-container{margin-left:calc(var(--wd-el-column-gap) / 2 * -1);margin-right:calc(var(--wd-el-column-gap) / 2 * -1)}.elementor-section-boxed.wd-negative-gap .elementor-container{max-width:none}.e-con-boxed.wd-negative-gap{--container-max-width: none}[class*="wd-section-stretch"]{position:relative;min-width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));left:calc(-50% - -50vw - var(--wd-scroll-w) / 2 - var(--wd-sticky-nav-w) / 2)}[class*="wd-section-stretch"].wd-negative-gap{--padding-left: 15px;--padding-right: 15px}[class*="wd-section-stretch"].wd-negative-gap:where(.elementor-section){padding-inline:15px}.elementor-section.wd-section-stretch>.elementor-container{max-width:calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px))}.e-con-boxed.wd-section-stretch{--container-max-width: min(calc(var(--wd-container-w) - 30px))}.e-con-boxed.wd-section-stretch-content{--container-max-width: none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:auto}}.wd-elementor-sticky-column{align-items:flex-start}.wd-sticky-spacer{opacity:0}.wd-divider .elementor-shape-fill{-webkit-transform:none;transform:none}.elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-widget-text-editor .elementor-widget-container{width:100%;columns:inherit;column-gap:inherit}.elementor-widget-text-editor.text-left>*{margin-right:auto}.elementor-widget-text-editor.text-center>*{margin-inline:auto}.elementor-widget-text-editor.text-right>*{margin-left:auto}.elementor-widget-text-editor>*>*:last-child,.elementor-widget-text-editor>*:last-child{margin-bottom:0}.elementor-widget-wd_products:has(.wd-hide)>*{display:none}.elementor-page .elementor-widget-woodmart_menu_anchor{margin-bottom:0}.elementor a{text-decoration:var(--wd-link-decor);-webkit-text-decoration:var(--wd-link-decor)}.elementor a:where(:hover){text-decoration:var(--wd-link-decor-hover);-webkit-text-decoration:var(--wd-link-decor-hover)}.wd-accordion-theme-style .elementor-accordion-item{border-top-width:2px;border-right-width:0 !important;border-left-width:0 !important}.elementor-tab-content>*:last-child{margin-bottom:0}.wd-el-page-heading{--wd-tags-mb: 0}.elementor-element svg.wd-icon,.img-wrapper .e-font-icon-svg{width:1em;height:1em;fill:currentColor}.wd-carousel-item.e-con{--padding-top: 0px;--padding-bottom: 0px}.wd-carousel-item.e-con.e-flex{flex:0 0 calc(100% / var(--wd-col))}:where(.e-con) .wd-width-100{width:100%}.wd-animation.wd-animation-fast{--wd-anim-duration: .6s}.wd-animation.wd-animation-slow{--wd-anim-duration: 1.6s}.wd-video-theme-style .elementor-custom-embed-image-overlay{overflow:hidden;transition:all 0.5s cubic-bezier(0, 0, 0.44, 1.18)}.wd-video-theme-style .elementor-custom-embed-image-overlay:after,.wd-video-theme-style .elementor-custom-embed-image-overlay:before,.wd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before{content:"";position:absolute;inset:0}.wd-video-theme-style .elementor-custom-embed-image-overlay:before{background:inherit;transition:inherit}.wd-video-theme-style .elementor-custom-embed-image-overlay:after{background-color:#000;transition:inherit;opacity:.15}.wd-video-theme-style .elementor-custom-embed-play{z-index:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i{display:flex;align-items:center;justify-content:center;width:1em;height:1em;font-family:unset;opacity:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:before{border:.04em solid currentColor;border-radius:50%;opacity:.4;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:after{margin-left:5px;font-size:.3em;transition:inherit;content:"\f101";font-family:"woodmart-font"}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before{transform:scale(1.09)}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after{opacity:.3}.wd-video-theme-style:hover .elementor-custom-embed-play i:before{opacity:.6}.wd-video-theme-style:hover .elementor-custom-embed-play i:after{transform:scale(0.8)}.products:not(.wd-img-width) .cat-design-alt img{width:revert-layer}.e-con :is(.wd-checkout-login,.wd-checkout-coupon){align-items:unset}.e-con :is(.wd-checkout-login,.wd-checkout-coupon) .elementor-widget-container{display:flex;flex-direction:column;align-items:var(--wd-align)}.wd-btn-align-center{--wd-btn-align: center}.wd-btn-align-right{--wd-btn-align: end}.wd-btn-align-full-width{--wd-btn-align: stretch}
div:where(.elementor-location-header){margin-bottom:40px}.elementor-location-popup{overflow-x:hidden}.elementor-element :is(.elementor-field-textual,.elementor-search-form__input){height:auto}.elementor-field.elementor-size-sm{border-radius:3px}.elementor-search-form input[type=search]{border-radius:0}:is(.elementor-wc-products,.elementor-widget-wc-archive-products){text-align:end}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .wd-filter-buttons{display:none}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering){margin-right:0;margin-bottom:20px;vertical-align:middle}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering):not(:first-child){margin-left:30px}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .woocommerce-ordering{display:inline-flex}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb{display:block}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child{font-weight:inherit;color:inherit}.wd-page-content .elementor-widget-woocommerce-product-images>.elementor-widget-container>.product-labels,.wd-page-content .elementor-widget-woocommerce-product-images>.product-labels{display:none}.elementor-widget-woocommerce-product-price .price{margin-bottom:0}.elementor-widget-woocommerce-product-price .price :is(del,.amount){color:inherit;font-weight:inherit}.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description{margin-bottom:0}.elementor-add-to-cart--align-left{--text-align: left;text-align:left;--content-align: flex-end}.elementor-add-to-cart--align-center{--content-align: center;--text-align: center;text-align:center}.elementor-add-to-cart--align-right{--text-align: right;text-align:right;--content-align: flex-start}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .cell{display:inline-block}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .value{width:auto}.elementor-add-to-cart--align-justify form.cart .button{flex-grow:1;flex-shrink:1}.elementor-widget-woocommerce-product-add-to-cart div.quantity input[type="number"]{border-radius:0 !important;border-right:none !important;border-left:none !important}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title{display:none}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper{margin-bottom:0}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs[class*="wd-style-underline"] .nav-link-text:after{content:none}.elementor-widget-woocommerce-product-additional-information table{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order_details{border-width:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .responsive-table{margin-bottom:0}.e-my-account-tab .wd-my-account-wrapper{margin:0}.e-my-account-tab .wd-my-account-sidebar{padding-inline-start:0}.e-my-account-tab .wd-my-account-links{display:none}.e-my-account-tabs-horizontal .wd-my-account-wrapper{display:block}.e-my-account-tabs-horizontal .wd-my-account-wrapper .woocommerce-MyAccount-content{max-width:none}.e-my-account-tabs-horizontal .wd-my-account-sidebar{display:none}.e-cart__column td.product-remove a{height:auto}.e-cart__column .shop_table td.product-btn .button{float:none;color:var(--checkout-button-normal-text-color, #fff) !important;background-color:#5bc0de}.e-cart__column .shop_table td.product-name .wd-cart-label{font-size:0}.e-cart__column .shop_table :is(td.product-price,td.product-subtotal) del span{color:var(--color-gray-300)}.e-cart__column .shop_table tbody tr td.product-sku{border-top-width:var(--order-summary-items-divider-weight, 1px);border-top-style:solid;border-top-color:var(--order-summary-items-divider-color, #D5D8DC)}.e-cart__column .shop_table .cart_item[class*="wd-fbt-item"]:not(.wd-fbt-item-first) td{padding-bottom:0;border-top:none}.e-cart__column .shop_table .cart_item.wd-fbt-item-last td{padding-bottom:20px !important}.e-cart__column .quantity :is(input[type="number"],input[type="text"]).input-text{max-height:unset;border-radius:0;border-left:none;border-right:none;border-width:var(--wd-form-brd-width);border-color:var(--wd-form-brd-color);text-align:center}.e-cart__column .wd-fg:not(:first-child){margin-top:40px}.e-cart__column .responsive-table{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce>.woocommerce-checkout{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tr.cart_item td.product-name{max-width:unset}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals td{max-width:unset}.elementor-widget-woocommerce-checkout-page [class*="__field-wrapper"]{display:unset}@media (min-width: 1025px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-lg) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .wd-my-account-sidebar .woocommerce-MyAccount-navigation{width:auto}}@media (max-width: 1024px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-md) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}}@media (max-width: 768.98px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-sm) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail{position:unset}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail:before{content:none}.e-shop-table .woocommerce-cart-form__contents td.product-remove{top:0;right:0}.e-shop-table .shop_table.wd-fg-table tr{display:block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive{display:table}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr{border:none;transform:translateX(0)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive td{padding-top:10px;padding-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce tbody{display:table-row-group}.elementor-widget-woocommerce-cart .woocommerce tr{display:table-row}.e-my-account-tab .wd-my-account-sidebar{padding-inline-end:0}}
.product-title{--wd-link-decor: none;--wd-link-decor-hover: none;display:block;color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform);line-height:1.4}.product-title a:hover,a.product-title:hover{color:var(--wd-entities-title-color-hover)}ul.variation{--li-pl: 0;list-style:none;font-size:90%;--li-mb: 5px;--list-mb: 0;--wd-tags-mb: 0}.woocommerce-breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap}.amount{color:var(--wd-primary-color);font-weight:600}del .amount{color:var(--color-gray-300);font-weight:400}.price{color:var(--wd-primary-color)}.price .amount{font-size:inherit}.price del{color:var(--color-gray-300);font-size:90%}.price ins{padding:0;background-color:transparent;color:var(--wd-primary-color);text-decoration:none;opacity:1}.woocommerce-price-suffix{color:var(--color-gray-500)}.wd-price-unit{display:inline-block;margin-inline-start:4px;color:var(--color-gray-300)}.wd-price-unit:not(:last-child){margin-inline-end:2px}.wd-price-unit:before{content:"/";margin-inline-end:4px}a.login-to-prices-msg{color:var(--wd-primary-color);font-weight:600}a.login-to-prices-msg:hover{color:var(--wd-primary-color);opacity:.6}.woocommerce-notices-wrapper:empty{display:none}ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}.wd-wc-notices .woocommerce-notices-wrapper{display:flex;flex-direction:column;gap:20px}.wd-wc-notices .woocommerce-notices-wrapper>*{margin-bottom:0}.wd-wc-notices:has(.woocommerce-notices-wrapper:empty){display:none}ul.variation p{display:inline}ul.variation .item-variation-name{color:var(--color-gray-800);font-weight:600}.wc-item-meta{--li-pl: 0;--list-mb: 0;--li-mb: 0;margin-top:10px;font-size:90%;list-style:none}.wc-item-meta li>*{display:inline-block;margin-top:0 !important;margin-bottom:5px;vertical-align:middle}.wc-item-meta strong{color:var(--color-gray-800)}:is(.blockOverlay,.wd-loader-overlay):after{position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);content:"";display:inline-block;width:26px;height:26px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused);--wd-anim-state: running}.wd-loader-overlay{z-index:340;border-radius:inherit;animation:wd-fadeIn .6s ease both;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.wd-loader-overlay:not(.wd-loading){display:none}.blockOverlay{z-index:340 !important;background-image:none !important;animation:wd-FadeInLoader .6s ease forwards}.blockOverlay:before{content:none !important}.global-color-scheme-light .blockOverlay{background-color:rgba(0,0,0,0.5) !important}@keyframes wd-FadeInLoader{from{opacity:0}to{opacity:.8}}.single_add_to_cart_button{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.single_add_to_cart_button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.single_add_to_cart_button+.added_to_cart{display:none}.wd-buy-now-btn{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.wd-buy-now-btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-buy-now-btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}form.cart{display:flex;flex-wrap:wrap;gap:10px;justify-content:var(--content-align)}form.cart>*{flex:1 1 100%}form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity){flex:0 0 auto}.wd-product-detail{font-size:90%;margin-top:5px}.wd-product-detail>span{vertical-align:middle}.wd-product-detail .wd-hint{margin-inline-start:3px}.wd-product-sku{word-break:break-all}.woocommerce-product-details__short-description{margin-bottom:20px}.woocommerce-product-details__short-description>*:last-child{margin-bottom:0}.wd-hint{position:relative;display:inline-block;vertical-align:middle;font-size:0;cursor:help}.wd-hint:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:1.45em;height:1.45em;border-radius:50%;background-color:var(--wd-hint-bg, var(--bgcolor-gray-300));color:var(--wd-hint-color, var(--color-gray-800));font-weight:600;font-size:var(--wd-hint-size, calc(var(--wd-text-font-size) - 3px))}.wd-hint.wd-with-html>.wd-tooltip-content{display:none}.wd-hint.wd-with-html:after{content:"";position:absolute;bottom:100%;inset-inline:0;height:8px}.single_add_to_cart_button:before{content:"";position:absolute;inset:0;opacity:0;z-index:1;border-radius:inherit;background-color:inherit;box-shadow:inherit;transition:opacity 0s ease}.single_add_to_cart_button:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;z-index:2;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.loading.single_add_to_cart_button:before{opacity:1;transition:opacity .25s ease}.loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;--wd-anim-state: running}.wd-products-element{position:relative}.wd-products{position:relative;align-items:flex-start;transition:all .25s ease}.wd-products.wd-loading,.wd-content-layout.wd-loading .wd-products[data-source="main_loop"]{opacity:0;transform:translate3d(0, 30px, 0);pointer-events:none}
.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;color:#EABE12;width:fit-content;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:var(--color-gray-300)}.star-rating span{position:absolute;inset-block:0;inset-inline-start:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;inset-inline-start:0;text-indent:0}
div.wc-block-components-notice-banner{--wd-link-decor: underline;--wd-link-decor-hover: underline;--wd-link-color: currentColor;--wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important;font-size:inherit;align-content:center;margin-top:0;font-size:var(--wd-text-font-size)}div.wc-block-components-notice-banner:before{position:absolute;top:calc(50% - 9px);right:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}div.wc-block-components-notice-banner p:last-child{margin-bottom:0}div.wc-block-components-notice-banner .amount{color:#fff}div.wc-block-components-notice-banner :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}div.wc-block-components-notice-banner.is-success{background-color:var(--notices-success-bg);color:var(--notices-success-color)}div.wc-block-components-notice-banner.is-success:before{content:"\f107"}div.wc-block-components-notice-banner:is(.is-info,.is-error){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}div.wc-block-components-notice-banner:is(.is-info,.is-error):before{content:"\f100"}div.wc-block-components-notice-banner>svg{display:none}div.wc-block-components-notice-banner ul{display:flex;gap:5px 7px;width:100%;margin:0 !important;list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}div.wc-block-components-notice-banner>div{display:flex;align-items:inherit;flex-wrap:wrap;gap:inherit}div.wc-block-components-notice-banner>div .button.wc-forward{border-bottom:2px solid rgba(255,255,255,0.3);color:#fff !important;text-decoration:none;opacity:1}div.wc-block-components-notice-banner>div .button.wc-forward:hover{border-color:#fff}
div.quantity{--wd-form-height: 42px;display:inline-flex;vertical-align:top;white-space:nowrap}div.quantity input[type=number]::-webkit-inner-spin-button,div.quantity input[type=number]::-webkit-outer-spin-button,div.quantity input[type="number"]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}div.quantity :is(input[type="number"],input[type="text"],input[type="button"]){display:inline-block;color:var(--wd-form-color)}div.quantity input[type="number"]{width:30px;border-radius:0;border-right:none;border-left:none}div.quantity input[type="text"]{width:var(--quantity-space, 80px);text-align:center}div.quantity input[type="button"]{padding:0 5px;min-width:25px;min-height:unset;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);background:var(--wd-form-bg);box-shadow:none}div.quantity input[type="button"]:hover{color:#fff;background-color:var(--wd-primary-color);border-color:var(--wd-primary-color)}div.quantity .minus{border-start-start-radius:var(--wd-form-brd-radius);border-end-start-radius:var(--wd-form-brd-radius)}div.quantity .plus{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}div.quantity.hidden{display:none !important}.form-style-underlined div.quantity input[type="number"],.form-style-underlined div.quantity input[type="text"]{border-top-style:solid}@-moz-document url-prefix(){div.quantity input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}}
.wd-product-brands{display:flex;justify-content:var(--content-align, var(--wd-align));align-items:center;flex-wrap:wrap;gap:10px}.wd-product-brands img{max-width:90px;width:100%}.wd-product-brands a{display:inline-block}.wd-product-brands a:hover{opacity:.5}.product_meta{--wd-link-color: var(--wd-text-color);--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;justify-content:var(--wd-align);flex-wrap:wrap;gap:10px}.product_meta>span{flex:1 1 100%}.product_meta .meta-label{color:var(--color-gray-800);font-weight:600}.product_meta .meta-sep{display:inline-block;margin:0 2px}.product_meta.wd-layout-inline>span{flex:0 1 auto}.product_title{font-size:34px;line-height:1.2;--page-title-display: block}.woocommerce-product-rating .star-rating{margin-inline-end:5px}.woocommerce-review-link{--wd-link-decor: none;--wd-link-decor-hover: none;color:var(--color-gray-500);vertical-align:middle}.woocommerce-review-link:hover{color:var(--color-gray-900)}@media (max-width: 1024px){.woocommerce-breadcrumb .wd-last-link{--wd-link-color: var(--color-gray-900);font-weight:600}.woocommerce-breadcrumb .wd-last-link ~ span{display:none}.product_title{font-size:24px}}@media (max-width: 768.98px){.wd-product-brands img{max-width:70px}.product_title{font-size:20px}}
p.stock{font-weight:600;line-height:1.2}p.stock.out-of-stock{color:#B50808}p.stock.wd-style-default:is(.available-on-backorder,.in-stock){color:var(--color-gray-800)}p.stock.wd-style-default.in-stock:before{margin-inline-end:5px;color:var(--wd-primary-color);content:"\f107";font-family:"woodmart-font"}p.stock:is(.wd-style-bordered,.wd-style-with-bg) span{display:inline-block;padding:8px 12px;border-radius:calc(var(--wd-brd-radius) / 1.5)}p.stock.wd-style-bordered span{border:1px solid #85B951;color:var(--color-gray-800)}p.stock.wd-style-bordered span:before{content:"";display:inline-block;margin-inline-end:8px;width:8px;height:8px;border-radius:50%;background-color:#85B951;vertical-align:baseline}p.stock.wd-style-bordered.out-of-stock span{border-color:#E22D2D}p.stock.wd-style-bordered.out-of-stock span:before{background-color:#E22D2D}p.stock.wd-style-with-bg:is(.available-on-backorder,.in-stock) span{background-color:#F1F7EB;color:#85B951}p.stock.wd-style-with-bg.in-stock span:before{margin-inline-end:5px;content:"\f107";font-family:"woodmart-font"}p.stock.wd-style-with-bg.out-of-stock span{background-color:#F8E7E7}
.hide-larger-price .price:has(.amount ~ .amount) :is(.amount ~ .amount,[aria-hidden="true"]:not(.amount)){display:none}.hide-larger-price .price:has(.amount ~ .amount)>small{margin-inline-start:.2em}
.shop_attributes{margin-bottom:0;overflow:hidden;--wd-attr-v-gap: 30px;--wd-attr-h-gap: 30px;--wd-attr-col: 1;--wd-attr-brd-width: 1px;--wd-attr-brd-style: solid;--wd-attr-brd-color: var(--brdcolor-gray-300);--wd-attr-img-width: 24px}.shop_attributes tbody{display:grid;grid-template-columns:repeat(var(--wd-attr-col), 1fr);margin-bottom:calc(-1 * (var(--wd-attr-v-gap) + var(--wd-attr-brd-width)));column-gap:var(--wd-attr-h-gap)}.shop_attributes tr{display:flex;align-items:center;gap:10px 20px;justify-content:space-between;padding-bottom:calc(var(--wd-attr-v-gap) / 2);margin-bottom:calc(var(--wd-attr-v-gap) / 2);border-bottom:var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color)}.shop_attributes :is(th,td){padding:0;border:none}.shop_attributes th{display:flex;flex:0 1 auto;font-family:var(--wd-text-font)}.shop_attributes td{text-align:end}.shop_attributes p{margin-bottom:0}.shop_attributes :is(.wd-attr-name,.wd-attr-term){--wd-link-color: var(--color-gray-400);--wd-link-color-hover: var(--color-gray-700);--wd-link-decor: none;--wd-link-decor-hover: none}.shop_attributes .wd-attr-name{display:inline-flex;align-items:center;gap:10px}.shop_attributes .wd-attr-name .wd-hint{margin-inline-start:-6px}.shop_attributes .wd-attr-term p{display:inline}.shop_attributes .wd-attr-name-img{width:var(--wd-attr-img-width)}
@media (max-width: 1024px){.wd-carousel-dis-mb .wd-carousel{padding:0}.wd-carousel-dis-mb .wd-carousel-wrap{padding:15px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(to right, transparent 5px, #000 40px);mask-image:linear-gradient(to right, transparent 5px, #000 40px)}.wd-carousel-dis-mb :is(.wd-nav-arrows,.wd-nav-pagin-wrap){display:none}}
:root{--wd-top-bar-h:.00001px;--wd-top-bar-sm-h:.00001px;--wd-top-bar-sticky-h:.00001px;--wd-top-bar-brd-w:.00001px;--wd-header-general-h:80px;--wd-header-general-sm-h:60px;--wd-header-general-sticky-h:.00001px;--wd-header-general-brd-w:.00001px;--wd-header-bottom-h:60px;--wd-header-bottom-sm-h:60px;--wd-header-bottom-sticky-h:60px;--wd-header-bottom-brd-w:.00001px;--wd-header-clone-h:.00001px;--wd-header-brd-w:calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));--wd-header-h:calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));--wd-header-sticky-h:calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));--wd-header-sm-h:calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w))}.whb-header-bottom .wd-dropdown{margin-top:9px}.whb-header-bottom .wd-dropdown:after{height:20px}.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu){margin-top:9px}.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu):after{height:20px}.whb-1yjd6g8pvqgh79uo6oce{--wd-form-brd-radius:35px}.whb-1yjd6g8pvqgh79uo6oce form.searchform{--wd-form-height:46px}.whb-pib2kc048q2n444im8gr.info-box-wrapper div.wd-info-box{--ib-icon-sp:10px}.whb-ao9406ic08x1lus1h7zu.info-box-wrapper div.wd-info-box{--ib-icon-sp:10px}.whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element .wd-tools-inner,.whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element>a>.wd-tools-icon{color:rgb(51 51 51);background-color:rgb(255 255 255)}.whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element:hover .wd-tools-inner,.whb-row .whb-7qrb5r43fmh57lkx4dry.wd-tools-element:hover>a>.wd-tools-icon{color:rgb(51 51 51 / .7);background-color:rgb(255 255 255)}.whb-row .whb-ad86so27lcwwiziptdg2.wd-tools-element .wd-tools-inner,.whb-row .whb-ad86so27lcwwiziptdg2.wd-tools-element>a>.wd-tools-icon{color:rgb(51 51 51);background-color:rgb(255 255 255)}.whb-row .whb-ad86so27lcwwiziptdg2.wd-tools-element:hover .wd-tools-inner,.whb-row .whb-ad86so27lcwwiziptdg2.wd-tools-element:hover>a>.wd-tools-icon{color:rgb(51 51 51 / .7);background-color:rgb(255 255 255)}.whb-row .whb-j9nqf397yrj3s8c855md.wd-tools-element .wd-tools-inner,.whb-row .whb-j9nqf397yrj3s8c855md.wd-tools-element>a>.wd-tools-icon{color:rgb(51 51 51);background-color:rgb(255 255 255)}.whb-row .whb-j9nqf397yrj3s8c855md.wd-tools-element:hover .wd-tools-inner,.whb-row .whb-j9nqf397yrj3s8c855md.wd-tools-element:hover>a>.wd-tools-icon{color:rgb(51 51 51 / .7);background-color:rgb(255 255 255)}.whb-kv1cizir1p1hjpwwydal{--wd-form-brd-radius:35px}.whb-kv1cizir1p1hjpwwydal form.searchform{--wd-form-height:42px}.whb-kv1cizir1p1hjpwwydal.wd-search-form.wd-header-search-form-mobile .searchform{--wd-form-bg:rgba(255, 255, 255, 1)}.whb-5jy1vz30acg4jonokek1.info-box-wrapper div.wd-info-box{--ib-icon-sp:10px}.whb-header-bottom{background-color:rgb(230 239 253)}@font-face{font-display:swap;font-weight:400;font-style:normal;font-family:"woodmart-font";src:url(//netyek.net/wp-content/themes/woodmart/fonts/woodmart-font-2-700.woff2?v=8.3.5) format("woff2")}:root{--wd-header-banner-h:45px;--wd-text-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-text-font-weight:400;--wd-text-color:#777777;--wd-text-font-size:15px;--wd-title-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-title-font-weight:500;--wd-title-color:#242424;--wd-entities-title-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-entities-title-font-weight:500;--wd-entities-title-color:#333333;--wd-entities-title-color-hover:rgb(51 51 51 / 65%);--wd-alternative-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-widget-title-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-widget-title-font-weight:500;--wd-widget-title-transform:capitalize;--wd-widget-title-color:#333;--wd-widget-title-font-size:16px;--wd-header-el-font:"IRANSansWeb", Arial, Helvetica, sans-serif;--wd-header-el-font-weight:600;--wd-header-el-transform:capitalize;--wd-header-el-font-size:13px;--wd-brd-radius:10px;--wd-otl-style:dotted;--wd-otl-width:2px;--wd-primary-color:rgb(28,97,231);--wd-alternative-color:rgba(28,97,231,0.2);--btn-default-bgcolor:rgb(225,235,255);--btn-default-bgcolor-hover:rgb(219,227,249);--btn-default-color:rgb(28,97,231);--btn-default-color-hover:rgb(28,97,231);--btn-accented-bgcolor:rgb(28,97,231);--btn-accented-bgcolor-hover:rgb(28,97,231);--btn-transform:capitalize;--wd-form-brd-width:1px;--notices-success-bg:#459647;--notices-success-color:#fff;--notices-warning-bg:#E0B252;--notices-warning-color:#fff;--wd-link-color:#333333;--wd-link-color-hover:#242424}.wd-age-verify-wrap{--wd-popup-width:500px}.wd-popup.wd-promo-popup{background-color:#111;background-image:none;background-repeat:no-repeat;background-size:contain;background-position:left center}.wd-promo-popup-wrap{--wd-popup-width:800px}.header-banner{background-image:url(https://netyek.net/wp-content/uploads/2025/12/blue-gife.gif);background-repeat:no-repeat;background-size:cover;background-attachment:inherit;background-position:center center}:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg,:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat){--wd-prod-bg:rgb(255,255,255);--wd-bordered-bg:rgb(255,255,255)}:is(.woodmart-woocommerce-layered-nav,.wd-product-category-filter) .wd-scroll-content{max-height:223px}.wd-page-title .wd-page-title-bg img{object-fit:cover;object-position:center center}.wd-footer{background-color:#fff;background-image:none}html .wd-nav-mobile>li>a{text-transform:capitalize}html .post.wd-post:not(.blog-design-small) .wd-entities-title{font-size:18px}.page .wd-page-content{background-color:#f6f6f6;background-image:none}.woodmart-archive-shop:not(.single-product) .wd-page-content{background-color:#f6f6f6;background-image:none}.woodmart-archive-blog .wd-page-content{background-color:#f6f6f6;background-image:none}html .wd-buy-now-btn{background:#6ba331}html .wd-buy-now-btn:hover{background:#5f9e2c}body,[class*=color-scheme-light],[class*=color-scheme-dark],.wd-search-form[class*="wd-header-search-form"] form.searchform,.wd-el-search .searchform{--wd-form-bg:rgb(255,255,255)}.mfp-wrap.wd-popup-quick-view-wrap{--wd-popup-width:920px}@media (max-width:1024px){:root{--wd-header-banner-h:30px}}:root{--wd-container-w:1222px;--wd-form-brd-radius:5px;--btn-accented-color:#fff;--btn-accented-color-hover:#fff;--btn-default-brd-radius:5px;--btn-default-box-shadow:none;--btn-default-box-shadow-hover:none;--btn-accented-brd-radius:5px;--btn-accented-box-shadow:none;--btn-accented-box-shadow-hover:none}@media (min-width:1222px){section.elementor-section.wd-section-stretch>.elementor-container{margin-left:auto;margin-right:auto}}.wd-page-title{background-color:#1c61e7}.header-banner{opacity:1!important}.tax-product_brand .filters-area{display:none}.shop_attributes tr{border-bottom:1px solid #d9d9d9!important}.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}@media screen and (max-height:1024px){.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}}@media screen and (max-height:640px){.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) *{background-image:none!important}}.wd-buttons[class*="wd-pos-r"]{display:none}.modbato-category-banner{border-radius:10px;overflow:hidden;text-align:center}.modbato-category-banner img{width:100%;height:auto;display:block;border-radius:10px;transition:transform 0.3s ease}.modbato-category-banner img:hover{transform:scale(1.02)}.container,.container-fluid{max-width:1366px}#billing_country_field{display:none}#billing_postcode_field .required{display:none}.menu-mega-dropdown .sub-menu-dropdown{overflow:hidden}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu{margin-top:0!important}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after{width:auto!important;height:auto!important}.rtl .wd-header-nav .wd-nav.wd-icon-right>li>a .wd-nav-img{order:0;margin:0;margin-inline-end:7px}.rtl .wd-header-nav .wd-nav.wd-icon-left>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label,.wd-nav-mobile>li>a>.menu-label,.wd-nav-mobile>li>ul li>a>.menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label:before,.wd-nav-mobile>li>a>.menu-label:before,.wd-nav-mobile>li>ul li>a>.menu-label:before{content:none}.whb-flex-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.whb-column{display:flex;align-items:center;flex-direction:row;max-height:inherit}.whb-col-left,.whb-mobile-left{justify-content:flex-start;margin-right:-10px}.whb-col-right,.whb-mobile-right{justify-content:flex-end;margin-left:-10px}.whb-col-mobile{flex:1 1 auto;justify-content:center;margin-inline:-10px}.whb-clone .whb-general-header-inner{height:var(--wd-header-clone-h);max-height:var(--wd-header-clone-h)}.whb-flex-flex-middle .whb-col-center{flex:1 1 0%}.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right){flex:1 1 0%}.whb-col-1 :is(.whb-flex-row,.whb-column){max-width:calc(100% + 20px);justify-content:center}.whb-col-1 :is(.whb-col-left,.whb-mobile-left){flex:1 1 auto;margin-inline:-10px}.whb-col-1 .wd-header-html{max-width:100%}.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){flex:1 1 0%}.whb-empty-column+.whb-mobile-right{flex:1 1 auto}.wd-header-overlap:where(:not(.single-product)) .wd-content-layout:first-child{padding-top:0}.whb-overcontent{min-height:.2px}.whb-overcontent .whb-main-header{position:absolute}body:not(.single-product) .whb-overcontent,.whb-overcontent.whb-custom-header{margin-bottom:0;padding-top:0!important}.whb-with-shadow{box-shadow:0 1px 8px rgb(0 0 0 / .1)}.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}.whb-clone{position:fixed;z-index:391;visibility:hidden;opacity:0;transition:opacity .1s ease,visibility .1s ease,transform .3s ease;animation:wd-fadeOutUpBig .1s ease;pointer-events:none}.whb-clone .whb-flex-row{border:none}.whb-clone.whb-sticked{visibility:visible;opacity:1;animation:wd-fadeInDownBig .3s ease;pointer-events:visible;pointer-events:unset}.whb-clone.whb-sticked .whb-not-sticky-row{display:block}.whb-clone .wd-header-main-nav{text-align:center}.whb-clone.whb-hide-on-scroll{transform:translateY(-100%);animation:none}.whb-clone.whb-scroll-up{transform:none}.whb-sticky-prepared{padding-top:var(--wd-header-h)}.whb-sticky-prepared .whb-main-header{position:absolute}:root:has(.whb-sticky-prepared):not(:has(.whb-top-bar)){--wd-top-bar-h:.00001px;--wd-top-bar-sm-h:.00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-general-header)){--wd-header-general-h:.00001px;--wd-header-general-sm-h:.00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-header-bottom)){--wd-header-bottom-h:.00001px;--wd-header-bottom-sm-h:.00001px;--wd-header-bottom-brd-w:.00001px}.whb-scroll-stick .whb-flex-row{transition:height .2s ease,max-height .2s ease}.whb-scroll-stick.whb-sticked .whb-flex-row{transition-duration:.3s}.whb-scroll-stick:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-stick.whb-scroll-down .whb-main-header{transform:translateY(-100%)}.whb-scroll-stick.whb-scroll-up .whb-main-header{transform:none}.whb-scroll-slide.whb-sticked .whb-main-header{animation:wd-fadeInDownBig .4s ease}.whb-scroll-slide:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header{transform:translateY(-100%);animation:none}.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header{transform:none}.whb-sticked .whb-main-header{position:fixed}.whb-sticked .whb-row{transition:background-color .3s ease}.whb-sticked .whb-not-sticky-row{display:none}.whb-sticky-shadow.whb-sticked .whb-main-header{box-shadow:0 1px 3px rgb(0 0 0 / .1)}.whb-sticky-shadow.whb-sticked .whb-row:last-child{border-bottom:none}.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row{border-bottom:none}.whb-sticky-shadow+.whb-clone{box-shadow:0 1px 3px rgb(0 0 0 / .1)}.whb-sticky-shadow+.whb-clone .whb-row{border-bottom:none}.whb-row{transition:background-color .2s ease}.whb-color-dark:not(.whb-with-bg){background-color:#fff}.whb-color-light:not(.whb-with-bg){background-color:#212121}body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){background-color:#fff0}.whb-row.whb-with-bdf,.whb-row.whb-with-bdf>.container{position:relative}.whb-row.whb-with-bdf:before{content:'';position:absolute;inset:0}@keyframes wd-fadeInDownBig{from{transform:translate3d(0,-100%,0)}to{transform:none}}@keyframes wd-fadeOutUpBig{from{transform:none}to{transform:translate3d(0,-100%,0)}}.wd-header-nav,.site-logo{padding-inline:10px}.wd-header-nav.wd-full-height,.wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a),.wd-header-divider.wd-full-height,.wd-header-divider.wd-full-height:before{height:100%}.wd-header-nav{flex:1 1 auto}.wd-header-nav.wd-inline{flex:0 0 auto;max-width:100%}.whb-color-light .wd-header-nav>span{color:rgb(255 255 255 / .8)}.wd-nav-header>li>a{font-size:var(--wd-header-el-font-size);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-family:var(--wd-header-el-font);text-transform:var(--wd-header-el-transform)}.wd-nav-header>li.color-primary{--nav-color:var(--wd-primary-color);--nav-color-hover:var(--wd-primary-color)}.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){opacity:0;pointer-events:none}@supports (-webkit-touch-callout:none){.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){transform:translateY(15px) translateZ(0)}}.whb-color-light .wd-nav-header{--wd-navigation-color:255,255,255}.whb-color-light .wd-nav-header.wd-style-default{--nav-color-hover:rgba(255,255,255,0.7)}.whb-color-dark .wd-nav-header{--wd-navigation-color:51,51,51}.whb-top-bar .wd-nav-secondary>li>a{font-weight:400;font-size:12px}.wd-header-sticky-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.site-logo{max-height:inherit}.wd-logo{max-height:inherit;transition:none}.wd-logo picture{max-height:inherit}.wd-logo picture img{max-width:inherit}.wd-logo img{padding-top:5px;padding-bottom:5px;max-height:inherit;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:800px}.wd-logo img[src$=".svg"]{height:100%}.wd-logo img[width]:not([src$=".svg"]){width:auto;object-fit:contain}.wd-switch-logo .wd-sticky-logo{display:none;animation:wd-fadeIn .5s ease}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-main-logo{display:none}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-sticky-logo{display:block}.wd-header-divider:before{content:"";display:block;height:18px;border-right:1px solid}.whb-color-dark .wd-header-divider:before{border-color:var(--wd-divider-color,rgb(0 0 0 / .105))}.whb-color-light .wd-header-divider:before{border-color:var(--wd-divider-color,rgb(255 255 255 / .25))}.whb-col-right .wd-header-divider:last-child,.whb-mobile-right .wd-header-divider:last-child,.whb-col-mobile .wd-header-divider:last-child{padding-left:10px}.whb-col-left .wd-header-divider:first-child,.whb-mobile-left .wd-header-divider:first-child,.whb-col-mobile .wd-header-divider:first-child{padding-right:10px}.whb-col-center .wd-header-divider:first-child{padding-right:10px}.whb-col-center .wd-header-divider:last-child{padding-left:10px}.wd-header-mobile-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.mobile-nav .wd-heading{position:relative;z-index:6;background-color:inherit}.mobile-nav .searchform{--wd-form-brd-width:0;--wd-form-bg:transparent;--wd-form-color:var(--color-gray-500);--wd-form-placeholder-color:var(--color-gray-500);z-index:4;box-shadow:0 -1px 9px rgb(0 0 0 / .17)}.mobile-nav .searchform input[type="text"]{padding-left:70px;padding-right:20px;height:70px;font-weight:600}.mobile-nav .wd-search-results{position:relative;z-index:4;border-radius:0;inset-inline:auto}.mobile-nav .wd-search-results:not(.wd-opened){display:none}.mobile-nav .wd-suggestion{padding:10px 20px}.mobile-nav .create-nav-msg{padding:20px}.wd-nav-mobile{--nav-radius:0;--nav-color-hover:var(--wd-primary-color);display:none;margin-inline:0;animation:wd-fadeIn 1s ease}.wd-nav-mobile>li{flex:1 1 100%;max-width:100%;width:100%}.wd-nav-mobile>li>a:hover{color:var(--nav-color-hover)}.wd-nav-mobile>li.menu-item-has-children>a:after{content:none}.wd-nav-mobile .wd-with-icon>a:before{margin-left:7px;font-weight:400;font-family:"woodmart-font"}.wd-nav-mobile .menu-item-account>a:before{content:"\f124"}.wd-nav-mobile .menu-item-wishlist>a:before{content:"\f106"}.wd-nav-mobile .menu-item-compare>a:before{content:"\f128"}.wd-nav-mobile.wd-active{display:block}.wd-nav-mobile:not(.wd-html-block-on) .menu-item-has-block .wd-nav-opener{display:none}.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block{overflow:hidden;border-bottom:1px solid var(--brdcolor-gray-300);max-width:var(--wd-side-hidden-w)}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container{--wd-el-column-gap:.001px}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .mega-menu-list .sub-sub-menu{display:block}.wd-nav-mobile>li,.wd-nav-mobile>li>ul li{display:flex;flex-wrap:wrap}.wd-nav-mobile>li>a,.wd-nav-mobile>li>ul li>a{flex:1 1 0%;padding:5px 20px;min-height:50px;border:none;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mobile>li>:is(.wd-sub-menu,.sub-sub-menu),.wd-nav-mobile>li>ul li>:is(.wd-sub-menu,.sub-sub-menu){display:none;flex:1 1 100%;order:3}.wd-nav-mob-tab{--nav-gap:0;--nav-pd:18px 15px;--nav-color:rgba(var(--wd-navigation-color), .5);--nav-color-hover:rgba(var(--wd-navigation-color), 1);--nav-bg:rgba(var(--color-black-rgb), .04);--nav-bg-active:rgba(var(--color-black-rgb), .09);--nav-radius:0;display:flex;margin:0;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mob-tab>li{flex:1 0 50%;max-width:50%}.wd-nav-mob-tab>li>a{justify-content:center;text-align:center;height:100%}.wd-nav-mob-tab.wd-style-underline .nav-link-text{position:static}.wd-nav-mob-tab.wd-style-underline .nav-link-text:after{top:auto;bottom:-1px}.wd-nav-mob-tab.wd-swap{flex-direction:row-reverse}.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after{left:0;right:auto}.mobile-nav .wd-nav-opener{border-right:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300)}.widgetarea-mobile{padding:20px}@media (min-width:1025px){.whb-top-bar-inner{height:var(--wd-top-bar-h);max-height:var(--wd-top-bar-h)}.whb-sticked .whb-top-bar-inner{height:var(--wd-top-bar-sticky-h);max-height:var(--wd-top-bar-sticky-h)}.whb-general-header-inner{height:var(--wd-header-general-h);max-height:var(--wd-header-general-h)}.whb-sticked:not(.whb-clone) .whb-general-header-inner{height:var(--wd-header-general-sticky-h);max-height:var(--wd-header-general-sticky-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-h);max-height:var(--wd-header-bottom-h)}.whb-sticked .whb-header-bottom-inner{height:var(--wd-header-bottom-sticky-h);max-height:var(--wd-header-bottom-sticky-h)}.whb-hidden-lg,.whb-hidden-desktop{display:none}.whb-clone,.whb-sticked .whb-main-header{top:var(--wd-admin-bar-h)}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px))}.whb-full-width .whb-row>.container,.whb-full-width+.whb-clone .whb-row>.container{max-width:100%;width:clamp(var(--wd-container-w), 95%, 100%)}}@media (max-width:1024px){.whb-top-bar-inner{height:var(--wd-top-bar-sm-h);max-height:var(--wd-top-bar-sm-h)}.whb-general-header-inner{height:var(--wd-header-general-sm-h);max-height:var(--wd-header-general-sm-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-sm-h);max-height:var(--wd-header-bottom-sm-h)}.whb-visible-lg,.whb-hidden-mobile{display:none}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-sm-h) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:var(--wd-header-sm-h)}.whb-sticky-prepared{padding-top:var(--wd-header-sm-h)}}.wd-tools-element{position:relative;--wd-header-el-color:#333;--wd-header-el-color-hover:rgba(51,51,51,.6);--wd-tools-icon-base-width:20px}.wd-tools-element>a{display:flex;align-items:center;justify-content:center;height:40px;color:var(--wd-header-el-color);line-height:1;text-decoration:none!important;padding-inline:10px}.wd-tools-element .wd-tools-icon{position:relative;display:flex;align-items:center;justify-content:center;font-size:0}.wd-tools-element .wd-tools-icon:before{font-size:var(--wd-tools-icon-base-width)}.wd-tools-element .wd-tools-text{margin-inline-start:8px;text-transform:var(--wd-header-el-transform);white-space:nowrap;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font)}.wd-tools-element .wd-tools-count{z-index:1;width:var(--wd-count-size,15px);height:var(--wd-count-size,15px);border-radius:50%;text-align:center;letter-spacing:0;font-weight:400;line-height:var(--wd-count-size,15px)}.wd-tools-element:hover>a{color:var(--wd-header-el-color-hover)}.wd-tools-element.wd-style-icon .wd-tools-text{display:none!important}.whb-top-bar .wd-tools-element{--wd-count-size:13px;--wd-tools-icon-base-width:14px}.whb-top-bar .wd-tools-element .wd-tools-text{font-weight:400;font-size:12px}.whb-color-light .wd-tools-element{--wd-header-el-color:#fff;--wd-header-el-color-hover:rgba(255,255,255,0.8)}.wd-custom-icon,picture.wd-custom-icon img{max-width:var(--wd-tools-icon-width,38px);width:var(--wd-tools-icon-width,revert-layer);transition:all .25s ease}.wd-tools-custom-icon .wd-tools-icon:before,.wd-tools-custom-icon .wd-tools-icon:after{display:none}.wd-tools-custom-icon:hover .wd-custom-icon{opacity:.6}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-icon.wd-with-count{margin-inline-end:5px}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-style-text.wd-with-count .wd-tools-text{margin-inline-start:14px}.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count{position:absolute;top:-5px;inset-inline-end:-9px;background-color:var(--wd-primary-color);color:#fff;font-size:9px}.wd-tools-element.wd-design-1.wd-with-count .wd-tools-count{margin-inline-start:8px}.wd-tools-element.wd-design-1 .wd-tools-count{width:auto;height:auto;text-transform:var(--wd-header-el-transform);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font);line-height:inherit}.wd-tools-element.wd-design-1 .subtotal-divider{display:inline}.wd-tools-element.wd-design-4{--wd-count-size:19px}.wd-tools-element.wd-design-4.wd-with-count .wd-tools-count{margin-inline-start:6px}.wd-tools-element.wd-design-4 .wd-tools-count{display:inline-block;padding:0 2px;background-color:var(--wd-primary-color);color:#fff;font-weight:700;font-size:10px}.whb-top-bar .wd-tools-element.wd-design-4{--wd-count-size:16px}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8){--wd-count-size:18px}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner{position:relative}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-inner .wd-tools-icon{position:static}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-custom-icon{max-width:var(--wd-tools-icon-width,var(--wd-tools-icon-base-width))}.wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8) .wd-tools-count{position:absolute;top:-3px;inset-inline-end:-7px;background-color:#fff;box-shadow:0 0 4px rgb(0 0 0 / .17);color:var(--wd-primary-color);font-size:11px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7,.wd-design-8){--wd-count-size:13px}.wd-tools-element:is(.wd-design-6,.wd-design-7){--wd-tools-sp:13px}.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){height:42px;border-radius:42px}.wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-inner{display:flex;align-items:center;padding:0 var(--wd-tools-sp)}.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{width:42px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7){--wd-tools-sp:9px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){height:28px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon{width:28px}.whb-top-bar .wd-tools-element:is(.wd-design-6,.wd-design-7) .wd-tools-count{font-size:9px}.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon){border:1px solid rgb(0 0 0 / .105)}.whb-color-light .wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon){border-color:rgb(255 255 255 / .25)}.wd-tools-element.wd-design-7>a>:is(.wd-tools-inner,.wd-tools-icon){background-color:var(--wd-primary-color);color:#fff;transition:inherit}.wd-tools-element.wd-design-7:hover>a>:is(.wd-tools-inner,.wd-tools-icon){color:rgb(255 255 255 / .8)}.whb-column>.info-box-wrapper,.wd-header-text,.whb-column>.wd-button-wrapper,.whb-column>.wd-social-icons,.wd-header-html{padding-inline:10px}.whb-column>.info-box-wrapper .wd-info-box{--ib-icon-sp:10px}.wd-header-text{--wd-tags-mb:10px;flex:1 1 auto}.wd-header-text p:first-child:empty{display:none}.wd-header-text.wd-inline{flex:0 0 auto}.whb-top-bar .wd-header-text{font-size:12px;line-height:1.2}.whb-color-light .wd-header-text{--wd-text-color:rgba(255,255,255,0.8);--wd-title-color:#fff;--wd-link-color:rgba(255,255,255,0.9);--wd-link-color-hover:#fff;color:var(--wd-text-color)}.wd-header-wishlist .wd-tools-icon:before{content:"\f106";font-family:"woodmart-font"}.wd-header-compare .wd-tools-icon:before{content:"\f128";font-family:"woodmart-font"}.wd-dropdown-compare a{justify-content:space-between}.wd-dropdown-compare .count{margin-inline-start:10px;color:var(--color-gray-300)}.whb-col-right .wd-search-dropdown{right:auto;left:0;margin-left:calc(var(--nav-gap, .001px) / 2 * -1);margin-right:0}.wd-header-search .wd-tools-icon img,.wd-header-search .wd-tools-icon:before{transition:opacity .3s ease}.wd-header-search .wd-tools-icon:before{content:"\f130";font-family:"woodmart-font"}.wd-header-search .wd-tools-icon:after{position:absolute;top:50%;left:50%;display:block;font-size:clamp(var(--wd-tools-icon-base-width), var(--wd-tools-icon-width, var(--wd-tools-icon-base-width)), 60px);opacity:0;transform:translate(-50%,-50%);content:"\f112";font-family:"woodmart-font"}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8){min-width:var(--wd-tools-icon-base-width)}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8) .wd-tools-icon:after{inset-inline-start:var(--wd-tools-sp);inset-inline-end:auto;transform:translateY(-50%)}.wd-search-opened .wd-header-search .wd-tools-icon:after{opacity:1;transition:opacity .3s ease}.wd-search-opened .wd-header-search .wd-tools-icon img,.wd-search-opened .wd-header-search .wd-tools-icon:before{opacity:0;transition:none}.wd-search-dropdown{width:300px}.wd-search-dropdown input[type="text"]{height:70px!important;border:none}.wd-search-dropdown .wd-dropdown-results{inset-inline:calc((var(--wd-brd-radius) / 1.5))}.form-style-underlined .wd-search-dropdown input[type="text"]{padding-right:15px}.whb-color-light [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2){--wd-form-brd-color:rgba(255,255,255,0.2);--wd-form-brd-color-focus:rgba(255,255,255,0.3);--wd-form-color:rgba(255,255,255,0.8)}.whb-color-dark [class*="wd-header-search-form"] :is(.wd-style-default,.wd-style-with-bg-2){--wd-form-brd-color:rgba(0,0,0,0.1);--wd-form-brd-color-focus:rgba(0,0,0,0.15);--wd-form-color:#767676;--wd-form-placeholder-color:var(--wd-form-color)}[class*="wd-header-search-form"]{padding-inline:10px;flex:1 1 auto}[class*="wd-header-search-form"] input[type='text']{min-width:290px}.wd-header-search-form-mobile .searchform{--wd-form-height:42px}.wd-header-search-form-mobile .searchform input[type="text"]{min-width:100%}[class*="wd-header-search-form"] .wd-style-with-bg{--wd-form-bg:#fff}.global-color-scheme-light [class*="wd-header-search-form"] .wd-style-with-bg{--wd-form-brd-color:rgba(0,0,0,0.1);--wd-form-brd-color-focus:rgba(0,0,0,0.15);--wd-form-color:#767676;--wd-form-placeholder-color:var(--wd-form-color)}.searchform{position:relative;--wd-search-btn-w:var(--wd-form-height);--wd-form-height:46px;--wd-search-clear-sp:.001px}.searchform input[type="text"]{padding-inline-end:calc(var(--wd-search-btn-w) + 30px)}.searchform .searchsubmit{--btn-color:var(--wd-form-color, currentColor);--btn-bgcolor:transparent;position:absolute;gap:0;inset-block:0;inset-inline-end:0;padding:0;width:var(--wd-search-btn-w);min-height:unset;border:none;box-shadow:none;font-weight:400;font-size:0;font-style:unset}.searchform .searchsubmit:hover:after,.searchform .searchsubmit:hover img{opacity:.7}.searchform .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.3);transition:opacity .2s ease;content:"\f130";font-family:"woodmart-font"}.searchform .searchsubmit img{max-width:24px;transition:opacity .2s ease}.searchform .searchsubmit:before{position:absolute;top:50%;left:50%;margin-top:calc((var(--wd-form-height) / 2.5) / -2);margin-left:calc((var(--wd-form-height) / 2.5) / -2);opacity:0;transition:opacity .1s ease;content:"";display:inline-block;width:calc(var(--wd-form-height) / 2.5);height:calc(var(--wd-form-height) / 2.5);border:1px solid #fff0;border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}.searchform .searchsubmit.wd-with-img:after{content:none}.searchform.wd-search-loading .searchsubmit:before{opacity:1;transition-duration:.2s;--wd-anim-state:running}.searchform.wd-search-loading .searchsubmit:after,.searchform.wd-search-loading .searchsubmit img{opacity:0;transition-duration:.1s}.searchform .wd-clear-search{position:absolute;top:calc(50% - 12px);display:flex;align-items:center;justify-content:center;width:30px;height:24px;inset-inline-end:calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));color:var(--wd-form-color,currentColor);cursor:pointer}.searchform .wd-clear-search:before{font-size:calc(var(--wd-form-height) / 3);line-height:1;transition:opacity .2s ease;content:"\f112";font-family:"woodmart-font"}.searchform .wd-clear-search:hover:before{opacity:.7}.wd-search-results-wrapper{position:relative}.wd-search-title.title{margin-bottom:0;text-transform:uppercase;font-size:var(--wd-search-font-size);line-height:1}.wd-suggestions-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.wd-suggestion{position:relative;display:flex;line-height:1;transition:all .25s ease}.wd-suggestion .wd-entities-title{font-size:.92em}.wd-suggestion .wd-entities-title strong{text-decoration:underline}.wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-suggestion-content{--wd-mb:10px}.wd-suggestion-sku{font-size:.8em}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb{margin-inline-end:7px}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb img{max-height:18px;max-width:18px;object-fit:contain;object-position:50% 50%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content .wd-entities-title{flex-grow:1}.wd-not-found{grid-column:1 / -1}.wd-all-results{--wd-link-color:var(--color-gray-800);--wd-link-color-hover:var(--color-gray-800);display:block;border-block:1px solid var(--brdcolor-gray-300);padding-inline:var(--wd-search-sp);text-align:center;text-transform:uppercase;font-weight:600;font-size:var(--wd-search-font-size);line-height:50px;transition:all .25s ease;text-decoration:none!important}.wd-all-results:hover{background-color:var(--bgcolor-gray-100)!important}.wd-search-area{position:relative;transition:all .25s ease}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-area{min-height:70px}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader{opacity:1;pointer-events:auto}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader:after{--wd-anim-state:running}.wd-search-loader{z-index:410;opacity:0;pointer-events:none;background-color:rgba(var(--bgcolor-white-rgb),.8);transition:all 0.25s cubic-bezier(.19,1,.22,1);overflow:hidden}.wd-search-loader:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);content:"";display:inline-block;width:32px;height:32px;border:1px solid #fff0;border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}@media (max-width:1024px){.wd-suggestions-group{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.wd-suggestion :is(.wd-entities-title,.price){font-size:.9em}}.wd-dropdown-results{margin-top:0!important;--wd-search-font-size:.92em;--wd-search-sp:15px;overflow:hidden;right:calc((var(--wd-form-brd-radius) / 1.5));left:calc((var(--wd-form-brd-radius) / 1.5))}.wd-dropdown-results:after{width:auto!important;height:auto!important}.wd-dropdown-results .wd-scroll-content{overscroll-behavior:none}.wd-dropdown-results .wd-search-suggestions{margin-top:-1px;margin-inline-end:-1px}.wd-dropdown-results .wd-search-suggestions .wd-search-title{margin-block:-1px;border-block:1px solid var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion{margin-bottom:-1px;border-top:1px solid;border-bottom:1px solid;border-inline-end:1px solid;border-color:var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion:hover,.wd-dropdown-results .wd-suggestion.wd-active{background-color:var(--bgcolor-gray-100)}.wd-dropdown-results .wd-suggestion-thumb{flex:0 0 auto;margin-inline-end:15px;max-width:65px}.wd-dropdown-results .wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-dropdown-results .wd-all-results{background-color:var(--bgcolor-white)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories{display:block}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion{border:none;padding-block:10px}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child{border-top:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child{border-bottom:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after{content:"\f121";font-family:"woodmart-font";color:var(--color-gray-400)}.wd-dropdown-results .wd-not-found{background-color:var(--bgcolor-white)!important}.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found{margin-bottom:0}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area){padding:var(--wd-search-sp)}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area):not(:first-child){margin-top:-1px;border-top:1px solid var(--brdcolor-gray-300)}.wd-searched .wd-dropdown-results :is(.wd-search-history,.wd-search-requests,.wd-search-area){display:none}.wd-dropdown-results .wd-search-requests{--wd-requests-pd:8px 12px;--wd-requests-fs:10px}@media (max-width:1024px){.wd-dropdown-results{--wd-search-sp:10px}.wd-dropdown-results .wd-suggestion-thumb{max-width:45px}}.wd-info-box{position:relative;display:flex;flex-direction:column;border-radius:var(--wd-brd-radius);gap:var(--ib-icon-sp);--ib-icon-sp:20px}.wd-info-box .box-icon-wrapper{flex:0 0 auto;line-height:0}.wd-info-box :is(.info-box-icon,.info-svg-wrapper){display:inline-block;max-width:100%}.wd-info-box .info-box-icon{transition:all .25s ease}.wd-info-box .info-svg-wrapper img{height:inherit}.wd-info-box .info-svg-wrapper :is(img,svg){width:inherit!important;height:inherit!important}.wd-info-box :is(.info-box-subtitle,.info-box-title){transition:all .25s ease;margin-bottom:0}.wd-info-box :is(.info-box-subtitle,.info-box-title,.info-box-inner):not(:first-child){margin-top:10px}.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background),.info-box-title){line-height:1.3}.wd-info-box .info-box-content{--wd-tags-mb:10px;position:relative;flex:1 1 auto;border-radius:var(--wd-brd-radius)}.wd-info-box .info-box-inner p:first-child:empty,.wd-info-box .info-box-inner p:first-child:empty~p:last-child,.wd-info-box .info-box-inner:empty{display:none}.wd-info-box .info-btn-wrapper{margin-top:15px}.wd-info-box-link{z-index:2}.box-icon-align-top .box-icon-wrapper{margin-bottom:-5px}:is(.box-icon-align-left,.box-icon-align-right) .box-icon-wrapper{max-width:50%}.box-icon-align-left{flex-direction:row-reverse}.box-icon-align-right{flex-direction:row}.box-title-style-underlined{padding-bottom:10px;border-bottom:1px solid var(--brdcolor-gray-300)}.box-with-icon .info-box-icon{overflow:hidden}.box-icon-wrapper.box-with-text{color:var(--wd-primary-color);font-weight:700;line-height:1}.box-with-text.text-size-small{font-size:38px}.box-with-text:is(.text-size-default,.text-size-large){font-size:52px}[class*="box-icon-with-"].box-with-text{--text-bg-size:85px}[class*="box-icon-with-"].box-with-text .info-box-icon{padding:0 10px;min-width:var(--text-bg-size);height:var(--text-bg-size);border-radius:100px;line-height:var(--text-bg-size)}[class*="box-icon-with-"]:is(.text-size-default,.text-size-large){--text-bg-size:100px}[class*="box-icon-with-"] .info-box-icon{border-radius:50%;text-align:center}.box-icon-with-bg .info-box-icon{padding:20px;background-color:#f1f1f1}.box-icon-with-border .info-box-icon{padding:18px;border:2px solid #f1f1f1}.wpb-js-composer .info-box-wrapper.inline-element{max-width:100%}.wpb-js-composer .info-box-carousel .inline-element{display:block;margin-inline:0!important}.wpb-js-composer .info-box-carousel .inline-element .wd-info-box{display:inline-flex}.with-animation .info-svg-wrapper path{stroke:var(--wd-primary-color)}.info-box-carousel-wrapper .wd-wpb{margin-bottom:0}[class*="color-scheme-hover"]{transition:all .25s ease}[class*="color-scheme-hover"] .title{transition:all .25s ease}.color-scheme-hover-dark:hover{--color-gray-400:#a5a5a5;--color-gray-500:#a5a5a5;--color-gray-800:#333;--bgcolor-gray-200:#f7f7f7;--brdcolor-gray-500:rgba(0,0,0,0.2);--wd-text-color:#767676;--wd-title-color:#242424;--wd-link-color:#333;--wd-link-color-hover:#242424;color:var(--wd-text-color)}.color-scheme-hover-light:hover{--color-gray-400:rgba(255,255,255,0.8);--color-gray-500:rgba(255,255,255,0.8);--color-gray-800:#fff;--brdcolor-gray-300:rgba(255,255,255,0.15);--brdcolor-gray-500:rgba(255,255,255,0.3);--wd-text-color:rgba(255,255,255,0.8);--wd-title-color:#fff;--wd-link-color:rgba(255,255,255,0.9);--wd-link-color-hover:#fff;color:var(--wd-text-color)}.color-scheme-hover-light:hover .info-svg-wrapper svg{fill:#fff!important}.color-scheme-hover-light:hover .info-svg-wrapper img{filter:brightness(0) invert(1)}.color-scheme-hover-light:hover :is(.info-box-icon,.title){color:#fff!important}@media (min-width:1025px){.box-with-text.text-size-large{font-size:74px}[class*="box-icon-with-"].text-size-large{--text-bg-size:130px}}.mobile-nav .wd-nav-opener.wd-active{background-color:var(--wd-primary-color);color:#fff}.woocommerce-form-login>*:last-child{margin-bottom:0}.woocommerce-form-login:not(.hidden-form){display:block!important}.password-input{position:relative;display:block}.password-input input{padding-inline-end:var(--wd-form-height)!important}.show-password-input{display:flex;justify-content:center;align-items:center;position:absolute;top:0;inset-inline-end:0;width:var(--wd-form-height);height:var(--wd-form-height);cursor:pointer;font-size:16px;color:var(--color-gray-600);transition:all .25s ease;padding:0!important;border:none!important;background:none!important;box-shadow:none!important;min-height:unset!important}.show-password-input:hover{color:var(--color-gray-400)}.show-password-input:before{font-family:"woodmart-font";content:"\f11a"}.show-password-input.display-password:before{content:"\f11b"}.login-form-footer{--wd-link-color:var(--wd-primary-color);--wd-link-color-hover:var(--wd-primary-color);--wd-link-decor:none;--wd-link-decor-hover:none;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px}.login-form-footer .lost_password{order:2}.login-form-footer .lost_password:hover{opacity:.7}.login-form-footer .woocommerce-form-login__rememberme{order:1;margin-bottom:0}:is(.register,.woocommerce-form-login) .button{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform,uppercase));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight,600));font-family:var(--btn-accented-font-family,var(--btn-font-family,inherit));font-style:var(--btn-accented-font-style,var(--btn-font-style,unset))}:is(.register,.woocommerce-form-login) .button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}:is(.register,.woocommerce-form-login) .button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active,0)}.wd-login-divider{display:flex;align-items:center;text-transform:uppercase}.wd-login-divider span{margin-inline:20px}.wd-login-divider:after,.wd-login-divider:before{content:"";flex:1 0 0%;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-header-my-account .wd-tools-icon:before{content:"\f124";font-family:"woodmart-font"}.wd-account-style-text .wd-tools-icon{display:none!important}.wd-account-style-text .wd-tools-text{margin-right:0}.wd-account-style-icon:not(.wd-with-username) .wd-tools-text{display:none}@media (max-width:1024px){.wd-header-my-account .wd-dropdown{display:none}}.wd-dropdown-cats,.wd-dropdown-cats .wd-dropdown-menu{margin-top:0!important}.wd-dropdown-cats:after,.wd-dropdown-cats .wd-dropdown-menu:after{width:auto!important;height:auto!important}.whb-sticky-real.whb-sticked .wd-header-cats:not(:hover) .wd-dropdown-cats.wd-opened{visibility:hidden;opacity:0;transition:opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),transform 0.4s cubic-bezier(.19,1,.22,1);transform:translateY(15px) translateZ(0);pointer-events:none}.whb-header-bottom .wd-header-cats,.whb-top-bar .wd-header-cats,.whb-header-bottom .wd-header-cats.wd-style-1 .menu-opener,.whb-top-bar .wd-header-cats.wd-style-1 .menu-opener{height:100%}.wd-header-cats{position:relative;margin-inline:10px}.whb-header-bottom .wd-header-cats{margin-top:calc(var(--wd-header-general-brd-w) * -1);margin-bottom:calc(var(--wd-header-bottom-brd-w) * -1);height:calc(100% + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w))}.wd-header-cats.wd-event-click{cursor:pointer}.wd-header-cats .menu-opener{position:relative;z-index:300;display:flex;align-items:center;max-width:320px;color:#333;line-height:1;transition:all .25s ease}.wd-header-cats .menu-opener .menu-open-label{text-transform:var(--wd-header-el-transform);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font)}.wd-header-cats .menu-opener.color-scheme-light{color:#fff}.wd-header-cats .menu-opener:not(.has-bg){background-color:var(--wd-primary-color)}.wd-header-cats .menu-opener-icon:not(.custom-icon):after{font-size:18px;content:"\f15a";font-family:"woodmart-font"}.wd-header-cats .menu-opener-icon.custom-icon:empty{display:none}.wd-header-cats.wd-style-1 .menu-opener{padding:10px 15px;min-width:270px;height:50px;border-top-left-radius:var(--wd-brd-radius);border-top-right-radius:var(--wd-brd-radius)}.wd-header-cats.wd-style-1 .menu-opener:after{font-size:11px;margin-inline-start:auto;content:"\f129";font-family:"woodmart-font"}.wd-header-cats.wd-style-1 .menu-opener-icon{flex:0 0 auto;margin-inline-end:10px}.wd-dropdown-cats{right:0;z-index:299;min-width:270px;box-shadow:none}.wd-dropdown-cats,.wd-dropdown-cats .wd-nav.wd-nav-vertical,.wd-dropdown-cats .wd-nav.wd-nav-vertical>li:first-child>a{border-top-left-radius:0;border-top-right-radius:0}.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner{padding:var(--wd-dropdown-padding,30px)}.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-full-width,.wd-design-aside)>.container{padding:0;max-width:none}.wd-nav-vertical>li>a .menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center;order:2}.wd-nav-vertical>li>a .menu-label:before{content:none}.wd-nav-vertical{--nav-drop-sp:0.001px;position:relative;display:flex}.wd-nav-vertical>li{flex:1 1 100%;max-width:100%;width:100%}.wd-nav-vertical>li.menu-item-has-children>a:after{margin-inline-start:auto;font-weight:400;font-size:clamp(6px, 60%, 18px);content:"\f114"}.wd-nav-vertical .wd-dropdown-menu{margin:0;top:0;inset-inline-start:calc(100% + var(--nav-drop-sp));transform:translateX(15px) translateY(0) translateZ(0)}.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width){min-height:100%}.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width) .wd-dropdown-inner{height:100%}.wd-nav-vertical .wd-dropdown-menu:is(.wd-design-full-width,.wd-design-aside){--wd-dropdown-width:800px}.wd-nav-vertical .wd-dropdown-menu.wd-design-aside{padding-inline-start:0}.wd-nav-vertical .wd-dropdown-menu:after{inset-block:0 auto;inset-inline-start:auto;inset-inline-end:100%;height:100%;width:var(--nav-drop-sp)}.wd-nav-vertical>li.menu-mega-dropdown{position:static}.wd-nav-vertical.wd-design-default{--nav-gap-v:0;--nav-pd:5px 18px;--nav-bg-hover:var(--bgcolor-gray-200);--nav-border:1px solid var(--brdcolor-gray-200);--nav-radius:var(--wd-brd-radius);border:var(--nav-border);border-radius:var(--nav-radius)}.wd-nav-vertical.wd-design-default>li>a{min-height:44px;font-size:14px;text-transform:unset;border:none;border-radius:0}.wd-nav-vertical.wd-design-default>li:first-child>a{border-top-left-radius:var(--nav-radius);border-top-right-radius:var(--nav-radius)}.wd-nav-vertical.wd-design-default>li:last-child>a{border-bottom-right-radius:var(--nav-radius);border-bottom-left-radius:var(--nav-radius)}.wd-nav-vertical.wd-design-default>li:not(:last-child){border-bottom:var(--nav-border)}.wd-nav:where(.wd-style-bg){--nav-pd:5px 12px;--nav-color-hover:var(--wd-primary-color);gap:var(--nav-gap-v) calc(var(--nav-gap) - 15px)}.wd-nav.wd-style-bg>li>a span,.wd-nav.wd-style-bg>li>a:after{z-index:2}.wd-nav.wd-style-bg>li>a:before{content:'';position:absolute;inset:0;opacity:0;border-radius:40px;background-color:var(--wd-primary-color);transition:all .25s ease}.wd-nav.wd-style-bg>li:is(:hover,.wd-opened,.current-menu-item)>a:before{opacity:.25}.menu-label{position:absolute;bottom:85%;z-index:1;display:inline-block;margin-inline-start:-20px;padding:2px 4px;border-radius:calc(var(--wd-brd-radius) / 1.5);background-color:var(--wd-label-color);color:#fff;vertical-align:middle;text-transform:uppercase;white-space:nowrap;font-weight:600;font-size:9px;font-family:var(--wd-text-font);line-height:12px}.menu-label:before{content:"";position:absolute;top:100%;inset-inline-start:10px;border:4px solid var(--wd-label-color);border-bottom-color:transparent!important;border-inline-end-color:transparent!important;border-inline-end-width:7px;border-inline-start-width:0}.menu-label-black{--wd-label-color:#000}.menu-label-orange{--wd-label-color:#FBBC34}.menu-label-blue{--wd-label-color:#00A1BE}.menu-label-grey{color:#333;--wd-label-color:#f1f1f1}.menu-label-white{color:#333;--wd-label-color:#fff}.menu-label-primary{--wd-label-color:var(--wd-primary-color)}.menu-label-secondary{--wd-label-color:var(--wd-alternative-color)}.menu-label-red{--wd-label-color:#D41212}.menu-label-green{--wd-label-color:#65B32E}.wd-tools-element.wd-design-8 .wd-tools-inner{display:flex;align-items:center;border-radius:42px;height:42px;padding-inline:3px;background-color:var(--wd-primary-color);transition:background-color .25s ease;color:#fff}.wd-tools-element.wd-design-8 .wd-tools-text{margin-inline:10px;transition:color .25s ease}.wd-tools-element.wd-design-8 .wd-tools-icon{width:36px;height:36px;border-radius:50%;background-color:#fff;color:#333;transition:all .25s ease}.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-inner{height:28px}.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon{height:22px;width:22px}.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-icon:before{font-size:12px}.whb-top-bar .wd-tools-element.wd-design-8 .wd-tools-text{margin-inline:6px}.wd-tools-element.wd-design-8:hover .wd-tools-inner{color:rgb(255 255 255 / .8)}.wd-tools-element.wd-design-8:hover .wd-tools-icon{color:#767676}.cart-widget-side{display:flex;flex-direction:column}.cart-widget-side .widget_shopping_cart{position:relative;flex:1 1 100%}.cart-widget-side .widget_shopping_cart_content{display:flex;flex:1 1 auto;flex-direction:column;height:100%}.cart-widget-side .shopping-cart-widget-body{position:relative;flex:1 1 auto}.cart-widget-side .wd-scroll-content{position:absolute;inset:0;max-height:100%;overscroll-behavior:none}.cart-widget-side .woocommerce-mini-cart .mini_cart_item{margin-bottom:0;padding:15px;transition:background-color .3s ease}.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover{background-color:var(--bgcolor-gray-100)}.cart-widget-side .woocommerce-mini-cart .remove{top:13px;inset-inline-end:10px}.cart-widget-side .shopping-cart-widget-footer{flex:0 0 auto;padding-bottom:15px}.cart-widget-side .shopping-cart-widget-footer>*{padding-inline:15px}.cart-widget-side .woocommerce-mini-cart__total{margin-top:0}.cart-widget-side .wd-empty-mini-cart{margin-top:20px;padding-inline:15px}.whb-col-right .wd-dropdown-cart{right:auto;left:0;margin-left:calc(var(--nav-gap, .001px) / 2 * -1);margin-right:0}.wd-header-cart .wd-tools-icon:before{content:"\f105";font-family:"woodmart-font"}.wd-header-cart .wd-tools-icon.wd-icon-alt:before{content:"\f126";font-family:"woodmart-font"}.wd-header-cart :is(.wd-cart-subtotal,.subtotal-divider,.wd-tools-count){vertical-align:middle}.wd-header-cart .wd-cart-number>span,.wd-header-cart .subtotal-divider{display:none}.wd-header-cart .wd-cart-subtotal .amount{color:inherit;font-weight:inherit;font-size:inherit}.wd-header-cart:is(.wd-design-5,.wd-design-6,.wd-design-7):not(.wd-style-text) .wd-tools-text{display:none}.wd-header-cart.wd-design-2.wd-style-icon{margin-inline-end:5px}.wd-header-cart.wd-design-2 .wd-tools-text{margin-inline-start:15px}.wd-header-cart.wd-design-4 .wd-cart-number{display:inline-block;padding:0 2px;margin-inline-start:6px;width:19px;height:19px;border-radius:50%;background-color:var(--wd-primary-color);color:#fff;text-align:center;font-weight:700;font-size:10px;line-height:19px}.wd-header-cart.wd-design-4:not(.wd-style-text) .wd-tools-text{display:none}.whb-top-bar .wd-header-cart.wd-design-4 .wd-cart-number{width:16px;height:16px;line-height:16px}.wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:5px}.wd-header-cart.wd-design-5 .wd-tools-text{margin-inline-start:15px}.wd-dropdown-cart{padding:20px;width:330px}:is(.woocommerce-cart,.woocommerce-checkout) :is(.cart-widget-side,.wd-dropdown-cart){display:none}.wd-header-cart.wd-design-2 .wd-cart-number,.wd-header-cart.wd-design-5 .wd-cart-number{position:absolute;top:-5px;inset-inline-end:-9px;z-index:1;width:15px;height:15px;border-radius:50%;background-color:var(--wd-primary-color);color:#fff;text-align:center;letter-spacing:0;font-weight:400;font-size:9px;line-height:15px}.whb-top-bar .wd-header-cart.wd-design-2 .wd-cart-number,.whb-top-bar .wd-header-cart.wd-design-5 .wd-cart-number{width:13px;height:13px;line-height:13px}.wd-custom-dropdown{padding-inline:10px}@media (max-width:1024px){.wd-dropdown-cart{display:none}}li:hover .cart-info .wd-entities-title{color:var(--wd-entities-title-color-hover)}.woocommerce-mini-cart>li{position:relative;display:flex;align-items:flex-start}.woocommerce-mini-cart>li a{margin-bottom:0}.woocommerce-mini-cart .remove{position:absolute;top:1px;inset-inline-end:0;z-index:2;width:20px;height:20px;border-radius:50%;color:var(--color-gray-800);text-align:center;font-size:0;line-height:20px}.woocommerce-mini-cart .remove:after{font-size:10px;content:"\f112";font-family:"woodmart-font"}.woocommerce-mini-cart .remove:hover{background-color:var(--bgcolor-white);box-shadow:0 0 3px rgb(0 0 0 / .1)}.woocommerce-mini-cart .blockOverlay{display:none!important}.cart-item-link{z-index:1;font-size:0}.cart-item-image{position:relative;flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.cart-item-image img{float:none!important;margin-inline-end:0!important;transition:opacity .6s ease}.cart-item-image:after{position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);opacity:0;transition:opacity .6s ease;content:"";display:inline-block;width:20px;height:20px;border:1px solid #fff0;border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}.removing-process .cart-item-image:after,.wd-loading .cart-item-image:after{opacity:1;--wd-anim-state:running}.removing-process .cart-item-image img,.wd-loading .cart-item-image img{opacity:.2}.cart-info{flex:1 1 auto;padding-inline-end:20px}.cart-info .wd-entities-title{transition:all .25s ease}.cart-info .wd-entities-title p{margin-block:5px;color:var(--wd-text-color);font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:90%;font-family:var(--wd-text-font)}.cart-info ul.variation{margin-bottom:6px;--li-mb:5px;--list-mb:0}.cart-info span.quantity{display:block;color:var(--color-gray-300);font-size:90%}.cart-info div.quantity{--wd-form-height:32px;position:relative;z-index:1;display:inline-flex;margin-bottom:8px;transition:opacity .6s ease}.cart-info li.wd-loading>a{pointer-events:none}.cart-info li.wd-loading div.quantity{opacity:.6;cursor:none;pointer-events:none}.cart-info .wd-product-detail{margin-bottom:5px}.shopping-cart-widget-footer>*{margin-bottom:10px}.shopping-cart-widget-footer>*:last-child{margin-bottom:0}.shopping-cart-widget-footer .woocommerce-mini-cart__total{margin-bottom:0}.woocommerce-mini-cart__total{display:flex;align-items:center;flex-wrap:wrap;margin-top:15px;padding-block:15px;font-size:130%;border-top:1px solid var(--brdcolor-gray-300)}.woocommerce-mini-cart__total strong{color:var(--color-gray-900)}.woocommerce-mini-cart__total .woocommerce-Price-amount{flex-grow:1;text-align:end}.woocommerce-mini-cart__total .tax_label{margin-inline-start:5px}.woocommerce-mini-cart__buttons{display:block;text-align:center}.woocommerce-mini-cart__buttons>*{margin-bottom:10px;width:100%}.woocommerce-mini-cart__buttons>*:last-child{margin-bottom:0}.woocommerce-mini-cart__buttons .btn-cart{border-radius:var(--btn-default-brd-radius);color:var(--btn-default-color);box-shadow:var(--btn-default-box-shadow);background-color:var(--btn-default-bgcolor);text-transform:var(--btn-default-transform,var(--btn-transform,uppercase));font-weight:var(--btn-default-font-weight,var(--btn-font-weight,600));font-family:var(--btn-default-font-family,var(--btn-font-family,inherit));font-style:var(--btn-default-font-style,var(--btn-font-style,unset))}.woocommerce-mini-cart__buttons .btn-cart:hover{color:var(--btn-default-color-hover);box-shadow:var(--btn-default-box-shadow-hover);background-color:var(--btn-default-bgcolor-hover)}.woocommerce-mini-cart__buttons .btn-cart:active{box-shadow:var(--btn-default-box-shadow-active);bottom:var(--btn-default-bottom-active)}.woocommerce-mini-cart__buttons .checkout{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform,uppercase));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight,600));font-family:var(--btn-accented-font-family,var(--btn-font-family,inherit));font-style:var(--btn-accented-font-style,var(--btn-font-style,unset))}.woocommerce-mini-cart__buttons .checkout:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.woocommerce-mini-cart__buttons .checkout:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active,0)}.wd-empty-mini-cart{padding-block:10px;text-align:center}.wd-empty-mini-cart:before{display:block;margin-bottom:20px;color:rgba(var(--bgcolor-black-rgb),.07);font-size:86px;line-height:1;content:"\f147";font-family:"woodmart-font"}.wd-empty-mini-cart .btn{padding:5px 14px;min-height:36px;font-size:12px;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform,uppercase));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight,600));font-family:var(--btn-accented-font-family,var(--btn-font-family,inherit));font-style:var(--btn-accented-font-style,var(--btn-font-style,unset))}.wd-empty-mini-cart .btn:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-empty-mini-cart .btn:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active,0)}.product_list_widget>li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.product_list_widget>li:after{content:"";display:block;clear:both}.product_list_widget>li>a{display:block;margin-bottom:8px}.product_list_widget>li img{float:inline-start;margin-inline-end:15px;min-width:65px;max-width:65px;border-radius:calc(var(--wd-brd-radius) / 1.5)}.product_list_widget>li .widget-product-wrap{display:flex}.product_list_widget>li .widget-product-img{flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.product_list_widget>li .widget-product-img img{float:none;margin-inline-end:0}.product_list_widget>li .widget-product-info{flex:1 1 auto}.product_list_widget>li .widget-product-info .price{display:block}.product_list_widget>li .wd-entities-title{margin-bottom:8px;font-size:inherit}.product_list_widget>li .star-rating{margin-bottom:4px;margin-inline-end:5px}.product_list_widget>li .reviewer{display:block;color:var(--color-gray-300)}.product_list_widget>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.wd-single-brands .wd-label{flex:1 1 100%}.wd-single-brands.wd-layout-inline .wd-label{flex:0 0 auto}.wd-single-brands.wd-layout-justify .wd-label{flex:1 1 auto;text-align:start}.wd-single-brands.wd-style-shadow a{padding:10px;background-color:var(--bgcolor-white);box-shadow:0 0 2px rgb(0 0 0 / .12);border-radius:calc(var(--wd-brd-radius) / 1.5);opacity:1}.wd-single-brands.wd-style-shadow a:hover{box-shadow:0 0 6px rgb(0 0 0 / .14)}.product_meta.wd-layout-justify>span{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}.product_meta.wd-layout-justify .meta-label{flex:1 1 auto;margin-inline-end:2px}.wd-single-tabs .wd-nav-tabs-wrapper{margin-bottom:20px}.wd-single-title .product_title{margin-bottom:0}.wd-single-short-desc .woocommerce-product-details__short-description{margin-bottom:0}.wd-single-attrs.wd-style-default .shop_attributes{--wd-attr-brd-style:none;--wd-attr-brd-width:0.01px}.wd-single-attrs:is(.wd-layout-grid,.wd-layout-inline) tr{justify-content:flex-start}.wd-single-attrs:is(.wd-layout-grid,.wd-layout-inline) td{text-align:start}.wd-single-attrs.wd-layout-inline th{flex:0 0 auto}.wd-single-attrs.wd-layout-grid tr{flex-direction:column;align-items:flex-start}.wd-single-attrs.wd-hide-name th:not(:has(.wd-attr-name-img)),.wd-single-attrs.wd-hide-name .wd-attr-name-label,.wd-single-attrs.wd-hide-image .wd-attr-name-img{display:none}.wd-single-price .price{margin-bottom:0;font-size:155%;line-height:1.2}.wd-single-price .price .price{font-size:inherit}.wd-single-price .price .login-to-prices-msg{font-size:80%}.wd-single-price .price:empty{display:none}.wd-single-stock-status{--wd-tags-mb:0}.wd-single-stock-status:not(:has(.stock)){display:none}.wd-single-countdown .wd-el-title{margin-bottom:10px;font-size:18px;justify-content:var(--text-align)}.wd-single-action-btn{line-height:1}.wd-single-action-btn .wd-action-btn>a{transition:none}.wd-single-action-btn .wd-action-btn>a>span,.wd-single-action-btn .wd-action-btn>a:before{color:inherit;transition:color .25s ease,opacity .15s ease}.wd-single-action-btn .wd-action-btn.wd-style-icon>a{width:auto;height:auto;line-height:1}.wd-single-add-cart>div>*:last-child,.wd-single-add-cart>*:last-child{margin-bottom:0}.wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn){flex:1 1 auto}[class*="wd-single-"].wd-swatch-layout-inline table.variations tbody{display:flex;flex-wrap:wrap;align-items:center;justify-content:var(--content-align);gap:20px 40px}[class*="wd-single-"].wd-swatch-layout-inline table.variations .cell{padding-bottom:0}.wd-stock-status-off :is(.stock,.woocommerce-variation-availability){display:none}.elementor-52800 .elementor-element.elementor-element-8cde7db{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:6px 6px 6px 6px}.elementor-52800 .elementor-element.elementor-element-8cde7db:not(.elementor-motion-effects-element-type-background),.elementor-52800 .elementor-element.elementor-element-8cde7db>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-52800 .elementor-element.elementor-element-c1d6a4b{--display:flex}.elementor-52800 .elementor-element.elementor-element-2089b01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:15px 15px;--row-gap:15px;--column-gap:15px}.elementor-52800 .elementor-element.elementor-element-04840c8{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-04840c8>.elementor-widget-container{margin:0 0 0 0}.elementor-52800 .elementor-element.elementor-element-31f0ba6{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-31f0ba6>.elementor-widget-container{margin:0 0 0 0}.elementor-52800 .elementor-element.elementor-element-b44c68b{--display:flex;--gap:15px 15px;--row-gap:15px;--column-gap:15px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-52800 .elementor-element.elementor-element-74f946b{--display:flex;--min-height:100%;--gap:15px 15px;--row-gap:15px;--column-gap:15px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#BCDDF3;--border-color:#BCDDF3;--border-radius:6px 6px 6px 6px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-52800 .elementor-element.elementor-element-74f946b:not(.elementor-motion-effects-element-type-background),.elementor-52800 .elementor-element.elementor-element-74f946b>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#F6FBFF}.elementor-52800 .elementor-element.elementor-element-78fd69a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between}.elementor-52800 .elementor-element.elementor-element-9f43e8c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-52800 .elementor-element.elementor-element-4b9873b{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-4b9873b>.elementor-widget-container{background-color:#FFF;margin:0 0 0 0;padding:8px 8px 8px 8px;border-radius:6px 6px 6px 6px}.elementor-52800 .elementor-element.elementor-element-0c69b68{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-0c69b68>.elementor-widget-container{background-color:#FFF;padding:8px 8px 8px 8px;border-radius:6px 6px 6px 6px}.elementor-52800 .elementor-element.elementor-element-1e2c588{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-52800 .elementor-element.elementor-element-c3f2166{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-c3f2166>.elementor-widget-container{margin:0 -8px 0 0}.elementor-52800 .elementor-element.elementor-element-ea6b6d9{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center}.elementor-52800 .elementor-element.elementor-element-333b624{width:auto;max-width:auto;align-self:center}.elementor-52800 .elementor-element.elementor-element-333b624>.elementor-widget-container{margin:0 020px 20px 0}.elementor-52800 .elementor-element.elementor-element-5fbb197{width:auto;max-width:auto}.elementor-52800 .elementor-element.elementor-element-5fbb197>.elementor-widget-container{margin:0 0 20px 0}.elementor-52800 .elementor-element.elementor-element-5fbb197 .price,.elementor-52800 .elementor-element.elementor-element-5fbb197 .price del,.elementor-52800 .elementor-element.elementor-element-5fbb197 .amount{font-size:22px;font-weight:800}.elementor-52800 .elementor-element.elementor-element-330967a>.elementor-widget-container{margin:0 0 5px 0}.elementor-52800 .elementor-element.elementor-element-fa5557a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-52800 .elementor-element.elementor-element-5aad47e>.elementor-widget-container{background-color:#FFF;margin:15px 0 15px 0;padding:20px 20px 20px 20px;border-radius:10px 10px 10px 10px}.elementor-52800 .elementor-element.elementor-element-c9e1261{--display:flex;--border-radius:6px 6px 6px 6px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-52800 .elementor-element.elementor-element-c9e1261:not(.elementor-motion-effects-element-type-background),.elementor-52800 .elementor-element.elementor-element-c9e1261>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-52800 .elementor-element.elementor-element-fbb05e2{--display:flex}.elementor-52800 .elementor-element.elementor-element-731d4f8{--display:flex}.elementor-52800 .elementor-element.elementor-element-784eba2>.elementor-widget-container{padding:0 0 20px 0;border-style:solid;border-width:0 0 1px 0;border-color:#0000001C}.elementor-52800 .elementor-element.elementor-element-784eba2 .shop_attributes{--wd-attr-col:1;--wd-attr-v-gap:24px;--wd-attr-h-gap:1px;--wd-attr-img-width:0px}.elementor-52800 .elementor-element.elementor-element-784eba2 .woocommerce-product-attributes-item__value{font-weight:600;color:#242424}.elementor-52800 .elementor-element.elementor-element-784eba2 .title-text{font-size:18px}.elementor-52800 .elementor-element.elementor-element-66970ea{--display:flex}.elementor-52800 .elementor-element.elementor-element-f6318cc{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-gap:30px;--n-tabs-title-border-radius:50px 50px 50px 50px;--n-tabs-title-color:#1C61E7}.elementor-52800 .elementor-element.elementor-element-f6318cc>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected='false']:not(:hover){background:#FFF}.elementor-52800 .elementor-element.elementor-element-f6318cc.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode='false']>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:hover{background:#1C61E7;border-style:solid;border-width:1px 1px 1px 1px}.elementor-52800 .elementor-element.elementor-element-f6318cc.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="true"],.elementor-52800 .elementor-element.elementor-element-f6318cc.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode='true']>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:hover{background:#1C61E7;border-style:solid}.elementor-52800 .elementor-element.elementor-element-f6318cc.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:not(:hover){border-style:solid;border-width:1px 1px 1px 1px;border-color:#1C61E7}.elementor-52800 .elementor-element.elementor-element-f6318cc [data-touch-mode="false"] .e-n-tab-title[aria-selected="false"]:hover{--n-tabs-title-color-hover:#FFFFFF}.elementor-52800 .elementor-element.elementor-element-13ae693{--display:flex;--border-radius:6px 6px 6px 6px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-52800 .elementor-element.elementor-element-13ae693:not(.elementor-motion-effects-element-type-background),.elementor-52800 .elementor-element.elementor-element-13ae693>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-52800 .elementor-element.elementor-element-c9de6b7>.elementor-widget-container{margin:0 0 0 0}.elementor-52800 .elementor-element.elementor-element-c9de6b7 .wd-products-with-bg,.elementor-52800 .elementor-element.elementor-element-c9de6b7 .wd-products-with-bg .wd-product{--wd-prod-bg:#FFFFFF;--wd-bordered-bg:#FFFFFF}.elementor-52800 .elementor-element.elementor-element-b4f5c50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:6px 6px 6px 6px;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-52800 .elementor-element.elementor-element-b4f5c50:not(.elementor-motion-effects-element-type-background),.elementor-52800 .elementor-element.elementor-element-b4f5c50>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-52800 .elementor-element.elementor-element-5f3eb3d .wd-products-with-bg,.elementor-52800 .elementor-element.elementor-element-5f3eb3d .wd-products-with-bg .wd-product{--wd-prod-bg:#FFFFFF;--wd-bordered-bg:#FFFFFF}:root{--page-title-display:none}@media(max-width:1024px){.elementor-52800 .elementor-element.elementor-element-5fbb197 .price,.elementor-52800 .elementor-element.elementor-element-5fbb197 .price del,.elementor-52800 .elementor-element.elementor-element-5fbb197 .amount{font-size:28px}.elementor-52800 .elementor-element.elementor-element-c9de6b7>.elementor-widget-container{margin:0 0 50px 0}}@media(min-width:768px){.elementor-52800 .elementor-element.elementor-element-8cde7db{--content-width:1400px}.elementor-52800 .elementor-element.elementor-element-c1d6a4b{--width:30%}.elementor-52800 .elementor-element.elementor-element-2089b01{--width:40%}.elementor-52800 .elementor-element.elementor-element-b44c68b{--width:30%}.elementor-52800 .elementor-element.elementor-element-78fd69a{--width:100%}.elementor-52800 .elementor-element.elementor-element-9f43e8c{--width:40%}.elementor-52800 .elementor-element.elementor-element-1e2c588{--width:60%}}@media(max-width:767px){.elementor-52800 .elementor-element.elementor-element-78fd69a{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap}.elementor-52800 .elementor-element.elementor-element-5fbb197 .price,.elementor-52800 .elementor-element.elementor-element-5fbb197 .price del,.elementor-52800 .elementor-element.elementor-element-5fbb197 .amount{font-size:22px}.elementor-52800 .elementor-element.elementor-element-f6318cc{--n-tabs-heading-justify-content:flex-end;--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-align-items:center;--n-tabs-title-flex-grow:0;--n-tabs-heading-wrap:nowrap;--n-tabs-heading-overflow-x:scroll;--n-tabs-title-white-space:nowrap;--n-tabs-title-justify-content:center;--n-tabs-title-text-align:center}.elementor-52800 .elementor-element.elementor-element-c9de6b7>.elementor-widget-container{margin:0 0 30px 0}.elementor-52800 .elementor-element.elementor-element-c9de6b7 .wd-el-title{font-size:20px}.elementor-52800 .elementor-element.elementor-element-5f3eb3d .wd-el-title{font-size:20px}}.product-brand .elementor-heading-title.elementor-size-default{font-size:15px;font-weight:700;color:#000}.product-brand .elementor-heading-title.elementor-size-default a{font-weight:400;color:#777!important}.wd-page-content{background-color:#f5f6f7}.woocommerce-product-gallery{display:flex;flex-wrap:wrap;gap:var(--wd-gallery-gap,10px)}.woocommerce-product-gallery>*{flex:1 1 100%;max-width:100%}.woocommerce-product-gallery img{width:100%;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-carousel-inner{margin:0}.woocommerce-product-gallery .wd-carousel{--wd-gap:var(--wd-gallery-gap, 10px);padding:0;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-nav-arrows.wd-pos-sep{--wd-arrow-offset-h:calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1)}.woocommerce-product-gallery .wd-nav-pagin-wrap{position:absolute;inset-inline:15px;bottom:15px;z-index:2}.woocommerce-product-gallery .woocommerce-product-gallery__image{--wd-otl-offset:calc(var(--wd-otl-width) * -1);position:relative;overflow:hidden;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .zoomImg[src$=".png"]{background-color:var(--wd-main-bgcolor);backface-visibility:hidden;-webkit-backface-visibility:hidden}.woocommerce-product-gallery .wd-carousel-wrap[style*="grabbing"] .zoomImg{opacity:0!important;transition:opacity .25s ease}.wd-gallery-thumb .wd-carousel-item{cursor:pointer;transition:opacity .25s ease}.wd-gallery-thumb :is(.wd-carousel-item:hover,.wd-thumb-active,.wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child){opacity:.5}.woocommerce-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb{display:none}.wd-single-gallery{max-width:100%}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) * 1.5),0,0)}.rtl .woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(-50% + (100% / var(--wd-col)) * 1.5),0,0)}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) .wd-carousel-item:first-child:last-child{margin-inline-start:auto}.product-additional-galleries{position:absolute;bottom:0;inset-inline-start:0;z-index:3;display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;transition:all .3s ease}.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size:18px;--wd-action-color:var(--color-gray-600);--wd-action-color-hover:var(--color-gray-800)}.wd-action-btn.wd-style-icon-bg-text>a{flex-wrap:nowrap;overflow:hidden;min-width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8);border-radius:calc(var(--wd-action-icon-size) * 2);background-color:var(--bgcolor-white);box-shadow:0 0 5px rgb(0 0 0 / .08)}.wd-action-btn.wd-style-icon-bg-text>a:before{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8)}.wd-action-btn.wd-style-icon-bg-text>a>span{overflow:hidden;max-width:0;white-space:nowrap;font-size:90%;font-weight:600;transition:padding 0.4s cubic-bezier(.175,.885,.32,1.15),max-width 0.4s cubic-bezier(.175,.885,.32,1.15)}.wd-action-btn.wd-style-icon-bg-text>a:hover>span{padding-inline-end:calc(var(--wd-action-icon-size) * 1.4);max-width:280px}.product-360-button>a:before{content:"\f102"}.wd-show-product-gallery-wrap>a:before{content:"\f127"}.wd-play-icon>a:before{content:"\f101"}.wd-product-360-view-wrap{--wd-popup-width:700px;--wd-popup-padding:.001px}.wd-popup.wd-product-360-view{background-color:#fff0}.woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child,.woocommerce-product-gallery.image-action-none .wd-carousel-item figure a{cursor:default;pointer-events:none}.woocommerce-product-gallery .product-labels{inset-inline-start:auto;z-index:10;align-items:flex-end;max-width:30%}.woocommerce-product-gallery .product-labels.labels-rectangular{inset-inline:auto 0}.woocommerce-product-gallery .product-labels[class*="labels-rounded"]{top:15px;inset-inline-end:15px}.woocommerce-product-gallery .product-labels.labels-rounded .product-label{min-width:55px;min-height:55px}.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}@media (min-width:1025px){[style*="col-lg:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col:var(--wd-col-lg)!important}}@media (max-width:1024px){.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size:16px}}@media (max-width:768.98px){[style*="col-sm:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col:var(--wd-col-sm)!important}}@media (max-width:576px){.woocommerce-product-gallery .product-labels[class*="labels-rounded"]{top:10px;inset-inline-end:10px}.woocommerce-product-gallery .product-labels.labels-rounded .product-label{min-width:40px;min-height:40px}.woocommerce-product-gallery .product-labels.labels-rounded .label-with-img{min-height:auto}}@media (min-width:769px) and (max-width:1024px){[style*="col-md:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col:var(--wd-col-md)!important}}.wd-carousel-container{--wd-width:100%;position:relative;width:var(--wd-width)}.wd-carousel-inner{position:relative;margin:-15px 0}.wd-carousel{position:relative;overflow:var(--wd-carousel-overflow,hidden);padding:15px 0;margin-inline:calc(var(--wd-gap) / -2);touch-action:pan-y}@supports (overflow:clip){.wd-carousel{overflow:var(--wd-carousel-overflow,clip)}}.wd-carousel-wrap{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;box-sizing:content-box;transform:translate3d(0,0,0)}.wd-carousel-item{position:relative;height:100%;flex:0 0 calc(100% / var(--wd-col));max-width:calc(100% / var(--wd-col));padding:0 calc(var(--wd-gap) / 2);transition-property:transform;transform:translate3d(0,0,0)}.wd-backface-hidden .wd-carousel-item{transform:translateZ(0);backface-visibility:hidden}.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(-50% + (100% / var(--wd-col)) / 2),0,0)}.wd-autoheight,.wd-autoheight .wd-carousel-item{height:auto}.wd-autoheight .wd-carousel-wrap{align-items:flex-start;transition-property:transform,height}@media (min-width:1025px){.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (max-width:768.98px){.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (min-width:769px) and (max-width:1024px){.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}.wd-btn-arrow{transition:all .25s ease}.wd-btn-arrow.wd-lock,.wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow{opacity:0!important;pointer-events:none!important}.wd-arrow-inner{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-arrow-width,var(--wd-arrow-size,50px));height:var(--wd-arrow-height,var(--wd-arrow-size,50px));line-height:1;color:var(--wd-arrow-color,var(--color-gray-800));background:var(--wd-arrow-bg,unset);box-shadow:var(--wd-arrow-shadow,unset);border:var(--wd-arrow-brd,unset) var(--wd-arrow-brd-color,unset);border-radius:var(--wd-arrow-radius,unset);cursor:pointer;transition:all .25s ease}.wd-arrow-inner:after{font-size:var(--wd-arrow-icon-size,24px);font-family:"woodmart-font"}.wd-arrow-inner:hover{color:var(--wd-arrow-color-hover,var(--color-gray-500));background:var(--wd-arrow-bg-hover,var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-hover,var(--wd-arrow-brd-color))}.wd-disabled .wd-arrow-inner{color:var(--wd-arrow-color-dis,var(--color-gray-400));background:var(--wd-arrow-bg-dis,var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-dis,var(--wd-arrow-brd-color));cursor:unset}.wd-prev .wd-arrow-inner:after{content:"\f113"}.wd-icon-2 .wd-prev .wd-arrow-inner:after{content:"\f120"}.wd-next .wd-arrow-inner:after{content:"\f114"}.wd-icon-2 .wd-next .wd-arrow-inner:after{content:"\f121"}.wd-nav-arrows.wd-pos-sep:after{content:"";position:absolute;inset:0 calc((var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px)) * -1)}.wd-nav-arrows.wd-pos-sep .wd-btn-arrow{position:absolute;top:calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);z-index:250}.wd-nav-arrows.wd-pos-sep .wd-prev{inset-inline-end:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows.wd-pos-sep .wd-next{inset-inline-start:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size:30px;--wd-arrow-icon-size:16px;--wd-arrow-offset-h:10px}.wd-nav-arrows.wd-pos-together{position:absolute;top:calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));inset-inline-end:calc(var(--wd-arrow-offset-h, 0px) / -1);display:flex;gap:var(--wd-arrow-gap,.001px);z-index:250}@media (min-width:1025px){.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:0;pointer-events:none}:is(.wd-carousel-container,.wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:1;transform:translateY(0);pointer-events:unset}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev{transform:translateX(30px)}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next{transform:translateX(-30px)}}@media (max-width:1024px){.wd-nav-arrows{--wd-arrow-icon-size:16px;--wd-arrow-size:40px}.wd-nav-arrows:where(.wd-pos-sep){--wd-arrow-offset-h:-12px}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size:30px}}.pswp{--wd-otl-color-scheme:#fff;z-index:1500;display:none;overflow:hidden;outline:none;-webkit-text-size-adjust:100%;touch-action:none;-webkit-backface-visibility:hidden}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp__bg{background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__scroll-wrap{overflow:hidden}:is(.pswp__container,.pswp__zoom-wrap){position:absolute;inset:0;touch-action:none;-webkit-backface-visibility:hidden;will-change:transform}:is(.pswp__container,.pswp__img){-webkit-tap-highlight-color:#fff0;user-select:none;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transition:transform 333ms cubic-bezier(.4,0,.22,1);transform-origin:left top}.pswp--animated-in :is(.pswp__bg,.pswp__zoom-wrap){transition:none}.pswp__item{position:absolute;inset:0;overflow:hidden}.pswp__img{position:absolute;top:0;left:0;width:auto;height:auto;border-radius:var(--wd-brd-radius)}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#242424}.pswp__error-msg{position:absolute;top:50%;left:0;margin-top:-8px;width:100%;color:#bbb;text-align:center;font-size:14px;line-height:16px}.pswp__error-msg a{color:#bbb;text-decoration:underline}.pswp__button{position:relative;float:left;margin:0;padding:0;width:44px;height:44px;min-height:unset;background:none;opacity:.75;transition:opacity .2s;-webkit-appearance:none}.pswp__button:hover{background-color:unset;opacity:1}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,[class*="pswp__button--arrow--"]:before{background:url(/wp-content/themes/woodmart/images/default-skin.png) 0 0 no-repeat;background-size:264px 88px}@media (-webkit-min-device-pixel-ratio:1.1),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg [class*="pswp__button--arrow--"]:before{background-image:url(/wp-content/themes/woodmart/images/default-skin.svg)}.pswp--svg [class*="pswp__button--arrow--"]{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}[class*="pswp__button--arrow--"]{position:absolute;top:50%;margin-top:-50px;width:70px;height:100px;background:none}.pswp--touch [class*="pswp__button--arrow--"]{visibility:hidden}[class*="pswp__button--arrow--"]:before{content:'';position:absolute;top:35px;width:32px;height:30px;background-color:rgb(0 0 0 / .3)}.pswp__button--arrow--left{right:0}.pswp__button--arrow--left:before{right:6px;background-position:-94px -44px}.pswp__button--arrow--right{left:0}.pswp__button--arrow--right:before{left:6px;background-position:-138px -44px}.pswp__counter,.pswp__share-modal{user-select:none}.pswp__share-modal{z-index:1600;padding:10px;background:rgb(0 0 0 / .5);opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{position:absolute;top:calc(56px + var(--wd-admin-bar-h));left:44px;z-index:1620;background:#fff;transition:transform .25s;transform:translateY(6px);border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-top-left-radius:var(--wd-brd-radius);border-top-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:last-child{border-bottom-left-radius:var(--wd-brd-radius);border-bottom-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:hover{color:#fff}.pswp__share-tooltip:before{content:'';position:absolute;top:-12px;left:15px;display:block;border:6px solid #fff0;border-bottom-color:#fff}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:none}.pswp__share--facebook:hover{background:#365493}.pswp__share--twitter:hover{background:#000}.pswp__share--pinterest:hover{background:#CE272D}.pswp__share--download:hover{background:var(--wd-primary-color)}.pswp__counter{position:absolute;top:0;right:0;padding:0 10px;height:44px;color:#fff;font-size:13px;line-height:44px;opacity:.75}.pswp__caption{position:absolute;bottom:0;left:0;min-height:44px;width:100%}.pswp__caption small{color:#bbb;font-size:11px}.pswp__caption__center{margin:0 auto;padding:10px;max-width:420px;color:#bbb;text-align:left;font-size:13px;line-height:20px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{position:relative;display:flex;float:left;align-items:center;justify-content:center;width:44px;height:44px;font-size:0;line-height:1;opacity:0;transition:opacity .25s ease-out}@media screen and (min-width:1025px){.pswp__preloader{position:absolute;top:0;left:calc(50% - 22px)}}.pswp__preloader__donut{content:"";display:inline-block;width:14px;height:14px;border:2px solid #fff0;border-left-color:#fff;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}.pswp__preloader--active .pswp__preloader__donut{--wd-anim-state:running}.pswp__preloader--active{opacity:1}.pswp__ui{z-index:1550;visibility:visible;-webkit-font-smoothing:auto;opacity:1}.pswp--fs{--wd-admin-bar-h:0}.pswp__top-bar{position:absolute;top:var(--wd-admin-bar-h);left:0;width:100%;height:44px}.pswp__caption,.pswp__top-bar,.pswp--has_mouse [class*="pswp__button--arrow--"]{transition:opacity 333ms cubic-bezier(.4,0,.22,1);-webkit-backface-visibility:hidden;will-change:opacity}.pswp--has_mouse [class*="pswp__button--arrow--"]{visibility:visible}:is(.pswp__top-bar,.pswp__caption){background-color:rgb(0 0 0 / .5)}.pswp__ui--fit :is(.pswp__top-bar,.pswp__caption){background-color:rgb(0 0 0 / .3)}.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle [class*="pswp__button--arrow--"]{opacity:0}.pswp__ui--hidden :is(.pswp__top-bar,.pswp__caption,[class*="pswp__button--arrow--"]){opacity:.001}.pswp__ui--one-slide :is([class*="pswp__button--arrow--"],.pswp__counter){display:none}.pswp__element--disabled{display:none!important}.pswp,.pswp__bg,.pswp__scroll-wrap,.pswp__share-modal{position:absolute;inset:0}@media (max-width:1024px){.wd-el-breadcrumbs.wd-nowrap-md{--wd-start:end;--wd-end:start;overflow-x:auto;text-align:var(--text-align,var(--wd-align,var(--wd-start)));direction:ltr}.wd-el-breadcrumbs.wd-nowrap-md [class*="-breadcrumb"]{flex-wrap:nowrap;white-space:nowrap;direction:rtl}}.wd-social-icons{--wd-link-decor:none;--wd-link-decor-hover:none;display:flex;align-items:center;flex-wrap:wrap;gap:var(--wd-social-gap,calc(var(--wd-social-size, 40px) / 4));justify-content:var(--wd-align)}.wd-social-icons>a{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-social-size,40px);height:var(--wd-social-size,40px);font-size:var(--wd-social-icon-size,calc(var(--wd-social-size, 40px) / 2.5));color:var(--wd-social-color);background-color:var(--wd-social-bg,unset);box-shadow:var(--wd-social-shadow);border:var(--wd-social-brd) var(--wd-social-brd-color);border-radius:var(--wd-social-radius);line-height:1}.wd-social-icons>a:hover{color:var(--wd-social-color-hover,var(--wd-social-color));background-color:var(--wd-social-bg-hover,var(--wd-social-bg));border-color:var(--wd-social-brd-color-hover,var(--wd-social-brd-color));box-shadow:var(--wd-social-shadow-hover)}.wd-social-icons .wd-icon:before{content:var(--wd-social-icon,unset);font-family:"woodmart-font"}.social-facebook{--wd-social-brand-color:#365493;--wd-social-icon:"\f180"}.social-twitter{--wd-social-brand-color:#000;--wd-social-icon:"\f154"}.social-instagram{--wd-social-brand-color:#774430;--wd-social-icon:"\f163"}.social-email{--wd-social-brand-color:#F89A1E;--wd-social-icon:"\f157"}.social-pinterest{--wd-social-brand-color:#CB2027;--wd-social-icon:"\f156"}.social-youtube{--wd-social-brand-color:#CB2027;--wd-social-icon:"\f162"}.social-tumblr{--wd-social-brand-color:#36465D;--wd-social-icon:"\f165"}.social-linkedin{--wd-social-brand-color:#0274B3;--wd-social-icon:"\f158"}.social-vimeo{--wd-social-brand-color:#1AB7EA;--wd-social-icon:"\f177"}.social-flickr{--wd-social-brand-color:#FE0072;--wd-social-icon:"\f164"}.social-github{--wd-social-brand-color:#171515;--wd-social-icon:"\f155"}.social-dribbble{--wd-social-brand-color:#EC5E95;--wd-social-icon:"\f166"}.social-behance{--wd-social-brand-color:#1F6FFC;--wd-social-icon:"\f170"}.social-soundcloud{--wd-social-brand-color:#F9490D;--wd-social-icon:"\f172"}.social-spotify{--wd-social-brand-color:#2EBD59;--wd-social-icon:"\f171"}.social-ok{--wd-social-brand-color:#EE8208;--wd-social-icon:"\f176"}.social-whatsapp{--wd-social-brand-color:#1EBEA5;--wd-social-icon:"\f175"}.social-vk{--wd-social-brand-color:#4C75A3;--wd-social-icon:"\f168"}.social-snapchat{--wd-social-brand-color:#FFFC00;--wd-social-icon:"\f178"}.social-tg{--wd-social-brand-color:#37AEE2;--wd-social-icon:"\f179"}.social-viber{--wd-social-brand-color:#834995;--wd-social-icon:"\f181"}.social-tiktok{--wd-social-brand-color:#010101;--wd-social-icon:"\f133"}.social-discord{--wd-social-brand-color:#5562EA;--wd-social-icon:"\f184"}.social-yelp{--wd-social-brand-color:#FF1A1A;--wd-social-icon:"\f187"}.social-bluesky{--wd-social-brand-color:#218CFF;--wd-social-icon:"\f189"}.social-threads{--wd-social-brand-color:#0A0A0A;--wd-social-icon:"\f188"}.wd-social-icons.wd-style-default{gap:0;--wd-social-color:rgba(0,0,0,0.6);--wd-social-color-hover:rgba(0,0,0,0.8)}.wd-social-icons.wd-style-default>a{width:auto;height:auto;padding:var(--wd-social-gap,calc(var(--wd-social-size, 40px) / 6));min-width:24px}.wd-social-icons.wd-style-default.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-default{--wd-social-color:#fff;--wd-social-color-hover:rgba(255,255,255,0.6)}.wd-social-icons.wd-size-small{--wd-social-size:30px;--wd-social-gap:6px;--wd-social-icon-size:14px}.wd-social-icons.wd-shape-circle{--wd-social-radius:50%}.wd-social-icons.wd-shape-rounded{--wd-social-radius:5px}.wd-social-icons:not([class*="wd-layout-"]) .wd-label{flex:1 1 100%}.wd-social-icons.wd-layout-justify .wd-label{flex:1 1 auto;text-align:start}@media (min-width:1025px){.wd-social-icons.wd-size-large{--wd-social-size:60px}}.wb_panel{width:100%;border-radius:10px;margin-top:15px}.wb_panel .wb_panel_header{width:100%;height:40px;background-color:#ddd;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center}.wb_panel .wb_panel_body{width:100%;background-color:#eee;padding:5px;border-radius:0 0 10px 10px}.wb_panel .wb_partner_mobile_form input{border:none}.wb_panel .wb_partner_price_small_desc{font-size:11px;color:#999;padding:10px;text-align:center}.wb_panel .wb_panel_body input{width:65%;height:40px;font-size:14px}.wb_panel .wb_panel_body input:focus{border:none;outline:none;height:40px}.wb_button{padding:10px 15px 10px 15px;border:none;border-radius:5px;background-color:#0874e3;color:#fff;cursor:pointer}.wb_panel .wb_partner_mobile_form{width:100%;background-color:#fff;padding:5px 10px;border-radius:5px}.wb_panel .wb_partner_mobile_form button{float:left}.wb_partner_price_modal .modal-content{padding:30px}.wb_partner_price_modal .modal-content .remodal-partner-product-detail{border:1px solid #ddd;border-radius:10px;padding:10px;width:100%;display:flex;align-items:center}.wb-remodal-is-closed{display:none}.swal2-container{z-index:1000000!important}.wb_clear_both{clear:both}.wp-form-row-sep{width:5%}.wb-form-row{position:relative;padding:20px 0 0 0;width:50%}.wb-form-row-first strong{font-weight:bolder}.wb-form-row-second{width:100%}.wb-form-row label{position:absolute;top:10px;right:15px;background-color:#fff;padding:1px}.wb-form-row label abbr{text-decoration:none}.wb-form-row input.input-text{border:1px solid #e3e3e3;padding:20px 10px;height:50px!important;line-height:45px!important;overflow:hidden;border-radius:8px!important;font-size:15px!important;text-align:right;padding-right:20px!important;color:#2c3135!important;margin:0!important;outline:none;width:100%}.wb_partner_form_button_area{flex-direction:row}.wb_line_height_32{line-height:32px}@media only screen and (max-width:800px){.wb_partner_form_button_area{flex-direction:column!important}.wb_partner_form_button_area div{width:100%}}.wd-rating-summary{position:relative}.wd-rating-summary-heading{text-align:center;margin-bottom:20px}.wd-rating-summary-heading .star-rating{font-size:130%}.wd-rating-summary-main{font-size:60px;line-height:.8;color:var(--color-gray-900);font-weight:600;margin-bottom:8px}.wd-rating-summary-cont{display:table;border-spacing:0 15px;margin:-15px 0 -15px 0}.wd-rating-summary-item{--wd-progress-height:12px;display:table-row;line-height:1;transition:all .25s ease;white-space:nowrap}.wd-rating-summary-item>div{display:table-cell}.wd-rating-summary-item>div:not(:last-child){padding-inline-end:10px}.wd-rating-summary-item .wd-rating-label .star-rating{vertical-align:baseline}.wd-rating-summary-item .wd-progress-bar{vertical-align:middle}.wd-rating-progress-bar{width:100%}.wd-rating-count{text-align:end;margin-inline-start:10px;transition:all .25s ease}.wd-rating-count .star-rating{vertical-align:baseline;margin-inline-start:5px}.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty){cursor:pointer}.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty):is(.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty):hover,.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty).wd-active) .progress-area{background-color:rgba(var(--bgcolor-black-rgb),.1)}.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty):is(.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty):hover,.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty).wd-active) .wd-rating-count{color:var(--color-gray-800)}.wd-rating-summary.wd-with-filter .wd-rating-summary-item:not(.wd-empty).wd-active .wd-rating-count{font-weight:700}.commentlist .children{--li-pl:0;list-style:none;--list-mb:0;--li-mb:0;margin-inline-start:30px;border-top:1px solid var(--brdcolor-gray-300)}.commentlist .children .comment:last-child{padding-bottom:0;border-bottom:none}.woocommerce-Reviews{--wd-row-gap:var(--wd-col-gap);--wd-col-gap:40px;display:flex;flex-wrap:wrap;row-gap:var(--wd-row-gap);margin-inline:calc(var(--wd-col-gap) / -2)}.woocommerce-Reviews>:is(div,p){flex:1 1 100%;padding-inline:calc(var(--wd-col-gap) / 2);order:0}.woocommerce-Reviews .woocommerce-Reviews-title{margin-bottom:0;font-size:unset}.woocommerce-Reviews .clear{display:none}.woocommerce-Reviews.wd-loading .wd-loader-overlay{display:block}.woocommerce-Reviews nav[class*="-pagination"]{margin-top:15px}.wd-accordion .wd-single-reviews{margin-top:20px}.woocommerce-Reviews #comments{position:relative;order:1}.woocommerce-Reviews #comments .wd-loader-overlay{inset-inline:calc(var(--wd-col-gap) / 2)}.woocommerce-Reviews #comments .wd-loader-overlay:after{top:min(calc(50% - 13px), 150px)}.wd-form-pos-after #review_form_wrapper{order:2}.comment-form>:is(.comment-form-rating,.woocommerce-error){flex-basis:100%;max-width:100%;width:100%}.comment-form .woocommerce-error{margin-inline:10px}.comment-form .wd-review-criteria-wrap{display:table;margin-bottom:5px;padding-inline:10px}.comment-form .wd-review-criteria-wrap .comment-form-rating{display:table-row}.comment-form .wd-review-criteria-wrap .comment-form-rating>label{display:table-cell;padding-inline-end:10px}.comment-form .wd-review-criteria-wrap .comment-form-rating:not(:last-child)>label{padding-bottom:15px}.comment-form>.comment-form-rating{display:flex;align-items:center;padding-inline:10px;margin-bottom:15px}.comment-form .comment-form-rating{line-height:1}.comment-form .comment-form-rating label{display:inline-block;margin-bottom:0;margin-inline-end:15px}.comment-form .comment-form-rating label:after{content:":";margin-inline-start:2px}.comment-form .comment-form-rating select{display:none}.stars{display:inline-block;margin-bottom:0;vertical-align:middle;white-space:nowrap}.stars span{display:flex;font-size:0}.stars a{width:calc(var(--wd-text-font-size) + 1px);text-align:center;text-decoration:none!important}.stars a:before{font-size:var(--wd-text-font-size);font-family:"woodmart-font"}.wd-reviews-heading{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:20px}.wd-reviews-tools{display:flex;flex-wrap:wrap;align-items:center;gap:5px 15px}.wd-reviews-tools:first-child{flex-grow:1;flex-basis:max(50%, 500px)}.wd-reviews-sorting-clear{cursor:pointer;display:inline-flex;align-items:center;color:var(--color-gray-800);font-weight:600;text-decoration:none!important}.wd-reviews-sorting-clear:before{margin-inline-end:.3em;font-weight:400;content:"\f112";font-family:"woodmart-font"}.wd-reviews-sorting-clear:hover{color:var(--color-gray-500)}.wd-reviews-filters select{max-width:200px;width:auto}.wd-reviews-filters label{display:inline;margin-bottom:0}.wd-reviews-filters .wd-with-image{white-space:nowrap}.commentlist{--list-mb:0;--li-mb:0;--li-pl:0;--wd-gap:15px;list-style:none;transition:all .3s ease}.commentlist>li{padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.commentlist>li.woocommerce-noreviews{grid-column:auto/span var(--wd-col);padding:0;border:0;background:#fff0}.commentlist.wd-review-style-1>li.woocommerce-noreviews{padding-block:15px 30px}.commentlist .comment_container{display:flex}.commentlist .children .wd-review-icon:before{content:"\f146";font-family:"woodmart-font"}.commentlist .avatar{align-self:flex-start;max-width:60px;border-radius:50%;margin-inline-end:20px}.commentlist .comment-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex:1 1 auto}.commentlist .meta{margin-bottom:10px;margin-inline-end:10px}.commentlist .description{flex:1 1 100%;width:100%;max-width:100%;--wd-tags-mb:10px}.commentlist .description>*:last-child{margin-bottom:0}.commentlist .comment-text>[class*="star-rating"]{margin-bottom:10px;margin-inline-end:0}.commentlist .wd-star-ratings{position:relative}.commentlist .wd-star-ratings>.wd-star-rating-wrap:after{font-weight:400;font-style:normal;font-size:60%;content:"\f129";font-family:"woodmart-font"}.commentlist .wd-star-ratings .star-rating{margin-bottom:0}.commentlist .wd-star-rating-wrap{display:flex;align-items:center;gap:8px}.commentlist .wd-criteria-wrap{padding:15px;white-space:nowrap}.commentlist .wd-criteria-wrap .wd-star-rating-wrap:not(:last-child){margin-bottom:5px}.wd-reviews-content .commentlist:not(.wd-in){opacity:0}.wd-reviews-content>.woocommerce-noreviews{margin-bottom:0}.woocommerce-review__author{color:var(--color-gray-900)}.woocommerce-review__verified{font-size:90%}.wd-review-arguments,.wd-review-likes{margin-top:15px;width:100%}.review .wd-review-icon{display:inline-block;margin-inline-end:6px;vertical-align:middle;line-height:1}.review .wd-review-icon>span{display:none}.review .wd-review-icon:before{content:"\f147a";font-family:"woodmart-font";color:var(--wd-primary-color);font-weight:400;font-size:120%}.wd-review-style-2 .review .wd-review-icon:before{font-size:140%}.wd-review-arguments{--wd-tags-mb:0}.wd-review-arguments>div{display:flex}.wd-review-arguments>div:not(:last-child){margin-bottom:15px}.wd-argument-label{min-width:2.5em;margin-inline-end:7px;font-weight:600;color:var(--color-gray-900);flex-shrink:0}.stars:hover a:before,.stars.selected a:before,.stars.selected:hover a:before{content:"\f148";color:#EABE12}.stars a:before,.stars a:hover~a:before,.stars a.active~a:before,.stars.selected:hover a:hover~a:before{content:"\f149";color:var(--color-gray-300)}@media (min-width:1025px){.wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>:is(div,p){flex-basis:max(400px, 50%)}}.wd-review-style-2>li{display:flex;flex-direction:column;border-radius:var(--wd-brd-radius);border:1px solid var(--brdcolor-gray-300);padding:15px;background-color:var(--bgcolor-white)}.wd-review-style-2 .comment_container{flex-grow:1}.wd-review-style-2 .meta{display:flex;justify-content:space-between;align-items:center;flex-grow:1;width:100%}.wd-review-style-2 .woocommerce-review__author{margin-inline-end:5px}.wd-review-style-2 .woocommerce-review__verified{flex-grow:1;margin-inline-end:5px}.wd-review-style-2 .woocommerce-review__dash{display:none}.wd-review-style-2 .children{margin:15px -15px -15px -15px;border-bottom-left-radius:var(--wd-brd-radius);border-bottom-right-radius:var(--wd-brd-radius);padding:15px;background-color:rgba(var(--bgcolor-black-rgb),.04)}.wd-review-style-2 .children>li:not(:last-child){margin-bottom:15px}.comments-area .children{--li-pl:0;list-style:none;--list-mb:0;--li-mb:0;margin-top:30px;margin-inline-start:30px;border-top:1px solid var(--brdcolor-gray-300)}.comment-form{display:flex;flex-wrap:wrap;margin-inline:-10px}.comment-form>p,.comment-form .comment-form-images{flex:1 1 max(400px, 50%);margin-bottom:15px;padding-inline:10px}.comment-form .comment-notes,.comment-form .comment-form-comment,.comment-form .form-submit,.comment-form .comment-form-cookies-consent,.comment-form .comment-form-images{flex-basis:100%;max-width:100%;width:100%}.comment-form .comment-form-cookies-consent label{display:inline}.comment-form .comment-notes{margin-bottom:20px}.comment-form .form-submit{margin-block:5px 0}.comment-form .submit{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform,uppercase));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight,600));font-family:var(--btn-accented-font-family,var(--btn-font-family,inherit));font-style:var(--btn-accented-font-style,var(--btn-font-style,unset))}.comment-form .submit:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.comment-form .submit:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active,0)}.comment-form-comment{width:100%!important}.form-style-underlined .comment-form-comment{margin-bottom:30px}#comments .avatar{flex:1 0 auto;margin-inline-start:0}.comments-area :is(.comments-title,.comment-reply-title){font-size:22px}.comments-area .comment-reply-title small{vertical-align:middle}.comments-area .comment-list{--li-pl:0;--list-mb:0;--li-mb:0;line-height:1.6;margin-bottom:50px;list-style:none}.comments-area .comment-list .comment-reply-title{font-size:var(--wd-text-font-size)}.comments-area .comment{padding-block:30px;border-bottom:1px solid var(--brdcolor-gray-300)}.comments-area :is(.pingback,.trackback){margin-bottom:15px}.comments-area :is(.pingback,.trackback) .comment-body{padding-inline-start:0}.comments-area :is(.pingback,.trackback) .comment-edit-link:after{vertical-align:baseline}.comments-area :is(.pingback,.trackback) a{font-weight:600}.comments-area #cancel-comment-reply-link{display:inline-block;margin-inline-start:10px;vertical-align:middle;font-size:0}.comments-area #cancel-comment-reply-link:after{font-size:var(--wd-text-font-size);content:"\f112";font-family:"woodmart-font"}.comments-area .comment-body{position:relative;padding-inline-start:95px}.comments-area .comment-edit-link{display:inline-block;margin-inline-start:5px;font-size:0}.comments-area .comment-edit-link:after{vertical-align:middle;font-size:.8rem;content:"\f116";font-family:"woodmart-font"}.comments-area .comment-author{float:inline-start;margin-bottom:10px}.comments-area .comment-author:first-letter{text-transform:uppercase}.comments-area .comment-author .fn{color:var(--color-gray-900);vertical-align:top;font-weight:600;font-style:normal}.comments-area .comment-author .says{margin-inline-start:3px;vertical-align:top}.comments-area .comment-author img{position:absolute;top:0;inset-inline-start:0;max-width:74px;width:100%;border-radius:50%}.comments-area .comment-meta{margin-bottom:15px;text-align:end}.comments-area .comment-meta a{color:var(--color-gray-300);vertical-align:middle}.comments-area .reply{margin-top:15px}.comments-area .reply a{color:var(--wd-primary-color);text-transform:uppercase;font-weight:900}.comments-area .reply a:hover{color:var(--wd-primary-color);opacity:.7}.comments-area .comment-respond{margin-top:30px}.comments-area .logged-in-as{font-size:0}.comments-area .logged-in-as>a{color:var(--color-gray-600);font-weight:600;font-size:var(--wd-text-font-size);text-decoration:none}.comments-area .logged-in-as>a:not(:last-child){margin-inline-end:12px;padding-inline-end:10px;border-inline-end:1px solid var(--brdcolor-gray-300)}.comments-area .logged-in-as>a:hover{color:var(--wd-primary-color)}.comments-area .logged-in-as .required-field-message{font-size:var(--wd-text-font-size)}.comments-area .no-comments{color:#333;font-weight:600}.comments-area .children .comment:last-child{padding-bottom:0;border-bottom:none}@media (min-width:769px){.comments-area .comment-awaiting-moderation{position:absolute;top:-24px;inset-inline-start:95px}.comments-area .comment-awaiting-moderation+br{display:none}}@media (max-width:768.98px){.comments-area .children{margin-inline-start:0}.comments-area .comment-author{float:none}.comments-area .comment-meta{text-align:start}}.wd-progress-bar p:last-child{--wd-tags-mb:0}.wd-progress-bar .stock-info{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px;color:var(--color-gray-500);line-height:1}.wd-progress-bar .stock-info span{margin-inline-start:3px;color:var(--color-gray-800);font-weight:600}.wd-progress-bar :is(.progress-area,.progress-bar){height:var(--wd-progress-height,7px);border-radius:var(--wd-brd-radius)}.wd-progress-bar .progress-area{width:100%;background-color:rgba(var(--bgcolor-black-rgb),.06);transition:background-color .25s ease}.wd-progress-bar .progress-bar{background-color:var(--wd-primary-color)}@media (max-width:576px){.wd-product .wd-progress-bar .stock-info{justify-content:center}.wd-product .wd-progress-bar .total-sold{display:none}}.wd-product{position:relative;text-align:var(--text-align);line-height:1.4;--text-align:center;--wd-btn-inset:10px;--wd-prod-gap:12px;--wd-prod-bg-sp:0;--wd-prod-bg-cont-sp:0;--wd-prod-trim:calc((var(--wd-text-line-height) * -.5em) + .5em)}.wd-product .product-wrapper{border-radius:var(--wd-brd-radius);padding:var(--wd-prod-bg-sp)}.wd-product :where(.product-wrapper,.product-element-bottom){display:flex;flex-direction:column;gap:var(--wd-prod-gap)}.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){width:100%}.wd-product .product-image-link{--wd-otl-offset:calc(var(--wd-otl-width) * -1);position:relative;display:block}.wd-product .hover-img{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:var(--bgcolor-white);opacity:0;transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18);pointer-events:none}.wd-product :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price){line-height:inherit;margin-block:-.2em}.wd-product .wd-entities-title{font-size:inherit}.wd-product :is(.wd-product-cats,.wd-product-brands-links){font-size:95%;color:var(--color-gray-400);--wd-link-color:var(--color-gray-400);--wd-link-color-hover:var(--color-gray-700)}.wd-product :is(.wd-product-cats,.wd-product-brands-links) a{text-decoration:none}.wd-product .wd-product-sku{color:var(--color-gray-400)}.wd-product .wd-star-rating{display:inline-flex;align-items:center;align-self:var(--text-align);gap:5px}.wd-product .star-rating{align-self:var(--text-align);line-height:1}.wd-product .woocommerce-review-link{line-height:1;color:var(--color-gray-500)}.wd-product .woocommerce-review-link:hover{color:var(--color-gray-900)}.wd-product .wd-swatches-grid:empty{display:none}.wd-product .wd-swatches-grid{justify-content:var(--text-align)}.wd-product .price{display:block}.wd-product .added_to_cart{display:none!important}.wd-product .shop_attributes{font-size:90%;--wd-attr-v-gap:10px;--wd-attr-brd-style:dashed;--wd-attr-img-width:18px}.wd-product .shop_attributes .wd-attr-name{gap:4px}.wd-product .shop_attributes .wd-hint{margin:0}.wd-product:is(.wd-variation-active,.product-swatched,.wd-loading-image) .hover-img{display:none}.wd-product:is(.quick-shop-shown,.wd-loading-quick-shop) .product-element-top .hover-img{opacity:0;transition:opacity 0.25s ease,transform 2s cubic-bezier(0,0,.44,1.18)}.product-element-top{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0,0,0)}.product-element-top:hover .hover-img{opacity:1;transform:scale(1.09)}@supports (overflow:clip){.product-element-top{overflow:clip}}.product-element-top:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);visibility:hidden;opacity:0;content:"";display:inline-block;width:32px;height:32px;border:1px solid #fff0;border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}.wd-product[class*="wd-loading"] .product-image-link{opacity:.4}.wd-product[class*="wd-loading"] .product-element-top:after{visibility:visible;opacity:1;transition:opacity .25s ease,visibility .25s ease;--wd-anim-state:running}:is(.catalog-mode-on,.login-see-prices) .wd-product.product .wd-add-btn{display:none}.wd-buttons{z-index:4;display:flex;flex-direction:column;border-radius:calc(var(--wd-brd-radius) / 1.2);background:var(--bgcolor-white);box-shadow:1px 1px 1px rgb(0 0 0 / .1);transition:all .3s ease}.wd-buttons .wd-action-btn>a{height:45px}.wd-buttons[class*="wd-pos-r"]{position:absolute;opacity:0;visibility:hidden;transform:translate3d(-20px,0,0)}.wd-buttons.wd-pos-r-t{top:var(--wd-btn-inset);inset-inline-end:var(--wd-btn-inset)}.wd-buttons.wd-pos-r-b{inset-inline-end:var(--wd-btn-inset);bottom:var(--wd-btn-inset)}.wd-action-btn.wd-style-icon .button{gap:0;min-height:unset;padding:0;background-color:#fff0}.wd-action-btn.wd-style-icon .button:hover{background-color:#fff0;box-shadow:none}.wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,[class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0,0,0)}.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0,0,0)}.wd-product.product-type-simple.outofstock .product_type_simple:before,.wd-product .product_type_grouped:before{content:"\f11a"}.wd-product .product_type_external:before{content:"\f11c"}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp:15px}.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)){margin-block:0}:is(.quick-shop-shown,.wd-loading-quick-shop) :is(.wd-buttons,.product-labels){opacity:0}@media (max-width:1024px){.wd-product .hover-img{display:none}.wd-product .wd-buttons{opacity:1;transform:translate3d(0,0,0);visibility:visible}.wd-buttons{border-radius:35px}.wd-buttons .wd-action-btn{--wd-action-icon-size:14px}.wd-buttons .wd-action-btn>a{width:35px;height:35px}.wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn){display:none}}@media (max-width:768.98px){:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp:10px}}@media (max-width:576px){:is([style*="col-sm:2"],[style*="col-sm: 2"]) .wd-product{--title-line-height:1.2em;--wd-prod-gap:10px;font-size:90%}}.wd-product.wd-hover-fw-button .wd-product-countdown .wd-timer{flex-wrap:nowrap;width:100%;padding-top:5px;border-top:1px solid var(--brdcolor-gray-300)}.wd-product.wd-hover-fw-button .wd-product-countdown .wd-timer>span{flex:1 1 0%;min-width:0}.wd-product.wd-hover-fw-button{--text-align:start;--wd-more-desc-lines:4em}.wd-product.wd-hover-fw-button .wrap-price{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:var(--wd-prod-gap)}.wd-product.wd-hover-fw-button .fade-in-block{top:100%;padding:var(--wd-prod-gap) 0 10px 0}.wd-product.wd-hover-fw-button .hover-content{padding-inline-end:2px;margin-block:var(--wd-prod-trim)}.wd-product.wd-hover-fw-button :is(.hover-content-wrap,.wd-progress-bar){padding-top:var(--wd-prod-gap);border-top:1px solid var(--brdcolor-gray-300)}.wd-product.wd-hover-fw-button .wd-more-desc .wd-more-desc-btn{transform:none}.wd-product.wd-hover-fw-button .wd-quick-shop-2{width:100%}.wd-product.wd-hover-fw-button .wd-quick-shop-2 table.variations{display:inline-flex}.wd-product.wd-hover-fw-button .wd-add-btn{font-size:0;position:relative}.wd-product.wd-hover-fw-button .wd-add-btn>a{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform,uppercase));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight,600));font-family:var(--btn-accented-font-family,var(--btn-font-family,inherit));font-style:var(--btn-accented-font-style,var(--btn-font-style,unset))}.wd-product.wd-hover-fw-button .wd-add-btn>a:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-product.wd-hover-fw-button .wd-add-btn>a:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active,0)}.wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span{display:block!important;overflow:hidden;padding:12px;line-height:18px;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.wd-product.wd-hover-fw-button .shop_attributes{color:var(--color-gray-400);font-size:95%;--wd-link-color:var(--color-gray-400);--wd-link-color-hover:var(--color-gray-700)}.wd-product.wd-hover-fw-button .shop_attributes tbody{margin:0}.wd-product.wd-hover-fw-button .shop_attributes td{text-align:start}.wd-product.wd-hover-fw-button .shop_attributes tr{flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:4px;padding-bottom:0;border-bottom:none}.wd-product.wd-hover-fw-button .shop_attributes th .wd-hint{margin-inline-end:2px}.wd-product.wd-hover-fw-button .shop_attributes th:after{content:":"}.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].minus{border-start-start-radius:var(--btn-accented-brd-radius);border-end-start-radius:var(--btn-accented-brd-radius)}.wd-product.wd-hover-fw-button .wd-add-btn div.quantity input[type="button"].plus{border-start-end-radius:var(--btn-accented-brd-radius);border-end-end-radius:var(--btn-accented-brd-radius)}.wd-hover-with-fade .product-wrapper{position:relative;transition:transform .3s ease}.wd-hover-with-fade .content-product-imagin{position:absolute;inset:-15px -15px -2px -15px;visibility:hidden;border:inherit;border-radius:var(--wd-brd-radius);background-color:var(--wd-prod-bg,var(--bgcolor-white));box-shadow:0 0 10px rgb(0 0 0 / .15);opacity:0;transform:scale(.98)}.wd-hover-with-fade .fade-in-block{display:flex;flex-direction:column;gap:var(--wd-prod-gap);position:absolute;inset-inline:0;visibility:hidden;opacity:0}.wd-hover-with-fade .product-element-bottom{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden}.wd-hover-with-fade div.quick-shop-close{top:-5px}.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop{opacity:.3;pointer-events:none}.wd-hover-with-fade.wd-fade-off :is(.content-product-imagin,[class*="hover-content"]){display:none}.wd-hover-with-fade.wd-fade-off .quick-shop-close{top:5px;inset-inline-end:10px}.wd-hover-with-fade.wd-fade-off .product-element-bottom{position:static}.wd-hover-with-fade.wd-fade-off .fade-in-block{position:static;gap:0;margin-top:calc(var(--wd-prod-gap) * -1);padding:0!important;border:none;opacity:1;visibility:visible}.wd-hover-with-fade.wd-fade-off .fade-in-block>:is(.wd-progress-bar,.wd-countdown-timer){margin-top:var(--wd-prod-gap)}.wd-hover-with-fade.state-hover .wd-more-desc-btn{transform:none}.wd-hover-with-fade.hover-ready.state-hover .product-wrapper{z-index:20;transform:translateY(-5px) translateZ(0)}.wd-hover-with-fade.hover-ready.state-hover .content-product-imagin{visibility:visible;opacity:1;transition:opacity .3s ease,visibility .0s ease,transform .3s ease;transform:scale(1)}.wd-hover-with-fade.hover-ready.state-hover .fade-in-block{visibility:visible;opacity:1;transition:opacity .3s ease,visibility .0s ease}@media (hover:hover){.wd-hover-with-fade.hover-ready:hover .product-wrapper{z-index:20;transform:translateY(-5px) translateZ(0)}.wd-hover-with-fade.hover-ready:hover .content-product-imagin{visibility:visible;opacity:1;transition:opacity .3s ease,visibility .0s ease,transform .3s ease;transform:scale(1)}.wd-hover-with-fade.hover-ready:hover .fade-in-block{visibility:visible;opacity:1;transition:opacity .3s ease,visibility .0s ease}}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .content-product-imagin{top:-1px;inset-inline:-1px}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .fade-in-block{padding-bottom:0}[class*="products-bordered-grid"]:not(.wd-products-with-shadow) .wd-hover-with-fade .content-product-imagin{box-shadow:none}.products-bordered-grid .wd-hover-with-fade .product-wrapper{transform:none!important}.products-bordered-grid .wd-hover-with-fade .content-product-imagin{inset:calc(var(--wd-gap) / 2 * -1 - 1px) calc(var(--wd-gap) / 2 * -1 - 1px) 0;border:1px solid var(--wd-bordered-brd,var(--brdcolor-gray-300));border-radius:0;transform:none}@media (max-width:1024px){.wd-hover-with-fade .content-product-imagin{top:-10px;inset-inline:-10px}}@media (max-width:768.98px){.wd-hover-with-fade .quick-shop-close{top:-5px;inset-inline-end:-5px}.wd-product.wd-hover-fw-button .wd-add-btn-replace .add-to-cart-loop{--btn-height:38px}}.wd-add-btn-replace .add-to-cart-loop{overflow:hidden;padding:0}.wd-add-btn-replace .add-to-cart-loop span{display:flex;align-items:center;justify-content:center;min-height:inherit;transition:transform .25s ease,opacity .15s ease}.wd-add-btn-replace .add-to-cart-loop:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:20px;transition:opacity .15s ease,transform .25s ease;transform:translateY(100%);content:"\f123";font-family:"woodmart-font"}.wd-add-btn-replace .add-to-cart-loop:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;transition:opacity .2s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid #fff0;border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state,paused)}.wd-add-btn-replace .add-to-cart-loop:hover:before{transform:translateY(0) translateZ(0)}.wd-add-btn-replace .add-to-cart-loop:hover span{transform:translateY(-100%) translateZ(0)}.wd-add-btn-replace .add-to-cart-loop.loading:before,.wd-add-btn-replace .add-to-cart-loop.loading span{opacity:0}.wd-add-btn-replace .add-to-cart-loop.loading:after{opacity:1;--wd-anim-state:running}.wd-product.product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before,.wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before{content:"\f11a";font-family:"woodmart-font"}.wd-add-btn-replace .add-to-cart-loop.product_type_external:before{content:"\f11c";font-family:"woodmart-font"}.wd-swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--wd-swatch-w);height:var(--wd-swatch-h);color:var(--color-gray-900);vertical-align:middle;text-align:center;font-weight:600;font-size:var(--wd-swatch-size);line-height:1;cursor:pointer;transition:all .25s ease}.wd-swatch :is(img,picture){display:block;max-height:100%;width:inherit;height:inherit;border-radius:inherit;object-fit:cover}.wd-swatch.wd-bg .wd-swatch-text{display:none}.wd-swatch.wd-text{min-width:1em;min-height:1em;width:auto;height:auto}.wd-swatch.wd-text .wd-swatch-text{padding:0 calc(var(--wd-swatch-size) / 5);font-size:var(--wd-swatch-text-size)}.wd-swatch.wd-linked{cursor:pointer!important}.wd-swatch-bg{display:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;border-radius:inherit}:is(body:not(.global-color-scheme-light),.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]),[style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]):before{content:"";position:absolute;inset:0;border:1px solid var(--wd-swatch-brd-color);border-radius:inherit}[class*="wd-swatches"]{--wd-swatch-size:25px;--wd-swatch-w:1em;--wd-swatch-h:1em;--wd-swatch-text-size:16px;--wd-swatch-h-sp:15px;--wd-swatch-v-sp:10px;--wd-swatch-inn-sp:.001px;--wd-swatch-brd-color:var(--brdcolor-gray-200)}.wd-swatches-product{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:var(--text-align);vertical-align:middle;gap:var(--wd-swatch-v-sp) var(--wd-swatch-h-sp)}.wd-swatches-product+select{display:none}[class*="wd-swatches"].wd-size-xs{--wd-swatch-size:20px;--wd-swatch-text-size:14px}[class*="wd-swatches"].wd-size-m{--wd-swatch-size:35px}[class*="wd-swatches"].wd-size-large{--wd-swatch-size:45px;--wd-swatch-text-size:18px}[class*="wd-swatches"].wd-size-xlarge{--wd-swatch-size:70px;--wd-swatch-text-size:24px}[class*="wd-swatches"].wd-size-xxl{--wd-swatch-size:90px;--wd-swatch-text-size:32px}.wd-swatches-grid{--wd-swatch-v-sp:5px;--wd-swatch-h-sp:8px}.wd-swatches-grid:is(.wd-size-xs,.wd-size-default){--wd-swatch-size:15px;--wd-swatch-text-size:14px}.wd-swatches-grid.wd-size-m{--wd-swatch-size:20px}.wd-swatches-grid.wd-size-large{--wd-swatch-size:25px;--wd-swatch-text-size:16px}.wd-swatches-grid:is(.wd-size-xlarge,.wd-size-xxl){--wd-swatch-size:35px;--wd-swatch-text-size:18px}.wd-swatches-filter{--wd-swatch-h-sp:10px}.wd-swatches-filter.wd-size-small{--wd-swatch-size:15px;--wd-swatch-text-size:14px}.wd-swatches-filter.wd-size-large{--wd-swatch-size:35px}[class*="wd-swatches"].wd-shape-round .wd-swatch{border-radius:1em}[class*="wd-swatches"].wd-shape-rounded .wd-swatch{border-radius:5px}.wd-more-desc{position:relative;overflow:hidden;max-height:calc(var(--wd-text-line-height) * var(--wd-more-desc-lines, calc(3em + 2px)))}.wd-more-desc .wd-more-desc-inner{--wd-tags-mb:10px;line-height:var(--wd-text-line-height)}.wd-more-desc .wd-more-desc-btn{--wd-link-color:var(--color-gray-900);--wd-link-color-hover:var(--color-gray-900);position:absolute;inset:auto 0 0 0;z-index:2;display:flex;align-items:end;justify-content:center;height:calc(var(--wd-text-line-height) * 1em);background:linear-gradient(to bottom,transparent 0,var(--wd-prod-bg,var(--bgcolor-white)) 90%);transform:translateY(calc(var(--wd-text-line-height) * 1em))}.wd-more-desc .wd-more-desc-btn:after{font-size:20px;line-height:.8;content:"\f109";font-family:"woodmart-font"}.wd-more-desc .wd-more-desc-btn:not(.wd-shown){display:none}.wd-more-desc.wd-more-desc-full{--wd-more-desc-lines:21em;overflow-y:auto}.wd-more-desc.wd-more-desc-full .wd-more-desc-btn{display:none}@media (max-width:576px){.wd-more-desc{--wd-more-desc-lines:4em;font-size:.9em}}.wd-products-with-bg,.wd-products-with-bg .wd-product,.wd-products-with-bg .wd-cat{--wd-prod-bg:var(--bgcolor-gray-100)}.wd-products-with-bg:not(.products-bordered-grid) :is(.product-wrapper,.wd-cat-wrap){background-color:var(--wd-prod-bg)}.wd-products[class*="wd-stretch-cont"]{align-items:stretch}.wd-products[class*="wd-stretch-cont"] .wd-carousel-item{height:auto}.wd-products[class*="wd-stretch-cont"] .wd-product{height:100%}.wd-products[class*="wd-stretch-cont"] .product-element-bottom{flex:1 1 auto}.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price){margin-top:auto}.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product{height:auto}@media (min-width:1025px){.wd-products.wd-stretch-cont-lg .wd-carousel-wrap{align-items:stretch}.wd-products.wd-stretch-cont-lg .product-wrapper{height:100%}}@media (max-width:768.98px){.wd-products.wd-stretch-cont-sm .wd-carousel-wrap{align-items:stretch}.wd-products.wd-stretch-cont-sm .product-wrapper{height:100%}}@media (min-width:769px) and (max-width:1024px){.wd-products.wd-stretch-cont-md .wd-carousel-wrap{align-items:stretch}.wd-products.wd-stretch-cont-md .product-wrapper{height:100%}}[class*="title-line-"] .wd-product .wd-entities-title{overflow:hidden;max-height:calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));line-height:var(--title-line-height,1.4em)}.title-line-two{--title-line-count:2}.product-labels{position:absolute;top:7px;inset-inline-start:7px;z-index:1;display:flex;align-items:flex-start;flex-direction:column;gap:10px;max-width:50%;transition:all .3s ease;transform:translateZ(0)}.product-labels .label-with-img{padding:0;max-width:50px}.product-label{padding:5px 10px;min-width:50px;color:#fff;text-align:center;text-transform:uppercase;word-break:break-all;font-weight:600;font-size:12px;line-height:1.2}.product-label.onsale{background-color:var(--wd-primary-color);direction:ltr}.product-label.featured{background-color:#E22D2D}.product-label.new{background-color:#438E44}.product-label.out-of-stock{background-color:var(--bgcolor-white);color:var(--color-gray-900)}.product-label.attribute-label:not(.label-with-img){background-color:var(--bgcolor-white);color:var(--color-gray-900)}.labels-rounded-sm .product-label{border-radius:12px}@media (max-width:576px){.product-labels{gap:5px}.product-label{padding-inline:5px;min-width:40px;font-size:10px}.product-label .label-with-img{padding-inline:0}}.mfp-bg{position:fixed;z-index:1102;overflow:hidden;background-color:rgb(0 0 0 / .7);inset:0;opacity:0;transition:all 0.45s cubic-bezier(.19,1,.22,1)}.mfp-bg.mfp-ready{opacity:1}.mfp-bg.mfp-removing{opacity:0}.mfp-wrap{--wd-popup-mt:50px;--wd-popup-mr:15px;--wd-popup-mb:50px;--wd-popup-ml:15px;--wd-popup-max-height:calc(100dvh - var(--wd-admin-bar-h) - var(--wd-popup-mt) - var(--wd-popup-mb));position:fixed;z-index:1103;outline:none!important;inset:var(--wd-admin-bar-h) 0 0 0;overflow:hidden;-webkit-backface-visibility:hidden;direction:ltr}.mfp-container{width:100%;height:100%;display:flex;align-items:var(--wd-align-items,center);justify-content:var(--wd-justify-content,center);padding:var(--wd-popup-mt) var(--wd-popup-mr) var(--wd-popup-mb) var(--wd-popup-ml);direction:rtl}.mfp-content{position:relative;z-index:1105;width:100%;max-height:100%;max-width:var(--wd-popup-width,800px)}.mfp-hide{display:none!important}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}.mfp-wrap~:is(.wd-close-side,.wd-side-hidden){z-index:900;pointer-events:none}.mfp-wrap~.wd-skip-links{display:none}.wd-popup-close{--wd-action-color:#fff;--wd-action-color-hover:#bbb;position:absolute;top:calc(var(--wd-close-btn-offset-v, 50px) * -1);inset-inline-end:calc(var(--wd-close-btn-offset-h, 15px) * -1);z-index:100}.wd-popup{position:relative;display:none;padding:var(--wd-popup-padding,30px);border-radius:var(--wd-popup-brd-radius,var(--wd-brd-radius));background-color:var(--bgcolor-white);content-visibility:unset!important;height:var(--wd-popup-height,auto);max-height:var(--wd-popup-max-height)!important}.mfp-wrap .wd-popup{display:block}.wd-popup-wrap.wd-animation.wd-animated{--wd-anim-duration:.45s;--wd-trans-main:box 0s ease}.wd-animation-default.wd-animation-ready.wd-animated{--wd-anim-timing-f:cubic-bezier(0.19, 1, 0.22, 1)}.wd-animation-default.wd-animation-ready:not(.wd-in){--wd-transform-translateX:100px}.wd-animation-default.wd-animation-ready.wd-out{--wd-transform-translateX:-100px}.wd-animation{--wd-anim-duration:1s;--wd-anim-timing-f:cubic-bezier(0, 0.87, 0.58, 1);--wd-anim-delay:0s;--wd-anim-opa-timing-f:ease;--wd-trans-main:all .25s ease;--wd-trans-last:transform var(--wd-anim-duration) var(--wd-anim-timing-f) var(--wd-anim-delay), opacity .25s var(--wd-anim-opa-timing-f) var(--wd-anim-delay);opacity:0}.wd-animation:not(.wd-animated){transition:none!important}.wd-animation.wd-animated{transition:var(--wd-trans-main),var(--wd-trans-last)}.wd-animation.wd-in{opacity:1}.wd-transform{--wd-transform-perspective:0;--wd-transform-rotateX:0;--wd-transform-rotateY:0;--wd-transform-rotateZ:0;--wd-transform-translateX:0;--wd-transform-translateY:0;--wd-transform-scaleX:1;--wd-transform-scaleY:1;--wd-transform-skewX:0;--wd-transform-skewY:0;--wd-transform-origin-y:center;--wd-transform-origin-x:center;transform:perspective(var(--wd-transform-perspective)) translateX(var(--wd-transform-translateX)) translateY(var(--wd-transform-translateY)) scaleX(var(--wd-transform-scaleX)) scaleY(var(--wd-transform-scaleY)) rotateX(var(--wd-transform-rotateX)) rotateY(var(--wd-transform-rotateY)) rotateZ(var(--wd-transform-rotateZ)) skewX(var(--wd-transform-skewX)) skewY(var(--wd-transform-skewY));transform-origin:var(--wd-transform-origin-y) var(--wd-transform-origin-x)}.wd-product.wd-hover-small{--text-align:start}.wd-product.wd-hover-small .product-wrapper{position:relative;flex-direction:row;gap:15px}.wd-product.wd-hover-small .product-element-top{flex:0 0 auto;max-width:50%;border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-product.wd-hover-small .product-element-top :is(.product-image-link,.hover-img) img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-product.wd-hover-small .product-element-bottom{flex:1 1 auto}.wd-widget-collapse .widget-title{position:relative;margin-bottom:0;padding-inline-end:22px;cursor:pointer;user-select:none}.wd-widget-collapse .widget-title~*{margin-top:20px}.wd-widget-collapse .widget-title:after{position:absolute;top:calc(50% - 12px);inset-inline-end:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:var(--color-gray-800);font-weight:400;font-size:10px;transition:all .25s ease;content:"\f129";font-family:"woodmart-font"}.wd-widget-collapse.wd-opened .widget-title:after{background-color:#f1f1f1;transform:rotate(180deg)}.rtl .wd-widget-collapse.wd-opened .widget-title:after{transform:rotate(-180deg)}.wd-widget-collapse:not(.wd-opened-initially)>.widget-title~*{display:none}.wd-widget-collapse .wd-swatches-filter:is(.wd-layout-double,.wd-layout-inline)[style*="display: block"]{display:flex!important}[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after{background-color:#fff;color:#333}.footer-sidebar{padding-block:40px}.footer-column>*:not(.widget){margin-block:0 var(--wd-block-spacing)}.footer-column>*:not(.widget):last-child{margin-bottom:0}.wd-prefooter{padding-bottom:40px;background-color:var(--wd-main-bgcolor)}.wd-copyrights{--wd-tags-mb:10px;padding-block:20px;border-top:1px solid var(--brdcolor-gray-300)}.wd-copyrights.wd-layout-two-columns>.wd-grid-g{--wd-col-lg:2;--wd-col-md:1}.wd-copyrights.wd-layout-centered{text-align:center}@media (min-width:1025px){.sticky-footer-on :is(.wd-page-content,.wd-prefooter){position:relative;z-index:2}.sticky-footer-on .wd-footer{position:sticky;bottom:0}.wd-copyrights.wd-layout-two-columns .wd-col-end{text-align:end}}@media (max-width:1024px){.wd-copyrights.wd-layout-two-columns{text-align:center}}.elementor-128 .elementor-element.elementor-element-ee8b148{border-style:solid;border-width:0 0 1px 0;border-color:#0000001B;margin:0 0 30px 0;padding:30px 0 20px 0}.elementor-128 .elementor-element.elementor-element-44b110f>.elementor-element-populated{text-align:right}.elementor-128 .elementor-element.elementor-element-0518d6c{width:auto;max-width:auto}.elementor-128 .elementor-element.elementor-element-0518d6c>.elementor-widget-container{margin:0 0 0 4px}.elementor-128 .elementor-element.elementor-element-0518d6c .elementor-icon-wrapper{text-align:right}.elementor-128 .elementor-element.elementor-element-0518d6c .elementor-icon{font-size:30px}.elementor-128 .elementor-element.elementor-element-0518d6c .elementor-icon svg{height:30px}.elementor-128 .elementor-element.elementor-element-0518d6c .elementor-icon i,.elementor-128 .elementor-element.elementor-element-0518d6c .elementor-icon svg{transform:rotate(180deg)}.elementor-128 .elementor-element.elementor-element-c48b40b{width:auto;max-width:auto;text-align:right}.elementor-128 .elementor-element.elementor-element-c48b40b>.elementor-widget-container{margin:0 4px 0 0}.elementor-128 .elementor-element.elementor-element-76dfe4e{width:auto;max-width:auto}.elementor-128 .elementor-element.elementor-element-76dfe4e>.elementor-widget-container{margin:0 0 0 4px}.elementor-128 .elementor-element.elementor-element-76dfe4e .elementor-icon-wrapper{text-align:right}.elementor-128 .elementor-element.elementor-element-76dfe4e .elementor-icon{font-size:30px}.elementor-128 .elementor-element.elementor-element-76dfe4e .elementor-icon svg{height:30px}.elementor-128 .elementor-element.elementor-element-76dfe4e .elementor-icon i,.elementor-128 .elementor-element.elementor-element-76dfe4e .elementor-icon svg{transform:rotate(180deg)}.elementor-128 .elementor-element.elementor-element-296f1f6{width:auto;max-width:auto;text-align:center}.elementor-128 .elementor-element.elementor-element-296f1f6>.elementor-widget-container{margin:0 4px 0 0}.elementor-128 .elementor-element.elementor-element-2cd1f4d{width:auto;max-width:auto}.elementor-128 .elementor-element.elementor-element-2cd1f4d .wd-text-block{font-family:"IRANSansWeb",YekanBakhFaNum;font-size:18px;font-weight:500}.elementor-128 .elementor-element.elementor-element-dae345e{width:var(--container-widget-width,160.754%);max-width:160.754%;--container-widget-width:160.754%;--container-widget-flex-grow:0}.elementor-128 .elementor-element.elementor-element-9d81587 .elementor-repeater-item-91030cb.elementor-social-icon{background-color:#F53E67}.elementor-128 .elementor-element.elementor-element-9d81587 .elementor-repeater-item-f989168.elementor-social-icon{background-color:#018100}.elementor-128 .elementor-element.elementor-element-9d81587{--grid-template-columns:repeat(0, auto);--icon-size:20px;--grid-column-gap:8px;--grid-row-gap:0px}.elementor-128 .elementor-element.elementor-element-9d81587 .elementor-widget-container{text-align:center}.elementor-128 .elementor-element.elementor-element-9d81587 .elementor-social-icon{--icon-padding:0.3em}.elementor-128 .elementor-element.elementor-element-3268b67{width:auto;max-width:auto}.elementor-128 .elementor-element.elementor-element-3268b67 .wd-text-block{font-family:"IRANSansWeb",YekanBakhFaNum;font-size:18px;font-weight:500}.elementor-128 .elementor-element.elementor-element-506683d>.elementor-widget-container{padding:6px 6px 6px 6px}.elementor-128 .elementor-element.elementor-element-506683d{--wd-brd-radius:0px}.elementor-128 .elementor-element.elementor-element-59399ce{width:var(--container-widget-width,99.025%);max-width:99.025%;--container-widget-width:99.025%;--container-widget-flex-grow:0;text-align:justify}.elementor-128 .elementor-element.elementor-element-59399ce .elementor-heading-title{font-size:14px;font-weight:300;line-height:1.7em}.elementor-128 .elementor-element.elementor-element-29461f0>.elementor-widget-container{margin:51px 0 0 0;padding:0 0 0 0}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(3px/2)}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(3px/2)}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(3px/2)}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-3px/2)}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-3px/2)}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-icon i{color:#8A8A8A;transition:color 0.3s}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-icon svg{fill:#8A8A8A;transition:fill 0.3s}.elementor-128 .elementor-element.elementor-element-29461f0{--e-icon-list-icon-size:13px;--icon-vertical-offset:0px}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-icon{padding-inline-end:0}.elementor-128 .elementor-element.elementor-element-29461f0 .elementor-icon-list-text{color:#535353;transition:color 0.3s}@media(min-width:768px){.elementor-128 .elementor-element.elementor-element-44b110f{width:50.083%}.elementor-128 .elementor-element.elementor-element-de96713{width:49.793%}.elementor-128 .elementor-element.elementor-element-61d2b7c{width:17.982%}.elementor-128 .elementor-element.elementor-element-d5bead9{width:11.877%}.elementor-128 .elementor-element.elementor-element-e06c21f{width:34.165%}.elementor-128 .elementor-element.elementor-element-e2d55c5{width:35.974%}}@media(max-width:1024px) and (min-width:768px){.elementor-128 .elementor-element.elementor-element-44b110f{width:50%}.elementor-128 .elementor-element.elementor-element-de96713{width:50%}.elementor-128 .elementor-element.elementor-element-61d2b7c{width:33.3%}.elementor-128 .elementor-element.elementor-element-d5bead9{width:33.3%}.elementor-128 .elementor-element.elementor-element-e06c21f{width:33.3%}.elementor-128 .elementor-element.elementor-element-e2d55c5{width:33.3%}}.wd-text-block:not(.inline-element){max-width:var(--content-width);--content-width:var(--wd-max-width)}.wd-text-block:not(.inline-element).text-left{margin-right:auto}.wd-text-block:not(.inline-element).text-center{margin-inline:auto}.wd-text-block:not(.inline-element).text-right{margin-left:auto}.scrollToTop{position:fixed;left:20px;bottom:20px;z-index:350;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:rgba(var(--bgcolor-white-rgb),.9);box-shadow:0 0 5px rgb(0 0 0 / .17);color:var(--color-gray-800);font-size:16px;opacity:0;pointer-events:none;text-decoration:none!important;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateX(-100%)}.scrollToTop.button-show{opacity:1;transform:none;pointer-events:visible}.scrollToTop:after{content:"\f115";font-family:"woodmart-font"}.scrollToTop:hover{color:var(--color-gray-500)}.wd-search-opened .scrollToTop{display:none}@media (max-width:1024px){.scrollToTop{left:12px;bottom:12px;width:40px;height:40px;font-size:14px}}.header-banner{position:absolute;inset-inline:0;top:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;overflow:hidden;height:var(--wd-header-banner-h);opacity:0;transition:opacity 0s ease .6s}.close-header-banner.wd-style-icon{--wd-action-icon-size:16px;position:absolute;top:0;inset-inline-end:0;bottom:0;z-index:1}.close-header-banner.wd-style-icon>a{width:50px;height:100%}.close-header-banner+.header-banner-link{inset-inline-end:60px}.header-banner-link{z-index:10}.header-banner-enabled .wd-page-wrapper{margin-top:var(--wd-header-banner-mt);transition:margin-top .6s ease}.header-banner-display{--wd-header-banner-mt:var(--wd-header-banner-h)}.header-banner-display .header-banner{opacity:1;transition:opacity 0s ease}.header-banner-display .wd-page-wrapper{transition:margin-top .6s ease .25s}@media (min-width:782px){.admin-bar .header-banner{top:32px}}@media (max-width:782px){.admin-bar .header-banner{top:46px}}@media (min-width:1200px){body[class*="wrapper-boxed"] .header-banner{margin:0 auto;max-width:var(--wd-boxed-w)}.wd-search-opened body[class*="wrapper-boxed"] .header-banner{right:var(--wd-scroll-w)}}@media (max-width:768.98px){.header-banner-container{padding-inline:40px}.header-banner-container .wd-section-stretch-content-no-pd{margin-inline:-40px}}.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgb(0 0 0 / .12)}.wd-toolbar>a{display:flex;align-items:center;justify-content:center}.wd-toolbar>a,.wd-toolbar>div{flex:1 0 20%}.wd-toolbar>a,.wd-toolbar>div a{height:45px}.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:0}.wd-toolbar.wd-toolbar-label-show>a,.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block}.global-color-scheme-light .wd-toolbar a{color:#fff}.global-color-scheme-light .wd-toolbar a:hover{color:rgb(255 255 255 / .8)}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0}.wd-toolbar-shop .wd-tools-icon:before{content:"\f146";font-family:"woodmart-font"}.wd-toolbar-blog .wd-tools-icon:before{content:"\f145";font-family:"woodmart-font"}.wd-toolbar-home .wd-tools-icon:before{content:"\f144";font-family:"woodmart-font"}.wd-toolbar-sidebar .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before{content:"\f118"}.wd-toolbar-link .wd-tools-icon:before{content:"\f140";font-family:"woodmart-font"}.wd-toolbar-link .wd-custom-icon img{width:auto;height:20px}.wd-toolbar-shop-cat .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat{display:none}@media (min-width:1025px){.wd-toolbar{display:none}}@media (max-width:1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .wd-sticky-btn{bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:calc(12px + 55px + var(--wd-sticky-btn-height))}}@media (max-width:768.98px){.sticky-toolbar-on.wd-sticky-btn-on-mb{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}@media (min-width:769px) and (max-width:1024px){.sticky-toolbar-on.wd-sticky-btn-on{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-heading-overflow-x:initial;--n-tabs-heading-wrap:nowrap;--n-tabs-border-width:1px;--n-tabs-border-color:#d5d8dc;--n-tabs-content-display:flex;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f2f3;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-white-space:initial;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-text-align:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-flex-grow:0;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-title-order:initial;--n-tabs-title-padding-top:var(--n-tabs-default-padding-block);--n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);--n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;max-width:100%;width:100%;--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-left);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-right);--n-tabs-title-padding-block-start:var(--n-tabs-title-padding-top);--n-tabs-title-padding-block-end:var(--n-tabs-title-padding-bottom)}body.rtl .elementor-widget-n-tabs{--n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-right);--n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-left)}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);min-width:0;text-align:start}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;flex-wrap:var(--n-tabs-heading-wrap);gap:var(--n-tabs-title-gap);justify-content:var(--n-tabs-heading-justify-content);overflow-x:var(--n-tabs-heading-overflow-x);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar{display:none}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active{position:relative}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before{content:"";inset-block:0;inset-inline:-1000vw;position:absolute;z-index:2}.elementor-widget-n-tabs .e-n-tabs-content{display:var(--n-tabs-content-display);flex-grow:1;min-width:0}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child{display:flex}.elementor-widget-n-tabs .e-n-tab-title{align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));background-color:initial;border-radius:var(--n-tabs-title-border-radius);border-style:none;border-width:var(--n-tabs-border-width);display:flex;flex-basis:var(--n-tabs-title-flex-basis);flex-direction:var(--n-tabs-title-direction);flex-grow:var(--n-tabs-title-flex-grow);flex-shrink:var(--n-tabs-title-flex-shrink);gap:var(--n-tabs-icon-gap);height:var(--n-tabs-title-height);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));padding-block-end:var(--n-tabs-title-padding-block-end);padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end:var(--n-tabs-title-padding-inline-end);padding-inline-start:var(--n-tabs-title-padding-inline-start);position:relative;transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:var(--n-tabs-title-white-space);width:var(--n-tabs-title-width)}.elementor-widget-n-tabs .e-n-tab-title:focus:not(:focus-visible){outline:none}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{align-items:center;display:flex;font-size:var(--n-tabs-title-font-size);text-align:var(--n-tabs-title-text-align)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{align-items:center;display:flex;flex-direction:column;flex-shrink:0;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child{height:0;opacity:0;transform:translateY(-100vh)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child{height:0;opacity:0;transform:translateY(-100vh)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover{animation:initial;transform:none}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child{height:0;opacity:0;transform:translateY(-100vh)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover{animation:initial;transform:none}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child{height:auto;opacity:1;transform:none}.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (max-width:767px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.converted-to-span{display:flex;cursor:pointer;color:inherit;align-items:center;flex-direction:row-reverse;gap:4px}.converted-to-span:hover{text-decoration:underline}body.loading-products .products[data-source="main_loop"]{opacity:.3;pointer-events:none}.filter-checkmark{background:var(--btn-accented-bgcolor);width:16px;height:16px;display:flex;color:#fff;font-size:13px;align-items:center;justify-content:center;min-width:16px;min-height:16px}.converted-to-span.cursor-pointer:not(.chosen)::after{content:"";background:#fff;width:16px;height:16px;display:flex;color:#fff;font-size:13px;align-items:center;justify-content:center;border:2px solid #ccc;min-width:16px;min-height:16px}.wd-hover-fw-button .wd-add-btn form>button{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight));font-family:var(--btn-accented-font-family,var(--btn-font-family));font-style:var(--btn-accented-font-style,var(--btn-font-style))}.wd-hover-fw-button .wd-add-btn form>button{width:100%;border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform,var(--btn-transform));font-weight:var(--btn-accented-font-weight,var(--btn-font-weight));font-family:var(--btn-accented-font-family,var(--btn-font-family));font-style:var(--btn-accented-font-style,var(--btn-font-style))}.wd-hover-fw-button .wd-add-btn form>button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-hover-fw-button .wd-add-btn form>button:hover{color:var(--btn-accented-color-hover)}