@charset "UTF-8";
@-webkit-keyframes MenuSlideDown {
  70% {
    margin-top: 30px;
    display: none;
  }
}
@keyframes MenuSlideDown {
  70% {
    margin-top: 30px;
    display: none;
  }
}
@-webkit-keyframes MenuLoading {
  25% {
    width: 3px;
    margin-left: 6px;
  }
  75% {
    width: 3px;
    margin-left: -6px;
  }
}
@keyframes MenuLoading {
  25% {
    width: 3px;
    -webkit-transform: translateX(6px);
  }
  75% {
    width: 3px;
    transform: translateX(-6px);
    -webkit-transform: translateX(-6px);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse2x {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse2x {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*, .select2-container--default .select2-selection--single, .select2-dropdown*/
/*
.select2-dropdown {
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}*/
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* The switch - the box around the slider */
/* Hide default HTML checkbox */
/* The slider */
@-webkit-keyframes fadeInUpMG {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeInUpMG {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes omBar {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 40px);
  }
}
@-webkit-keyframes omBar {
  from {
    width: 0;
  }
  to {
    width: calc(100% - 40px);
  }
}
@-webkit-keyframes timerScale {
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0.5;
  }
}
@keyframes timerScale {
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 0.5;
  }
}
html {
  font-weight: normal;
  font-size: 14px;
  direction: rtl;
}

body {
  font-weight: normal;
  direction: rtl;
  background: #f0f0f0;
  font-size: 1rem;
  text-align: right;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #00bfd6;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.btn.btn-large {
  padding: 0.75rem 1.5rem;
}

.background-white {
  background-color: #fff;
}

.background-grey {
  background-color: #f5f5f5;
}

.background-grey-2 {
  background-color: #eee;
}

.color-white {
  color: #fff;
}

.color-grey {
  color: #f5f5f5;
}

.color-grey-2 {
  color: #eee;
}

.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.site-loader .loader-content {
  text-align: center;
}
.site-loader .loader-content .logo {
  display: block;
  margin-bottom: 15px;
}
.site-loader .loader-content .logo img {
  max-width: 100%;
}
.site-loader .loader-content .loader-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 500;
}
.site-loader .loader-content .loader-item .spinner {
  position: relative;
  margin: 0;
}
.site-loader .loader-content .loader-item .spinner + .loader-text {
  margin-right: 30px;
}

#yith-wcwtl-output {
  margin-bottom: 20px;
  color: #666;
}
#yith-wcwtl-output:after {
  content: "";
  clear: both;
  display: table;
}
#yith-wcwtl-output:before {
  content: "";
  clear: both;
  display: table;
}
#yith-wcwtl-output input {
  margin-bottom: 10px;
}
#yith-wcwtl-output p {
  margin-bottom: 10px;
}
#yith-wcwtl-output label {
  margin-bottom: 10px;
}
#yith-wcwtl-output form {
  display: block;
  width: 100%;
}
#yith-wcwtl-output form > label {
  width: 100%;
}
#yith-wcwtl-output form > label input {
  width: 100%;
  margin-top: 5px;
}
#yith-wcwtl-output form > .button {
  float: left;
}
#yith-wcwtl-output .yith-wcwtl-msg {
  margin-bottom: 20px;
}

a.ywsl-social {
  text-decoration: none;
  display: inline-block;
  margin-right: 2px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 5px;
}

.ywsl-box {
  display: none;
}

.header-logo h1 {
  margin-bottom: 0;
}

.popup-box {
  padding: 15px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 10px;
  border-radius: 20px;
  min-width: 200px;
  z-index: 999;
  color: #666;
}

.negar-select {
  background: #eee;
  border: none;
  width: 100%;
  color: #666;
  display: block;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 20px;
  position: relative;
  text-align: center;
}

p.list-item {
  margin-bottom: 0;
}

.list-item label {
  margin-bottom: 5px;
  font-size: 13px;
  display: block;
  text-align: right;
  color: #aaa;
}

nav.top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.top-bar ul li.current_page_item > a {
  opacity: 0.8;
  pointer-events: none;
}
nav.top-bar > ul > li {
  display: inline-block;
  margin-left: 5px;
}
nav.top-bar > ul > li > a {
  font-size: 13px;
  padding: 0 5px;
  line-height: 30px;
  display: block;
}
nav.top-bar li {
  position: relative;
}
nav.top-bar li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 200px;
  border-radius: 20px;
  z-index: 9999;
  padding: 5px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
nav.top-bar li > ul a {
  display: block;
  padding: 5px 10px;
  text-align: right;
}
nav.top-bar li > ul ul {
  left: 100%;
  top: 0;
}
nav.top-bar li:not(:hover) > ul {
  opacity: 0;
  visibility: hidden;
}
nav.top-bar li li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f105";
  font-weight: 400;
  float: right;
  font-size: 14px;
  margin-top: -1px;
  margin-left: 10px;
  color: #999;
  transition: 0.2s;
}
nav.top-bar li li.menu-item-has-children:hover > a::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.text-right nav.top-bar li li.menu-item-has-children > a::after {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  content: "\f104";
}
.text-right nav.top-bar li li.menu-item-has-children:hover > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.text-right nav.top-bar li > ul {
  left: auto;
  right: 100%;
}
.text-right nav.top-bar > ul > li > ul {
  right: 0;
}

header.site-header .header-socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
header.site-header .header-socials ul::after {
  content: "";
  display: block;
  clear: both;
}
header.site-header .header-socials ul li {
  display: inline-block;
  float: right;
}
header.site-header .header-socials ul li a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  transition: 0.2s;
  background: #fff;
  border-radius: 20px;
}
header.site-header .header-socials ul li a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
header.site-header .header-socials ul li a i {
  display: inline;
  line-height: inherit;
}
header.site-header .header-socials ul li:not(:last-of-type) {
  margin-left: 3px;
}
header.site-header .header-socials.text-left ul li {
  float: left;
}
header.site-header .header-socials.style-2 ul li a {
  font-size: 18px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
header.site-header .header-socials.style-2 ul li a:not(:hover) {
  color: #888;
}

li a.loading::before {
  content: "";
  display: block;
  height: 3px;
  width: 15px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 10px;
  margin: auto;
  left: 0;
  right: 0;
  animation-name: MenuLoading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transition: 0.2s;
}

.wrapper {
  position: relative;
}

.btn-negar {
  background: #00bfd6;
  color: #fff;
}

.btn .btn-icon {
  margin-left: 10px;
}

main#main {
  padding-top: 25px;
  min-height: calc(100vh - 400px);
}

.dokan-widget-area aside.widget {
  margin-bottom: 20px;
}
.dokan-widget-area aside.widget:not(.widget_media_image) {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.dokan-widget-area aside.widget h3.widget-title {
  text-align: right;
  color: #7a7a7a;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
}
.dokan-widget-area aside.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.dokan-widget-area aside.widget ul li a {
  font-size: 13px;
}
.dokan-widget-area #cat-drop-stack ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dokan-widget-area #cat-drop-stack ul li span.caret-icon {
  float: right;
  margin-left: 5px;
}
.dokan-widget-area #cat-drop-stack ul li span.caret-icon i {
  transform: rotate(180deg) translateY(-2.5px);
  -webkit-transform: rotate(180deg) translateY(-2.5px);
}
.dokan-widget-area #cat-drop-stack li ul {
  margin: 5px 0 10px 0;
  color: #aaa;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 20px;
}

.content-widget.slider-1 {
  overflow: hidden;
}
.content-widget.slider-1 .carousel-indicators li {
  transition: 0.3s;
  border-radius: 20px;
}
.content-widget.slider-1 .carousel-indicators li:not(.active) {
  width: 15px;
}
.content-widget.slider-1 .carousel-caption {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}
.content-widget.slider-1 .carousel-caption p {
  font-size: 14px;
}
.content-widget.slider-1 .carousel-item a {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 33.333%;
}
.content-widget.slider-1 .carousel-item a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.carousel-indicators {
  direction: ltr;
  margin: 0;
}

