@font-face {
  font-family: Cinem;
  src: url('../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(../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(../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{
  padding: 13px 4px;
  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: 28px;
  top: -8px;
  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;
}


/* استایل زوم تصویر شاخص محصول */
#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(../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: 36% !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(../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(../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(../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;
  background-color: #fff;
}
.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 .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{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
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%;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody 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;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody 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;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody 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;
}
body.ceckout_page .shop_table.woocommerce-checkout-review-order-table tbody 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: 190px;
}
.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); } }