@charset "UTF-8";
/*
Theme Name: BackendbazTheme
Author: zohreh ahmadi
Version: 6.3.0
Text Domain: megafile
*/
/*--------------------- variables section ---------------------*/ /*--------------------- mixins section ---------------------*/ /*--------------------- container styles section ---------------------*/
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1070px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
/*--------------------- badge styles section ---------------------*/
.badge {
  font-size: 85%;
  font-weight: 400;
}
.badge.badge-primary {
  background: #00CBCB;
}
.badge.badge-secondary {
  background: #5A5F64;
}
.badge.badge-success {
  background: #4ECE3D;
}
.badge.badge-danger {
  background: #F05B82;
}
.badge.badge-warning {
  background: #FEC465;
}
.badge.badge-info {
  background: #00BCDD;
}
.badge.badge-light {
  background: #f0f1f2;
}
.badge.badge-dark {
  background: #494a4a;
}

/*--------------------- form styles section ---------------------*/
.form-control,
.input-text,
.widget_search input[type=text],
.widget_product_search input[type=search],
textarea#comment,
#commentform #author,
#commentform #email,
#billing_city,
#billing_state,
#shipping_city,
#shipping_state,
.woo-wallet-balance-to-add,
input[name=woo_wallet_transfer_amount],
textarea[name=woo_wallet_transfer_note],
.yith-wcaf.yith-wcaf-commissions .product-search,
.yith-wcaf.yith-wcaf-commissions input.datepicker,
.yith-wcaf.yith-wcaf-clicks input.datepicker,
.yith-wcaf.yith-wcaf-payments input.datepicker,
.yith-wcaf #original_url,
.yith-wcaf #original_url,
.yith-wcaf #payment_email,
#cupri_submit_form input {
  font-size: 13px;
  border-radius: 4px;
  color: #494a4a;
  padding: 7px;
  line-height: 2;
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d7d8d9;
  transition: all 200ms ease-out;
}
.form-control:focus,
.input-text:focus,
.widget_search input[type=text]:focus,
.widget_product_search input[type=search]:focus,
textarea#comment:focus,
#commentform #author:focus,
#commentform #email:focus,
#billing_city:focus,
#billing_state:focus,
#shipping_city:focus,
#shipping_state:focus,
.woo-wallet-balance-to-add:focus,
input[name=woo_wallet_transfer_amount]:focus,
textarea[name=woo_wallet_transfer_note]:focus,
.yith-wcaf.yith-wcaf-commissions .product-search:focus,
.yith-wcaf.yith-wcaf-commissions input.datepicker:focus,
.yith-wcaf.yith-wcaf-clicks input.datepicker:focus,
.yith-wcaf.yith-wcaf-payments input.datepicker:focus,
.yith-wcaf #original_url:focus,
.yith-wcaf #original_url:focus,
.yith-wcaf #payment_email:focus,
#cupri_submit_form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #979898;
}

.custom-select,
.widget_archive select,
.widget_ztjalali_archive select,
.widget_categories select,
.widget_product_categories select,
.state_select,
table.variations select {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2396999c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px;
  border-radius: 4px;
  width: 100%;
  padding: 7px;
  display: inline-block;
  line-height: 2 !important;
  color: #494a4a;
  vertical-align: middle;
  border: 1px solid #979898;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select:focus,
.widget_archive select:focus,
.widget_ztjalali_archive select:focus,
.widget_categories select:focus,
.widget_product_categories select:focus,
.state_select:focus,
table.variations select:focus {
  box-shadow: none;
  outline: none;
}

.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 1rem;
  width: 100% !important;
  float: none !important;
}

.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-input-wrapper:focus select {
  outline: none !important;
  box-shadow: none !important;
}

.select2-selection:focus {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce form .form-row .required, .required {
  color: #F05B82;
  font-weight: 400;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
  position: relative;
  text-indent: 28px;
  display: inline-block;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox span:not(.required):before {
  font-family: "Material Design Icons";
  content: "\f131";
  font-size: 23px;
  position: absolute;
  right: -28px;
  top: -11px;
  color: #979898;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  display: none !important;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span:not(.required):before {
  content: "\f132";
  color: #00CBCB;
}

.woocommerce .quantity .qty {
  width: 4.6em;
}

/*--------------------- btn styles section ---------------------*/
.btn,
.button,
.widget_search input[type=submit],
.widget_product_search button,
#commentform #submit,
.woo-add-to-wallet,
.yith-wcaf input[type=submit],
#cupri_submit_form #cupri_submit {
  border: none !important;
  padding: 5px 15px !important;
  font-size: 13px !important;
  line-height: 32px !important;
  border-radius: 4px !important;
  color: #fff !important;
  transition: all 200ms ease-out !important;
  font-weight: 400 !important;
}
.btn:focus, .btn:active,
.button:focus,
.button:active,
.widget_search input[type=submit]:focus,
.widget_search input[type=submit]:active,
.widget_product_search button:focus,
.widget_product_search button:active,
#commentform #submit:focus,
#commentform #submit:active,
.woo-add-to-wallet:focus,
.woo-add-to-wallet:active,
.yith-wcaf input[type=submit]:focus,
.yith-wcaf input[type=submit]:active,
#cupri_submit_form #cupri_submit:focus,
#cupri_submit_form #cupri_submit:active {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
.btn .mdi,
.button .mdi,
.widget_search input[type=submit] .mdi,
.widget_product_search button .mdi,
#commentform #submit .mdi,
.woo-add-to-wallet .mdi,
.yith-wcaf input[type=submit] .mdi,
#cupri_submit_form #cupri_submit .mdi {
  font-size: 22px;
  position: relative;
  top: 5px;
  left: 5px;
  line-height: 0;
}

.btn-sm {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-primary:not(.btn-light) {
  background-color: #00CBCB;
  color: #fff;
}

.btn-primary:not(.btn-light):hover,
.btn-primary:not(.btn-light):active,
.btn-primary:not(.btn-light):focus,
.btn-primary:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-primary:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #00b2b2;
  color: #fff;
}

.btn-secondary:not(.btn-light) {
  background-color: #888989;
  color: #fff;
}

.btn-secondary:not(.btn-light):hover,
.btn-secondary:not(.btn-light):active,
.btn-secondary:not(.btn-light):focus,
.btn-secondary:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-secondary:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #7b7c7c;
  color: #fff;
}

.btn-success:not(.btn-light) {
  background-color: #4ECE3D;
  color: #fff;
}

.btn-success:not(.btn-light):hover,
.btn-success:not(.btn-light):active,
.btn-success:not(.btn-light):focus,
.btn-success:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-success:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #42c131;
  color: #fff;
}

.btn-info:not(.btn-light) {
  background-color: #00BCDD;
  color: #fff;
}

.btn-info:not(.btn-light):hover,
.btn-info:not(.btn-light):active,
.btn-info:not(.btn-light):focus,
.btn-info:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-info:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #00a6c4;
  color: #fff;
}

.btn-warning:not(.btn-light) {
  background-color: #FEC465;
  color: #fff;
}

.btn-warning:not(.btn-light):hover,
.btn-warning:not(.btn-light):active,
.btn-warning:not(.btn-light):focus,
.btn-warning:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-warning:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #feba4c;
  color: #fff;
}

.btn-danger:not(.btn-light) {
  background-color: #F05B82;
  color: #fff;
}

.btn-danger:not(.btn-light):hover,
.btn-danger:not(.btn-light):active,
.btn-danger:not(.btn-light):focus,
.btn-danger:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-danger:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #ee4470;
  color: #fff;
}

.btn-light:not(.btn-light) {
  background-color: #fff;
  color: #fff;
}

.btn-light:not(.btn-light):hover,
.btn-light:not(.btn-light):active,
.btn-light:not(.btn-light):focus,
.btn-light:not(.btn-light):not([disabled]):not(.disabled):active,
.btn-light:not(.btn-light):not([disabled]):not(.disabled).active {
  background-color: #f2f2f2;
  color: #fff;
}

.btn-light {
  color: #888989 !important;
  border: 1px solid #e0e1e2 !important;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active {
  background-color: #f0f1f2;
  color: #888989;
}

.btn:disabled,
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.button,
.widget_search input[type=submit],
#commentform #submit,
.widget_product_search button,
.woo-add-to-wallet,
.yith-wcaf input[type=submit],
#cupri_submit_form #cupri_submit {
  background-color: #00CBCB !important;
  border-color: #00CBCB !important;
  cursor: pointer;
}
.button:hover, .button:active, .button:focus, .button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled).active,
.widget_search input[type=submit]:hover,
.widget_search input[type=submit]:active,
.widget_search input[type=submit]:focus,
.widget_search input[type=submit]:not([disabled]):not(.disabled):active,
.widget_search input[type=submit]:not([disabled]):not(.disabled).active,
#commentform #submit:hover,
#commentform #submit:active,
#commentform #submit:focus,
#commentform #submit:not([disabled]):not(.disabled):active,
#commentform #submit:not([disabled]):not(.disabled).active,
.widget_product_search button:hover,
.widget_product_search button:active,
.widget_product_search button:focus,
.widget_product_search button:not([disabled]):not(.disabled):active,
.widget_product_search button:not([disabled]):not(.disabled).active,
.woo-add-to-wallet:hover,
.woo-add-to-wallet:active,
.woo-add-to-wallet:focus,
.woo-add-to-wallet:not([disabled]):not(.disabled):active,
.woo-add-to-wallet:not([disabled]):not(.disabled).active,
.yith-wcaf input[type=submit]:hover,
.yith-wcaf input[type=submit]:active,
.yith-wcaf input[type=submit]:focus,
.yith-wcaf input[type=submit]:not([disabled]):not(.disabled):active,
.yith-wcaf input[type=submit]:not([disabled]):not(.disabled).active,
#cupri_submit_form #cupri_submit:hover,
#cupri_submit_form #cupri_submit:active,
#cupri_submit_form #cupri_submit:focus,
#cupri_submit_form #cupri_submit:not([disabled]):not(.disabled):active,
#cupri_submit_form #cupri_submit:not([disabled]):not(.disabled).active {
  background-color: #00e5e5 !important;
}

.btn.no-btn:hover {
  cursor: default;
}