.content-widget header.section-header {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}
.content-widget header.section-header .archive-link[href="/"] {
  display: none;
}
.content-widget header.section-header .archive-link {
  white-space: nowrap;
}
.content-widget header.section-header h6 {
  font-size: 14px;
  color: #757575;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
.content-widget header.section-header h4 {
  font-size: 14px;
  color: #757575;
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap;
}
.content-widget header.section-header button.wg-tabs-toggle {
  background: none;
  border: none;
  color: #666;
  display: none;
  cursor: pointer;
}
.content-widget article.item figure {
  background: url(../images/product-placeholder.png) no-repeat center;
}

.img-banner-wg {
  border-radius: 20px;
  color: transparent;
  transition: opacity 0.2s;
}
.img-banner-wg:hover {
  opacity: 0.8;
}

.input-group-text {
  border: none;
  background: transparent;
}

.content-widget.slider-2 {
  overflow: hidden;
}
.content-widget.slider-2 .carousel-indicators {
  background: rgba(255, 255, 255, 0.9);
  height: auto;
  right: 10px;
  bottom: 10px;
  display: table;
  width: calc(100% - 20px);
  left: 10px;
  padding: 5px;
  border-radius: 20px;
  transition: 0.2s;
}
.content-widget.slider-2 .carousel-indicators li {
  height: auto;
  display: table-cell;
  padding: 0 5px;
  text-align: center;
  text-indent: 0;
  background: transparent;
  color: #666;
  font-size: 13px;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  border-radius: 20px;
  opacity: 1;
}
.content-widget.slider-2 .carousel-indicators li::after {
  display: none;
}
.content-widget.slider-2 .carousel-indicators li.active {
  background: #ff0299;
  color: #fff;
  font-weight: 500;
}
.content-widget.slider-2:not(.style-2) .carousel:not(:hover) .carousel-indicators {
  transition-delay: 3s;
  bottom: 5px;
  opacity: 0;
}
.content-widget.slider-2:not(.style-2) .carousel-item a {
  display: block;
  width: 100%;
  position: relative;
}
.content-widget.slider-2:not(.style-2) .carousel-item img {
  width: 100%;
  height: auto;
}

.content-widget.slider-2.style-2 .product-info .footer-sec .finished {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00bfd6;
  padding-bottom: 30px;
  z-index: 9;
  flex-direction: column;
}
.content-widget.slider-2.style-2 .product-info .footer-sec .finished span {
  padding: 8px 30px;
  position: relative;
  font-size: 20px;
  border-radius: 30px 0 30px 30px;
}
.content-widget.slider-2.style-2 .product-info .footer-sec .finished i {
  font-size: 48px;
}
.content-widget.slider-2.style-2 .product-info .static-title {
  font-size: 14px;
  color: #999;
  float: left;
}
.content-widget.slider-2.style-2 .product-info .static-title span {
  color: #00bfd6;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price {
  line-height: 1.7;
  display: flex;
  font-weight: 500;
  justify-content: center;
  margin-top: 15px !important;
  margin-bottom: 30px !important;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price > * {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 16px;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price::after {
  content: "";
  display: block;
  clear: both;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price .remove-price {
  text-decoration: line-through;
  color: #757575;
  font-weight: normal;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price del {
  text-decoration: line-through;
  color: #757575;
  font-weight: normal;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price ins {
  text-decoration: none;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price > span {
  padding: 0;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price > span > del {
  width: 50%;
  float: right;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price .discount-percent {
  background: #999;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price .discount-percent i {
  font-size: 14px;
  margin-left: 2px;
}
.content-widget.slider-2.style-2 .product-info .feature-daels-price span.sale-price {
  position: relative;
  overflow: visible;
}
.content-widget.slider-2.style-2 .product-info ul.feature-attr-p {
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #757575;
  line-height: 2;
  height: 80px;
  overflow: hidden;
  margin: 10px 0 20px 0;
  text-align: center;
}
.content-widget.slider-2.style-2 .product-info .flip-clock-wrapper {
  text-align: right;
  margin: 0;
}
.content-widget.slider-2.style-2 .product-info .clock-title {
  color: #999;
  font-size: 13px;
}
.content-widget.slider-2.style-2 .product-info .title-rate-sec {
  text-align: center;
}
.content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 2rem;
}
.content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title a {
  transition: 0.2s;
}
.content-widget.slider-2.style-2 .product-info .ribbon-discount-outer {
  text-align: center;
  direction: ltr;
  position: relative;
}
.content-widget.slider-2.style-2 .product-info .ribbon-discount {
  display: inline-block;
  position: absolute;
  left: 100%;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-widget.slider-2.style-2 .product-info .ribbon-discount svg {
  width: 70px;
}
.content-widget.slider-2.style-2 .product-info .ribbon-discount .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
}
.content-widget.slider-2.style-2 .product-info .ribbon-discount .count i {
  margin-right: 2px;
  font-size: 12px;
}
.content-widget.slider-2.style-2 .product-info .not-started {
  text-align: center;
  color: #757575;
  margin: 10px;
}
.content-widget.slider-2.style-2 .product-info .not-started i {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.content-widget.slider-2.style-2 .carousel {
  height: auto;
  background: #f5f5f5;
  padding: 10px 0 10px 10px;
}
.content-widget.slider-2.style-2 .carousel .carousel-inner {
  background: #fff;
  border-radius: 20px;
}
.content-widget.slider-2.style-2 .carousel::after {
  content: "";
  display: block;
  clear: both;
}
.content-widget.slider-2.style-2 .carousel-indicators {
  width: 200px;
  min-height: 100%;
  position: static;
  overflow: visible;
  background: #f5f5f5;
  padding: 0;
  display: block;
}
.content-widget.slider-2.style-2 .carousel-indicators li {
  display: block;
  width: auto;
  margin: 0;
  color: #707070;
  padding: 8px 10px;
  font-size: 14px;
  border: none;
  white-space: normal;
  text-align: center;
  border-radius: 20px 0 0 20px;
  transition: 0.2s;
}
.content-widget.slider-2.style-2 .carousel-indicators li::before {
  transform: none;
  -webkit-transform: none;
  top: 0 !important;
  right: 100%;
  left: inherit !important;
  border-color: transparent #00bfd6 transparent transparent;
  border-width: 18px;
  margin-left: 10px;
  z-index: 1;
}
.content-widget.slider-2.style-2 .carousel-indicators li span {
  display: block;
  direction: rtl;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.content-widget.slider-2.style-2 .carousel-indicators li.active {
  background: #00bfd6;
  color: #fff;
}
.content-widget.slider-2.style-2 .carousel-indicators li.active::before {
  margin-left: 0;
}
.content-widget.slider-2.style-2 .carousel-inner .carousel-item {
  padding: 15px 30px;
}
.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent-outer {
  text-align: center;
  margin-bottom: 45px;
}
.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent {
  background: #00bfd6;
  padding: 8px;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
}
.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent i {
  margin-left: 3px;
}
.content-widget.slider-2.style-2 .product-thumb {
  width: 350px;
}
.content-widget.slider-2.style-2 .product-thumb h2.item-title {
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
  max-height: 45px;
  position: relative;
  z-index: 1;
}
.content-widget.slider-2.style-2 .product-thumb .rate {
  height: 22px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.content-widget.slider-2.style-2 .product-thumb a {
  display: block;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-widget.slider-2.style-2 .product-thumb img {
  width: 80%;
  display: block;
}
.content-widget.slider-2.style-2 .product-thumb .pt-content {
  height: 100%;
  position: relative;
}
.content-widget.slider-2.style-2 .product-thumb .pt-content .inner {
  height: 100%;
  position: relative;
}
.content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--ns-radius);
  overflow: hidden;
}
.content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content-widget.slider-2.style-2 .top-box::after {
  content: "";
  display: block;
  clear: both;
}
.content-widget.slider-2.style-2 .product-quantity {
  font-size: 13px;
  color: #666;
}
.content-widget.slider-2.style-2 .feature-daels-price {
  unicode-bidi: plaintext;
}
.content-widget.slider-2.style-2 .feature-daels-price * {
  unicode-bidi: plaintext;
}
.content-widget.slider-2.style-2 .carousel.ns-fade .carousel-inner .carousel-item {
  transition: 0.4s;
  display: block;
}
.content-widget.slider-2.style-2 .carousel.ns-fade .carousel-inner .carousel-item:not(.active) {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
}
.content-widget.slider-2.style-2 .timer-cont {
  text-align: center;
  padding-top: 10px;
}
.content-widget.slider-2.style-2 .timer-cont > .flip-clock-a {
  display: inline-block;
  width: auto;
}
.content-widget.slider-2.style-2 .progress {
  margin-top: 3px;
}
.content-widget.slider-2.style-2 .negarshop-countdown:not(.no-style) {
  text-align: center;
  margin-bottom: 30px;
}
.content-widget.slider-2.style-2 .ns-discount-percent {
  font-size: 48px;
  opacity: 0.2;
  height: 48px;
  line-height: 48px;
  letter-spacing: -3px;
}
.content-widget.slider-2.style-2 .ns-discount-percent .count {
  font-family: Arial, sans-serif;
  margin-left: 5px;
  direction: ltr;
  display: inline-block;
}
.content-widget.slider-2.style-2 .ns-discount-percent .title {
  font-weight: 400;
}
.content-widget.slider-2.style-2 .ns-discount-percent i {
  font-size: 18px;
  margin-right: 10px;
}

.woocommerce.single-product p.stock {
  font-size: 13px;
  color: #999;
}
.woocommerce.single-product div.product > .product-section {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.woocommerce.single-product div.product .product-section.single-style-2-gallery {
  background: transparent;
  padding: 0;
}
.woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .car-dtag {
  padding-top: 33.33%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item img.product-gallery-img {
  width: auto;
  max-width: inherit;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.woocommerce.single-product div.product .product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding-right: 0;
  padding-left: 0;
}
.woocommerce.single-product .stars {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce.single-product .stars span a {
  font-size: 0;
  display: inline-block;
  width: auto;
  height: auto;
  color: #febd69;
}
.woocommerce.single-product .stars span a:before {
  content: "\f005";
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-size: 14px;
  font-weight: 900;
}
.woocommerce.single-product .stars span a.active + a:before {
  color: #eee;
}
.woocommerce.single-product .stars span a.active + a + a:before {
  color: #eee;
}
.woocommerce.single-product .stars span a.active + a + a + a:before {
  color: #eee;
}
.woocommerce.single-product .stars span a.active + a + a + a + a:before {
  color: #eee;
}
.woocommerce.single-product .sale-timer {
  padding: 0 10px;
  background: #fff;
  color: #666;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
  margin-bottom: 15px;
  position: relative;
}
.woocommerce.single-product .sale-timer > .row {
  padding: 15px 0;
}
.woocommerce.single-product .sale-timer .right .title {
  font-size: 14px;
  padding-right: 50px;
  color: #999;
}
.woocommerce.single-product .sale-timer .right .title span {
  color: #00bfd6;
  font-weight: 500;
}
.woocommerce.single-product .sale-timer .right i {
  position: absolute;
  color: #000;
  opacity: 0.1;
  font-size: 30px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.woocommerce.single-product .sale-timer::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce.single-product .sale-timer .flip-clock-a {
  margin: 0;
  display: inline-block;
  width: auto;
  float: left;
}
.woocommerce.single-product .sale-timer .left .discount {
  display: inline-block;
  color: #999;
  height: 25px;
  float: left;
  line-height: 25px;
  padding: 0 10px;
  margin-left: 15px;
  margin-top: 0;
}
.woocommerce.single-product .sale-timer .left .discount span {
  background: #00bfd6;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
  font-size: 13px;
}

.flip-clock-a * {
  font-family: inherit;
}

.add-product-favo.liked {
  color: #ed4956 !important;
  font-weight: 900 !important;
}
.add-product-favo.liked i {
  color: #ed4956 !important;
  font-weight: 900 !important;
}

.add-product-favo.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.add-product-favo.disabled i {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.alert {
  border: none !important;
  border-radius: 20px;
  background: #fff;
  color: #999;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
}

.alert.alert-error {
  background-color: rgba(255, 0, 0, 0.1);
  color: red;
}

.progress-bar {
  background-color: #888;
}

.add-product-favo i.fal {
  display: inline;
  line-height: inherit;
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.modal-header {
  align-items: center;
}
.modal-header .close {
  margin: auto -1rem -1rem -1rem;
}

input[type=submit]:not(.browser-default) {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  border: none;
  background-color: #757575;
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
  cursor: pointer;
}
input[type=submit]:not(.browser-default):hover {
  opacity: 0.9;
  color: #fff;
}
input[type=submit]:not(.browser-default):active {
  opacity: 1;
}

input[type=button]:not(.browser-default) {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  border: none;
  background-color: #757575;
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
  cursor: pointer;
}
input[type=button]:not(.browser-default):hover {
  opacity: 0.9;
  color: #fff;
}
input[type=button]:not(.browser-default):active {
  opacity: 1;
}

input[type=reset]:not(.browser-default) {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  border: none;
  background-color: #757575;
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
  cursor: pointer;
}
input[type=reset]:not(.browser-default):hover {
  opacity: 0.9;
  color: #fff;
}
input[type=reset]:not(.browser-default):active {
  opacity: 1;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  border: none;
  background-color: #757575;
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
}
.btn:hover {
  opacity: 0.9;
  color: #fff;
}
.btn:active {
  opacity: 1;
}
.btn.disabled, .btndisabled {
  pointer-events: none;
  opacity: 0.5;
}

.dokan-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  border: none;
  background-color: #757575;
  color: #fff;
  box-shadow: none !important;
  transition: 0.2s;
  cursor: pointer;
}
.dokan-btn:hover {
  opacity: 0.9;
  color: #fff;
}
.dokan-btn:active {
  opacity: 1;
}

.lightbox .lb-image {
  border-radius: 20px;
}

.lb-outerContainer {
  border-radius: 20px;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  color: #666;
}
.btn-transparent:hover {
  background-color: transparent;
  color: #333;
}

.btn-primary {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.btn-primary:hover {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.btn-primary:disabled {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.show > .btn-primary.dropdown-toggle {
  background-color: #00bfd6;
  border-color: #00bfd6;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled {
  background-color: #00bfd6;
  border-color: #00bfd6;
}

.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.input-text {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
.input-text:focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

.form-control {
  font-size: 13px;
  border-radius: 20px;
  border: none;
  font-size: 13px;
  border-radius: 20px;
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
.form-control:focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

textarea:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
  height: auto;
}
textarea:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

input[type=text]:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
input[type=text]:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

input[type=search]:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
input[type=search]:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

input[type=email]:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
input[type=email]:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

input[type=number]:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
input[type=number]:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

input[type=url]:not(.browser-default) {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
}
input[type=url]:not(.browser-default):focus {
  border-color: #eee !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  background: #fff;
}

.btn-whiter {
  color: #999;
  background-color: #eee;
}
.btn-whiter:hover {
  background-color: #888;
  color: #fff;
}
.btn-whiter:focus {
  background-color: #888;
  color: #fff;
}

section.blog-home article.post-item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
section.blog-home article.post-item:not(:last-of-type) {
  margin-bottom: 30px;
}
section.blog-home article.post-item > div {
  padding: 0 10px;
}
section.blog-home article.post-item figure.post-thumb {
  background: #f5f5f5;
  margin: 0 0 20px 0 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px !important;
}
section.blog-home article.post-item figure.post-thumb a {
  display: block;
  text-align: center;
}
section.blog-home article.post-item figure.post-thumb a img {
  margin: auto;
  width: 100%;
  height: auto;
  transition: 0.2s;
}
section.blog-home article.post-item:hover figure.post-thumb img {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}
section.blog-home article.post-item:hover .info ul li i {
  opacity: 1;
  visibility: visible;
  width: 14px;
}
section.blog-home article.post-item .info {
  margin-top: 10px;
}
section.blog-home article.post-item .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.blog-home article.post-item .info ul ul {
  display: inline-block;
}
section.blog-home article.post-item .info ul li {
  display: inline-block;
  margin-left: 15px;
  color: #777;
  font-size: 12px;
}
section.blog-home article.post-item .info ul li i {
  margin-left: 5px;
  color: #999;
  width: 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
section.blog-home article.post-item .info ul li a {
  color: #777;
  font-size: 12px;
}
section.blog-home article.post-item .entry-video {
  margin-bottom: 20px !important;
}
section.blog-home article.post-item .entry-video video {
  width: 100%;
  display: block;
}
section.blog-home article.post-item .entry-video .inner {
  min-height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.blog-home article.post-item .entry-video .inner button.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  font-size: 36px;
  background: rgba(255, 255, 255, 0.8);
  color: #464646;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
}
section.blog-home article.post-item .entry-video .inner button.btn-play:hover {
  background: rgb(255, 255, 255);
}
section.blog-home article.post-item .entry-video .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #464646;
  opacity: 0.3;
  transition: 0.2s;
}
section.blog-home article.post-item .entry-video .inner:hover::before {
  opacity: 0;
  visibility: hidden;
}
section.blog-home article.post-item .title a {
  display: inline-block;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.blog-home article.post-item .title .title-tag {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #777;
  font-weight: normal;
  transition: 0.2s;
}
section.blog-home article.post-item .title .title-tag:hover {
  color: #00bfd6;
}
section.blog-home article.post-item .content {
  font-size: 14px;
  line-height: 2;
  color: #777;
  padding-bottom: 15px;
  font-weight: 400;
}
section.blog-home article.post-item .content::after {
  content: "";
  display: block;
  clear: both;
}
section.blog-home article.post-item .content iframe {
  border: none;
  margin-bottom: 15px;
  display: block;
}
section.blog-home article.post-item .content p + h1 {
  margin-top: 30px;
}
section.blog-home article.post-item .content p + h2 {
  margin-top: 30px;
}
section.blog-home article.post-item .content p + h3 {
  margin-top: 30px;
}
section.blog-home article.post-item .content p + h4 {
  margin-top: 30px;
}
section.blog-home article.post-item .content p + h5 {
  margin-top: 30px;
}
section.blog-home article.post-item .content p + h6 {
  margin-top: 30px;
}
section.blog-home article.post-item .excerpt {
  font-size: 14px;
  color: #666;
  line-height: normal;
  margin-bottom: 15px;
}
section.blog-home article.post-item .excerpt p {
  margin: 0;
}
section.blog-home article.post-item .tags {
  font-size: 13px;
  color: #999;
}
section.blog-home article.post-item .tags a {
  display: inline-block;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 2px;
}
section.blog-home article.post-item .tags a:first-of-type {
  margin-right: 15px;
}
section.blog-home .post-wg {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
}
section.blog-home .post-wg .comments-title {
  font-size: 18px;
  color: #777;
  font-weight: normal;
  margin-bottom: 30px;
}
section.blog-home .post-wg ol.comment-list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
section.blog-home .post-wg ol.comment-list .comment-rates-sec .comment-rates li {
  margin: 0;
}
section.blog-home .post-wg ol.comment-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
section.blog-home .post-wg ol.comment-list li footer.comment-meta {
  font-size: 13px;
  padding-right: 55px;
  color: #999;
}
section.blog-home .post-wg ol.comment-list li footer.comment-meta img {
  width: 40px;
  height: auto;
  position: absolute;
  margin-right: -50px;
  border-radius: 100px;
}
section.blog-home .post-wg ol.comment-list li footer.comment-meta .comment-metadata {
  font-size: 12px;
  padding-bottom: 5px;
}
section.blog-home .post-wg ol.comment-list li footer.comment-meta .comment-author {
  font-size: 14px;
  color: #777;
  padding-top: 5px;
}
section.blog-home .post-wg ol.comment-list li .reply {
  text-align: left;
  font-size: 14px;
}
section.blog-home .post-wg ol.comment-list li .comment-content {
  margin: 0 0 5px 0;
  color: #777;
  font-size: 14px;
  padding: 10px;
}
section.blog-home .post-wg ol.comment-list li .comment-content p {
  margin: 0;
}
section.blog-home .post-wg ol.comment-list ul.children {
  list-style: none;
  margin-top: 10px;
}
section.blog-home .post-wg ol.comment-list article.comment-body {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
section.blog-home .post-wg ol.comment-list #respond {
  padding: 20px 0;
}
section.blog-home .post-wg ol.comment-list #reply-title small {
  float: left;
}
section.blog-home .post-wg ol.comment-list #reply-title small #cancel-comment-reply-link {
  color: #999;
  display: block;
  padding: 0 5px;
}
section.blog-home .post-wg.post-comments h3.comment-reply-title {
  font-size: 18px;
  color: #777;
  font-weight: normal;
}
section.blog-home .post-wg.post-comments p.logged-in-as {
  font-size: 14px;
  margin-bottom: 20px;
  color: #999;
}
section.blog-home .post-wg.post-comments p.comment-notes {
  font-size: 14px;
  margin-bottom: 20px;
  color: #999;
}
section.blog-home article.post-item.post .content a {
  color: #00bfd6;
}

.navigation.pagination {
  margin: 30px 0;
}
.navigation.pagination h2.screen-reader-text {
  font-size: 14px;
  color: #999;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
}
.navigation.pagination .nav-links > * {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #fff;
  font-size: 13px;
  transition: 0.2s;
  border-radius: 20px;
}
.navigation.pagination .nav-links span.current {
  color: #aaa;
  font-weight: 500;
}
.navigation.pagination .nav-links a:hover {
  background: #00bfd6;
  color: #fff;
}

.comment-form-chip {
  margin: 10px 0;
}
.comment-form-chip > label::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #4caf50;
  border-radius: 3px;
  margin-left: 5px;
}

.comment .comment-awaiting-moderation {
  font-size: 0;
}
.comment .comment-awaiting-moderation::before {
  content: "در انتظار تایید مدیریت";
  font-size: 13px;
  font-style: normal;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  display: block;
  margin-bottom: 5px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 5px 10px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
  background: #eee;
  color: #464646;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type)::after {
  content: "/";
  color: #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li::after {
  display: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(.res-toggle-menu) a {
  text-align: right;
  display: flex;
  transition: 0.2s;
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 16px;
  align-items: center;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(.res-toggle-menu) a i {
  margin-left: 10px;
  display: block;
  font-weight: 500;
  margin-top: -4px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #00bfd6;
  background: rgba(255, 2, 102, 0.1);
  color: #00bfd6;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a i {
  font-weight: 900;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu a {
  display: none;
  background-color: #666;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu * {
  color: #fff !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) .show {
  display: block !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) .hide {
  display: none !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu.show .show {
  display: none !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu.show .hide {
  display: block !important;
}
.woocommerce .woocommerce-error {
  list-style: none;
  background: #ffe4e4;
  color: #ec3939;
}
.woocommerce .woocommerce-error li {
  padding: 0;
  margin: 0;
}
.woocommerce .checkout.woocommerce-checkout {
  margin-top: 30px;
}
.woocommerce .checkout.woocommerce-checkout h3 {
  font-size: 18px;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  text-align: center;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li {
  display: inline-block;
  width: 20%;
  cursor: pointer;
  padding: 2px;
}
.woocommerce h1.product_title.entry-title {
  font-size: 20px;
  color: #444;
  margin: 0;
  line-height: normal;
}
.woocommerce h3.product_sub_title.entry-sub-title {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  font-family: Tahoma, sans-serif;
}
.woocommerce h3.product_sub_title.entry-sub-title + .woocommerce-product-rating {
  color: #aaa;
  float: left;
  font-size: 13px;
}
.woocommerce .title-bg {
  margin-bottom: 15px;
}
.woocommerce .title-bg > *:not(.product_title) {
  margin-top: 5px;
}
.woocommerce .title-bg::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce p.price {
  color: #aaa;
  margin-bottom: 20px;
}
.woocommerce p.price > span {
  font-size: 16px;
  color: #4caf50;
  padding: 0 5px;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce p.price ins {
  font-size: 16px;
  color: #4caf50;
  padding: 0 5px;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce p.price * {
  font-size: 16px;
}
.woocommerce p.price span.price-text {
  color: #777;
}
.woocommerce p.price span.amount {
  unicode-bidi: plaintext;
  direction: ltr;
}
.woocommerce p.price span.amount * {
  unicode-bidi: plaintext;
  direction: ltr;
}
.woocommerce .variations_form.cart label {
  font-size: 14px;
  color: #999;
}
.woocommerce .variations_form.cart select.custom-select {
  font-size: 12px;
  color: #666;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.woocommerce .product-featured-attrs {
  margin-bottom: 20px;
}
.woocommerce .product-featured-attrs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: normal;
}
.woocommerce .product-featured-attrs ul li {
  color: #464646;
  font-size: 13px;
  margin-bottom: 4px;
}
.woocommerce .product-featured-attrs ul li span {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #777;
}
.woocommerce .product-featured-attrs h6.title {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
  font-weight: bold;
}
.woocommerce .product .product_meta:not(.sku_wrapper) {
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #999;
}
.woocommerce .product .product_meta:not(.sku_wrapper) .woocommerce-product-rating .rate span {
  margin: 0;
  border: none;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span {
  margin-left: 15px;
  font-size: 13px;
  color: #656565;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span i {
  margin-left: 3px;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span span {
  color: #757575;
  font-size: 12px;
  transition: 0.2s;
  border-bottom: #aaa 1px dashed;
  margin-left: 10px;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span span:first-of-type {
  margin-right: 5px;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span span:hover {
  border-color: #00bfd6;
  color: #00bfd6;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span a {
  color: #757575;
  font-size: 12px;
  transition: 0.2s;
  border-bottom: #aaa 1px dashed;
  margin-left: 10px;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span a:first-of-type {
  margin-right: 5px;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span a:hover {
  border-color: #00bfd6;
  color: #00bfd6;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span .sku {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span.product-brand {
  font-size: 0;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span.product-brand::before {
  content: "برند: ";
  font-size: 13px;
  order: 2;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span.product-brand a {
  order: 3;
}
.woocommerce .product .product_meta:not(.sku_wrapper) > span.product-brand::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  content: "\f559";
  font-size: 13px;
  float: right;
  margin-left: 10px;
  order: 1;
}
.woocommerce .product .product-single-style-3 .product_meta {
  margin-bottom: 55px !important;
}
.woocommerce .product .product-single-style-3 .product_meta > span {
  border: none;
  margin-left: 25px !important;
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin: 0;
}
.woocommerce .product .product-single-style-3 .product_meta > span::before {
  width: 30px;
  height: 30px;
  background: #666;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.woocommerce .product .product-single-style-3 .product_meta > span i {
  width: 30px;
  height: 30px;
  background: #666;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}
.woocommerce .product .product-single-style-3 .product_meta > span span {
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin: 0;
}
.woocommerce .product .product-single-style-3 .product_meta > span a {
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin: 0;
}
.woocommerce .product .product-single-style-3 .product_meta .product-brand {
  font-size: 0;
  padding-right: 0;
}
.woocommerce .product .product-single-style-3 .product_meta .product-brand::after {
  display: none;
}
.woocommerce .product .product-single-style-3 .product_meta .product-brand::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f559";
}
.woocommerce .product .product-single-style-3 .product_meta .posted_in {
  font-size: 0;
  color: #00C853 !important;
}
.woocommerce .product .product-single-style-3 .product_meta .posted_in a {
  color: #00C853 !important;
}
.woocommerce .product .product-single-style-3 .product_meta .posted_in a:not(:last-of-type) {
  display: none;
}
.woocommerce .product .product-single-style-3 .product_meta .posted_in i {
  background-color: #00C853;
}
.woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating {
  color: #F9A825 !important;
}
.woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating span {
  color: #F9A825 !important;
}
.woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating i {
  background-color: #F9A825;
}
.woocommerce .product .product-single-style-3 .product_meta .product-sales {
  color: #00B0FF !important;
}
.woocommerce .product .product-single-style-3 .product_meta .product-sales span {
  color: #00B0FF !important;
}
.woocommerce .product .product-single-style-3 .product_meta .product-sales i {
  background-color: #00B0FF;
}
.woocommerce .woocommerce-product-details__short-description {
  color: #444;
  font-size: 14px;
  line-height: normal;
  position: relative;
}
.woocommerce .woocommerce-product-details__short-description h1.product-title {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-product-details__short-description h6.sec-title {
  font-size: 18px;
  color: #666;
}
.woocommerce .woocommerce-product-details__short-description::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .woocommerce-product-details__short-description.has-trigger {
  padding-bottom: 45px;
}
.woocommerce .woocommerce-product-details__short-description.has-trigger:not(.show) {
  max-height: 200px;
  overflow: hidden;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  box-shadow: #fff 0 -15px 15px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
}
.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle i {
  transition: 0.2s;
  font-size: 18px;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  margin-right: 5px;
}
.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle .outer {
  background: #eee;
  padding: 5px 20px;
  border-radius: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle .outer:hover {
  background-color: #999;
  color: #fff;
}
.woocommerce .onsale {
  background: #00bfd6;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  padding: 0;
  z-index: 1;
  text-align: center;
  border-radius: 0 0 100px 100px;
  font-size: 70%;
  margin-top: -20px;
}
.woocommerce #review_form_wrapper {
  margin-top: 30px;
}
.woocommerce .woocommerce-product-details__short-description.show button#product-short-desc-toggle i {
  transform: rotate(180deg) translateY(-3px);
  -webkit-transform: rotate(180deg) translateY(-3px);
}
.woocommerce .nowrap-line {
  display: flex;
  align-items: center;
}
.woocommerce .nowrap-line .product-single-ribbons {
  width: auto;
  max-width: 100%;
  -ms-flex: auto 0 0;
  flex: auto 0 0;
}
.woocommerce .nowrap-line h3 {
  width: 100%;
  padding: 0 0 0 5px;
  line-height: normal;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  width: auto !important;
  min-width: 30px;
  height: 30px;
  border-radius: 20px !important;
  overflow: hidden;
  width: 25.6px !important;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li span {
  width: auto !important;
  min-width: 30px;
  height: 30px;
  border-radius: 20px !important;
  overflow: hidden;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li:not(.chosen) a {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0.9;
}
.woocommerce .coming-soon {
  font-size: 24px;
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 0;
  padding: 15px;
}
.woocommerce form .form-row .required {
  font-size: 0 !important;
  text-decoration: none;
  opacity: 0.7;
  font-size: 13px;
}
.woocommerce form .form-row .required::before {
  content: "(ضروری)";
  font-size: 13px;
}
.woocommerce form .form-row span.optional {
  opacity: 0.7;
  font-size: 13px;
}
.woocommerce .product-single-style-3 .product-featured-attrs h6.title {
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  margin-bottom: 15px;
}
.woocommerce .product-single-style-3 .product-featured-attrs ul {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .product-single-style-3 .product-featured-attrs ul li {
  margin-left: 20px;
  font-size: 14px;
  color: #777777;
}

.negarshop-wc-span-100 span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

.woocommerce-MyAccount-content {
  width: calc(100% - 300px);
  float: right;
}
.woocommerce-MyAccount-content h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.woocommerce-page.woocommerce-cart table.shop_table {
  width: 100%;
}
.woocommerce-page.woocommerce-cart table.shop_table td {
  padding: 5px 10px;
}
.woocommerce-page.woocommerce-cart table.shop_table td:not(.product-name) {
  text-align: center;
}
.woocommerce-page.woocommerce-cart table.shop_table td img {
  height: auto;
  min-width: 64px;
  max-width: 64px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table th {
  padding: 5px 10px;
  text-align: center;
}
.woocommerce-page.woocommerce-cart table.shop_table thead {
  background: transparent;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-remove {
  width: 64px;
  padding: 2px 0;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a.remove {
  background: #fff7f7;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a {
  color: #ff0000;
  font-size: 18px;
  opacity: 0.5;
  transition: 0.2s;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a:hover {
  opacity: 1;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail {
  width: 64px;
  padding: 2px 0;
  padding: 2px 10px;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-subtotal {
  background: #f5f5f5;
}
.woocommerce-page.woocommerce-cart table.shop_table tr:first-of-type td.product-subtotal {
  border-radius: 20px 20px 0 0;
}
.woocommerce-page.woocommerce-cart table.shop_table tr:first-of-type:nth-last-of-type(2) td.product-subtotal {
  border-radius: 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table tr:nth-last-of-type(2) td.product-subtotal {
  border-radius: 0 0 20px 20px;
}
.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals {
  margin-top: 30px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 18px;
  color: #999;
  margin-bottom: 15px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: left;
  margin-top: 15px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals table th {
  width: 150px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals table td {
  text-align: right !important;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells {
  margin-bottom: 30px;
}
.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  margin: 30px 0;
}

.woocommerce-cart.woocommerce-page article.post-item > .title {
  display: none;
}

.dokan-message {
  padding-right: 45px !important;
  border: none !important;
  border-radius: 20px !important;
  background-color: #ecfaff !important;
  border-radius: 0;
}
.dokan-message::before {
  background: transparent !important;
  color: #999 !important;
  padding-top: 0 !important;
  margin-top: 6px !important;
  font-size: 24px !important;
  left: auto !important;
  right: 15px !important;
}

.dokan-info {
  padding-right: 45px !important;
  border: none !important;
  border-radius: 20px !important;
  background-color: #ecfaff !important;
  border-radius: 0;
}
.dokan-info::before {
  background: transparent !important;
  color: #999 !important;
  padding-top: 0 !important;
  margin-top: 6px !important;
  font-size: 24px !important;
  left: auto !important;
  right: 15px !important;
}

.dokan-error {
  padding-right: 45px !important;
  border: none !important;
  border-radius: 20px !important;
  background-color: #ecfaff !important;
  border-radius: 0;
}
.dokan-error::before {
  background: transparent !important;
  color: #999 !important;
  padding-top: 0 !important;
  margin-top: 6px !important;
  font-size: 24px !important;
  left: auto !important;
  right: 15px !important;
  background: transparent;
  color: #b81c23;
  font-size: 16px;
  padding-top: 12px;
}

.woocommerce-message {
  background: #ecfaff;
  padding: 5px 15px 5px 5px;
  color: #777;
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 13px;
  border-radius: 20px;
}
.woocommerce-message a {
  float: left;
  display: block;
  padding: 0 15px !important;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  height: 40px !important;
  line-height: 40px !important;
  border-radius: 20px;
}
.woocommerce-message a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.woocommerce-message a:active {
  background: #00bfd6;
}

.woocommerce-error {
  background: #ecfaff;
  padding: 5px 15px 5px 5px;
  color: #777;
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 13px;
  border-radius: 20px;
}

.woocommerce-columns--addresses h2 {
  font-size: 18px;
  margin-top: 15px;
}

.woocommerce-order-details__title {
  font-size: 18px;
  margin-top: 15px;
}

.woocommerce-order-downloads__title {
  font-size: 18px;
  margin-top: 15px;
}

.spinner {
  display: block;
  border: 2px solid #fff;
  border-top: 2px solid #00bfd6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  position: absolute;
  margin-right: 5px;
  margin-top: 2px;
}

.dokan-other-vendor-camparison {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-bottom: 30px !important;
}
.dokan-other-vendor-camparison h3 {
  font-size: 18px;
  color: #666;
}

dl.variation {
  margin: 0;
  font-size: 90%;
}
dl.variation dd {
  display: inline;
  margin: 0;
}
dl.variation dd:not(:last-of-type) {
  margin-left: 10px;
}
dl.variation dt {
  display: inline;
  margin: 0;
}
dl.variation p {
  margin: 0;
  font-size: 90%;
  display: inline;
}

.single-product main#main {
  padding-top: 20px;
}

.product .single_add_to_cart_button {
  position: relative;
}
.product .single_add_to_cart_button i {
  margin-left: 10px;
  font-size: 18px;
  position: absolute;
  right: 10px;
}
.product .woocommerce-product-gallery {
  text-align: left;
}
.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  color: #aaa;
}
.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a {
  color: #aaa;
}
.product .woocommerce-product-gallery .compare-button.product {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  color: #aaa;
}
.product .woocommerce-product-gallery .compare-button.product a {
  font-size: 0;
  padding: 0;
}
.product .woocommerce-product-gallery .compare-button.product a::before {
  content: "\f074";
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #aaa;
}
.product .woocommerce-product-gallery a.product-prices-chart {
  margin-right: 15px;
  margin-bottom: 30px;
  color: #aaa;
}
.product .woocommerce-product-gallery a.add-product-favo {
  margin-right: 15px;
  margin-bottom: 30px;
  color: #aaa;
}
.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  font-size: 0;
}
.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger::before {
  content: "\f002";
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #aaa;
}

.wpgs.wpgs--with-images.images {
  direction: ltr;
}

.negarshop-loading {
  position: absolute;
  left: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9;
  text-align: center;
}
.negarshop-loading .spinner {
  position: static !important;
  margin: -7.5px auto auto auto;
}

.woocommerce-variation-add-to-cart span.ct-title {
  font-size: 14px;
  color: #999;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 0 !important;
  overflow: visible;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
  padding: 0;
  margin: 10px;
  list-style: none;
  border-radius: 20px;
  text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 28px;
  color: #666;
  transition: 0.2s;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a:hover {
  color: #464646;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a i {
  font-size: 20px;
  margin-left: 10px;
  transform: translateY(2.5px);
  -webkit-transform: translateY(2.5px);
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active a {
  color: var(--ns-accent);
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel {
  color: #464646;
  font-size: 14px;
  line-height: normal;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel:not(#tab-description) > h2 {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes {
  font-size: 13px;
  margin-bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes th {
  color: #333;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title + td p {
  margin: 0;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .woocommerce-product-attributes-parent th {
  font-weight: 800;
  color: #888;
  font-size: 14px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
  font-size: 18px;
  color: #999;
  text-align: center;
  font-weight: normal;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.woocommerce-noreviews {
  font-size: 13px;
  color: #777;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel span.comment-reply-title {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
  display: block;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.comment-notes {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
  display: block;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist img.avatar {
  width: 40px;
  border-radius: 100%;
  float: right;
  margin-left: 10px;
  height: auto;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text {
  display: block;
  padding-right: 15px;
  font-size: 13px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text p.meta {
  margin-bottom: 5px;
  color: #999;
  width: calc(100% - 140px);
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description {
  color: #666;
  line-height: 1.2;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description p {
  margin: 0;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .star-rating {
  color: #999;
  float: left;
  margin-top: 2px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment_container::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment {
  margin-bottom: 15px;
  padding: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment:not(:last-of-type) {
  border-bottom: #eee 1px solid;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel ul.list-unstyled {
  padding: 0;
  margin: 0;
  color: #666;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller {
  display: flex;
  max-width: 100%;
  min-width: 100%;
  align-items: center;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar {
  margin-left: 30px;
  width: 200px;
  text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar img {
  border-radius: 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar ul.details {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar ul.details li {
  display: block;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 5px 0;
  padding: 2px 10px;
  color: #666;
  width: auto;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar .seller-rating {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar .seller-rating + span.text {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller > .list-unstyled {
  width: 100%;
}

.panel-mobile-title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  align-items: center;
  z-index: 999;
}
.panel-mobile-title .panel-close {
  width: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
  z-index: 9;
}
.panel-mobile-title .panel-title {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.table-gray {
  background-color: #f5f5f5 !important;
  border-bottom: #fff 2px solid !important;
  border-radius: 20px;
}

section.products {
  margin-bottom: 20px;
}
section.products > h2 {
  font-size: 18px;
  color: #999;
  font-weight: normal;
  margin-bottom: 30px;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.summary.entry-summary .compare.button {
  display: none !important;
}
.summary.entry-summary #yith-wcwtl-output {
  display: none;
}

#postDescAccordion {
  clear: both;
}
#postDescAccordion .card {
  border: none;
  border-radius: 0;
  background: transparent;
}
#postDescAccordion .card-header {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 5px 0;
  position: relative;
}
#postDescAccordion .card-header button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666;
  background: #f5f5f5;
  z-index: 9;
  position: relative;
  width: 100%;
  text-align: right;
  transition: 0.2s;
  font-size: 16px;
  padding: 15px;
  white-space: normal;
}
#postDescAccordion .card-header button::before {
  content: "+";
  display: block;
  background: #ddd;
  width: 25px;
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  color: #666;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s;
}
#postDescAccordion .card-header button:not(.collapsed) {
  color: #333;
  background: transparent;
  font-size: 20px;
}
#postDescAccordion .card-header button:not(.collapsed)::before {
  content: "-";
  font-size: 24px;
  background: transparent;
}
#postDescAccordion .card-header button i {
  margin-left: 5px;
}
#postDescAccordion .card-header button:hover {
  text-decoration: none;
  color: #333;
}
#postDescAccordion .card-body::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-widget-layered-nav-list .count {
  font-size: 13px;
  color: #999;
}
.woocommerce-widget-layered-nav-list span.count {
  color: #aaa;
  font-size: 13px;
}

.postDescReviews {
  padding: 0 45px;
  font-size: 13px;
  border-radius: 20px;
  margin-top: 30px;
}
.postDescReviews .row > div {
  padding: 30px 0;
}
.postDescReviews ul.items {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  color: #666;
}
.postDescReviews ul.items i {
  margin-left: 3px;
}
.postDescReviews h3 {
  font-size: 14px !important;
}
.postDescReviews ul.items.plus i {
  color: #4caf50;
}
.postDescReviews h3.plus {
  color: #4caf50;
}
.postDescReviews ul.items.negative i {
  color: #ff5153;
}
.postDescReviews h3.negative {
  color: #ff5153;
}

.product_feature .progress {
  height: 4px;
  margin-bottom: 10px;
  clear: both;
}
.product_feature span {
  font-size: 12px;
  color: #777;
}
.product_feature span.value {
  float: left;
  font-size: 12px;
  margin-top: 5px;
}

.form-control-sm {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}

.input-group-sm > .form-control {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}
.input-group-sm > .input-group-append > .btn {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}
.input-group-sm > .input-group-append > .input-group-text {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}
.input-group-sm > .input-group-prepend > .btn {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 20px;
  padding: 0.5rem 0.5rem;
}

.woocommerce-variation.single_variation p {
  color: #999;
  padding: 15px 0;
}

.woocommerce-Reviews ol.commentlist li.review {
  padding: 20px;
  margin-bottom: 10px;
  border-bottom: 1px #eee solid;
  margin-left: -20px;
  margin-right: -20px;
}
.woocommerce-Reviews ol.commentlist li.review span.woocommerce-review__dash {
  display: none;
}
.woocommerce-Reviews ol.commentlist li.review .meta time.woocommerce-review__published-date {
  display: block;
  margin-top: -3px;
  margin-bottom: 10px;
}
.woocommerce-Reviews ol.commentlist li.review .big-meta-item {
  background: #f5f5f5;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
  font-weight: 400;
  color: #888;
  float: left;
  margin-left: 10px;
}
.woocommerce-Reviews ol.commentlist li.review .big-meta-item.is-bought {
  color: #4caf50;
  background: #dcffdd;
}
.woocommerce-Reviews ol.commentlist li .children {
  list-style: none;
  padding: 20px;
  border-radius: 20px;
  background: #fafafa;
  margin-top: 20px;
}
.woocommerce-Reviews ol.commentlist li .children .comment_container > .row > .col-lg-3 {
  display: none;
}
.woocommerce-Reviews ol.commentlist li .children .review {
  border: none;
  margin: 0;
}
.woocommerce-Reviews .comment-form .comment-form-header .comment-notes h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #464646;
}
.woocommerce-Reviews .comment-form .comment-form-header .comment-notes div {
  line-height: normal;
  font-size: 13px;
  color: #666;
}
.woocommerce-Reviews .comment-form .comment-form-header .comment-notes div p {
  margin-bottom: 5px;
}
.woocommerce-Reviews .comment-form-rating {
  margin: 20px 0;
}
.woocommerce-Reviews .comment-form-rating .stars {
  margin: 0;
  letter-spacing: -2px;
}
.woocommerce-Reviews .comment-form-rating label {
  margin: 0;
  margin-left: 10px;
  color: #666;
}

header.section-header {
  margin-bottom: 10px;
}
header.section-header h6 {
  display: inline-block;
  color: #757575;
  font-size: 14px;
  margin: 0;
}
header.section-header a.archive {
  float: left;
  background: #00bfd6;
  color: #Fff;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 13px;
}
header.section-header::after {
  content: "";
  display: block;
  clear: both;
}

.is-product-mega-menu .owl-carousel:not(.show) {
  display: none;
}

.content-widget.slider .carousel {
  border-radius: 20px;
  overflow: hidden;
}
.content-widget.slider .carousel .carousel-indicators {
  padding: 10px;
}
.content-widget.slider .carousel .carousel-indicators li {
  display: block;
  background: #fff;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 2px;
  border-radius: 20px;
  border: none;
  transition: 0.2s;
}
.content-widget.slider .carousel .carousel-indicators li.active {
  width: 20px;
}
.content-widget.slider .carousel .carousel-item {
  overflow: hidden;
}
.content-widget.slider:not(.style-2) .carousel-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fw-container {
  position: static !important;
}

.fw-col-xs-1 {
  position: static !important;
}

.fw-col-sm-1 {
  position: static !important;
}

.fw-col-md-1 {
  position: static !important;
}

.fw-col-lg-1 {
  position: static !important;
}

.fw-col-xs-2 {
  position: static !important;
}

.fw-col-sm-2 {
  position: static !important;
}

.fw-col-md-2 {
  position: static !important;
}

.fw-col-lg-2 {
  position: static !important;
}

.fw-col-xs-3 {
  position: static !important;
}

.fw-col-sm-3 {
  position: static !important;
}

.fw-col-md-3 {
  position: static !important;
}

.fw-col-lg-3 {
  position: static !important;
}

.fw-col-xs-4 {
  position: static !important;
}

.fw-col-sm-4 {
  position: static !important;
}

.fw-col-md-4 {
  position: static !important;
}

.fw-col-lg-4 {
  position: static !important;
}

.fw-col-xs-5 {
  position: static !important;
}

.fw-col-sm-5 {
  position: static !important;
}

.fw-col-md-5 {
  position: static !important;
}

.fw-col-lg-5 {
  position: static !important;
}

.fw-col-xs-6 {
  position: static !important;
}

.fw-col-sm-6 {
  position: static !important;
}

.fw-col-md-6 {
  position: static !important;
}

.fw-col-lg-6 {
  position: static !important;
}

.fw-col-xs-7 {
  position: static !important;
}

.fw-col-sm-7 {
  position: static !important;
}

.fw-col-md-7 {
  position: static !important;
}

.fw-col-lg-7 {
  position: static !important;
}

.fw-col-xs-8 {
  position: static !important;
}

.fw-col-sm-8 {
  position: static !important;
}

.fw-col-md-8 {
  position: static !important;
}

.fw-col-lg-8 {
  position: static !important;
}

.fw-col-xs-9 {
  position: static !important;
}

.fw-col-sm-9 {
  position: static !important;
}

.fw-col-md-9 {
  position: static !important;
}

.fw-col-lg-9 {
  position: static !important;
}

.fw-col-xs-10 {
  position: static !important;
}

.fw-col-sm-10 {
  position: static !important;
}

.fw-col-md-10 {
  position: static !important;
}

.fw-col-lg-10 {
  position: static !important;
}

.fw-col-xs-11 {
  position: static !important;
}

.fw-col-sm-11 {
  position: static !important;
}

.fw-col-md-11 {
  position: static !important;
}

.fw-col-lg-11 {
  position: static !important;
}

.fw-col-xs-12 {
  position: static !important;
}

.fw-col-sm-12 {
  position: static !important;
}

.fw-col-md-12 {
  position: static !important;
}

.fw-col-lg-12 {
  position: static !important;
}

.fw-col-xs-15 {
  position: static !important;
}

.fw-col-sm-15 {
  position: static !important;
}

.fw-col-md-15 {
  position: static !important;
}

.fw-col-lg-15 {
  position: static !important;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce-variation-price {
  text-align: right;
  font-size: 16px;
  margin: 15px;
  font-weight: 500;
  color: #4caf50;
  unicode-bidi: plaintext;
  direction: ltr;
}
.woocommerce-variation-price:not(:empty)::before {
  content: "قیمت برای شما: ";
  color: #999;
  font-weight: normal;
  margin-left: 10px;
  direction: rtl;
}
.woocommerce-variation-price del {
  color: #aaa;
  opacity: 0.8;
  margin-left: 15px;
  display: inline-block;
}
.woocommerce-variation-price del span.amount {
  color: #aaa;
  opacity: 0.8;
}
.woocommerce-variation-price del span.amount::before {
  display: none;
}
.woocommerce-variation-price ins {
  text-decoration: none;
}
.woocommerce-variation-price * {
  unicode-bidi: plaintext;
  direction: ltr;
}

.star-rating {
  font-size: 0;
  position: relative;
  width: auto;
  display: inline-block;
}
.star-rating::before {
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #ddd;
  content: "\f005\f005\f005\f005\f005";
}
.star-rating span[style*=width] {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.star-rating span[style*=width]::before {
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  font-weight: 900;
  color: #febd69;
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce-result-count {
  font-size: 13px;
  color: #999;
}

.dokan-form-control {
  display: block;
  background: #f5f5f5;
  border: none;
  transition: 0.2s;
  font-size: 13px;
  border-radius: 20px !important;
  padding: 10px;
  color: #495057 !important;
  height: auto;
  background: #fafafa !important;
  border: #eee 1px solid !important;
}

.light-input:not(:focus) {
  background-color: #fff !important;
}

.input-group .form-control:not(select) {
  border-radius: 20px !important;
}
.input-group .btn {
  border-radius: 20px !important;
}
.input-group .input-group-prepend {
  margin-left: 10px;
}
.input-group .input-group-append {
  margin-right: 10px;
}

select.form-control {
  border-radius: 0 20px 20px 0 !important;
  padding: 5px 10px !important;
}

.widget_search .input-group .btn .fa-search {
  transform: scale(1.2);
  width: 20px;
}

.woocommerce-pagination {
  margin: 30px 0;
}
.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination .comments-pagination, .woocommerce-pagination li {
  display: inline-block;
  margin: 0 0 2px 2px;
}
.woocommerce-pagination .comments-pagination a, .woocommerce-pagination li a {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #666;
  transition: 0.2s;
  font-size: 16px;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
}
.woocommerce-pagination .comments-pagination a:hover, .woocommerce-pagination li a:hover {
  background: #00bfd6;
  color: #fff;
}
.woocommerce-pagination .comments-pagination span, .woocommerce-pagination li span {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #666;
  transition: 0.2s;
  font-size: 16px;
  background: #fff;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  color: #999;
  background: transparent;
}
.woocommerce-pagination .comments-pagination a.next, .woocommerce-pagination li a.next {
  font-size: 0;
}
.woocommerce-pagination .comments-pagination a.next::before, .woocommerce-pagination li a.next::before {
  content: " بعدی ";
  font-size: 13px;
}
.woocommerce-pagination .comments-pagination a.prev, .woocommerce-pagination li a.prev {
  font-size: 0;
}
.woocommerce-pagination .comments-pagination a.prev::before, .woocommerce-pagination li a.prev::before {
  content: " قبلی ";
  font-size: 13px;
}
.woocommerce-pagination .comments-pagination {
  display: flex;
  flex-wrap: wrap;
}

.ui-slider {
  position: relative;
  margin: 30px 0 15px 0;
  background: #f5f5f5;
  height: 3px;
  border-radius: 100px;
  direction: ltr;
}
.ui-slider .ui-slider-range {
  position: absolute;
  background: #00bfd6;
  display: block;
  height: 100%;
  border-radius: 100px;
}
.ui-slider span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  transition: transform 0.2s, bottom 0.2s;
  border-radius: 100px;
  border: #00bfd6 2px solid;
  margin-left: -7.5px;
  cursor: pointer;
  bottom: -3px;
}

.widget:hover .ui-slider span {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  cursor: pointer;
}

.price_slider_amount {
  text-align: right;
}
.price_slider_amount .price_label {
  font-size: 12px;
  color: #aaa;
  float: right;
  padding: 3px 0;
  width: calc(100% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.5px;
}
.price_slider_amount button.button {
  border: none;
  margin-bottom: 15px;
  padding: 2px 10px;
  cursor: pointer;
  background: #b2b2b2;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  width: 50px;
  float: left;
}

.yith-woocompare-widget {
  color: #999;
}
.yith-woocompare-widget a.clear-all {
  float: left;
  padding: 6px;
}
.yith-woocompare-widget::after {
  content: "";
  display: block;
  clear: both;
}
.yith-woocompare-widget ul.products-list li:not(.list_empty) {
  border-bottom: #eee 1px solid;
}
.yith-woocompare-widget ul.products-list li:last-of-type {
  border: none;
}
.yith-woocompare-widget ul.products-list li .remove {
  font-size: 13px;
  margin-top: 2.5px;
  font-size: 0;
  width: auto;
  color: #999 !important;
}
.yith-woocompare-widget ul.products-list li .remove::after {
  content: "حذف";
  font-size: 13px;
}
.yith-woocompare-widget a.compare {
  font-weight: normal;
  border-radius: 20px;
}

.yith-wcan:not(.yith-wcan-list) {
  text-align: center;
}

.product_list_widget:not(.cart_list) img {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 0;
}
.product_list_widget:not(.cart_list) li {
  margin-bottom: 10px;
  display: block;
  min-height: 50px;
  padding-right: 60px;
  position: relative;
  font-size: 12px;
  color: #aaa;
}
.product_list_widget:not(.cart_list) li::after {
  content: "";
  display: block;
  clear: both;
}
.product_list_widget:not(.cart_list) li .product-title {
  margin-bottom: 2px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.product_list_widget:not(.cart_list) li .star-rating {
  display: none;
}
.product_list_widget:not(.cart_list) li ins {
  text-decoration: none;
}

header.page-header {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 70px 20px 20px;
  border-radius: 20px;
  position: relative;
}
header.page-header i {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #ddd;
  font-size: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
header.page-header h1.page-title {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  font-weight: normal;
}

.negarshop-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.negarshop-card.page-404 {
  text-align: center;
}
.negarshop-card.page-404 .icon {
  font-size: 48px;
  color: #aaa;
}
.negarshop-card.page-404 .title {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.negarshop-card.page-404 .desc {
  text-align: right;
  color: #999;
  font-size: 13px;
  margin-bottom: 15px;
}

p.woocommerce-info {
  color: #999;
}

li.recentcomments {
  color: #999;
  text-overflow: ellipsis;
  margin-right: 40px;
  overflow: visible;
  white-space: normal;
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 5px;
}
li.recentcomments::before {
  content: "\f10d";
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 300;
  margin-left: 5px;
  float: right;
  margin-right: -50px;
  font-size: 28px;
  color: #eee;
  margin-top: 5px;
}
li.recentcomments::after {
  content: "";
  display: block;
  clear: both;
}
li.recentcomments a {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
li.recentcomments a:not(:hover) {
  color: #777;
}
li.recentcomments .comment-author-link {
  font-size: 12px;
}

.image-banner-parent {
  position: relative;
}

.image-banner-parent.removeable button.close-btn {
  position: absolute;
  left: 20px;
  top: 5px;
  background: #fff;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-size: 24px;
  padding: 0;
  opacity: 0.6;
  transition: 0.2s;
}
.image-banner-parent.removeable button.close-btn:hover {
  opacity: 1;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.woocommerce-form-register p.user-role label {
  display: block;
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-bottom: 0;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #00bfd6;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #999;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 6px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
}

.order-by-stock {
  display: flex;
  align-items: center;
}
.order-by-stock span.title {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: right;
  padding: 0 0 0 10px;
  color: #666;
  font-size: 12px;
}

.negarshop-popup-box .modal-content {
  text-align: center;
  padding: 15px;
  background: none;
  border: none;
  box-shadow: none;
  display: block;
}
.negarshop-popup-box .modal-content img {
  width: auto;
  max-width: 100%;
  min-width: inherit;
  height: auto;
  display: block;
  margin: auto;
}
.negarshop-popup-box .modal-content button#negarshop-popup-close {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 35px;
  position: absolute;
  border: none;
  background: #fff;
  color: #E53935;
  font-size: 24px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.3s, color 0.3s;
  right: 10px;
  top: 10px;
}
.negarshop-popup-box .modal-content button#negarshop-popup-close:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  background: #E53935;
  transition: transform 0.6s;
  color: #fff;
}
.negarshop-popup-box .popup-shortcode-content {
  padding: 15px;
}

.modal-content {
  border-radius: 0;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  cursor: auto;
}
.modal-content > .close-modal {
  width: 40px;
  display: inline-block;
  height: 40px;
  font-size: 24px;
  background: transparent;
  color: #ff5153;
}

.negarshop-modal-full {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.8);
}
.negarshop-modal-full .modal-body {
  align-items: center;
  display: flex;
  width: 100%;
}
.negarshop-modal-full .modal-body > * {
  width: 100%;
}
.negarshop-modal-full .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: inherit;
  margin: 0;
}
.negarshop-modal-full .modal-dialog .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}
.negarshop-modal-full .modal-dialog .modal-header {
  border: none;
  padding: 0;
}
.negarshop-modal-full .modal-dialog .modal-footer {
  border: none;
  padding: 0;
}
.negarshop-modal-full .modal-header .close {
  margin: 0;
  font-size: 24px;
}
.negarshop-modal-full form.search-form input {
  padding: 20px;
  font-size: 18px;
}
.negarshop-modal-full form.search-form button.btn {
  width: 70px;
  font-size: 26px;
}

.modal-search-box h6 {
  font-size: 16px;
  color: #555;
}
.modal-search-box > p {
  font-size: 13px;
  color: #999;
}

.modal-backdrop {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.8);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.1) !important;
}

.negarshop-modal-full.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal-backdrop.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.woocommerce-comments-stars h6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 3px;
}
.woocommerce-comments-stars span.star-average {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
  display: block;
}
.woocommerce-comments-stars ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-comments-stars ul li {
  margin-bottom: 10px;
}
.woocommerce-comments-stars ul li .progress-bar {
  background-color: #ccc;
}
.woocommerce-comments-stars .progress {
  height: 5px;
  clear: both;
}
.woocommerce-comments-stars span.title {
  font-size: 13px;
  color: #999;
  float: left;
}

.prm-brands-widget {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}
.prm-brands-widget > a {
  padding: 5px;
  width: 25%;
  margin: 0;
  float: right;
  overflow: hidden;
}
.prm-brands-widget > a .prm-brands-widget__title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.prm-brands-widget img {
  height: auto;
  margin: auto;
  display: block;
  width: 100%;
}
.prm-brands-widget:after {
  content: "";
  display: block;
  clear: both;
}

.flip-clock-wrapper ul {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  height: auto;
  padding: 0;
}
.flip-clock-wrapper ul .inn {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #777 !important;
}
.flip-clock-wrapper ul .shadow {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: auto;
}
.flip-clock-wrapper ul .flip-clock-before {
  display: none;
}
.flip-clock-wrapper ul .down {
  display: none;
}
.flip-clock-wrapper ul .up {
  height: 20px;
  line-height: 20px;
}
.flip-clock-wrapper ul .up .inn {
  font-size: 20px;
  font-weight: 500;
  height: auto;
  width: auto;
  position: static;
}
.flip-clock-wrapper .flip-clock-divider {
  font-size: 14px;
  height: 20px;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
  top: 7px;
}
.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
  top: 14px;
}
.flip-clock-wrapper .flip-clock-divider * {
  box-shadow: none !important;
  border-radius: 100px;
  background: #777;
  width: 3px;
  height: 3px;
}

.table td.product_weight {
  direction: ltr;
}
.table td.product_dimensions {
  direction: ltr;
}

#calc_shipping_state_field > span {
  width: 100%;
}

.owl-carousel.wc-product-carousel {
  direction: ltr;
  position: relative;
  margin-bottom: 15px;
}
.owl-carousel.wc-product-carousel * {
  direction: ltr;
}
.owl-carousel.wc-product-carousel .owl-nav {
  top: 50%;
  left: 15px;
  right: 15px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
}
.owl-carousel.wc-product-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  font-size: 32px;
  color: #666;
  pointer-events: all;
  border-radius: 20px;
  transition: 0.2s;
}
.owl-carousel.wc-product-carousel .owl-nav button:not(.disabled):active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.owl-carousel.wc-product-carousel .owl-nav button.disabled {
  opacity: 0;
}
.owl-carousel.wc-product-carousel .owl-nav button.owl-next {
  float: right;
}
.owl-carousel.wc-product-carousel .owl-item div.car-dtag {
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.owl-carousel.wc-product-carousel .owl-item div.car-dtag a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
.owl-carousel.wc-product-carousel .owl-item div.car-dtag a .magnify {
  height: 100%;
  width: 100%;
}
.owl-carousel.wc-product-carousel .owl-item .view-3d-slide {
  background: #666;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
}
.owl-carousel.wc-product-carousel .owl-item .view-3d-slide a.action-btn-3d-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.owl-carousel.wc-product-carousel .owl-item .view-3d-slide a.action-btn-3d-view i {
  font-size: 48px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin-bottom: 15px;
}
.owl-carousel.wc-product-carousel:not(:hover) .owl-nav button:not(.disabled) {
  opacity: 0.3;
}

.wc-product-carousel .owl-item img {
  max-width: inherit;
  max-height: inherit;
}
.wc-product-carousel .owl-item img.product-gallery-img {
  border-radius: 20px;
  transition: 0.2s;
  transition-delay: 0.2s;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.wc-product-carousel .owl-item:not(.active) img.product-gallery-img {
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
}

.owl-carousel.wc-product-carousel-thumbs {
  direction: ltr;
}
.owl-carousel.wc-product-carousel-thumbs * {
  direction: ltr;
}
.owl-carousel.wc-product-carousel-thumbs .owl-item {
  transition: border 0.2s;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
}
.owl-carousel.wc-product-carousel-thumbs .owl-item.center {
  opacity: 1;
}
.owl-carousel.wc-product-carousel-thumbs .view-3d-thumb {
  height: 0;
  padding-top: 100%;
  background: #666;
  position: relative;
}
.owl-carousel.wc-product-carousel-thumbs .view-3d-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
}

.img-magnifier-container {
  position: relative;
}
.img-magnifier-container:hover .img-magnifier-glass {
  opacity: 1;
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 100px;
  cursor: none;
  width: 150px;
  height: 150px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.2s;
  border: #fff 2px solid;
}

.button:not(.compare) {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.woocommerce-table__product-name .comment {
  background: #f5f5f5;
  padding: 5px;
  margin-top: 10px;
}
.woocommerce-table__product-name .comment p {
  margin: 0;
}

mark.order-date {
  direction: rtl !important;
  unicode-bidi: embed;
}

time {
  direction: rtl !important;
  unicode-bidi: embed;
}

.quantity.custom-num {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  margin-right: 50px;
}
.quantity.custom-num input.input-text {
  height: 33.5px;
  border: none;
  text-align: center;
  padding: 0 10px;
  color: #777;
  width: 100px;
  border-radius: 20px;
  background: #fafafa;
  font-weight: bold;
  -moz-appearance: textfield;
}
.quantity.custom-num input.input-text::-webkit-outer-spin-button, .quantity.custom-num input.input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity.custom-num label.screen-reader-text {
  position: absolute;
  right: -40px;
  top: 5px;
  font-size: 0 !important;
}
.quantity.custom-num label.screen-reader-text::before {
  content: "تعداد: ";
  font-size: 13px;
}
.quantity.custom-num span {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 0;
  background: #eee;
  width: 29.5px;
  text-align: center;
  font-size: 14px;
  line-height: 32.5px;
  cursor: pointer;
  color: #666;
  border-radius: 20px;
  height: 29.5px;
  transition: 0.2s;
}
.quantity.custom-num span:hover {
  color: #fff;
  background: #00bfd6;
}
.quantity.custom-num span.p-btn {
  left: auto;
  right: 2px;
}

.fw-default-row {
  padding: 5px;
}

.widget.widget_categories select {
  display: block;
  width: 100%;
  border: #eee 1px solid;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

span.post-date {
  unicode-bidi: embed;
}

.woocommerce-grouped-product-list-item p.stock.in-stock {
  margin-top: 5px;
}
.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price {
  padding: 5px 0;
}
.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price del {
  color: #aaa;
}
.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
  color: #666;
}

.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active::before {
  content: "x ";
}

a.yith-wcan-onsale-button.active::before {
  content: "x ";
}

a.yith-wcan-instock-button.active::before {
  content: "x ";
}

a.yith-wcan-price-link.active::before {
  content: "x ";
}

ul.yith-wcan-list li.chosen a::before {
  content: "x ";
}

ul:not(.ab-top-menu):not(.terms-list) li a + div {
  display: none !important;
}
ul li.wc-layered-nav-rating a {
  display: block;
  padding: 5px 10px;
  text-align: left;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 5px;
  color: #aaa;
}
ul li.wc-layered-nav-rating a:hover {
  background: #f1f1f1;
}
ul li.wc-layered-nav-rating a .star-rating {
  float: right;
  margin-top: 2px;
}
ul li.wc-layered-nav-rating a::after {
  content: "";
  display: block;
  clear: both;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#top-right {
  height: 21px;
}

#confettiCanvas {
  z-index: 0 !important;
}

.magic-items .product-item {
  background: #fff;
  padding: 15px;
  color: #999;
  margin-bottom: 30px;
}
.magic-items .product-item figure {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.magic-items .product-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.2s;
}
.magic-items .product-item .title {
  height: 25px;
  line-height: 20px;
  text-align: center;
}
.magic-items .product-item .title h2 {
  margin: 0;
  font-size: 14px;
}
.magic-items .product-item .title h2 a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.magic-items .product-item .price {
  text-align: center;
  color: #999;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.magic-items .product-item .price ins {
  text-decoration: none;
}
.magic-items .product-item .actions {
  height: 40px;
  line-height: 50px;
  text-align: center;
}
.magic-items .product-item .actions a {
  background: #ffc000;
  color: #fff;
  padding: 3px 15px;
  transition: 0.2s;
  font-weight: 500;
}
.magic-items .product-item .actions a:hover {
  opacity: 0.8;
}

.flex-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.loading .flex-loading {
  opacity: 1;
  visibility: visible;
}

.content-widget.price-changes {
  padding: 15px;
  padding: 15px;
}
.content-widget.price-changes .content tbody tr td {
  vertical-align: middle;
  padding: 5px;
}
.content-widget.price-changes .content tbody tr th {
  vertical-align: middle;
  padding: 5px;
}
.content-widget.price-changes .content tbody tr .wp-post-image {
  width: 50px;
}
.content-widget.price-changes .cb-filters select {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f4f4f4;
  color: #666;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 13px;
}
.content-widget.price-changes .cb-filters .input-group {
  direction: rtl;
  text-align: right;
}
.content-widget.price-changes .cb-filters .input-group label {
  color: #999;
  font-size: 13px;
  width: auto;
}
.content-widget.price-changes .cb-filters .input-group span.title {
  color: #999;
  font-size: 13px;
  width: auto;
}
.content-widget.price-changes .cb-filters .input-group .switch {
  margin: 0;
  margin-right: 10px;
  height: 30px;
  width: 64px;
}
.content-widget.price-changes .cb-filters .input-group .switch input:not(:checked) + .slider {
  background-color: #eee;
}
.content-widget.price-changes .cb-filters .input-group .switch .slider::before {
  height: 22px;
  width: 22px;
}
.content-widget.price-changes .btn {
  height: 30px;
}

.prices-table {
  width: 100%;
}
.prices-table .order {
  width: 30px;
  text-align: center;
}
.prices-table .title {
  width: 25%;
}
.prices-table .title span.attributes {
  display: block;
  font-size: 12px;
  color: #999;
}
.prices-table .title span.attributes span {
  margin-left: 5px;
}
.prices-table .thumbnail {
  width: 50px;
}
.prices-table .date {
  width: 90px;
  text-align: center;
}
.prices-table .past-price {
  width: 20%;
  text-align: center;
}
.prices-table .changes {
  text-align: center;
}
.prices-table .difference {
  text-align: center;
}
.prices-table .new-price {
  text-align: center;
}
.prices-table thead {
  background: #f5f5f5;
}
.prices-table thead th {
  padding: 5px;
  color: #666;
  font-weight: normal;
}
.prices-table tbody tr {
  font-size: 13px;
  color: #666;
  line-height: normal;
}
.prices-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.prices-table tbody tr:not(:last-of-type) {
  border-bottom: #eee 1px solid;
}
.prices-table i.increase {
  color: green;
}
.prices-table i.decrease {
  color: #e22;
}
.prices-table i.static {
  color: #eee;
}

.price-changes .table-loading {
  display: none;
  height: 0;
  padding-top: 20%;
  position: relative;
}
.price-changes .table-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0;
}
.price-changes .loading + .table-loading {
  display: block;
}
.price-changes table.loading {
  display: none;
}
.price-changes .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #999;
}

.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #666;
  margin: 0;
  padding: 10px;
  z-index: 999;
  text-align: center;
  color: #eee;
}
.woocommerce-store-notice.demo_store a {
  color: #eee;
  margin: 0 10px;
  background: #777;
  padding: 5px 15px;
  border-radius: 20px;
}

.highcharts-credits {
  display: none;
}

.highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
  text-align: right;
  direction: rtl;
}

.highcharts-axis-labels.highcharts-yaxis-labels tspan {
  unicode-bidi: plaintext;
}

.highcharts-subtitle {
  direction: rtl;
}

.highcharts-point + text tspan {
  font-weight: normal;
  fill: #666;
}

.sidebar .woocommerce-product-search button {
  background: #00bfd6;
  border: none;
  color: #fff;
  padding: 0 10px;
}
.sidebar .woocommerce-product-search .input-group {
  direction: rtl;
}

.enamad-carousel img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  margin: auto;
}

.woocommerce-Price-amount.amount {
  unicode-bidi: plaintext;
  direction: ltr;
}
.woocommerce-Price-amount.amount * {
  unicode-bidi: plaintext;
  direction: ltr;
}

.woocommerce-cart .cart-empty {
  text-align: center;
}
.woocommerce-cart .cart-empty .cart-empty-icon {
  margin-bottom: 15px;
}
.woocommerce-cart .cart-empty .cart-empty-icon i {
  width: 167px;
  height: 167px;
  text-align: center;
  line-height: 175px;
  background: #f4f4f4;
  color: #a8a8a8;
  border-radius: 100px;
  font-size: 100px;
}
.woocommerce-cart .cart-empty p.cart-empty {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}
.woocommerce-cart .cart-empty .return-to-shop {
  margin-top: 5px;
}
.woocommerce-cart .cart-empty .return-to-shop a {
  font-size: 13px;
}
.woocommerce-cart .cart-empty a.account-btn {
  position: relative;
}
.woocommerce-cart .cart-empty a.account-btn i {
  font-size: 24px;
  position: absolute;
  top: 2px;
  opacity: 0.8;
}
.woocommerce-cart .cart-empty a.account-btn span {
  padding-right: 30px;
}

.woocommerce-account section.blog-home article.post-item .negarshop-card {
  min-height: 100%;
  padding: 15px 30px;
}
.woocommerce-account section.blog-home article.post-item .negarshop-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #777;
}
.woocommerce-account:not(.logged-in):not(.woocommerce-lost-password) article.post-item > .title {
  display: none;
}
.woocommerce-account:not(.logged-in) article.post-item {
  max-width: 500px;
  margin: auto auto 30px auto;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin {
  margin: -20px;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills {
  padding: 0;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item {
  width: 50%;
  text-align: center;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item i {
  font-size: 32px;
  margin-left: 10px;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #aaa;
  transition: 0.2s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span {
  text-align: right;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span span {
  display: block;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span .sub-title {
  font-size: 12px;
  margin-top: -5px;
  opacity: 0.7;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span .title {
  font-weight: 600;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a::after {
  position: absolute;
  bottom: 0;
  right: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MDAiIGhlaWdodD0iNDAwIiBpZD0ic2ltdWxhdGVkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNIDQwMCAwIGggMCBhIDAgMCAwIDAgMCAwIDAgdiA0MDAgYSAwIDAgMCAwIDAgMCAwIGggLTQwMCBhIDAgMCAwIDAgMCAwIDAgdiAwIGEgNDAwIDQwMCAwIDAgMCA0MDAgLTQwMCBaIj48L3BhdGg+Cjwvc3ZnPg==");
  width: 20px;
  height: 20px;
  background-size: 20px;
  transition: 0.2s;
  opacity: 0;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a:not(.active):hover {
  color: #888;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a.active::after {
  opacity: 1;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item + .nav-item a.active::after {
  right: auto;
  left: 100%;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item .active {
  background: #fff;
  color: #00bfd6;
  border-radius: 20px 20px 0 0;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .woocommerce-LostPassword {
  margin-bottom: 30px;
}
.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .woocommerce-LostPassword a {
  font-size: 13px;
  color: #00bfd6;
  border-bottom: 2px dotted;
}
.woocommerce-account:not(.logged-in) article.post-item > .content {
  padding: 0;
}
.woocommerce-account:not(.logged-in) article.post-item .nav-pills {
  background: #f5f5f5;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.woocommerce-account:not(.logged-in) article.post-item .woocommerce-privacy-policy-text {
  font-size: 13px;
}

.cb-quick-view-modal-lg .loading {
  text-align: center;
  padding: 30px;
}
.cb-quick-view-modal-lg .loading .spinner {
  position: static;
  display: inline-block;
}
.cb-quick-view-modal-lg .info h2.title {
  font-size: 24px;
  color: #464646;
  line-height: normal;
}
.cb-quick-view-modal-lg .info h6.sub-title {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-bottom: 15px;
}
.cb-quick-view-modal-lg .info .desc {
  font-size: 13px;
  line-height: normal;
  text-align: justify;
  color: #666;
  margin-bottom: 30px;
}
.cb-quick-view-modal-lg .info .price {
  text-align: right;
  margin-bottom: 36px;
  font-size: 24px;
  color: #666;
}
.cb-quick-view-modal-lg .info .price * {
  unicode-bidi: plaintext;
}
.cb-quick-view-modal-lg .info .price ins {
  text-decoration: none;
  color: #666;
}
.cb-quick-view-modal-lg .info .price del {
  color: #999;
  padding: 0 5px;
  font-size: 16px;
}
.cb-quick-view-modal-lg .btn.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #E53935;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
}

.carousel.dark .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel.dark .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel.dark .carousel-indicators li {
  background-color: rgba(100, 100, 100, 0.4);
}
.carousel.dark .carousel-indicators li.active {
  background-color: rgba(100, 100, 100, 0.8);
}

#cbQVModalCarousel .carousel-indicators {
  top: calc(100% + 15px);
}
#cbQVModalCarousel .carousel-item {
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s;
  display: block;
  height: 0;
  padding-top: 100%;
  background: #fff;
}
#cbQVModalCarousel .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  width: auto !important;
}
#cbQVModalCarousel .carousel-item:not(.active) {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}

.offer-moments .owl-item figure {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px !important;
}
.offer-moments .owl-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.offer-moments .owl-item > .om-item {
  padding: 20px;
  transition: 0.2s;
  transition-delay: 0.3s;
}
.offer-moments .owl-item h3.title {
  font-size: 13px;
  line-height: normal;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.offer-moments .owl-item .price {
  text-align: center;
}
.offer-moments .owl-item .price * {
  unicode-bidi: plaintext;
}
.offer-moments .owl-item .price ins {
  font-size: 15px;
  text-decoration: none;
  color: #00bfd6;
}
.offer-moments .owl-item .price span.amount {
  font-size: 15px;
  text-decoration: none;
  color: #00bfd6;
}
.offer-moments .owl-item .price > del {
  display: block;
  text-decoration: line-through;
  font-size: 13px;
  color: #757575;
}
.offer-moments .owl-item .price > del * {
  font-size: 13px !important;
  color: #757575 !important;
}
.offer-moments .owl-item .item-footer {
  height: 90px;
}
.offer-moments .owl-item:not(.active) > .om-item {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.offer-moments.style-1:not(.no-title) .owl-item figure {
  padding-top: 69.5%;
}

.content-widget.offer-moments {
  position: relative;
}
.content-widget.offer-moments .loader-bar {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 5px;
  border-radius: 20px;
  background: #ccc;
}
.content-widget.offer-moments .owl-item.active .loader-bar {
  animation: omBar 7s infinite cubic-bezier(0.17, 0.67, 0.71, 0.99);
  -webkit-animation: omBar 7s infinite cubic-bezier(0.17, 0.67, 0.71, 0.99);
}

.h_iframe-aparat_embed_frame {
  padding-top: 55%;
  width: 100%;
}

article.post .entry-video {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 15px;
}
article.post .entry-video iframe {
  width: 100%;
  min-height: 450px;
  border: none;
}
article.post .entry-video .inner {
  width: 100%;
  min-height: 450px;
  border: none;
}

nav#main-menu {
  position: relative;
}
nav#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav#main-menu ul li a {
  display: block;
  padding: 12px;
  transition: 0.2s;
}
nav#main-menu > div > ul > li {
  display: inline-block;
}
nav#main-menu > div > ul > li > a {
  display: block;
  padding: 12.25px !important;
  transition: 0.2s;
  font-weight: 500;
}
nav#main-menu li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
  width: 200px;
  z-index: 999;
  padding: 15px;
  top: 100%;
  transition: opacity 0.2s;
}
nav#main-menu li > ul a {
  padding: 5px 10px;
  font-size: 13px;
  padding: 8px;
}
nav#main-menu li > ul a:not(:hover) {
  color: #999;
}
nav#main-menu li > ul ul {
  top: 0;
  right: 100%;
}
nav#main-menu li > ul > li.menu-item-has-children > a::after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  float: left;
  font-size: 16px;
  margin-top: -1px;
  color: #aaa;
}
nav#main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
nav#main-menu li:hover > ul.is-mega-menu-con ul {
  display: block;
}
nav#main-menu li:not(.menu-item-has-mega-menu) {
  position: relative;
}
nav#main-menu li:not(.menu-item-has-mega-menu) > a {
  padding: 5px;
}
nav#main-menu li > ul.is-mega-menu-con {
  width: 100%;
  right: 0;
  top: 100%;
  padding: 30px 15px;
  background-repeat: no-repeat;
  background-position: left 15px bottom 15px;
  border-top: #555 2px solid;
}
nav#main-menu li > ul.is-mega-menu-con::after {
  content: "";
  display: block;
  clear: both;
}
nav#main-menu li > ul.is-mega-menu-con > li {
  width: 20%;
  float: right;
}
nav#main-menu li > ul.is-mega-menu-con > li > a::before {
  content: "";
  border-bottom: #999 2px dotted;
  width: 6px;
  display: inline-block;
  margin-left: 5px;
}
nav#main-menu li > ul.is-mega-menu-con > li > a:not(:hover) {
  color: #777 !important;
}
nav#main-menu li > ul.is-mega-menu-con ul {
  display: none;
  opacity: 1;
  visibility: visible;
  position: static;
  box-shadow: none;
  background: transparent;
  width: 100%;
  margin-top: 5px;
  padding: 0;
  padding-right: 20px;
}
nav#main-menu li > ul.is-mega-menu-con ul li {
  display: block;
  width: 100%;
}
nav#main-menu li > ul.is-mega-menu-con ul a {
  padding: 2px 0;
}
nav#main-menu li > ul.is-mega-menu-con ul a:not(:hover) {
  color: #999 !important;
}
nav#main-menu li > ul.is-mega-menu-con a {
  padding: 3px 0 !important;
  font-size: 14px;
}
nav#main-menu li.menu-item-has-mega-menu li {
  position: static;
}
nav#main-menu li.menu-item-has-mega-menu > ul {
  width: 100%;
  right: 0;
  padding: 0;
}
nav#main-menu li.menu-item-has-mega-menu > ul > li {
  display: inline-block;
}
nav#main-menu li.menu-item-has-mega-menu > ul > li > a {
  padding: 8px;
}
nav#main-menu ul.is-mega-menu-con li.menu-item-has-children > a::after {
  display: none;
}
nav#main-menu li.loading > a::after {
  content: "";
  display: inline-block;
  border: 2px solid #eee;
  border-top: 2px solid #00bfd6;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  margin-top: 1.5px;
  margin-right: 5px;
}
nav#main-menu li.loaded > a {
  position: relative;
}
nav#main-menu li.loaded:hover > a::after {
  content: "";
  border-color: red transparent transparent transparent;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#responsive-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

header.page-title {
  text-align: center;
  padding: 60px 15px;
  background-color: #FF5252;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.11'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
header.page-title p.desc {
  opacity: 0.8;
  margin: 0;
  padding: 0;
}

nav#responsive-items li {
  position: relative;
}
nav#responsive-items li > ul {
  position: absolute;
  left: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
nav#responsive-items li > ul li a {
  padding: 5px 10px;
  display: block;
}
nav#responsive-items li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.show-price * {
  unicode-bidi: plaintext;
}

figure img {
  font-size: 0;
}

.content-widget.steps-2 .item {
  text-align: center;
  padding: 15px 30px;
}
.content-widget.steps-2 .item .desc {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #999;
}
.content-widget.steps-2 .item .title {
  margin-bottom: 15px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 110px 15px 0 15px;
  color: #666;
  background-image: url(../images/svg/bc6a97c7.svg);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 60px;
}

.support-icon {
  display: block;
  background-size: cover;
  width: 100px;
  height: 0;
  padding-top: 100%;
}

.si-24-hours {
  background-image: url("../images/support/24-hours.png");
}

.si-box {
  background-image: url("../images/support/box.png");
}

.si-calendar {
  background-image: url("../images/support/calendar.png");
}

.si-customer-service-4 {
  background-image: url("../images/support/customer-service-4.png");
}

.si-customer-service-7 {
  background-image: url("../images/support/customer-service-7.png");
}

.si-discount {
  background-image: url("../images/support/discount.png");
}

.si-hourglass {
  background-image: url("../images/support/hourglass.png");
}

.si-like {
  background-image: url("../images/support/like.png");
}

.si-list {
  background-image: url("../images/support/list.png");
}

.si-open-book {
  background-image: url("../images/support/open-book.png");
}

.si-phone-call {
  background-image: url("../images/support/phone-call.png");
}

.si-placeholder-1 {
  background-image: url("../images/support/placeholder-1.png");
}

.si-question {
  background-image: url("../images/support/question.png");
}

.si-rating {
  background-image: url("../images/support/rating.png");
}

.si-search-1 {
  background-image: url("../images/support/search-1.png");
}

.si-smartphone-1 {
  background-image: url("../images/support/smartphone-1.png");
}

.si-telephone {
  background-image: url("../images/support/telephone.png");
}

.si-translator-1 {
  background-image: url("../images/support/translator-1.png");
}

.si-world {
  background-image: url("../images/support/world.png");
}

.shopping-features .item {
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  color: #666;
}
.shopping-features .item span {
  display: block;
  width: 100%;
  margin: auto;
}
.shopping-features .item span.icon {
  margin-bottom: 15px;
  width: 90px;
  filter: grayscale(1);
  transition: 0.2s;
  background: #fafafa;
  border-radius: 100px;
  height: 90px;
  line-height: 110px;
}
.shopping-features .item span.icon i {
  font-size: 36px;
}
.shopping-features .item span.title {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.shopping-features .item span.desc {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}
.shopping-features .item:hover span.icon {
  filter: grayscale(0);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.shopping-features.style-2 .item {
  padding: 0 50px 0 0;
  text-align: right;
  position: relative;
}
.shopping-features.style-2 .item::after {
  content: "";
  display: block;
  clear: both;
}
.shopping-features.style-2 .item .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  font-size: inherit;
  height: auto;
  padding: 0;
  line-height: normal;
  text-align: center;
  background: transparent;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  margin: 0 !important;
}
.shopping-features.style-2 .item .icon i {
  font-size: 32px;
  display: block;
}

footer.site-footer .about-site {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}
footer.site-footer .about-site .logo {
  min-width: 200px;
  max-width: 200px;
  text-align: center;
}
footer.site-footer .about-site .logo + .text {
  padding-right: 15px;
}
footer.site-footer .about-site .text .title {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 10px;
}
footer.site-footer .about-site .text .desc {
  font-size: 13px;
  line-height: 1.8;
  color: #888;
  margin: 0;
}
footer.site-footer .about-site.transparent {
  background-color: transparent;
}
footer.site-footer .footer-copyright {
  padding: 15px 0;
}
footer.site-footer .footer-copyright p {
  display: inline-block;
  margin: 0;
  color: #888;
}
footer.site-footer .support-times {
  background: #fff;
  border-radius: 20px;
  padding: 20px 70px 20px 20px;
  text-align: right;
  color: #777;
  position: relative;
}
footer.site-footer .support-times i {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 36px;
  color: #ddd;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer.site-footer .support-times span {
  display: block;
}
footer.site-footer .support-times span.text {
  margin-bottom: 3px;
  font-weight: 500;
}
footer.site-footer .support-times span.phone-no {
  color: #999;
}
footer.site-footer .support-times.transparent {
  background: transparent;
}
footer.site-footer .footer-socials h6.title {
  color: #999;
  margin-bottom: 8px;
}
footer.site-footer .footer-socials ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.site-footer .footer-socials ul li {
  display: inline-block;
  margin-bottom: 5px;
}
footer.site-footer .footer-socials ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  font-size: 21px;
  color: #aaa;
  transition: 0.2s;
}
footer.site-footer .footer-socials ul li a:hover {
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
footer.site-footer .footer-socials ul li:not(:last-of-type) {
  margin-left: 5px;
}
footer.site-footer .shortcode-widget-area section.widget {
  background: transparent;
  padding-top: 0;
}
footer.site-footer .shortcode-widget-area section.widget.widget_mc4wp_form_widget {
  background: #fff;
  color: #777;
  padding-top: 20px;
}
footer.site-footer .shortcode-widget-area section.widget.widget_mc4wp_form_widget > .wg-header {
  font-weight: 500;
  font-size: 14px;
}
footer.site-footer .about-site.light-color-mode .text .title {
  color: rgba(255, 255, 255, 0.6);
}
footer.site-footer .about-site.light-color-mode .text .desc {
  color: rgba(255, 255, 255, 0.7);
}
footer.site-footer .footer-copyright.light-color-mode p {
  color: rgba(255, 255, 255, 0.8);
}
footer.site-footer .footer-copyright.light-color-mode a:not(:hover) {
  color: rgba(255, 255, 255, 0.5);
}

.widget.widget_search p.sub-text {
  color: #aaa;
  font-size: 12px;
  margin: 5px 10px 0 0;
}

.carousel-control-next {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.carousel-control-prev {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.is-mega-menu-con.is-product-mega-menu li.tabs {
  width: 20% !important;
}
.is-mega-menu-con.is-product-mega-menu li.contents {
  width: 80% !important;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.2s;
}
.is-mega-menu-con.is-product-mega-menu li.contents.loading {
  background: #f5f5f5;
}
.is-mega-menu-con.is-product-mega-menu li.contents.loading > .owl-carousel {
  opacity: 0;
}
.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 70px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  transition: 0.2s;
}
.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav:not(:hover) {
  opacity: 0.8;
}
.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav button {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 2px;
  font-size: 24px;
  color: #999;
}

.is-mega-menu-con.is-two-level-mega-menu li.tabs {
  width: 20% !important;
}
.is-mega-menu-con.is-two-level-mega-menu li.contents {
  width: 80% !important;
  height: 0;
  padding-top: 24%;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.2s;
}
.is-mega-menu-con.is-two-level-mega-menu li.contents .tl-tabs {
  display: none !important;
}
.is-mega-menu-con.is-two-level-mega-menu li.contents .tl-tabs.show {
  display: block !important;
  opacity: 1;
}
.is-mega-menu-con.is-two-level-mega-menu li.contents.tl-contents {
  padding-top: 0;
  height: auto;
}

.is-mega-menu-con .tabs a {
  text-align: center;
  padding: 5px 10px !important;
  font-weight: 500;
  transition: 0.2s;
  display: block;
  width: 100%;
}
.is-mega-menu-con .tabs a.loading {
  position: relative;
}
.is-mega-menu-con .tabs a.loading::before {
  left: auto;
  right: 15px;
  bottom: 13px;
}
.is-mega-menu-con .tabs > ul::before {
  display: none;
}
.is-mega-menu-con .tabs a.item-hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  color: #777;
}
.is-mega-menu-con li.tabs ul {
  width: 100%;
}

figure.optimized-1-1 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
}
figure.optimized-1-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.header-main-menu.vertical-menu {
  position: relative !important;
}
.header-main-menu.vertical-menu ul.main-menu {
  position: absolute !important;
  right: -5px;
  margin-top: 10px;
  width: 265px;
  background: #fff;
  z-index: 999;
  border-radius: 20px;
  line-height: normal;
  padding: 10px;
  transition: 0.2s;
}
.header-main-menu.vertical-menu ul.main-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.header-main-menu.vertical-menu ul.main-menu > li {
  display: block;
  float: none;
  margin-left: auto;
  position: relative;
  transition: 0.2s;
}
.header-main-menu.vertical-menu ul.main-menu > li > a {
  height: auto;
  line-height: normal;
  padding: 5px 10px;
}
.header-main-menu.vertical-menu ul.main-menu > li > a > i {
  position: static;
  font-size: inherit;
  opacity: 1;
  margin-left: 5px;
  width: 24px;
  display: inline-block;
  height: 24px;
  background-size: cover;
  margin-bottom: -8.5px;
}
.header-main-menu.vertical-menu ul.main-menu > li > a::after {
  right: auto;
  left: 15px;
  bottom: 17px;
  background-color: #999 !important;
}
.header-main-menu.vertical-menu ul.main-menu > li:hover {
  background: #f5f5f5;
  border-radius: 20px;
}
.header-main-menu.vertical-menu ul.main-menu > li:hover > a {
  color: #777;
}
.header-main-menu.vertical-menu ul.main-menu > li > ul {
  top: -10px;
  right: 100% !important;
  margin-top: 0;
}
.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-children:not(.loading) > a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  float: left;
  margin-top: 3px;
  transition: 0.2s;
}
.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-children:hover > a::before {
  opacity: 0;
}
.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-mega-menu:not(.loading) > a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  float: left;
  margin-top: 3px;
  transition: 0.2s;
}
.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-mega-menu:hover > a::before {
  opacity: 0;
}
.header-main-menu.vertical-menu button.vertical-menu-toggle {
  font-size: 14px;
  background: transparent;
  border: none;
  color: #999;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header-main-menu.vertical-menu button.vertical-menu-toggle + .main-menu {
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
}
.header-main-menu.vertical-menu button.vertical-menu-toggle:not(:hover):not(.show) + .main-menu:not(:hover) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}
.header-main-menu.vertical-menu button.vertical-menu-toggle i {
  font-size: 22px;
}
.header-main-menu.vertical-menu button.vertical-menu-toggle svg {
  max-height: 24px;
  max-width: 24px;
}
.header-main-menu.vertical-menu .is-mega-menu-con.is-product-mega-menu li.contents {
  padding-top: 25%;
}
.header-main-menu.vertical-menu button.show.always + ul.main-menu {
  margin-top: 25px;
}

.header_menu_type_dropdown-show .header-main-menu.vertical-menu ul.main-menu {
  position: relative !important;
  left: auto;
  right: auto;
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
}

.ns-checkbox input[type=checkbox] {
  display: none;
}
.ns-checkbox input[type=checkbox] + label::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: #ddd 2px solid;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 600;
  line-height: 5px;
  font-size: 0;
  text-align: right;
  direction: ltr;
  transition: 0.2s;
}
.ns-checkbox input[type=checkbox]:checked + label {
  color: #444;
}
.ns-checkbox input[type=checkbox]:checked + label::before {
  background-color: #eee;
  border-color: #eee;
  color: #00bfd6;
  font-size: 13px;
  text-align: left;
}
.ns-checkbox input[type=radio] {
  display: none;
}
.ns-checkbox input[type=radio] + label::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: #ddd 2px solid;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 600;
  line-height: 5px;
  font-size: 0;
  text-align: right;
  direction: ltr;
  transition: 0.2s;
}
.ns-checkbox input[type=radio]:checked + label {
  color: #444;
}
.ns-checkbox input[type=radio]:checked + label::before {
  background-color: #eee;
  border-color: #eee;
  color: #00bfd6;
  font-size: 13px;
  text-align: left;
}
.ns-checkbox input[type=checkbox].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ns-checkbox input[type=checkbox].disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.ns-checkbox input[type=radio].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ns-checkbox input[type=radio].disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.ns-checkbox label {
  position: relative;
  padding-right: 20px !important;
  color: #666;
  cursor: pointer;
}

.col {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-1 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-10 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-11 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-12 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-2 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-3 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-4 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-5 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-6 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-7 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-8 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-9 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-auto {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-1 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-10 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-11 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-2 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-5 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-6 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-7 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-8 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-9 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-lg-auto {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-1 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-10 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-11 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-12 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-2 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-5 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-6 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-7 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-8 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-9 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-md-auto {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-1 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-10 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-11 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-12 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-2 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-3 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-4 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-5 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-6 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-7 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-8 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-9 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-sm-auto {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-1 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-10 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-11 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-12 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-2 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-3 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-4 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-5 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-6 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-7 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-8 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-9 {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
  position: static;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.product-single-ribbons {
  display: inline-block;
}
.product-single-ribbons .ribbons {
  margin-left: 5px;
}
.product-single-ribbons .ribbons > div {
  display: inline-block;
}
.product-single-ribbons .ribbons > div > span {
  display: inline-block;
  padding: 3px 10px;
  height: 25px;
  border-radius: 20px;
  background: #00bfd6;
  margin: 0 0 0 5px;
  font-size: 13px;
  color: #fff;
  cursor: context-menu;
}

.res-serach-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
}

.res-searchform {
  position: fixed;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.2s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.5) 0 30px 60px 40px;
}
.res-searchform * {
  height: 56px;
  line-height: 56px;
}
.res-searchform button {
  background: transparent;
  border: none;
  width: 56px;
  padding: 0;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #999;
  outline: none;
  transition: 0.2s;
}
.res-searchform button:hover {
  color: #333;
}
.res-searchform form {
  position: relative;
}
.res-searchform form .text-input {
  width: 100%;
  padding: 0 15px;
  border: none;
  background: transparent;
}

.res-searchform.active {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 20px);
}

#cboxWrapper > div > div {
  background-image: none;
}

#colorbox {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#colorbox iframe {
  border-radius: 20px;
}

#cboxOverlay {
  background: rgba(55, 55, 55, 0.5);
}

.woocommerce-grouped-product-list-item__quantity {
  text-align: left;
}
.woocommerce-grouped-product-list-item__quantity .quantity {
  float: none !important;
  margin-left: 0 !important;
}

.woocommerce-grouped-product-list {
  margin-bottom: 15px;
}
.woocommerce-grouped-product-list td {
  padding: 5px 0;
}

.cart-collaterals .cart_totals {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 20px;
}

#seller-url + small {
  direction: ltr;
  text-align: left;
  display: block;
  width: 100%;
  padding: 5px;
}

.grid-products-loader .btn i {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  margin-right: 5px;
}

.content-widget.blog-posts {
  border-radius: 0;
  background: transparent;
}
.content-widget.blog-posts article.blog-item {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}
.content-widget.blog-posts article.blog-item figure.thumbnail {
  position: relative;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 10px !important;
}
.content-widget.blog-posts article.blog-item figure.thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.2s;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.content-widget.blog-posts article.blog-item figure.thumbnail .post-format {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.content-widget.blog-posts article.blog-item figure.thumbnail .post-format i {
  color: #fff;
  font-size: 36px;
}
.content-widget.blog-posts article.blog-item:hover figure.thumbnail img {
  filter: brightness(80%);
}
.content-widget.blog-posts article.blog-item .item-footer {
  text-align: center;
}
.content-widget.blog-posts article.blog-item .item-footer h3.title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
  color: #666;
}
.content-widget.blog-posts article.blog-item .item-footer .cats a {
  font-size: 13px;
  color: #999;
}
.content-widget.blog-posts article.blog-item .item-footer .cats a:not(:last-of-type) {
  display: none;
}
.content-widget.blog-posts article.blog-item time {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #666;
}
.content-widget.blog-posts article.blog-item time .day {
  display: block;
  font-size: 24px;
  margin-top: 3px;
}
.content-widget.blog-posts article.blog-item time .month {
  display: block;
  font-size: 13px;
  margin-top: -8px;
}
.content-widget.blog-posts .owl-dots {
  text-align: center;
  margin: 10px 0;
  display: block;
}
.content-widget.blog-posts .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 10px;
  margin: 2px;
  transition: 0.2s;
}
.content-widget.blog-posts .owl-dots button.active {
  width: 20px;
}

.content-widget.blog-posts.style-2 article.blog-item {
  position: relative;
}
.content-widget.blog-posts.style-2 article.blog-item figure.thumbnail {
  margin: 0 !important;
}
.content-widget.blog-posts.style-2 article.blog-item .item-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 10px;
}
.content-widget.blog-posts.style-2 article.blog-item .item-footer .cats a {
  color: #777;
}
.content-widget.blog-posts.style-2 article.blog-item figure time {
  bottom: 75px;
  width: auto;
  height: auto;
  padding: 2px 10px;
}
.content-widget.blog-posts.style-2 article.blog-item figure time > span {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.content-widget.blog-posts.style-2 article.blog-item .post-format {
  display: none !important;
}

.content-widget.title-widget {
  background: transparent;
  margin: 0;
}
.content-widget.title-widget span.icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  background: #ddd;
  color: #777;
  border-radius: 20px;
  font-size: 26px;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
}
.content-widget.title-widget span.icon i {
  display: inline-block;
  line-height: inherit;
  transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
}
.content-widget.title-widget span.icon img {
  display: inline;
  max-width: 50px;
  max-height: 50px;
  font-size: 12px;
}
.content-widget.title-widget .title h6 {
  font-size: 16px;
  color: #666;
  margin-bottom: 3px;
}
.content-widget.title-widget .subtitle span {
  display: block;
  font-size: 13px;
  color: #777;
}

.content-widget.title-widget.colored {
  background: #fff;
  padding: 15px;
}

.content-widget.title-widget.style-2 .row > div {
  width: 100%;
  text-align: center;
}
.content-widget.title-widget.style-2 .row > div .icon {
  margin: 0 auto 10px auto;
}

.content-widget.title-widget.style-3 .row {
  justify-content: center;
}

.content-widget.slider-2.style-2.tip-2 .carousel {
  background: #fff;
}
.content-widget.slider-2.style-2.tip-2 .carousel .carousel-indicators {
  background: #fff;
}

.tile-posts > .row {
  height: 500px;
}
.tile-posts > .row > div {
  height: 100%;
}
.tile-posts article.blog-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.tile-posts article.blog-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.tile-posts article.blog-item > figure.figure {
  position: relative;
  height: 100%;
  width: 100%;
}
.tile-posts article.blog-item figure.figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  min-width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.2s;
}
.tile-posts article.blog-item figure.figure::before {
  content: "";
  display: block;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.2s;
}
.tile-posts article.blog-item figure.figure figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.tile-posts article.blog-item figure.figure figcaption a {
  color: #fff;
}
.tile-posts article.blog-item figure.figure figcaption > a {
  display: inline-block;
  max-width: 100%;
}
.tile-posts article.blog-item figure.figure figcaption h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
}
.tile-posts article.blog-item figure.figure figcaption .categories {
  margin-top: 10px;
}
.tile-posts article.blog-item figure.figure figcaption .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tile-posts article.blog-item figure.figure figcaption .categories ul li {
  display: inline-block;
}
.tile-posts article.blog-item figure.figure figcaption .categories ul a {
  display: block;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: 0.2s;
}
.tile-posts article.blog-item figure.figure figcaption .categories ul a:hover {
  background: #fff;
  color: #666;
}
.tile-posts article.blog-item figure.figure figcaption .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 13px;
  opacity: 0.8;
}
.tile-posts article.blog-item figure.figure figcaption .info ul li {
  padding: 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile-posts article.blog-item figure.figure figcaption .info ul li i {
  font-size: 16px;
  margin-left: 5px;
}
.tile-posts article.blog-item figure.figure figcaption .info .author figure {
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 20px;
  background: #eee;
}
.tile-posts article.blog-item figure.figure figcaption .info .author figure img {
  border-radius: 20px;
}
.tile-posts article.blog-item:hover figure.figure > img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}
.tile-posts article.blog-item:hover figure.figure::before {
  opacity: 0.6;
}
.tile-posts .items-1 article.blog-item {
  height: 100%;
}
.tile-posts .items-2 article.blog-item {
  height: calc(50% - 10px);
}
.tile-posts .items-3 article.blog-item {
  height: calc(33.33% - 13.3px);
}
.tile-posts .items-3 article.blog-item figure.figure figcaption .info {
  display: none;
}
.tile-posts .multi-1 article.blog-item:first-of-type {
  height: 50%;
}
.tile-posts .multi-1 article.blog-item:first-of-type figure.figure img {
  height: auto;
  max-width: 100%;
}
.tile-posts .multi-1 article.blog-item:not(:first-of-type) {
  height: calc(50% - 20px);
  width: calc(50% - 10px);
  float: right;
}
.tile-posts .multi-1 article.blog-item:last-of-type {
  margin-right: 20px;
}

#modal-3d-view-inner .spinner {
  position: static;
  margin: 80px auto;
}
#modal-3d-view-inner:not(.loaded) .obj_content {
  display: none;
}

#canvas-container-3d {
  width: 100%;
  height: 600px;
  max-height: 100%;
  background: #eee;
  background: radial-gradient(ellipse at center, #ffffff 0%, #ADADAD 100%);
}
#canvas-container-3d canvas {
  cursor: all-scroll;
}

#view-3d-controller {
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  direction: ltr;
  display: flex;
}
#view-3d-controller button {
  border: none;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  transition: 0.2s;
  border-radius: 100px;
  margin: 0 5px;
}
#view-3d-controller button:hover {
  color: #464646;
}
#view-3d-controller button i {
  line-height: inherit;
  transition: 0.2s;
}
#view-3d-controller button:active i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.play-toggle.paused i::before {
  content: "\f04b";
}

#modal-3d-view-inner.loaded .spinner {
  display: none;
}

.prm-brands-list {
  margin-top: 15px !important;
}

.prm-brands-list__item {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  background: #fafafa;
  border: none !important;
}
.prm-brands-list__item .prm-brands-list__image {
  border-radius: 20px;
  margin-bottom: 10px;
}
.prm-brands-list__item .prm-brands-list__title {
  border-radius: 20px;
}

.product-share-modal-inner {
  padding: 20px;
}
.product-share-modal-inner .share-title {
  color: #666;
}
.product-share-modal-inner .share-desc {
  color: #999;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-share-modal-inner .sharing-box {
  padding: 15px;
  border-radius: 20px;
  text-align: center;
}
.product-share-modal-inner .sharing-box .share-desc {
  margin-bottom: 15px;
}
.product-share-modal-inner .sharing-box.email-sharing {
  background: #f5f5f5;
}
.product-share-modal-inner .email-sharing .input-group-text {
  color: #666;
}
.product-share-modal-inner .email-sharing label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.product-share-modal-inner .crunchify-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  border-radius: 20px;
  margin: 5px;
  font-size: 16px;
}
.product-share-modal-inner .crunchify-link i {
  display: inline-block;
  line-height: inherit;
}
.product-share-modal-inner .sms-notif-form {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.product-share-modal-inner .sms-notif-mobile-div {
  margin: 10px 0;
  width: calc(100% - 100px);
  float: right;
}
.product-share-modal-inner .sms-notif-mobile-div input {
  width: 100%;
  text-align: right !important;
}
.product-share-modal-inner .sms-notif-submit {
  width: 90px;
  margin-top: 10px !important;
}
.product-share-modal-inner .sms-notif-enable-label {
  margin-bottom: 0 !important;
  display: flex;
}
.product-share-modal-inner .sms-notif-enable-label strong {
  font-weight: normal !important;
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 5px 0 0;
  display: inline-block;
}
.product-share-modal-inner .sms-notif-content {
  margin-top: 15px;
}
.product-share-modal-inner .sms-notif-result-p {
  clear: both;
}

#billing_city_field {
  flex-direction: column;
}

.product-section.product-additional-items {
  padding: 0 !important;
  background: transparent !important;
}
.product-section.product-additional-items .pa-title {
  color: #666;
  font-size: 18px;
}
.product-section.product-additional-items .additional-factor {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-section.product-additional-items .additional-factor > div {
  width: 100%;
}
.product-section.product-additional-items .additional-factor .af-title {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  margin-bottom: 10px;
}
.product-section.product-additional-items .additional-factor .af-item .price {
  float: left;
  color: #999;
}
.product-section.product-additional-items .additional-factor .af-total-price {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #666;
}
.product-section.product-additional-items .additional-factor .af-add-to-cart button {
  width: 100%;
}
.product-section.product-additional-items .additional-factor .af-items {
  margin-bottom: 20px;
}
.product-section.product-additional-items .additional-factor .af-items .price del {
  display: none;
}
.product-section.product-additional-items .additional-factor .af-items .price ins {
  text-decoration: none;
}
.product-section.product-additional-items .additional-factor .af-items .af-item {
  display: flex;
  margin-bottom: 8px;
}
.product-section.product-additional-items .additional-factor .af-items .af-item label {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-section.product-additional-items .additional-factor .af-items .af-item label::before {
  margin-right: 2px;
}
.product-section.product-additional-items .additional-factor .af-items .af-item .price {
  white-space: nowrap;
}
.product-section.product-additional-items .additional-factor .af-total {
  margin-bottom: 10px;
}
.product-section.product-additional-items .additional-factor .af-total h6.total-price-title {
  color: #999;
  font-weight: normal;
}
.product-section.product-additional-items .additional-factor .loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.product-section.product-additional-items .content-widget {
  margin: 0;
}
.product-section.product-additional-items .additional-factor.loading .loading {
  opacity: 1;
  visibility: visible;
}

.cb-nouislider {
  background: #ccc;
  box-shadow: none;
  border: none;
  border-radius: 20px;
  height: 9px;
}
.cb-nouislider .noUi-connects {
  border-radius: 20px;
}
.cb-nouislider .noUi-connect {
  background-color: #00bfd6;
}
.cb-nouislider .noUi-handle {
  border: none;
  box-shadow: none;
  background: #777;
  border-radius: 20px;
  height: 22px;
  width: 22px;
  transition: 0.2s;
  cursor: pointer;
  left: -11px;
}
.cb-nouislider .noUi-handle::after {
  display: none;
}
.cb-nouislider .noUi-handle::before {
  display: none;
}
.cb-nouislider:hover .noUi-handle {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.cb-nouislider .level {
  font-size: 12px;
  color: #999;
  float: left;
}

.comment-form-slider {
  padding: 0 0 20px 0;
  margin-bottom: 0;
}
.comment-form-slider > span {
  width: 100%;
  display: block;
}

.cb-chips input.text-field {
  width: 100%;
}
.cb-chips input.text-field:not(:focus) + button {
  visibility: hidden;
  opacity: 0;
}
.cb-chips .add-box {
  width: 100%;
  position: relative;
}
.cb-chips .add-box button.add-item {
  border: none;
  margin-right: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  background: transparent;
  color: #999;
}
.cb-chips ul.chip-items {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.cb-chips ul.chip-items li {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 5px 10px;
  color: #666;
}
.cb-chips ul.chip-items li::after {
  content: "";
  display: block;
  clear: both;
}
.cb-chips ul.chip-items li:not(:last-of-type) {
  margin-bottom: 5px;
}
.cb-chips ul.chip-items li .remove-item {
  border: none;
  background: transparent;
  padding: 0;
  float: left;
  color: #999;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}

.cfs-title {
  font-size: 13px;
  margin-bottom: 5px;
  color: #464646;
}

.comment-form-header .comment-notes {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}

.comment-rates-sec {
  margin-bottom: 20px;
}
.comment-rates-sec .col-lg {
  display: flex;
  align-items: center;
}
.comment-rates-sec .comment-rates {
  padding: 0 20px 0 0;
  list-style: none;
}
.comment-rates-sec .comment-rates li {
  margin: 6px 0;
  padding-right: 17px;
  color: #5f5f5f;
  position: relative;
}
.comment-rates-sec .comment-rates li::before {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
}
.comment-rates-sec span.sec-title {
  font-weight: 600;
}
.comment-rates-sec .comment-plus-rates span.sec-title {
  color: #4caf50;
}
.comment-rates-sec .comment-nega-rates span.sec-title {
  color: #ff5153;
}
.comment-rates-sec .comment-rates.plus-rates li::before {
  background-color: #4caf50;
}
.comment-rates-sec .comment-rates.negative-rates li::before {
  background-color: #ff5153;
}

.comment-form-chip.nega-cfc > label::before {
  background-color: #ff5153;
}
.comment-form-chip.nega-cfc .cb-chips ul.chip-items li {
  background-color: #ffd9d9;
  color: #ff5153;
}
.comment-form-chip.nega-cfc .cb-chips ul.chip-items li .remove-item {
  color: #ff5153;
}

.comment-form-chip.plus-cfc .cb-chips ul.chip-items li {
  background-color: #deffdf;
  color: #4caf50;
}
.comment-form-chip.plus-cfc .cb-chips ul.chip-items li .remove-item {
  color: #4caf50;
}

.comment-users-reviews {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
.comment-users-reviews h5.sec-title {
  color: #666;
  margin-bottom: 5px;
}
.comment-users-reviews h6.sec-desc {
  font-weight: normal;
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.comment-users-reviews .progress {
  background-color: #ddd;
}
.comment-users-reviews .progress .progress-bar {
  background-color: #00bfd6;
}

.comment-req-text h5 {
  color: #666;
  margin-bottom: 15px;
}
.comment-req-text p {
  color: #777;
  margin-bottom: 25px;
}
.comment-req-text .btn {
  padding: 10px 20px;
  font-size: 16px;
  margin: auto;
}
.comment-req-text .btn i {
  margin-left: 5px;
}

.comment-actions {
  justify-content: left;
  display: flex;
}
.comment-actions .title {
  color: #999;
}
.comment-actions > div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.comment-actions button {
  background: #f5f5f5;
  border: none;
  display: block;
  padding: 0 10px 0 5px;
  border-radius: 20px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 30px;
  opacity: 0.8;
  transition: 0.2s;
}
.comment-actions button:hover {
  opacity: 1;
}
.comment-actions .comment-like button .count {
  font-size: 13px;
  opacity: 0.8;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  line-height: 20px;
  background: #ddd;
  color: #666;
  border-radius: 20px;
  display: inline-block;
  margin-right: 5px;
}
.comment-actions button.disabled {
  opacity: 0.5;
}

.cb-comment-tabs {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-top: 20px;
}
.cb-comment-tabs h6.sec-title {
  margin-left: 15px;
  font-weight: normal;
  color: #999;
  margin-bottom: 0;
}
.cb-comment-tabs .cb-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cb-comment-tabs .cb-tabs a {
  display: block;
  padding: 5px 10px;
  position: relative;
  transition: 0.2s;
}
.cb-comment-tabs .cb-tabs a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--ns-accent);
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.cb-comment-tabs .cb-tabs a:not(.active)::after {
  top: 25px;
  opacity: 0;
  visibility: hidden;
}
.cb-comment-tabs .cb-tabs .active {
  color: var(--ns-accent);
}

.cb_comment_list {
  position: relative;
  min-height: 200px;
}
.cb_comment_list .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
}
.cb_comment_list .loading .spinner {
  position: static;
  margin-top: 20px;
}
.cb_comment_list:not(.loading) .loading {
  opacity: 0;
  visibility: hidden;
}

.commentlist .not-found p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.modal {
  background: transparent;
  cursor: url("../images/close.png"), auto;
}

.modal-title {
  color: #666;
}

.c-404 {
  text-align: center;
  padding: 60px 0;
}
.c-404 .c-404__title {
  margin-bottom: 20px;
  color: #666;
}
.c-404 .c-404__actions {
  margin-bottom: 30px;
}

.show-ywsl-box {
  font-size: 0;
}
.show-ywsl-box::before {
  content: "برای ورود کلیک کنید";
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}

.woo-variation-swatches-stylesheet-enabled.rtl table.variations td.label {
  text-align: right !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
  border-radius: 20px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img {
  border-radius: 20px !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  box-shadow: 0 0 0 2px #00bfd6 !important;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #00bfd6 !important;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 20px !important;
  padding: 1px;
}

.button-variable-item span {
  font-size: 13px !important;
  color: #666;
}

blockquote {
  clear: both;
  position: relative;
  margin: 15px 0;
  background: #fbfbfb;
  font-size: 1.143rem;
  color: #494949;
  font-weight: 300;
  letter-spacing: -0.1px;
  padding: 40px 150px 40px 121px;
  border-radius: 20px;
}
blockquote::before {
  position: absolute;
  content: "";
  top: 29px;
  right: 56px;
  width: 69px;
  height: 55px;
  background: url(../images/svg/e8f55a97.svg) no-repeat 50% 50%;
  background-size: 100%;
}
blockquote::after {
  position: absolute;
  content: "";
  left: 44px;
  bottom: 50px;
  width: 60px;
  height: 48px;
  background: url(../images/svg/3f51c9a0.svg) no-repeat 50% 50%;
  background-size: 100%;
}

article.post-item.page > div.title {
  margin-bottom: 20px;
}

.ns-table th {
  border: none !important;
  vertical-align: middle;
  color: #464646;
  color: #666;
}
.ns-table tr {
  border: none !important;
  vertical-align: middle;
  color: #464646;
}
.ns-table td {
  border: none !important;
  vertical-align: middle;
  color: #464646;
}
.ns-table tbody tr td {
  background: #f5f5f5;
}
.ns-table tbody tr td:first-of-type {
  border-radius: 0 20px 20px 0;
}
.ns-table tbody tr td:last-of-type {
  border-radius: 20px 0 0 20px;
}
.ns-table tbody tr.spacer {
  height: 5px;
}
.ns-table tbody td.actions a.dislike_product {
  margin-right: 10px;
  display: inline-block;
  background: #ddd;
  color: #666;
  padding: 0 10px;
  border-radius: 20px;
  transition: 0.2s;
}
.ns-table tbody td.actions a.dislike_product:hover {
  color: #fff;
  background: #00bfd6;
}
.ns-table tbody td.actions a.cb-add-to-cart i {
  transform: scale(1.2);
  display: inline-block;
  transition: 0.2s;
}

.woocommerce-orders-table__cell-order-actions {
  text-align: left;
}

.woocommerce-orders-table__header-order-actions {
  text-align: left;
}

.woocommerce-MyAccount-navigation {
  width: 300px;
  padding-left: 30px;
  float: right;
}

ul.product-categories li .children {
  display: none;
}
ul.product-categories > li {
  display: block;
  padding: 2px 0;
  border-radius: 20px;
  margin-bottom: 5px;
}
ul.product-categories > li a {
  transition: 0.2s;
}
ul.product-categories > li > a::before {
  content: "\f15b";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro", sans-serif;
  float: right;
  font-size: 16px;
  margin-left: 10px;
  color: #999;
  transition: 0.2s;
}
ul.product-categories > li:hover > a::before {
  color: #666;
}
ul.product-categories > li.cat-parent > a::before {
  content: "\f07b";
}
ul.product-categories > li.open > a::before {
  content: "\f07c";
}
ul.product-categories li.open .children {
  display: block;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 5px 15px 0 0;
}

.select_option {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 3px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.select_option span {
  width: auto !important;
  min-width: 27px !important;
  font-size: 13px !important;
}
.select_option img {
  width: auto !important;
  min-width: 27px !important;
  font-size: 13px !important;
}
.select_option * {
  border-radius: 20px;
  overflow: hidden;
}
.select_option:not(.select_option_colorpicker) span {
  border: none;
  width: auto;
}
.select_option:not(.selected) {
  opacity: 0.8;
}

.select_option.select_option_label {
  padding: 0 5px !important;
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
  margin: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  border: none;
  opacity: 0.8 !important;
  max-width: 100%;
}

a.reset_variations {
  font-size: 0;
  display: inline-block !important;
}
a.reset_variations::before {
  content: "پاک کردن ویژگی ها";
  font-size: 13px;
}

.yith-wcan-color li {
  float: right;
}

.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a {
  width: auto !important;
  min-width: 30px;
  height: 30px;
  border-radius: 20px !important;
  overflow: hidden;
}
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  width: auto !important;
  min-width: 30px;
  height: 30px;
  border-radius: 20px !important;
  overflow: hidden;
}

.fixed-bottom-bar {
  display: none;
  position: fixed;
  bottom: 20px;
  margin: 0 -70px 0 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  z-index: 999;
}
.fixed-bottom-bar li {
  display: inline-block;
  transition: 0.2s;
}
.fixed-bottom-bar li .btn {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  display: block;
  padding: 0;
  background: #fff;
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px !important;
}
.fixed-bottom-bar li .btn i {
  line-height: inherit;
  display: inline;
}
.fixed-bottom-bar .wooscp-btn.wooscp-btn-adding::after {
  display: none !important;
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
  background-color: #00bfd6 !important;
  border-radius: 20px;
}

.single-product button.wooscp-btn {
  display: none;
}

.ns-store-header {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.ns-store-header .nav-pills {
  padding: 0;
  margin-bottom: 20px !important;
}
.ns-store-header .nav-pills .nav-item:not(:last-of-type) {
  margin-left: 10px;
}
.ns-store-header .nav-pills .nav-item a {
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.ns-store-header .nav-pills .nav-item a i {
  margin-left: 5px;
}
.ns-store-header .nav-pills .nav-item a.active {
  background-color: #00bfd6;
}

#pills-delivery {
  line-height: normal;
}

.form-control.error + label.error {
  margin: 5px 0 0 0;
  padding: 0;
  height: auto;
  font-size: 12px;
  text-align: left;
  color: #999;
  display: block;
}

.ns-store-avatar header.store-avatar-header {
  height: 100px;
  margin: -20px -20px 40px -20px;
  border-radius: 20px 20px 0 0;
  background: #00bfd6;
  position: relative;
  background-image: url(../images/store-header.png);
  background-size: 300px;
}
.ns-store-avatar header.store-avatar-header .avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%);
  border: #00bfd6 4px solid;
  background: #fff;
}
.ns-store-avatar footer.store-avatar-footer h1.store-name {
  text-align: center;
  font-size: 24px;
  color: #464646;
  display: block;
}
.ns-store-avatar footer.store-avatar-footer .reg-date {
  text-align: center;
  display: block;
  color: #666;
}
.ns-store-avatar footer.store-avatar-footer .store-rating {
  background: #f5f5f5;
  color: #666;
  margin: 10px -20px;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.ns-store-avatar footer.store-avatar-footer .store-rating span {
  margin: 0 5px;
}

.dokan-from-group > .dokan-form-group {
  margin: 0 0 10px 0;
  width: 100%;
}

.dokan-order-filter-serach .select2-selection--single {
  height: auto !important;
  border-radius: 0 20px 20px 0 !important;
  background: #f5f5f5 !important;
  color: #666 !important;
}

.dokan-privacy-policy-text {
  font-size: 13px;
  color: #666;
  line-height: normal;
  text-align: justify;
}

.ns-store-avatar.wc-dashboard {
  background: #f5f5f5;
}
.ns-store-avatar.wc-dashboard h1.store-name {
  margin-bottom: 0;
  font-weight: normal;
}
.ns-store-avatar.wc-dashboard .user-actions {
  margin: 10px -20px -20px -20px;
  text-align: center;
}
.ns-store-avatar.wc-dashboard .user-actions a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-radius: 0 0 20px 20px;
  border-top: 1px #ddd solid;
  color: #464646;
  font-size: 14px;
  transition: 0.2s;
}
.ns-store-avatar.wc-dashboard .user-actions a:hover {
  background: #ddd;
  color: #333;
}
.ns-store-avatar.wc-dashboard .user-actions a i {
  margin-left: 5px;
}

.ns-profile-content .title {
  font-size: 13px;
  color: #888;
}
.ns-profile-content .value {
  font-size: 15px;
  color: #555;
  font-weight: 400;
}
.ns-profile-content .btn i {
  margin-left: 5px;
}

.page.woocommerce-account.logged-in article.page > .title {
  display: none;
}

.fw-main-row.sec-align-items-center > div > .row {
  align-items: center;
}
.fw-main-row.sec-align-items-center > div > div > .row {
  align-items: center;
}

.variations_form.cart select {
  width: auto;
  max-width: 220px;
}

.variations_form .variations tr td {
  vertical-align: middle;
  padding: 15px;
}
.variations_form .variations tr td label {
  margin-bottom: 0;
}

.c-params__headline {
  padding-bottom: 15px;
}
.c-params__headline span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
}

.carousel-control-next-icon {
  pointer-events: all;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  background: #fff !important;
  font-size: 36px !important;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
  padding: 0 !important;
  transition: 0.2s;
  color: #666 !important;
  opacity: 0.9;
}
.carousel-control-next-icon::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  content: "\f105";
}

.carousel-control-prev-icon {
  pointer-events: all;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  background: #fff !important;
  font-size: 36px !important;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
  padding: 0 !important;
  transition: 0.2s;
  color: #666 !important;
  opacity: 0.9;
}
.carousel-control-prev-icon::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  content: "\f104";
}

.col-md-6.product-thumb {
  position: relative;
}

.content-widget.slider-2.style-2.mini-tab .carousel-indicators {
  width: 30px;
  margin-left: -10px;
}
.content-widget.slider-2.style-2.mini-tab .carousel-indicators li {
  background: #ccc;
  border-radius: 20px;
  font-size: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 2.5px 0;
}

.content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto !important;
  max-width: inherit;
  min-width: 100%;
}
.content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a {
  padding-top: 26%;
  display: block;
}

.content-widget.slider.image-crop-true:not(.style-2) .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto !important;
  max-width: inherit;
  min-width: 100%;
}
.content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
  padding-top: 26%;
  display: block;
}

.wide-style .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a {
  padding-top: 25%;
}
.wide-style .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
  padding-top: 25%;
}
.wide-style .fixed-bottom-bar {
  margin-right: 10px;
}

.fw-main-row.bg_cover {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.content-widget.slider-2.style-2.mini-tab.tip-2 .carousel-indicators li {
  background-color: #eee;
}

.wp-block-image {
  clear: both;
}
.wp-block-image figure.alignleft {
  margin-right: 20px;
}
.wp-block-image figure.alignright {
  margin-left: 20px;
}

#tab-description img {
  margin: 20px auto;
  display: block;
  border-radius: 20px;
}
#tab-description table {
  color: #666;
  margin-bottom: 20px;
  max-width: 100%;
}
#tab-description table td {
  border: #eee 1px solid;
  padding: 5px 10px;
}
#tab-description table tr:nth-of-type(2n) td {
  background: #fafafa;
  color: #555;
}

section.widget.widget_media_image {
  padding: 0;
  text-align: center;
}
section.widget.widget_media_image img {
  border-radius: 20px;
}

.fixed-bottom-bar.style-2 li {
  display: block;
  margin-top: 5px;
}

.fixed-bottom-bar.style-1 {
  direction: ltr;
}
.fixed-bottom-bar.style-1 > li {
  float: left;
  margin: 0 0 0 5px;
}
.fixed-bottom-bar.style-1::after {
  content: "";
  display: block;
  clear: both;
}

.widget.negarshop_wg.pro-menus {
  padding: 0;
  background: transparent;
}

.negarshop_wg.pro-menus ul.main-menu {
  position: static !important;
  margin: 0 !important;
  width: 100% !important;
}
.negarshop_wg.pro-menus ul.main-menu > li > a {
  font-size: 14px;
}

.quantity input.input-text {
  display: none;
}

.lightboxOverlay {
  background-color: #fff !important;
  opacity: 0.98 !important;
}

#negarshop-to-top {
  overflow: hidden;
  direction: ltr;
}
#negarshop-to-top > span {
  width: 100%;
  height: 100%;
  padding-top: 2px;
  display: block;
  position: relative;
  text-align: center;
  background-image: linear-gradient(91deg, transparent 50%, #eee 50%), linear-gradient(90deg, #eee 50%, transparent 50%);
}
#negarshop-to-top > span i {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 0 0 2px;
  background: #fff;
  border-radius: 18px;
  line-height: 46px;
  color: #555;
}
#negarshop-to-top * {
  direction: ltr;
}