.btn:disabled,
.btn[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

/*--------------------- tooltip styles section ---------------------*/
.tooltip-inner {
  font-family: "IRANSans";
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
}

/*--------------------- owl-carousel styles section ---------------------*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*--------------------- carousel-fade styles section ---------------------*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease !important;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  left: 0 !important;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-next.carousel-item-right,
.carousel-fade .carousel-item-prev.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  transform: none;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-next.active.carousel-item-right, .carousel-fade .carousel-item-next.active.carousel-item-left,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active.carousel-item-right,
.carousel-fade .carousel-item-prev.active.carousel-item-left {
  transform: none;
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    transform: none;
  }
  .carousel-fade .carousel-item-next,
.carousel-fade .active.carousel-item-right {
    transform: none;
  }
  .carousel-fade .carousel-item-prev,
.carousel-fade .active.carousel-item-left {
    transform: none;
  }
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/*--------------------- global styles section ---------------------*/
body {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  background-color: #f0f1f2;
  direction: rtl;
  text-align: right;
  color: #494a4a;
}

a {
  color: #494a4a;
  text-decoration: none;
  transition: all 200ms ease-out;
  display: inline-block;
}
a:hover, a:active, a:focus {
  color: #009898;
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

.list-group .list-group-item {
  background: transparent;
  border: none;
  padding: 3px 0;
}

button:focus {
  outline: none;
}

.h1, h1 {
  line-height: 2;
}

.h2, h2 {
  line-height: 2;
}

.h3, h3 {
  line-height: 2;
}

.h4, h4 {
  line-height: 2;
}

.h5, h5 {
  line-height: 2;
}

.h6, h6 {
  line-height: 2;
}

span.required {
  color: #F05B82;
}

.xdebug-var-dump {
  text-align: left;
  padding: 7px;
}
.xdebug-var-dump small {
  font-size: 90%;
}

@media (max-width: 992px) {
  body:not(.main-slider-full-width) .main-container {
    padding-top: 79px;
  }
}

body .main-container .main-content {
  margin-bottom: 15px;
}

.price ins {
  text-decoration: none;
}

.woocommerce table.shop_table {
  border-color: #f0f1f2;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  background-color: #f8f9fa;
}

/*@media (min-width: 992px) {
    .sidebar-sticky {
        height: 100%;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 5%;
    }
}*/
/* disable sticky sidebar for Edge and IE  */
/*
@supports (-ms-ime-align:auto) {
    .sidebar-sticky {
        position: static;
    }
}*/
/*--------------------- message styles section ---------------------*/
.woocommerce-message {
  background: #dff8e5;
  border-top-color: #4ECE3D;
  color: #42c131;
}
.woocommerce-message:before {
  color: #4ECE3D;
}
.woocommerce-message .button {
  line-height: 20px !important;
  font-size: 12px;
}

.woocommerce-info {
  background: #d7f3f8;
  border-top-color: #00BCDD;
  color: #00a6c4;
}
.woocommerce-info:before {
  color: #00BCDD;
}

.woocommerce-error {
  background: #fcdbde;
  border-top-color: #F05B82;
  color: #ee4470;
}
.woocommerce-error:before {
  right: 7px;
  color: #F05B82;
}
.woocommerce-error li {
  text-indent: 32px;
}
.woocommerce-error li:before {
  display: none !important;
}

/*--------------------- star-rating styles section ---------------------*/
.star-rating span::before {
  color: #FEC465;
}
.star-rating::before {
  color: #d7d8d9;
}

/*--------------------- breadcrumbs styles section ---------------------*/
.breadcrumb {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  font-size: 12px;
  color: #979898;
}
.breadcrumb .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.breadcrumb .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.breadcrumb .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.breadcrumb a {
  color: #979898;
}
.breadcrumb .delimiter {
  color: #F05B82;
  font-size: 16px;
}

.woocommerce .woocommerce-breadcrumb {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  font-size: 12px;
  color: #979898;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-breadcrumb .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #979898;
}
.woocommerce .woocommerce-breadcrumb .mdi {
  color: #F05B82;
  font-size: 16px;
  margin: 0 5px;
  position: relative;
  top: 2px;
}

.archive.woocommerce .woocommerce-breadcrumb {
  padding: 0 15px;
}

/*--------------------- main-header styles section ---------------------*/
.main-header {
  background: #fff;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .main-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 98;
    width: 100%;
  }
}

body.home.main-slider-full-width .main-header {
  margin-bottom: 1px;
}

.main-header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .main-header .top-nav {
    padding: 0;
    margin-bottom: 15px;
  }
  .main-header .top-nav .navbar-brand {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-header .top-nav {
    padding-right: 0;
    padding-left: 0;
  }
  .main-header .top-nav #top-nav {
    max-height: 320px;
    overflow-y: auto;
  }
}
.main-header .top-nav #toggle-cat-menu {
  font-size: 34px;
}
@media (min-width: 992px) {
  .main-header .top-nav #toggle-cat-menu {
    display: none;
  }
}
.main-header .top-nav .user-actions {
  display: block !important;
  width: auto;
  padding: 0;
}
@media (min-width: 992px) {
  .main-header .top-nav .user-actions {
    display: none !important;
  }
}
.main-header .top-nav .user-actions .btn {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
@media (max-width: 460px) {
  .main-header .top-nav .user-actions .btn .mdi {
    display: none;
  }
}
.main-header .top-nav .user-actions .circle {
  right: 70px !important;
  top: 9px !important;
}
@media (max-width: 460px) {
  .main-header .top-nav .user-actions .circle {
    right: 45px !important;
  }
}
@media (max-width: 460px) {
  .main-header .top-nav .user-actions img {
    display: none !important;
  }
}
.main-header .top-nav a {
  color: #888989;
  font-size: 12px;
}
.main-header .top-nav a:hover, .main-header .top-nav a:active, .main-header .top-nav a:focus {
  color: #00CBCB;
}
.main-header .top-nav .cart-dropdown .dropdown-toggle {
  color: #888989 !important;
  background: transparent !important;
}
.main-header .top-nav .cart-dropdown .dropdown-toggle:after {
  display: none;
}
.main-header .top-nav .cart-dropdown .dropdown-toggle .badge {
  width: 24px;
  height: 23px;
  border-radius: 50%;
  font-size: 100%;
  padding: 5px 7px 4px 7px;
}
.main-header .top-nav .cart-dropdown a.dropdown-toggle {
  display: none;
}
@media (max-width: 992px) {
  .main-header .top-nav .cart-dropdown a.dropdown-toggle {
    display: block;
  }
}
@media (max-width: 992px) {
  .main-header .top-nav .cart-dropdown button.dropdown-toggle {
    display: none;
  }
}
.main-header .top-nav .cart-dropdown .dropdown-menu {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  font-size: 12px;
  line-height: 26px;
  color: #494a4a;
  border-color: #d7d8d9;
  border-radius: 0 0 3px 3px;
  margin-top: 10px;
  min-width: 24rem;
}
@media (max-width: 576px) {
  .main-header .top-nav .cart-dropdown .dropdown-menu {
    min-width: 20rem;
  }
}
.main-header .top-nav .cart-dropdown .dropdown-menu:before {
  content: "";
  transform: rotate(45deg);
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -6.5px;
  left: 30px;
}
.main-header .top-nav .cart-dropdown .dropdown-menu .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list {
  display: table;
  padding-right: 0;
  list-style: none;
  width: 100%;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item {
  border-bottom: 1px dashed #f0f1f2;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .amazing-img-wrapper {
  display: none !important;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item a {
  font-weight: normal;
  line-height: 26px;
  color: #000;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .remove {
  font-size: 20px;
  font-weight: bold;
  color: #F05B82;
  background-color: transparent;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .remove:hover {
  background-color: transparent;
  color: #F05B82 !important;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .attachment-woocommerce_thumbnail {
  width: 42px;
  height: auto;
  float: right;
  margin-left: 7px;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .quantity {
  color: #979898;
  line-height: 13px;
  font-size: 11px;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .quantity del, .main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item .quantity .discount-percent {
  display: none !important;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation {
  color: #00CBCB;
  line-height: 13px;
  font-size: 11px;
  border: none !important;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dt {
  font-weight: 400;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dd {
  margin: 0;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dd p {
  margin-bottom: 0;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart__total {
  margin: 15px 0;
  font-size: 13px;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart__total .amount {
  font-weight: 500;
  font-size: 15px;
  color: #F05B82;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart__buttons {
  background-color: #f0f1f2;
  text-align: center;
  margin: 0 -10px -10px -10px;
  border-radius: 0 0 3px 3px;
}
.main-header .top-nav .cart-dropdown .woocommerce-mini-cart__buttons .button {
  margin: 10px 3px;
  display: inline-block;
}
.main-header .top-nav .navbar-toggler {
  border: none;
}
@media (max-width: 992px) {
  .main-header .top-nav .navbar-toggler {
    padding-left: 0;
  }
}
.main-header .top-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.main-header .top-nav #top-nav .user-actions {
  display: block !important;
}
.main-header .top-nav #top-nav .user-actions .dropdown > .btn:after {
  top: 9px;
  left: 7px;
}

.main-header .site-name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .main-header .site-name {
    display: none;
  }
}

.search-form {
  position: relative;
}
@media (max-width: 992px) {
  .search-form {
    margin-bottom: 15px;
  }
}
.search-form .form-control {
  padding-left: 60px;
  background-color: #f0f1f2;
}
.search-form .btn {
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search-form .btn .mdi {
  font-size: 26px;
  line-height: 0;
  position: relative;
  top: 7px;
  left: 0;
}
.search-form .loader {
  display: none;
  position: absolute;
  left: 60px;
  top: 13px;
}
.search-form .ajax-results {
  display: none;
  border: 1px solid #d7d8d9;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.search-form .ajax-results .list-group .list-group-item {
  padding: 4px;
}
.search-form .ajax-results .list-group .list-group-item .wp-post-image {
  float: right;
  max-width: 35px;
  height: auto;
  border-radius: 50%;
  margin-left: 7px;
}
.search-form .ajax-results .list-group .list-group-item a {
  display: block;
  padding: 2px 10px;
}
.search-form .ajax-results .list-group .list-group-item a:hover {
  background-color: #f8f9fa;
}

.main-header .user-actions {
  text-align: left;
}
@media (max-width: 992px) {
  .main-header .user-actions {
    display: none;
  }
}
.main-header .user-actions .btn-group {
  position: relative;
}
.main-header .user-actions .btn-group .btn-light:focus {
  color: #888989 !important;
}
.main-header .user-actions .btn-group:hover .circle {
  border-color: #F05B82;
}
.main-header .user-actions .btn-group:hover .circle .inner-circle {
  background-color: #F05B82;
}
.main-header .user-actions .register {
  padding-right: 20px;
  border-right: none;
}
.main-header .user-actions .circle {
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e0e1e2;
  z-index: 2;
  right: 70px;
  top: 12px;
  transition: all 200ms ease-out;
}
.main-header .user-actions .circle .inner-circle {
  transition: all 200ms ease-out;
  background-color: #e0e1e2;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

.main-header .user-actions .dropdown {
  display: inline-block;
  float: left;
}
.main-header .user-actions .dropdown > .btn {
  background: transparent;
  color: #494a4a !important;
  padding-left: 0;
}
.main-header .user-actions .dropdown > .btn img {
  position: relative;
  right: 9px;
  border-radius: 50%;
}
.main-header .user-actions .dropdown > .btn:after {
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0;
  vertical-align: 0.255em;
  content: "\f140";
  font-family: "Material Design Icons";
  border: none;
  line-height: 0;
  margin-right: 10px;
  position: relative;
  font-size: 20px;
  top: 11px;
  color: #888989;
  left: -5px;
}
.main-header .user-actions .dropdown .dropdown-menu {
  box-shadow: 0 2px 9px 0 hsla(0deg, 0%, 44%, 0.32);
  border: none;
  border-top: 4px solid #F05B82;
  border-radius: 0;
}
.main-header .user-actions .dropdown .dropdown-menu:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #F05B82;
  position: absolute;
  left: 30px;
  top: -10px;
}
.main-header .user-actions .dropdown .dropdown-menu .dropdown-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 13px;
}
.main-header .user-actions .dropdown .dropdown-menu .dropdown-item .mdi {
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #979898;
}
.main-header .user-actions .dropdown .dropdown-menu .dropdown-item:hover, .main-header .user-actions .dropdown .dropdown-menu .dropdown-item:focus {
  background: #f8f9fa;
  color: #494a4a;
}
.main-header .user-actions .dropdown .logged-out {
  text-align: center;
}
.main-header .user-actions .dropdown .logged-out .dropdown-item {
  padding-left: 1rem;
}
.main-header .user-actions .dropdown .logged-out .dropdown-item:hover, .main-header .user-actions .dropdown .logged-out .dropdown-item:focus {
  background: transparent;
}
.main-header .user-actions .dropdown .logged-out .dropdown-item .register {
  color: #00CBCB;
  border-bottom: 1px dashed transparent;
  padding-right: 10px;
  padding-left: 10px;
}
.main-header .user-actions .dropdown .logged-out .dropdown-item .register:hover {
  border-bottom: 1px dashed #00CBCB;
}

@media (max-width: 992px) {
  .main-header .container > .row {
    display: none !important;
  }
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/*--------------------- menu-cat styles section ---------------------*/
.cat-menu {
  margin-top: 15px;
  border-top: 1px solid #e0e1e2;
  z-index: 99;
  background: #fff;
}
@media (max-width: 992px) {
  .cat-menu {
    display: none;
  }
}
.cat-menu.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08);
}
.cat-menu .list-inline {
  position: relative;
}
.cat-menu .list-inline .list-inline-item {
  margin-right: 0;
}
.cat-menu .list-inline > .menu-item-has-children > .sub-menu {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08);
  border-bottom: none !important;
}
.cat-menu .menu-item .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #888989;
}
.cat-menu .menu-item .nav-link:hover, .cat-menu .menu-item .nav-link:active, .cat-menu .menu-item .nav-link:focus {
  color: #F05B82;
}
.cat-menu .menu-item .nav-link .cat-icon {
  font-size: 25px;
  position: relative;
  top: 5px;
  left: 5px;
  line-height: 0;
}
.cat-menu .menu-item .nav-link .mdi-chevron-down {
  line-height: 0;
  position: relative;
  top: 4px;
  right: 5px;
  color: #979898;
}
.cat-menu .menu-item-has-children {
  position: relative;
}
.cat-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 220px;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  display: none;
  z-index: 99;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item {
  display: block;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link {
  display: block;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link .mdi-chevron-down {
  position: absolute;
  left: 5px;
  top: 25px;
  right: auto;
  transform: rotate(90deg);
}
.cat-menu .menu-item-has-children .sub-menu .menu-item .nav-link:hover {
  background-color: #f8f9fa;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  right: 100%;
  top: 0;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item:hover > .nav-link {
  color: #F05B82;
  background-color: #f8f9fa;
}
.cat-menu .menu-item-has-children .sub-menu .menu-item:hover > .sub-menu {
  right: 100%;
  display: block;
}
.cat-menu .menu-item-has-children:hover > .nav-link {
  color: #F05B82;
}
.cat-menu .menu-item-has-children:hover > .sub-menu {
  top: 100%;
  display: block;
}

.cat-menu .list-inline-item.mega-menu {
  position: static;
}
.cat-menu .list-inline-item.mega-menu .sub-menu {
  width: 100%;
}
.cat-menu .list-inline-item.mega-menu .sub-menu .mdi {
  display: none;
}
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu {
  display: block;
  position: static;
  border: none;
  background-color: transparent;
  padding-right: 15px;
}
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu .menu-item {
  font-weight: 400 !important;
  font-size: 12px;
  color: #979898;
}
.cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu .menu-item .nav-link {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.cat-menu .list-inline-item.mega-menu .sub-menu .menu-item:hover > .nav-link {
  background-color: transparent;
}
.cat-menu .list-inline-item.mega-menu > .sub-menu > li {
  display: inline-block;
  font-weight: 500;
  float: right;
}
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .nav-link:before {
  content: "晴";
  font-family: "Material Design Icons";
  float: right;
  position: relative;
  left: 3px;
  top: 1px;
  color: #888989;
}
.cat-menu .list-inline-item.mega-menu > .sub-menu > li > .nav-link:hover {
  background-color: transparent !important;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-2 > .sub-menu > li {
  width: 32.99%;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-3 > .sub-menu > li {
  width: 24.99%;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-4 > .sub-menu > li {
  width: 19.99%;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-5 > .sub-menu > li {
  width: 16.65%;
}
.cat-menu .list-inline-item.mega-menu.mega-menu-col-6 > .sub-menu > li {
  width: 14.27%;
}

/*--------------------- mobile-nav styles section ---------------------*/
html, body {
  height: 100%;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}

.side-cat-menu {
  position: fixed;
  height: 100%;
  right: -280px;
  bottom: 0;
  top: 0;
  overflow-y: auto;
  width: 280px;
  background-color: #fff;
  z-index: 999;
  transition: all 200ms ease-out;
}
.side-cat-menu .search-form {
  margin: 10px;
}
.side-cat-menu .search-form .form-control {
  padding-left: 50px;
}
.side-cat-menu .search-form .btn {
  padding-right: 8px;
  padding-left: 8px;
}
.side-cat-menu .list-inline .menu-item {
  display: block;
  margin-right: 0;
}
.side-cat-menu .list-inline .menu-item .nav-link {
  padding: 0.35rem 0.75rem;
}
.side-cat-menu .list-inline .menu-item .cat-icon {
  color: #979898;
  font-size: 18px;
  width: 26px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.side-cat-menu .list-inline .menu-item .sub-menu {
  display: none;
  padding-right: 24px;
}
.side-cat-menu .list-inline .menu-item-has-children > .nav-link {
  position: relative;
}
.side-cat-menu .list-inline .menu-item-has-children > .nav-link .mdi-plus {
  position: absolute;
  left: 5px;
  top: 12px;
  width: 25px;
  height: 25px;
  font-size: 24px;
  z-index: 2;
  color: #979898;
}
.side-cat-menu .list-inline .menu-item-has-children.open > a > .mdi-plus:before {
  content: "\f374";
}
.side-cat-menu .list-inline .menu-item-has-children.open > .sub-menu {
  display: block;
}
@media (max-width: 992px) {
  .side-cat-menu .list-inline .menu-item-search-form {
    display: none !important;
  }
  .side-cat-menu .list-inline .menu-item-logo {
    display: none !important;
  }
}
.side-cat-menu .list-inline > .menu-item-has-children > .sub-menu {
  background-color: #f8f9fa;
  box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06);
}

body.show-side-cat-menu .overlay {
  opacity: 1;
  visibility: visible;
}
body.show-side-cat-menu .side-cat-menu {
  right: 0;
}

/*--------------------- widget styles section ---------------------*/
.widget {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
}
.widget .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.widget .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.widget .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.widget .card-header {
  text-align: center;
  position: relative;
}
.widget .card-header:before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #00CBCB;
  position: absolute;
  right: -15px;
  top: 15px;
}

.widget-last-posts .list-group .list-group-item {
  margin-bottom: 7px;
}
.widget-last-posts .list-group .list-group-item a {
  display: block;
}
.widget-last-posts .list-group .list-group-item .wp-post-image {
  float: right;
  margin-left: 7px;
  border-radius: 5px;
}
.widget-last-posts .list-group .list-group-item .post-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 25px !important;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}
.widget-last-posts .list-group .list-group-item .post-date {
  color: #979898;
  font-size: 12px;
  line-height: 25px;
}
.widget-last-posts .more-posts {
  text-align: center;
  background-color: #f8f9fa;
  font-weight: 500;
  font-size: 11px;
  padding: 4px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.widget-last-posts .more-posts a {
  color: #979898;
}

.widget-banner-ads {
  padding: 0;
}
.widget-banner-ads a {
  text-align: center;
}
.widget-banner-ads img {
  border-radius: 3px;
}

.widget-newsletter {
  position: relative;
  overflow: hidden;
}
.widget-newsletter:before {
  content: "匿";
  font-family: "Material Design Icons";
  font-size: 74px;
  line-height: 74px;
  position: absolute;
  left: -10px;
  top: -10px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #92FE9D 0%, #00C9FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.widget-newsletter .newsletter-desc {
  line-height: 24px;
  font-size: 12px;
  color: #888989;
}

.widget-multi-banner {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.widget-multi-banner a {
  display: block;
}
.widget-multi-banner img {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
@media (max-width: 992px) {
  .widget-multi-banner img {
    margin-bottom: 15px;
  }
}

.widget_recent_comments #recentcomments {
  padding-right: 0;
  list-style: none;
}
.widget_recent_comments #recentcomments .recentcomments .comment-author-link {
  font-weight: 500;
}
.widget_recent_comments #recentcomments .recentcomments a {
  color: #979898;
}

.widget_meta ul,
.widget_archive ul,
.widget_ztjalali_archive ul,
.widget_pages ul,
.widget_nav_menu ul {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.widget_media_image a {
  display: block;
  text-align: center;
}

.widget_calendar table,
.widget_ztjalali_calendar table {
  width: 100%;
  text-align: center;
}

.widget_search #searchform {
  position: relative;
}
.widget_search #searchform #s {
  padding-left: 76px !important;
}
.widget_search #searchform input[type=submit] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.widget_categories ul {
  list-style: none;
  z-index: 99;
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.widget_categories ul a {
  display: block;
}
.widget_categories .cat-item {
  position: relative;
}
.widget_categories .cat-item a {
  padding: 10px 15px;
}
.widget_categories .cat-item .children {
  right: 105%;
  top: 0;
  background-color: #fff;
  min-width: 220px;
  transition: all 200ms ease-out;
}
@media (min-width: 992px) {
  .widget_categories .cat-item .children {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  }
}
@media (max-width: 992px) {
  .widget_categories .cat-item .children {
    padding-right: 15px;
  }
  .widget_categories .cat-item .children a {
    color: #979898;
  }
}
.widget_categories .cat-item:hover {
  background-color: #f8f9fa;
}
.widget_categories .cat-item:hover .children {
  opacity: 1;
  visibility: visible;
  right: 100%;
}

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_entries ul li {
  margin-bottom: 10px;
}
.widget_recent_entries ul li .post-date {
  font-size: 12px;
  color: #979898;
  display: block;
}

.widget_product_categories ul {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_product_categories ul li:before {
  content: "\f764";
  font-family: "Material Design Icons";
  font-size: 8px;
  position: relative;
  color: #979898;
  float: right;
  margin-left: 5px;
}
.widget_product_categories ul li .children {
  padding-right: 15px;
}
.widget_product_categories ul li .children li:before {
  color: #d7d8d9;
  content: "\f4db";
}
.widget_product_categories ul .current-cat:before {
  color: #00CBCB !important;
}
.widget_product_categories ul .current-cat > a {
  color: #00CBCB;
}

.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
  border-bottom: 1px solid #f0f1f2;
  padding-top: 3px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
  color: #979898;
  font-size: 12px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
  border-top: none !important;
  margin-top: 1rem;
  text-align: center;
  color: #4ECE3D;
  font-weight: 500;
  font-size: 15px;
}
.widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  text-align: center;
}

.widget_products .product_list_widget li .product-title,
.widget_top_rated_products .product_list_widget li .product-title,
.widget_recently_viewed_products .product_list_widget li .product-title,
.widget_recent_reviews .product_list_widget li .product-title {
  font-weight: 400 !important;
}
.widget_products .product_list_widget li img,
.widget_top_rated_products .product_list_widget li img,
.widget_recently_viewed_products .product_list_widget li img,
.widget_recent_reviews .product_list_widget li img {
  float: right !important;
  margin-left: 7px;
  margin-right: 0 !important;
  width: 64px !important;
  height: auto !important;
  border-radius: 100%;
  border: 1px solid #e0e1e2;
}
.widget_products .product_list_widget li .price,
.widget_top_rated_products .product_list_widget li .price,
.widget_recently_viewed_products .product_list_widget li .price,
.widget_recent_reviews .product_list_widget li .price {
  color: #F05B82;
}
.widget_products .product_list_widget li .price del,
.widget_top_rated_products .product_list_widget li .price del,
.widget_recently_viewed_products .product_list_widget li .price del,
.widget_recent_reviews .product_list_widget li .price del {
  color: #979898;
}
.widget_products .product_list_widget li .price .discount-percent,
.widget_top_rated_products .product_list_widget li .price .discount-percent,
.widget_recently_viewed_products .product_list_widget li .price .discount-percent,
.widget_recent_reviews .product_list_widget li .price .discount-percent {
  display: none;
}
.widget_products .product_list_widget li:not(:last-child),
.widget_top_rated_products .product_list_widget li:not(:last-child),
.widget_recently_viewed_products .product_list_widget li:not(:last-child),
.widget_recent_reviews .product_list_widget li:not(:last-child) {
  border-bottom: none;
  margin-bottom: 15px;
}

.widget_media_gallery .gallery-item {
  width: 100% !important;
}

.widget_product_tag_cloud .tagcloud .tag-cloud-link,
.widget_tag_cloud .tagcloud .tag-cloud-link {
  font-size: 13px !important;
  padding: 0 7px;
  background-color: #f8f9fa;
  border-radius: 2px;
  margin-left: 3px;
  margin-bottom: 3px;
  color: #979898;
  border: 1px solid #f0f1f2;
  line-height: 26px;
}
.widget_product_tag_cloud .tagcloud .tag-cloud-link:hover,
.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  background-color: #f0f1f2;
}
.widget_product_tag_cloud .tagcloud .tag-cloud-link .tag-link-count,
.widget_tag_cloud .tagcloud .tag-cloud-link .tag-link-count {
  float: left;
}

.widget_product_search form.woocommerce-product-search {
  display: block;
  position: relative;
}
.widget_product_search input[type=search] {
  background-color: #f0f1f2 !important;
  border-color: #f0f1f2 !important;
  position: relative;
  padding-right: 32px !important;
}
.widget_product_search input[type=search]:focus {
  border-color: #00CBCB !important;
  background-color: transparent !important;
}
.widget_product_search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  width: 30px;
  height: 42px;
  cursor: pointer;
  background-color: transparent !important;
}
.widget_product_search button[type=submit]:before {
  position: absolute;
  content: "\f349";
  font-family: "Material Design Icons";
  font-size: 18px;
  top: 6px;
  color: #888989;
  left: 7px;
}
.widget_product_search button[type=submit]:hover, .widget_product_search button[type=submit]:focus, .widget_product_search button[type=submit]:active, .widget_product_search button[type=submit]:not([disabled]):not(.disabled):active {
  background-color: transparent !important;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.widget-product-details .price {
  font-size: 17px;
  color: #F05B82;
  text-align: center;
  border: 1px dashed #e0e1e2;
  display: block;
  background-color: #f8f9fa;
  padding: 5px;
}
.widget-product-details .price del {
  text-decoration: none;
  display: block;
  width: 100%;
}
.widget-product-details .price del .amount {
  position: relative;
  color: #888989;
}
.widget-product-details .price del .amount:before {
  content: "";
  position: absolute;
  left: 8px;
  border-bottom: 1px solid #888989;
  top: 13px;
  z-index: 2;
  transform: rotate(-20deg);
  width: 80%;
  height: 0;
  bottom: 0;
}
.widget-product-details table.variations {
  width: 100%;
}
.widget-product-details .quantity {
  margin-top: 7px;
}
.widget-product-details .is-bought-product {
  text-align: center;
  margin: 15px 0 0;
  background-color: #E4FFEA;
  border: 1px dashed #B1F6A0;
  color: #46A344;
  padding: 5px;
  font-weight: 500;
}
.widget-product-details form.cart {
  margin-top: 15px;
}
.widget-product-details .quantity .qty {
  margin-bottom: 5px;
  width: 100%;
}
.widget-product-details .single_add_to_cart_button {
  position: relative;
  padding-right: 45px !important;
  padding-left: 25px !important;
  width: 100%;
}
.widget-product-details .single_add_to_cart_button:before {
  right: 10px;
  content: "\f112";
  font-family: "Material Design Icons";
  font-size: 26px;
  top: 5px;
  position: absolute;
}
.widget-product-details .description.list-group {
  margin: 15px 0;
  background-color: #f8f9fa;
  border: 1px dashed #e0e1e2;
  color: #888989;
  font-size: 11px;
  padding: 7px;
}
.widget-product-details .description.list-group .list-group-item {
  line-height: 24px;
}
.widget-product-details .description.list-group .list-group-item .mdi {
  color: #4ECE3D;
  margin-left: 4px;
  font-size: 18px;
}
.widget-product-details .rating-wrapper {
  padding-top: 15px;
  border-top: 1px solid #f0f1f2;
  border-bottom: 1px solid #f0f1f2;
}
.widget-product-details .rating-wrapper .star-rating {
  position: relative;
  top: 4px;
}
.widget-product-details .rating-wrapper .average-rating {
  position: relative;
  bottom: 6px;
}
.widget-product-details .rating-wrapper .average-rating span {
  font-weight: 500;
  font-size: 20px;
}
.widget-product-details .product-badges {
  padding-top: 15px;
}
.widget-product-details .product-badges li {
  margin: 5px;
}
.widget-product-details .product-badges li img {
  width: 28px;
  height: auto;
}
.widget-product-details .product-badges li .mdi {
  font-size: 28px;
  color: #D35400;
}

.widget-product-attributes .attr-tbl {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 26px;
}
.widget-product-attributes .attr-tbl th, .widget-product-attributes .attr-tbl td {
  padding: 3px 5px;
}
.widget-product-attributes .attr-tbl th .mdi, .widget-product-attributes .attr-tbl td .mdi {
  font-size: 17px;
  position: relative;
  top: 3px;
  width: 20px;
  display: inline-block;
}
.widget-product-attributes .attr-tbl th p, .widget-product-attributes .attr-tbl td p {
  margin-bottom: 0;
}
.widget-product-attributes .attr-tbl th {
  font-weight: 500;
}
.widget-product-attributes .attr-tbl td:last-child {
  text-align: left;
}
.widget-product-attributes .attr-tbl.style2 {
  border: none;
  font-size: 13px;
}
.widget-product-attributes .attr-tbl.style2 th, .widget-product-attributes .attr-tbl.style2 td {
  border-right: none;
  border-top: none;
  border-left: none;
}
.widget-product-attributes .attr-tbl.style2 th .mdi, .widget-product-attributes .attr-tbl.style2 td .mdi {
  font-size: 20px;
  top: 4px;
  width: 24px;
  color: #979898;
}
.widget-product-attributes .attr-tbl.style2 tbody tr:last-child th, .widget-product-attributes .attr-tbl.style2 tbody tr:last-child td {
  border-bottom: none;
}
.widget-product-attributes .attr-tbl.style2.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.widget-vendor-info .author img {
  margin-left: 10px;
  border-radius: 50%;
  float: right;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
.widget-vendor-info .author .store-name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 7px;
}
.widget-vendor-info .dokan-profile-socials {
  margin-top: 25px;
  text-align: center;
}
.widget-vendor-info .dokan-profile-socials .list-inline-item a {
  border: 2px solid #95a5a6;
  border-radius: 3px;
  font-size: 20px;
  color: #95a5a6;
  width: 29px;
  height: 29px;
}
.widget-vendor-info .dokan-profile-socials .list-inline-item a .mdi {
  position: relative;
  bottom: 2px;
}
.widget-vendor-info .dokan-profile-socials .list-inline-item:not(:first-child) {
  margin-right: 3px;
}
.widget-vendor-info .dokan-profile-socials .fb a:hover {
  color: #4867AA;
  border-color: #4867AA;
}
.widget-vendor-info .dokan-profile-socials .gplus a:hover {
  color: #DE5449;
  border-color: #DE5449;
}
.widget-vendor-info .dokan-profile-socials .twitter a:hover {
  color: #1DA1F2;
  border-color: #1DA1F2;
}
.widget-vendor-info .dokan-profile-socials .pinterest a:hover {
  color: #B7081A;
  border-color: #B7081A;
}
.widget-vendor-info .dokan-profile-socials .linkedin a:hover {
  color: #0270AD;
  border-color: #0270AD;
}
.widget-vendor-info .dokan-profile-socials .youtube a:hover {
  color: #F70000;
  border-color: #F70000;
}
.widget-vendor-info .dokan-profile-socials .instagram a:hover {
  color: #8630A7;
  border-color: #8630A7;
}
.widget-vendor-info .dokan-profile-socials .flickr a:hover {
  color: #F70080;
  border-color: #F70080;
}

.widget-teacher-info {
  text-align: center;
}
.widget-teacher-info .wp-post-image {
  border-radius: 50%;
  margin: auto;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
.widget-teacher-info .teacher-name {
  font-size: 15px;
  font-weight: 500;
  margin: 7px 0;
  margin-bottom: 0;
}
.widget-teacher-info .job-title {
  color: #979898;
  border-bottom: 1px dashed #d7d8d9;
}
.widget-teacher-info .content {
  line-height: 26px;
}

.widget-custom-links .custom-links .btn {
  margin: 5px 0;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.widget-stats .list-group .list-group-item .mdi {
  font-size: 27px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.widget-stats .list-group .list-group-item .mdi:before {
  background-image: linear-gradient(to right, #F78CA0 0%, #F9748F 19%, #FD868C 60%, #FE9A8B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.widget-stats .list-group .list-group-item b {
  font-weight: 500;
}

.widget-cat-shortcut {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.widget-cat-shortcut .cat-item {
  display: block;
  text-align: center;
  border: 2px solid #00CBCB;
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 3px;
  transition: all 200ms ease-out;
}
.widget-cat-shortcut .cat-item .icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 47px;
  background: #00CBCB;
}
.widget-cat-shortcut .cat-item .cat-icon {
  font-size: 32px;
  color: #fff;
  position: relative;
  top: 16px;
  max-width: 32px;
  height: auto;
}
.widget-cat-shortcut .cat-item .cat-name {
  margin-bottom: 0;
}
.widget-cat-shortcut .cat-item:hover {
  background: #00CBCB;
}
.widget-cat-shortcut .cat-item:hover .cat-name {
  color: #fff;
}

.widget-countdown-timer {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  padding: 60px 0;
  color: #888989;
}
.widget-countdown-timer .card-header:before {
  display: none;
}
.widget-countdown-timer .card-header .card-title {
  font-size: 20px;
}
.widget-countdown-timer .countdown-timer {
  direction: ltr;
}
.widget-countdown-timer .countdown-timer .timer-item {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
.widget-countdown-timer .countdown-timer .timer-item span:nth-child(1) {
  display: block;
  border: 2px solid #e0e1e2;
  background: #f8f9fa;
  color: #F05B82;
  border-radius: 100%;
  width: 94px;
  height: 94px;
  font-size: 36px;
  padding-top: 32px;
}
.widget-countdown-timer .description {
  margin: 15px auto !important;
}
.widget-countdown-timer .btn-warning {
  border: 1px solid #FEC465 !important;
  color: #feb132 !important;
  background: transparent !important;
}
.widget-countdown-timer .btn-warning:hover {
  color: #fff !important;
  background: #FEC465 !important;
}
.widget-countdown-timer .expired {
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #e0e1e2;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  direction: rtl;
}

.widget-top-reviews {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  padding: 30px 0;
}
.widget-top-reviews .card-header:before {
  display: none;
}
.widget-top-reviews .card-header .card-title {
  font-size: 20px;
}
.widget-top-reviews .carousel-indicators {
  margin-bottom: -20px;
}
.widget-top-reviews .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d7d8d9;
}
.widget-top-reviews .carousel-indicators .active {
  background: #F05B82;
}
.widget-top-reviews .carousel-item .avatar {
  border-radius: 50%;
  border: 1px solid #f0f1f2;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
.widget-top-reviews .carousel-item .comment-author {
  margin: 15px 0;
}
.widget-top-reviews .carousel-item .comment-author span:nth-child(1) {
  font-weight: bold;
}
.widget-top-reviews .carousel-item .comment-author span:nth-child(2), .widget-top-reviews .carousel-item .comment-author a {
  color: #979898;
}
.widget-top-reviews .carousel-item .comment-author a {
  font-style: italic;
}
.widget-top-reviews .carousel-item .comment-content {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 160px;
  line-height: 32px;
  height: 145px;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 3px;
}

/*--------------------- widget-product styles section ---------------------*/
.widget-product, .widget-post {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.widget-product .card-header, .widget-post .card-header {
  margin-bottom: 0;
}
.widget-product .card-header:before, .widget-post .card-header:before {
  display: none;
}
.widget-product .card-header .card-title, .widget-post .card-header .card-title {
  text-align: right;
  font-weight: 500;
  font-size: 20px;
}
.widget-product .card-header .card-title .mdi, .widget-post .card-header .card-title .mdi {
  font-size: 24px;
  position: relative;
  top: 4px;
  color: #979898;
  margin-left: 4px;
}
.widget-product .owl-carousel, .widget-post .owl-carousel,
.widget-product .mf-posts-list,
.widget-post .mf-posts-list {
  direction: ltr !important;
}
.widget-product .owl-carousel .c-item, .widget-post .owl-carousel .c-item,
.widget-product .mf-posts-list .c-item,
.widget-post .mf-posts-list .c-item {
  display: block !important;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  position: relative;
}
.widget-product .owl-carousel .c-item a:not(.btn), .widget-post .owl-carousel .c-item a:not(.btn),
.widget-product .mf-posts-list .c-item a:not(.btn),
.widget-post .mf-posts-list .c-item a:not(.btn) {
  display: block;
}
.widget-product .owl-carousel .c-item .wp-post-image, .widget-post .owl-carousel .c-item .wp-post-image,
.widget-product .mf-posts-list .c-item .wp-post-image,
.widget-post .mf-posts-list .c-item .wp-post-image {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
  transition: all 200ms ease-out;
}
.widget-product .owl-carousel .c-item .post-title, .widget-post .owl-carousel .c-item .post-title,
.widget-product .mf-posts-list .c-item .post-title,
.widget-post .mf-posts-list .c-item .post-title {
  font-size: 13px;
  font-weight: 400;
  padding: 12px 5px;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 64px;
  line-height: 32px;
  height: 68px;
  direction: rtl;
}
.widget-product .owl-carousel .c-item > .price, .widget-post .owl-carousel .c-item > .price,
.widget-product .mf-posts-list .c-item > .price,
.widget-post .mf-posts-list .c-item > .price {
  text-align: center;
  color: #F05B82;
  font-weight: 500;
  direction: rtl;
  font-size: 15px;
}
.widget-product .owl-carousel .c-item > .price del, .widget-post .owl-carousel .c-item > .price del,
.widget-product .mf-posts-list .c-item > .price del,
.widget-post .mf-posts-list .c-item > .price del {
  margin-left: 5px;
  text-decoration: none;
}
.widget-product .owl-carousel .c-item > .price del .amount, .widget-post .owl-carousel .c-item > .price del .amount,
.widget-product .mf-posts-list .c-item > .price del .amount,
.widget-post .mf-posts-list .c-item > .price del .amount {
  color: #979898;
  position: relative;
}
.widget-product .owl-carousel .c-item > .price del .amount:before, .widget-post .owl-carousel .c-item > .price del .amount:before,
.widget-product .mf-posts-list .c-item > .price del .amount:before,
.widget-post .mf-posts-list .c-item > .price del .amount:before {
  text-decoration: none;
  content: "";
  position: absolute;
  left: 5px;
  border-bottom: 1px solid #979898;
  top: 12px;
  z-index: 2;
  transform: rotate(-20deg);
  width: 86%;
  height: 0;
  bottom: 0;
}
.widget-product .owl-carousel .c-item .post-meta, .widget-post .owl-carousel .c-item .post-meta,
.widget-product .mf-posts-list .c-item .post-meta,
.widget-post .mf-posts-list .c-item .post-meta {
  padding: 8px 5px 5px;
  border-top: 1px solid #f0f1f2;
  direction: rtl;
}
.widget-product .owl-carousel .c-item .post-meta .mdi, .widget-post .owl-carousel .c-item .post-meta .mdi,
.widget-product .mf-posts-list .c-item .post-meta .mdi,
.widget-post .mf-posts-list .c-item .post-meta .mdi {
  font-size: 16px;
}
.widget-product .owl-carousel .c-item .post-meta > *:not(.btn):not(.price), .widget-post .owl-carousel .c-item .post-meta > *:not(.btn):not(.price),
.widget-product .mf-posts-list .c-item .post-meta > *:not(.btn):not(.price),
.widget-post .mf-posts-list .c-item .post-meta > *:not(.btn):not(.price) {
  margin-left: 10px;
}
.widget-product .owl-carousel .c-item .post-meta .post-author, .widget-post .owl-carousel .c-item .post-meta .post-author,
.widget-product .mf-posts-list .c-item .post-meta .post-author,
.widget-post .mf-posts-list .c-item .post-meta .post-author {
  display: inline-block;
  float: right;
  margin-top: 3px;
}
.widget-product .owl-carousel .c-item .post-meta .post-author .avatar, .widget-post .owl-carousel .c-item .post-meta .post-author .avatar,
.widget-product .mf-posts-list .c-item .post-meta .post-author .avatar,
.widget-post .mf-posts-list .c-item .post-meta .post-author .avatar {
  width: auto;
  border-radius: 50%;
  float: right;
  margin-left: 3px;
  border: 1px solid #f0f1f2;
}
.widget-product .owl-carousel .c-item .post-meta .post-author .author, .widget-post .owl-carousel .c-item .post-meta .post-author .author,
.widget-product .mf-posts-list .c-item .post-meta .post-author .author,
.widget-post .mf-posts-list .c-item .post-meta .post-author .author {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  float: right;
}
.widget-product .owl-carousel .c-item .post-meta .product-rating, .widget-post .owl-carousel .c-item .post-meta .product-rating,
.widget-product .mf-posts-list .c-item .post-meta .product-rating,
.widget-post .mf-posts-list .c-item .post-meta .product-rating {
  color: #979898;
  display: inline-block;
  padding: 4px 5px 0;
  line-height: 24px;
  font-size: 12px;
  float: right;
}
.widget-product .owl-carousel .c-item .post-meta .product-rating .mdi, .widget-post .owl-carousel .c-item .post-meta .product-rating .mdi,
.widget-product .mf-posts-list .c-item .post-meta .product-rating .mdi,
.widget-post .mf-posts-list .c-item .post-meta .product-rating .mdi {
  float: right;
  position: relative;
  top: -2px;
  left: 3px;
  font-size: 16px;
  color: #FEC465;
}
.widget-product .owl-carousel .c-item .post-meta .post-views, .widget-post .owl-carousel .c-item .post-meta .post-views,
.widget-product .mf-posts-list .c-item .post-meta .post-views,
.widget-post .mf-posts-list .c-item .post-meta .post-views {
  color: #979898;
  float: right;
  line-height: 28px;
}
.widget-product .owl-carousel .c-item .post-meta .add2fav, .widget-post .owl-carousel .c-item .post-meta .add2fav,
.widget-product .mf-posts-list .c-item .post-meta .add2fav,
.widget-post .mf-posts-list .c-item .post-meta .add2fav {
  float: right;
  color: #979898;
}
.widget-product .owl-carousel .c-item .post-meta .add2fav.is-fav, .widget-post .owl-carousel .c-item .post-meta .add2fav.is-fav,
.widget-product .mf-posts-list .c-item .post-meta .add2fav.is-fav,
.widget-post .mf-posts-list .c-item .post-meta .add2fav.is-fav {
  color: #F05B82;
}
.widget-product .owl-carousel .c-item .post-meta .more-link, .widget-post .owl-carousel .c-item .post-meta .more-link,
.widget-product .mf-posts-list .c-item .post-meta .more-link,
.widget-post .mf-posts-list .c-item .post-meta .more-link {
  float: left;
  border: 1px solid #40bd30 !important;
  line-height: 18px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.widget-product .owl-carousel .c-item .post-meta .price, .widget-post .owl-carousel .c-item .post-meta .price,
.widget-product .mf-posts-list .c-item .post-meta .price,
.widget-post .mf-posts-list .c-item .post-meta .price {
  float: left;
  color: #fff;
  font-weight: 500;
  line-height: 27px;
}
.widget-product .owl-carousel .c-item .post-meta .price .amount, .widget-post .owl-carousel .c-item .post-meta .price .amount,
.widget-product .mf-posts-list .c-item .post-meta .price .amount,
.widget-post .mf-posts-list .c-item .post-meta .price .amount {
  display: inline-block;
  background-color: #4ECE3D;
  padding: 2px 2px 0;
  border-radius: 2px;
  border: 1px solid #42c131;
}
.widget-product .owl-carousel .c-item .post-meta .price del .amount, .widget-post .owl-carousel .c-item .post-meta .price del .amount,
.widget-product .mf-posts-list .c-item .post-meta .price del .amount,
.widget-post .mf-posts-list .c-item .post-meta .price del .amount {
  background-color: transparent;
  border-color: transparent;
  color: #F05B82;
  position: relative;
  font-size: 12px;
}
.widget-product .owl-carousel .c-item .post-meta .price del .amount:before, .widget-post .owl-carousel .c-item .post-meta .price del .amount:before,
.widget-product .mf-posts-list .c-item .post-meta .price del .amount:before,
.widget-post .mf-posts-list .c-item .post-meta .price del .amount:before {
  content: "";
  position: absolute;
  left: 5px;
  border-bottom: 1px solid #F05B82;
  top: 14px;
  z-index: 2;
  transform: rotate(-20deg);
  width: 80%;
  height: 0;
  bottom: 0;
}
.widget-product .owl-carousel .c-item .post-meta .price .woocommerce-Price-currencySymbol, .widget-post .owl-carousel .c-item .post-meta .price .woocommerce-Price-currencySymbol,
.widget-product .mf-posts-list .c-item .post-meta .price .woocommerce-Price-currencySymbol,
.widget-post .mf-posts-list .c-item .post-meta .price .woocommerce-Price-currencySymbol {
  display: none;
}
.widget-product .owl-carousel .c-item .post-meta .price-free, .widget-post .owl-carousel .c-item .post-meta .price-free,
.widget-product .mf-posts-list .c-item .post-meta .price-free,
.widget-post .mf-posts-list .c-item .post-meta .price-free {
  float: left;
  display: inline-block;
  background-color: #F05B82;
  padding: 2px 5px 0;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #ee4470;
  line-height: 27px;
}
.widget-product .owl-carousel .c-item .onsale, .widget-post .owl-carousel .c-item .onsale,
.widget-product .mf-posts-list .c-item .onsale,
.widget-post .mf-posts-list .c-item .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAGxAAABsQFhmCgOAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA5LTI5VDA5OjM0OjM1KzAzOjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkMTI3YTFhOC1kMDg4LWY1NDEtYmFiNS03ZWE3OTViMTI0Y2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMWIyMDA0Mi1jMWQ4LTdlNDgtOGUzZi04YmIwNTNlZTA3ZjEiIHN0RXZ0OndoZW49IjIwMTgtMDktMjlUMDk6MzQ6MzUrMDM6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjY4YjE2ODctMDM1Ny0wODRjLThhNWYtZGFiN2E5MTQ4Mjk5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTI5VDEwOjE4OjQ5KzAzOjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxMjdhMWE4LWQwODgtZjU0MS1iYWI1LTdlYTc5NWIxMjRjYyIgc3RFdnQ6d2hlbj0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfXpmgAAAdxSURBVFiF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");
  z-index: 10;
  color: #fff;
  line-height: 15px;
  transform: rotate(-45deg);
  transition: all 200ms ease-out;
}
.widget-product .owl-carousel .c-item .onsale span, .widget-post .owl-carousel .c-item .onsale span,
.widget-product .mf-posts-list .c-item .onsale span,
.widget-post .mf-posts-list .c-item .onsale span {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.widget-product .owl-carousel .c-item .img-wrapper, .widget-post .owl-carousel .c-item .img-wrapper,
.widget-product .mf-posts-list .c-item .img-wrapper,
.widget-post .mf-posts-list .c-item .img-wrapper {
  position: relative;
  overflow: hidden;
}
.widget-product .owl-carousel .c-item .img-wrapper .add2cart-wrapper, .widget-post .owl-carousel .c-item .img-wrapper .add2cart-wrapper,
.widget-product .mf-posts-list .c-item .img-wrapper .add2cart-wrapper,
.widget-post .mf-posts-list .c-item .img-wrapper .add2cart-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  background: linear-gradient(to top, #2F2727, transparent);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 200ms ease-out;
  transition-duration: 300ms;
  border-radius: 3px 3px 0 0;
  z-index: 9;
}
.widget-product .owl-carousel .c-item .img-wrapper .add2cart-wrapper.show, .widget-post .owl-carousel .c-item .img-wrapper .add2cart-wrapper.show,
.widget-product .mf-posts-list .c-item .img-wrapper .add2cart-wrapper.show,
.widget-post .mf-posts-list .c-item .img-wrapper .add2cart-wrapper.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.widget-product .owl-carousel .c-item .img-wrapper .add2cart-wrapper .btn, .widget-post .owl-carousel .c-item .img-wrapper .add2cart-wrapper .btn,
.widget-product .mf-posts-list .c-item .img-wrapper .add2cart-wrapper .btn,
.widget-post .mf-posts-list .c-item .img-wrapper .add2cart-wrapper .btn {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 133px;
  height: 32px;
}
.widget-product .owl-carousel .c-item .img-wrapper .add2cart-wrapper .btn .loader, .widget-post .owl-carousel .c-item .img-wrapper .add2cart-wrapper .btn .loader,
.widget-product .mf-posts-list .c-item .img-wrapper .add2cart-wrapper .btn .loader,
.widget-post .mf-posts-list .c-item .img-wrapper .add2cart-wrapper .btn .loader {
  display: none;
  height: 18px;
}
.widget-product .owl-carousel .c-item .img-wrapper .sold-out, .widget-post .owl-carousel .c-item .img-wrapper .sold-out,
.widget-product .mf-posts-list .c-item .img-wrapper .sold-out,
.widget-post .mf-posts-list .c-item .img-wrapper .sold-out {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 9;
}
.widget-product .owl-carousel .c-item:hover .wp-post-image, .widget-post .owl-carousel .c-item:hover .wp-post-image,
.widget-product .mf-posts-list .c-item:hover .wp-post-image,
.widget-post .mf-posts-list .c-item:hover .wp-post-image {
  filter: grayscale(50%);
}
.widget-product .owl-carousel .c-item:hover .onsale, .widget-post .owl-carousel .c-item:hover .onsale,
.widget-product .mf-posts-list .c-item:hover .onsale,
.widget-post .mf-posts-list .c-item:hover .onsale {
  transform: rotate(0deg);
}
.widget-product .owl-carousel .c-item:hover .add2cart-wrapper, .widget-post .owl-carousel .c-item:hover .add2cart-wrapper,
.widget-product .mf-posts-list .c-item:hover .add2cart-wrapper,
.widget-post .mf-posts-list .c-item:hover .add2cart-wrapper {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.widget-product .owl-carousel .owl-nav, .widget-post .owl-carousel .owl-nav,
.widget-product .mf-posts-list .owl-nav,
.widget-post .mf-posts-list .owl-nav {
  position: absolute;
  top: -44px;
  left: 0;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: 3px;
  padding: 0 4px;
}
.widget-product .owl-carousel .owl-nav .owl-prev .mdi, .widget-post .owl-carousel .owl-nav .owl-prev .mdi,
.widget-product .owl-carousel .owl-nav .owl-next .mdi,
.widget-post .owl-carousel .owl-nav .owl-next .mdi,
.widget-product .mf-posts-list .owl-nav .owl-prev .mdi,
.widget-post .mf-posts-list .owl-nav .owl-prev .mdi,
.widget-product .mf-posts-list .owl-nav .owl-next .mdi,
.widget-post .mf-posts-list .owl-nav .owl-next .mdi {
  font-size: 26px;
  position: relative;
  top: 7px;
  line-height: 20px;
}
.widget-product .owl-carousel .owl-nav .owl-prev.disabled, .widget-post .owl-carousel .owl-nav .owl-prev.disabled,
.widget-product .owl-carousel .owl-nav .owl-next.disabled,
.widget-post .owl-carousel .owl-nav .owl-next.disabled,
.widget-product .mf-posts-list .owl-nav .owl-prev.disabled,
.widget-post .mf-posts-list .owl-nav .owl-prev.disabled,
.widget-product .mf-posts-list .owl-nav .owl-next.disabled,
.widget-post .mf-posts-list .owl-nav .owl-next.disabled {
  cursor: default;
}
.widget-product .owl-carousel .owl-nav .owl-prev.disabled .mdi, .widget-post .owl-carousel .owl-nav .owl-prev.disabled .mdi,
.widget-product .owl-carousel .owl-nav .owl-next.disabled .mdi,
.widget-post .owl-carousel .owl-nav .owl-next.disabled .mdi,
.widget-product .mf-posts-list .owl-nav .owl-prev.disabled .mdi,
.widget-post .mf-posts-list .owl-nav .owl-prev.disabled .mdi,
.widget-product .mf-posts-list .owl-nav .owl-next.disabled .mdi,
.widget-post .mf-posts-list .owl-nav .owl-next.disabled .mdi {
  opacity: 0.4;
}
.widget-product .owl-carousel .owl-dots, .widget-post .owl-carousel .owl-dots,
.widget-product .mf-posts-list .owl-dots,
.widget-post .mf-posts-list .owl-dots {
  display: none !important;
}
.widget-product .posts-list-header, .widget-post .posts-list-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget-product .posts-list-header .card-title, .widget-post .posts-list-header .card-title {
  text-align: center;
  position: relative;
}
.widget-product .posts-list-header .card-title:before, .widget-post .posts-list-header .card-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00CBCB;
  position: absolute;
  top: 42%;
  z-index: -1;
}
.widget-product .posts-list-header .card-title a, .widget-post .posts-list-header .card-title a, .widget-product .posts-list-header .card-title span, .widget-post .posts-list-header .card-title span {
  display: inline-block;
  text-align: center;
  border: 1px solid #00CBCB;
  border-radius: 3px;
  color: #00CBCB;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(218, 235, 240);
}
.widget-product .posts-list-header .card-title .mdi, .widget-post .posts-list-header .card-title .mdi {
  display: none;
}
.widget-product .mf-posts-list .c-item, .widget-post .mf-posts-list .c-item {
  display: inline-block;
  margin-bottom: 15px;
}

.widget-product .gallery-carousel .carousel-inner .carousel-item img, .widget-post .gallery-carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
.widget-product .gallery-carousel .carousel-control-prev, .widget-post .gallery-carousel .carousel-control-prev,
.widget-product .gallery-carousel .carousel-control-next,
.widget-post .gallery-carousel .carousel-control-next {
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
.widget-product .gallery-carousel .carousel-control-prev .mdi, .widget-post .gallery-carousel .carousel-control-prev .mdi,
.widget-product .gallery-carousel .carousel-control-next .mdi,
.widget-post .gallery-carousel .carousel-control-next .mdi {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  border-radius: 100%;
  padding-left: 2px;
  padding-right: 1px;
  transition: all 200ms ease-out;
  transition-duration: 350ms;
}
.widget-product .gallery-carousel .carousel-control-prev .mdi:before, .widget-post .gallery-carousel .carousel-control-prev .mdi:before,
.widget-product .gallery-carousel .carousel-control-next .mdi:before,
.widget-post .gallery-carousel .carousel-control-next .mdi:before {
  line-height: 0;
  position: relative;
  top: 5px;
}
.widget-product .gallery-carousel:hover .carousel-control-prev .mdi, .widget-post .gallery-carousel:hover .carousel-control-prev .mdi,
.widget-product .gallery-carousel:hover .carousel-control-next .mdi,
.widget-post .gallery-carousel:hover .carousel-control-next .mdi {
  color: #494a4a;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.play-video {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  transition: all 200ms ease-out;
  padding-left: 7px;
  padding-right: 7px;
  z-index: 10;
}
.play-video:hover {
  background: rgba(0, 0, 0, 0.7);
}
.play-video .mdi {
  color: #fff;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.bought-msg {
  direction: rtl;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 7px;
}

/*--------------------- widget-post styles section ---------------------*/
.widget-post .post-meta .post-date {
  color: #979898;
  background: #f8f9fa;
  display: inline-block;
  padding: 4px 5px 0;
  line-height: 24px;
  border-radius: 2px;
  font-size: 12px;
}
.widget-post .post-meta .post-date .mdi {
  float: right;
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 16px;
}
.widget-post .post-meta .btn {
  display: inline-block !important;
  float: left;
  line-height: 21px !important;
  border: 1px solid #00b2b2 !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  font-size: 12px !important;
}

/*--------------------- widget-filter styles section ---------------------*/
.widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item,
.widget_layered_nav_filters .list-group-item,
.widget_layered_nav .woocommerce-widget-layered-nav-list__item,
.widget_layered_nav .list-group-item,
.widget_price_filter .woocommerce-widget-layered-nav-list__item,
.widget_price_filter .list-group-item,
.widget_rating_filter .woocommerce-widget-layered-nav-list__item,
.widget_rating_filter .list-group-item,
.widget-brands .woocommerce-widget-layered-nav-list__item,
.widget-brands .list-group-item,
.widget_product_search .woocommerce-widget-layered-nav-list__item,
.widget_product_search .list-group-item,
.widget_product_categories .woocommerce-widget-layered-nav-list__item,
.widget_product_categories .list-group-item {
  transition: all 200ms ease-out;
}
.widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item:hover,
.widget_layered_nav_filters .list-group-item:hover,
.widget_layered_nav .woocommerce-widget-layered-nav-list__item:hover,
.widget_layered_nav .list-group-item:hover,
.widget_price_filter .woocommerce-widget-layered-nav-list__item:hover,
.widget_price_filter .list-group-item:hover,
.widget_rating_filter .woocommerce-widget-layered-nav-list__item:hover,
.widget_rating_filter .list-group-item:hover,
.widget-brands .woocommerce-widget-layered-nav-list__item:hover,
.widget-brands .list-group-item:hover,
.widget_product_search .woocommerce-widget-layered-nav-list__item:hover,
.widget_product_search .list-group-item:hover,
.widget_product_categories .woocommerce-widget-layered-nav-list__item:hover,
.widget_product_categories .list-group-item:hover {
  background-color: #f8f9fa;
}

.widget_layered_nav_filters ul .chosen {
  padding-left: 6px !important;
}
.widget_layered_nav_filters ul .chosen a {
  border: 1px solid #d7d8d9;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 3px 10px;
  line-height: 26px;
  margin-bottom: 3px;
  display: inline-block;
}
.widget_layered_nav_filters ul .chosen a:before {
  display: none;
}
.widget_layered_nav_filters ul .chosen a:after {
  content: "\f5ad";
  font-family: "Material Design Icons";
  margin-right: 7px;
  float: left;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  position: relative;
  padding-right: 28px;
  display: inline-block;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
  font-family: "Material Design Icons";
  content: "\f131";
  font-size: 23px;
  position: absolute;
  right: 0;
  top: -2px;
  float: right;
  color: #d7d8d9;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a:before {
  content: "\f132";
  color: #00CBCB;
  top: 3px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  color: #979898;
}

.widget-brands .list-group .list-group-item a {
  position: relative;
  padding-right: 28px;
  display: inline-block;
}
.widget-brands .list-group .list-group-item a:before {
  font-family: "Material Design Icons";
  content: "\f131";
  font-size: 23px;
  position: absolute;
  right: 0;
  top: -2px;
  float: right;
  color: #d7d8d9;
}
.widget-brands .list-group .list-group-item.chosen a:before {
  content: "\f132";
  color: #00CBCB;
  top: -2px;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
  margin-top: 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 4px;
  background-color: #00CBCB;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d7d8d9;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: #00CBCB;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 3em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  top: -9px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1):before, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2):before {
  font-family: "Material Design Icons";
  font-size: 20px;
  position: absolute;
  top: 11px;
  line-height: 0;
  color: #979898;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(1):before {
  content: "\f142";
  left: 1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-of-type(2):before {
  content: "\f141";
  right: 1px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  float: none;
  display: block;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #00b2b2 !important;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  margin-top: 15px;
  font-size: 12px;
  color: #888989;
  text-align: center;
  direction: rtl;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label .from, .woocommerce .widget_price_filter .price_slider_amount .price_label .to {
  display: inline-block;
  padding: 2px 4px 0 4px;
  line-height: 22px;
  color: #4ECE3D;
}

.widget_layered_nav .card-header,
.widget_rating_filter .card-header,
.widget_price_filter .card-header,
.widget-brands .card-header,
.widget_product_search .card-header,
.widget_product_categories .card-header {
  cursor: pointer;
}
.widget_layered_nav .card-header .card-title,
.widget_rating_filter .card-header .card-title,
.widget_price_filter .card-header .card-title,
.widget-brands .card-header .card-title,
.widget_product_search .card-header .card-title,
.widget_product_categories .card-header .card-title {
  position: relative;
}
.widget_layered_nav .card-header .card-title .mdi,
.widget_rating_filter .card-header .card-title .mdi,
.widget_price_filter .card-header .card-title .mdi,
.widget-brands .card-header .card-title .mdi,
.widget_product_search .card-header .card-title .mdi,
.widget_product_categories .card-header .card-title .mdi {
  font-size: 24px;
  color: #d7d8d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.widget_layered_nav .card-header.closed .card-title .mdi:before,
.widget_rating_filter .card-header.closed .card-title .mdi:before,
.widget_price_filter .card-header.closed .card-title .mdi:before,
.widget-brands .card-header.closed .card-title .mdi:before,
.widget_product_search .card-header.closed .card-title .mdi:before,
.widget_product_categories .card-header.closed .card-title .mdi:before {
  content: "\f140";
}
.widget_layered_nav .card-header.closed + *,
.widget_rating_filter .card-header.closed + *,
.widget_price_filter .card-header.closed + *,
.widget-brands .card-header.closed + *,
.widget_product_search .card-header.closed + *,
.widget_product_categories .card-header.closed + * {
  display: none;
}

.widget_product_search form.woocommerce-product-search {
  display: block;
  position: relative;
}
.widget_product_search input[type=search] {
  background-color: #f0f1f2 !important;
  border-color: #f0f1f2 !important;
  position: relative;
  padding-right: 32px !important;
}
.widget_product_search input[type=search]:focus {
  border-color: #00CBCB !important;
  background-color: transparent !important;
}
.widget_product_search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  width: 30px;
  height: 42px;
  cursor: pointer;
  background-color: transparent !important;
}
.widget_product_search button[type=submit]:before {
  position: absolute;
  content: "\f349";
  font-family: "Material Design Icons";
}
.widget_product_search button[type=submit]:hover, .widget_product_search button[type=submit]:focus, .widget_product_search button[type=submit]:active, .widget_product_search button[type=submit]:not([disabled]):not(.disabled):active {
  background-color: transparent !important;
}

.widget_product_categories .product-categories {
  max-height: 460px;
  overflow-y: auto;
}
.widget_product_categories .product-categories .cat-item a:hover {
  color: #00CBCB;
}

/*--------------------- main-slider styles section ---------------------*/
#main-slider {
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
#main-slider .carousel-indicators li {
  width: 15px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 200ms ease-out;
}
#main-slider .carousel-indicators .active {
  background-color: rgba(0, 203, 203, 0.75);
  width: 30px;
}
#main-slider .carousel-item .wp-post-image {
  height: auto;
}
#main-slider .carousel-item .slider-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  width: 30%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  padding: 15px;
}
#main-slider .carousel-item .slider-desc p {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 128px;
  line-height: 32px;
}
@media (max-width: 768px) {
  #main-slider .carousel-item .slider-desc h4, #main-slider .carousel-item .slider-desc p {
    display: none;
  }
}
#main-slider .carousel-control-next,
#main-slider .carousel-control-prev {
  width: 15%;
  opacity: 0;
  visibility: hidden;
}
#main-slider .carousel-control-next .mdi,
#main-slider .carousel-control-prev .mdi {
  font-size: 46px;
}
#main-slider:hover .carousel-control-next,
#main-slider:hover .carousel-control-prev {
  opacity: 1;
  visibility: visible;
}

body.main-slider-full-width #main-slider {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media (max-width: 992px) {
  body.main-slider-full-width #main-slider {
    margin-top: 65px;
  }
}
body.main-slider-full-width #main-slider .carousel-control-next .mdi,
body.main-slider-full-width #main-slider .carousel-control-prev .mdi {
  background: #00CBCB;
  color: #fff;
  border-radius: 3px;
  height: 46px;
}
body.main-slider-full-width #main-slider .carousel-control-next .mdi:before,
body.main-slider-full-width #main-slider .carousel-control-prev .mdi:before {
  position: relative;
  top: 7px;
}

/*---------- amazing-slider styles section ----------*/
#amazing-slider {
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  border-radius: 3px;
  margin-bottom: 15px;
  height: 360px;
  background: #fff;
  border: none;
}
#amazing-slider > .row {
  height: 360px;
}
#amazing-slider .carousel-indicators {
  right: auto;
  margin-right: 0;
  margin-left: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  background-color: #dff9fb;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-right: 1px solid #c7ecee;
}
#amazing-slider .carousel-indicators li {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  padding: 20px 5px;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: all 200ms ease-out;
  text-align: center;
}
#amazing-slider .carousel-indicators li span {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}
#amazing-slider .carousel-indicators li:first-child {
  border-top-left-radius: 3px;
}
#amazing-slider .carousel-indicators li:last-child {
  border-bottom-left-radius: 3px;
}
#amazing-slider .carousel-indicators li:not(:last-child) {
  border-bottom: 1px solid #c7ecee;
}
#amazing-slider .carousel-indicators li:hover {
  background: #c7ecee;
}
#amazing-slider .carousel-indicators li.active {
  background: #F05B82;
  color: #fff;
  border-bottom: none;
}
#amazing-slider .carousel-inner {
  position: relative;
}
#amazing-slider .carousel-inner .carousel-item {
  height: 360px;
}
#amazing-slider .carousel-inner .carousel-item .row {
  height: 360px;
}
#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
  font-size: 15px;
  margin-top: 25px;
}
#amazing-slider .carousel-inner .carousel-item .row .left-col .price {
  margin: 15px 0;
  font-size: 20px;
  color: #F05B82;
}
#amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
  color: #888989;
  font-size: 15px;
  margin-left: 5px;
}
#amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
  font-size: 20px;
  font-weight: 500;
}
#amazing-slider .carousel-inner .carousel-item .row .left-col .desc {
  text-align: justify;
  color: #888989;
  margin-bottom: 0;
  height: 160px;
  overflow: hidden;
}