.price-form-inner > .switch {
  width: 100%;
  margin: 15px 0;
  height: auto;
}

.light-color-mode nav.top-bar > ul > li > a:not(:hover) {
  color: #ddd;
}
.light-color-mode section.widget:not(.widget_mc4wp_form_widget) header.wg-header h6 {
  color: rgba(255, 255, 255, 0.7);
}
.light-color-mode section.widget:not(.widget_mc4wp_form_widget) a {
  color: #fff !important;
}
.light-color-mode section.widget:not(.widget_mc4wp_form_widget) a:hover {
  opacity: 0.6;
}
.light-color-mode .header-icon {
  color: #fff;
}

.header-logo.light-color-mode a {
  color: #fff;
}

.light-color-mode.shopping-features:not(.style-1) .item {
  color: rgba(255, 255, 255, 0.7);
}
.light-color-mode.shopping-features .item span.desc {
  color: rgba(255, 255, 255, 0.7);
}
.light-color-mode.shopping-features .item span.title {
  color: #fff;
}

h6.responsive-title {
  display: none;
}

.ns-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 30px 0;
  z-index: 999;
  transition: 0.2s;
}
.ns-popup .ns-popup-header {
  margin-bottom: 20px;
}
.ns-popup .ns-popup-header::after {
  content: "";
  display: block;
  clear: both;
}
.ns-popup .ns-popup-header h6 {
  float: right;
  font-size: 36px;
  font-weight: normal;
  color: #999;
}
.ns-popup .ns-popup-header .ns-popup-close {
  float: left;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 36px;
  color: #666;
}
.ns-popup:not(.active) {
  margin-top: -100px;
  opacity: 0;
  visibility: hidden;
}
.ns-popup:not(.active) + .ns-closer {
  opacity: 0;
  visibility: hidden;
}

.ns-closer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #000;
  opacity: 0.2;
  transition: 0.2s;
}

body.admin-bar .ns-popup {
  top: 32px;
}

.header-icon {
  font-size: 26px;
  color: #666;
  line-height: 43px;
  padding: 0;
  background: transparent;
  border: none;
}

.woocommerce-form-row.woocommerce-form-row--wide {
  flex-direction: column;
}

.woocommerce-FormRow.woocommerce-FormRow--wide {
  flex-direction: column;
}
.woocommerce-FormRow.woocommerce-FormRow--wide input {
  width: 100%;
}

.dig_popdismiss {
  right: auto;
  left: 13px;
  top: 15px;
}

.dig_popmessage {
  min-width: 400px;
  border-radius: 20px;
  padding-left: 20px;
  top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
  direction: rtl;
}

.loginViaContainer {
  display: block;
  text-align: right;
  clear: both;
}
.loginViaContainer button {
  display: inline-block !important;
  background: transparent;
  width: auto !important;
  padding: 0 !important;
  line-height: inherit !important;
  border: none !important;
  color: #666;
}
.loginViaContainer .digor {
  display: none;
}

button[name=dokan_sell_this_item] {
  margin-top: 10px;
  width: 150px;
  max-width: 100%;
}

.table-cell.price del {
  display: none !important;
}
.table-cell.price ins {
  text-decoration: none !important;
}

.table-cell .woocommerce-Price-amount {
  line-height: normal !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #4caf50 !important;
}

.form-row.place-order {
  display: block;
}

.product-section .sale-timer-box {
  color: #00bfd6;
  border-radius: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.product-section .sale-timer-box .title {
  font-size: 16px;
}
.product-section .sale-timer-box .title .badge {
  float: left;
  color: #fff;
  background: #4caf50;
  border-radius: 20px;
  font-weight: normal;
  padding: 5px 10px;
}
.product-section .sale-timer-box .sub-title {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
  font-weight: normal;
}
.product-section .sale-timer-box .flip-clock-wrapper {
  margin: 0;
  display: inline-block;
  width: auto;
}
.product-section .sale-timer-box .flip-clock-wrapper ul .up * {
  color: #666 !important;
}
.product-section .sale-timer-box .title-sec {
  width: 30%;
}
.product-section .sale-timer-box .counter-sec {
  text-align: left;
  border-radius: 20px;
  width: 70%;
}
.product-section .summary .tagged_as {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
.product-section .summary .tagged_as i {
  margin-left: 5px;
  font-size: 13px;
}
.product-section .product-featured-attrs .view-more {
  display: inline-block;
  margin-top: 15px;
}
.product-section .product-featured-attrs .view-more i {
  display: inline-block !important;
  transition: 0.2s;
}
.product-section .product-featured-attrs .view-more span {
  display: inline-block !important;
  transition: 0.2s;
}
.product-section .product-featured-attrs .view-more:not(.close-more) .hide {
  font-size: 0;
}
.product-section .product-featured-attrs .view-more.close-more .show {
  font-size: 0;
}
.product-section .product-shipping-time {
  display: flex;
  align-items: center;
  padding: 0 30px 10px 0;
  border-bottom: #eee 1px solid;
  margin-bottom: 30px;
  position: relative;
}
.product-section .product-shipping-time i {
  font-size: 48px;
  color: #000;
  opacity: 0.05;
  position: absolute;
  right: 0;
  z-index: 0;
  transform: rotate(45deg);
}
.product-section .product-shipping-time .shiping-title {
  line-height: normal;
  color: #666;
  position: relative;
  z-index: 1;
}
.product-section .product-shipping-time .shiping-title p {
  margin-bottom: 0;
  font-size: 13px;
}
.product-section .product-shipping-time .shiping-title b {
  color: #555;
  border-radius: 45px;
  display: inline-block;
}

.dokan-reports-main {
  width: 100%;
  float: none;
}

.dokan-reports-sidebar {
  width: 100%;
  float: none;
}

.custom-slide-widget .slide-inner {
  text-align: center;
}
.custom-slide-widget .slide-inner img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

.dokan-panel-default {
  border: none !important;
}

.dokan-progress {
  margin-bottom: 10px;
  background: #eee;
  border-radius: 20px;
}
.dokan-progress > .dokan-progress-bar {
  background: #00bfd6;
  color: #fff;
  border-radius: 20px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
}

.dokan-on-off.form-control {
  width: 100px;
  margin: 0 5px;
}

.dokan-input-group-addon {
  background: transparent !important;
  border: none !important;
}

.sec-sticky:not(.fixed) + .sticky-space {
  display: none;
}

.sec-sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.list-group {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 10px !important;
}

.list-group-item {
  border: none;
  background: transparent;
}

#order_review td.product-name {
  color: #666;
  width: 70%;
}
#order_review td.product-name .variation {
  color: #999;
}
#order_review span.amount {
  color: #4caf50;
  font-size: 16px;
  font-weight: 500;
}
#order_review .order-total .amount {
  font-size: 24px;
}

ul#shipping_method {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#shipping_method li label {
  color: #666;
}
ul#shipping_method li label * {
  color: #666 !important;
}

ul.woocommerce-order-overview {
  list-style: none;
  background: #f5f5f5;
  padding: 20px 30px;
  border-radius: 20px;
}
ul.woocommerce-order-overview li::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-left: 5px;
}

.magnify > .magnify-lens {
  box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 0 5px 5px rgba(0, 0, 0, 0.25);
}

.select_option.select_option_colorpicker {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
  margin: 3px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  border: none;
  opacity: 0.8 !important;
  max-width: 100%;
}
.select_option.select_option_colorpicker span {
  width: 25px !important;
  height: 25px !important;
  display: block;
  margin: 0 0 0 5px !important;
  min-width: inherit !important;
  min-height: inherit !important;
}
.select_option.select_option_colorpicker em {
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  margin: 0 0 0 5px !important;
}

.select_option.select_option_colorpicker.selected {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  background: #f56d87;
  color: #fff;
  opacity: 1 !important;
}

.select_option.select_option_label.selected {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  background: #f56d87;
  color: #fff;
  opacity: 1 !important;
}

.select_option.select_option_image img {
  height: 50px;
}
.select_option.select_option_image:hover {
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.select_option.select_option_image.selected {
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}

.magnify-mobile {
  display: none;
}

.lg-outer .lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-outer {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}
.lg-outer .lg-toogle-thumb {
  background: #fff;
}
.lg-outer .lg-toogle-thumb:hover {
  background: #00bfd6;
}
.lg-outer .lg-thumb-item.active {
  border-color: #00bfd6;
}
.lg-outer .lg-thumb-item {
  border-radius: 20px;
}
.lg-outer .lg-thumb-item:hover {
  border-color: #00bfd6;
}

.lg-backdrop {
  background: #fff;
  opacity: 0.8 !important;
}

.lg-sub-html {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}

.lg-toolbar {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}
.lg-toolbar .lg-icon:hover {
  background: #00bfd6;
}

.lg-actions .lg-next {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
  border-radius: 20px;
}
.lg-actions .lg-next:hover {
  background: #00bfd6;
}
.lg-actions .lg-prev {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
  border-radius: 20px;
}
.lg-actions .lg-prev:hover {
  background: #00bfd6;
}

.lg-progress-bar {
  background: #fff;
}
.lg-progress-bar .lg-progress {
  height: 3px;
  background: #00bfd6;
}

.lg-outer.lg-dropdown-active #lg-share {
  background: #00bfd6;
}

.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .view-3d-slide {
  padding-top: 33.33%;
}

.hrs-outer {
  position: relative;
}
.hrs-outer .hts-btn {
  background: linear-gradient(to left, #fff 60%, transparent);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #666;
  padding: 0;
  font-size: 24px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.hrs-outer .hts-btn.hrs-next-btn {
  left: 0;
  right: auto;
  background: linear-gradient(to right, #fff 60%, transparent);
}

.content-widget.slider.product-archive {
  overflow: hidden;
  position: relative;
  padding: 30px;
  background: #fff;
}
.content-widget.slider.product-archive figure.thumb {
  width: 300px;
  height: 300px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 20px;
  position: relative;
  float: right;
  margin-right: -320px;
}
.content-widget.slider.product-archive figure.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.content-widget.slider.product-archive .carousel-item-inner {
  position: relative;
  padding-right: 340px;
}
.content-widget.slider.product-archive .carousel-item-inner::after {
  content: "";
  display: block;
  clear: both;
}
.content-widget.slider.product-archive .slide-details {
  padding: 20px;
}
.content-widget.slider.product-archive .slide-details h2.title {
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}
.content-widget.slider.product-archive .slide-details ul.feature-attr-p {
  margin: 0;
  padding: 0;
  list-style: inside;
  color: #aaa;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
}
.content-widget.slider.product-archive .slide-details ul.feature-attr-p li span {
  color: #666;
}
.content-widget.slider.product-archive .slide-details ul.feature-attr-p li .product-attr-text {
  font-weight: 500;
}
.content-widget.slider.product-archive .slide-details .prd-price {
  font-size: 24px;
  margin-top: 15px;
  color: red;
  font-weight: 500;
  height: 36px;
}
.content-widget.slider.product-archive .slide-details .prd-price ins {
  text-decoration: none;
}
.content-widget.slider.product-archive .slide-details .prd-price del {
  color: #aaa;
  font-size: 16px;
}
.content-widget.slider.product-archive .carousel .carousel-indicators li {
  background-color: #666;
}
.content-widget.slider.product-archive .wg-title {
  display: block;
  width: 100px;
  height: 110px;
  position: absolute;
  background: red;
  top: -30px;
  right: -20px;
  z-index: 5;
  border-radius: 40px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  color: #fff;
  pointer-events: none;
  font-weight: 500;
  border: red 2px dashed;
  box-shadow: #fff 0 0 0 3px inset;
}
.content-widget.slider.product-archive .wg-title span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
}
.content-widget.slider.product-archive .carousel-inner {
  padding-bottom: 34px;
}

.product-footer-features {
  margin-top: 30px;
}
.product-footer-features .pff-item {
  padding-right: 50px;
  display: flex;
  align-items: revert;
  flex-direction: column;
  position: relative;
  min-height: 50px;
  justify-content: center;
  margin-left: 10px;
}
.product-footer-features .pff-item .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  float: right;
  position: absolute;
  right: 0;
  top: 5px;
}
.product-footer-features .pff-item > span {
  display: block;
  color: #666;
  font-size: 13px;
}
.product-footer-features .pff-item > span.desc {
  font-size: 12px;
  color: #999;
}
.product-footer-features .pff-item > span.title {
  color: #777;
  font-weight: 500;
  margin-bottom: 3px;
}
.product-footer-features .pff-item[data-target] {
  cursor: pointer;
}

.clear {
  display: block;
  clear: both;
}

.one-price del {
  display: none !important;
}
.one-price > span + span.amount, .one-price > span + .dash + span.amount {
  display: none !important;
}
.one-price .dash {
  display: none !important;
}
.one-price * {
  font-size: 14px;
}

img.res-img {
  display: none;
}

.sidebar.shop-archive-sidebar.acc-widgets section.widget > *:not(.wg-header) {
  display: none;
}
.sidebar.shop-archive-sidebar.acc-widgets section.widget:not(.show) {
  cursor: pointer;
}
.sidebar.shop-archive-sidebar.acc-widgets section.widget:not(.show) .wg-header {
  margin-bottom: 0;
}

.is-mega-menu-menu-type {
  padding: 0;
  margin: 0;
  list-style: none;
}
.is-mega-menu-menu-type::after {
  content: "";
  display: block;
  clear: both;
}
.is-mega-menu-menu-type li ul {
  opacity: 1 !important;
  visibility: visible !important;
  margin: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  background-color: transparent !important;
}
.is-mega-menu-menu-type > li {
  float: right;
  width: 25%;
}

.is-mega-menu-menu-type.menu-col-3 > li {
  width: 33.33%;
}

.is-mega-menu-menu-type.menu-col-5 > li {
  width: 20%;
}

.is-two-level-mega-menu {
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

#customer_login .negarshop-card {
  text-align: center;
}
#customer_login .negarshop-card > h2 {
  font-size: 18px;
  border-bottom: #ccc 1px dashed;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #999;
}
#customer_login .negarshop-card > form {
  text-align: right;
}
#customer_login .negarshop-card .wc-social-login {
  text-align: center;
}
#customer_login .negarshop-card label {
  text-align: right;
  font-size: 13px;
  padding-right: 15px;
  opacity: 0.7;
  padding-right: 0;
}
#customer_login .negarshop-card .woocommerce-form-row {
  margin-bottom: 30px;
}
#customer_login .form-row.form-row-wide {
  display: block;
}
#customer_login .form-row.form-row-wide input {
  width: 100%;
}

#product-url-inpt {
  opacity: 0;
  position: absolute;
  transform: scale(0);
  -webkit-transform: scale(0);
}

.wc-social-login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-social-login .socials-list {
  margin-bottom: 0;
}
.wc-social-login .ywsl-label {
  margin-left: 10px;
  margin-bottom: 10px;
  color: #999;
  font-size: 13px;
}

.woocommerce-ResetPassword.lost_reset_password p {
  font-size: 13px;
  margin-bottom: 30px;
}
.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
  margin-bottom: 0;
}

.select2-container--default .select2-selection--single {
  border: none;
  background: #f5f5f5;
  height: 40px;
  border-radius: 20px;
  padding: 5px 10px 0 10px;
}
.select2-container--default .select2-selection--single span {
  color: #666 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  background: #fff;
  padding: 8px !important;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 10px;
  top: 5px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--above {
  border: none;
  background: #f5f5f5;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.select2-results__option {
  padding: 6px 14px;
  color: #444;
  font-size: 13px;
}

.header-popup-login {
  display: block;
  margin: auto;
}
.header-popup-login .modal-content {
  overflow: visible;
}
.header-popup-login .close-modal {
  position: absolute;
  margin-right: -50px;
}

.negarshop-countdown {
  direction: ltr;
}
.negarshop-countdown:not(.no-style) .countdown-section {
  background: #eee;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative;
  color: #666;
  margin-left: 3px;
  margin-right: 3px;
}
.negarshop-countdown:not(.no-style) .countdown-section:last-of-type {
  background: transparent;
}
.negarshop-countdown:not(.no-style) .countdown-section:last-of-type .countdown-amount {
  animation: timerScale 1s infinite;
  -webkit-animation: timerScale 1s infinite;
}
.negarshop-countdown:not(.no-style) .countdown-section:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  z-index: 0;
  border-radius: 100%;
  opacity: 0.1;
}
.negarshop-countdown:not(.no-style) .countdown-section .countdown-amount {
  line-height: 50px;
  text-align: center;
  font-size: 120%;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 500;
}
.negarshop-countdown:not(.no-style) .countdown-section .countdown-period {
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}

.cls-1 {
  isolation: isolate;
}

.cls-2 {
  opacity: 0.41;
  mix-blend-mode: multiply;
}

.cls-3 {
  fill: #231f20;
}

.cls-4 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
}

.archive-page-description {
  margin-bottom: 30px;
  color: #999;
  line-height: normal;
  font-size: 14px;
}
.archive-page-description .woocommerce-products-header__title {
  color: #666;
  margin-bottom: 20px;
}

.search-box.btn-style-light .action-btns .action-btn.search-submit {
  color: #999 !important;
}
.search-box.btn-style-light .action-btns .action-btn.search-submit::before {
  display: none !important;
}
.search-box.btn-style-light .action-btns .action-btn.search-submit::after {
  display: none !important;
}

.fw-alert .alert-icon {
  margin-right: 0;
  margin-left: 5px;
}

.tooltip .tooltip-inner {
  background: #eee;
  color: #666;
}
.tooltip .arrow {
  opacity: 0.1;
}

.product-survey {
  margin-top: 20px;
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
}
.product-survey .thanks {
  color: green;
}
.product-survey:not(.sent) .thanks {
  display: none;
}
.product-survey .answers {
  margin-right: 15px;
}

.product-survey.loading {
  opacity: 0.5;
  pointer-events: none;
}

.product-survey.sent > *:not(.thanks) {
  display: none;
}

#product-survey .price {
  margin-bottom: 0;
}
#product-survey .thumbnail img {
  width: 150px;
  height: auto;
}
#product-survey .title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
#product-survey form {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#product-survey form button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

#product-survey-form.loading {
  opacity: 0.5;
  pointer-events: none;
}
#product-survey-form.loading button {
  font-size: 0;
}
#product-survey-form.loading button i::before {
  content: "\f110";
  font-size: 13px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#product-survey-form.loading button::after {
  content: "در حال ارسال...";
  font-size: 13px;
  margin-right: 5px;
}

.ns-add-to-cart-inner {
  display: flex;
  align-items: center;
  padding-top: 30px !important;
}
.ns-add-to-cart-inner .price-update {
  display: block;
  font-size: 12px;
  position: absolute;
  color: var(--ns-accent);
  left: 0;
  right: 0;
  bottom: 100%;
  padding-bottom: 10px;
  pointer-events: none;
}
.ns-add-to-cart-inner button.disabled {
  pointer-events: all !important;
}

.product-alerts .alert-item {
  border-radius: 20px;
  padding: 20px 50px 20px 20px;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
}
.product-alerts .alert-item span {
  display: block;
}
.product-alerts .alert-item .icon {
  position: absolute;
  right: 12px;
  font-size: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
}
.product-alerts .alert-item .icon i {
  display: block;
}
.product-alerts .alert-item .title {
  font-size: 14px;
  font-weight: 500;
}
.product-alerts .alert-item .title + .desc {
  margin-top: 5px;
  font-size: 13px;
}

.shop-filters-show {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 30px;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  font-size: 18px;
  z-index: 997;
}

.digcon {
  width: 100%;
}

.white-popup {
  max-width: 100% !important;
}

.mfp-content {
  text-align: right;
}

.mfp-close {
  right: auto;
  left: 0;
}

ul.dokan-account-migration-lists {
  border: none !important;
}
ul.dokan-account-migration-lists li {
  border-radius: 20px;
  background-color: #f5f5f5;
  border: none !important;
  margin-bottom: 15px;
}
ul.dokan-account-migration-lists li .right-content {
  text-align: left !important;
}
ul.dokan-account-migration-lists li .left-content {
  text-align: right !important;
}

.woocommerce-MyAccount-account-funds #topup_amount {
  display: block;
  width: 100%;
}

.elementor-need {
  text-align: center;
  padding: 30px;
  font-size: 18px;
  color: #666;
}

.product-video-carousel .wp-video {
  width: 100% !important;
}
.product-video-carousel .mejs-container {
  width: 100% !important;
  padding-top: 60%;
}
.product-video-carousel .mejs-container .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.product-video-carousel .video-title {
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  color: #666;
}
.product-video-carousel .owl-nav {
  text-align: center;
}
.product-video-carousel .owl-nav button {
  display: inline-block;
  margin: 5px;
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5 !important;
  border-radius: 20px !important;
  font-size: 24px !important;
  text-align: center;
  color: #888 !important;
}
.product-video-carousel .owl-nav button:hover {
  background-color: #eee !important;
  color: #555 !important;
}

.ns-affiliate .dashboard-content .right-column {
  display: none;
}
.ns-affiliate .dashboard-content .left-column {
  width: 100%;
  float: none;
}
.ns-affiliate table {
  width: 100%;
  margin-bottom: 30px;
}
.ns-affiliate table td {
  padding: 10px;
}
.ns-affiliate .dashboard-title {
  color: #777;
}
.ns-affiliate .dashboard-title h2 {
  font-size: 18px;
  color: #888;
  margin-left: 10px !important;
}

.yith-wcaf .filters .filters-row {
  flex: 1;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}
.yith-wcaf .filters .filters-row input {
  margin-left: 15px;
}
.yith-wcaf .filters .filters-row .select2 {
  margin-left: 15px;
}
.yith-wcaf .filters .filters-row label.per-page input {
  display: inline-block;
  margin-right: 10px;
}
.yith-wcaf .filters .filters-row label {
  margin-bottom: 0;
}
.yith-wcaf .filters > form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.yith-wcaf .form-row {
  display: block;
  margin-bottom: 30px;
}
.yith-wcaf .form-row input:not([type=checkbox]) {
  width: 100%;
}
.yith-wcaf .form-row small {
  display: block;
  margin-top: 10px;
}

.yith-wcaf.yith-wcaf-commissions input.datepicker:not(:focus) {
  background-color: #f5f5f5;
}
.yith-wcaf.yith-wcaf-commissions .filters {
  margin-bottom: 25px;
}

.yith-wcaf.yith-wcaf-clicks input.datepicker:not(:focus) {
  background-color: #f5f5f5;
}
.yith-wcaf.yith-wcaf-clicks .filters {
  margin-bottom: 25px;
}

.yith-wcaf.yith-wcaf-payments input.datepicker:not(:focus) {
  background-color: #f5f5f5;
}
.yith-wcaf.yith-wcaf-payments .filters {
  margin-bottom: 25px;
}

.yith-wcaf-share {
  display: none;
}

.yith-wcaf-settings .form-row label {
  margin-bottom: 0;
}
.yith-wcaf-settings .form-row small {
  margin-top: 0;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
}
.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .form-row {
  margin: 0 !important;
  display: inherit;
}
.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .form-row-first {
  margin-left: 15px !important;
  flex: 1;
}
.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .clear {
  display: none;
}

.product-features-modal .modal-body {
  color: #666;
  font-size: 14px;
}

.select_option.select_option_colorpicker[disabled] {
  position: relative;
}
.select_option.select_option_colorpicker[disabled]::after {
  content: "ناموجود";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd6d6;
  color: red;
}

.swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  border-radius: 10px;
  margin: 3px;
  transition: 0.2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

.elementor-swiper-button {
  height: 60px !important;
  width: 60px !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 100% !important;
  box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px !important;
  color: #666 !important;
  opacity: 0.5 !important;
  transition: 0.2s !important;
}
.elementor-swiper-button span {
  display: none !important;
}
.elementor-swiper-button:hover {
  opacity: 0.8 !important;
}

#negarshopAlertContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

#negarshopAlertBox {
  min-width: 200px;
  max-width: 100%;
  background: #fff;
  position: fixed;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 20px;
  color: #666;
}
#negarshopAlertBox #closeBtn {
  background: #777;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 20px;
  transition: 0.2s;
  float: left;
}
#negarshopAlertBox #closeBtn:hover {
  background: #666;
}
#negarshopAlertBox h1 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #999;
}

.product-add-to-cart-sticky {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display: none;
}
.product-add-to-cart-sticky .add-product {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  font-size: 24px;
  padding: 0;
  background: #00bfd6;
  border-radius: 20px;
  color: #fff;
}
.product-add-to-cart-sticky .price {
  white-space: nowrap;
  background: linear-gradient(to top, rgba(50, 50, 50, 0.8), #666);
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.product-add-to-cart-sticky .price-outer {
  position: absolute;
  left: 28px;
  width: 31px;
  transform: rotate(-90deg);
  bottom: 80px;
  transition: 0.2s;
}
.product-add-to-cart-sticky:not(:hover) .price-outer {
  margin-bottom: -10px;
  opacity: 0;
}

.cart_item .product-shipping-time {
  display: flex;
  font-size: 13px;
  align-items: center;
}
.cart_item .product-shipping-time i {
  margin-left: 5px;
}

.wc-proceed-to-checkout .button {
  padding: 15px 40px;
}
.wc-proceed-to-checkout .button i {
  transform: translateY(2px);
  margin-right: 5px;
}

.woocommerce-cart-form .actions [name=update_cart] {
  height: 42px;
}
.woocommerce-cart-form .actions [name=update_cart] i {
  margin-left: 5px;
  transform: translateY(2px);
}

.checkout-leader {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 100px;
}
.checkout-leader::before {
  content: "";
  border-top: #eee solid 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.checkout-leader span {
  font-weight: 400;
  font-size: 26px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.checkout-leader#customer_details {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

.woocommerce-checkout-payment #place_order {
  padding: 15px 40px;
}

.order-delivery-times {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.order-delivery-times li {
  flex-grow: 2;
  margin: 10px;
}
.order-delivery-times li:not(:last-of-type) {
  margin-left: 10px;
}
.order-delivery-times li label {
  display: block;
  background: #f5f5f5;
  padding: 10px 50px 10px 20px !important;
  border-radius: 20px;
  line-height: normal;
  transition: 0.2s;
  color: #888;
}
.order-delivery-times li label:hover {
  background: #eee;
  color: #666;
}
.order-delivery-times li label::before {
  right: 20px !important;
}
.order-delivery-times li label span {
  display: block;
}
.order-delivery-times li label .delivery-time {
  font-size: 80%;
}
.order-delivery-times li label .delivery-title {
  font-weight: 500;
}
.order-delivery-times li input:checked + label {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
  color: #666;
}

.woocommerce-product-attributes-item__value p {
  white-space: pre-wrap;
}
.woocommerce-product-attributes-item__value p span {
  display: none;
}

.woocommerce-checkout.woocommerce-page article.post-item > .title {
  display: none;
}

.cart-header-steps {
  margin-bottom: 60px;
  border-bottom: #eee 1px solid;
  padding-bottom: 10px;
  flex-wrap: nowrap;
}
.cart-header-steps .step-item {
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  margin-bottom: 10px;
}
.cart-header-steps .step-item .icon {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 20px;
  margin-left: 15px;
  font-size: 18px;
  background: #00bfd6;
  color: #fff;
  transition: 0.2s;
}
.cart-header-steps .step-item .title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  line-height: normal;
}
.cart-header-steps .step-item .title span {
  display: block;
  font-size: 80%;
}
.cart-header-steps a {
  transition: 0.2s;
}
.cart-header-steps .active-step ~ div .step-item:not(:hover) {
  opacity: 0.7;
}
.cart-header-steps .active-step ~ div .step-item .icon {
  background: #f5f5f5 !important;
  color: #777;
}
.cart-header-steps .active-step a {
  pointer-events: none !important;
}
.cart-header-steps .active-step .step-item .icon {
  background: #eee !important;
  color: #666;
}

.order_details {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.order_details li {
  padding: 5px 10px;
}
.order_details li:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.order_details li i {
  margin-left: 5px;
  transform: translateY(2px);
}
.order_details li strong {
  margin-right: 10px;
}

.pw-gateway-checkout-form .button {
  padding: 10px 30px !important;
  margin-left: 15px;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 60px;
}
.woocommerce-thankyou-order-received::before {
  content: "";
  margin: 0 auto 15px auto;
  display: block;
  width: 150px;
  height: 150px;
  background: url(../images/happy-emoji.svg);
  background-size: 100%;
}
.woocommerce-thankyou-order-received-thankyou-buttons {
  display: block;
  margin-top: 15px;
}

.latest-orders-status {
  margin-top: 60px;
}
.latest-orders-status .section-title {
  margin-bottom: 30px;
  font-size: 16px;
}
.latest-orders-status .section-title i {
  margin-left: 5px;
}
.latest-orders-status .order-details {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  display: flex;
}
.latest-orders-status .order-details li:not(:last-of-type) {
  margin-left: 15px;
}
.latest-orders-status .order-item {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 15px;
}
.latest-orders-status .order-item .progress {
  transition: 0.2s;
  height: 5px;
  background: #fff;
  margin-top: 10px;
}
.latest-orders-status .order-item:hover .progress {
  height: 10px;
}

.negarshop-userlogin .show-password-input {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  color: #888;
}
.negarshop-userlogin .show-password-input:hover {
  color: #666;
}
.negarshop-userlogin .show-password-input::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 400;
  content: "\f06e";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.negarshop-userlogin .show-password-input.display-password::before {
  content: "\f070";
}
.negarshop-userlogin .password-input {
  display: block;
  position: relative;
}
.negarshop-userlogin .woocommerce-password-strength {
  margin-top: 10px;
}

.woocommerce-product-rating .star-rating {
  border-bottom: #aaa 1px dashed;
}
.woocommerce-product-rating .star-rating span {
  font-size: 0 !important;
}
.woocommerce-product-rating .star-rating > span {
  margin: 0 !important;
  border: none !important;
}

.product-questions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-questions .question-item {
  padding: 20px 10px;
}
.product-questions .question-item .question-content i {
  margin-left: 10px;
  font-size: 20px;
  float: right;
}
.product-questions .question-item:not(:last-of-type) {
  border-bottom: #eee 1px solid;
}
.product-questions .question-item .question-actions {
  margin-top: 10px;
}
.product-questions .question-item .children {
  list-style: none;
  padding: 10px;
  background: #f5f5f5;
  margin-top: 30px;
  border-radius: 20px;
}
.product-questions .question-item .children li {
  padding: 0;
  border: none;
}
.product-questions .question-item .children li .question-header {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: #ddd 1px solid;
  color: #666;
}
.product-questions .question-item .children li:not(:last-of-type) {
  margin-bottom: 20px;
}

.question-submit {
  text-align: center;
}
.question-submit .btn {
  display: block;
  padding: 15px;
  width: 100%;
  margin-top: 30px;
}
.question-submit p {
  font-size: 13px;
}
.question-submit .icon {
  font-size: 54px;
  margin-bottom: 15px;
}

#submit-question-form .sending-comment {
  display: none;
}

#submit-question-form[disabled] {
  pointer-events: none;
}
#submit-question-form[disabled] .sending-comment {
  display: block;
}
#submit-question-form[disabled] span:not(.sending-comment) {
  display: none;
}

.woocommerce-form-login__submit i {
  margin-right: 5px;
  transform: translateY(1px);
}

.woocommerce-checkout .leaflet-container {
  height: 300px;
  border-radius: 20px;
  z-index: 10;
}

.leaflet-control-attribution.leaflet-control {
  opacity: 0;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-shipping-fields__field-wrapper .form-row {
  margin-left: 0;
  margin-right: 0;
}

#shipping-map {
  margin-bottom: 30px;
}

.leaflet-marker-icon {
  transition: 0.1s;
}

.leaflet-marker-shadow {
  transition: 0.1s;
}

.question-pagination {
  text-align: center;
  margin-top: 30px;
}
.question-pagination .page-numbers {
  display: inline-block;
  padding: 5px 15px;
  background: #eee;
  margin: 2px;
  color: #666;
  transition: 0.2s;
  font-size: 14px;
}
.question-pagination .page-numbers:hover {
  background: #888;
  color: #fff;
}
.question-pagination span.page-numbers {
  background: transparent !important;
  color: #666 !important;
}

.order-sale td {
  font-size: 18px;
  color: green;
}

.question-empty {
  text-align: center;
  padding-top: 30px;
}
.question-empty .icon {
  font-size: 36px;
}

.comment-attachments {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.comment-attachments li {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 20px;
  background: #eee;
}
.comment-attachments li img {
  width: 100%;
  height: 100%;
}

#comment-attachments {
  border-radius: 20px;
  margin: 10px 0 20px 0;
  min-height: inherit;
}

.dropzone {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.price .coming-soon {
  direction: rtl;
}

.product-shortlinks {
  text-align: center;
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 30px 0;
}
.product-shortlinks label {
  margin: 0 0 0 30px;
}
.product-shortlinks input {
  flex: 1;
}

.woocommerce-table--order-details .order_item .wc-item-meta {
  padding: 0;
  list-style: none;
  margin: 10px 0 0 0;
}
.woocommerce-table--order-details .order_item .wc-item-meta strong {
  margin: 0;
}

.rtl .price bdi {
  display: inline-block;
}
.rtl .price bdi .woocommerce-Price-currencySymbol {
  float: left;
}

.wc-product-carousel-thumbs .owl-item img {
  height: auto;
}
.wc-product-carousel-thumbs .owl-item:last-of-type {
  margin-right: 0 !important;
}

.related .sec-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
}