@media (max-width: 992px) {
  #amazing-slider {
    display: none;
  }
}
.amazing-slider {
  margin-bottom: 15px;
}
.amazing-slider .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  color: #F05B82;
  padding: 0;
}
.amazing-slider .card-header:before {
  display: none;
}
.amazing-slider .card-header .card-title {
  text-align: right;
  font-weight: 500;
  font-size: 20px;
}
.amazing-slider .card-header .card-title .mdi {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.amazing-slider .owl-carousel,
.amazing-slider .mf-posts-list {
  direction: ltr !important;
}
.amazing-slider .owl-carousel .c-item,
.amazing-slider .mf-posts-list .c-item {
  display: block;
  direction: rtl !important;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #e0e1e2;
  background: #fff;
  position: relative;
}
.amazing-slider .owl-carousel .c-item a,
.amazing-slider .mf-posts-list .c-item a {
  display: block;
}
.amazing-slider .owl-carousel .c-item img,
.amazing-slider .mf-posts-list .c-item img {
  width: 100%;
}
.amazing-slider .owl-carousel .c-item h2,
.amazing-slider .mf-posts-list .c-item h2 {
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 520px) {
  .amazing-slider .owl-carousel .c-item h2,
.amazing-slider .mf-posts-list .c-item h2 {
    font-weight: 400;
    line-height: 26px;
    height: 26px;
    margin-bottom: 0;
  }
}
.amazing-slider .owl-carousel .c-item .price,
.amazing-slider .mf-posts-list .c-item .price {
  color: #F05B82;
  font-size: 15px;
}
.amazing-slider .owl-carousel .c-item .price del,
.amazing-slider .mf-posts-list .c-item .price del {
  color: #979898;
  font-size: 12px;
}
.amazing-slider .owl-carousel .c-item .price ins,
.amazing-slider .mf-posts-list .c-item .price ins {
  font-size: 15px;
}
.amazing-slider .owl-carousel .c-item .onsale,
.amazing-slider .mf-posts-list .c-item .onsale {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAGxAAABsQFhmCgOAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA5LTI5VDA5OjM0OjM1KzAzOjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkMTI3YTFhOC1kMDg4LWY1NDEtYmFiNS03ZWE3OTViMTI0Y2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMWIyMDA0Mi1jMWQ4LTdlNDgtOGUzZi04YmIwNTNlZTA3ZjEiIHN0RXZ0OndoZW49IjIwMTgtMDktMjlUMDk6MzQ6MzUrMDM6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjY4YjE2ODctMDM1Ny0wODRjLThhNWYtZGFiN2E5MTQ4Mjk5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTI5VDEwOjE4OjQ5KzAzOjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxMjdhMWE4LWQwODgtZjU0MS1iYWI1LTdlYTc5NWIxMjRjYyIgc3RFdnQ6d2hlbj0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfXpmgAAAdxSURBVFiF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");
  z-index: 10;
  color: #fff;
  line-height: 15px;
  transition: all 200ms ease-out;
}
.amazing-slider .owl-carousel .c-item .onsale span,
.amazing-slider .mf-posts-list .c-item .onsale span {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-weight: 500;
}
.amazing-slider .owl-carousel .owl-nav,
.amazing-slider .mf-posts-list .owl-nav {
  position: absolute;
  top: -44px;
  left: 0;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: 3px;
  padding: 0 4px;
}
.amazing-slider .owl-carousel .owl-nav .owl-prev .mdi,
.amazing-slider .owl-carousel .owl-nav .owl-next .mdi,
.amazing-slider .mf-posts-list .owl-nav .owl-prev .mdi,
.amazing-slider .mf-posts-list .owl-nav .owl-next .mdi {
  font-size: 26px;
  position: relative;
  top: 7px;
  line-height: 20px;
}
.amazing-slider .owl-carousel .owl-nav .owl-prev.disabled,
.amazing-slider .owl-carousel .owl-nav .owl-next.disabled,
.amazing-slider .mf-posts-list .owl-nav .owl-prev.disabled,
.amazing-slider .mf-posts-list .owl-nav .owl-next.disabled {
  cursor: default;
}
.amazing-slider .owl-carousel .owl-nav .owl-prev.disabled .mdi,
.amazing-slider .owl-carousel .owl-nav .owl-next.disabled .mdi,
.amazing-slider .mf-posts-list .owl-nav .owl-prev.disabled .mdi,
.amazing-slider .mf-posts-list .owl-nav .owl-next.disabled .mdi {
  opacity: 0.4;
}
.amazing-slider .owl-carousel .owl-dots,
.amazing-slider .mf-posts-list .owl-dots {
  display: none !important;
}
.amazing-slider .posts-list-header {
  margin-top: 15px;
  margin-bottom: 15px;
}
.amazing-slider .posts-list-header .card-title {
  text-align: center;
  position: relative;
}
.amazing-slider .posts-list-header .card-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #F05B82;
  position: absolute;
  top: 42%;
  z-index: -1;
}
.amazing-slider .posts-list-header .card-title a, .amazing-slider .posts-list-header .card-title span {
  display: inline-block;
  text-align: center;
  border: 1px solid #F05B82;
  border-radius: 3px;
  color: #F05B82;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow: 0 1px 1px 0 rgba(240, 219, 225, 0.1);
  background-color: rgb(240, 219, 225);
}
.amazing-slider .posts-list-header .card-title .mdi {
  display: none;
}
.amazing-slider .mf-posts-list .c-item {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .amazing-slider {
    display: none !important;
  }
}
/*--------------------- service-features styles section ---------------------*/
.service-features {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
}
.service-features .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.service-features .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.service-features .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.service-features .feature-item {
  text-align: center;
}
.service-features .feature-item .mdi {
  font-size: 46px;
  line-height: 46px;
  color: #00CBCB;
}
.service-features .feature-item .mdi:before {
  background-image: linear-gradient(to top, #92fe9d 0%, #00c9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-features .feature-item p {
  margin-bottom: 0;
  font-size: 12px;
  color: #979898;
}

/*--------------------- main-footer styles section ---------------------*/
.main-footer .info-bar {
  background-color: #6d7379;
  color: #fff;
  text-align: center;
}
.main-footer .info-bar a {
  color: #fff;
}
.main-footer .info-bar .mdi {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.main-footer .info-bar .container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #798087;
}
.main-footer .info-bar .download-app a {
  color: #fff;
  border-radius: 3px;
  width: 160px;
  text-align: center;
  background-color: #4e5257;
  border: 1px solid #424649;
}
.main-footer .info-bar .download-app a .mdi {
  margin-right: 5px;
}
.main-footer .info-bar .download-app .apple {
  margin-bottom: 4px;
}
.main-footer .info-bar .download-app .apple:hover {
  background-color: #F05B82;
  border-color: #F05B82;
  color: #fff;
}
.main-footer .info-bar .download-app .android:hover {
  background-color: #4ECE3D;
  border-color: #4ECE3D;
  color: #fff;
}

.main-footer .sharing-bar {
  background-color: #6d7379;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.main-footer .sharing-bar .share-link {
  background-color: #505559;
  width: 36px;
  height: 36px;
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
}
.main-footer .sharing-bar .share-link .mdi {
  position: relative;
  top: 3px;
}
.main-footer .sharing-bar .google-plus:hover {
  background-color: #e84118;
}
.main-footer .sharing-bar .telegram:hover {
  background-color: #1e90ff;
}
.main-footer .sharing-bar .aparat:hover {
  background-color: #ff6b81;
}
.main-footer .sharing-bar .facebook:hover {
  background-color: #2980b9;
}
.main-footer .sharing-bar .twitter:hover {
  background-color: #00a8ff;
}
.main-footer .sharing-bar .instagram:hover {
  background-color: #833471;
}
.main-footer .sharing-bar .youtube:hover {
  background-color: #F70000;
}
.main-footer .sharing-bar .linkedin:hover {
  background-color: #0274B3;
}

.main-footer .widget-section {
  padding: 15px 0;
  background-color: #5A5F64;
  color: #fff;
}
.main-footer .widget-section a {
  color: #fff;
}
.main-footer .widget {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-footer .widget {
    margin-bottom: 15px;
  }
}
.main-footer .widget .card-header {
  text-align: right;
  margin-bottom: 7px;
}
.main-footer .widget .card-header .card-title {
  font-weight: 500;
}
.main-footer .widget .card-header:before {
  display: none;
}
.main-footer .widget ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .widget_text {
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.main-footer .widget_text a {
  padding: 7px;
  background-color: #F0F0F0;
  border-radius: 3px;
  margin-bottom: 5px;
}

.main-footer .copyright {
  background-color: #6d7379;
  text-align: center;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
  padding: 7px 0;
}

/*--------------------- go-top styles section ---------------------*/
#go-top {
  display: none;
  position: fixed;
  left: 5px;
  bottom: 10px;
  background: #fff;
  border-radius: 100%;
  font-size: 36px;
  width: 50px;
  height: 50px;
  transition: all 200ms ease-out;
  z-index: 1000;
  border: 1px solid #d7d8d9;
}
#go-top .mdi {
  position: relative;
  top: 10px;
  right: 6px;
  color: #979898;
  font-size: 36px;
}