.product-single-style-3 .product-section {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
.product-single-style-3 h1.product_title.entry-title {
  font-size: 20px;
  font-weight: 600;
}
.product-single-style-3 h3.product_sub_title.entry-sub-title {
  font-size: 16px;
  font-weight: 300;
  color: #777777;
}
.product-single-style-3 .title-bg {
  margin-bottom: 30px;
}
.product-single-style-3 .woocommerce-variation-price {
  display: flex;
  direction: rtl;
  align-items: center;
  margin-bottom: 20px;
}
.product-single-style-3 .woocommerce-variation-price .price {
  margin-bottom: 0;
}
.product-single-style-3 .woocommerce-variation-price:not(:empty)::before {
  color: #777;
  font-size: 14px;
  content: "قیمت نهایی:";
}
.product-single-style-3 .select_option.select_option_colorpicker {
  background: transparent;
  box-shadow: none;
  color: #777777;
  padding: 7px 14px;
  margin-top: 0 !important;
}
.product-single-style-3 .select_option.select_option_colorpicker:hover {
  color: #444;
}
.product-single-style-3 .select_option.select_option_colorpicker em {
  margin: 0 !important;
  font-size: 14px;
}
.product-single-style-3 .select_option.select_option_colorpicker span {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px !important;
}
.product-single-style-3 .select_option.select_option_label {
  background: transparent;
  box-shadow: none;
  color: #777777;
  padding: 7px 14px;
  margin-top: 0 !important;
}
.product-single-style-3 .select_option.select_option_label:hover {
  color: #444;
}
.product-single-style-3 .select_option.select_option_label em {
  margin: 0 !important;
  font-size: 14px;
}
.product-single-style-3 .select_option.select_option_colorpicker.selected {
  color: #555;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
  border-radius: 10px;
  background: #fff;
}
.product-single-style-3 .select_option.select_option_label.selected {
  color: #555;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
  border-radius: 10px;
  background: #fff;
}
.product-single-style-3 .ns-add-to-cart-inner {
  padding-top: 0 !important;
}
.product-single-style-3 .ns-add-to-cart-inner button .inline-sale-timer-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  pointer-events: none;
}
.product-single-style-3 .ns-add-to-cart-inner button .inline-sale-timer-box .title {
  font-size: 13px;
  color: inherit;
  margin-bottom: 0;
  margin-left: 15px;
}
.product-single-style-3 .product-footer-features {
  margin-top: 50px;
  background: #f5f5f5;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px;
}
.product-single-style-3 .product-footer-features > .row {
  justify-content: flex-start !important;
}
.product-single-style-3 .product-footer-features > .row > div {
  width: 25%;
}
.product-single-style-3 .product-section.product-excerpt {
  padding: 0;
  margin-top: 50px;
}
.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-header i {
  font-size: 42px;
  color: rgba(0, 0, 0, 0.1);
  margin-left: 15px;
}
.product-single-style-3 .woocommerce-product-details__short-description h6.sec-title {
  font-size: 24px;
  color: #555555;
  margin-bottom: 0;
}
.product-single-style-3 .woocommerce-product-details__short-description h6.sec-title + .product-title {
  font-size: 15px;
  color: #7B7B7B;
  margin-bottom: 0;
}
.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-content {
  line-height: 33px;
  color: #666666;
}
.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 130px;
  margin-right: -40px;
  margin-left: -40px;
}
.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
  white-space: nowrap;
  max-width: 100%;
  padding: 10px 40px;
  border-radius: 0;
  max-width: inherit !important;
  margin: 0;
}
.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .is-affixed .inner-wrapper-sticky {
  border-bottom: #ccc 1px dashed;
  background: #fff;
  z-index: 999;
}
.product-single-style-3 .product-questions .question-item {
  padding-left: 0;
  padding-right: 0;
}
.product-single-style-3 .product-alerts .alert-item {
  padding: 20px 60px 20px 20px;
}
.product-single-style-3 .product-alerts .alert-item .icon {
  right: 22px;
}
.product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner > button {
  width: 250px;
}
.product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner .price-update {
  display: none;
}
.product-single-style-3 .wc-product-carousel {
  background: #fff;
  border-radius: 20px;
}
.product-single-style-3 .custom-active-item {
  opacity: 1 !important;
}
.product-single-style-3 .product-shipping-time {
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  color: #333;
  border-radius: 20px;
  margin: 30px 0;
}
.product-single-style-3 .product-shipping-time p {
  margin: 0;
}
.product-single-style-3 .product-shipping-time i {
  font-size: 36px;
  margin-left: 15px;
  color: red;
}
.product-single-style-3 .product-shipping-time .shiping-title b {
  color: red;
}
.product-single-style-3 .postDescReviews {
  padding: 0 10px;
}
.product-single-style-3 .tagged_as {
  position: relative;
  padding-right: 20px;
  color: #999;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
}
.product-single-style-3 .tagged_as i {
  position: absolute;
  font-size: 24px;
  color: #000;
  opacity: 0.1;
  right: 0;
  top: 0;
}
.product-single-style-3 .tagged_as a {
  font-weight: 400;
  margin: 0 2.5px;
}
.product-single-style-3 .tagged_as a:first-of-type {
  margin-right: 15px;
}
.product-single-style-3 .product-listed-metas {
  margin-top: 30px;
}
.product-single-style-3 .product-listed-metas .details {
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
}
.product-single-style-3 .product-listed-metas .details:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-single-style-3 .product-listed-metas .details::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.2s;
}
.product-single-style-3 .product-listed-metas .details a:not(:hover) {
  color: #999;
}
.product-single-style-3 .product-listed-metas .details:hover::before {
  box-shadow: #fff 0 0 0 3px inset;
  background: #999;
}
.product-single-style-3 .product-listed-metas .details .title {
  margin-left: 10px;
}
.product-single-style-3 .product-section.product-additional-items {
  margin: 60px 0;
}
.product-single-style-3 .product-section.product-additional-items .additional-factor {
  padding-right: 0;
  padding-left: 0;
}
.product-single-style-3 .product-section.product-additional-items .additional-factor .af-items .af-item label {
  width: auto;
  flex: 1;
}
.product-single-style-3 .product-section.product-additional-items .af-inner form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-single-style-3 .product-section.product-additional-items .af-inner form .af-items {
  min-width: 100%;
  margin-bottom: 30px;
}
.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total {
  flex: 1;
  margin: 0;
}
.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total .af-total-price {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total .af-total-price .total-price-title {
  margin: 0 0 0 15px;
}

.product-description-inner {
  line-height: 2.4rem;
  color: #555;
}

.inline-sale-timer-box .countdown-section {
  background: transparent !important;
}
.inline-sale-timer-box .countdown-section .countdown-period {
  display: none;
}
.inline-sale-timer-box .countdown-section:not(:last-of-type) .countdown-amount::after {
  content: ":";
  margin: 0 2.5px;
}
.inline-sale-timer-box * {
  color: red;
}

del {
  text-decoration: line-through !important;
}
del * {
  text-decoration: line-through !important;
}

.store-social-wrapper .store-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store-social-wrapper .store-social a {
  display: block;
  padding: 10px;
}
.store-social-wrapper .store-social a i {
  font-size: 18px;
  display: block;
}

.pwa-page-loader {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

.mobile-panel-showing .pwa-page-loader {
  z-index: 9999999;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.modal {
  z-index: 999999;
}

.modal-backdrop {
  z-index: 999998;
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
  content: "\f00c";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #eee;
  border-radius: 5px;
  margin-left: 10px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: transparent;
  transition: 0.2s;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #444;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before {
  background: #e5e5e5;
  color: #aaa;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a {
  font-weight: 500;
  color: #333;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
  color: #fff;
  background: #00bfd6;
}

.widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
}
.widget_layered_nav_filters ul a {
  display: block;
  align-items: center;
  padding: 2px 10px;
  background: rgba(234, 0, 35, 0.1);
  color: #ea0023;
  border-radius: 20px;
  margin: 0 0 5px 5px;
  transition: 0.2s;
}
.widget_layered_nav_filters ul a:hover {
  background: #ea0023;
  color: #fff !important;
}
.widget_layered_nav_filters ul a:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  margin-left: 5px;
}

.login-back-btn {
  display: block;
  padding: 10px;
  text-align: center;
  border-top: #eee 1px solid;
}

.show-inline-description .woocommerce-tabs .panel-mobile-title {
  display: none !important;
}

.custom-select {
  padding: 0.375rem 0.75rem 0.375rem 3rem;
  background-position: left 15px center;
}

.swiper-container {
  overflow: hidden;
}

.mfp-auto-cursor .mfp-content {
  max-width: 740px;
}

body .dokan-form-group .ajax_prev {
  margin-right: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice,
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
  z-index: 99 !important;
}

.dokan-dashboard .dokan-dash-sidebar {
  background: transparent !important;
  width: 220px !important;
  overflow: visible !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: transparent !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  border-color: #fff !important;
  margin-bottom: 5px !important;
  border-radius: 20px;
  overflow: hidden;
  background: transparent !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: #666 !important;
  background: #fff !important;
  border: none !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  border-radius: 20px;
  padding: 8px 16px !important;
  transition: 0.2s;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:not(.tips) i {
  padding: 0 !important;
  margin: 0 0 0 5px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.pull-right {
  padding-left: 0 !important;
  text-align: left !important;
  margin-left: 0 !important;
  margin-top: 5px !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover {
  background: #eee !important;
  color: #464646 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active > a {
  background: rgba(255, 2, 102, 0.1) !important;
  color: #00bfd6 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active::after {
  display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  text-align: center;
  padding: 0 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.dokan-dashboard .dokan-dashboard-content {
  width: calc(100% - 220px) !important;
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
  width: 100% !important;
}

.dokan-single-store .dokan-store-tabs ul li {
  border-right: none !important;
  border-left: 1px solid #EDEDED;
  margin-right: 0 !important;
  margin-left: -4px;
}

.dokan-seller-search-form .dokan-w4 input[type=search] {
  height: 40px !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding: 0 15px !important;
}
.dokan-seller-search-form .dokan-w4 select.dokan-form-control {
  height: 40px !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding: 0 15px !important;
}

.dokan-alert {
  border: none !important;
  border-radius: 20px !important;
}

#dokan-form-contact-seller label:empty {
  display: none !important;
}

body .store-cat-stack-dokan.cat-drop-stack ul {
  overflow-y: auto;
}

.dokan-widget-area aside.widget ul li a {
  display: flex;
  justify-content: space-between;
  line-height: 2rem;
}
.dokan-widget-area aside.widget li ul {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}

.profile-info-summery::after {
  content: "";
  display: block;
  clear: both;
}

.dokan-pagination-container .dokan-pagination {
  direction: rtl;
  text-align: right;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu {
  background-color: transparent !important;
}

.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 {
  position: static !important;
  transform: none !important;
}

.header-main-nav .header-main-menu-col.text-center > ul {
  justify-content: center;
}
.header-main-nav .header-main-menu-col.text-right > ul {
  justify-content: right;
}
.header-main-nav .header-main-menu-col.text-left > ul {
  justify-content: left;
}
.header-main-nav .header-main-menu-col > ul {
  display: flex;
  align-items: center;
}
.header-main-nav .header-main-menu ul {
  padding: 0;
  margin: 0;
}
.header-main-nav .header-main-menu ul li {
  position: relative;
  text-align: right;
}
.header-main-nav .header-main-menu ul li.menu-item-has-icon > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-main-nav .header-main-menu ul li.menu-item-has-icon > a .item-icon {
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1 !important;
  background-size: 100% 100%;
  position: static !important;
}
.header-main-nav .header-main-menu ul ul li:not(:hover) > ul {
  margin-top: 0;
  margin-right: -15px;
}
.header-main-nav .header-main-menu ul ul li.menu-item-has-children > ul::before {
  width: 10px;
  height: 100%;
  bottom: 0;
  left: 100%;
}
.header-main-nav .header-main-menu ul li.menu-item-has-mega-menu:not(:hover) .tl-contents {
  display: none;
}
.header-main-nav .header-main-menu > ul > li {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}
.header-main-nav .header-main-menu > ul > li > a {
  transition: 0.2s;
  display: block;
  font-weight: 500;
  position: relative;
}
.header-main-nav .header-main-menu > ul > li > a:not(:hover) {
  color: #666666;
}
.header-main-nav .header-main-menu > ul > li > a i {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 36px;
  opacity: 0.1;
}
.header-main-nav .header-main-menu > ul::after {
  content: "";
  display: block;
  clear: both;
}
.header-main-nav .header-main-menu > ul > li.current-menu-item > a {
  color: #999;
  pointer-events: none;
  font-weight: 500;
}
.header-main-nav .header-main-menu > ul > li.loaded:hover > a {
  color: #00bfd6;
}
.header-main-nav .header-main-menu li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  z-index: 9999;
  background: #fff;
  width: 200px;
  border-radius: 20px;
  padding: 10px;
  transition: all 0.2s, width 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  -webkit-animation-name: MenuSlideDown;
  animation-name: MenuSlideDown;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transition-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.header-main-nav .header-main-menu li > ul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  transition: 0.2s;
}
.header-main-nav .header-main-menu li > ul li:hover > a {
  padding-right: 15px;
}
.header-main-nav .header-main-menu li > ul ul {
  top: -15px;
  right: 100%;
  margin-right: 10px;
}
.header-main-nav .header-main-menu li > ul li.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f104";
  font-weight: 400;
  float: left;
  font-size: 14px;
  color: #aaa;
  transition: 0.2s;
}
.header-main-nav .header-main-menu li > ul li.menu-item-has-children:hover > a::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-main-nav .header-main-menu li > ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header-main-nav .header-main-menu li:hover > ul {
  margin-top: 10px;
  -webkit-animation-name: MenuSlideUp;
  animation-name: MenuSlideUp;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.header-main-nav .header-main-menu li > ul.is-mega-menu-con.is-two-level-mega-menu {
  align-items: start;
}
.header-main-nav .header-main-menu li > ul.is-mega-menu-con.is-product-mega-menu {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.header-main-nav .header-main-menu li[data-id] {
  position: static;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con {
  width: 100vw;
  right: 10px;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con::after {
  content: "";
  display: block;
  clear: both;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con > li {
  width: 25%;
  float: right;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con > li > ul {
  opacity: 1;
  visibility: visible;
  position: static;
  margin: 0 !important;
  box-shadow: none;
  background: transparent;
  padding-top: 5px;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con li.menu-item-has-children > a {
  font-weight: 500;
  padding: 5px 10px !important;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con li.menu-item-has-children > a::after {
  display: none;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con ul {
  animation: none;
  -webkit-animation: none;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con:not(.is-product-mega-menu) ul {
  width: 100%;
  display: block;
  position: static;
}
.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con:not(.is-product-mega-menu) a {
  display: inline-block;
}
.header-main-nav .header-main-menu li[data-id]:not(:hover) > ul.is-mega-menu-con * {
  visibility: hidden;
}
.header-main-nav .header-main-menu li[data-id][data-col="3"] > ul.is-mega-menu-con > li {
  width: 33.33%;
}
.header-main-nav .header-main-menu li[data-id][data-col="5"] > ul.is-mega-menu-con > li {
  width: 20%;
}
.header-main-nav .header-main-menu.col {
  position: static;
}
.header-main-nav .header-main-menu.header-main-menu-col li[data-id] > ul.is-mega-menu-con {
  right: 0 !important;
}
.header-main-nav ul.is-mega-menu-con ul {
  background: transparent !important;
}

.responsive-menu .menu-popup {
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  bottom: 0;
  font-size: 14px;
  overflow-y: auto;
  padding: 15px 0;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  width: 280px;
  z-index: 99999;
  margin-right: -50px;
}
.responsive-menu .menu-popup header.menu-header {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadce0;
}
.responsive-menu .menu-popup header.menu-header a {
  display: inline-block;
}
.responsive-menu .menu-popup header.menu-header a img {
  height: 40px;
}
.responsive-menu .menu-popup nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.responsive-menu .menu-popup nav ul li {
  position: relative;
}
.responsive-menu .menu-popup nav ul li a {
  display: block;
  padding: 12px 48px;
  padding-right: 24px;
  line-height: 18px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-weight: 500;
}
.responsive-menu .menu-popup nav ul li a:hover {
  background: #f5f5f5;
  color: #202124;
  text-decoration: none;
}
.responsive-menu .menu-popup nav ul li > ul {
  display: none;
}
.responsive-menu .menu-popup nav ul li > ul li a {
  padding-right: 48px;
  padding-right: 48px;
}
.responsive-menu .menu-popup nav ul li > ul li > ul a {
  padding-right: 86px;
}
.responsive-menu .menu-popup nav ul span.toggle {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s, height 0s;
  font-size: 20px;
  color: #999;
}
.responsive-menu .menu-popup nav ul span.toggle:hover {
  background: rgba(0, 0, 0, 0.1);
}
.responsive-menu .menu-popup nav ul span.toggle i {
  transition: 0.2s;
}
.responsive-menu .menu-popup nav ul span.toggle.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.responsive-menu .menu-popup.to-right {
  margin-right: 50px;
  right: auto;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.responsive-menu .menu-popup.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  margin-right: 0;
}
.responsive-menu .menu-popup.show + .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.responsive-menu .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transition: opacity 0.2s linear;
  visibility: hidden;
  z-index: 4;
}

.header-search .search-box {
  position: relative;
}
.header-search .search-box .search-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 13px;
  padding: 0 15px;
  border-radius: 20px;
  transition: 0.2s;
  color: #666;
  box-shadow: none !important;
  height: 50px;
}
.header-search .search-box .search-form-fields {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}
.header-search .search-box .search-form-fields .search-input {
  flex: 1;
}
.header-search .search-box .search-form-fields .search-buttons-group {
  padding-right: 10px;
}
.header-search .search-box .search-form-fields .search-buttons-group .search-filters, .header-search .search-box .search-form-fields .search-buttons-group .search-submit {
  height: 50px;
  min-width: 50px;
  font-size: 1.3rem;
}
.header-search .search-box .search-form-fields .search-buttons-group .search-loading {
  display: none;
}
.header-search .search-box.loading .search-submit .search-standby {
  display: none;
}
.header-search .search-box.loading .search-submit .search-loading {
  display: block;
}
.header-search .search-box.loading .search-submit .button-text {
  display: none;
}
.header-search .search-box .search-options {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 200px;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
  z-index: 999;
}
.header-search .search-box .search-options .filters-parent {
  position: relative;
}
.header-search .search-box .search-options .filters-parent .select2-container {
  width: 100% !important;
}
.header-search .search-box:not(.show-filters) .search-options {
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
}
.header-search .search-box .search-result {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 999;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
.header-search .search-box .search-result:empty {
  visibility: hidden;
}
.header-search .search-box .search-result li {
  padding: 10px 70px 10px 10px;
  transition: 0.2s;
  min-height: 50px;
}
.header-search .search-box .search-result li a {
  display: block;
  transition: 0.2s;
}
.header-search .search-box .search-result li a::after {
  content: "";
  display: block;
  clear: both;
}
.header-search .search-box .search-result li:hover {
  background: #fafafa;
}
.header-search .search-box .search-result li img {
  float: right;
  width: 50px;
  margin-right: -60px;
  border-radius: 20px;
  font-size: 0;
}
.header-search .search-box .search-result li h3 {
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.header-search .search-box .search-result li h6 {
  margin: 0;
  font-size: 12px;
  color: #888;
}
.header-search .search-box .search-result li del {
  display: none;
}
.header-search .search-box .search-result li ins {
  text-decoration: none;
}
.header-search .search-box .search-result li.nothing {
  text-align: center;
  padding: 10px;
  min-height: inherit;
  color: #666;
  text-align: center;
  padding: 10px;
  min-height: inherit;
  color: #666;
}
.header-search .search-box .search-result li.nothing i {
  display: block;
  font-size: 48px;
  opacity: 0.2;
  display: block;
  font-size: 48px;
  opacity: 0.2;
}
.header-search .search-box .search-result li.archive {
  text-align: left;
  padding: 10px;
  color: #999;
}
.header-search .search-box .search-result li.archive a.btn {
  display: inline-block;
  margin-right: 10px;
}
.header-search .search-box .search-result .negarshop-add-to-compare {
  margin-left: 0;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}
.header-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999;
  line-height: 20px;
}
.header-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 17px;
}
.header-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0.5;
}
.header-search .select2-selection--single {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  width: 120px;
  height: 20px !important;
  padding: 0 !important;
}
.header-search .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  font-size: 12px;
}

#responsive-contents .header-search .search-box .search-result {
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  max-height: inherit !important;
  position: static !important;
}
#responsive-contents .header-search .search-box .search-result li:not(.nothing):not(.archive) {
  padding: 10px 60px 10px 0;
}

.show-overlay .search-overlay {
  position: absolute;
  z-index: 998;
  background: rgba(0, 0, 0, 0.2);
  top: -200px;
  left: -200px;
  bottom: -500px;
  right: -200px;
  transition: 0.2s;
  filter: blur(50px);
}

body:not(.search-overlay-is-showing) .search-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search-overlay-is-showing {
  overflow: hidden;
}
.search-overlay-is-showing .search-overlay ~ .search-box {
  position: relative;
  z-index: 999;
}

.header-account {
  display: inline-block;
}
.header-account .account-box {
  cursor: context-menu;
  position: relative;
}
.header-account .account-box .box-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.header-account .account-box:hover .title {
  color: #00bfd6;
}
.header-account .account-box:hover .icon {
  background-color: #00bfd6;
  color: #fff;
}
.header-account .account-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  background: #dedede;
  color: #888;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
}
.header-account .account-box .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-account .account-box .title {
  display: block;
  text-align: center;
  color: #666;
  font-weight: 500;
  transition: 0.2s;
}
.header-account .account-box .subtitle {
  display: block;
  color: #707070;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-account .account-box .account-links {
  position: absolute;
  z-index: 333;
  width: 230px;
  background: #fff;
  border-radius: 10px;
  display: block;
  margin: 10px 0 0 0;
  list-style: none;
  transition: 0.2s;
  top: 100%;
  left: 0;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}
.header-account .account-box .account-links:empty {
  display: none !important;
}
.header-account .account-box .account-links::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 100%;
  left: 0;
}
.header-account .account-box .account-links > li {
  display: block;
}
.header-account .account-box .account-links > li a {
  display: block;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  transition: 0.2s;
}
.header-account .account-box .account-links > li a:hover {
  background: #eee;
  color: #444;
}
.header-account .account-box .account-links > li a.logout {
  font-size: 18px;
}
.header-account .account-box .account-links .summary {
  border-bottom: #eee 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.header-account .account-box .account-links .summary a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: right;
}
.header-account .account-box .account-links .summary img {
  width: 60px;
  height: 60px;
  border-radius: var(--ns-radius);
  background-color: #eee;
}
.header-account .account-box .account-links .summary span {
  flex: 1;
}
.header-account .account-box .account-links .summary .profile-name {
  display: block;
  font-weight: bold;
  color: #333;
}
.header-account .account-box .account-links .summary .profile-details {
  color: #666;
}
.header-account .account-box:not(:hover) .account-links {
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}
.header-account.to-left .account-box .account-links {
  left: auto;
  right: 0;
}

.elementor-widget-container .header-cart-basket .cart-basket-box .icon, .elementor-widget-container .header-cart-basket .cart-basket-box .title, .elementor-widget-container .header-cart-basket .cart-basket-box .subtitle, .elementor-widget-container .header-cart-basket .cart-basket-box .count {
  display: none;
}

.header-cart-basket {
  position: relative;
  display: block;
}
.header-cart-basket .cart-basket-box {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  border-radius: 20px;
  background-color: #00bfd6;
  color: #Fff;
  padding: 10px 20px;
  flex-direction: row-reverse;
  transition: 0.2s;
  line-height: normal;
}
.header-cart-basket .cart-basket-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 1;
  transition: 0.2s;
}
.header-cart-basket .cart-basket-box .title-outer {
  flex: 1;
  display: block;
  text-align: left;
}
.header-cart-basket .cart-basket-box .title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s;
}
.header-cart-basket .cart-basket-box .subtitle {
  display: block;
  font-size: 13px;
  transition: 0.2s;
}
.header-cart-basket .cart-basket-box .count {
  color: #00bfd6;
  background: #fff;
  border-radius: 100px;
  padding: 2px 10px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s;
}
.header-cart-basket.cart-mode-hover .cart-basket-box:not(.cart-mode-popup):not(:hover) + .widget.widget_shopping_cart:not(:hover) {
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 350px;
  transition: 0.2s;
  border-radius: 0 !important;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart.cart-items-align-left {
  left: 0;
  right: auto;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .cart-items-header {
  display: flex;
  align-items: center;
  padding: 0 30px 0 0;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .cart-items-header .header-title {
  flex: 1;
  margin-bottom: 0;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .cart-items-header .header-close {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
  padding: 0;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart ul li p.product-name {
  white-space: normal;
  overflow: inherit;
  text-overflow: inherit;
  margin-bottom: 5px;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .buttons {
  padding: 20px;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart p.total {
  padding: 20px;
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 80px);
}
.header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart .woocommerce-mini-cart {
  flex: 1 1 auto;
  max-height: inherit;
}
.header-cart-basket.cart-mode-popup:not(.show-cart) > .widget.widget_shopping_cart {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}
.header-cart-basket.cart-mode-popup:not(.show-cart) > .widget.widget_shopping_cart.cart-items-align-left {
  transform: translateX(-100%);
}
.header-cart-basket.cart-mode-popup .ns-closer {
  display: none;
  transition: none;
  z-index: 9998;
}
.header-cart-basket > .widget.widget_shopping_cart {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 9999;
  background: #fff;
  width: 300px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  transition: 0.2s;
  text-align: right;
}
.header-cart-basket > .widget.widget_shopping_cart .cart-items-header {
  display: none;
}
.header-cart-basket > .widget.widget_shopping_cart.cart-items-align-left {
  left: auto;
  right: 0;
}
.header-cart-basket > .widget.widget_shopping_cart::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.header-cart-basket > .widget.widget_shopping_cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 230px;
  overflow: auto;
}
.header-cart-basket > .widget.widget_shopping_cart ul li {
  padding: 10px 70px 10px 10px;
  min-height: 70px;
  position: relative;
  transition: 0.2s;
  white-space: nowrap;
}
.header-cart-basket > .widget.widget_shopping_cart ul li:hover {
  background: #f9f9f9;
}
.header-cart-basket > .widget.widget_shopping_cart ul li::after {
  content: "";
  display: block;
  clear: both;
}
.header-cart-basket > .widget.widget_shopping_cart ul li img.wp-post-image {
  float: right;
  width: 50px;
  height: 50px;
  margin-right: -60px;
  border-radius: 20px;
}
.header-cart-basket > .widget.widget_shopping_cart ul li img.attachment-woocommerce_thumbnail {
  float: right;
  width: 50px;
  height: 50px;
  margin-right: -60px;
  border-radius: 20px;
}
.header-cart-basket > .widget.widget_shopping_cart ul li a.remove {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #eee;
  border-radius: 20px;
  font-size: 28px;
  transition: 0.2s;
  z-index: 9;
}
.header-cart-basket > .widget.widget_shopping_cart ul li a.remove:hover {
  background: #00bfd6;
  color: #fff;
}
.header-cart-basket > .widget.widget_shopping_cart ul li:not(:hover) a.remove {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0;
}
.header-cart-basket > .widget.widget_shopping_cart ul li p.product-name {
  float: right;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #777;
  font-weight: 500;
}
.header-cart-basket > .widget.widget_shopping_cart ul li dl.variation {
  float: right;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.header-cart-basket > .widget.widget_shopping_cart ul li dl.variation * {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.header-cart-basket > .widget.widget_shopping_cart ul li span.quantity {
  float: right;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.header-cart-basket > .widget.widget_shopping_cart ul li span.quantity * {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.header-cart-basket > .widget.widget_shopping_cart > .widget_shopping_cart_content {
  border-radius: 20px;
  overflow: hidden;
}
.header-cart-basket > .widget.widget_shopping_cart p.total {
  text-align: center;
  padding: 10px;
  color: #00bfd6;
  background: rgba(255, 2, 102, 0.1);
  margin: 0;
}
.header-cart-basket > .widget.widget_shopping_cart p.total strong {
  margin-left: 10px;
}
.header-cart-basket > .widget.widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.header-cart-basket > .widget.widget_shopping_cart .buttons .button {
  width: 50%;
  font-size: 13px;
  transition: 0.2s;
}
.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout {
  background: #eee;
  color: #777;
  border-radius: 20px;
}
.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout:hover {
  background: #00bfd6;
  color: #fff;
}
.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout::after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f104";
  font-weight: 300;
  margin-right: 10px;
  transform: translateY(2px) scale(1.5);
  display: inline-block;
}

.admin-bar .header-cart-basket.cart-mode-popup > .widget.widget_shopping_cart {
  top: 32px;
}

#responsive-contents .header-cart-basket {
  display: block;
  position: static;
}
#responsive-contents .header-cart-basket .cart-basket-box {
  display: none;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-height: inherit !important;
  box-shadow: none !important;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart ul {
  max-height: inherit !important;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart ul li a.remove {
  opacity: 1 !important;
  visibility: visible;
  transform: none !important;
  width: auto !important;
  height: auto;
  line-height: normal;
  padding: 5px;
  display: inline-block;
  font-size: 14px;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background: transparent !important;
  color: red;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart ul li a.remove::after {
  content: "حذف";
  margin: 0 5px 0 0;
  font-size: 12px;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #fff;
  z-index: 9;
  border-top: #eee 1px solid;
}
#responsive-contents .header-cart-basket .widget.widget_shopping_cart p.total {
  border-radius: 20px;
}

.products-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
  transition: 0.2s;
}
.products-carousel .owl-nav .owl-next {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.2) 10px 0 20px;
}
.products-carousel .owl-nav > button.disabled {
  opacity: 0;
  visibility: hidden;
}
.products-carousel .owl-nav > button {
  pointer-events: all;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  text-align: center;
  background: #fff !important;
  font-size: 36px !important;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) -10px 0 20px;
  padding: 0 !important;
  transition: 0.2s;
  color: #666 !important;
  opacity: 0.9;
}
.products-carousel .owl-nav > button:hover {
  opacity: 1;
}
.products-carousel .owl-nav > button:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.products-carousel:not(:hover) .owl-nav {
  opacity: 0.5;
  transition-delay: 0.4s;
}
.products-carousel .carousel-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.products-carousel .carousel-content .loading {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  opacity: 0;
  border-radius: 20px;
}
.products-carousel .carousel-content .loading.visible {
  opacity: 1;
}
.products-carousel .tabs {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex: 1;
  text-align: right;
}
.products-carousel .tabs li {
  display: inline-block;
  list-style: none;
}
.products-carousel .tabs li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}
.products-carousel .tabs li.active a {
  color: #00bfd6;
  font-weight: 700;
  pointer-events: none;
  border-bottom-color: #00bfd6;
}
.products-carousel .tabs--side li {
  display: block;
}
@media (max-width: 992px) {
  .products-carousel .tabs--side {
    white-space: nowrap;
    overflow: auto;
  }
  .products-carousel .tabs--side li {
    display: inline-block;
  }
}
.products-carousel.brand .item {
  padding: 0 20px;
}
.products-carousel.brand .owl-item img {
  width: auto;
  margin: auto;
}

.category-card {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.2s;
}
.category-card .card-inner {
  text-align: center;
  flex: 1;
}
.category-card .card-inner.inline-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category-card .card-inner.inline-content .card-subtitle {
  margin-top: 0;
}
.category-card img {
  width: 60px;
  margin-left: 15px;
  border-radius: 20px !important;
}
.category-card img + .card-inner {
  text-align: right;
}
.category-card .card-title {
  font-size: 16px;
  margin-bottom: 0;
  color: #444;
  transition: 0.2s;
  white-space: nowrap;
}
.category-card .card-subtitle {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  transition: 0.2s;
  white-space: nowrap;
}
.category-card--vertical {
  flex-direction: column;
}
.category-card--vertical img {
  margin: 0 0 15px 0;
}
.category-card--vertical .card-inner {
  text-align: center !important;
}
.category-card--tile {
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.category-card--tile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  z-index: 1;
}
.category-card--tile img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: auto;
  height: auto !important;
  max-width: inherit !important;
}
.category-card--tile .card-inner {
  position: relative;
  z-index: 2;
  justify-content: center;
  text-align: center !important;
}
.category-card:hover {
  background-color: #00bfd6;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
}
.category-card:hover .card-title, .category-card:hover .card-subtitle {
  color: #fff;
}

.amazing-product-widget {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.amazing-product-widget:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #00bfd6;
  width: 90%;
  height: 98%;
  top: 10px;
  right: -3px;
  border-radius: 20px;
  opacity: 20%;
  z-index: -1;
  transform: rotate(3deg);
}
.amazing-product-widget .amazing-product-item {
  transition: 0.2s;
}
.amazing-product-widget .amazing-product-item .item-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 35px;
}
.amazing-product-widget .amazing-product-item .item-header .item-figure {
  width: 115px;
  height: 115px;
  background: #eee;
  border-radius: 20px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.amazing-product-widget .amazing-product-item .item-header .item-figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.amazing-product-widget .amazing-product-item .item-header .item-title {
  flex: 1;
}
.amazing-product-widget .amazing-product-item .item-header .item-title .title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 25px;
}
.amazing-product-widget .amazing-product-item .item-header .item-title .title a:not(:hover) {
  color: #333;
}
.amazing-product-widget .amazing-product-item .countdown-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.amazing-product-widget .amazing-product-item .countdown-outer .countdown-title {
  font-size: 22px;
}
.amazing-product-widget .amazing-product-item .countdown-outer .countdown-title b {
  display: block;
  color: #00bfd6;
  font-weight: 700;
}
.amazing-product-widget .amazing-product-item .stock-bar {
  margin-bottom: 20px;
}
.amazing-product-widget .amazing-product-item .stock-bar .stock-bar-title {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  color: #666666;
}
.amazing-product-widget .amazing-product-item .stock-bar .stock-bar-title b {
  color: #333;
}
.amazing-product-widget .amazing-product-item .stock-bar .progress-bar {
  background-color: #00bfd6;
}
.amazing-product-widget .amazing-product-item .item-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.amazing-product-widget .amazing-product-item .item-pricing .stock-bar {
  min-width: 100%;
}
.amazing-product-widget .amazing-product-item .item-pricing .item-price {
  font-size: 14px;
  color: #666;
}
.amazing-product-widget .amazing-product-item .item-pricing .item-price del {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: -5px;
}
.amazing-product-widget .amazing-product-item .item-pricing .item-price del .woocommerce-Price-currencySymbol {
  display: none;
}
.amazing-product-widget .amazing-product-item .item-pricing .item-price ins {
  font-size: 28px;
  font-weight: 700;
  color: #00bfd6;
  text-decoration: none;
}
.amazing-product-widget .amazing-product-item .item-pricing .item-price ins .woocommerce-Price-currencySymbol {
  font-size: 14px;
  color: #333;
}
.amazing-product-widget .owl-item {
  transition: padding 0.2s;
}
.amazing-product-widget .owl-item:not(.active) .amazing-product-item {
  transform: scale(0.9);
}
.amazing-product-widget .owl-dots {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.amazing-product-widget .owl-dots .owl-dot {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #D9D9D9;
  border-radius: 10px;
  transition: 0.2s;
}
.amazing-product-widget .owl-dots .owl-dot.active {
  background-color: #AAAAAA;
}
@media (min-width: 992px) {
  .amazing-product-widget--horizontal:before {
    display: none !important;
  }
  .amazing-product-widget--horizontal .amazing-product-item {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  .amazing-product-widget--horizontal .amazing-product-item .item-header, .amazing-product-widget--horizontal .amazing-product-item .countdown-outer {
    margin-bottom: 0;
  }
  .amazing-product-widget--horizontal .amazing-product-item .item-header {
    flex: 1;
    max-width: calc(35% - 30px);
    min-width: calc(35% - 30px);
  }
  .amazing-product-widget--horizontal .amazing-product-item .item-footer {
    flex: 1;
    display: flex;
    gap: 30px;
    max-width: 65%;
    min-width: 65%;
    align-items: center;
    justify-content: flex-end;
  }
  .amazing-product-widget--horizontal .amazing-product-item .item-footer .countdown-outer {
    gap: 60px;
  }
  .amazing-product-widget--horizontal .owl-dots {
    flex-direction: column;
    top: 0;
    right: -14px;
    bottom: 0;
    left: auto;
  }
}

.widget-negarshop-live-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-negarshop-live-price .reload {
  cursor: pointer;
}
.widget-negarshop-live-price.loading {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}

.widget-negarshop-countdown {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  direction: ltr;
}
.widget-negarshop-countdown .countdown-item .item-value {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #444;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: 600;
}
.widget-negarshop-countdown .countdown-item:last-of-type .item-value {
  background-color: var(--ns-primary);
  color: #fff;
  font-size: 1.3rem;
  animation: zoom 1s infinite;
}
.widget-negarshop-countdown .countdown-item .item-label {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-weight: normal;
  color: #444;
  margin-top: 5px;
}
.widget-negarshop-countdown:not(.initialized) .countdown-item .item-value {
  font-size: 0 !important;
}

.widget-story .story-item {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #ddd;
  transition: 0.2s;
  cursor: pointer;
}
.widget-story .story-item:hover {
  transform: scale(0.95);
  outline-color: #ccc;
}
.widget-story .story-item:hover .item-content {
  opacity: 1;
}
.widget-story .story-item .item-content {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: #fff 2px solid;
  background: #fff;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  opacity: 0.6;
  transition: 0.2s;
}
.widget-story .story-item.active {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.widget-story .story-item.active .item-content {
  opacity: 1;
}
.widget-story .story-viewport {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.widget-story .story-viewport .viewport-dismisser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.widget-story .story-viewport .viewport-wrapper {
  width: 400px;
  max-width: 100%;
  position: relative;
  transition: 0.2s;
  transition-delay: 0.2s;
  z-index: 2;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .item-content {
  background: #000;
  padding-top: 177%;
  background-size: cover;
  background-position: center center;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  padding: 20px;
  z-index: 1;
  display: flex;
  gap: 5px;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-dots .owl-dot {
  display: block;
  background: #fff;
  border-radius: 5px;
  height: 5px;
  flex: 1;
  transition: 0.2s;
  opacity: 0.2;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 3px 3px;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-dots .owl-dot:hover {
  opacity: 0.3;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-dots .owl-dot.active {
  opacity: 0.5;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-nav button {
  position: absolute;
  top: 15px;
  left: 0;
  height: 100%;
  width: 50px;
  color: transparent;
}
.widget-story .story-viewport .viewport-wrapper .owl-carousel .owl-nav button.owl-prev {
  left: auto;
  right: 0;
}
.widget-story .story-viewport .viewport-wrapper .close-stories {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 22px;
}
.widget-story .story-viewport:not(.show-viewport) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.widget-story .story-viewport:not(.show-viewport) .viewport-wrapper {
  transform: translateY(-30px);
  opacity: 0;
}

.story-showing {
  overflow: hidden;
}

.element-image-slider .slider {
  border-radius: var(--ns-radius, 20px);
  overflow: hidden;
}
.element-image-slider .slider-vertical .swiper-slide:not(.swiper-slide-active) .thumbnail {
  opacity: 0;
}
.element-image-slider .slider-vertical .swiper-slide-active .item-inner {
  transform: translateY(0);
}
.element-image-slider .slider-vertical .slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.element-image-slider .slider-item {
  position: relative;
  border-radius: var(--ns-radius, 20px);
  overflow: hidden;
  height: 400px;
}
.element-image-slider .slider-item .item-image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #eee;
  background-size: cover;
  height: 100%;
  margin: 0;
}
.element-image-slider .slider-item .item-image--align-left {
  margin-right: auto;
}
.element-image-slider .slider-item .item-image--align-right {
  margin-left: auto;
}
.element-image-slider .slider-item .item-image--align-center {
  margin-left: auto;
  margin-right: auto;
}
.element-image-slider .slider-item .item-image--align-top {
  top: 0;
}
.element-image-slider .slider-item .item-image--align-middle {
  top: 50%;
  transform: translateY(-50%);
}
.element-image-slider .slider-item .item-image--align-bottom {
  bottom: 0;
}
.element-image-slider .slider-item .item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.element-image-slider .slider-item .item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.element-image-slider .slider-item .item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
  z-index: 2;
}
.element-image-slider .slider-item .item-inner--align-left {
  margin-right: auto;
}
.element-image-slider .slider-item .item-inner--align-right {
  margin-left: auto;
}
.element-image-slider .slider-item .item-inner--align-center {
  margin-left: auto;
  margin-right: auto;
}
.element-image-slider .slider-item .item-inner--align-top {
  top: 0;
  transform: none;
}
.element-image-slider .slider-item .item-inner--align-middle {
  top: 50%;
  transform: translateY(-50%);
}
.element-image-slider .slider-item .item-inner--align-bottom {
  transform: none;
  bottom: 0;
  top: auto;
}
.element-image-slider .slider-item .item-inner .item-title {
  font-size: 2.2rem;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.element-image-slider .slider-item .item-inner .item-description {
  font-size: 1rem;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.element-image-slider .slider-item .item-inner .item-description * {
  color: inherit;
}
.element-image-slider .slider-item .item-inner .item-buttons {
  position: relative;
  z-index: 2;
  transition: 0.2s;
  transition-delay: 0.6s;
}
.element-image-slider .swiper-slide:not(.swiper-slide-active) .item-inner .item-buttons {
  transform: translateY(30px);
  opacity: 0;
}
.element-image-slider .swiper-slide:not(.swiper-slide-active) .item-inner .item-title {
  transform: translateY(-30px);
  opacity: 0;
}
.element-image-slider .swiper-slide:not(.swiper-slide-active) .item-inner .item-description {
  opacity: 0;
}
.element-image-slider .slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.element-image-slider .slider-pagination .custom-pagination-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.element-image-slider .slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--ns-primary);
}
.element-image-slider .pagination-custom-templates ~ .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
}
.element-image-slider .pagination-custom-templates ~ .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  filter: grayscale(0.7);
}

.slider {
  --slider-padding-md: 15px;
}
.slider-buttons {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  max-width: 100vw;
  padding: var(--slider-padding-md);
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --slider-button-width: 60px;
  --slider-button-height: 60px;
}
.slider-buttons--compact {
  display: flex;
  width: auto;
  gap: 1rem;
}
.slider-buttons--compact .slider-button {
  position: static;
  margin: 0 !important;
  transform: none !important;
}
.slider-buttons--align-top {
  top: 0;
  transform: none;
}
.slider-buttons--align-bottom {
  transform: none;
  bottom: 0;
  top: auto;
}
.slider-buttons--align-left {
  left: 0;
  right: auto;
}
.slider-buttons--align-right {
  left: auto;
  right: 0;
}
.slider-buttons--align-center {
  left: 50%;
  transform: translateX(-50%);
}
.slider-buttons--outside.slider-buttons--align-top {
  transform: translate(-50%, -100%);
  padding-left: 0;
  padding-right: 0;
}
.slider-buttons--outside.slider-buttons--align-top.slider-buttons--align-left {
  transform: translate(0, -100%);
}
.slider-buttons--outside.slider-buttons--align-top.slider-buttons--align-right {
  transform: translate(0, -100%);
}
.slider-buttons--outside.slider-buttons--align-middle.slider-buttons--align-center {
  transform: translate(-50%, -50%);
}
.slider-buttons--outside.slider-buttons--align-bottom {
  transform: translate(-50%, 100%);
  padding-left: 0;
  padding-right: 0;
}
.slider-buttons--outside.slider-buttons--align-bottom.slider-buttons--align-left {
  transform: translate(0, 100%);
}
.slider-buttons--outside.slider-buttons--align-bottom.slider-buttons--align-right {
  transform: translate(0, 100%);
}
.slider-buttons--outside.slider-buttons.slider-buttons--expanded.slider-buttons--align-top {
  transform: translateY(-100%);
}
.slider-buttons--outside.slider-buttons.slider-buttons--expanded.slider-buttons--align-bottom {
  transform: translateY(100%);
}
.slider-buttons--outside.slider-buttons.slider-buttons--expanded.slider-buttons--align-middle {
  padding: 0;
  width: calc(100% + var(--slider-button-width) * 2);
  transform: translate(-50%, -50%);
  left: 50%;
}
.slider-buttons .slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--slider-button-width);
  height: var(--slider-button-height);
  position: static;
  background: #fff;
  border-radius: var(--ns-radius);
  color: #222;
  font-size: 1.4rem;
  z-index: 1;
  transition: 0.2s;
  pointer-events: all;
  transform: none;
  margin: 0;
}
.slider-buttons .slider-button:hover {
  background: #fff;
  opacity: 1;
}
.slider-buttons .slider-button:after {
  display: none;
}
.slider-buttons .slider-button:before {
  font-size: 1.3rem;
  transition: 0.2s;
}
.slider-buttons .slider-button--next:before {
  font-family: "Font Awesome 5 Pro", Serif;
  content: "\f105";
  font-weight: 500;
}
.slider-buttons .slider-button--prev:before {
  font-family: "Font Awesome 5 Pro", Serif;
  font-weight: 500;
  content: "\f104";
}
.slider-buttons .slider-button--fade-more {
  margin-top: 0 !important;
  background: linear-gradient(to right, #fff, transparent);
  top: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100px;
  pointer-events: none;
}
.slider-buttons .slider-button--fade-more--right {
  background: linear-gradient(to left, #fff, transparent);
  left: auto;
  right: 0;
}
.slider-buttons .slider-button--fade-more .button {
  pointer-events: auto;
}
.slider-buttons .slider-button--fade-more:before {
  display: none;
}
.slider-buttons .slider-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.slider-pagination {
  width: auto !important;
  padding: 2rem;
  transform: none !important;
  bottom: auto !important;
}
.slider-pagination--align-left {
  left: 0 !important;
  right: auto !important;
}
.slider-pagination--align-right {
  left: auto !important;
  right: 0 !important;
}
.slider-pagination--align-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.slider-pagination--align-top {
  top: 0 !important;
}
.slider-pagination--align-middle {
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
}
.slider-pagination--align-middle.slider-pagination--align-center {
  transform: translate(-50%, -50%) !important;
}
.slider-pagination--align-bottom {
  bottom: 0 !important;
  top: auto !important;
}
.slider-pagination--outside.slider-pagination--align-bottom {
  top: auto !important;
  bottom: 0 !important;
  transform: translateY(100%) !important;
}
.slider-pagination--outside.slider-pagination--align-bottom.slider-pagination--align-center {
  transform: translate(-50%, 100%) !important;
}
.slider-pagination--outside.slider-pagination--align-bottom.slider-pagination--align-right {
  transform: translate(0, 100%) !important;
}
.slider-pagination--outside.slider-pagination--align-bottom.slider-pagination--align-left {
  transform: translate(0, 100%) !important;
}
.slider-pagination--outside.slider-pagination--align-top {
  top: 0 !important;
  bottom: auto !important;
  transform: translateY(-100%) !important;
}
.slider-pagination--outside.slider-pagination--align-top.slider-pagination--align-center {
  transform: translate(-50%, -100%) !important;
}
.slider-pagination--outside.slider-pagination--align-top.slider-pagination--align-right {
  transform: translate(0, -100%) !important;
}
.slider-pagination--outside.slider-pagination--align-top.slider-pagination--align-left {
  transform: translate(0, -100%) !important;
}

.slider-container {
  position: relative;
}
.slider-container .swiper {
  overflow: hidden;
}
.slider-container .swiper.overflow-visible {
  overflow: visible;
}

.swiper-pagination-bullet-active {
  background-color: var(--ns-primary);
}

.swiper-pagination {
  z-index: 1 !important;
}

.swiper:not(.swiper-initialized):not(.swiper-container-initialized) {
  height: 300px;
  background-color: #f5f5f5;
  animation: fade 1s infinite linear;
  -webkit-animation: fade 1s infinite linear;
  border-radius: var(--ns-radius);
}
.swiper:not(.swiper-initialized):not(.swiper-container-initialized) * {
  opacity: 0;
  visibility: hidden;
}

.rtl .slider-buttons .slider-button--prev:before {
  content: "\f105";
}
.rtl .slider-buttons .slider-button--next:before {
  content: "\f104";
}

.thumbnail-slider {
  margin-top: 30px;
}
.thumbnail-slider .thumb-item {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f5f5f5;
  padding: 10px;
  border-radius: var(--ns-radius);
  cursor: pointer;
  opacity: 0.8;
  transition: 0.2s;
}
.thumbnail-slider .thumb-item .thumb-image {
  max-width: 50px;
  width: 100%;
  height: 50px;
  border-radius: var(--ns-radius);
  overflow: hidden;
}
.thumbnail-slider .thumb-item .thumb-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #454545;
}
.thumbnail-slider .swiper-slide {
  width: 100%;
  max-width: 230px;
}
.thumbnail-slider .swiper-slide-thumb-active .thumb-item {
  opacity: 1;
  background: #fff;
}

.element-banner .banner-figure {
  position: relative;
  overflow: hidden;
}
.element-banner .banner-figure:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: 0.2s;
  pointer-events: none;
}
.element-banner .banner-caption {
  pointer-events: none;
  z-index: 1;
}
.element-banner .banner-caption--on-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-banner .banner-caption .caption-button .button {
  pointer-events: all;
}
.element-banner img {
  transition: 0.2s;
}

.site-bottom-bar #responsive-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 -3px 6px;
}
.site-bottom-bar #responsive-footer-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.site-bottom-bar #responsive-footer-bar ul li {
  flex: 1;
  text-align: center;
}
.site-bottom-bar #responsive-footer-bar ul li a {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #666;
  flex-direction: column;
  margin: auto;
  transition: 0.2s;
}
.site-bottom-bar #responsive-footer-bar ul li a .menu-title {
  display: block;
  font-size: 0;
  transition: 0.2s;
}
.site-bottom-bar #responsive-footer-bar ul li a i {
  font-size: 16px;
}
.site-bottom-bar #responsive-footer-bar ul li a .back-icon {
  display: none;
}
.site-bottom-bar #responsive-footer-bar ul li.pending-show a i {
  animation: pulse2x 0.5s infinite;
  -webkit-animation: pulse2x 0.5s infinite;
}
.site-bottom-bar #responsive-footer-bar ul li.active-item a {
  color: #00bfd6;
}
.site-bottom-bar #responsive-footer-bar ul li.active-item a i {
  font-weight: 600;
}
.site-bottom-bar #responsive-footer-bar ul li.active-item a .menu-title {
  font-size: 11px;
  margin-top: 7px;
}
.site-bottom-bar #responsive-footer-bar ul li.back-item:not(.show-item) {
  display: none;
}
.site-bottom-bar #responsive-footer-bar ul li.back-item.show-item + li {
  display: none;
}
.site-bottom-bar #responsive-footer-bar.page-is-showing ul li.current-page a i {
  display: none;
}
.site-bottom-bar #responsive-footer-bar.page-is-showing ul li.current-page a .back-icon {
  display: block;
}
.site-bottom-bar #responsive-contents {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 999;
  background: #fff;
  padding: 20px;
  transition: 0.2s;
}
.site-bottom-bar #responsive-contents .section-title {
  margin-bottom: 30px;
  color: #888;
  font-weight: 400;
}
.site-bottom-bar #responsive-contents:not(.show-menu) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-bottom-bar #responsive-contents > div {
  height: 100%;
  display: none;
  padding-bottom: 60px;
  max-width: 480px;
  margin: auto;
  overflow: auto;
}
.site-bottom-bar #responsive-categories-page .terms-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-bottom-bar #responsive-categories-page .terms-list li a {
  display: flex;
  align-items: center;
  background: #eee;
  margin-bottom: 5px;
  height: 50px;
  border-radius: 10px;
  position: relative;
}
.site-bottom-bar #responsive-categories-page .terms-list li a:hover {
  background: #ddd;
  color: #666;
}
.site-bottom-bar #responsive-categories-page .terms-list li img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 5px;
}
.site-bottom-bar #responsive-categories-page .terms-list li .cat-name {
  flex: 1;
  padding-right: 10px;
}
.site-bottom-bar #responsive-categories-page .terms-list li .arrow {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.site-bottom-bar #responsive-categories-page .terms-list li .children {
  display: none;
}
.site-bottom-bar #responsive-categories-page .terms-list .item-parent {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: #666;
}
.site-bottom-bar #responsive-categories-page .terms-list .item-parent .arrow {
  position: static !important;
}
.site-bottom-bar #responsive-categories-page .child-term {
  display: none;
}
.site-bottom-bar .responsive-loader {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  transition: 0.2s;
}
.site-bottom-bar .responsive-loader .spinner {
  margin: 0 auto 15px auto;
  position: static;
  animation-duration: 0.5s;
}
.site-bottom-bar .responsive-loader .loader-text {
  color: #666;
  font-size: 13px;
}
.site-bottom-bar--minimal #responsive-footer-bar {
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px;
  padding: 10px;
}
.site-bottom-bar--minimal #responsive-footer-bar ul li a {
  height: 40px;
  border-radius: 60px;
}
.site-bottom-bar--minimal #responsive-footer-bar ul li a .menu-title {
  display: none !important;
}
.site-bottom-bar--minimal #responsive-footer-bar ul li.active-item a {
  color: #fff;
  flex-direction: row;
  background: #00bfd6;
}
.site-bottom-bar--minimal #responsive-contents {
  bottom: 70px;
  box-shadow: #fff 0 70px 0;
}
.site-bottom-bar .header-search {
  position: relative;
}
.site-bottom-bar .header-search .search-box .search-options {
  top: 60px;
}
.site-bottom-bar .header-search .search-box .search-input {
  background-color: #eee;
}

body:not(.mobile-loading) .responsive-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-single-responsive-bar {
  position: fixed;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 997;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-top: #ddd 1px solid;
}
.product-single-responsive-bar button {
  height: 40px;
}
.product-single-responsive-bar .show-actions {
  width: 40px;
  margin-right: 5px;
  font-size: 18px;
  background-color: transparent !important;
  color: #666 !important;
}
.product-single-responsive-bar .show-addtocart {
  padding: 0 25px;
}
.product-single-responsive-bar .product-price {
  flex: 1;
  padding-left: 5px;
  font-size: 13px;
}
.product-single-responsive-bar .product-price .price-title {
  color: #999;
}
.product-single-responsive-bar .product-price .price-inner {
  font-size: 0;
}
.product-single-responsive-bar .product-price .price-inner del {
  display: none;
}
.product-single-responsive-bar .product-price .price-inner ins {
  text-decoration: none;
}
.product-single-responsive-bar .product-price .price-inner .woocommerce-Price-amount {
  font-size: 14px;
  color: #00bfd6;
  font-weight: bold;
}
.product-single-responsive-bar .product-price .price-inner .woocommerce-Price-amount ~ .woocommerce-Price-amount {
  display: none;
}
.product-single-responsive-bar--minimal {
  left: 10px;
  right: 10px;
  border-radius: 30px;
  border: none;
  background: #eee;
  bottom: 80px;
  padding: 10px 20px 10px 10px;
}
.product-single-responsive-bar--minimal button {
  border-radius: 60px;
}

.ns-mobile-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: 0.2s;
}