/*--------------------- page-content styles section ---------------------*/
.page-content {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.page-content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.page-content .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.page-content .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.page-content .card-header .card-title {
  font-weight: 500;
  font-size: 20px;
}
.page-content .card-body {
  padding: 0;
}
.page-content .card-body img {
  max-width: 100%;
  height: auto;
}
.page-content .card-body img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.page-content .card-body img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.page-content .card-body img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-content .card-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-content .card-body .alignright {
  float: right;
}
.page-content .card-body .alignleft {
  float: left;
}

/*--------------------- login & register page styles section ---------------------*/
.woocommerce-account:not(.logged-in) {
  background-image: linear-gradient(-225deg, #9EFBD3 0%, #57E9F2 48%, #45D4FB 100%);
}

.woocommerce-account:not(.logged-in) > .container {
  max-width: none;
}

.woocommerce-account .page-content {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.woocommerce-account .page-content .card-header {
  display: none;
}
.woocommerce-account .page-content .icon-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(78, 206, 61, 0.3);
  margin-bottom: 5px;
}
.woocommerce-account .page-content .icon-wrapper .mdi {
  font-size: 64px;
  line-height: 64px;
  position: relative;
  top: 14px;
}
.woocommerce-account .page-content .icon-wrapper .mdi:before {
  background-image: linear-gradient(to top, #92fe9d 0%, #00c9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.woocommerce-account #customer_login .woocommerce-form {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-account .page-register,
.woocommerce-account .page-login {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 35px;
}
.woocommerce-account .page-register .card-header,
.woocommerce-account .page-login .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-account .page-register .card-header .card-title,
.woocommerce-account .page-login .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-account .page-register .card-footer,
.woocommerce-account .page-login .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
  display: none !important;
}
.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
  display: none !important;
}
.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  box-shadow: none;
  padding: 15px;
  border-bottom: none;
}
.woocommerce-account .u-column1.col-1 .card-header,
.woocommerce-account .u-column2.col-2 .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-account .u-column1.col-1 .card-header .card-title,
.woocommerce-account .u-column2.col-2 .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-account .u-column1.col-1 .card-footer,
.woocommerce-account .u-column2.col-2 .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce-account .u-column1.col-1 h2,
.woocommerce-account .u-column2.col-2 h2 {
  font-size: 20px;
  font-weight: 500;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e1e2;
  text-align: center;
}
.woocommerce-account .u-column1.col-1 form,
.woocommerce-account .u-column2.col-2 form {
  border: none;
  padding: 0;
}
.woocommerce-account .u-column1.col-1 form label,
.woocommerce-account .u-column2.col-2 form label {
  color: #888989;
}
.woocommerce-account .u-column1.col-1 form .button,
.woocommerce-account .u-column2.col-2 form .button {
  display: block;
  width: 100%;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-form__label,
.woocommerce-account .u-column2.col-2 form .woocommerce-form__label {
  margin-top: 1rem;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  display: block;
  width: 100%;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
  background: #ff7979;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
  background: #ffbe76;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
  background: #badc58;
}
.woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong,
.woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
  background: #6ab04c;
}
.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a,
.woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
  color: #00CBCB;
}
.woocommerce-account .login-footer {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #e0e1e2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  background-color: #f8f9fa;
  border-radius: 0 0 3px 3px;
}
.woocommerce-account .login-footer a {
  color: #00CBCB;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-left: 0;
}

/*--------------------- my-account styles section ---------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  width: 73%;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .logged-in.woocommerce-account {
    padding-top: 79px;
  }
}

@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-navigation {
    min-height: 660px;
  }
}
@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-content {
    min-height: 660px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar {
  text-align: center;
  border-bottom: 1px solid #f0f1f2;
  padding: 15px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
  background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  color: #595a5a;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar img {
  border-radius: 50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar p {
  margin-bottom: 0;
  margin-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-avatar a {
  color: #595a5a;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  content: "\f703";
  font-family: "Material Design Icons";
  float: right;
  font-size: 22px;
  margin-left: 7px;
  position: relative;
  top: -1px;
  color: #979898;
  transition: all 200ms ease-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: #4ECE3D;
  background: rgba(78, 206, 61, 0.06);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before {
  color: #4ECE3D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #4ECE3D;
  background: rgba(78, 206, 61, 0.06);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  color: #4ECE3D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:first-child {
  border-radius: 3px 3px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f494";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f14e";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "練";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f352";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f6bb";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
  content: "\f87d";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products_support a:before {
  content: "\f03c";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
  content: "節";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--avatar a:before {
  content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--announcements a:before {
  content: "\f09a";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f425";
}
.woocommerce-account .woocommerce-MyAccount-content {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
  font-size: 20px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: 1px solid #e0e1e2;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-radius: 0;
  padding: 6px 12px;
  background: #f8f9fa;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
  line-height: 2.1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #f0f1f2;
  background: #f8f9fa;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
  margin-bottom: 15px;
}

.woocommerce-orders-table__cell-order-total del, .woocommerce-orders-table__cell-order-total ins, .woocommerce-orders-table__cell-order-total span {
  display: block;
  line-height: 24px;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
  display: inline-block;
}
.woocommerce-orders-table__cell-order-total del {
  color: #979898;
}
.woocommerce-orders-table__cell-order-total ins {
  text-decoration: none;
  color: #F05B82;
}

.woocommerce-account .woocommerce-customer-details .col-1 {
  padding-left: 0 !important;
}
.woocommerce-account .woocommerce-customer-details .col-2 {
  padding-right: 0 !important;
  margin-top: 15px;
}

.woocommerce table.my_account_orders,
.woocommerce table.woocommerce-table--order-downloads {
  font-size: 1em;
}
.woocommerce table.my_account_orders .button,
.woocommerce table.woocommerce-table--order-downloads .button {
  line-height: 24px !important;
}

.woocommerce-pagination--without-numbers .button {
  line-height: 24px !important;
}

.favorites-table .price {
  color: #F05B82;
}
.favorites-table .price .discount-percent {
  display: none !important;
}
.favorites-table .price > * {
  display: block;
}
.favorites-table .price del {
  color: #979898;
  font-size: 13px;
}
.favorites-table .remove-favorite {
  background: #f0f1f2;
  border-radius: 100%;
  display: inline-block;
  padding: 0 4px;
}
.favorites-table .remove-favorite .mdi {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #979898;
}
@media (max-width: 992px) {
  .favorites-table thead {
    display: none;
  }
  .favorites-table tbody tr:nth-child(2n) td {
    background-color: #f8f9fa;
  }
  .favorites-table tbody tr:nth-child(2n) td .remove-favorite {
    background: #e0e1e2;
  }
  .favorites-table tbody tr:nth-child(2n) td .remove-favorite .mdi {
    color: #888989;
  }
  .favorites-table tbody td {
    width: 100%;
    display: block;
    text-align: center;
    border-top: none !important;
  }
  .favorites-table tbody tr:not(:last-child) td:last-child {
    border-bottom: 1px solid #e0e1e2;
    border-right: none !important;
    border-left: none !important;
  }
}

.woocommerce table.user-info-table {
  margin-top: 35px !important;
}
.woocommerce table.user-info-table td {
  border: none;
  border-bottom: 1px solid #e0e1e2;
}
.woocommerce table.user-info-table td > p:first-child {
  color: #979898;
}
@media (max-width: 992px) {
  .woocommerce table.user-info-table tbody td {
    width: 100%;
    display: block;
    text-align: center;
    border-top: none !important;
  }
  .woocommerce table.user-info-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e0e1e2;
  }
}
.woocommerce table.user-info-table + .edit-account {
  text-align: center;
  margin-top: 15px;
}
.woocommerce table.user-info-table + .edit-account a {
  color: #00CBCB;
  border-bottom: 1px dashed #00CBCB;
}

.woocommerce table.woocommerce-table--order-details td {
  width: 50%;
}

.order-downloads-subtitle {
  font-size: 13px;
  font-weight: bold;
  color: #F05B82;
}
.order-downloads-subtitle .mdi {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.woocommerce-MyAccount-content .upload-avatar .remove-avatar .loader {
  width: 28px;
  display: none;
  margin-left: 7px;
}
.woocommerce-MyAccount-content .upload-avatar label[for=avatar] {
  display: block;
  border: 1px dashed #e0e1e2;
  padding: 50px;
  background: #f8f9fa;
  text-align: center;
}
.woocommerce-MyAccount-content .upload-avatar label[for=avatar] span:first-child {
  font-weight: 500;
}
.woocommerce-MyAccount-content .upload-avatar label[for=avatar] span {
  display: block;
}
.woocommerce-MyAccount-content .upload-avatar label[for=avatar] .whitelist,
.woocommerce-MyAccount-content .upload-avatar label[for=avatar] .max-size {
  color: #979898;
}
.woocommerce-MyAccount-content .upload-avatar #avatar {
  display: none;
}

/*--------------------- advanced-account styles section ---------------------*/
body.page-advanced-account #wast-support-icon {
  display: none;
}

@media (max-width: 992px) {
  .logged-in.woocommerce-account.page-advanced-account {
    padding-top: 0;
  }
}
.advanced-account > .row {
  margin-right: 0;
  margin-left: 0;
}