.product-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 30px;
  transition: 0.2s;
}
.product-card .card-footer {
  padding: 10px 0 0 0;
  background-color: transparent;
  border-top: none;
}
.product-card .card-footer:last-child {
  border-radius: inherit;
}
.product-card .card-footer .card-title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  font-weight: 500;
}
.product-card .card-footer .card-title.wrap {
  white-space: normal;
  height: 52px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .product-card .card-footer .card-title {
    white-space: normal !important;
    height: 50px !important;
    font-size: 14px !important;
  }
}
.product-card .card-footer .card-brand {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  height: auto !important;
}
.product-card .card-footer .card-brand a {
  opacity: 0.8;
  text-decoration: none;
  transition: 0.2s;
}
.product-card .card-footer .card-brand a:hover {
  opacity: 1;
}
.product-card .card-footer .card-price {
  text-align: center;
  color: #aaa;
  height: 40px;
  direction: ltr;
  transition: 0.2s;
  transition-delay: 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.product-card .card-footer .card-price .unavailable {
  direction: rtl;
}
.product-card .card-footer .card-price span {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  margin: 0 2px;
}
.product-card .card-footer .card-price span span {
  color: #00bfd6;
  font-weight: 500;
}
.product-card .card-footer .card-price span.amount {
  color: #00bfd6;
  font-weight: 600;
}
.product-card .card-footer .card-price del span {
  text-decoration: line-through;
  color: #aaa !important;
}
@media only screen and (max-width: 768px) {
  .product-card:not(.product-responsive-full-price) .card-footer .card-price del {
    display: none;
  }
}
.product-card .thumbnail {
  transition: 0.3s;
  background: url(../images/product-placeholder.png) no-repeat center;
  background-size: 100% auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 15px !important;
}
.product-card .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto !important;
  height: auto;
  transition: 0.2s;
  max-width: 100%;
  max-height: 100%;
}
.product-card .thumbnail img ~ img {
  opacity: 0;
}
.product-card:hover .thumbnail img ~ img {
  opacity: 1;
}
.product-card .card-rate {
  text-align: center;
  margin-top: 5px;
}
.product-card .header-actions {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .product-card .header-actions {
    display: none !important;
  }
}
.product-card .header-actions ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #Fff;
  padding: 10px 20px;
  border-radius: 20px;
  gap: 20px;
}
.product-card .header-actions ul li {
  transition: 0.2s;
}
.product-card .header-actions ul li a, .product-card .header-actions ul li button {
  border: none;
  background: transparent;
  color: #333;
  font-size: 18px;
  padding: 0;
}
.product-card .header-actions ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.product-card .header-actions ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.product-card .header-actions ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.product-card .header-actions ul li:nth-of-type(5) {
  transition-delay: 0.8s;
}
.product-card--minimal-actions .actions {
  width: 100%;
  text-align: center;
}
.product-card--minimal-actions .actions ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  transition: 0.2s;
}
.product-card--minimal-actions .actions ul li {
  display: inline-block;
  transition: 0.2s;
  float: left;
  margin: 0 2px;
  background: #fff;
}
.product-card--minimal-actions .actions ul li > * {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.3s;
  font-weight: 400;
  border: none;
  background: transparent;
  color: #7a7a7a;
}
.product-card--minimal-actions .actions ul li > *:hover {
  color: #333 !important;
  background: transparent !important;
}
.product-card--minimal-actions .actions ul li > *:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.product-card--minimal-actions .actions ul li > *.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.product-card--minimal-actions .actions ul li > *.disabled i, .product-card--minimal-actions .actions ul li > *.disabled::before {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.product-card--minimal-actions .actions ul li .wooscp-btn::before {
  display: none;
}
.product-card--minimal-actions .actions ul li.compare-button .wooscp-btn {
  font-size: 0;
}
.product-card--minimal-actions .actions li {
  padding: 0 2px;
}
.product-card--minimal-actions .actions li i {
  font-size: 22px;
}
.product-card--minimal-actions .actions li > *::after {
  font-size: 22px;
}
.product-card--minimal-actions .card-footer .card-price {
  margin-top: 15px;
}
.product-card--minimal-actions .actions {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.product-card--minimal-actions .actions ul li {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}
.product-card--minimal-actions .actions ul li:nth-of-type(2) {
  transition-delay: 0.2s;
}
.product-card--minimal-actions .actions ul li:nth-of-type(3) {
  transition-delay: 0.4s;
}
.product-card--minimal-actions .actions ul li:nth-of-type(4) {
  transition-delay: 0.6s;
}
.product-card--minimal-actions .actions ul li:nth-of-type(5) {
  transition-delay: 0.8s;
}
.product-card--minimal-actions:hover .actions ul {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .product-card--minimal-actions:hover .actions ul {
    opacity: 0;
  }
}
.product-card--minimal-actions:hover .actions ul li {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.product-card--minimal-actions:hover .card-price {
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (max-width: 768px) {
  .product-card--minimal-actions:hover .card-price {
    opacity: 1;
  }
}
.product-card--bold-actions .actions {
  margin-top: 15px;
}
.product-card--bold-actions .actions ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}
.product-card--bold-actions .actions ul .add-to-cart {
  flex: 1;
  text-align: right;
}
.product-card--bold-actions .actions ul .add-to-cart a, .product-card--bold-actions .actions ul .add-to-cart button {
  display: inline-block;
  border: none;
  background: #00bfd6;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  transition: 0.2s;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-card--bold-actions .actions ul .add-to-cart a, .product-card--bold-actions .actions ul .add-to-cart button {
    display: block;
    width: 100%;
  }
}
.product-card--bold-actions .actions ul .add-to-cart a:hover, .product-card--bold-actions .actions ul .add-to-cart button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .product-card--bold-actions .actions ul li:not(.add-to-cart) {
    display: none;
  }
}
.product-card--bold-actions .actions ul li:not(.add-to-cart) a, .product-card--bold-actions .actions ul li:not(.add-to-cart) button {
  background: transparent;
  border: none;
  color: #666;
  font-size: 18px;
  padding: 10px 5px;
}
.product-card--side-actions .card-footer .card-price, .product-card--side-actions-reverse .card-footer .card-price {
  margin-bottom: 0;
  margin-top: 0;
  height: 50px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.product-card--side-actions .card-footer .card-price del span, .product-card--side-actions-reverse .card-footer .card-price del span {
  font-size: 12px;
}
.product-card--side-actions .card-footer .card-price .dash, .product-card--side-actions-reverse .card-footer .card-price .dash {
  display: none !important;
}
.product-card--side-actions .card-footer-buttons, .product-card--side-actions-reverse .card-footer-buttons {
  margin-top: 20px;
}
.product-card--side-actions .actions, .product-card--side-actions-reverse .actions {
  position: absolute;
  margin-top: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .product-card--side-actions .actions, .product-card--side-actions-reverse .actions {
    display: none;
  }
}
.product-card--side-actions .actions ul, .product-card--side-actions-reverse .actions ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}
.product-card--side-actions .actions ul .add-to-cart a, .product-card--side-actions .actions ul .add-to-cart button, .product-card--side-actions-reverse .actions ul .add-to-cart a, .product-card--side-actions-reverse .actions ul .add-to-cart button {
  display: inline-flex;
  align-items: center;
  border: none;
  background: #00bfd6;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 50px;
  transition: 0.2s;
  text-align: center;
  font-size: 14px;
  gap: 5px;
  padding: 0 20px;
}
.product-card--side-actions .actions ul .add-to-cart a i, .product-card--side-actions .actions ul .add-to-cart button i, .product-card--side-actions-reverse .actions ul .add-to-cart a i, .product-card--side-actions-reverse .actions ul .add-to-cart button i {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .product-card--side-actions .actions ul .add-to-cart a, .product-card--side-actions .actions ul .add-to-cart button, .product-card--side-actions-reverse .actions ul .add-to-cart a, .product-card--side-actions-reverse .actions ul .add-to-cart button {
    display: block;
    width: 100%;
    font-size: 0;
  }
}
.product-card--side-actions .actions ul .add-to-cart a:hover, .product-card--side-actions .actions ul .add-to-cart button:hover, .product-card--side-actions-reverse .actions ul .add-to-cart a:hover, .product-card--side-actions-reverse .actions ul .add-to-cart button:hover {
  opacity: 0.8;
}
.product-card--side-actions .actions ul li:first-of-type, .product-card--side-actions-reverse .actions ul li:first-of-type {
  flex: 1;
  text-align: right;
}
.product-card--side-actions .actions ul li:not(.add-to-cart), .product-card--side-actions-reverse .actions ul li:not(.add-to-cart) {
  transition: 0.2s;
}
.product-card--side-actions .actions ul li:not(.add-to-cart):nth-of-type(2), .product-card--side-actions-reverse .actions ul li:not(.add-to-cart):nth-of-type(2) {
  transition-delay: 0.2s;
}
.product-card--side-actions .actions ul li:not(.add-to-cart):nth-of-type(1), .product-card--side-actions-reverse .actions ul li:not(.add-to-cart):nth-of-type(1) {
  transition-delay: 0.4s;
}
@media only screen and (max-width: 768px) {
  .product-card--side-actions .actions ul li:not(.add-to-cart), .product-card--side-actions-reverse .actions ul li:not(.add-to-cart) {
    display: none;
  }
}
.product-card--side-actions .actions ul li:not(.add-to-cart) a, .product-card--side-actions .actions ul li:not(.add-to-cart) button, .product-card--side-actions-reverse .actions ul li:not(.add-to-cart) a, .product-card--side-actions-reverse .actions ul li:not(.add-to-cart) button {
  transition: 0.2s;
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.8) -20px 0 20px 10px;
  border: none;
  color: #666;
  font-size: 18px;
  padding: 10px 5px;
}
.product-card--side-actions:not(:hover) .actions ul li:not(.add-to-cart), .product-card--side-actions-reverse:not(:hover) .actions ul li:not(.add-to-cart) {
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
}
.product-card--side-actions:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(1), .product-card--side-actions-reverse:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(1) {
  transition-delay: 0s;
}
.product-card--side-actions:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(2), .product-card--side-actions-reverse:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(2) {
  transition-delay: 0.2s;
}
.product-card--side-actions:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(3), .product-card--side-actions-reverse:not(:hover) .actions ul li:not(.add-to-cart):nth-of-type(3) {
  transition-delay: 0.4s;
}
.product-card--side-actions-reverse .card-footer .card-price {
  align-items: flex-end;
}
.product-card--side-actions-reverse .actions {
  left: 0;
}
.product-card--side-actions-reverse .actions ul {
  flex-direction: row;
}
.product-card:not(:hover) figure img + img {
  opacity: 0;
}
.product-card:not(:hover) figure img + script + img {
  opacity: 0;
}
.product-card:not(:hover) .header-actions {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  pointer-events: none;
}
.product-card:not(:hover) .header-actions ul li {
  transform: translateY(10px);
  opacity: 0;
}
.product-card .ribbons {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
}
.product-card .ribbons span.item {
  display: inline-block;
  background: #999;
  border-radius: 20px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
}
.product-card .ribbons span.item i {
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
}
.product-card .ribbons > div {
  margin-bottom: 4px;
}
.product-card .card-timer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .card-timer .negarshop-countdown .inner {
  display: flex;
  justify-content: center;
}
.product-card .card-timer .negarshop-countdown .countdown-section {
  width: auto;
  height: auto;
  padding: 0 10px;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-card .card-timer .negarshop-countdown .countdown-section .countdown-amount {
  display: inline-block;
  line-height: inherit;
  background: transparent;
  font-size: 18px;
}
.product-card .card-timer .negarshop-countdown .countdown-section .countdown-period {
  position: static;
}
.product-card .card-timer .negarshop-countdown .countdown-section:not(:last-of-type) .countdown-amount::after {
  display: inline-block;
  transform: translateX(8px);
}
.product-card .card-timer .negarshop-countdown .countdown-section::before {
  display: none;
}
.product-card .product-variables {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .product-card .product-variables {
    display: none !important;
  }
}
.product-card .product-variables .product-bold-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 26px;
  font-size: 13px;
}
.product-card .product-variables .product-bold-attributes li {
  display: flex;
}
.product-card .product-variables .product-bold-attributes li .product-attr-title {
  flex: 1 1 auto;
  color: #888;
}
.product-card .product-variables .product-bold-attributes li .product-attr-text {
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.product-card .product-card-thumbnail {
  position: relative;
}
.product-card .product-card-thumbnail .product-variable-color {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-card .product-card-thumbnail .product-variable-color .colored-dots {
  flex-direction: column;
  gap: 2px;
}
.product-card .card-add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 53px 20px;
  transition: 0.4s;
}
.product-card .card-add-to-cart p.stock {
  display: none;
}
.product-card .card-add-to-cart .quantity.custom-num {
  margin-bottom: 10px;
  margin-right: 0;
  margin-left: 0;
}
.product-card .card-add-to-cart .ns-add-to-cart-inner {
  padding-top: 0 !important;
  display: block;
  text-align: center;
}
.product-card .card-add-to-cart .ns-add-to-cart-inner button {
  margin-top: 28px;
}
.product-card .card-add-to-cart .button {
  position: relative;
  width: 100%;
}
.product-card .card-add-to-cart .card-price {
  opacity: 1 !important;
  position: static !important;
  font-size: 13px;
}
.product-card .card-add-to-cart form {
  width: 100%;
}
.product-card .card-add-to-cart .close {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: red;
}
.product-card .card-add-to-cart .close i {
  margin-left: 5px;
}
.product-card .card-add-to-cart table {
  display: block;
  padding: 0;
}
.product-card .card-add-to-cart table tr {
  transition: 0.2s;
  transition-delay: 0.4s;
  margin-bottom: 10px;
  display: block;
  padding: 0;
}
.product-card .card-add-to-cart table tr label {
  margin-bottom: 5px !important;
}
.product-card .card-add-to-cart table select {
  display: block !important;
  width: 100%;
}
.product-card .card-add-to-cart table .select_box {
  display: none !important;
}
.product-card .card-add-to-cart table tbody {
  display: block;
  padding: 0;
}
.product-card .card-add-to-cart table td {
  display: block;
  padding: 0;
}
.product-card .card-add-to-cart .woocommerce-variation-price {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}
.product-card .card-add-to-cart .woocommerce-variation-price del {
  display: none;
}
.product-card .card-add-to-cart .reset_variations {
  display: none !important;
}
.product-card:not(.show-add-cart) .card-add-to-cart {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 100%;
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
}
.product-card:not(.show-add-cart) .card-add-to-cart table tr {
  opacity: 0;
  margin-right: -10px;
}
.product-card:not(.show-add-cart) .card-add-to-cart * {
  display: none !important;
}
.product-card.product-mode--horizontal {
  display: flex;
  align-items: center;
}
.product-card.product-mode--horizontal .product-card-thumbnail {
  width: 270px;
  padding-left: 20px;
}
.product-card.product-mode--horizontal .product-card-thumbnail .thumbnail {
  margin-bottom: 0 !important;
}
.product-card.product-mode--horizontal .product-card-content {
  width: calc(100% - 270px);
}
.product-card.product-mode--horizontal .card-footer .card-title {
  text-align: right;
}
.product-card.product-mode--horizontal .product-variables .product-bold-attributes li {
  gap: 30px;
}
.product-card.product-mode--horizontal .product-variables .product-bold-attributes li .product-attr-title {
  flex: inherit;
}
@media (max-width: 768px) {
  .product-card.product-mode--horizontal {
    display: block;
  }
  .product-card.product-mode--horizontal .product-card-thumbnail {
    width: auto !important;
    padding-left: 0 !important;
  }
  .product-card.product-mode--horizontal .product-card-thumbnail .thumbnail {
    margin-bottom: 15px !important;
  }
  .product-card.product-mode--horizontal .product-card-content {
    width: auto !important;
  }
}

.products-carousel .product-card {
  margin-bottom: 0;
  overflow: hidden;
}

.product-section.product-additional-items .product-card {
  margin: 0;
}
.product-section.product-additional-items .product-card .actions {
  height: 35px;
}
.product-section.product-additional-items .product-card .card-price {
  height: 35px;
}

.is-mega-menu-con.is-product-mega-menu li.contents .product-item h2.title {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.is-mega-menu-con.is-product-mega-menu li.contents .product-item h6.card-price {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 13px;
  margin: 0;
}
.is-mega-menu-con.is-product-mega-menu li.contents .product-item h6.card-price del {
  display: none;
}
.is-mega-menu-con.is-product-mega-menu li.contents .product-item h6.card-price ins {
  text-decoration: none;
}
.is-mega-menu-con.is-product-mega-menu li.contents .product-item figure {
  transition: 0.2s;
}
.is-mega-menu-con.is-product-mega-menu li.contents .product-item:hover figure {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.product-category > a {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 130%;
  border-radius: 20px;
}
.product-category img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: inherit;
  width: auto !important;
}
.product-category > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: 0.2s;
}
.product-category .woocommerce-loop-category__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
.product-category .woocommerce-loop-category__title .count {
  background: #fff;
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
}
.product-category:hover > a:before {
  background: rgba(0, 0, 0, 0.6);
}
.product-category:hover .woocommerce-loop-category__title {
  padding-bottom: 5px;
}
.product-category--minimal > a {
  padding-top: 100%;
  background-color: #fff;
  transition: 0.2s;
}
.product-category--minimal > a::before {
  display: none;
}
.product-category--minimal img {
  transform: none;
  top: 20px;
  height: calc(70% - 30px);
  max-width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-category--minimal .woocommerce-loop-category__title {
  color: #555;
  bottom: 20px;
  height: calc(30% - 20px);
  text-align: center;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-category--minimal .woocommerce-loop-category__title .count {
  display: none;
}
.product-category--minimal:hover > a {
  box-shadow: #00bfd6 0 0 0 2px inset;
}
.product-category--minimal:hover .woocommerce-loop-category__title {
  padding-bottom: 0;
  color: #00bfd6;
}

body.modal-open .woocommerce-breadcrumb {
  overflow: hidden;
}

.site-breadcrumb {
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  color: #222;
}
.site-breadcrumb--no {
  padding: 0;
}
.site-breadcrumb--full-width {
  padding: 60px 0;
}
.site-breadcrumb--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.site-breadcrumb--image::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.site-breadcrumb .woocommerce-breadcrumb a {
  font-size: 13px;
  color: inherit;
}
.site-breadcrumb .woocommerce-breadcrumb span {
  opacity: 0.5;
  padding: 0 2px;
}
.site-breadcrumb .woocommerce-breadcrumb span.current {
  font-size: 13px;
}
.site-breadcrumb .page-title {
  margin-bottom: 0;
  margin-top: 10px;
}
.site-breadcrumb--align-left .woocommerce-breadcrumb {
  justify-content: flex-end;
}
.site-breadcrumb--align-left .page-title {
  text-align: left;
}
.site-breadcrumb--align-right .woocommerce-breadcrumb {
  justify-content: flex-start;
}
.site-breadcrumb--align-right .page-title {
  text-align: right;
}
.site-breadcrumb--align-center .woocommerce-breadcrumb {
  justify-content: center;
}
.site-breadcrumb--align-center .page-title {
  text-align: center;
}

.single-product .site-breadcrumb {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

section.widget {
  margin-bottom: 20px;
}
section.widget:not(.widget_media_image) {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
section.widget .wg-header {
  margin-bottom: 15px;
}
section.widget .wg-header h6 {
  text-align: right;
  color: #7a7a7a;
  font-size: 14px;
  margin: 0;
}
section.widget .wg-header--underline h6 {
  display: inline-block;
  position: relative;
  color: #222;
  padding-bottom: 10px;
}
section.widget .wg-header--underline h6:after {
  background-color: #222;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}
section.widget .wg-header--bold h6 {
  display: inline-block;
  position: relative;
  color: #222 !important;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
section.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}
section.widget ul li a {
  font-size: 13px;
}
section.widget ul li a:hover {
  color: #00bfd6;
}
section.widget .blog-posts ul li {
  position: relative;
  padding-right: 60px;
  list-style: none !important;
  margin-bottom: 10px;
}
section.widget .blog-posts ul li figure {
  width: 50px;
  margin: 0;
  margin-right: -60px;
  float: right;
}
section.widget .blog-posts ul li figure img {
  width: 100%;
  border-radius: 100%;
}
section.widget .blog-posts ul li a::after {
  content: "";
  display: block;
  clear: both;
}
section.widget .blog-posts ul li h3 {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  padding-top: 5px;
  display: block;
  font-weight: normal;
}
section.widget .blog-posts ul li time {
  font-size: 13px;
  color: #aaa;
  text-align: left;
  display: block;
}
section.widget--underline {
  border-bottom: #eee 1px solid !important;
  padding: 0 0 20px 0 !important;
  background: transparent !important;
}
section.widget--bordered {
  border: #eee 1px solid !important;
}
section.widget--simple {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

@media screen and (min-width: 992px) {
  .product-archive-filters--popup .shop-archive-sidebar {
    position: absolute;
    margin-top: 20px;
    left: 10px;
    right: 10px;
    z-index: 99;
    background: #fff;
    padding: 60px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 6px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    transition: 0.2s;
  }
  .product-archive-filters--popup .shop-archive-sidebar section.widget {
    flex: 20%;
    margin-bottom: 0 !important;
  }
  .product-archive-filters--popup .shop-archive-sidebar:not(.show) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  .product-archive-filters--popup .shop-archive-sidebar.show {
    display: flex !important;
  }
}
.products-archive-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-archive-header .product-filters-toggle {
  margin-right: 15px;
}
.products-archive-header .products-archive-tabs-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
.products-archive-header .products-archive-tabs-wrapper h6 {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 0;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs li {
  display: inline-block;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs li button {
  padding: 0 15px;
  height: 32px;
  font-size: 14px;
  background: transparent;
  color: #333;
  border: none;
  outline: none !important;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs--classic li button {
  box-shadow: none !important;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs--classic li button.active {
  color: #fff;
  background: #00bfd6;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs--underline li button:hover {
  color: #00bfd6;
}
.products-archive-header .products-archive-tabs-wrapper .products-archive-tabs--underline li button.active {
  color: #00bfd6;
  font-weight: 700;
  box-shadow: #00bfd6 0 3px 0 0;
}

.woocommerce-products-header {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.woocommerce-products-header h1 {
  font-size: 18px;
  font-weight: normal;
  color: #666;
  margin-bottom: 0;
}
.woocommerce-products-header h1 + .term-description {
  color: #999;
  font-size: 13px;
}
.woocommerce-products-header .woocommerce-products-header__title {
  margin-bottom: 15px;
}
.woocommerce-products-header--transparent {
  background: transparent;
  padding-right: 0;
  padding-left: 0;
}

.products-archive-active-filters {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 100%;
}
.products-archive-active-filters .filters-title {
  display: none;
}
.products-archive-active-filters ul {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-archive-active-filters ul li {
  margin-left: 10px;
}
.products-archive-active-filters ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background: rgba(234, 0, 35, 0.1);
  color: #ea0023;
  white-space: nowrap;
  transition: 0.2s;
}
.products-archive-active-filters ul li a:hover {
  background: #ea0023;
  color: #fff;
}
.products-archive-active-filters ul li a:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.orderby.custom-select {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
  color: #999;
  font-size: 14px;
}

.products .product-category:last-of-type {
  clear: both;
  float: none;
}

.product-single-actions:not(.mini-product-single-actions) {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  display: flex;
  background: #f5f5f5;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.product-single-actions:not(.mini-product-single-actions) li {
  margin: 5px;
}
.product-single-actions:not(.mini-product-single-actions) li > * {
  display: inline-flex !important;
  align-items: center;
  height: 35px;
  text-align: center;
  font-size: 0;
  position: relative !important;
  transition: 0.2s;
  color: #888 !important;
  white-space: nowrap;
  transition-delay: 0.2s;
  border: none;
  background: transparent;
}
.product-single-actions:not(.mini-product-single-actions) li > *:hover {
  font-size: 13px;
  background: #fff;
  padding: 0 10px;
  transition-delay: 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px;
}
.product-single-actions:not(.mini-product-single-actions) li > *:hover::before {
  margin-left: 10px;
  transition-delay: 0s;
}
.product-single-actions li > *::before {
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 500;
  display: block;
  font-size: 20px;
  transition: 0.2s;
  transition-delay: 0.2s;
}
.product-single-actions li .add-product-favo {
  font-weight: normal !important;
}
.product-single-actions li .add-product-favo::before {
  content: "\f004";
}
.product-single-actions li .add-product-favo.liked::before {
  font-weight: 600;
  color: #ff5151;
}
.product-single-actions li .compare::before {
  content: "\f074";
}
.product-single-actions li .added.compare::before {
  font-weight: 500;
}
.product-single-actions li .product-prices-chart::before {
  content: "\f201";
}
.product-single-actions li .action-btn-video-view::before {
  content: "\f04b";
}
.product-single-actions li .action-btn-3d-view::before {
  content: "\f255";
  font-weight: 400;
}
.product-single-actions li .action-btn-product-share::before {
  content: "\f1e0";
}
.product-single-actions li .action-btn-product-ywcwtl::before {
  content: "\f0f3";
}
.product-single-actions li a i {
  display: none;
}
.product-single-actions.mini-product-single-actions {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.product-single-actions.mini-product-single-actions > li {
  font-size: 0;
}
.product-single-actions.mini-product-single-actions > li * {
  font-size: 0;
}
.product-single-actions.mini-product-single-actions > li *::before {
  font-weight: 500 !important;
}
.product-single-actions.mini-product-single-actions > li button {
  padding: 0;
  border: none;
  background: transparent;
  color: #555;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.product-single-actions.mini-product-single-actions > li a {
  padding: 0;
  border: none;
  background: transparent;
  color: #555;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.product-single-actions.mini-product-single-actions > li .liked::before {
  font-weight: 900 !important;
}
.product-single-actions.mini-product-single-actions button.wooscp-btn {
  display: block !important;
}
@media (min-width: 768px) {
  .product-single-actions--simple, .product-single-actions--bordered {
    background: transparent !important;
    padding: 0 !important;
    gap: 20px;
  }
  .product-single-actions--simple li a, .product-single-actions--simple li button, .product-single-actions--bordered li a, .product-single-actions--bordered li button {
    font-size: 0 !important;
    padding: 0 !important;
  }
  .product-single-actions--simple li a:hover, .product-single-actions--simple li button:hover, .product-single-actions--bordered li a:hover, .product-single-actions--bordered li button:hover {
    font-size: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    transition-delay: 0s;
    box-shadow: none !important;
    color: #333 !important;
  }
  .product-single-actions--simple li a:hover::before, .product-single-actions--simple li button:hover::before, .product-single-actions--bordered li a:hover::before, .product-single-actions--bordered li button:hover::before {
    margin-left: 0 !important;
    transition-delay: 0s;
  }
  .product-single-actions--bordered {
    border: #eee 1px solid;
  }
}

.product-summary-left {
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
}
.product-summary-left .details {
  text-align: left;
  padding: 15px;
  color: #666;
}
.product-summary-left .details::after {
  content: "";
  display: block;
  clear: both;
}
.product-summary-left .details .title {
  float: right;
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.product-summary-left .woocommerce-variation-description, .product-summary-left .woocommerce-variation-description p {
  color: #666;
}
.product-summary-left .woocommerce-variation-price {
  margin: 0;
  text-align: left;
}
.product-summary-left .woocommerce-variation-price:not(:empty)::before {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.product-summary-left .woocommerce-variation-price del {
  font-size: 13px;
  font-weight: normal;
}
.product-summary-left .woocommerce-variation-price del * {
  font-size: 13px;
  font-weight: normal;
}
.product-summary-left .woocommerce-variation-price del .woocommerce-Price-currencySymbol {
  display: none;
}
.product-summary-left .woocommerce-variation-price::before {
  float: right;
}
.product-summary-left .variations_form.cart label {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.product-summary-left .quantity.custom-num {
  display: block;
  margin-right: 0 !important;
  margin-left: 15px !important;
  margin-bottom: 0 !important;
}
.product-summary-left .quantity.custom-num label.screen-reader-text {
  right: -50px;
}
.product-summary-left .quantity.custom-num label.screen-reader-text::before {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.product-summary-left .quantity.custom-num input.input-text {
  float: left;
  background: #f5f5f5;
  height: 43px;
}
.product-summary-left .quantity.custom-num span {
  height: 39px;
  line-height: 39px;
}
.product-summary-left .quantity.custom-num span.p-btn {
  left: 68px !important;
  right: auto;
}
.product-summary-left .quantity.custom-num::after {
  content: "";
  display: block;
  clear: both;
}
.product-summary-left p.price {
  padding: 15px;
  margin-bottom: 0;
  text-align: left;
}
.product-summary-left p.price span.price-text {
  font-size: 14px;
  color: #888;
  font-weight: 500;
}
.product-summary-left p.price .price-text {
  float: right;
  padding: 0;
}
.product-summary-left p.price del {
  font-size: 13px;
}
.product-summary-left p.price del * {
  font-size: 13px;
}
.product-summary-left > .stock {
  padding: 0 15px;
  display: flex;
}
.product-summary-left > .stock .stock-title {
  font-size: 14px;
  color: #888;
  font-weight: 500;
  flex: 1;
}
.product-summary-left .reset_variations {
  display: none !important;
}
.product-summary-left p.out-of-stock {
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}
.product-summary-left #yith-wcwtl-output {
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
}
.product-summary-left form.cart select {
  width: 100%;
  max-width: 100%;
  background: transparent !important;
  box-shadow: none !important;
}
.product-summary-left form.cart table {
  width: 100%;
}
.product-summary-left form.cart > div {
  padding: 15px;
}
.product-summary-left .variations_form .select_box_select {
  display: none;
}
.product-summary-left .variations_form td.label {
  padding-left: 20px;
}
.product-summary-left button[type=submit] {
  display: block;
  width: 100%;
  padding: 10px;
}
.product-summary-left .warranty_info:empty {
  display: none;
}
.product-summary-left .variations tr:nth-of-type(odd) {
  background: #f5f5f5;
}
.product-summary-left form.cart.grouped_form {
  padding: 0 15px;
}
@media only screen and (min-width: 769px) {
  .product-summary-left--simple {
    padding: 0 !important;
    background: transparent !important;
  }
  .product-summary-left--simple .variations tr:nth-of-type(odd) {
    background: transparent !important;
  }
  .product-summary-left--bordered {
    background: #fff !important;
    border: #eee 1px solid;
  }
  .product-summary-left--bordered .variations tr {
    border-top: #eee 1px solid;
  }
  .product-summary-left--bordered .variations tr:nth-of-type(odd) {
    background: transparent !important;
  }
}

.product-single-style-3 .product-summary-left {
  background: transparent;
  margin-top: 50px;
}
.product-single-style-3 .product-summary-left .variations tr:nth-of-type(2n+1) {
  background: transparent;
}
.product-single-style-3 .product-summary-left form.cart table tbody {
  display: flex;
  flex-wrap: wrap;
}
.product-single-style-3 .product-summary-left form.cart table tbody tr {
  max-width: 50%;
}
.product-single-style-3 .product-summary-left form.cart table tbody tr td {
  padding: 0;
}
.product-single-style-3 .product-summary-left form.cart table tbody tr td.label {
  padding-top: 7px;
  padding-left: 20px;
  vertical-align: top;
}
.product-single-style-3 .product-summary-left form.cart table tbody tr td.label label::after {
  content: ":";
}
.product-single-style-3 .product-summary-left form.cart select {
  background: #f5f5f5 !important;
  border-radius: 10px !important;
  height: 35px;
  line-height: 35px;
  padding: 0 10px !important;
}
.product-single-style-3 .product-summary-left form.cart > div {
  padding: 0;
}
.product-single-style-3 .product-summary-left form.cart .single_variation_wrap {
  margin-top: 50px;
}
.product-single-style-3 .product-summary-left form.cart .single_variation_wrap > div {
  padding: 0 !important;
  margin: 0 !important;
}
.product-single-style-3 .product-summary-left .price {
  text-align: right;
  display: flex;
  align-items: center;
  direction: rtl;
  padding: 15px 0;
  margin-bottom: 20px;
}
.product-single-style-3 .product-summary-left .price * {
  font-size: 34px;
}
.product-single-style-3 .product-summary-left .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  color: #666666;
  float: none;
}
.product-single-style-3 .product-summary-left .price del {
  font-size: 18px !important;
  color: #D32F2F !important;
  text-decoration: none !important;
  position: relative;
  margin: 0 10px;
}
.product-single-style-3 .product-summary-left .price del * {
  font-size: 18px !important;
  color: #D32F2F !important;
  text-decoration: none !important;
}
.product-single-style-3 .product-summary-left .price del::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  height: 2px;
  background: #D32F2F;
  transform: rotate(-15deg);
}
.product-single-style-3 .product-summary-left .product-add-cart-form-button {
  display: flex;
  justify-content: flex-end;
}

.custom-background--transparent {
  background: transparent;
}
.custom-background--gray {
  background: #f5f5f5;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery .gallery-item {
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  max-width: calc(100% - 10px);
  min-width: calc(100% - 10px);
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: calc(33.3333333333% - 10px);
  min-width: calc(33.3333333333% - 10px);
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 10px);
  min-width: calc(25% - 10px);
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 10px);
  min-width: calc(20% - 10px);
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: calc(16.6666666667% - 10px);
  min-width: calc(16.6666666667% - 10px);
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: calc(14.2857142857% - 10px);
  min-width: calc(14.2857142857% - 10px);
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 10px);
  min-width: calc(12.5% - 10px);
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: calc(11.1111111111% - 10px);
  min-width: calc(11.1111111111% - 10px);
}
.gallery.gallery-columns-10 .gallery-item {
  max-width: calc(10% - 10px);
  min-width: calc(10% - 10px);
}

.product .product_meta .yith-wcbr-brands {
  margin-top: 0;
}
.product .product_meta .yith-wcbr-brands > span {
  border-bottom: none !important;
}

.negarshop-product-compare {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(30px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}
.negarshop-product-compare ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.negarshop-product-compare ::-webkit-scrollbar-track {
  background: #f1f1f1;
  padding: 3px;
}
.negarshop-product-compare ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.negarshop-product-compare ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.negarshop-product-compare:not(.visible) {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.negarshop-product-compare .compare-header {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px 10px 60px;
  align-items: center;
}
.negarshop-product-compare .compare-header .header-title {
  font-size: 32px;
  margin-bottom: 0;
  color: #454545;
}
.negarshop-product-compare .compare-header .header-buttons {
  display: flex;
  align-items: center;
  position: relative;
}
.negarshop-product-compare .compare-header .header-buttons .button {
  border: none;
  background: transparent;
  color: #454545;
  font-size: 16px;
  padding: 30px;
  outline: none;
  transition: 0.2s;
  gap: 20px;
  display: flex;
  align-items: center;
}
.negarshop-product-compare .compare-header .header-buttons .button i {
  font-size: 24px;
}
.negarshop-product-compare .compare-header .header-buttons .button:hover {
  color: #222;
}
.negarshop-product-compare .compare-content {
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
}
.negarshop-product-compare .compare-items {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.negarshop-product-compare .compare-items .table-header td {
  background: #f5f5f5;
  border-color: #ddd;
  border-bottom: #ddd 1px solid;
}
.negarshop-product-compare .compare-items .table-header .item-new {
  border-left: none;
}
.negarshop-product-compare .compare-items .table-footer {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.negarshop-product-compare .compare-items .item-thumbnail {
  height: 250px;
  width: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.negarshop-product-compare .compare-items .item-thumbnail img {
  position: absolute;
  min-width: 100%;
  max-width: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.negarshop-product-compare .compare-items .item-remove {
  text-align: center;
  margin-bottom: 10px;
}
.negarshop-product-compare .compare-items .item-title {
  font-size: 14px;
  line-height: 2rem;
  margin-bottom: 0;
}
.negarshop-product-compare .compare-items table tr > * {
  max-width: 290px;
  min-width: 290px;
}
.negarshop-product-compare .compare-items table th {
  padding: 10px;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  border-left: #eee 1px solid;
  background: #f5f5f5;
  border-color: #ddd;
}
.negarshop-product-compare .compare-items table th.item-new {
  min-width: 300px;
  max-width: 300px;
  background: transparent;
  border-color: transparent;
}
.negarshop-product-compare .compare-items table td {
  padding: 10px 20px;
  text-align: center;
  border-left: #eee 1px solid;
}
.negarshop-product-compare .compare-items .item-attributes {
  border-bottom: #eee 1px solid;
}
.negarshop-product-compare .compare-product-search-popup {
  background: #eee;
  position: absolute;
  width: 400px;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
  text-align: right;
  left: 70px;
  top: 100%;
  transition: 0.2s;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}
.negarshop-product-compare .compare-product-search-popup:not(.visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .negarshop-product-compare .compare-header {
    padding: 15px 30px 5px 30px;
  }
  .negarshop-product-compare .compare-header .header-title {
    font-size: 18px;
  }
  .negarshop-product-compare .compare-header .header-buttons .button {
    font-size: 14px;
    padding: 15px;
    gap: 10px;
  }
  .negarshop-product-compare .compare-header .header-buttons .button i {
    font-size: 16px;
  }
}
.negarshop-product-compare .empty-compare-list {
  text-align: center;
  font-size: 16px;
  padding: 30px 0;
}

body.negarshop-compare-table-is-showing {
  overflow: hidden;
}

#login-popup-modal h6.modal-title {
  text-align: right;
  font-size: 24px;
  margin-bottom: 25px;
  color: #464646;
}
#login-popup-modal .modal-footer {
  justify-content: left;
  width: 100%;
  border: none;
}
#login-popup-modal #login-submit i {
  transform: scale(1.3) translateY(1.5px);
  -webkit-transform: scale(1.3) translateY(1.5px);
  margin: 0 5px 0 0;
}
#login-popup-modal .login-result {
  background: #fff;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  text-align: right;
  color: #666;
  margin-bottom: 20px;
}
#login-popup-modal .login-result:empty {
  display: none;
}
#login-popup-modal .login-result--error {
  background-color: #ffd9d9;
  color: #ff5153;
}
#login-popup-modal .login-result--success {
  background-color: #deffdf;
  color: #4caf50;
}
#login-popup-modal .lost_password {
  display: none;
}
#login-popup-modal .woocommerce-form-login__submit.loading {
  opacity: 0.5;
  pointer-events: none;
}
#login-popup-modal .login-loading {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
}
#login-popup-modal .negarshop-login-box {
  position: relative;
}
#login-popup-modal form.login .form-row {
  display: block;
}
#login-popup-modal form.login .form-row .input-text {
  width: 100%;
}
#login-popup-modal form.login .form-row label {
  color: #666;
  font-size: 14px;
}
#login-popup-modal .cb-custom-close {
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 1;
}
#login-popup-modal .modal-content {
  padding: 0 20px;
  overflow: visible;
}
#login-popup-modal .modal-content .popup-register-btn {
  width: 100%;
}
#login-popup-modal .modal-content .woocommerce-form-login__submit {
  width: 100%;
  padding: 12px;
}
#login-popup-modal .modal-dialog {
  overflow: visible;
}

.sign-up-box .sign-up-vector {
  padding-top: 80%;
  background: url("../images/sign-up.svg");
  width: 100%;
  display: block;
}
.sign-up-box .sign-up-message {
  text-align: center;
  padding: 20px 0 0 0;
  color: #666;
}
.sign-up-box .sign-up-message a {
  padding: 5px 0;
  border-bottom: dotted 2px;
}

.dig_lasele {
  padding-left: 0;
  padding-right: 17px;
}

html[dir=rtl] .dig_lasele {
  right: auto !important;
}

.dig_popmessage .dig_firele {
  margin-left: auto !important;
  margin-right: 20px;
}

.dig_critical_msg .dig_popmessage_contents {
  background: none !important;
  border: none !important;
}

.digits-form_submit-btn {
  color: #fff;
  background: #00bfd6;
  border-radius: 20px;
  padding: 12px !important;
}
.digits-form_submit-btn:hover {
  opacity: 0.8;
}

.login .woocommerce-LostPassword a {
  float: none !important;
}

.smart-login-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-login-page.full-width {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  z-index: 99999;
}
.smart-login-page .sign-up-vector {
  padding-top: 80%;
  background: url("../images/sign-up.svg");
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.smart-login-page .login-title {
  color: #222;
  margin-bottom: 30px;
}
.smart-login-page .smart-login {
  width: 460px;
  max-width: 100%;
  padding: 30px;
}
.smart-login-page .field-row input {
  width: 100%;
}
.smart-login-page #auth-code {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1rem;
}
.smart-login-page .login-steps {
  display: none;
}
.smart-login-page .login-result {
  color: #bb3e3e;
  margin-bottom: 1.5rem;
}
.smart-login-page .login-form {
  position: relative;
}
.smart-login-page .form-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.smart-login-page .smart-login:not(.loading) .form-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: grayscale(1);
}

.negarshop-mobile-verify-form {
  background: #fff;
  padding: 30px;
  border-radius: var(--ns-radius, 30px);
  margin-bottom: 30px;
  border: #ddd 1px solid;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
}
.negarshop-mobile-verify-form .section-heading, .negarshop-mobile-verify-form .login-result {
  min-width: 100%;
  max-width: 100%;
}
.negarshop-mobile-verify-form .login-result {
  color: red;
}
.negarshop-mobile-verify-form p {
  flex: 1;
  margin-bottom: 0;
}
.negarshop-mobile-verify-form.need-action ~ *:not(.negarshop-mobile-verify-form) {
  opacity: 0.5;
  pointer-events: none;
}
.negarshop-mobile-verify-form .form-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.negarshop-mobile-verify-form:not(.loading) .form-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  filter: grayscale(1);
}

.page-error {
  background: #fff;
  padding: 30px;
  border-radius: var(--ns-radius);
}
.page-error .error-image {
  text-align: center;
  padding: 60px;
}
.page-error .error-image img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
.page-error .error-code {
  direction: ltr;
  font-family: tahoma;
  color: #777;
  font-size: 14px;
}
.page-error .error-title {
  font-size: 24px;
}
.page-error .error-description {
  color: #444;
  font-size: 14px;
}