body.logged-in .advanced-account > .row > .main-content {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
body.logged-in .advanced-account .top-navbar {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
body.logged-in .advanced-account .top-navbar #account-sidebar-toggle .nav-link {
  position: relative;
}
body.logged-in .advanced-account .top-navbar #account-sidebar-toggle .mdi {
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #00CBCB;
}
@media (min-width: 992px) {
  body.logged-in .advanced-account .top-navbar #account-sidebar-toggle {
    display: none;
  }
}
@media (max-width: 576px) {
  body.logged-in .advanced-account .top-navbar .display-name {
    display: none;
  }
}
body.logged-in .advanced-account .top-navbar .logo img {
  max-height: 34px;
  width: auto;
}
body.logged-in .advanced-account .top-navbar .nav-actions .nav-link {
  position: relative;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
body.logged-in .advanced-account .top-navbar .nav-actions .mdi {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #979898;
}
body.logged-in .advanced-account .top-navbar .nav-actions .badge {
  position: absolute;
  border-radius: 100%;
  width: 18px;
  height: 17px;
  top: 14px;
  right: 31px;
}
body.logged-in .advanced-account .woocommerce {
  margin-top: 50px;
  display: flex;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation {
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 992px) {
  body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation {
    position: fixed;
    z-index: 9;
    margin-right: -240px;
    width: 240px;
    transition: all 200ms ease-out;
    overflow-y: auto;
    height: 100%;
  }
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  top: -58px;
  width: 140%;
  margin-right: -20%;
  padding-top: 85px;
  padding-bottom: 35px;
  border-radius: 700px/251px;
  margin-bottom: -10%;
  color: #fff;
  border-bottom: none;
}
@media (max-width: 768px) {
  body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar {
    margin-bottom: -22%;
  }
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar a {
  color: #fff;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .user-avatar p {
  width: 50%;
  line-height: 18px;
  margin: 15px auto auto;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show {
  margin-right: 0;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation.show + .woocommerce-MyAccount-content {
  opacity: 0.45;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  background: #F05B82;
  color: #fff;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:before, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before {
  color: #fff;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--tickets.is-active .wast-count {
  background-color: #fff;
  color: #494a4a;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content {
  border-radius: 0;
  position: relative;
  left: -1%;
  transition: all 200ms ease-out;
  min-height: 100vh;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf {
  display: block;
}
@media (max-width: 992px) {
  body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content {
    width: 98%;
  }
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .form-control, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .input-text, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .widget_search input[type=text],
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .widget_product_search input[type=search], body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content textarea#comment,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #commentform #author, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #commentform #email, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #billing_city, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #billing_state,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #shipping_city, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #shipping_state, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .woo-wallet-balance-to-add,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content input[name=woo_wallet_transfer_amount], body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content textarea[name=woo_wallet_transfer_note],
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-commissions .product-search, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-commissions input.datepicker,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-clicks input.datepicker, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf.yith-wcaf-payments input.datepicker,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf #original_url, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf #original_url, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf #payment_email, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #cupri_submit_form input {
  padding: 10px;
  border-radius: 22px;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .btn, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .button, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .widget_search input[type=submit],
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .widget_product_search button, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #commentform #submit,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .woo-add-to-wallet, body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .yith-wcaf input[type=submit], body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content #cupri_submit_form #cupri_submit {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border-radius: 22px !important;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content table.shop_table td,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content table.shop_table th {
  padding: 12px 10px;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content mark.order-number,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content mark.order-date,
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content mark.order-status {
  background-color: #FEC465;
  display: inline-block;
  padding: 5px;
  line-height: 15px;
  border-radius: 12px;
  color: #595a5a;
}
body.logged-in .advanced-account .woocommerce .woocommerce-MyAccount-content .woocommerce-OrderUpdate-description {
  background-color: #e4ffea;
  border: 1px solid #b1f6a0;
  color: #46a344;
  padding: 15px;
}

.advanced-account-list-card {
  margin-bottom: 15px;
  border: none;
}
.advanced-account-list-card .card-header {
  display: block !important;
  font-weight: 600;
  border-bottom: 1px solid #e0e1e2 !important;
  padding: 7px 0 !important;
}
.advanced-account-list-card .card-body {
  border: 1px solid #e0e1e2;
  background: #f8f9fa;
  padding: 0 15px;
}
.advanced-account-list-card .card-body .list-group .list-group-item {
  height: 60px;
}
.advanced-account-list-card .card-body .list-group .list-group-item:not(:last-child) {
  border-bottom: 1px dashed #e0e1e2;
}
.advanced-account-list-card .card-body .list-group .list-group-item a {
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  display: block;
}
.advanced-account-list-card .card-body .list-group .list-group-item .post-date {
  font-size: 12px;
  color: #888989;
  background: #e0e1e2;
  position: absolute;
  left: 0;
  top: 20px;
}
.advanced-account-list-card .card-body .list-group .list-group-item .wp-post-image {
  border-radius: 50%;
  max-width: 32px;
  margin: 10px 0 10px 10px;
  border: 1px solid #f0f1f2;
}
.advanced-account-list-card .card-body .no-data {
  text-align: center;
  color: #888989;
}
.advanced-account-list-card .card-body .no-data span {
  display: block;
}
.advanced-account-list-card .card-body .no-data .mdi {
  font-size: 20px;
}

.last-announcements .list-group-item:not(.is-viewed) a {
  color: #F05B82;
}

.advanced-account-card {
  border: none;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.advanced-account-card .card-body {
  border-radius: 3px;
}
.advanced-account-card .card-body .mdi {
  font-size: 66px;
  position: relative;
  top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.advanced-account-card .card-body .card-title {
  margin-bottom: 0;
}
.advanced-account-card.bg-violet .card-body {
  background: #8e44ad !important;
}
.advanced-account-card.bg-orange .card-body {
  background: #fa8231 !important;
}
.advanced-account-card.bg-red .card-body {
  background: #eb3b5a !important;
}
.advanced-account-card.bg-blue .card-body {
  background: #00a8ff !important;
}
.advanced-account-card.bg-bluegreen .card-body {
  background: #0fb9b1 !important;
}
.advanced-account-card.bg-dark {
  background: transparent !important;
}
.advanced-account-card.bg-dark .card-body {
  background: #2c2c54 !important;
}
.advanced-account-card.bg-androidgreen .card-body {
  background: #A3CB38 !important;
}

/*--------------------- checkout styles section ---------------------*/
body.woocommerce-cart .page-content {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form,
body.woocommerce-cart .card-body .woocommerce .cart-collaterals {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table thead tr th:first-child {
  border-top-right-radius: 3px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table thead tr th:last-child {
  border-top-left-radius: 3px;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table thead th {
  background: #fff;
  padding: 15px;
  font-weight: 500;
}
body.woocommerce-cart .card-body .woocommerce .woocommerce-cart-form .shop_table .actions .button {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
body.woocommerce-cart .card-body .woocommerce .cart-collaterals {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce-cart .card-body .woocommerce .cart-collaterals {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
body.woocommerce-cart .card-body .woocommerce .cart-collaterals .cart_totals {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
body.woocommerce-cart .card-body .woocommerce .cart-collaterals .cart_totals .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
body.woocommerce-cart .card-body .woocommerce .cart-collaterals .cart_totals .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.woocommerce-cart .card-body .woocommerce .cart-collaterals .cart_totals .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
}

.woocommerce a.remove {
  color: #979898 !important;
  background-color: #f0f1f2;
  top: 4px;
  padding-top: 2px;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background-color: #F05B82;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 96px;
}

#add_payment_method table.cart .amazing-img-wrapper,
.woocommerce-cart table.cart .amazing-img-wrapper,
.woocommerce-checkout table.cart .amazing-img-wrapper {
  text-align: center;
  background-color: #FFF8F8;
  border-radius: 6px;
  border: 1px solid #fccdd2;
  line-height: 22px;
}
#add_payment_method table.cart .amazing-img-wrapper img,
.woocommerce-cart table.cart .amazing-img-wrapper img,
.woocommerce-checkout table.cart .amazing-img-wrapper img {
  width: 96px;
}

.woocommerce table.shop_table .cart-discount th, .woocommerce table.shop_table .cart-discount td {
  background-color: #FFF8F8;
}

.woocommerce-cart .card-body .cart-empty {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731;
  padding: 10px;
}

.woocommerce td.product-name p.backorder_notification {
  color: #00BCDD;
}

.woocommerce-cart-form__contents .actions .button {
  background-color: #5A5F64 !important;
  border-color: #5A5F64 !important;
}
.woocommerce-cart-form__contents .actions .button:hover, .woocommerce-cart-form__contents .actions .button:active, .woocommerce-cart-form__contents .actions .button:focus, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled):active, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled).active {
  background-color: #4e5257 !important;
}

.cross-sells {
  margin-top: 30px;
}
.cross-sells h2 {
  font-size: 20px;
  font-weight: 500;
  background-color: #f0f1f2;
  width: 100%;
  padding: 3px;
}
.cross-sells .woocommerce-loop-product__title {
  background-color: transparent !important;
}

#calc_shipping_state_field > span {
  width: 100%;
}

.cart_totals h2 {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.cart_totals .shop_table .order-total {
  font-size: 20px;
  color: #F05B82;
}
.cart_totals .wc-proceed-to-checkout .button {
  padding: 12px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received) .page-content {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login,
.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa !important;
  border-radius: 0 !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login .button {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
  max-width: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding-right: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set,
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .card-header,
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .card-header .card-title,
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set .card-footer,
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout .col2-set {
    flex: 0 0 calc(66.666667% - 15px);
    max-width: 66.666667%;
    margin-left: 15px;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-1, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-2 {
  flex: none;
  max-width: 100%;
  width: 100% !important;
  float: right;
}
@media (max-width: 992px) {
  .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-1, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-2 {
    width: 100% !important;
    padding: 0 !important;
  }
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-1, .woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details .col-2 {
  padding: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details #ship-to-different-address {
  height: 46px;
  margin-bottom: 0;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox span::before {
  top: -5px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details #order_comments {
  height: 135px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_review .order-total {
  font-size: 20px;
  color: #F05B82;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment {
  margin-top: 15px;
  background-color: #f8f9fa;
  border-radius: 0;
  border: 1px solid #f0f1f2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods {
  border-bottom: 1px dashed #e0e1e2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods .wc_payment_method {
  padding-top: 7px;
  padding-bottom: 7px;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods .wc_payment_method .input-radio {
  display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods .wc_payment_method .input-radio + label {
  position: relative;
  text-indent: 28px;
  display: inline-block;
  cursor: pointer;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods .wc_payment_method .input-radio + label:before {
  font-family: "Material Design Icons";
  content: "\f43d";
  font-size: 23px;
  position: absolute;
  right: -28px;
  top: -10px;
  color: #979898;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .payment_methods .wc_payment_method .input-radio:checked + label:before {
  content: "\f43e";
  color: #00CBCB;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment div.payment_box {
  background-color: #e0e1e2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment div.payment_box:before {
  border-bottom-color: #e0e1e2;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
  display: inline !important;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment .woocommerce-terms-and-conditions {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731;
  padding: 10px;
  box-shadow: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #payment #place_order {
  display: block !important;
  width: 100%;
  margin-top: 15px;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  font-size: 20px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  background-color: #e4ffea;
  border: 1px solid #b1f6a0;
  color: #46a344;
  padding: 10px;
  margin-bottom: 35px;
}
.woocommerce-order-received ul.order_details li {
  font-size: 13px;
  color: #979898;
}
.woocommerce-order-received ul.order_details li strong {
  font-size: 13px;
  margin-top: 10px;
  color: #494a4a;
}

.order-info .order-status {
  font-weight: 500;
  color: #fff;
  background-color: #FEC465;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 3px;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-order-received h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {
  flex: none;
  max-width: 100%;
  width: 50% !important;
  float: right !important;
}
.woocommerce-customer-details .col-1 {
  padding-right: 0;
}
.woocommerce-customer-details .col-2 {
  padding-left: 0;
}
.woocommerce-customer-details address {
  background-color: #f8f9fa;
  border-radius: 0;
  border: 1px solid #f0f1f2;
  border-width: 1px !important;
}
.woocommerce-customer-details address .woocommerce-customer-details--phone:before,
.woocommerce-customer-details address .woocommerce-customer-details--email:before {
  line-height: 2.4;
}

/*--------------------- product archive styles section ---------------------*/
.tax-product_cat .woocommerce-products-header .page-title,
.post-type-archive-product .woocommerce-products-header .page-title {
  font-size: 15px;
  font-weight: 500;
}

.woocommerce ul.products li.product {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  padding: 7px;
  text-align: center;
}
.woocommerce ul.products li.product .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce ul.products li.product .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link:after {
    display: block;
    content: "";
    clear: both;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  height: 60px;
  margin-bottom: 7px;
}
.woocommerce ul.products li.product .product-expert {
  cursor: default;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
  color: #888989;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .star-rating {
  display: none !important;
}
.woocommerce ul.products li.product .price {
  font-size: 13px;
  color: #4ECE3D;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}
.woocommerce ul.products li.product .price del {
  color: #979898;
  opacity: 1;
}
.woocommerce ul.products li.product .price .price-free {
  color: #F05B82;
}
.woocommerce ul.products li.product .post-author {
  margin-top: 5px;
  margin-left: 7px;
  float: right;
}
.woocommerce ul.products li.product .post-author .avatar {
  width: auto;
  max-width: 22px;
  height: auto;
  border-radius: 50%;
  float: right;
  margin-left: 7px;
  border: 1px solid #f0f1f2;
}
.woocommerce ul.products li.product .post-author .author {
  font-size: 13px;
  font-weight: 400;
  float: right;
}
.woocommerce ul.products li.product .product-rating {
  float: right;
  margin-left: 7px;
  color: #979898;
}
.woocommerce ul.products li.product .product-rating .mdi {
  color: #FEC465;
  font-size: 16px;
}
.woocommerce ul.products li.product .post-views {
  float: right;
  margin-left: 7px;
  color: #979898;
}
.woocommerce ul.products li.product .post-views .mdi {
  font-size: 16px;
}
.woocommerce ul.products li.product .add2fav {
  float: right;
  margin-left: 7px;
  color: #979898;
}
.woocommerce ul.products li.product .add2fav .mdi {
  font-size: 16px;
}
.woocommerce ul.products li.product .add2fav.is-fav {
  color: #F05B82;
}
.woocommerce ul.products li.product .button {
  display: block;
  line-height: 24px !important;
  margin-top: 0;
}
.woocommerce ul.products li.product .added_to_cart {
  display: none !important;
}
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAGxAAABsQFhmCgOAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA5LTI5VDA5OjM0OjM1KzAzOjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkMTI3YTFhOC1kMDg4LWY1NDEtYmFiNS03ZWE3OTViMTI0Y2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMWIyMDA0Mi1jMWQ4LTdlNDgtOGUzZi04YmIwNTNlZTA3ZjEiIHN0RXZ0OndoZW49IjIwMTgtMDktMjlUMDk6MzQ6MzUrMDM6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjY4YjE2ODctMDM1Ny0wODRjLThhNWYtZGFiN2E5MTQ4Mjk5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTI5VDEwOjE4OjQ5KzAzOjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxMjdhMWE4LWQwODgtZjU0MS1iYWI1LTdlYTc5NWIxMjRjYyIgc3RFdnQ6d2hlbj0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfXpmgAAAdxSURBVFiF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");
  z-index: 10;
  color: #fff;
  line-height: 15px;
  transform: rotate(-45deg);
  transition: all 200ms ease-out;
}
.woocommerce ul.products li.product .onsale span {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-weight: 500;
}
.woocommerce ul.products li.product:hover .onsale {
  transform: rotate(0deg);
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 48% !important;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .woocommerce ul.products[class*=columns-] li.product a img,
.woocommerce-page ul.products[class*=columns-] li.product a img {
    margin: auto;
  }
}
.archive-top-bar {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.archive-top-bar .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.archive-top-bar .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.archive-top-bar .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 768px) {
  .archive-top-bar {
    display: none;
  }
}
.archive-top-bar .woocommerce-result-count,
.archive-top-bar .woocommerce-ordering {
  margin-bottom: 0;
}
.archive-top-bar .layout-switcher {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
.archive-top-bar .layout-switcher label {
  display: inline-block;
  border: 1px solid #d7d8d9;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  margin-bottom: 0;
  width: 38px;
  height: 38px;
}
.archive-top-bar .layout-switcher label .mdi {
  font-size: 26px;
  color: #494a4a;
}
.archive-top-bar .layout-switcher label .mdi:before {
  line-height: 0;
}
.archive-top-bar .layout-switcher label.active {
  background: #00CBCB;
  border-color: #00CBCB;
}
.archive-top-bar .layout-switcher label.active .mdi {
  color: #fff;
}

@media (min-width: 992px) {
  .woocommerce ul.products.list-layout li.product {
    width: 100% !important;
    text-align: right;
  }
  .woocommerce ul.products.list-layout li.product a img {
    float: right;
    width: auto;
    margin-left: 10px;
  }
  .woocommerce ul.products.list-layout li.product .woocommerce-loop-product__title {
    font-weight: 500;
    font-size: 15px;
  }
  .woocommerce ul.products.list-layout li.product .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .woocommerce ul.products.list-layout li.product .price {
    float: left;
    cursor: default;
  }
  .woocommerce ul.products.list-layout li.product .post-author {
    cursor: default;
  }
}
ul.products .gallery-carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
ul.products .gallery-carousel .carousel-control-prev,
ul.products .gallery-carousel .carousel-control-next {
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
ul.products .gallery-carousel .carousel-control-prev .mdi,
ul.products .gallery-carousel .carousel-control-next .mdi {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: #fff;
  border-radius: 100%;
  padding-left: 2px;
  padding-right: 1px;
  transition: all 200ms ease-out;
  transition-duration: 350ms;
}
ul.products .gallery-carousel .carousel-control-prev .mdi:before,
ul.products .gallery-carousel .carousel-control-next .mdi:before {
  line-height: 0;
  position: relative;
  top: 5px;
}
ul.products .gallery-carousel:hover .carousel-control-prev .mdi,
ul.products .gallery-carousel:hover .carousel-control-next .mdi {
  color: #494a4a;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
@media (min-width: 768px) {
  ul.products.list-layout .gallery-carousel {
    float: right;
    margin-left: 10px;
  }
}

.woocommerce .woocommerce-ordering select {
  height: 38px;
  border-radius: 4px;
}

.products li.product .bought-msg {
  top: 7px;
}

@media (min-width: 992px) {
  .list-layout .bought-msg {
    right: 258px;
  }
}
/*--------------------- post archive styles section ---------------------*/
.archive .breadcrumb, .post-type-archive-blog .breadcrumb {
  margin-right: 15px;
  margin-left: 15px;
}

.posts-list .post-item .post-item-link {
  transition: all 200ms ease-out;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}
.posts-list .post-item .post-item-link .text-center {
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .posts-list .post-item .post-item-link .text-center {
    float: right;
    max-width: 120px;
    margin: 7px;
  }
}
.posts-list .post-item .post-item-link .wp-post-image {
  border-radius: 4px 4px 0 0;
}
@media (max-width: 576px) {
  .posts-list .post-item .post-item-link .wp-post-image {
    border-radius: 0;
  }
}
.posts-list .post-item .post-item-link .post-cat {
  position: absolute;
  left: 10px;
  top: -50px;
  background-color: #00CBCB;
  color: #fff;
  padding: 0 15px;
  border-radius: 13px;
  line-height: 26px;
  font-size: 12px;
  transition: all 200ms ease-out;
}
.posts-list .post-item .post-item-link:hover {
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.13);
  z-index: 11;
}
.posts-list .post-item .post-title {
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: 64px;
  line-height: 32px;
  min-height: 64px;
  margin-top: 8px;
  text-align: center;
  padding: 0 7px;
}
@media (max-width: 576px) {
  .posts-list .post-item .post-title {
    text-align: right;
  }
}
.posts-list .post-item .post-meta {
  padding: 0 7px;
  color: #979898;
}
.posts-list .post-item .post-meta > span {
  margin-left: 5px;
}
.posts-list .post-item .post-meta .mdi {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 3px;
}

/*---------- archive-desc styles section ----------*/
.archive-desc,
.woocommerce-products-header {
  margin-bottom: 15px;
}
.archive-desc .page-title,
.woocommerce-products-header .page-title {
  font-size: 15px;
  font-weight: 500;
}
.archive-desc .term-description,
.archive-desc .page-description,
.woocommerce-products-header .term-description,
.woocommerce-products-header .page-description {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.archive-desc .term-description .card-header,
.archive-desc .page-description .card-header,
.woocommerce-products-header .term-description .card-header,
.woocommerce-products-header .page-description .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.archive-desc .term-description .card-header .card-title,
.archive-desc .page-description .card-header .card-title,
.woocommerce-products-header .term-description .card-header .card-title,
.woocommerce-products-header .page-description .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.archive-desc .term-description .card-footer,
.archive-desc .page-description .card-footer,
.woocommerce-products-header .term-description .card-footer,
.woocommerce-products-header .page-description .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.archive-desc .term-description p,
.archive-desc .page-description p,
.woocommerce-products-header .term-description p,
.woocommerce-products-header .page-description p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 12px;
}
.archive-desc .term-description .showmore,
.archive-desc .page-description .showmore,
.woocommerce-products-header .term-description .showmore,
.woocommerce-products-header .page-description .showmore {
  line-height: 32px;
}
.archive-desc .term-description .showmore_content,
.archive-desc .page-description .showmore_content,
.woocommerce-products-header .term-description .showmore_content,
.woocommerce-products-header .page-description .showmore_content {
  position: relative;
  overflow: hidden;
}
.archive-desc .term-description .showmore_trigger,
.archive-desc .page-description .showmore_trigger,
.woocommerce-products-header .term-description .showmore_trigger,
.woocommerce-products-header .page-description .showmore_trigger {
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.archive-desc .term-description .showmore_trigger.show:before,
.archive-desc .page-description .showmore_trigger.show:before,
.woocommerce-products-header .term-description .showmore_trigger.show:before,
.woocommerce-products-header .page-description .showmore_trigger.show:before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.6), #fff);
  position: absolute;
  height: 64px;
  bottom: 32px;
}
.archive-desc .term-description .showmore_trigger span,
.archive-desc .page-description .showmore_trigger span,
.woocommerce-products-header .term-description .showmore_trigger span,
.woocommerce-products-header .page-description .showmore_trigger span {
  display: block;
  font-weight: 500;
  font-size: 15px;
}

/*--------------------- pagination styles section ---------------------*/
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0;
  font-size: 15px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: left;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  padding: 7px 12px;
  color: #979898;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers .mdi {
  position: relative;
  top: 2px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #f8f9fa;
  border: 1px solid #d7d8d9;
  border-radius: 3px;
  color: #888989;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:active, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus {
  background: transparent;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 15px;
}
.pagination .page-numbers {
  background: #fff;
  padding: 2px 14px;
  margin: 2px;
  color: #979898;
  border: 1px solid transparent;
  border-radius: 3px;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #f8f9fa;
  border-color: #d7d8d9;
}

/*--------------------- post single styles section ---------------------*/
.post-single {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.post-single .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.post-single .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.post-single .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.post-single .card-header .card-title {
  border-bottom: 1px solid #e0e1e2;
  margin-bottom: 10px;
}
.post-single .card-body img {
  max-width: 100%;
  height: auto;
}
.post-single .card-body img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.post-single .card-body img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.post-single .card-body img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-single .card-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.post-single .card-body .alignright {
  float: right;
}
.post-single .card-body .alignleft {
  float: left;
}
.post-single .card-body a {
  color: #00CBCB;
}
.post-single .card-body h1 {
  font-size: 26px;
}
.post-single .card-body h2 {
  font-size: 23px;
}
.post-single .card-body h3 {
  font-size: 21px;
}
.post-single .card-body h4 {
  font-size: 19px;
}
.post-single .card-body h5 {
  font-size: 17px;
}
.post-single .card-body h6 {
  font-size: 15px;
}
.post-single .card-body ul {
  list-style: none;
}
.post-single .card-body ul li:before {
  font-family: "Material Design Icons";
  content: "\f2d9";
  float: right;
  font-size: 10px;
  margin-left: 4px;
  color: #F05B82;
}
.post-single .card-body .wp-caption {
  width: 100% !important;
}
.post-single .card-body .wp-caption.aligncenter {
  text-align: center;
}
.post-single .tags {
  margin: 15px 0;
}
.post-single .tags .mdi-tag-outline {
  font-size: 20px;
  margin-left: 4px;
  color: #00CBCB;
  position: relative;
  top: 3px;
}
.post-single .tags a {
  color: #979898 !important;
  background-color: #f0f1f2;
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
.post-single .sharing .toggle {
  float: left;
}
.post-single .card-footer {
  margin-top: 0;
}
.post-single .card-footer .sharing {
  text-align: left;
  float: left;
}
.post-single .card-footer .sharing a {
  text-align: center;
  width: 48px;
  height: 26px;
  border-radius: 0;
  position: relative;
  top: 5px;
}
.post-single .card-footer .sharing a .mdi {
  color: #fff;
  font-size: 20px;
  position: relative;
  bottom: 3px;
  transition: all 200ms ease-out;
}
.post-single .card-footer .sharing a.telegram {
  background: #1e90ff;
}
.post-single .card-footer .sharing a.facebook {
  background: #2980b9;
}
.post-single .card-footer .sharing a.twitter {
  background: #00a8ff;
}
.post-single .card-footer .sharing a.google-plus {
  background: #e84118;
}

header.post-header {
  padding: 30px 0;
  background: #00CBCB;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}
header.post-header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(40, 53, 61, 0.85);
  top: 0;
  left: 0;
}
header.post-header .post-title {
  font-size: 28px;
  position: relative;
}
header.post-header .woocommerce-breadcrumb,
header.post-header .breadcrumb {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #fff;
  position: relative;
}
header.post-header .woocommerce-breadcrumb a,
header.post-header .breadcrumb a {
  color: #fff;
}
header.post-header .woocommerce-breadcrumb .mdi,
header.post-header .breadcrumb .mdi {
  color: #fff;
}

.single .short-link {
  float: right;
  color: #888989;
  cursor: pointer;
}
.single .short-link:before {
  content: "ﳷ";
  font-family: "Material Design Icons";
  float: right;
  margin-left: 4px;
  color: #595a5a;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.single .post-single .post-meta {
  color: #979898;
  font-size: 12px;
}
.single .post-single .post-meta .author img {
  border-radius: 50%;
  border: 1px solid #f0f1f2;
}
.single .post-single .post-meta .mdi {
  margin-left: 4px;
  font-size: 18px;
  position: relative;
  top: 3px;
}
.single .post-single .post-meta span {
  margin-left: 15px;
}
.single .post-single .post-meta a {
  color: #979898;
}
.single .post-single .post-meta a:hover {
  color: #00CBCB;
  border-bottom-color: #00CBCB;
}

.author-desc {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
}
.author-desc .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.author-desc .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.author-desc .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.author-desc img {
  float: right;
  margin-left: 7px;
  margin-bottom: 7px;
  border-radius: 50%;
  border: 1px solid #f0f1f2;
}
.author-desc .author {
  font-size: 15px;
}
.author-desc p.description {
  margin-bottom: 0;
  text-align: justify;
  color: #888989;
}
.author-desc ul.author-socials {
  margin-top: 15px;
  font-size: 24px;
}
.author-desc ul.author-socials .mdi {
  position: relative;
  top: 5px;
}
.author-desc ul.author-socials .facebook a {
  color: #2980B9;
}
.author-desc ul.author-socials .instagram a {
  color: #833471;
}
.author-desc ul.author-socials .telegram a {
  color: #1E90FF;
}
.author-desc ul.author-socials .twitter a {
  color: #00A8FF;
}
.author-desc ul.author-socials .google-plus a {
  color: #E84118;
}

#comments {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
#comments .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
#comments .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#comments .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
#comments .card-header .card-title .badge {
  font-size: 13px;
  padding: 6px 15px 2px 15px;
  border-radius: 21px;
  background: #f0f1f2;
  color: #888989;
}
#comments .card-body #commentform .logged-in-as a:last-of-type {
  color: #F05B82;
}
#comments .card-body #reply-title {
  font-size: 15px;
  font-weight: 500;
}
#comments .card-body #reply-title a {
  color: #00CBCB;
}
#comments .card-body #reply-title #cancel-comment-reply-link {
  font-size: 15px;
  color: #F05B82;
}
#comments .card-body > .comment-list {
  padding-right: 0;
}
#comments .card-body .comment-list {
  margin-top: 35px;
}
#comments .card-body .comment-list .comment {
  background-color: #f8f9fa;
  padding: 15px;
  border: 1px solid #e0e1e2;
  margin-bottom: 15px;
}
#comments .card-body .comment-list .comment .avatar {
  margin-left: 7px;
}
#comments .card-body .comment-list .comment .comment-meta time {
  font-size: 12px;
  color: #979898;
  margin: 0 7px;
}
#comments .card-body .comment-list .comment .comment-content {
  text-align: justify;
  font-size: 12px;
}
#comments .card-body .comment-list .comment .comment-content p {
  margin-bottom: 0;
}
#comments .card-body .comment-list .comment .comment-approved {
  color: #FEC465;
  font-weight: 500;
}

.related-posts {
  margin-top: 15px;
}

.post-content .showmore {
  line-height: 32px;
}
.post-content .showmore_content {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-content .showmore_content {
    height: auto !important;
  }
}
.post-content .showmore_trigger {
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .post-content .showmore_trigger {
    display: none !important;
  }
}
.post-content .showmore_trigger.show {
  margin-top: 10px;
}
.post-content .showmore_trigger.show:before {
  content: "";
  display: block;
  width: 100%;
  background-image: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0.6), #fff);
  position: absolute;
  height: 32px;
  bottom: 32px;
}
.post-content .showmore_trigger span {
  display: block;
  font-weight: 500;
  font-size: 15px;
}

/*--------------------- product single styles section ---------------------*/
.single-product #reviews {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
}
.single-product #reviews .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.single-product #reviews .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.single-product #reviews .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.single-product #reviews .woocommerce-Reviews-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
.single-product #reviews #comments {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.single-product #reviews #comments .commentlist {
  padding-right: 0;
}
.single-product #reviews #comments .commentlist .comment-text {
  background-color: #f8f9fa;
}
.single-product #reviews #comments .commentlist .comment-text .woocommerce-review__verified.verified {
  background: #00CBCB;
  display: inline-block;
  padding: 2px 5px 0 5px;
  border-radius: 2px;
  font-style: normal;
  color: #fff;
  line-height: 17px;
}
.single-product #reviews p.stars a {
  font-size: 20px;
  color: #FEC465;
}

.single-product .post-meta .add2fav {
  float: left;
}
.single-product .post-meta .add2fav .mdi {
  font-size: 20px;
  color: #979898;
  position: relative;
  top: 4px;
}
.single-product .post-meta .add2fav.is-fav .mdi-heart {
  color: #F05B82;
}
.single-product .card-body {
  padding: 15px 0 0;
}
.single-product .card-body ul {
  list-style: none;
}
.single-product .card-body ul li:before {
  font-family: "Material Design Icons";
  content: "\f2d9";
  float: right;
  font-size: 10px;
  position: relative;
  top: 0;
  margin-left: 4px;
  color: #F05B82;
}
.single-product .entry-summary .custom-links {
  margin: 15px 0;
}
.single-product .entry-summary .custom-links .btn {
  width: auto;
  display: inline-block;
  margin-top: 0.5rem;
}
.single-product .tags {
  margin: 15px 0;
}
.single-product .tags .mdi-tag-outline {
  font-size: 20px;
  margin-left: 4px;
  color: #00CBCB;
  position: relative;
  top: 3px;
}
.single-product .tags a {
  color: #979898 !important;
  background-color: #f0f1f2;
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 3px;
  margin-bottom: 3px;
  display: inline-block;
}

.single-product .onsale {
  display: none !important;
}
.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  left: 0;
  z-index: 12;
}
.single-product .woocommerce-product-gallery .flex-control-nav {
  text-align: center;
  margin-top: 15px !important;
}
.single-product .woocommerce-product-gallery .flex-control-nav li {
  text-align: center;
  border: 1px solid #f0f1f2;
  padding: 5px;
  background-color: #f8f9fa;
  margin: 4px !important;
  width: auto !important;
  display: inline-block !important;
  float: none !important;
}
.single-product .woocommerce-product-gallery .flex-control-nav li img {
  max-width: 64px !important;
  display: inline-block !important;
  cursor: pointer;
}

.product-single-default {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-single-default .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAGxAAABsQFhmCgOAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA5LTI5VDA5OjM0OjM1KzAzOjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkMTI3YTFhOC1kMDg4LWY1NDEtYmFiNS03ZWE3OTViMTI0Y2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YzFiMjAwNDItYzFkOC03ZTQ4LThlM2YtOGJiMDUzZWUwN2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMWIyMDA0Mi1jMWQ4LTdlNDgtOGUzZi04YmIwNTNlZTA3ZjEiIHN0RXZ0OndoZW49IjIwMTgtMDktMjlUMDk6MzQ6MzUrMDM6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjY4YjE2ODctMDM1Ny0wODRjLThhNWYtZGFiN2E5MTQ4Mjk5IiBzdEV2dDp3aGVuPSIyMDE4LTA5LTI5VDEwOjE4OjQ5KzAzOjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmQxMjdhMWE4LWQwODgtZjU0MS1iYWI1LTdlYTc5NWIxMjRjYyIgc3RFdnQ6d2hlbj0iMjAxOC0xMC0wMlQxMzoxMDo0NSswMzozMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkfXpmgAAAdxSURBVFiF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");
  z-index: 10;
  color: #fff;
  line-height: 15px;
  transition: all 200ms ease-out;
}
.product-single-default .onsale span {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.product-single-default .entry-summary {
  padding-right: 15px;
}
.product-single-default .entry-summary .entry-title {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 15px !important;
}
.product-single-default .entry-summary .post-meta {
  color: #979898;
  font-size: 14px;
  margin-bottom: 15px;
}
.product-single-default .entry-summary .post-meta .mdi {
  margin-left: 4px;
}
.product-single-default .entry-summary .price {
  font-size: 17px;
  color: #F05B82;
}
.product-single-default .entry-summary .price del {
  text-decoration: none;
  display: block;
  width: 100%;
}
.product-single-default .entry-summary .price del .amount {
  position: relative;
  color: #888989;
}
.product-single-default .entry-summary .price del .amount:before {
  content: "";
  position: absolute;
  left: 8px;
  border-bottom: 1px solid #888989;
  top: 13px;
  z-index: 2;
  transform: rotate(-20deg);
  width: 80%;
  height: 0;
  bottom: 0;
}
.product-single-default .entry-summary .single_add_to_cart_button {
  padding-right: 45px !important;
  padding-left: 25px !important;
}
.product-single-default .entry-summary .single_add_to_cart_button:before {
  right: 10px;
  content: "\f112";
  font-family: "Material Design Icons";
  font-size: 26px;
  top: 5px;
  position: absolute;
}
.product-single-default .entry-summary .product_meta .posted_in,
.product-single-default .entry-summary .product_meta .tagged_as {
  font-weight: 500;
  margin-left: 7px;
}
.product-single-default .entry-summary .product_meta a {
  font-weight: 400;
  color: #888989;
}
.product-single-default .entry-summary .sharing {
  text-align: left;
}
.product-single-default .entry-summary .sharing a .mdi {
  color: #888989;
  font-size: 26px;
  position: relative;
  top: 5px;
  transition: all 200ms ease-out;
}
.product-single-default .entry-summary .sharing a:hover .mdi {
  color: #979898;
}

@media (min-width: 992px) {
  .product-single-default .woocommerce-product-gallery {
    flex: 0 0 50%;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .product-single-default .entry-summary {
    flex: 0 0 50%;
    max-width: 50% !important;
    width: 50% !important;
  }
}
.woocommerce div.product div.images .flex-control-thumbs {
  text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  text-align: center;
  border: 1px solid #e0e1e2;
  padding: 5px;
  background-color: #f8f9fa;
  margin: 4px !important;
  width: auto !important;
  display: inline-block !important;
  float: none !important;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 500;
}

.second-add2cart {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .second-add2cart {
    display: none;
  }
}
.second-add2cart .button {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  text-align: center;
}

.product-images {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  text-align: center;
  margin-bottom: 15px;
}
.product-images .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.product-images .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.product-images .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.product-images .onsale {
  display: none !important;
}
.product-images.has-video .woocommerce-product-gallery--with-images {
  display: none;
}
.product-images.has-video .product-gallery {
  display: none;
}
.product-images.has-video .wp-video, .product-images.has-video .wp-video-shortcode {
  width: 100% !important;
}
.product-images.has-video #launch-gallery {
  margin-top: 15px;
}

.google-map {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
}
.google-map .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.google-map .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.google-map .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.google-map .card-header .card-title {
  border-bottom: 1px solid #e0e1e2;
}
.google-map .card-header .card-title .mdi {
  margin-left: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}
.google-map .map-wrapper {
  overflow: hidden;
}

body.woocommerce #content div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page #content div.product div.images,
body.woocommerce-page div.product div.images {
  float: none;
  width: auto;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
  max-width: unset;
}

/*--------------------- download-box styles section ---------------------*/
#download-box-accordion {
  margin-bottom: 30px;
}
#download-box-accordion .card {
  border: 1px solid #e0e1e2;
  margin-bottom: 15px;
  border-radius: 3px !important;
}
#download-box-accordion .card .card-header {
  background: #f0f1f2;
  margin-bottom: 0;
}
#download-box-accordion .card .card-header .btn-link {
  color: #888989 !important;
  font-weight: 500 !important;
  position: relative;
  line-height: 3.5 !important;
  display: block;
  width: 100%;
  text-align: right;
}
#download-box-accordion .card .card-header .btn-link:after {
  content: "\f374";
  font-family: "Material Design Icons";
  color: #979898;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  line-height: 0;
  font-size: 143%;
}
#download-box-accordion .card .card-header .btn-link.collapsed:after {
  content: "\f415";
}
#download-box-accordion .card .card-header .btn-link:focus, #download-box-accordion .card .card-header .btn-link:hover {
  text-decoration: none;
}
#download-box-accordion .card .card-header .badge {
  margin-right: 7px;
}
#download-box-accordion .card .card-body .btn {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
#download-box-accordion .card .card-body .desc {
  margin-top: 15px;
  margin-bottom: 0;
  background: #f8f9fa;
  border: 1px dashed #f0f1f2;
  padding: 7px;
}
#download-box-accordion .card .card-body .desc li:before {
  content: "";
}
#download-box-accordion .card .card-body .desc li .mdi {
  margin-left: 5px;
  color: #4ECE3D;
}