@media only screen and (max-width: 1300px) {
  .fixed-bottom-bar {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-section.single-style-2 .c-product__feature {
    margin-top: 0;
    padding: 0;
  }
  .product-section.single-style-2 .c-product__feature .row2 {
    display: block;
  }
  .product-section.single-style-2 .c-product__feature .c-product__feature-item {
    margin-bottom: 20px;
    width: 150px;
  }
  .user-shop-link i {
    opacity: 0.5;
  }
  .fw-container {
    width: 1140px !important;
  }
  .wide-style .container:not(.exclude) {
    max-width: inherit !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wide-style .fw-container {
    max-width: inherit !important;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .content-widget.slider-2.style-2 .product-info {
    width: 350px;
  }
  .columns-1 > article {
    width: calc(100% - 15px) !important;
  }
  .columns-2 > article {
    width: calc(50% - 15px) !important;
  }
  .columns-3 > article {
    width: calc(33.333% - 15px) !important;
  }
  .columns-4 > article {
    width: calc(25% - 15px) !important;
  }
  .columns-5 > article {
    width: calc(20% - 15px) !important;
  }
  .columns-6 > article {
    width: calc(16.666% - 15px) !important;
  }
}
@media only screen and (max-width: 1199px) {
  .product-single-style-3 .product-summary-left form.cart table tbody tr {
    max-width: 100%;
    min-width: 100%;
  }
  .product-single-style-3 .product-summary-left .product-add-cart-form-button {
    flex-wrap: wrap;
    align-items: end;
  }
  .product-single-style-3 .ns-add-to-cart-inner {
    min-width: 100%;
    margin-top: 50px;
  }
  .product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner > button {
    width: 100%;
  }
  .product-single-actions.mini-product-single-actions {
    margin-left: 0;
  }
  .content-widget.slider-2.style-2 .carousel .cind-inner {
    display: none;
  }
  .header-main-menu.vertical-menu ul.main-menu {
    width: 220px;
  }
  .tile-posts article.blog-item {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px 0 !important;
  }
  .tile-posts article.blog-item figure.figure {
    height: auto !important;
    margin: 0;
  }
  .tile-posts article.blog-item figure.figure > img {
    width: 100%;
    height: auto;
    position: static;
    transform: none !important;
    -webkit-transform: none !important;
  }
  .tile-posts > .row {
    height: auto;
  }
  .tile-posts > .row > div {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .leaflet-container {
    height: 200px;
  }
  .woocommerce-account:not(.logged-in) .blog-home {
    margin-top: 0 !important;
  }
  .woocommerce-account:not(.logged-in) article.post-item {
    margin: auto !important;
  }
  .woocommerce-account:not(.logged-in) article.post-item .site-logo {
    display: none !important;
  }
  .elementor-widget-slides .swiper-pagination {
    display: none;
  }
  .cart-header-steps .step-item {
    flex-direction: column;
    padding: 0;
  }
  .cart-header-steps .step-item .icon {
    margin-left: 0;
  }
  .cart-header-steps .step-item .title {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu a {
    display: block;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) ~ li {
    display: none;
  }
  .woocommerce .title-bg .nowrap-line {
    flex-direction: column;
    align-items: start;
  }
  .woocommerce .title-bg .product-single-ribbons {
    order: 2;
    margin-top: 10px;
  }
  .shop-archive-sidebar {
    padding: 80px 20px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    bottom: 0;
    overflow: auto;
    transition: 0.2s;
  }
  .shop-archive-sidebar .panel-mobile-title {
    display: flex;
  }
  .shop-archive-sidebar:not(.show) {
    opacity: 0;
    visibility: hidden;
  }
  .shop-archive-sidebar:not(.show) + .shop-filters-show {
    display: block;
  }
  .shop-archive-sidebar section {
    margin: 10px 0 30px 0 !important;
    background: transparent !important;
  }
  body:not(.res-banner-bg-trans) .widget.widget_media_image {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  body:not(.res-banner-bg-trans) .img-banner-wg {
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .img-banner-wg {
    margin: 10px 0;
  }
  .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 40% !important;
  }
  .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 40% !important;
  }
  .c-product__feature .row2 {
    display: block;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .c-product__feature-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .shopping-features .item {
    margin-bottom: 15px;
  }
  .image-banner-parent {
    margin-bottom: 25px;
    text-align: center;
  }
  .image-banner-parent img {
    margin: auto;
  }
  .content-widget.slider-2.style-2.mini-tab .carousel .cind-inner .carousel-indicators {
    text-align: center;
    height: auto;
    padding: 0;
    display: flex;
  }
  .content-widget.slider-2.style-2.mini-tab .carousel .cind-inner .carousel-indicators li {
    margin: 2px;
  }
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .woocommerce-orders-table .woocommerce-orders-table__header-order-total {
    display: none;
  }
  .woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
    display: none;
  }
  .dokan-dashboard .dokan-dash-sidebar {
    width: 100% !important;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display: block !important;
  }
  .dokan-dashboard .dokan-dashboard-content {
    width: 100% !important;
    padding: 0 !important;
  }
  .cb-comment-tabs {
    white-space: nowrap;
    justify-content: right;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
  .woocommerce-Reviews ol.commentlist li.review .big-meta-item:last-of-type {
    margin-bottom: 30px;
  }
  .comment-rates-sec .col-lg {
    display: block;
    margin-bottom: 15px;
  }
  .comment-form-header .comment-notes {
    margin-bottom: 15px;
  }
  .products-carousel .carousel-content {
    flex-direction: column;
  }
  .products-carousel .carousel-content > div {
    width: 100% !important;
  }
  .products-carousel .carousel-content .carousel-banner {
    margin-bottom: 20px;
    height: auto;
  }
  .content-widget.slider-2.style-2 {
    background: transparent;
    border-radius: 0;
  }
  .content-widget.slider-2.style-2 .carousel {
    padding: 10px;
  }
  .content-widget.slider-2.style-2 .carousel .cind-inner .carousel-indicators {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
    display: block;
    overflow-y: hidden;
  }
  .content-widget.slider-2.style-2 .carousel .cind-inner .carousel-indicators li {
    display: inline-block;
    border-radius: 20px !important;
  }
  .content-widget.slider-2.style-2 .carousel .carousel-inner {
    background: transparent;
    direction: rtl;
  }
  .content-widget.slider-2.style-2 .carousel-item {
    background: #fff;
    border-radius: 20px !important;
    float: right;
    margin: 0;
    overflow: hidden;
  }
  .content-widget.slider-2.style-2 .carousel-item:not(.active) {
    display: none !important;
  }
  .content-widget.slider-2.style-2 .carousel-item .product-info {
    width: calc(100% - 240px);
  }
  .content-widget.slider-2.style-2 .carousel-item .product-info ul.feature-attr-p {
    display: none;
  }
  .content-widget.slider-2.style-2 .carousel-item .product-info .product-quantity {
    display: none;
  }
  .content-widget.slider-2.style-2 .carousel-item .product-info .timer-cont {
    margin-top: 5px;
    margin-bottom: 0 !important;
  }
  .content-widget.slider-2.style-2 .carousel-item .product-thumb {
    width: 240px !important;
  }
  .content-widget.slider-2.style-2 .product-info .feature-daels-price {
    margin-bottom: 0;
  }
  .content-widget.slider-2.style-2 .product-info .feature-daels-price > * {
    font-size: 16px;
  }
  .content-widget.slider-2.style-2 .product-info .feature-daels-price .remove-price {
    display: none;
  }
  .content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title {
    font-size: 16px;
  }
  .content-widget.slider-2.style-2 .product-thumb {
    margin-bottom: 0 !important;
  }
  .content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig {
    right: 0;
    margin-bottom: 15px;
  }
  .product-single-ribbons {
    display: block;
    text-align: center;
  }
  .products-archive-header .product-filters-toggle {
    display: none !important;
  }
  .products-archive-header .products-archive-tabs-wrapper {
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .products-archive-header .products-archive-tabs-wrapper h6 {
    display: none;
  }
  .products-archive-header .products-archive-tabs-wrapper .products-archive-tabs {
    white-space: nowrap;
    max-width: 100%;
    overflow: auto;
    display: block;
  }
  .products-archive-header .order-by-stock {
    flex: 1;
    justify-content: left;
  }
  .product-single-actions {
    text-align: center;
  }
  .product-single-actions li {
    display: inline-block;
  }
  article.post .entry-video iframe {
    min-height: 300px;
  }
  article.post .entry-video .inner {
    min-height: 300px;
  }
  .content-widget.price-changes .prices-table {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .content-widget.price-changes .prices-table tbody {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .content-widget.price-changes .prices-table tbody tr {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .content-widget.price-changes .prices-table tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .content-widget.price-changes .prices-table tbody td.past-price::before {
    content: "قیمت قبل: ";
  }
  .content-widget.price-changes .prices-table tbody td.new-price::before {
    content: "قیمت جدید: ";
  }
  .content-widget.price-changes .prices-table tbody td.changes::before {
    content: "تغییرات: ";
  }
  .content-widget.price-changes .prices-table tbody td.difference::before {
    content: "مابه التفاوت: ";
  }
  .content-widget.price-changes .prices-table thead {
    display: none;
  }
  .content-widget.slider-2.style-2.tip-2 .carousel {
    background: transparent;
    padding: 0;
  }
  .content-widget.slider-2.style-2.tip-2 .carousel .carousel-indicators {
    background: transparent;
    padding: 0;
  }
  h6.responsive-title {
    color: #666;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .product-footer-features .row {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0;
  }
  .product-footer-features .pff-item {
    display: block;
    padding: 0;
    text-align: center;
  }
  .product-footer-features .pff-item .icon {
    position: static;
    display: block;
    float: none;
    margin: 0 auto 5px auto;
  }
}
@media only screen and (min-width: 992px) {
  .negarshop-map-toggle {
    display: none;
  }
  .hrs-outer .hts-btn {
    display: none !important;
  }
  aside#blog-sidebar {
    width: 280px;
  }
  .content-widget.mini-products .large-products article.product:first-of-type:last-of-type figure.thumb {
    padding-top: 0;
    height: calc(100% - 93px);
    padding-top: 0;
    height: calc(100% - 93px);
  }
  .content-widget.mini-products .large-products article:first-of-type:last-of-type {
    height: calc(100% - 25px);
    margin-bottom: 25px;
  }
  .content-widget.mini-products .large-products article:first-of-type:last-of-type > a {
    display: block;
    height: 100%;
  }
  .content-widget.mini-products.elementor-wg .large-products article.product {
    margin-bottom: 30px;
  }
  .content-widget.mini-products.elementor-wg .large-products article.product figure.thumb {
    padding-top: 100% !important;
    height: 0 !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .product-single-responsive-bar, #responsive-footer-bar {
    display: none;
  }
  .ns-mobile-dimmer {
    display: none;
  }
  section.blog-home.style-2 article.post-item.format-standard {
    padding-right: 330px;
  }
  section.blog-home.style-2 article.post-item.format-standard figure.post-thumb {
    float: right;
    width: 300px;
    margin-right: -310px !important;
    margin-bottom: 0 !important;
    height: 160px;
    position: relative;
  }
  section.blog-home.style-2 article.post-item.format-standard figure.post-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  section.blog-home.style-2 article.post-item.format-standard > .title {
    margin-top: 5px;
  }
  section.blog-home.style-2 article.post-item::after {
    content: "";
    display: block;
    clear: both;
  }
  .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title {
    width: 200px;
    text-align: center;
    color: #999;
    font-weight: 500;
  }
  .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title + td {
    padding: 10px 20px;
    color: #464646;
  }
  [class*=columns-] > article {
    float: right;
    margin: 0 7.5px 15px 7.5px !important;
    width: calc(50% - 15px);
  }
  .products[class*=columns-] {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .products[class*=columns-]::after {
    content: "";
    display: block;
    clear: both;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li:not(:last-of-type) {
    margin-left: 20px;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li a {
    padding: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    transition: 0.2s;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li i::after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
    background: transparent;
    border-radius: 100%;
    transform: scale(0.5);
    transition: 0.2s;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li.active i {
    background: #00bfd6;
    position: relative;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li.active i::after {
    background: #00bfd6;
    transform: scale(1);
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li {
    transition: 0.2s;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li:hover {
    box-shadow: #ddd 0 -3px 0 inset;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li.active {
    box-shadow: #00bfd6 0 -3px 0 inset;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 {
    text-align: right;
    margin: 0;
    overflow: visible;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li {
    position: relative;
    transition: border-radius 0.2s;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li::before {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    content: "";
    background: #eee;
    border-radius: 0 0 0 15px;
    z-index: 1;
    transition: border-radius 0.2s;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li::after {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    content: "";
    background: #eee;
    border-radius: 0 0 0 15px;
    z-index: 1;
    transition: border-radius 0.2s;
    background: #fff !important;
    border-radius: 0;
    z-index: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active)::before {
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active)::after {
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active) a::before {
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active) a::after {
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:first-of-type.active::before {
    background: #fff;
    top: 100%;
    bottom: auto;
    right: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:first-of-type.active::after {
    background: #fff;
    top: 100%;
    bottom: auto;
    right: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::before {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    content: "";
    background: #eee;
    border-radius: 0 0 0 15px;
    z-index: 1;
    transition: border-radius 0.2s;
    left: auto;
    right: 100%;
    border-radius: 0 0 15px 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::after {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    content: "";
    background: #eee;
    border-radius: 0 0 0 15px;
    z-index: 1;
    transition: border-radius 0.2s;
    left: auto;
    right: 100%;
    border-radius: 0 0 15px 0;
    background: #fff !important;
    border-radius: 0;
    z-index: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li.active {
    background: #fff !important;
    border-radius: 20px 20px 0 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 {
    display: flex;
    align-items: center;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a {
    position: relative;
    padding: 0;
    margin: 0 0 0 40px;
    font-size: 16px;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a i {
    transition: 0.2s;
    margin-left: 15px;
    font-size: 18px;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a i::before {
    font-weight: 400;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a::after {
    content: "";
    display: block;
    left: 0;
    right: 35px;
    top: 41px;
    position: absolute;
    background: #01579b;
    border-radius: 10px;
    height: 3px;
    transition: 0.2s;
    transition-delay: 0.2s;
    transform-origin: right;
    transform: scaleX(0.1);
    opacity: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li.active a i {
    transform: translateY(5px) scale(1.7);
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li.active a::after {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .elementor-swiper-button {
    height: 40px !important;
    width: 40px !important;
  }
  body.single-product {
    padding-bottom: 62px;
  }
  body.woocommerce-cart, body.woocommerce-checkout {
    padding-bottom: 56px;
  }
  body.bottom-bar-showing {
    padding-bottom: 60px;
  }
  body.bottom-bar-showing.single-product {
    padding-bottom: 122px;
  }
  body.bottom-bar-showing.woocommerce-cart, body.bottom-bar-showing.woocommerce-checkout {
    padding-bottom: 116px;
  }
  body:not(.bottom-bar-showing) .product-single-responsive-bar {
    bottom: 0 !important;
  }
  body:not(.bottom-bar-showing) .product-single-actions:not(.mini-product-single-actions) {
    bottom: 40px !important;
  }
  body:not(.bottom-bar-showing) .shop-filters-show {
    bottom: 30px !important;
  }
  body:not(.bottom-bar-showing) .wc-proceed-to-checkout .button.checkout-button, body:not(.bottom-bar-showing) .woocommerce-checkout-payment #place_order {
    bottom: 0;
  }
  .product-single-style-3 .product-sidebar {
    height: auto !important;
    position: static !important;
  }
  .product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 10px !important;
  }
  .product-single-style-3 .wc-product-carousel {
    background-color: transparent;
  }
  .product-single-style-3 .product-side-col {
    margin-bottom: 15px !important;
  }
  .product-single-style-3 .product-shipping-time, .product-single-style-3 .product-alerts {
    display: none !important;
  }
  .product-single-style-3 .product-section {
    padding: 20px;
  }
  .product-single-style-3 .product-footer-features {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
  }
  .product-single-style-3 .product-footer-features .pff-item {
    min-height: inherit;
  }
  .product-single-style-3 .product-footer-features .pff-item .icon {
    margin: auto;
  }
  .product-single-style-3 .product-footer-features .pff-item span.title, .product-single-style-3 .product-footer-features .pff-item span.desc {
    display: none !important;
  }
  .product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .product-section .sale-timer-box .title-sec {
    width: auto !important;
  }
  .product-section .sale-timer-box .title-sec .title {
    font-size: 14px;
  }
  .product-section .sale-timer-box .title-sec .sub-title {
    font-size: 12px;
  }
  .product-section .sale-timer-box .counter-sec {
    flex: 1;
  }
  .negarshop-countdown:not(.no-style) .countdown-section {
    width: 35px;
    height: 35px;
  }
  .negarshop-countdown:not(.no-style) .countdown-section .countdown-amount {
    line-height: 35px;
    font-size: 100%;
  }
  .woocommerce .product-featured-attrs h6.title {
    font-size: 14px;
  }
  .woocommerce .product-featured-attrs ul li {
    font-size: 12px;
  }
  .woocommerce-message {
    padding: 10px;
    display: flex;
    flex-direction: column;
    line-height: 2rem;
  }
  .woocommerce-message a {
    margin-top: 10px;
    order: 2;
    font-size: 12px !important;
    padding: 3px !important;
    height: auto !important;
    line-height: inherit !important;
  }
  .owl-carousel.wc-product-carousel .owl-item .view-3d-slide {
    display: none !important;
  }
  .sort-tabs {
    margin-top: 5px;
  }
  .sort-tabs ul {
    padding: 5px 0;
    margin-top: 0;
  }
  .sort-tabs .order-by-stock {
    margin-top: 10px;
  }
  .woocommerce .title-bg {
    margin-top: 10px;
  }
  .product-footer-features .pff-item .icon {
    width: 30px;
    height: 30px;
  }
  .product-survey {
    margin-top: 0;
  }
  .woocommerce .product .product_meta {
    margin-bottom: 20px !important;
  }
  .product-share-modal-inner .sharing-box.email-sharing .input-group .input-group-prepend {
    min-width: 100%;
  }
  .owl-carousel.wc-product-carousel-thumbs, .product-section .summary .tagged_as {
    display: none !important;
  }
  .wc-product-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .wc-product-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 3px;
    transition: 0.2s;
  }
  .wc-product-carousel .owl-dots .owl-dot.active {
    background: #999;
    transform: scale(1.5);
  }
  .wc-product-carousel .owl-item div.car-dtag {
    padding-top: 70% !important;
  }
  .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 99999;
    width: 150px;
    height: auto;
    display: block;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px !important;
    transition: 0.2s;
  }
  .product-single-actions:not(.mini-product-single-actions):not(.inline-mode):not(.show-panel) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li {
    display: block;
  }
  .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > a, .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > button {
    font-size: 13px;
    display: flex !important;
    text-align: right !important;
    padding: 0 10px;
    width: 100%;
  }
  .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > a i, .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > a::before, .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > button i, .product-single-actions:not(.mini-product-single-actions):not(.inline-mode) > li > button::before {
    font-size: 14px !important;
    margin-left: 10px;
  }
  .product-single-actions + .ns-mobile-dimmer {
    z-index: 99998;
  }
  .product-single-actions:not(.show-panel) + .ns-mobile-dimmer {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.site-bottom-bar--minimal .product-single-actions:not(.mini-product-single-actions) {
    bottom: 140px;
  }
  .woocommerce .product .product_meta > span.posted_in {
    width: 100%;
  }
  .product-single-ribbons .ribbons > div > span {
    height: 20px;
    padding: 3px 7px;
    font-size: 11px;
  }
  .woocommerce h1.product_title.entry-title {
    font-size: 14px;
  }
  .product-alerts .alert-item {
    padding: 8px 35px 8px 8px;
  }
  .product-alerts .alert-item .icon {
    font-size: 14px;
  }
  .product-alerts .alert-item .title {
    font-size: 13px;
  }
  .product-section .product-shipping-time {
    display: none;
  }
  .product-summary-left.inline-mode {
    margin-bottom: 15px;
  }
  .product-summary-left.inline-mode .panel-mobile-title {
    display: none !important;
  }
  .product-summary-left:not(.inline-mode) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 70px 15px 15px 15px;
    overflow: auto;
    transition: 0.2s;
  }
  .product-summary-left:not(.inline-mode):not(.show-panel) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 30px;
  }
  .product-summary-left:not(.inline-mode) tr, .product-summary-left:not(.inline-mode) td, .product-summary-left:not(.inline-mode) table, .product-summary-left:not(.inline-mode) tbody {
    display: block !important;
    width: 100% !important;
  }
  .product-summary-left:not(.inline-mode) tr {
    background: transparent !important;
    border-bottom: 1px solid #ddd;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 30px;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li {
    display: block;
    text-align: right;
    background: #fff;
    border-radius: 20px;
    margin: 2.5px;
    min-width: calc(50% - 5px);
    flex: 1;
    font-size: 13px;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a {
    color: #666 !important;
    padding: 0 13px;
    display: block !important;
  }
  .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a i {
    font-size: 16px !important;
  }
  .woocommerce-tabs.wc-tabs-wrapper .product-seller .store-avatar {
    width: 80px !important;
  }
  .show-inline-description .product-tabs-outer {
    display: none !important;
  }
  .show-inline-description div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    display: block !important;
  }
  .woocommerce.single-product:not(.show-inline-description) div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: auto;
    background: #fff;
    margin: 0 !important;
    border-radius: 0 !important;
    padding-top: 70px;
    transition: 0.2s;
  }
  .woocommerce.single-product:not(.show-inline-description) div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel:not(.show-panel) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 30px;
  }
  .panel-mobile-title {
    display: flex;
  }
  .product-section.product-additional-items .pa-title {
    font-size: 14px;
  }
  .product-section.product-additional-items .additional-factor .af-total-price {
    font-size: 14px;
  }
  .product-section.product-additional-items .additional-factor .af-items .af-item {
    display: block;
    margin-bottom: 15px;
  }
  .product-section.product-additional-items .additional-factor .af-items .af-item .price {
    float: none;
  }
  .content-widget header.section-header {
    margin-bottom: 20px !important;
  }
  body.woocommerce-cart, body.woocommerce-checkout {
    background-color: #fff !important;
  }
  body.woocommerce-cart section.blog-home article.post-item, body.woocommerce-checkout section.blog-home article.post-item {
    padding: 0 !important;
  }
  .wc-proceed-to-checkout .button.checkout-button, .woocommerce-checkout-payment #place_order {
    display: block;
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 90;
    margin: 0;
    border-radius: 0;
    width: 100%;
  }
  body.site-bottom-bar--minimal .wc-proceed-to-checkout .button.checkout-button, body.site-bottom-bar--minimal .woocommerce-checkout-payment #place_order {
    bottom: 80px;
    left: 10px;
    right: 10px;
    width: auto;
    border-radius: 45px;
  }
  .woocommerce-cart section.blog-home article.post-item {
    padding: 0;
    background: transparent;
  }
  .woocommerce-cart section.blog-home article.post-item .content {
    padding: 0;
  }
  .woocommerce-cart .coupon .button {
    font-size: 13px;
  }
  .woocommerce-cart .coupon .button i {
    display: none;
  }
  .woocommerce-cart-form .actions [name=update_cart] {
    display: none;
  }
  .fixed-bottom-bar {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .comment-form-slider {
    overflow: hidden;
  }
  .wc-proceed-to-checkout .button {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .order-delivery-times li {
    flex-grow: 5;
  }
  .product-footer-features .row {
    justify-content: normal !important;
  }
  .single-product article.product .actions-cont {
    display: none !important;
  }
  .single-product article.product .price {
    font-size: 12px !important;
  }
  .single-product article.product div.title {
    height: 40px;
    white-space: normal;
  }
  .single-product article.product div.title a {
    font-size: 13px;
  }
  .columns-res-2::after {
    content: "";
    display: block;
    clear: both;
  }
  .columns-res-2 > article {
    width: calc(50% - 10px);
    float: right;
    margin: 5px !important;
  }
  .columns-res-2 > article .actions-cont {
    display: none;
  }
  .columns-res-2 > article .price {
    font-size: 12px !important;
  }
  .columns-res-2 > article div.title {
    height: 40px;
    white-space: normal;
  }
  .columns-res-2 > article div.title a {
    font-size: 13px;
  }
  img.res-img {
    display: block;
  }
  img.res-img + img {
    display: none !important;
  }
  .content-widget.slider.product-archive .carousel-item-inner {
    padding: 0;
  }
  .content-widget.slider.product-archive .carousel-item-inner figure.thumb {
    float: none;
    margin: 0;
    width: auto;
    padding-top: 100%;
    height: 0;
    background: transparent;
  }
  .shop_table.woocommerce-checkout-review-order-table {
    max-width: 100%;
    display: block;
  }
  .shop_table.woocommerce-checkout-review-order-table tr {
    display: block;
  }
  .shop_table.woocommerce-checkout-review-order-table td {
    display: block;
    width: 100%;
  }
  .shop_table.woocommerce-checkout-review-order-table thead {
    display: block;
  }
  .shop_table.woocommerce-checkout-review-order-table tbody {
    display: block;
  }
  #order_review td.product-name {
    white-space: normal;
    width: 100%;
  }
  .ns-table tbody tr td {
    border-radius: 0 !important;
  }
  .wp-block-image {
    text-align: center;
  }
  .wp-block-image figure {
    float: none !important;
    margin: 10px auto !important;
  }
  .wp-block-image figure.alignleft {
    margin-right: 0;
  }
  .wp-block-image figure.alignright {
    margin-right: 0;
  }
  blockquote {
    padding: 20px;
    font-size: 1rem;
  }
  blockquote::before {
    display: none;
  }
  blockquote::after {
    display: none;
  }
  a.action-btn-3d-view {
    display: none !important;
  }
  .action-btn-3d-view {
    display: none;
  }
  .content-widget.slider-2.style-2 .product-thumb {
    margin-bottom: 30px;
  }
  .content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig::after {
    display: none;
  }
  .content-widget.slider-2.style-2 .product-info ul.feature-attr-p {
    height: auto;
    min-height: 90px;
  }
  footer.site-footer .footer-copyright > * {
    display: block;
  }
  footer.site-footer .about-site {
    display: block;
  }
  footer.site-footer .about-site .logo {
    margin-bottom: 15px;
  }
  footer.site-footer .about-site > div {
    display: block;
    min-width: inherit !important;
    max-width: inherit !important;
    width: 100%;
  }
  [class*=columns-] > article.product {
    margin-bottom: 10px;
  }
  .woocommerce.single-product .sale-timer .left {
    text-align: center;
  }
  .woocommerce.single-product .sale-timer .left > div {
    display: inline-block;
    width: auto;
  }
  .woocommerce.single-product .sale-timer .left .discount {
    float: none;
    width: 100%;
    text-align: center;
  }
  .woocommerce.single-product .sale-timer .flip-clock-a {
    float: none;
    width: 100%;
    text-align: center;
  }
  .woocommerce-page.woocommerce-cart table.shop_table {
    display: block;
  }
  .woocommerce-page.woocommerce-cart table.shop_table > * {
    display: block;
    width: 100%;
  }
  .woocommerce-page.woocommerce-cart table.shop_table thead {
    display: none;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr {
    display: block !important;
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr td:not(:last-of-type) {
    border-bottom: none;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr td.product-subtotal {
    border-radius: inherit !important;
  }
  .woocommerce-page.woocommerce-cart table.shop_table td {
    display: block !important;
    width: 100%;
  }
  .woocommerce-page.woocommerce-cart table.shop_table th {
    display: block !important;
    width: 100%;
    text-align: right;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    margin-bottom: 25px;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-name {
    max-width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    padding-left: 0;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail {
    max-width: 90px;
    min-width: 90px;
    padding: 0;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail img {
    min-width: 100%;
    max-width: 100%;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-price {
    max-width: 50%;
    min-width: 50%;
    text-align: right;
    padding-right: 0;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-price .woocommerce-Price-amount {
    color: #00bfd6;
    font-weight: 500;
    font-size: 16px;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-quantity {
    max-width: calc(50% - 45px);
    min-width: calc(50% - 45px);
    text-align: left;
    padding-left: 0;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-quantity .quantity.custom-num {
    margin: 0;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-subtotal {
    display: none !important;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-remove {
    order: 10;
    max-width: 40px;
    min-width: 40px;
  }
  .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-remove a.remove {
    width: 40px;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
  }
  .content-widget header.section-header button.wg-tabs-toggle {
    display: inline-block;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs li {
    display: block;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs li::after {
    display: none;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs li.close-li {
    display: block;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs li.close-li button {
    margin: auto;
    display: block;
    border: none;
    background: none;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #666;
  }
  .content-widget header.section-header button.wg-tabs-toggle + .tabs.show {
    opacity: 1;
    visibility: visible;
  }
  .content-widget.steps .step-icon {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-widget.steps span.title {
    text-align: right;
    padding: 7px 15px;
  }
  .content-widget.steps > .row > div {
    margin: 5px 0;
  }
  .content-widget.slider-2:not(.style-2) .carousel-indicators {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .content-widget.slider-2:not(.style-2) .carousel-indicators li {
    overflow: hidden;
  }
  .content-widget.slider-2:not(.style-2) .carousel {
    padding-bottom: 39.5px;
  }
}
@media only screen and (max-width: 575px) {
  .product-single-style-3 h3.product_sub_title.entry-sub-title {
    font-size: 13px;
  }
  .product-single-style-3 h1.product_title.entry-title {
    font-size: 16px;
  }
  .woocommerce .product .product-single-style-3 .product_meta > span {
    font-size: 13px;
  }
  .woocommerce .product .product-single-style-3 .product_meta > span span {
    font-size: 13px;
  }
  .woocommerce .product .product-single-style-3 .product_meta > span a {
    font-size: 13px;
  }
  .woocommerce h3.product_sub_title.entry-sub-title {
    float: none;
    width: 100%;
  }
  #login-popup-modal .cb-custom-close {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
  #login-popup-modal .modal-content {
    overflow: hidden;
  }
  #login-popup-modal .modal-dialog {
    overflow: hidden;
  }
  .product-summary-left:not(.not-sticky) {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 3px;
    background: #fff;
  }
  .product-summary-left:not(.not-sticky):hover {
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 300px;
  }
  .product-summary-left:not(.not-sticky):not(:hover) > div {
    display: none;
  }
  .product-summary-left:not(.not-sticky):not(:hover) > form table {
    display: none;
  }
  .product-summary-left:not(.not-sticky):not(:hover) .woocommerce-variation-add-to-cart {
    margin-top: 0 !important;
  }
  .fw-divider-space.d-sm-block {
    display: block !important;
  }
  .fixed-bottom-bar {
    display: none !important;
  }
  .alert {
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }
  .content-widget.slider-2:not(.style-2) .carousel-indicators {
    display: none;
  }
  .content-widget.slider-2:not(.style-2) .carousel {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 481px) {
  .product-card.product-item-style-2 .actions {
    position: relative;
    text-align: right;
    overflow: visible;
    margin-top: 10px;
  }
  .product-card.product-item-style-2 .actions ul {
    text-align: right;
    direction: ltr;
    background: transparent;
    width: auto;
    height: 40px;
    line-height: 40px;
  }
  .product-card.product-item-style-2 .actions li {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    float: none;
  }
  .product-card.product-item-style-2 .actions li:not(.add-to-cart) i {
    font-size: 16px;
  }
  .product-card.product-item-style-2 .actions li:not(.add-to-cart) a {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .product-card.product-item-style-2 .actions li:not(.add-to-cart) a::after {
    font-size: 16px;
  }
  .product-card.product-item-style-2 .actions li.add-to-cart a {
    background: #f5f5f5;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .product-card.product-item-style-2 .actions li.add-to-cart a:hover {
    background: red;
    color: #fff !important;
  }
  .product-card.product-item-style-2:hover .price {
    opacity: 1;
    transition-delay: 0s !important;
  }
  .product-card.product-item-style-2:hover .actions ul {
    background: #fff;
    border-radius: 20px;
    box-shadow: #fff -40px 0 30px 10px, #fff -10px 0 0;
  }
  .product-card.product-item-style-2:hover .actions ul li {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  .product-card.product-item-style-2 .price {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    font-size: 0;
  }
  .product-card.product-item-style-2 .price > del {
    display: block;
    text-align: right;
    margin-bottom: -5px;
  }
  .product-card.product-item-style-2 .price > del span {
    font-size: 12px;
  }
  .product-card.product-item-style-2 .price > del span.woocommerce-Price-currencySymbol {
    display: none;
  }
  .product-card.product-item-style-2 .price span.amount + span.amount {
    display: none;
  }
  .product-card.product-item-style-2:not(:hover) .actions ul li:not(.add-to-cart) {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  .product-card.product-item-style-2 .info .product-variable-color {
    height: 14px;
    text-align: center;
    overflow: hidden;
  }
  .product-card.product-item-style-2 .info .product-variable-color .dot-item {
    width: 8px;
    height: 8px;
  }
  .product-card.product-item-style-2 .info .colored-dots span {
    display: inline-block;
    margin: 0 2px;
  }
  .colored-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
  }
  .colored-dots .dot-item {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin-bottom: 3px;
    box-shadow: #fff 0 0 0 2px;
  }
  .product-card .info .product-variables .feature-attr-p {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    font-size: 12px;
    line-height: 22px;
  }
  .product-card .info .product-variables .feature-attr-p li > span {
    float: right;
  }
  .product-card .info .product-variables .feature-attr-p li .product-attr-title {
    width: 40%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-card .info .product-variables .feature-attr-p li .product-attr-text {
    width: 60%;
    text-align: left;
    color: #666;
    font-weight: 500;
  }
  .product-card .info .product-variables .feature-attr-p li .product-attr-text span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .product-card .info .product-variables .feature-attr-p li::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .content-widget.slider-2.style-2 .carousel {
    padding: 0 !important;
    background-color: transparent !important;
  }
  .content-widget.slider-2.style-2 .carousel .negarshop-countdown:not(.no-style) {
    margin-bottom: 0;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .title-rate-sec {
    text-align: right;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .title-rate-sec h2.item-title {
    font-size: 13px;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .feature-daels-price {
    justify-content: flex-start;
    margin-bottom: 20px !important;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .feature-daels-price > * {
    text-align: right;
    font-size: 0;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .feature-daels-price .woocommerce-Price-amount {
    font-size: 13px;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .feature-daels-price .woocommerce-Price-amount ~ .woocommerce-Price-amount {
    display: none;
  }
  .content-widget.slider-2.style-2 .carousel .product-info .ribbon-discount-outer {
    display: none !important;
  }
  .content-widget.slider-2.style-2 .carousel .carousel-item {
    padding: 20px;
  }
  .content-widget.slider-2.style-2 .carousel .carousel-item .product-info {
    width: calc(100% - 100px);
  }
  .content-widget.slider-2.style-2 .carousel .carousel-item .product-thumb {
    width: 100px !important;
  }
  .content-widget.slider-2.style-2 .carousel .product-thumb .pt-content {
    width: 80px;
  }
  .woocommerce .product-single-style-3 .product_meta > span {
    margin-bottom: 10px !important;
  }
  .woocommerce .product-single-style-3 .product-section .quantity {
    margin: 0 auto 15px auto !important;
    justify-content: center;
    text-align: center;
  }
  .woocommerce .product-section .quantity {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .product-single-style-3 .product-single-actions.mini-product-single-actions {
    order: -1;
    min-width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .product-single-style-3 .woocommerce-product-details__short-description h6.sec-title {
    font-size: 20px;
  }
  .product-single-style-3 .woocommerce-product-details__short-description h6.sec-title + .product-title {
    font-size: 13px;
  }
  .product-single-style-3 .product-summary-left .price {
    display: block;
    text-align: center;
  }
  .product-single-style-3 .product-section.product-additional-items .af-inner form {
    display: block;
  }
  .product-single-style-3 .product-section.product-additional-items .af-inner .af-add-to-cart {
    margin-top: 15px;
  }
  .order-delivery-times li {
    flex-grow: 10;
  }
  .woocommerce-Reviews ol.commentlist li.review .big-meta-item {
    display: none;
  }
  .comment-actions {
    display: block;
    margin-top: 15px;
  }
  .comment-actions > div {
    margin: 5px 0;
  }
  .comment-actions .comment-like {
    display: inline-block;
  }
  .comment-rates-sec .comment-rates {
    padding-right: 0;
  }
  .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    float: none !important;
    width: 100% !important;
  }
  .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
    height: auto !important;
    background: transparent !important;
  }
  .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
    display: block !important;
  }
  .product-card .info .product-variables {
    display: none;
  }
  .woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .car-dtag {
    padding-top: 53.33%;
  }
  .products-carousel .product-card.product-type-variable .price {
    font-size: 0;
  }
  .products-carousel .product-card.product-type-variable .price span.amount + .amount {
    display: none;
  }
  .products-carousel:not(.brand) {
    background: transparent !important;
  }
  .products-carousel:not(.brand) .owl-nav {
    display: none;
  }
  .products-carousel .product-card .actions {
    display: none;
  }
  .products-carousel .product-card .price {
    opacity: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products-carousel .product-card .title {
    font-size: 12px !important;
    text-align: right !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    height: 35px;
    line-height: 1.4;
  }
  .products-carousel .product-card .info > .price {
    height: auto;
    font-size: 0;
  }
  .products-carousel .product-card .info > .price * {
    font-size: 12px !important;
  }
  .products-carousel .product-card .info > .price del {
    display: none;
  }
  .products-carousel .product-card .info > .price span + span {
    display: none;
  }
  .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 50% !important;
  }
  .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 50% !important;
  }
  section.blog-home article.post-item .info ul li {
    display: block;
    margin: 2px 0;
  }
  header.page-title {
    text-align: right;
    padding: 30px 15px;
  }
  header.page-title h1.the-title {
    font-size: 18px;
  }
  header.page-title p.desc {
    font-size: 13px;
  }
  .woocommerce-grouped-product-list {
    display: block;
  }
  .woocommerce-grouped-product-list > tbody {
    display: block;
  }
  .woocommerce-grouped-product-list tr {
    display: block;
  }
  .woocommerce-grouped-product-list td {
    display: block;
  }
  header.woocommerce-products-header {
    float: none !important;
    margin-bottom: 15px;
  }
  form.woocommerce-ordering {
    float: none !important;
    margin-bottom: 15px;
  }
  .content-widget:not(.transparent).products-carousel:not(.brand) {
    padding: 0;
  }
}