.product_meta #download-box-accordion h5 {
  line-height: 1.5;
}

/*--------------------- dokan styles section ---------------------*/
.woocommerce-form-register #tc_agree {
  display: none;
}
.woocommerce-form-register #tc_agree + label {
  position: relative;
  text-indent: 28px;
  display: inline-block;
  cursor: pointer;
}
.woocommerce-form-register #tc_agree + label:before {
  font-family: "Material Design Icons";
  content: "\f131";
  font-size: 23px;
  position: absolute;
  right: -28px;
  top: -11px;
  color: #979898;
}
.woocommerce-form-register #tc_agree:checked + label:before {
  content: "\f132";
  color: #00CBCB;
}
.woocommerce-form-register .user-role .radio {
  width: 100%;
  padding-right: 7px;
}
.woocommerce-form-register .user-role .radio input[type=radio] {
  visibility: hidden;
  position: relative;
}
.woocommerce-form-register .user-role .radio input[type=radio]:before {
  visibility: visible;
  font-family: "Material Design Icons";
  content: "\f43d";
  font-size: 23px;
  position: absolute;
  right: -9px;
  top: -14px;
  color: #979898;
}
.woocommerce-form-register .user-role .radio input[type=radio]:checked:before {
  content: "\f43e";
  color: #00CBCB;
}

#dokan-become-seller {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
#dokan-become-seller .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
#dokan-become-seller .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#dokan-become-seller .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
#dokan-become-seller h2 {
  font-size: 15px;
}
#dokan-become-seller .register {
  padding: 0;
  border: none;
}

body.dokan-dashboard .page-card {
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
body.dokan-dashboard .page-card .card-title {
  display: none;
}
body.dokan-dashboard .dokan-dash-sidebar {
  width: 22%;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  background-color: #fff !important;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  body.dokan-dashboard .dokan-dash-sidebar {
    width: 100%;
  }
}
@media (max-width: 576px) {
  body.dokan-dashboard .dokan-dash-sidebar {
    padding: 0 !important;
  }
}
body.dokan-dashboard .dokan-dash-sidebar .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
body.dokan-dashboard .dokan-dash-sidebar .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.dokan-dashboard .dokan-dash-sidebar .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background-color: #fff !important;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
  border-bottom: none;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    display: block;
    border-right: none;
  }
}
@media (max-width: 430px) {
  body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    width: 100%;
    float: none;
  }
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
  color: #494a4a !important;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
  color: #e0e1e2;
  margin-left: 7px;
  width: 37px;
  font-size: 20px;
  transition: all 200ms ease-out;
  position: relative;
  top: 2px;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
  background: rgba(78, 206, 61, 0.06) !important;
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i {
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: rgba(78, 206, 61, 0.06) !important;
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i {
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
  display: none;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings .fa-angle-right {
  float: left;
  margin-left: 0;
  margin-top: 8px;
  padding: 0;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links {
  border-top: 1px solid #e0e1e2 !important;
  border-bottom: 1px solid #e0e1e2 !important;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  text-align: center;
  border-color: #e0e1e2 !important;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
  padding-right: 0;
  color: #979898;
  margin: 0;
  position: relative;
  top: 4px;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
  background: rgba(78, 206, 61, 0.06) !important;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover i {
  color: #4ECE3D;
}
body.dokan-dashboard .dokan-dashboard-content {
  width: 78%;
}
@media (max-width: 992px) {
  body.dokan-dashboard .dokan-dashboard-content {
    width: 100%;
    padding: 0 !important;
    margin-top: 15px;
  }
}
body.dokan-dashboard .dokan-dashboard-content article {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
body.dokan-dashboard .dokan-dashboard-content article .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
body.dokan-dashboard .dokan-dashboard-content article .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.dokan-dashboard .dokan-dashboard-content article .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
body.dokan-dashboard .dokan-dashboard-content article .entry-title {
  font-size: 20px;
}
body.dokan-dashboard .dokan-dashboard-content article:after {
  content: "";
  display: block;
  clear: both;
}

.dokan-dashboard-content.dokan-product-edit {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.dokan-dashboard-content.dokan-product-edit .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.dokan-dashboard-content.dokan-product-edit .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.dokan-dashboard-content.dokan-product-edit .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-seller a:before {
  content: "\f4dc";
}

.dokan-seller-listing .dokan-seller-search-form .dokan-seller-search {
  padding-right: 10px !important;
  background-position: 8px 12px !important;
}

.dokan-store .woocommerce-breadcrumb {
  padding-bottom: 15px;
}
.dokan-store #primary {
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
}
.dokan-store #primary .sidebar.col-12.col-lg-3 {
  flex: auto;
  max-width: inherit;
  width: 25%;
  margin-left: 3%;
  float: right;
}
@media (max-width: 992px) {
  .dokan-store #primary .sidebar.col-12.col-lg-3 {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .dokan-store-sidebar,
.dokan-single-store {
    margin-right: 0;
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .dokan-store .dokan-store-sidebar,
.dokan-store .dokan-single-store {
    margin-right: 0;
    width: 100% !important;
    margin-left: 0;
  }
}
.dokan-widget-area .widget-title {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f0f1f2;
  margin-bottom: 15px !important;
}
.dokan-widget-area ul {
  list-style: none;
  padding-right: 0;
}
.dokan-widget-area ul .fa-star {
  color: #FEC465;
}

.dokan-feature-seller-widget ul,
.dokan-best-seller-widget ul {
  list-style: none;
  padding-right: 0;
}
.dokan-feature-seller-widget ul .fa-star,
.dokan-best-seller-widget ul .fa-star {
  color: #FEC465;
}

.dokan-category-menu {
  padding: 15px !important;
}
.dokan-category-menu h3.widget-title {
  border: none !important;
  border-bottom: 1px solid #f0f1f2 !important;
}

.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap {
  background: transparent !important;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a {
  margin: 0 !important;
  border-bottom-color: #f0f1f2 !important;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon {
  right: auto !important;
  left: -2px;
}
.dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a .caret-icon .fa {
  transform: rotate(180deg);
}

.dokan-form-control {
  border: 1px solid #979898 !important;
  padding: 7px !important;
  border-radius: 4px !important;
  color: #494a4a !important;
  font-size: 13px !important;
  line-height: 32px !important;
}
.dokan-form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #979898;
}

.dokan-store-menu ul {
  margin-bottom: 0;
}
.dokan-store-menu ul li.parent-cat-wrap a {
  display: block;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dokan-store-menu ul li.parent-cat-wrap a .fa {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}

.dokan-single-store .profile-frame {
  background-color: #fff !important;
  border: 1px solid #e0e1e2;
  border-bottom: none;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
  background-color: #00CBCB !important;
}

.profile-info-summery .profile-img img {
  border: 3px solid rgba(0, 203, 203, 0.5) !important;
  border-radius: 50% !important;
  padding: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  padding: 0 !important;
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  height: 150px !important;
}

.profile-info-summery-wrapper .profile-info-summery .profile-info {
  color: #fff !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 9px !important;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 4px !important;
}

.dokan-single-store .dokan-store-tabs ul {
  border-color: #e0e1e2 !important;
  margin-bottom: 15px !important;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
}

.dokan-single-store .dokan-store-tabs ul li {
  border-left: 1px solid #e0e1e2;
  border-right: none !important;
  margin-right: 0 !important;
  margin-left: -4px;
}
.dokan-single-store .dokan-store-tabs ul li a:hover {
  background-color: #f8f9fa !important;
}

li.dokan-share-btn-wrap {
  border-left: none !important;
  border-right: 1px solid #EDEDED !important;
}
li.dokan-share-btn-wrap .dokan-share-btn {
  margin-right: auto !important;
  margin-left: 10px !important;
  margin-top: 10px !important;
}
li.dokan-share-btn-wrap .dokan-share-btn:focus, li.dokan-share-btn-wrap .dokan-share-btn:active {
  box-shadow: none;
  outline: none;
}

.seller-items {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.seller-items .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.seller-items .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.seller-items .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}

.dokan-pagination-container .dokan-pagination {
  padding-right: 0;
  font-size: 15px;
}
.dokan-pagination-container .dokan-pagination li a {
  background-color: #fff;
  border-color: #d7d8d9;
}
.dokan-pagination-container .dokan-pagination li.active a {
  background-color: #00CBCB !important;
  color: #fff;
  border-color: #00CBCB;
}

.store-review-wrap #reviews {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
.store-review-wrap #reviews .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.store-review-wrap #reviews .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.store-review-wrap #reviews .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}

.dokan-pagination-container {
  padding: 15px 0;
}

#dokan-become-seller {
  width: 100%;
}

/*--------------------- error404 styles section ---------------------*/
body.error404 #notfound {
  position: relative;
  height: 100vh;
}
body.error404 #notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.error404 .notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
body.error404 .notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}
body.error404 .notfound .notfound-404 > div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffa200;
  transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}
body.error404 .notfound .notfound-404 > div:first-child:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}
body.error404 .notfound .notfound-404 h1 {
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
body.error404 .notfound h2 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
body.error404 .notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
body.error404 .notfound a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all;
}
body.error404 .notfound a:hover {
  background-color: #2c2c2c;
}

/*--------------------- comment-rules section ---------------------*/
.comment-rules {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
}
.comment-rules .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.comment-rules .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.comment-rules .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
.comment-rules .card-header .card-title {
  border-bottom: 1px solid #e0e1e2;
}
.comment-rules .card-header .card-title .mdi {
  margin-left: 5px;
  font-size: 17px;
  position: relative;
  top: 2px;
}
.comment-rules .card-body {
  text-align: justify;
  color: #888989;
}
.comment-rules .card-body ul {
  list-style: none;
}
.comment-rules .card-body ul li:before {
  font-family: "Material Design Icons";
  content: "\f2d9";
  float: right;
  font-size: 10px;
  margin-left: 4px;
  color: #F05B82;
}

/*--------------------- plugins styles section ---------------------*/
/* woo-wallet */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--woo-wallet a:before {
  content: "\f116" !important;
  font-family: "Material Design Icons" !important;
}

.woocommerce-MyAccount-content .woo-wallet-sidebar ul li.card {
  box-shadow: none;
}
.woocommerce-MyAccount-content .woo-wallet-sidebar ul li.card:hover {
  box-shadow: none;
  background-color: #00CBCB;
}
.woocommerce-MyAccount-content .woo-wallet-sidebar ul li.card:hover a {
  color: #fff;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-content-heading .woo-wallet-price {
  color: #F05B82;
  font-size: 20px;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-transactions-items li {
  padding-bottom: 0;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-transactions-items li .woo-wallet-transaction-type-credit {
  color: #4ECE3D;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-transactions-items li .woo-wallet-transaction-type-debit {
  color: #ff6b6b;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-transactions-items li small {
  font-size: 90%;
  color: #979898;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-transactions-items li:not(:last-child) {
  border-bottom: 1px dashed #e0e1e2;
}
.woocommerce-MyAccount-content .woo-wallet-content .woo-wallet-add-amount .woo-add-to-wallet {
  cursor: pointer;
}
.woocommerce-MyAccount-content .woo-wallet-content input[name=woo_wallet_transfer_amount] {
  width: 100%;
}
.woocommerce-MyAccount-content .woo-wallet-content textarea[name=woo_wallet_transfer_note] {
  height: 200px;
  line-height: 32px;
}
.woocommerce-MyAccount-content .woo-wallet-content #wc-wallet-transaction-details td:last-child {
  min-width: 100px;
}

@media (min-width: 992px) {
  .main-header .woo-wallet-menu-contents {
    padding: 0.5rem 1rem;
  }
}
.main-header .woo-wallet-menu-contents .woo-wallet-icon-wallet, .main-header .woo-wallet-menu-contents img {
  color: #4ECE3D !important;
  float: right !important;
  margin-left: 5px !important;
  position: relative;
  top: 6px;
  font-size: 16px;
}
.main-header .woo-wallet-menu-contents img {
  top: 4px !important;
}
.main-header .woo-wallet-menu-contents .amount {
  color: #4ECE3D !important;
}

#wc-wallet-transaction-details tr td:last-child {
  min-width: 100px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent !important;
  box-shadow: none !important;
}

/* yith-woocommerce-affiliates */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--affiliate a:before {
  content: "\f49b";
}

.yith-wcaf table {
  font-size: 1em;
}

.woocommerce-MyAccount-content .yith-wcaf .myaccount_user + p {
  font-family: "IRANSans" !important;
  font-size: 13px !important;
  padding: 5px;
  background-color: #f8f9fa;
  margin-bottom: 40px !important;
}
.woocommerce-MyAccount-content .yith-wcaf .dashboard-title {
  display: none !important;
}
.woocommerce-MyAccount-content .yith-wcaf .right-column .dashboard-links {
  border: 1px solid #f0f1f2;
}
.woocommerce-MyAccount-content .yith-wcaf .right-column .dashboard-links li a {
  padding: 3px 5px;
  display: block;
  background-color: #f8f9fa;
}
.woocommerce-MyAccount-content .yith-wcaf .right-column .dashboard-links li a:hover {
  background-color: #f0f1f2;
}
.woocommerce-MyAccount-content .yith-wcaf .right-column .dashboard-links li:not(:last-child) {
  border-bottom: 1px dashed #f0f1f2;
}
.woocommerce-MyAccount-content .yith-wcaf .shop_table .commission-amount .amount {
  color: #4ECE3D;
}

.yith-wcaf-commissions .filters-row .product-search {
  width: 260px;
}

.yith-wcaf.yith-wcaf-commissions .filters .filters-row .per-page input,
.yith-wcaf.yith-wcaf-clicks .filters .filters-row .per-page input,
.yith-wcaf.yith-wcaf-payments .filters .filters-row .per-page input {
  margin-left: 7px;
}

.yith-wcaf .copy-trigger {
  padding: 0 5px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .yith-wcaf .left-column:not(.full-width),
.yith-wcaf .right-column:not(.full-width) {
    width: 100%;
  }
  .yith-wcaf .right-column:not(.full-width) {
    margin-bottom: 15px;
  }
}
/* pardakht-delkhah */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment a:before {
  content: "\f882";
}

@media (min-width: 576px) {
  #cupri_form .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #cupri_form .col-md-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
#cupri_form label {
  display: block !important;
}
#cupri_form .text-center {
  text-align: right !important;
  margin: auto !important;
}
#cupri_form #cupri_submit_form,
#cupri_form .cupri-errors {
  width: 100%;
  text-align: right !important;
}
#cupri_form #cupri_submit_form {
  border: 1px dashed #e0e1e2;
  background-color: #f8f9fa;
}
#cupri_form #cupri_submit_form input {
  background-color: #fff;
  margin: 0;
}
#cupri_form #cupri_submit_form input[type=number] {
  width: 100%;
}
#cupri_form #cupri_submit_form #cupri_submit {
  width: 100%;
  margin-top: 15px;
}
#cupri_form div.error {
  direction: rtl;
  background: #ff6b6b;
  border: 1px solid #e43d42;
  float: right;
  text-align: right;
  color: #fff;
  font-family: "IRANSans";
  font-size: 13px;
  width: 100%;
  display: block;
  border-radius: 3px;
}
#cupri_form .cupri-errors {
  margin-bottom: 15px;
  list-style: none;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/*--------------------- woocommerce-tabs styles section ---------------------*/
.woocommerce-tabs {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-tabs .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.woocommerce-tabs .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.woocommerce-tabs .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #e0e1e2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-bottom-left-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-bottom-right-radius: 0;
  border-width: 0;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border-bottom: 1px solid #00CBCB;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #00CBCB;
}

.woocommerce-Tabs-panel--description h2 {
  font-size: 18px;
}
.woocommerce-Tabs-panel--description img {
  max-width: 100%;
  height: auto;
}
.woocommerce-Tabs-panel--description img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.woocommerce-Tabs-panel--description img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.woocommerce-Tabs-panel--description img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-Tabs-panel--description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.woocommerce-Tabs-panel--description .alignright {
  float: right;
}
.woocommerce-Tabs-panel--description .alignleft {
  float: left;
}
.woocommerce-Tabs-panel--description ul {
  list-style: none;
}
.woocommerce-Tabs-panel--description ul li:before {
  font-family: "Material Design Icons";
  content: "\f2d9";
  float: right;
  font-size: 10px;
  margin-left: 4px;
  color: #F05B82;
}

.woocommerce-Tabs-panel--additional_information h2 {
  font-size: 18px;
}

.woocommerce table.shop_attributes {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_attributes th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.woocommerce table.shop_attributes td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 7px;
}

.woocommerce-Tabs-panel--reviews #reviews {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-seller a::before {
  content: "";
}

/*--------------------- up-sells & related styles section ---------------------*/
section.upsells > h2,
section.related > h2 {
  font-size: 18px;
}
section.upsells > h2:before,
section.related > h2:before {
  content: "溺";
  font-family: "Material Design Icons";
  float: right;
  font-size: 24px;
  margin-left: 7px;
  position: relative;
  top: -5px;
  color: #979898;
}

/*---------- modal styles section ----------*/
.modal {
  z-index: 99999;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-title {
  margin: auto;
}
.modal-content .close {
  font-size: 2rem;
  color: #979898;
  margin-right: -1rem;
}
.modal-content .close:focus {
  outline: none;
}

#ads-modal .modal-content {
  background: transparent;
  border: none;
}
#ads-modal .modal-body {
  position: relative;
}
#ads-modal .modal-body .close {
  position: absolute;
  right: 50%;
  bottom: 100%;
  transform: translateX(50%);
  opacity: 1;
  color: #fff;
}

#login-modal {
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
}
#login-modal .modal-dialog .modal-content {
  border: none;
}
#login-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
#login-modal .modal-dialog .modal-content .modal-header .tab {
  width: 100%;
  margin: 0;
}
#login-modal .modal-dialog .modal-content .modal-header .tab a {
  text-align: center;
  background: #f8f9fa;
  font-size: 15px;
  color: #979898;
  font-weight: 500;
}
#login-modal .modal-dialog .modal-content .modal-header .tab a .mdi {
  display: block;
  font-size: 20px;
  position: relative;
  top: 9px;
}
#login-modal .modal-dialog .modal-content .modal-header .tab a.active {
  background: #f0f1f2;
  color: #595a5a;
}
#login-modal .modal-dialog .modal-content .form-control, #login-modal .modal-dialog .modal-content .btn {
  border-radius: 21px !important;
}
#login-modal .modal-dialog .modal-content .required {
  color: #F05B82;
}
#login-modal .modal-dialog .modal-content .checkbox {
  margin-bottom: 15px;
}
#login-modal .modal-dialog .modal-content .checkbox label {
  position: relative;
  text-indent: 28px;
  display: inline-block;
  cursor: pointer;
}
#login-modal .modal-dialog .modal-content .checkbox label:before {
  font-family: "Material Design Icons";
  content: "\f43d";
  font-size: 23px;
  position: absolute;
  right: -28px;
  top: -1px;
  color: #979898;
}
#login-modal .modal-dialog .modal-content .checkbox input[type=checkbox] {
  display: none;
}
#login-modal .modal-dialog .modal-content .checkbox input[type=checkbox]:checked + label:before {
  content: "\f5e0";
  color: #00CBCB;
}
#login-modal .modal-dialog .modal-content .modal-body form:not(.active) {
  display: none;
}
#login-modal .modal-dialog .modal-content .modal-body .msg {
  font-size: 12px;
  padding: 7px;
  margin-bottom: 10px;
  display: none;
}
#login-modal .modal-dialog .modal-content .modal-body .msg-alert {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731;
}
#login-modal .modal-dialog .modal-content .modal-body .msg-success {
  background-color: #e4ffea;
  border: 1px solid #b1f6a0;
  color: #46a344;
}
#login-modal .modal-dialog .modal-content .modal-body #progress {
  height: 8px;
  width: 100%;
  margin: 8px 0;
  border-radius: 4px;
  background: #f0f1f2;
}
#login-modal .modal-dialog .modal-content .modal-body #progress-bar {
  width: 0;
  height: 100%;
  transition: width 500ms linear;
  border-radius: 4px;
}
#login-modal .modal-dialog .modal-content .modal-body .progress-bar-danger {
  background: #eb0000;
}
#login-modal .modal-dialog .modal-content .modal-body .progress-bar-warning {
  background: #ff8c28;
}
#login-modal .modal-dialog .modal-content .modal-body .progress-bar-success {
  background: #009e00;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
#video-modal .modal-content {
  background: transparent;
  color: #fff;
  border: none;
}
#video-modal .modal-body {
  padding: 0;
}
#video-modal .modal-body .wp-video {
  width: 100% !important;
  height: auto;
}
#video-modal .modal-body .wp-video .wp-video-shortcode {
  width: 100%;
  height: auto;
}

/*--------------------- preloader styles section ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader #_status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("assets/images/puff.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*--------------------- demo2 styles section ---------------------*/
body.demo2.home .main-header,
body.demo3.home .main-header {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.demo2 .main-header .top-nav,
body.demo3 .main-header .top-nav {
    margin-bottom: 0;
  }
}
body.demo2 .top-nav #top-nav .user-actions,
body.demo3 .top-nav #top-nav .user-actions {
  margin-left: 20px;
}
body.demo2 .top-nav .menu-item-search .nav-link,
body.demo3 .top-nav .menu-item-search .nav-link {
  height: 49px;
}
body.demo2 .top-nav .menu-item-search .nav-link .mdi,
body.demo3 .top-nav .menu-item-search .nav-link .mdi {
  font-size: 18px;
}
body.demo2 .cat-menu,
body.demo3 .cat-menu {
  margin-top: 0;
}
body.demo2 .cat-menu .menu-item-logo .site-logo,
body.demo3 .cat-menu .menu-item-logo .site-logo {
  max-height: 57px;
  width: auto;
}
body.demo2 .cat-menu .menu-item-search-form,
body.demo3 .cat-menu .menu-item-search-form {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  body.demo2 .cat-menu .menu-item-search-form,
body.demo3 .cat-menu .menu-item-search-form {
    display: none !important;
  }
}
body.demo2 .cat-menu .container > .list-inline > .menu-item,
body.demo3 .cat-menu .container > .list-inline > .menu-item {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 350ms;
}
body.demo2 .cat-menu .container > .list-inline > .menu-item > .nav-link .title, body.demo2 .cat-menu .container > .list-inline > .menu-item > .nav-link .mdi,
body.demo3 .cat-menu .container > .list-inline > .menu-item > .nav-link .title,
body.demo3 .cat-menu .container > .list-inline > .menu-item > .nav-link .mdi {
  position: relative;
  top: 10px;
}
body.demo2 .cat-menu .container > .list-inline > .menu-item > .nav-link .cat-icon:before,
body.demo3 .cat-menu .container > .list-inline > .menu-item > .nav-link .cat-icon:before {
  bottom: 8px;
  position: relative;
}
body.demo2 .cat-menu .container > .list-inline > .menu-item.menu-item-logo,
body.demo3 .cat-menu .container > .list-inline > .menu-item.menu-item-logo {
  padding: 0;
  transition: all 200ms ease-out;
  display: inline-block;
}
body.demo2 .cat-menu .container > .list-inline > .menu-item > .nav-link,
body.demo3 .cat-menu .container > .list-inline > .menu-item > .nav-link {
  text-align: center;
}
body.demo2 .cat-menu .container > .list-inline > .menu-item > .nav-link .cat-icon,
body.demo3 .cat-menu .container > .list-inline > .menu-item > .nav-link .cat-icon {
  display: block;
}
body.demo2 .cat-menu.sticky .menu-item-logo,
body.demo3 .cat-menu.sticky .menu-item-logo {
  display: none !important;
}
body.demo2 .cat-menu.sticky .container > .list-inline > .menu-item,
body.demo3 .cat-menu.sticky .container > .list-inline > .menu-item {
  padding-top: 7px;
  padding-bottom: 3px;
}
body.demo2 .cat-menu.show-search-form .menu-item:not(.menu-item-search-form),
body.demo3 .cat-menu.show-search-form .menu-item:not(.menu-item-search-form) {
  display: none !important;
}
body.demo2 .cat-menu.show-search-form .menu-item-search-form,
body.demo3 .cat-menu.show-search-form .menu-item-search-form {
  display: block;
}
body.demo2 .cat-menu.show-search-form .menu-item-search-form .search-form .form-control,
body.demo3 .cat-menu.show-search-form .menu-item-search-form .search-form .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
}
body.demo2 .cat-menu.show-search-form .menu-item-search-form .search-form .btn,
body.demo3 .cat-menu.show-search-form .menu-item-search-form .search-form .btn {
  padding: 10px 20px !important;
}
body.demo2 .cat-menu.show-search-form .menu-item-search-form .search-form .loader,
body.demo3 .cat-menu.show-search-form .menu-item-search-form .search-form .loader {
  left: 80px;
  top: 18px;
}

body.demo2 .search-form-wrapper,
body.demo3 .search-form-wrapper {
  margin-bottom: 15px;
  background: rgba(40, 53, 61, 0.85);
  padding: 60px 0;
  position: relative;
}
body.demo2 .search-form-wrapper .mask,
body.demo3 .search-form-wrapper .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(40, 53, 61, 0.85);
  top: 0;
  left: 0;
}
body.demo2 .search-form-wrapper .site-description,
body.demo3 .search-form-wrapper .site-description {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
body.demo2 .search-form-wrapper .site-name,
body.demo3 .search-form-wrapper .site-name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #fff !important;
  padding: 0 15px;
  position: relative;
}
body.demo2 .search-form-wrapper .search-form,
body.demo3 .search-form-wrapper .search-form {
  width: 60%;
  margin: auto;
}
body.demo2 .search-form-wrapper .search-form .form-control,
body.demo3 .search-form-wrapper .search-form .form-control {
  font-size: 120%;
  padding-top: 12px;
  padding-bottom: 11px;
  background: #fff;
}
body.demo2 .search-form-wrapper .search-form .btn,
body.demo3 .search-form-wrapper .search-form .btn {
  padding: 12px 22px !important;
  background: #2c3e50;
}
body.demo2 .search-form-wrapper .search-form .btn:hover,
body.demo3 .search-form-wrapper .search-form .btn:hover {
  background: #283949;
}
body.demo2 .search-form-wrapper .search-form .loader,
body.demo3 .search-form-wrapper .search-form .loader {
  left: 80px;
  top: 20px;
}

@media (min-width: 992px) {
  body.demo2 aside.order-lg-1 {
    order: 2;
  }
}
@media (min-width: 992px) {
  body.demo2 .order-lg-2 {
    order: 1;
  }
}
body.demo2 aside .widget {
  box-shadow: none;
  border: 1px solid #e0e1e2;
}
body.demo2 aside .widget .card-header {
  text-align: right;
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
}
body.demo2 aside .widget .card-header .card-title {
  padding-top: 10px;
  padding-right: 15px;
  color: #888989;
  background: #f8f9fa;
  border-radius: 3px 3px 0 0;
}
body.demo2 aside .widget .card-header .card-title:before {
  font-family: "Material Design Icons";
  content: "\f03b";
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
body.demo2 aside .widget .card-header:before {
  display: none;
}
body.demo2 .widget-last-posts .list-group .list-group-item:not(:last-child) {
  border-bottom: 1px dashed #e0e1e2;
}
body.demo2 .widget-last-posts .more-posts {
  background-color: #f0f1f2;
}
body.demo2 .widget-newsletter:before {
  display: none;
}

body.demo2 .widget-product,
body.demo2 .widget-post {
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(25, 25, 25, 0.2);
  background: #fff;
  padding: 15px;
  border: none;
}
body.demo2 .widget-product .card-header,
body.demo2 .widget-post .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
body.demo2 .widget-product .card-header .card-title,
body.demo2 .widget-post .card-header .card-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
}
body.demo2 .widget-product .card-footer,
body.demo2 .widget-post .card-footer {
  padding: 15px;
  background-color: transparent;
  border-top: 1px solid #f0f1f2;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: -15px;
  border-radius: 0 0 3px 3px;
}
body.demo2 .widget-product .card-header .mdi,
body.demo2 .widget-post .card-header .mdi {
  display: none;
}
body.demo2 .widget-product .owl-carousel .c-item,
body.demo2 .widget-product .mf-posts-list .c-item,
body.demo2 .widget-post .owl-carousel .c-item,
body.demo2 .widget-post .mf-posts-list .c-item {
  background: #f8f9fa;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  height: 64px;
  position: relative;
  font-size: 15px;
  direction: rtl;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price > *,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price > *,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price > *,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price > * {
  display: block;
  width: 100%;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price del .amount,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price del .amount,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price del .amount,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price del .amount {
  font-size: 15px;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price del .amount:before,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price del .amount:before,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price del .amount:before,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price del .amount:before {
  top: 14px;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price ins .amount,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price ins .amount,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price ins .amount,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price ins .amount {
  display: block;
  width: 100%;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price .price-free, body.demo2 .widget-product .owl-carousel .c-item .post-meta .price > .amount,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price .price-free,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price > .amount,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price .price-free,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price > .amount,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price .price-free,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price > .amount {
  position: absolute;
  bottom: 0;
}
body.demo2 .widget-product .owl-carousel .c-item .post-meta .price .woocommerce-Price-currencySymbol,
body.demo2 .widget-product .mf-posts-list .c-item .post-meta .price .woocommerce-Price-currencySymbol,
body.demo2 .widget-post .owl-carousel .c-item .post-meta .price .woocommerce-Price-currencySymbol,
body.demo2 .widget-post .mf-posts-list .c-item .post-meta .price .woocommerce-Price-currencySymbol {
  display: inline-block;
}

body.demo2 .main-footer .sharing-bar {
  background-color: transparent !important;
  color: #494a4a !important;
}
body.demo2 .main-footer .sharing-bar .sharing-title {
  margin-bottom: 15px;
}
body.demo2 .main-footer .sharing-bar .share-link {
  border-radius: 0;
  width: auto;
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
@media (max-width: 768px) {
  body.demo2 .main-footer .sharing-bar .share-link {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.demo2 .main-footer .sharing-bar .google-plus {
  background-color: #e84118;
}
body.demo2 .main-footer .sharing-bar .telegram {
  background-color: #1e90ff;
}
body.demo2 .main-footer .sharing-bar .aparat {
  background-color: #ff6b81;
}
body.demo2 .main-footer .sharing-bar .facebook {
  background-color: #2980b9;
}
body.demo2 .main-footer .sharing-bar .twitter {
  background-color: #00a8ff;
}
body.demo2 .main-footer .sharing-bar .instagram {
  background-color: #833471;
}
body.demo2 .main-footer .sharing-bar .youtube {
  background-color: #F70000;
}
body.demo2 .main-footer .sharing-bar .linkedin {
  background-color: #0274B3;
}

body.demo3 .search-form-wrapper {
  margin-bottom: 15px;
  background: #fff;
  padding: 60px 0;
  position: relative;
  border-top: 1px solid #e0e1e2;
  border-bottom: 1px solid #e0e1e2;
}
body.demo3 .search-form-wrapper .mask {
  display: none;
}
body.demo3 .search-form-wrapper .site-description {
  color: #494a4a;
}
body.demo3 .search-form-wrapper .site-name {
  color: #494a4a !important;
}
body.demo3 .search-form-wrapper .search-form .form-control {
  background: #fff;
}
body.demo3 .search-form-wrapper .search-form .btn {
  background: #F05B82;
}
body.demo3 .search-form-wrapper .search-form .btn:hover {
  background: #F05B82;
}

body.demo3 .main-footer {
  border-top: 1px solid #e0e1e2;
}
body.demo3 .main-footer .info-bar {
  background-color: #fff;
  color: #888989;
}
body.demo3 .main-footer .info-bar .container {
  border-bottom: 1px dashed #e0e1e2;
}
body.demo3 .main-footer .info-bar a {
  color: #888989;
}
body.demo3 .main-footer .info-bar .download-app a {
  background: transparent;
  border: 1px solid #979898;
}
body.demo3 .main-footer .widget-section {
  background-color: #fff;
  color: #888989;
}
body.demo3 .main-footer .widget-section .widget_nav_menu a {
  color: #888989;
}
body.demo3 .main-footer .widget-section .widget_nav_menu a:hover {
  color: #F05B82;
}
body.demo3 .main-footer .widget-section .widget_nav_menu a:before {
  content: "利";
  font-family: "Material Design Icons";
  font-size: 15px;
  color: #F05B82;
  float: right;
  margin-left: 7px;
}
body.demo3 .main-footer .widget_text a {
  background-color: transparent;
}
body.demo3 .main-footer .copyright {
  background-color: #fff;
  color: #888989;
}
body.demo3 .main-footer .sharing-bar {
  background-color: #fff;
  color: #888989;
  border-top: 1px dashed #e0e1e2;
  padding: 6px 0 0;
}
body.demo3 .main-footer .sharing-bar .mdi {
  font-size: 17px;
}
body.demo3 .main-footer .sharing-bar .mdi:before {
  position: relative;
  bottom: 6px;
}
body.demo3 .main-footer .sharing-bar .sharing-title {
  display: none;
}
body.demo3 .main-footer .sharing-bar .share-link {
  background: transparent;
  color: #979898;
  text-align: center;
  width: 48px;
  height: 26px;
  border: 1px solid #979898;
  border-radius: 0;
}
body.demo3 .main-footer .sharing-bar .share-link:hover {
  background: #979898;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .google-plus {
  border-color: #e84118;
}
body.demo3 .main-footer .sharing-bar .google-plus:hover {
  background: #e84118;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .telegram {
  border-color: #1e90ff;
}
body.demo3 .main-footer .sharing-bar .telegram:hover {
  background: #1e90ff;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .aparat {
  border-color: #ff6b81;
}
body.demo3 .main-footer .sharing-bar .aparat:hover {
  background: #ff6b81;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .facebook {
  border-color: #2980b9;
}
body.demo3 .main-footer .sharing-bar .facebook:hover {
  background: #2980b9;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .twitter {
  border-color: #00a8ff;
}
body.demo3 .main-footer .sharing-bar .twitter:hover {
  background: #00a8ff;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .instagram {
  border-color: #833471;
}
body.demo3 .main-footer .sharing-bar .instagram:hover {
  background: #833471;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .youtube {
  border-color: #F70000;
}
body.demo3 .main-footer .sharing-bar .youtube:hover {
  background: #F70000;
  color: #fff;
}
body.demo3 .main-footer .sharing-bar .linkedin {
  border-color: #0274B3;
}
body.demo3 .main-footer .sharing-bar .linkedin:hover {
  background: #0274B3;
  color: #fff;
}

/*--------------------- teacher single styles section ---------------------*/
.single-teacher .wp-post-image {
  border: 1px solid #f0f1f2;
}
.single-teacher .job-title {
  color: #979898;
}
.single-teacher .teacher-info {
  text-align: center;
  border: 1px solid #f0f1f2;
  background: #f8f9fa;
}
.single-teacher .teacher-info .mdi {
  font-size: 28px;
  margin-top: 15px;
  display: inline-block;
  color: #979898;
}
.single-teacher .teacher-info .mdi + * {
  display: block;
  margin-bottom: 15px;
}
.single-teacher .teacher-info a {
  color: #494a4a !important;
}
.single-teacher .teacher-socials {
  text-align: center;
}
@media (max-width: 992px) {
  .single-teacher .teacher-socials {
    margin-top: 15px;
  }
}
.single-teacher .teacher-socials .social-item {
  border: 1px solid #e0e1e2;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-align: center;
  padding-top: 15px;
  margin: 10px auto;
}
.single-teacher .teacher-socials .social-item .mdi {
  font-size: 28px;
  color: #00CBCB;
}
.single-teacher .skills {
  margin-top: 15px;
}
.single-teacher .skills .teacher-skills .progress {
  height: 2rem;
}
.single-teacher .skills .teacher-skills .progress .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 1rem 1rem !important;
}
.single-teacher .skills .teacher-skills .progress:not(:last-child) {
  margin-bottom: 15px;
}

/*--------------------- teacher archive styles section ---------------------*/
.posts-list .post-item .post-title {
  height: 32px;
  min-height: 32px;
}

/*--------------------- course accordion styles section ---------------------*/
.single .post-single .course-accordion {
  margin: 30px 0;
}
.single .post-single .course-accordion .course-title {
  font-size: 20px;
}
.single .post-single .course-accordion .course {
  border: 1px solid #e0e1e2;
  border-right: 5px solid #d7d8d9;
  border-radius: 0;
  background: #f8f9fa;
}
.single .post-single .course-accordion .course .card-header {
  margin-bottom: 0;
  padding: 7px;
  border: none;
}
.single .post-single .course-accordion .course .card-header h5 {
  margin-bottom: 0;
}
.single .post-single .course-accordion .course .card-header h5:before {
  content: "\f1d9";
  font-family: "Material Design Icons";
  float: right;
  font-size: 26px;
  margin-left: 5px;
  line-height: 32px;
  position: relative;
  top: 5px;
}
.single .post-single .course-accordion .course .card-header h5 .btn {
  color: #494a4a !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.single .post-single .course-accordion .course:not(:last-child) {
  margin-bottom: 15px;
}
.single .post-single .course-accordion .card-body {
  padding: 15px 30px;
}
.single .post-single .course-accordion .card-body .lesson {
  border-right: 4px solid #e0e1e2;
  background: #f8f9fa;
  transition: all 200ms ease-out;
}
.single .post-single .course-accordion .card-body .lesson:hover {
  background: #FBFCFD;
}
.single .post-single .course-accordion .card-body .lesson > div {
  cursor: pointer;
  padding: 7px 0;
}
.single .post-single .course-accordion .card-body .lesson .icon {
  display: inline-block;
  border: 2px solid #e0e1e2;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 1px;
  position: relative;
  top: 5px;
  right: -21px;
  background: #f8f9fa;
}
.single .post-single .course-accordion .card-body .lesson .icon .mdi {
  font-size: 18px;
  color: #979898;
}
.single .post-single .course-accordion .card-body .lesson .title {
  display: inline-block;
  font-weight: normal;
}
.single .post-single .course-accordion .card-body .lesson .label {
  border-radius: 3px;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
}
.single .post-single .course-accordion .card-body .lesson .label.video {
  background: #3498DB;
}
.single .post-single .course-accordion .card-body .lesson .label.exam {
  background: #E67E22;
}
.single .post-single .course-accordion .card-body .lesson .label.quiz {
  background: #E74C3C;
}
.single .post-single .course-accordion .card-body .lesson .label.lecture {
  background: #8E44AD;
}
.single .post-single .course-accordion .card-body .lesson .label.free {
  background: #2ECC71;
}
.single .post-single .course-accordion .card-body .lesson .label.practice {
  background: #34495E;
}
.single .post-single .course-accordion .card-body .lesson .label.attachments {
  background: #FF6B81;
}
.single .post-single .course-accordion .card-body .lesson .subtitle {
  color: #979898;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .single .post-single .course-accordion .card-body .lesson .btn-wrapper {
    float: left;
  }
}
.single .post-single .course-accordion .card-body .lesson .btn {
  border-radius: 13px !important;
  margin-right: 5px;
  font-size: 12px !important;
  line-height: 26px !important;
}
.single .post-single .course-accordion .card-body .lesson .btn.download {
  width: 27px;
  padding: 0 8px 0 0 !important;
  background: #979898;
}
.single .post-single .course-accordion .card-body .lesson .btn.download .mdi {
  font-size: 20px;
}
.single .post-single .course-accordion .card-body .lesson .private {
  margin-right: 5px;
}
.single .post-single .course-accordion .card-body .lesson .description {
  margin-bottom: 0;
  padding: 15px;
  background: #fff;
}
.single .post-single .course-accordion .card-body .lesson:not(:last-child) {
  border-bottom: 1px solid #e0e1e2;
}

/*--------------------- floating-cart styles section ---------------------*/
.floating-cart {
  position: fixed;
  right: 5px;
  bottom: 10px;
  background: #fff;
  border-radius: 3px;
  padding: 10px 10px 0 10px;
  box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.3);
  z-index: 999;
}
.floating-cart .mdi {
  font-size: 36px;
  color: #888989;
}
.floating-cart .badge {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 23px;
  border-radius: 50%;
  font-size: 100%;
  padding: 5px 7px 4px 7px;
}
/*# sourceMappingURL=style.css.map */