@charset "UTF-8";
/*
Theme Name: شاپ‌پلاس
Theme URI: https://zhaket.com/product/shop-plus-theme/
Author: سید رضا صالحی
Author URI: http://sreza-salehi.ir/
Description: قالب فروشگاهی شاپ‌پلاس طراحی شده برای ووکامرس
Version: 4.4.1
*/
.single-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dp-card {
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
}
.dp-card .card-header {
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 2px solid #f2f2f2;
  font-size: 13px;
  margin-bottom: 0;
}
.dp-card .card-header .card-title {
  font-size: 13px;
  margin-bottom: 0;
}
.dp-card .card-header .fa {
  color: #0097e6;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
.dp-card .card-body {
  padding: 10px;
}
.dp-card .card-footer {
  background: #fcfcfc;
  border-top: 1px solid #f2f2f2;
}
.single-card .card-header {
  padding: 10px 25px;
}
.single-card .card-header .card-title {
  font-size: 16px;
}
.single-card .card-body {
  padding: 25px;
}
.single-card .card-body img {
  max-width: 100%;
  height: auto;
}
.single-card .card-body img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.single-card .card-body img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.single-card .card-body img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-card .card-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-card .card-body .alignright {
  float: right;
}
.single-card .card-body .alignleft {
  float: left;
}
@keyframes progressbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animated {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/iransans/eot/IRANSansWeb_Medium.eot');
  src: url('assets/fonts/iransans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('assets/fonts/iransans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/iransans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('assets/fonts/iransans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/iransans/eot/IRANSansWeb.eot');
  src: url('assets/fonts/iransans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('assets/fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('assets/fonts/iransans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('assets/fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype');
}
.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-prev.carousel-item-left,
.carousel-fade .carousel-item-next.carousel-item-right,
.carousel-fade .carousel-item-prev.carousel-item-right {
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-next.active.carousel-item-right,
.carousel-fade .carousel-item-prev.active.carousel-item-right,
.carousel-fade .carousel-item-next.active.carousel-item-left,
.carousel-fade .carousel-item-prev.active.carousel-item-left {
  -webkit-transform: none;
  transform: none;
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    -webkit-transform: none;
    transform: none;
  }
  .carousel-fade .carousel-item-next,
  .carousel-fade .active.carousel-item-right {
    -webkit-transform: none;
    transform: none;
  }
  .carousel-fade .carousel-item-prev,
  .carousel-fade .active.carousel-item-left {
    -webkit-transform: none;
    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;
}
@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;
  }
}
.btn,
.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: none;
  padding: 4px 15px;
  font-size: 13px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  color: #ffffff !important;
  font-weight: normal;
}
.btn .fa,
.button .fa,
.woocommerce #respond input#submit .fa,
.woocommerce a.button .fa,
.woocommerce button.button .fa,
.woocommerce input.button .fa {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 3px;
}
.btn:focus,
.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.btn:active,
.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  box-shadow: none !important;
  color: white;
  outline: none;
}
.btn.btn-lg,
.button.btn-lg,
.woocommerce #respond input#submit.btn-lg,
.woocommerce a.button.btn-lg,
.woocommerce button.button.btn-lg,
.woocommerce input.button.btn-lg {
  padding: 8px 15px;
}
.btn:disabled,
.btn[disabled],
.button:disabled,
.button[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button[disabled] {
  opacity: 0.4;
  cursor: default;
}
.btn-sm {
  font-size: 12px;
  line-height: 25px;
}
.btn-primary,
.button,
.woocommerce #respond input#submit,
a.button,
button.button,
input.button {
  background-color: #0097e6 !important;
  border-color: #0097e6 !important;
  background-position: center;
  transition: background 0.8s;
}
.btn-primary:hover,
.button:hover,
.woocommerce #respond input#submit:hover,
a.button:hover,
button.button:hover,
input.button:hover {
  background: #0097e6 radial-gradient(circle, transparent 1%, #0097e6 1%) center / 15000%;
}
.btn-primary:active,
.button:active,
.woocommerce #respond input#submit:active,
a.button:active,
button.button:active,
input.button:active {
  background-color: #1ab0ff;
  background-size: 100%;
  transition: background 0s;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.button:hover,
.button:active,
.button:focus,
.button:not([disabled]):not(.disabled):active,
.button:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:not([disabled]):not(.disabled):active,
.woocommerce #respond input#submit:not([disabled]):not(.disabled).active,
.show > .woocommerce #respond input#submit.dropdown-toggle,
.woocommerce a.button:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:not([disabled]):not(.disabled):active,
.woocommerce a.button:not([disabled]):not(.disabled).active,
.show > .woocommerce a.button.dropdown-toggle,
.woocommerce button.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:not([disabled]):not(.disabled):active,
.woocommerce button.button:not([disabled]):not(.disabled).active,
.show > .woocommerce button.button.dropdown-toggle,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:not([disabled]):not(.disabled):active,
.woocommerce input.button:not([disabled]):not(.disabled).active,
.show > .woocommerce input.button.dropdown-toggle {
  background-color: #0086cd !important;
  border-color: #0086cd !important;
  color: #ffffff !important;
}
.btn-success,
.button.checkout,
.single_add_to_cart_button.button.alt,
.widget_price_filter .price_slider_amount .button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce #payment #place_order {
  background-color: #079992 !important;
  border-color: #079992 !important;
  background-position: center;
  transition: background 0.8s;
}
.btn-success:hover,
.button.checkout:hover,
.single_add_to_cart_button.button.alt:hover,
.widget_price_filter .price_slider_amount .button:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce #payment #place_order:hover {
  background: #079992 radial-gradient(circle, transparent 1%, #079992 1%) center / 15000%;
}
.btn-success:active,
.button.checkout:active,
.single_add_to_cart_button.button.alt:active,
.widget_price_filter .price_slider_amount .button:active,
.wc-proceed-to-checkout .checkout-button:active,
.woocommerce #payment #place_order:active {
  background-color: #09cac1;
  background-size: 100%;
  transition: background 0s;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle,
.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce #payment #place_order:focus,
.woocommerce #payment #place_order:not([disabled]):not(.disabled):active,
.woocommerce #payment #place_order:not([disabled]):not(.disabled).active,
.show > .woocommerce #payment #place_order.dropdown-toggle,
.woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .wc-proceed-to-checkout .checkout-button:active,
.woocommerce .wc-proceed-to-checkout .checkout-button:focus,
.woocommerce .wc-proceed-to-checkout .checkout-button:not([disabled]):not(.disabled):active,
.woocommerce .wc-proceed-to-checkout .checkout-button:not([disabled]):not(.disabled).active,
.woocommerce .show > .wc-proceed-to-checkout .checkout-button.dropdown-toggle,
.button.checkout:hover,
.button.checkout:active,
.button.checkout:focus,
.button.checkout:not([disabled]):not(.disabled):active,
.button.checkout:not([disabled]):not(.disabled).active,
.show > .button.checkout.dropdown-toggle,
.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:active,
.widget_price_filter .price_slider_amount .button:focus,
.widget_price_filter .price_slider_amount .button:not([disabled]):not(.disabled):active,
.widget_price_filter .price_slider_amount .button:not([disabled]):not(.disabled).active,
.show > .widget_price_filter .price_slider_amount .button.dropdown-toggle,
.single_add_to_cart_button.button.alt:hover,
.single_add_to_cart_button.button.alt:active,
.single_add_to_cart_button.button.alt:focus,
.single_add_to_cart_button.button.alt:not([disabled]):not(.disabled):active,
.single_add_to_cart_button.button.alt:not([disabled]):not(.disabled).active,
.single_add_to_cart_button.button.alt > .btn-success.dropdown-toggle {
  background-color: #06817b !important;
  border-color: #06817b !important;
  color: #ffffff !important;
}
.btn-secondary {
  background-color: #485460;
  border-color: #485460;
  background-position: center;
  transition: background 0.8s;
}
.btn-secondary:hover {
  background: #485460 radial-gradient(circle, transparent 1%, #485460 1%) center / 15000%;
}
.btn-secondary:active {
  background-color: #5e6e7d;
  background-size: 100%;
  transition: background 0s;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #3d4751;
  border-color: #3d4751;
}
.btn-danger {
  background-color: #ff4757;
  border-color: #ff4757;
  background-position: center;
  transition: background 0.8s;
}
.btn-danger:hover {
  background: #ff4757 radial-gradient(circle, transparent 1%, #ff4757 1%) center / 15000%;
}
.btn-danger:active {
  background-color: #ff7a86;
  background-size: 100%;
  transition: background 0s;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:not([disabled]):not(.disabled):active,
.btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ff2d40;
  border-color: #ff2d40;
}
.btn-warning {
  background-color: #ffa502;
  border-color: #ffa502;
  background-position: center;
  transition: background 0.8s;
}
.btn-warning:hover {
  background: #ffa502 radial-gradient(circle, transparent 1%, #ffa502 1%) center / 15000%;
}
.btn-warning:active {
  background-color: #ffb735;
  background-size: 100%;
  transition: background 0s;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:not([disabled]):not(.disabled):active,
.btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e89500;
  border-color: #e89500;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 3px 15px;
}
.tooltip-inner {
  font-family: IRANSans;
  font-size: 11px;
  background: #485460;
  padding: 5px 10px;
  border-radius: 3px;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #485460;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #485460;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #485460;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #485460;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #485460;
}
.form-group {
  margin-bottom: 2rem;
}
.form-control,
.woocommerce .input-text,
.woocommerce #reviews #comment,
.comment-form-author #author,
.comment-form-email #email,
.woocommerce-ordering .orderby,
#coupon_code,
input[type=text]#username,
input[type=password]#password {
  font-size: 13px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  color: #555555;
  padding: 5px 10px;
  line-height: 2;
  background: #ffffff;
  width: 100%;
}
.form-control:focus,
.woocommerce .input-text:focus,
.woocommerce #reviews #comment:focus,
.comment-form-author #author:focus,
.comment-form-email #email:focus,
.woocommerce-ordering .orderby:focus,
#coupon_code:focus,
input[type=text]#username:focus,
input[type=password]#password:focus {
  box-shadow: none;
  border-color: #c7c7c7;
  outline: none;
}
.form-control:disabled,
.woocommerce .input-text:disabled,
.woocommerce #reviews #comment:disabled,
.comment-form-author #author:disabled,
.comment-form-email #email:disabled,
.woocommerce-ordering .orderby:disabled,
#coupon_code:disabled,
input[type=text]#username:disabled,
input[type=password]#password:disabled,
.form-control[readonly],
.woocommerce .input-text[readonly],
.woocommerce #reviews #comment[readonly],
.comment-form-author #author[readonly],
.comment-form-email #email[readonly],
.woocommerce-ordering .orderby[readonly],
#coupon_code[readonly],
input[type=text]#username[readonly],
input[type=password]#password[readonly] {
  background-color: #f2f2f2;
  opacity: 0.75;
}
.custom-select,
[id^="pa_"],
.woocommerce-ordering .orderby {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#B8B8B8' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px;
  border-radius: 3px;
  width: 100%;
  padding: 4px 15px;
  display: inline-block;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select:focus,
[id^="pa_"]:focus,
.woocommerce-ordering .orderby:focus {
  box-shadow: none;
  border-color: #c7c7c7;
}
[id^="pa_"] {
  width: auto;
  padding-left: 25px !important;
}
label {
  font-weight: 500;
  cursor: pointer;
}
.form-group label {
  margin-bottom: 15px;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none !important;
}
.woocommerce-form__label .woocommerce-form__input-checkbox {
  position: relative;
  top: 3px;
}
.woocommerce form .form-row .required,
.required {
  color: #ff4757;
  font-weight: normal;
}
.badge {
  font-weight: 400;
  font-size: 90%;
  border-radius: 3px;
}
.badge-light {
  background-color: #c7c7c7;
  color: #ffffff;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #ffffff;
  background-color: #c7c7c7;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.6);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  border-radius: 3px;
}
.featherlight .featherlight-inner {
  display: block !important;
  text-align: right;
}
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  border: none;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
@media (min-width: 768px) {
  .featherlight-content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .featherlight-content {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .featherlight-content {
    max-width: 60%;
  }
}
.woocommerce-message,
.woocommerce-thankyou-order-received {
  border: 1px solid #079992;
  border-right: 4px solid #079992;
  background: rgba(7, 153, 146, 0.07);
  color: #079992;
}
.woocommerce-message .button.wc-forward,
.woocommerce-thankyou-order-received .button.wc-forward {
  font-size: 12px;
  line-height: 25px;
}
.woocommerce-message::before,
.woocommerce-thankyou-order-received::before {
  color: #079992;
  font-size: 19px;
  top: 11px;
  right: 15px;
}
.woocommerce-error {
  border: 1px solid #ff4757;
  border-right: 4px solid #ff4757;
  background: rgba(255, 71, 87, 0.07);
  color: #ff4757;
}
.woocommerce-error::before {
  color: #ff4757;
}
.woocommerce-info {
  border: 1px solid #0097e6;
  border-right: 4px solid #0097e6;
  background: rgba(0, 151, 230, 0.07);
  color: #0097e6;
}
.woocommerce-info::before {
  color: #0097e6;
}
body {
  direction: rtl;
  font-weight: 400;
  font-family: IRANSans, Tahoma, "Times New Roman", SansSerif;
  line-height: 30px;
  font-size: 13px;
  text-align: right;
  color: #555555;
  background: #eeeff1;
}
a {
  color: #555555;
  text-decoration: none;
  transition: all 200ms ease-out;
  display: inline-block;
}
a:hover {
  color: #0097e6;
  text-decoration: none;
  outline: none;
}
a:active,
a:focus {
  color: #555555;
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  line-height: 30px;
}
p {
  margin-bottom: 0;
}
.list-group .list-group-item {
  border: none;
  border-radius: 0 !important;
}
ins {
  text-decoration: none;
}
pre,
.xdebug-error {
  text-align: left !important;
}
button:focus {
  outline: none !important;
}
.alert {
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
}
select:focus {
  outline: none !important;
}
.main-content {
  margin-bottom: 20px;
}
.main-header {
  padding-top: 10px;
  margin-bottom: 20px;
}
.main-header .site-name {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.main-header .site-logo {
  text-align: left;
}
.main-header .mini-cart .cart-contents {
  padding: 0;
}
.main-header .mini-cart .cart-contents span:first-child {
  height: 35px;
  display: inline-block;
  background: #068a84;
  border-radius: 0 3px 3px 0;
  padding: 5px 15px 5px 7px;
  transition: all 200ms ease-out;
}
.main-header .mini-cart .cart-contents span:first-child .fa:before {
  position: relative;
  bottom: 4px;
}
.main-header .mini-cart .cart-contents span:nth-child(2) {
  display: inline-block;
  margin: 0 15px 0 5px;
  position: relative;
  bottom: 2px;
}
.main-header .mini-cart .cart-contents .count {
  padding: 6px 7px 4px 7px;
  font-weight: 400;
  border-radius: 100%;
  background: #08b1a9;
  margin-left: 15px;
  position: relative;
  top: -3px;
}
.main-header .mini-cart .cart-contents:after {
  display: none;
}
.main-header .mini-cart .cart-contents:hover span:first-child {
  background: #06817b;
}
.main-header .mini-cart .dropdown-menu {
  min-width: 320px;
  max-height: 320px;
  overflow-y: auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  border-color: #f2f2f2;
  border-radius: 3px;
  z-index: 1002;
}
.main-header .mini-cart .dropdown-menu .woocommerce-mini-cart__empty-message {
  text-align: center;
}
.main-header .mini-cart .dropdown-menu .woocommerce-mini-cart__buttons.buttons .button {
  display: block;
  margin-bottom: 3px;
}
.woocommerce-mini-cart.cart_list {
  display: table;
}
.woocommerce-mini-cart.cart_list .mini_cart_item {
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce-mini-cart.cart_list .mini_cart_item a {
  font-weight: normal;
  line-height: 20px;
}
.woocommerce-mini-cart.cart_list .mini_cart_item > * {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
}
.woocommerce-mini-cart.cart_list .mini_cart_item .remove {
  font-size: 20px;
  font-weight: bold;
  color: #ff4757;
}
.woocommerce-mini-cart.cart_list .mini_cart_item [class^="attachment-woocommerce_"] {
  width: 42px;
  height: auto;
  float: right;
  margin-left: 7px;
}
.woocommerce-mini-cart.cart_list .mini_cart_item .quantity {
  color: #0097e6;
  font-size: 85%;
  line-height: 13px;
}
.woocommerce-mini-cart__total {
  text-align: center;
  margin: 17px 0;
  color: #079992;
  font-size: 13px;
}
.woocommerce-mini-cart__buttons {
  text-align: center;
}
.woocommerce-mini-cart__buttons .button {
  display: block;
}
.woocommerce-mini-cart__buttons .checkout {
  margin-top: 7px;
}
.search-form {
  position: relative;
}
.search-form .form-control {
  padding-left: 54px;
}
.search-form .btn {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px 0 0 3px;
}
.search-form #product_cat {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50px;
  width: 100px;
  padding-left: 0;
  border-radius: 0;
  border-left: none;
}
.search-form .ajax-loader {
  position: absolute;
  left: 54px;
  top: 9px;
  display: none;
}
.search-form .ajax-results {
  position: absolute;
  right: 0;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  display: none;
  z-index: 1001;
}
.search-form .ajax-results .product-item img {
  max-width: 46px;
  height: auto;
}
.search-form .ajax-results .product-item,
.search-form .ajax-results .view-all {
  padding: 6px 12px;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-form .ajax-results .product-item:hover,
.search-form .ajax-results .view-all:hover {
  background: #fcfcfc;
}
.search-form .ajax-results .list-group-item:not(:last-child) {
  border-bottom: 1px dashed #f2f2f2;
}
.search-form .ajax-results .view-all {
  text-align: center;
  color: #ffa502;
  padding: 12px 0;
}
.search-form .ajax-results .view-all .fa {
  position: relative;
  bottom: -1px;
  margin-left: 3px;
}
.search-form .ajax-results img {
  margin-left: 8px;
  border-radius: 100%;
  border: 1px solid #f2f2f2;
}
@media (min-width: 992px) {
  .main-header .mobile-list {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-header {
    background: transparent;
    padding-top: 0;
  }
  .main-header .site-name + div {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .main-header .main-nav {
    margin-top: 0;
  }
}
.main-nav {
  margin-top: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children {
  position: relative;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children:hover > .nav-link {
  color: #0097e6;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children:hover > .nav-link .fa {
  color: #0097e6;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .nav-link {
  position: relative;
  padding-left: 20px;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .nav-link .fa {
  font-size: 10px;
  color: #808080;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .sub-menu {
  z-index: 1000 !important;
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
  transition-delay: 250ms;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .sub-menu .menu-item {
  display: block;
  width: 100%;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children:hover > .sub-menu {
  top: 0;
  right: 100%;
}
.main-nav .navbar-nav .menu-item.menu-item-has-children .sub-menu .sub-menu {
  right: 120%;
  top: 0;
}
.main-nav .navbar-nav .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px dashed #f2f2f2;
}
.main-nav .user-actions .nav-item .nav-link {
  color: #0097e6;
}
.main-nav .user-actions .nav-item .fa {
  font-size: 20px;
  position: relative;
  top: 4px;
}
@media (min-width: 992px) {
  .main-nav .navbar-brand,
  .main-nav .navbar-toggle,
  .main-nav #cat-nav-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-nav #cat-nav-toggle {
    margin-right: 0;
    color: #0097e6;
  }
  .main-nav #cat-nav-toggle .fa {
    margin-left: 7px;
    font-size: 21px;
    position: relative;
    top: 3px;
  }
  .main-nav #cat-nav-toggle span {
    font-size: 16px;
  }
  .main-nav .navbar-toggle {
    font-size: 17px;
    color: #9a9a9a;
  }
  .main-nav .navbar-toggle .fa {
    font-size: 17px;
    position: relative;
    top: 3px;
  }
}
.widget-category,
.elementor-widget-categories {
  padding: 0 !important;
}
.widget-category .menu-item,
.elementor-widget-categories .menu-item {
  margin-bottom: 0;
  padding: 2px 7px;
  z-index: 999 !important;
}
.widget-category .menu-item a,
.elementor-widget-categories .menu-item a {
  display: block;
  padding-right: 10px;
}
.widget-category .menu-item a .fa:not(.fa-chevron-left),
.elementor-widget-categories .menu-item a .fa:not(.fa-chevron-left) {
  color: #c7c7c7;
  font-size: 19px;
  margin-left: 7px;
  position: relative;
  top: 2px;
  width: 20px;
  transition: all 200ms ease-out;
}
.widget-category .menu-item a:hover .fa,
.elementor-widget-categories .menu-item a:hover .fa {
  color: #0097e6;
}
.widget-category .menu-item:first-child,
.elementor-widget-categories .menu-item:first-child {
  border-radius: 3px 3px 0 0 !important;
}
.widget-category .menu-item:last-child,
.elementor-widget-categories .menu-item:last-child {
  border-radius: 0 0 3px 3px !important;
}
.widget-category .menu-item:not(:last-child),
.elementor-widget-categories .menu-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.widget-category .menu-item-has-children,
.elementor-widget-categories .menu-item-has-children {
  position: relative;
}
.widget-category .menu-item-has-children:hover > a,
.elementor-widget-categories .menu-item-has-children:hover > a {
  color: #0097e6;
}
.widget-category .menu-item-has-children:hover > .sub-menu,
.elementor-widget-categories .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  right: 101%;
}
.widget-category .menu-item-has-children > a,
.elementor-widget-categories .menu-item-has-children > a {
  position: relative;
}
.widget-category .menu-item-has-children > a .fa-chevron-left,
.elementor-widget-categories .menu-item-has-children > a .fa-chevron-left {
  font-size: 10px;
  color: #808080;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-category .menu-item-has-children .sub-menu,
.elementor-widget-categories .menu-item-has-children .sub-menu {
  position: absolute;
  right: 120%;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  z-index: 999 !important;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-out;
  transition-delay: 350ms;
}
.widget-category .menu-item-has-children .sub-menu .menu-item,
.elementor-widget-categories .menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  background: transparent;
}
.widget-category .menu-item-has-children .sub-menu .nav-link,
.elementor-widget-categories .menu-item-has-children .sub-menu .nav-link {
  padding: 6px 4px;
  display: block;
  background: transparent;
}
.widget-category .menu-item .sub-menu,
.elementor-widget-categories .menu-item .sub-menu {
  min-width: 220px;
}
.widget-category .menu-item.mega-menu:hover .sub-menu,
.elementor-widget-categories .menu-item.mega-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.widget-category .menu-item.mega-menu .sub-menu,
.elementor-widget-categories .menu-item.mega-menu .sub-menu {
  min-width: 10px;
  z-index: 999;
}
.widget-category .menu-item.mega-menu .sub-menu .nav-link,
.elementor-widget-categories .menu-item.mega-menu .sub-menu .nav-link {
  padding-top: 3px;
  padding-bottom: 3px;
}
.widget-category .menu-item.mega-menu .sub-menu .sub-menu,
.elementor-widget-categories .menu-item.mega-menu .sub-menu .sub-menu {
  padding-right: 10px;
}
.widget-category .menu-item.mega-menu > .sub-menu,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu {
  width: 300%;
}
.widget-category .menu-item.mega-menu > .sub-menu .fa-chevron-left,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu .fa-chevron-left {
  display: none;
}
.widget-category .menu-item.mega-menu > .sub-menu > .menu-item > a,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu > .menu-item > a {
  color: #0097e6;
}
.widget-category .menu-item.mega-menu > .sub-menu .menu-item,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu .menu-item {
  border-bottom: none;
  display: inline-block;
}
.widget-category .menu-item.mega-menu > .sub-menu .menu-item .sub-menu,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu .menu-item .sub-menu {
  position: static;
  box-shadow: none;
  background: transparent;
}
.widget-category .menu-item.mega-menu > .sub-menu .menu-item .sub-menu .menu-item,
.elementor-widget-categories .menu-item.mega-menu > .sub-menu .menu-item .sub-menu .menu-item {
  display: block;
}
.widget-category .menu-item.mega-menu.mega-menu-col-2 > .sub-menu > .menu-item,
.elementor-widget-categories .menu-item.mega-menu.mega-menu-col-2 > .sub-menu > .menu-item {
  float: right;
  width: 49.99%;
}
.widget-category .menu-item.mega-menu.mega-menu-col-3 > .sub-menu > .menu-item,
.elementor-widget-categories .menu-item.mega-menu.mega-menu-col-3 > .sub-menu > .menu-item {
  float: right;
  width: 32.99%;
}
.widget-category .menu-item.mega-menu.mega-menu-col-4 > .sub-menu > .menu-item,
.elementor-widget-categories .menu-item.mega-menu.mega-menu-col-4 > .sub-menu > .menu-item {
  float: right;
  width: 24.99%;
}
.widget-category .menu-item.mega-menu.mega-menu-col-5 > .sub-menu > .menu-item,
.elementor-widget-categories .menu-item.mega-menu.mega-menu-col-5 > .sub-menu > .menu-item {
  float: right;
  width: 19.99%;
}
@media (max-width: 992px) {
  .widget-category,
  .elementor-widget-categories {
    display: none;
  }
}
.widget {
  margin-bottom: 20px;
  padding: 10px;
}
.widget .card-header {
  font-weight: 500;
  margin: -10px -10px 10px -10px;
}
.widget_recent_comments .recentcomments:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #ff4757;
  margin-left: 5px;
  float: right;
}
.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
}
.widget_tag_cloud .tag-link-count {
  float: left;
  color: #c7c7c7;
}
.widget_meta li:before,
.widget_archive li:before,
.widget_ztjalali_archive li:before,
.widget_pages li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #ff4757;
  margin-left: 5px;
  float: right;
}
.widget.widget_categories ul li:before,
.widget.widget_product_categories ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #0097e6;
  margin-left: 5px;
  float: right;
}
.widget.widget_categories ul li .count,
.widget.widget_product_categories ul li .count {
  color: #c7c7c7;
}
.widget.widget_categories ul li ul,
.widget.widget_product_categories ul li ul {
  padding-right: 15px;
}
.widget.widget_categories ul li ul li:before,
.widget.widget_product_categories ul li ul li:before {
  color: #c7c7c7;
}
.widget.widget_categories ul li.current-cat > a,
.widget.widget_product_categories ul li.current-cat > a {
  color: #ffa502;
  font-weight: 500;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
}
.woocommerce a.remove:hover {
  color: #ff4757 !important;
  background: transparent;
}
.widget_nav_menu:not(.contact-us) li:before,
.contact-us:not(.contact-us) li:before,
.socials-menu:not(.contact-us) li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #ffa502;
  margin-left: 5px;
  float: right;
}
.widget_nav_menu:not(.contact-us) li ul,
.contact-us:not(.contact-us) li ul,
.socials-menu:not(.contact-us) li ul {
  padding-right: 15px;
}
.widget_products ul.product_list_widget li:not(:last-child),
.widget_top_rated_products ul.product_list_widget li:not(:last-child),
.widget_recent_reviews ul.product_list_widget li:not(:last-child) {
  border-bottom: 1px dotted #c7c7c7;
}
.widget_products ul.product_list_widget li a,
.widget_top_rated_products ul.product_list_widget li a,
.widget_recent_reviews ul.product_list_widget li a {
  font-weight: normal;
}
.widget_products ul.product_list_widget li .wp-post-image,
.widget_top_rated_products ul.product_list_widget li .wp-post-image,
.widget_recent_reviews ul.product_list_widget li .wp-post-image {
  float: right;
  margin: 0 0 0 7px;
}
.widget_products ul.product_list_widget li .price .woocommerce-Price-amount.amount,
.widget_top_rated_products ul.product_list_widget li .price .woocommerce-Price-amount.amount,
.widget_recent_reviews ul.product_list_widget li .price .woocommerce-Price-amount.amount {
  color: #079992;
  font-weight: bold;
}
.widget_products ul.product_list_widget li .price del,
.widget_top_rated_products ul.product_list_widget li .price del,
.widget_recent_reviews ul.product_list_widget li .price del {
  text-decoration-color: #868e96;
  margin-left: 5px;
}
.widget_products ul.product_list_widget li .price del .woocommerce-Price-amount.amount,
.widget_top_rated_products ul.product_list_widget li .price del .woocommerce-Price-amount.amount,
.widget_recent_reviews ul.product_list_widget li .price del .woocommerce-Price-amount.amount {
  color: #c7c7c7;
  font-weight: normal;
}
.widget_products ul.product_list_widget li .reviewer,
.widget_top_rated_products ul.product_list_widget li .reviewer,
.widget_recent_reviews ul.product_list_widget li .reviewer {
  color: #c7c7c7;
}
.widget_recent_entries li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  color: #079992;
  margin-left: 5px;
  float: right;
}
.widget_recent_entries li .post-date {
  color: #c7c7c7;
}
.widget_media_gallery .gallery-item img {
  max-width: 100%;
  height: auto;
}
.widget-symbols .textwidget {
  text-align: center;
}
.widget-top-banner {
  padding: 0;
}
.widget-top-banner img {
  border-radius: 3px;
}
@media (max-width: 576px) {
  .widget-top-banner {
    display: none;
  }
}
.widget-suggestion .carousel-item .product-title {
  font-size: 13px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
}
.widget-suggestion .carousel-item .progressbar-wrapper {
  height: 3px;
  background: #c7c7c7;
  position: relative;
  margin-bottom: 10px;
}
.widget-suggestion .carousel-item .progressbar-wrapper .progressbar {
  background: #0097e6;
  height: 3px;
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  display: inline-block;
  animation: progressbar 10s linear;
}
.widget-suggestion .carousel-item .price {
  margin-bottom: 5px;
  height: 50px !important;
}
.widget-suggestion .carousel-item .price > * {
  display: block;
}
.widget-suggestion .carousel-item .price .amount {
  color: #079992;
  font-weight: 500;
}
.widget-suggestion .carousel-item .price del {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.widget-suggestion .carousel-item .price del .amount {
  color: #868e96;
}
.widget-suggestion .carousel-item .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.widget-suggestion .carousel-item .price .del-label,
.widget-suggestion .carousel-item .price .discount-amount,
.widget-suggestion .carousel-item .price .ins-label,
.widget-suggestion .carousel-item .price br {
  display: none;
}
.widget-brands,
.elementor-widget-brands {
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: block;
}
.widget-brands a.item,
.elementor-widget-brands a.item {
  margin: 4px;
}
.widget-brands a.item img,
.elementor-widget-brands a.item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 200ms ease-out;
}
.widget-brands a.item img:hover,
.elementor-widget-brands a.item img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.widget-brand-filter .list-group .list-group-item {
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-brand-filter .list-group .list-group-item a {
  position: relative;
  display: inline-block;
}
.widget-brand-filter .list-group .list-group-item a:before {
  content: "\f10c";
  font-family: FontAwesome;
  float: right;
  font-size: 21px;
  color: #808080;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.widget-brand-filter .list-group .list-group-item.chosen a {
  color: #0097e6;
}
.widget-brand-filter .list-group .list-group-item.chosen a:before {
  content: "\f058";
  top: 0;
  color: #0097e6;
}
.widget-banner {
  padding: 0;
  text-align: center;
}
.widget-banner img {
  border-radius: 3px;
}
.widget-multi-banner > div,
.elementor-widget-multi-banner > div {
  text-align: center;
}
.widget-multi-banner a,
.elementor-widget-multi-banner a {
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
}
.widget-multi-banner a .card-header,
.elementor-widget-multi-banner a .card-header {
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 2px solid #f2f2f2;
  font-size: 13px;
  margin-bottom: 0;
}
.widget-multi-banner a .card-header .card-title,
.elementor-widget-multi-banner a .card-header .card-title {
  font-size: 13px;
  margin-bottom: 0;
}
.widget-multi-banner a .card-header .fa,
.elementor-widget-multi-banner a .card-header .fa {
  color: #0097e6;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
.widget-multi-banner a .card-body,
.elementor-widget-multi-banner a .card-body {
  padding: 10px;
}
.widget-multi-banner a .card-footer,
.elementor-widget-multi-banner a .card-footer {
  background: #fcfcfc;
  border-top: 1px solid #f2f2f2;
}
.widget-multi-banner a img,
.elementor-widget-multi-banner a img {
  border-radius: 3px;
}
@media (max-width: 768px) {
  .widget-multi-banner > div,
  .elementor-widget-multi-banner > div {
    margin-bottom: 15px;
  }
}
.widget-news .list-group .list-group-item {
  padding: 0;
}
.widget-news .list-group .list-group-item:hover img.post-thumb {
  border-color: #0097e6;
}
.widget-news .list-group .list-group-item img.post-thumb {
  margin-left: 7px;
  margin-bottom: 4px;
  border: 1px solid #c7c7c7;
  max-width: 64px;
  height: auto;
  padding: 5px;
  border-radius: 100%;
  transition: all 200ms ease-out;
}
.widget-news .list-group .list-group-item .post-title {
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
}
.widget-news .list-group .list-group-item .post-date {
  font-size: 11px;
}
.widget-news .list-group .list-group-item:not(:last-child) {
  margin-bottom: 4px;
  border-bottom: 1px dotted #c7c7c7;
}
.widget-news .list-group .all-news {
  color: #0097e6;
  text-align: left;
}
.widget-news .list-group .all-news:hover {
  color: #0097e6;
}
.widget-home,
.elementor-widget-home,
.widget-home-posts,
.elementor-widget-home-posts {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.widget-home:hover .owl-carousel .owl-nav,
.elementor-widget-home:hover .owl-carousel .owl-nav,
.widget-home-posts:hover .owl-carousel .owl-nav,
.elementor-widget-home-posts:hover .owl-carousel .owl-nav {
  visibility: visible;
  opacity: 1;
}
.widget-home .card-header,
.elementor-widget-home .card-header,
.widget-home-posts .card-header,
.elementor-widget-home-posts .card-header {
  background: transparent;
  border-bottom-color: #c7c7c7;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
.widget-home .card-header .fa,
.elementor-widget-home .card-header .fa,
.widget-home-posts .card-header .fa,
.elementor-widget-home-posts .card-header .fa {
  color: #ffa502;
}
.widget-home .card-header .badge,
.elementor-widget-home .card-header .badge,
.widget-home-posts .card-header .badge,
.elementor-widget-home-posts .card-header .badge {
  position: relative;
  top: 7px;
  padding: .4em;
  background: #c7c7c7;
}
.widget-home .card-header .badge.badge-light:hover,
.elementor-widget-home .card-header .badge.badge-light:hover,
.widget-home-posts .card-header .badge.badge-light:hover,
.elementor-widget-home-posts .card-header .badge.badge-light:hover {
  background: #d9d9d9;
}
.widget-home .owl-carousel,
.elementor-widget-home .owl-carousel,
.widget-home-posts .owl-carousel,
.elementor-widget-home-posts .owl-carousel {
  direction: ltr !important;
  z-index: 0;
}
.widget-home .owl-carousel .owl-nav,
.elementor-widget-home .owl-carousel .owl-nav,
.widget-home-posts .owl-carousel .owl-nav,
.elementor-widget-home-posts .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-out;
}
.widget-home .owl-carousel .owl-nav .owl-prev,
.elementor-widget-home .owl-carousel .owl-nav .owl-prev,
.widget-home .owl-carousel .owl-nav .owl-next,
.elementor-widget-home .owl-carousel .owl-nav .owl-next,
.widget-home-posts .owl-carousel .owl-nav .owl-prev,
.widget-home-posts .owl-carousel .owl-nav .owl-next,
.elementor-widget-home-posts .owl-carousel .owl-nav .owl-prev,
.elementor-widget-home-posts .owl-carousel .owl-nav .owl-next {
  color: #bfbfbf;
  background: rgba(0, 0, 0, 0.07);
  padding: 0 5px;
  border-radius: 0 3px 3px 0;
  display: inline-block;
}
.widget-home .owl-carousel .owl-nav .owl-prev .fa,
.elementor-widget-home .owl-carousel .owl-nav .owl-prev .fa,
.widget-home .owl-carousel .owl-nav .owl-next .fa,
.elementor-widget-home .owl-carousel .owl-nav .owl-next .fa,
.widget-home-posts .owl-carousel .owl-nav .owl-prev .fa,
.widget-home-posts .owl-carousel .owl-nav .owl-next .fa,
.elementor-widget-home-posts .owl-carousel .owl-nav .owl-prev .fa,
.elementor-widget-home-posts .owl-carousel .owl-nav .owl-next .fa {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.widget-home .owl-carousel .owl-nav .owl-prev,
.elementor-widget-home .owl-carousel .owl-nav .owl-prev,
.widget-home-posts .owl-carousel .owl-nav .owl-prev,
.elementor-widget-home-posts .owl-carousel .owl-nav .owl-prev {
  float: left;
}
.widget-home .carousel-item,
.elementor-widget-home .carousel-item,
.widget-home-posts .carousel-item,
.elementor-widget-home-posts .carousel-item {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
  direction: rtl !important;
}
.widget-home .carousel-item .title,
.elementor-widget-home .carousel-item .title,
.widget-home-posts .carousel-item .title,
.elementor-widget-home-posts .carousel-item .title {
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
}
.widget-home .carousel-item .title a,
.elementor-widget-home .carousel-item .title a,
.widget-home-posts .carousel-item .title a,
.elementor-widget-home-posts .carousel-item .title a {
  color: #0097e6;
}
.widget-home .carousel-item .price,
.elementor-widget-home .carousel-item .price,
.widget-home-posts .carousel-item .price,
.elementor-widget-home-posts .carousel-item .price {
  text-align: center;
  margin-bottom: 5px;
  height: 50px !important;
  overflow: hidden;
}
.widget-home .carousel-item .price > *,
.elementor-widget-home .carousel-item .price > *,
.widget-home-posts .carousel-item .price > *,
.elementor-widget-home-posts .carousel-item .price > * {
  display: block;
}
.widget-home .carousel-item .price .amount,
.elementor-widget-home .carousel-item .price .amount,
.widget-home-posts .carousel-item .price .amount,
.elementor-widget-home-posts .carousel-item .price .amount {
  color: #079992;
  font-weight: 500;
}
.widget-home .carousel-item .price del,
.elementor-widget-home .carousel-item .price del,
.widget-home-posts .carousel-item .price del,
.elementor-widget-home-posts .carousel-item .price del {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.widget-home .carousel-item .price del .amount,
.elementor-widget-home .carousel-item .price del .amount,
.widget-home-posts .carousel-item .price del .amount,
.elementor-widget-home-posts .carousel-item .price del .amount {
  color: #868e96;
}
.widget-home .carousel-item .price .currency-symbol,
.elementor-widget-home .carousel-item .price .currency-symbol,
.widget-home-posts .carousel-item .price .currency-symbol,
.elementor-widget-home-posts .carousel-item .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.product-actions a {
  background: #f2f2f2;
  border-radius: 100%;
  padding: 0 9px;
  color: #808080;
  width: 32px;
  height: 30px;
  text-align: center;
}
.product-actions a .fa {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.product-actions a.add-to-compare-list {
  padding: 0 7px;
}
.product-actions a.add-to-compare-list img {
  position: relative;
  top: 4px;
}
.product-actions a.is-compare,
.product-actions a.is-favorite {
  background: #0097e6;
  color: #ffffff;
}
.product-actions a.is-compare .fa,
.product-actions a.is-favorite .fa {
  color: #ffffff;
}
.product-actions .woocommerce {
  float: left;
  margin-top: 12px;
}
.product-actions .add-to-favorite-list .fa:not(.fa-heart) {
  top: 6px;
  left: 2px;
  width: 18px;
  height: 18px;
}
.widget-home-posts .carousel-item .img-link,
.elementor-widget-home-posts .carousel-item .img-link {
  overflow: hidden;
  display: block;
}
.widget-home-posts .carousel-item .img-link img,
.elementor-widget-home-posts .carousel-item .img-link img {
  transition: all 450ms ease-out;
}
.widget-home-posts .carousel-item .img-link:hover img,
.elementor-widget-home-posts .carousel-item .img-link:hover img {
  transform: scale(1.1);
}
.widget-home-posts .carousel-item .title,
.elementor-widget-home-posts .carousel-item .title {
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
}
.widget-home-posts .carousel-item .title a,
.elementor-widget-home-posts .carousel-item .title a {
  color: #0097e6;
}
.widget-home-posts .carousel-item .post-meta,
.elementor-widget-home-posts .carousel-item .post-meta {
  font-size: 12px;
}
.widget-home-posts .carousel-item .post-meta .fa,
.elementor-widget-home-posts .carousel-item .post-meta .fa {
  font-size: 14px;
}
.widget_recently_viewed_products,
.elementor-widget-widget_recently_viewed_products {
  margin-bottom: 20px;
}
.widget_recently_viewed_products:after,
.elementor-widget-widget_recently_viewed_products:after {
  clear: both;
  display: block;
  content: '';
}
.widget_recently_viewed_products h3,
.elementor-widget-widget_recently_viewed_products h3 {
  background: transparent;
  border-bottom: 2px solid #c7c7c7;
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  margin-bottom: 10px;
}
.widget_recently_viewed_products h3 .fa,
.elementor-widget-widget_recently_viewed_products h3 .fa {
  color: #079992;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
.widget_recently_viewed_products .product_list_widget li,
.elementor-widget-widget_recently_viewed_products .product_list_widget li {
  float: right;
  width: 25%;
  padding: 4px !important;
}
.widget_recently_viewed_products .product_list_widget li a,
.elementor-widget-widget_recently_viewed_products .product_list_widget li a {
  background: #ffffff;
  border-radius: 3px;
  padding: 15px;
  font-weight: normal !important;
}
.widget_recently_viewed_products .product_list_widget li a:after,
.elementor-widget-widget_recently_viewed_products .product_list_widget li a:after {
  clear: both;
  display: block;
  content: '';
}
.widget_recently_viewed_products .product_list_widget .product-title,
.elementor-widget-widget_recently_viewed_products .product_list_widget .product-title {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: inherit;
}
.widget_recently_viewed_products .product_list_widget .wp-post-image,
.elementor-widget-widget_recently_viewed_products .product_list_widget .wp-post-image {
  width: 35%;
  height: auto;
  float: right;
  margin-left: 7px;
}
.widget_recently_viewed_products .product_list_widget .price,
.elementor-widget-widget_recently_viewed_products .product_list_widget .price {
  display: none !important;
}
@media (max-width: 768px) {
  .widget_recently_viewed_products .product_list_widget li,
  .elementor-widget-widget_recently_viewed_products .product_list_widget li {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .widget_recently_viewed_products,
  .elementor-widget-widget_recently_viewed_products {
    display: none;
  }
}
.woocommerce .widget_layered_nav_filters ul li {
  padding: 0 5px 5px 5px;
}
.woocommerce .widget_layered_nav_filters ul li a {
  padding: 0 10px;
  background: #fcfcfc;
  color: #808080;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  line-height: 25px;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  color: #ff4757;
  float: right;
  position: relative;
  top: 6px;
}
.woocommerce .widget_price_filter form {
  margin: 15px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider {
  margin-bottom: 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f2f2f2;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .25em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #0097e6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #0097e6;
  top: -0.4em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #0097e6;
  top: -0.4em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  width: 56px;
  line-height: 20px;
}
.woocommerce .widget_price_filter .price_label {
  color: #079992;
}
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a::before {
  content: "\f10c";
  font-family: FontAwesome;
  float: right;
  font-size: 21px;
  color: #808080;
  margin-left: 7px;
  position: relative;
  top: 0;
}
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a + .count {
  color: #c7c7c7;
}
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen a {
  color: #0097e6;
}
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: "\f058";
  top: 4px;
  color: #0097e6;
}
.woocommerce .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen a + .count {
  color: #0097e6;
}
.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;
  -ms-touch-action: pan-Y;
  -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;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.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;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  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 {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@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 .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  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%;
}
.star-rating span::before {
  color: #ffa502;
}
.star-rating::before {
  color: #d3ced2;
}
.home #main-slider {
  margin-bottom: 20px;
}
#main-slider {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
#main-slider .carousel-indicators {
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  z-index: 1;
}
#main-slider .carousel-indicators li {
  width: auto;
  padding: 10px;
  flex: auto;
  margin-left: 0;
  margin-right: 0;
  background: rgba(0, 151, 230, 0.8);
  text-indent: 0;
  list-style: none;
  text-align: center;
  height: auto;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
#main-slider .carousel-indicators li:first-child {
  border-radius: 0 0 3px 0;
}
#main-slider .carousel-indicators li:last-child {
  border-radius: 0 0 0 3px;
}
#main-slider .carousel-indicators li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-slider .carousel-indicators li.active {
  background: #FFFFFF;
  color: #485460;
}
#main-slider .carousel-indicators li.active:before {
  content: '';
  border-bottom: 10px solid #FFFFFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main-slider .carousel-inner {
  border-radius: 3px;
}
#main-slider .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
#main-slider .carousel-control-prev,
#main-slider .carousel-control-next {
  visibility: hidden;
  opacity: 0;
}
#main-slider .carousel-control-prev .fa,
#main-slider .carousel-control-next .fa {
  font-size: 30px;
}
#main-slider:hover .carousel-control-prev,
#main-slider:hover .carousel-control-next {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  #main-slider .carousel-indicators {
    display: none;
  }
}
#amazing-offer {
  border-radius: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background: #ffffff;
  margin-bottom: 20px;
}
#amazing-offer .carousel-indicators {
  right: auto;
  margin-right: 0;
  margin-left: 0;
  top: 0;
  background: #f2f2f2;
  bottom: 0;
  margin-bottom: 0;
  border-right: 1px solid #e5e5e5;
  border-radius: 3px 0 0 3px;
  flex: 0 0 3.333333%;
  max-width: 3.333333%;
}
#amazing-offer .carousel-indicators li {
  display: block;
  width: 100%;
  height: 30px;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #e0e0e0;
}
#amazing-offer .carousel-indicators li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.61);
}
#amazing-offer .carousel-indicators li.active {
  background: #0097e6;
  color: #ffffff;
  border-bottom: none;
}
#amazing-offer .carousel-indicators li.active::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: none;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 10px solid #0097e6;
  position: absolute;
  right: -10px;
  top: 0;
}
#amazing-offer .carousel-inner {
  padding: 20px;
  flex: 0 0 96.666667%;
  max-width: 96.666667%;
}
#amazing-offer .carousel-inner .carousel-item {
  padding: 15px;
}
#amazing-offer .carousel-inner .carousel-item .right-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#amazing-offer .carousel-inner .carousel-item .right-col .product-title {
  font-size: 13px;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#amazing-offer .carousel-inner .carousel-item .left-col .offer-title {
  font-size: 13px;
  color: #0097e6;
  font-weight: 500;
  margin-bottom: 10px;
}
#amazing-offer .carousel-inner .carousel-item .left-col .price {
  font-size: 16px;
}
#amazing-offer .carousel-inner .carousel-item .left-col .price del {
  text-decoration: none;
  color: #fcfcfc;
  background: #c7c7c7;
  position: relative;
  display: inline-block;
  padding: 3px 8px 1px 8px;
}
#amazing-offer .carousel-inner .carousel-item .left-col .price del:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -11px;
  top: 5px;
  border-right: 12px solid #c7c7c7;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 2;
}
#amazing-offer .carousel-inner .carousel-item .left-col .price del:before {
  content: "";
  position: absolute;
  left: 0;
  right: 5px;
  border-bottom: 2px solid #999999;
  top: 16px;
  z-index: 2;
  transform: rotate(-20deg);
  width: 80%;
  height: 0;
  bottom: 0;
}
#amazing-offer .carousel-inner .carousel-item .left-col .price ins {
  color: #ffffff;
  background: #0097e6;
  position: relative;
  left: 5px;
  display: inline-block;
  padding: 3px 22px 1px 8px;
}
#amazing-offer .carousel-inner .carousel-item .left-col ul.description {
  padding-right: 15px;
  margin: 15px 0;
  font-size: 12px;
  color: #808080;
  height: 150px;
}
#amazing-offer .carousel-inner .carousel-item .left-col ul.description .fa {
  color: #c7c7c7;
  font-size: 5px;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}
#amazing-offer .carousel-inner .carousel-item .left-col .timer-title {
  font-weight: bold;
  font-size: 13px;
  color: #0097e6;
  margin-bottom: 7px;
}
#amazing-offer .carousel-inner .carousel-item .left-col .timer-title img {
  margin-left: 7px;
  display: none;
}
#amazing-offer .carousel-inner .carousel-item.deprecated .row > div > *:not(.finished) {
  opacity: 0.4;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
@media (min-width: 768px) {
  #amazing-offer .carousel-inner {
    height: 370px;
  }
}
@media (max-width: 768px) {
  #amazing-offer .carousel-inner {
    height: 390px;
  }
  #amazing-offer .right-col .img-fluid {
    max-height: 220px;
  }
  #amazing-offer .left-col .offer-title,
  #amazing-offer .left-col .description,
  #amazing-offer .left-col .timer-title {
    display: none;
  }
  #amazing-offer .left-col .price {
    text-align: center;
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  #amazing-offer .carousel-indicators {
    flex: 0 0 6.666666%;
    max-width: 6.666666%;
  }
  #amazing-offer .carousel-inner {
    flex: 0 0 93.333334%;
    max-width: 93.333334%;
  }
}
.countdown-timer {
  text-align: center;
  direction: ltr;
}
.countdown-timer span {
  text-align: center;
  display: inline-block;
  background: #ffa502;
  min-width: 44px;
  margin: 2px;
  padding: 10px 6px 5px 6px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
.countdown-timer span i {
  display: none;
}
.countdown-timer .colon {
  font-size: 26px;
  font-weight: 500;
  color: #ffa502;
}
.countdown-timer-wrapper {
  margin: 15px 0;
  padding: 10px;
  background: #f2f2f2;
}
.countdown-timer-wrapper .timer-title {
  margin-bottom: 10px;
}
.services-feature {
  margin-bottom: 20px;
}
.services-feature .service-item {
  padding-top: 8px;
}
.services-feature .service-item a {
  color: #555555;
}
.services-feature .service-item span {
  display: block;
  width: 100%;
}
@media (max-width: 576px) {
  .services-feature {
    display: none;
  }
}
.cat-shortcut .shortcut-item {
  margin-bottom: 30px;
}
.cat-shortcut .shortcut-item img {
  border-radius: 3px;
}
.main-footer {
  background: #485460;
  padding: 15px 0;
  color: #ffffff;
}
.main-footer a {
  color: #ffffff;
}
.main-footer a:hover {
  color: #0097e6;
}
.widget_nav_menu h3,
.contact-us h3,
.socials-menu h3 {
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #5e6e7d;
}
.widget_nav_menu ul.menu,
.contact-us ul.menu,
.socials-menu ul.menu {
  padding-right: 15px;
}
.contact-us .fa {
  width: 25px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-left: 4px;
}
.socials-menu .socials {
  margin-bottom: 5px;
}
.socials-menu .socials a {
  padding: 3px 10px 0 10px;
  width: 36px;
  color: #ffffff;
  text-align: center;
}
.socials-menu .socials a i {
  position: relative;
  top: 2px;
}
.socials-menu .socials .fa {
  font-size: 17px;
}
.socials-menu .socials .telegram:hover {
  background: #279FD3;
}
.socials-menu .socials .facebook:hover {
  background: #3B5998;
}
.socials-menu .socials .twitter:hover {
  background: #52CBFF;
}
.socials-menu .socials .google-plus:hover {
  background: #ff6348;
}
.socials-menu .socials .instagram:hover {
  background: #9b59b6;
}
.socials-menu .news-letter input[type=email],
.socials-menu .news-letter input[type=text] {
  border: 1px solid #5e6e7d;
  background: transparent;
  border-radius: 36px;
  color: #ffffff;
}
.socials-menu .news-letter button,
.socials-menu .news-letter input[type=submit] {
  border: 1px solid #5e6e7d;
  background: #5e6e7d;
  border-radius: 36px;
}
.socials-menu .news-letter button:hover,
.socials-menu .news-letter input[type=submit]:hover {
  background: #697a8c;
}
.socials-menu .download-app {
  margin-top: 15px;
}
.socials-menu .download-app a {
  background: #323a43;
  border-radius: 20px;
  padding: 5px 10px;
  color: #ffffff;
  margin-bottom: 3px;
  margin-left: 3px;
}
.socials-menu .download-app a:hover,
.socials-menu .download-app a:active,
.socials-menu .download-app a:focus {
  background: #272e34;
}
.socials-menu .download-app a .fa {
  font-size: 25px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.description-wrapper {
  border-top: 1px dotted #5e6e7d;
  border-bottom: 1px dotted #5e6e7d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.description-wrapper h3.site-title {
  font-size: 16px;
}
.copy-right {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main-footer .site-title {
    margin-top: 15px;
  }
}
#go-top {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #0097e6;
  border-radius: 100%;
  font-size: 36px;
  padding: 0 11px 11px 11px;
  transition: all 200ms ease-out;
  z-index: 1000;
}
#go-top .fa {
  position: relative;
  top: 3px;
  color: #ffffff;
  font-size: 20px;
}
.onsale {
  position: absolute;
  right: 0;
  height: 36px;
  width: 69px;
  color: #ffffff;
  z-index: 2;
}
.onsale .onsale-css-text {
  background: #ff4757;
  font-size: 12px;
  white-space: nowrap;
  padding-right: 10px;
  padding-left: 8px;
  position: relative;
  top: -6px;
  right: 0;
  display: inline-block;
}
.onsale .onsale-css-text:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 12px solid #ff4757;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: -12px;
}
.onsale .onsale-css-text:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 12px solid #ff4757;
  border-top: 15px solid transparent;
  position: absolute;
  top: 15px;
  left: -12px;
}
html,
body,
#wrapper {
  height: 100%;
}
.overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  transition: all 300ms ease-out;
}
@media (max-width: 991.99px) {
  .sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .main-container {
    padding-top: 54px;
  }
  .main-nav {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 991.99px) {
  #wrapper {
    transition: all 300ms ease-out;
    position: relative;
    right: 0;
  }
  #wrapper.cat-toggled #cat-overlay {
    display: block;
  }
  #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
    right: 280px;
  }
  #wrapper #cat-nav-sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: -280px;
    top: 0;
    width: 280px;
    height: 100%;
    margin-right: -280px;
    overflow-y: auto;
    background: #ffffff;
    transition: all 300ms ease-out;
  }
  #wrapper #cat-nav-sidebar-wrapper .white-logo-wrapper {
    background: #0097e6;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
  }
  #wrapper #cat-nav-sidebar-wrapper .white-logo-wrapper .site-name {
    color: #ffffff;
    margin-top: 12px;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav {
    width: 280px;
    background: #ffffff;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item {
    display: block;
    width: 100%;
    padding: 0;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item a {
    padding: 10px 15px;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: background 0.8s;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item a:hover {
    background: #f2f2f2 radial-gradient(circle, transparent 1%, #f2f2f2 1%) center / 15000%;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item a:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item .sub-menu {
    background: #f9f9f9;
    display: none;
    padding-right: 15px;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a {
    position: relative;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .fa {
    color: #808080;
    font-size: 16px;
    position: absolute;
    left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .fa:before {
    position: relative;
    top: 7px;
  }
  #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children.open > a .fa {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  #wrapper.cat-toggled {
    padding-right: 280px;
  }
  #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
    width: 280px;
  }
  #wrapper #cat-nav-sidebar-wrapper {
    width: 0;
    display: none !important;
  }
}
@media (max-width: 991.99px) {
  #wrapper {
    left: 0;
  }
  #wrapper.main-toggled #main-overlay {
    display: block;
  }
  #wrapper.main-toggled #main-nav-sidebar-wrapper {
    left: 280px;
  }
  #wrapper #main-nav-sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -280px;
    top: 0;
    width: 280px;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    background: #ffffff;
    transition: all 300ms ease-out;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper {
    background: #0097e6;
    text-align: center;
    padding: 10px;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper a {
    color: #ffffff;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper span {
    color: rgba(255, 255, 255, 0.35);
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper .search-form a {
    color: #555555;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper .search-form .form-control {
    padding-left: 4px;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper .search-form #product_cat {
    left: 2px;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper .search-form .ajax-results {
    text-align: right;
  }
  #wrapper #main-nav-sidebar-wrapper .user-wrapper .search-form .ajax-loader {
    left: 8px !important;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav {
    width: 280px;
    background: #ffffff;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item {
    display: block;
    width: 100%;
    padding: 0;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item a {
    padding: 10px 15px;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    transition: background 0.8s;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item a:hover {
    background: #f2f2f2 radial-gradient(circle, transparent 1%, #f2f2f2 1%) center / 15000%;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item a:active {
    background-color: #ffffff;
    background-size: 100%;
    transition: background 0s;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item .sub-menu {
    background: #f9f9f9;
    display: none;
    padding-right: 15px;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a {
    position: relative;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .fa {
    color: #808080;
    font-size: 16px;
    position: absolute;
    left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .fa:before {
    position: relative;
    top: 7px;
  }
  #wrapper #main-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children.open > a .fa {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  #wrapper.main-toggled {
    padding-left: 280px;
  }
  #wrapper.main-toggled #main-nav-sidebar-wrapper {
    width: 280px;
  }
  #wrapper #main-nav-sidebar-wrapper {
    width: 0;
    display: none !important;
  }
}
#ads-modal .modal-content {
  background-color: transparent;
  border: none;
}
#ads-modal .modal-body {
  text-align: center;
}
#ads-modal .modal-body .close {
  color: #ffffff;
  opacity: 0.85;
  float: none;
}
#quickview-modal .modal-header {
  border-bottom: none;
}
#quickview-modal .modal-content {
  border-radius: 0;
  border: none;
}
#quickview-modal .modal-body .img-link {
  border: 1px solid #f2f2f2;
  padding: 7px;
}
#quickview-modal .modal-body .product-title {
  font-size: 16px;
  font-weight: bold;
}
#quickview-modal .modal-body .short-description {
  margin: 15px 0;
}
#quickview-modal .modal-body .price {
  margin: 15px 0;
  font-size: 16px;
  color: #0097e6;
}
#quickview-modal .modal-body .price del {
  color: #868e96;
  text-decoration-color: #868e96;
  margin-left: 12px;
}
#quickview-modal .modal-body .a2c-success {
  display: none;
}
#quickview-modal .modal-body .product-meta {
  margin-top: 15px;
}
#quickview-modal .modal-body .product-meta a {
  color: #079992;
}
#quickview-modal .modal-dialog {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
.breadcrumb {
  padding: 7px 15px;
  color: #808080;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "::";
}
.breadcrumb a:hover {
  color: #0097e6;
}
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.single-content .product-content {
  padding: 15px;
  margin-bottom: 20px;
}
.single-content .product_title.entry-title {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 10px;
  padding: 10px !important;
  background: #f2f2f2;
}
.single-content .en-tile {
  color: #808080;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #0097e6;
  margin-bottom: 15px;
  font-weight: normal !important;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: normal !important;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  color: #c7c7c7;
  margin-left: 10px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.single_variation_wrap .woocommerce-variation {
  margin: 30px 0;
}
.single-content .product_meta {
  background: #fcfcfc;
  padding: 7px;
}
.single-content .product_meta .sku_wrapper,
.single-content .product_meta .posted_in {
  margin-left: 7px;
}
.single-content .product_meta a {
  color: #0097e6;
}
.woocommerce div.product form.cart .variations select {
  min-width: 35%;
  padding: 5px;
}
.reset_variations {
  color: #ffffff;
  background: #485460;
  padding: 4px 7px;
  border-radius: 100%;
}
.reset_variations:hover,
.reset_variations:focus {
  background: #323a43;
  color: #ffffff;
}
.woocommerce .quantity .qty {
  width: 5em;
}
.woocommerce-variation-availability .stock.in-stock {
  color: #079992 !important;
}
.woocommerce-variation-availability .stock.out-of-stock {
  color: #ff4757 !important;
}
.woocommerce div.product .stock {
  color: #079992;
}
.woocommerce div.product .out-of-stock {
  color: #ff4757;
}
.single-content .socials {
  margin-top: 15px;
  border-top: 1px solid #f2f2f2;
  padding-top: 15px;
}
.single-content .socials .list-inline-item {
  float: left;
  color: #c7c7c7;
}
.single-content .socials .list-inline-item .fa {
  font-size: 20px;
  position: relative;
  top: 6px;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.single-content .product-content .price {
  margin-bottom: 10px;
  font-size: 20px;
}
.single-content .product-content .price .del-label {
  font-size: 13px;
  color: #808080;
}
.single-content .product-content .price .amount {
  color: #0097e6;
  font-weight: 500;
}
.single-content .product-content .price del {
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
  margin-bottom: 10px;
}
.single-content .product-content .price del .amount {
  color: #868e96;
  font-size: 12px;
}
.single-content .product-content .price ins {
  margin-right: 7px;
}
.single-content .product-content .price .discount-amount {
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
}
.single-content .product-content .price .discount-amount span {
  display: inline-block;
  padding: 3px 7px 0;
  line-height: 20px;
}
.single-content .product-content .price .discount-amount .discount-label {
  background-color: #1ab0ff;
  position: relative;
  padding-right: 15px;
}
.single-content .product-content .price .discount-amount .discount-label:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
  position: absolute;
  right: 0;
  top: 6px;
}
.single-content .product-content .price .discount-amount .discount {
  background-color: #0097e6;
}
.single-content .product-ajax-actions {
  margin-bottom: 15px;
}
.single-content .product-ajax-actions a {
  margin-left: 10px;
}
.single-content .product-ajax-actions a .fa {
  font-size: 16px;
  color: #c7c7c7;
}
.single-content .product-ajax-actions .is-compare .fa,
.single-content .product-ajax-actions .is-favorite .fa {
  color: #0097e6;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 9em;
}
.quickview-a2c:before,
button.single_add_to_cart_button:before,
.add_to_cart_button.ajax_add_to_cart:before {
  display: inline-block;
  font-family: FontAwesome;
  float: right;
  content: "\f217";
  font-weight: 300;
  margin-left: 7px;
  font-size: 19px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  border-color: #c7c7c7 !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  background: #c7c7c7 !important;
}
.woocommerce-product-gallery .flex-control-nav {
  margin-top: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.woocommerce-product-gallery .flex-control-nav li {
  padding: 7px;
}
.woocommerce-product-gallery .flex-control-nav li img {
  border: 1px solid #f2f2f2;
  padding: 7px;
  transition: all 200ms ease-out;
}
ul.tabs.wc-tabs {
  z-index: 0;
}
.single-post .card-body {
  padding-top: 7px;
}
.single-post .card-body .post-meta {
  color: #c7c7c7;
  margin-bottom: 15px;
  font-size: 12px;
}
.single-post .card-body .post-meta .fa {
  font-size: 13px;
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.single-post .card-body .post-meta a {
  color: #c7c7c7;
}
.single-post .card-body .post-meta a:hover {
  color: #ffa502;
}
.single-post .card-body .post-meta span {
  margin-left: 10px;
}
.single-post .card-footer .tags .fa {
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.related-card {
  margin-top: 20px;
}
.related-card .card-body {
  padding: 25px;
}
.related-card .card-body .list-group .list-group-item {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0;
}
.related-card .card-body .list-group .list-group-item a .fa {
  color: #079992;
  margin-left: 7px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  background: #ffffff;
  box-shadow: 3px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-radius: 0 3px 0 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #f2f2f2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #0097e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #0097e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  color: #0097e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  border-radius: 0 3px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs .description_tab a:before {
  content: "\f0f6";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  font-family: FontAwesome;
  font-size: 18px;
  float: right;
  margin-left: 7px;
  color: #808080;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs .additional_information_tab a:before {
  content: "\f0ce";
}
.woocommerce div.product .woocommerce-tabs ul.tabs .reviews_tab a:before {
  content: "\f27b";
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
#tab-description img {
  max-width: 100%;
  height: auto;
}
#tab-description img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
#tab-description img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
#tab-description img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#tab-description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#tab-description .alignright {
  float: right;
}
#tab-description .alignleft {
  float: left;
}
.woocommerce table.shop_attributes {
  border-top: none;
}
.woocommerce table.shop_attributes th {
  border-bottom: none;
  font-weight: normal;
}
.woocommerce table.shop_attributes td {
  border-bottom: none;
  font-style: normal;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent;
}
#tab-additional_information .shop_attributes {
  border-spacing: 5px;
  border-collapse: separate;
  margin-bottom: 0;
}
#tab-additional_information .shop_attributes tbody th,
#tab-additional_information .shop_attributes tbody td {
  text-align: right !important;
  border-radius: 3px;
}
#tab-additional_information .shop_attributes th {
  background: #f2f2f2;
  width: 20%;
}
#tab-additional_information .shop_attributes td {
  background: #fcfcfc;
  padding-right: 7px;
  padding-left: 7px;
}
#tab-additional_information .shop_attributes .product_weight,
#tab-additional_information .shop_attributes .product_dimensions {
  direction: ltr;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-right: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  margin: 0 25px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 10px;
  border: 1px solid #f2f2f2;
  background: #fcfcfc;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  background: transparent;
  border: none;
  top: 10px;
  right: 10px;
}
.comment_container .description {
  text-align: justify;
}
.woocommerce-review__awaiting-approval {
  color: #0097e6;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #f2f2f2;
  border-left: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-left: 1px solid #f2f2f2;
  float: left;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 13px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ffa502;
  color: #ffffff;
}
#reviews p.stars {
  font-size: 14px;
}
#reviews p.stars a::before {
  color: #ffa502;
}
.woocommerce #reviews #comment {
  height: 175px;
}
.woocommerce-verification-required {
  color: #ff4757;
}
.woocommerce #review_form #respond .form-submit input {
  padding-right: 25px;
  padding-left: 25px;
}
.up-sells > h2,
.related > h2,
.cross-sells > h2 {
  font-size: 13px;
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 20px;
}
.up-sells > h2:before,
.related > h2:before,
.cross-sells > h2:before {
  content: "\f141";
  font-family: FontAwesome;
  color: #ffa502;
  float: right;
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #ffffff;
  padding: 15px;
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  position: absolute;
  right: -13px;
  top: 17px;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .added_to_cart.wc-forward {
  display: none !important;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
  text-align: center;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:after {
  clear: both;
  content: '';
  display: block;
}
.woocommerce ul.products li.product a img {
  max-width: 180px;
  display: inline-block;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.product a img {
    max-width: 140px;
  }
}
.woocommerce ul.products li.product .star-rating {
  font-size: 1em;
  float: right;
  top: 7px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .price {
  color: #079992;
  display: block;
  font-size: 1.1em;
  float: left;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price .del-label,
.woocommerce ul.products li.product .price .discount-amount,
.woocommerce ul.products li.product .price .ins-label,
.woocommerce ul.products li.product .price br {
  display: none;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 3px;
}
@media (max-width: 576px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
  .woocommerce ul.products li.product a img {
    float: right;
    margin-left: 10px;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    height: auto;
    overflow: visible;
  }
}
.archive .woocommerce-breadcrumb {
  display: none !important;
}
.archive nav.woocommerce-pagination ul {
  border: 1px solid #c7c7c7;
}
.archive nav.woocommerce-pagination ul li {
  border-left: 1px solid #c7c7c7;
}
.woocommerce-ordering .orderby {
  border-radius: 15px;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}
.woocommerce ul.products li.product.outofstock img {
  opacity: 0.5;
}
.woocommerce-products-header__title {
  font-size: 16px;
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 20px;
}
.woocommerce-products-header__title:before {
  content: "\f141";
  font-family: FontAwesome;
  color: #ffa502;
  float: right;
  margin-left: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
}
.search-results .woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce-products-header .term-description {
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
  padding: 15px;
  margin: 15px 0;
}
.woocommerce-products-header .term-description p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 13px;
}
.woocommerce-products-header .term-description .showmore {
  line-height: 30px;
}
.woocommerce-products-header .term-description .showmore_content {
  position: relative;
  overflow: hidden;
}
.woocommerce-products-header .term-description .showmore_trigger {
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.woocommerce-products-header .term-description .showmore_trigger.show:before {
  content: '';
  display: block;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #ffffff);
  position: absolute;
  height: 30px;
  bottom: 30px;
}
.woocommerce-products-header .term-description .showmore_trigger span {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.post-archive-title {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid #c7c7c7;
  margin-bottom: 20px;
}
.post-archive-title:before {
  font-family: FontAwesome;
  content: "\f141";
  color: #079992;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
.post-archive .post-item {
  background: #ffffff;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 30px;
}
.post-archive .post-item .img-link {
  overflow: hidden;
  display: block;
}
.post-archive .post-item .img-link img {
  transition: all 450ms ease-out;
}
.post-archive .post-item .img-link:hover img {
  transform: scale(1.1);
}
.post-archive .post-item .title {
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
}
.post-archive .post-item .title a {
  color: #0097e6;
}
.post-archive .post-item .post-meta {
  font-size: 12px;
}
.post-archive .post-item .post-meta .fa {
  font-size: 14px;
}
.woocommerce table.shop_table {
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  background: #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #e0e0e0;
}
.woocommerce table.shop_table td.product-remove {
  background: #ffeff1 !important;
}
.woocommerce table.shop_table #coupon_code {
  max-width: 160px !important;
}
.woocommerce a.remove {
  color: #ff4757;
  font-size: 1.7em;
  width: auto;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 64px;
}
@media (max-width: 768px) {
  .woocommerce-cart-form__contents .qty {
    position: relative;
    right: 10px;
  }
}
.cart_totals h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.woocommerce .cart_totals table.shop_table {
  border: 1px solid #079992;
}
.woocommerce .cart_totals table.shop_table th {
  background: rgba(7, 153, 146, 0.2);
  border-top: 1px solid #079992;
}
.woocommerce .cart_totals table.shop_table td {
  border-top: 1px solid #079992;
}
.woocommerce .cart_totals table.shop_table .order-total {
  color: #079992;
  font-size: 16px;
}
.woocommerce #calc_shipping_state_field span {
  width: 100%;
}
.woocommerce #calc_shipping_state_field span .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 10px;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}
.woocommerce-checkout .woocommerce-form-login .button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #f2f2f2;
  background: #fcfcfc;
  border-radius: 3px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  -ms-flex: auto !important;
  flex: auto !important;
  max-width: none !important;
  width: 50%;
  padding: 0;
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right !important;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#ship-to-different-address {
  font-size: 16px;
  color: #0097e6;
  margin-bottom: 10px;
}
.woocommerce-billing-fields h3 .woocommerce-form__label.woocommerce-form__label-for-checkbox,
.woocommerce-additional-fields h3 .woocommerce-form__label.woocommerce-form__label-for-checkbox,
#ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-additional-fields label {
  margin-bottom: 15px;
}
#order_review_heading {
  font-size: 16px;
  color: #0097e6;
  margin: 10px 0;
}
.shop_table.woocommerce-checkout-review-order-table .order-total {
  font-size: 16px;
  color: #079992;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fcfcfc;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-left: 4px;
  position: relative;
  top: 4px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #0097e6;
  color: #ffffff;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom: 1em solid #0097e6;
}
.woocommerce-terms-and-conditions {
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f2f2;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .woocommerce-form__input-checkbox {
  top: 1px;
  margin-left: 4px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  display: block;
  line-height: 46px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  padding: 10px;
  margin-bottom: 25px;
}
.woocommerce-thankyou-order-details li {
  font-size: 13px !important;
  color: #808080;
}
.woocommerce-thankyou-order-details li strong {
  font-size: 13px !important;
  margin-top: 10px;
  font-weight: normal;
  color: #555555;
}
.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px;
  color: #0097e6;
  margin: 10px 0;
}
.woocommerce .woocommerce-customer-details address {
  background: #fcfcfc;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  margin-top: 3px;
}
.woocommerce-account .woocommerce {
  padding: 15px;
}
.woocommerce-account .woocommerce h2 {
  font-size: 16px;
  color: #0097e6;
}
.woocommerce-account .woocommerce .woocommerce-form-login,
.woocommerce-account .woocommerce .woocommerce-form-register {
  margin: 20px 10px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-form-register .woocommerce-Button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce-password-strength {
  margin-top: 10px;
}
.woocommerce-password-strength.short {
  background-color: #ffadb4;
  color: #ff4757;
}
.woocommerce-password-strength.bad {
  background-color: #ffe0e3;
  color: #ff4757;
}
.woocommerce-password-strength.good {
  background-color: #ffeece;
  color: #ffa502;
}
.woocommerce-password-strength.strong {
  background-color: #12f4e9;
  color: #079992;
}
.woocommerce-ResetPassword {
  padding: 15px;
}
.woocommerce-password-hint {
  display: block;
  width: 100%;
}
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
  margin: 15px;
}
.user-role label.radio {
  display: block;
  width: 100%;
}
.user-role label.radio input[type=radio] {
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.woocommerce-form-register #tc_agree {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.compare-table .table td {
  text-align: center;
}
.compare-table .table .price {
  color: #079992;
}
.compare-table .table .price del {
  color: #c7c7c7;
}
.compare-table .table td.product-image {
  position: relative;
}
.compare-table .table td.product-image .remove-compare-item {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #d5d5d5;
  display: none;
}
.compare-table .table td.product-image .remove-compare-item .fa {
  font-size: 17px;
}
.compare-table .table td.product-image .remove-compare-item:hover {
  color: #ff4757;
}
.compare-table .table td.product-image img {
  max-width: 76px;
  height: auto;
}
.compare-table .table td.product-image:hover .remove-compare-item {
  display: inline-block;
}
.compare-table .table tr td:first-child {
  background: #f2f2f2;
  min-width: 150px;
}
@media (max-width: 992px) {
  .compare-table .table td.product-image .remove-compare-item {
    display: block;
  }
}
.page-404 .fa-smile-o {
  font-size: 76px;
  margin-bottom: 10px;
  color: #c7c7c7;
}
.page-404 p {
  font-size: 16px;
  margin: 15px 0;
}
.woocommerce-account.woocommerce-page .card-header {
  display: none !important;
}
.woocommerce-account.woocommerce-page .card-body {
  padding: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  width: 100%;
  padding: 7px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  content: "\f196";
  font-family: FontAwesome;
  float: right;
  font-size: 18px;
  margin-left: 5px;
  width: 24px;
  color: #c7c7c7;
  transition: all 200ms ease-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  background: #fcfcfc;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before {
  color: #0097e6;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-right: 3px solid #0097e6;
  background: #fcfcfc;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #0097e6;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:before {
  color: #0097e6;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f013";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f0f6";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f2bc";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f2be";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--tickets a:before {
  content: "\f1cd";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--favorites a:before {
  content: "\f08a";
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f011";
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    min-height: 460px;
    border-right: 2px solid #f2f2f2;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  background: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 16px;
  color: #0097e6;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 15px;
}
.woocommerce-account .addresses .title .edit {
  margin-left: 10px;
  font-weight: bold;
}
.woocommerce-EditAccountForm legend {
  font-size: 13px;
  color: #0097e6;
}
.favorites-table .product-thumb img {
  max-width: 100px;
  height: auto;
}
.favorites-table .operations {
  vertical-align: middle;
  text-align: center;
}
.favorites-table .operations .remove-favorites {
  color: #ff4757;
}
@media (max-width: 992px) {
  .favorites-table thead {
    display: none;
  }
  .favorites-table tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .favorites-table tr:nth-child(odd) td {
    background: #fcfcfc;
  }
}
.comment-card {
  margin-top: 20px;
}
.comment-card .card-body {
  padding: 25px;
}
.comment-card .card-body .user-comment {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c7c7c7;
}
.comment-card .card-body .user-comment .comment-meta {
  color: #808080;
  margin-right: 10px;
}
.comment-card .card-body .user-comment .comment-meta > * {
  margin-left: 7px;
}
.comment-card .card-body .user-comment .comment-meta .comment-reply-link {
  background: #f2f2f2;
  border-radius: 15px;
  padding: 0 10px;
}
.comment-card .card-body .user-comment .comment-content {
  text-align: justify;
  font-size: 12px;
  margin-top: 10px;
}
.comment-card .card-body .comment-author-admin .comment-meta {
  color: #079992;
}
.comment-card #reply-title {
  font-size: 13px;
}
.comment-card ul.children {
  padding-right: 25px;
}
.comment-card .comment-approved {
  color: #ff4757;
}
ol.comment-list {
  padding-right: 0;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.pagination .page-numbers {
  background: #f2f2f2;
  border: 1px solid #c7c7c7;
  padding: 2px 14px;
  margin: 2px;
  color: #808080;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #ffffff;
}
.single-product .woocommerce-tabs ul.tabs li#tab-title-seller a:before {
  content: "\f290";
}
.woocommerce-Tabs-panel--seller h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
.dokan-store-sidebar {
  margin-left: 0 !important;
}
.dokan-widget-area aside.widget {
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.dokan-widget-area aside.widget .widget-title {
  margin: -15px -15px 15px -15px;
  background: #f2f2f2;
  padding: 10px 15px;
  border-bottom: none;
  font-size: 13px;
  margin-bottom: 0;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget {
  margin: 15px;
  text-align: center;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget li a {
  display: block;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget li:not(:last-child) {
  margin-bottom: 15px;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget img.wp-post-image {
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget .product-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget del,
.dokan-widget-area aside.widget .dokan-bestselling-product-widget int .amount {
  display: block;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget .amount {
  color: #079992;
  font-weight: 500;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget del {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget del .amount {
  color: #868e96;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.dokan-widget-area aside.widget #cat-drop-stack .caret-icon {
  float: right;
}
.dokan-widget-area aside.widget #cat-drop-stack .caret-icon .fa-angle-right:before {
  content: "\f104";
  margin-left: 5px;
  color: #c7c7c7;
}
.dokan-widget-area aside.widget #cat-drop-stack ul.children {
  padding-right: 20px;
}
.dokan-widget-area aside.widget .dokan-feature-sellers .fa-star {
  color: #ffa502;
}
.dokan-widget-area aside.widget .dokan-best-sellers .fa-star {
  color: #ffa502;
}
.dokan-widget-area aside.widget #dokan-form-contact-seller {
  margin-top: 15px;
}
#dokan-content .profile-frame {
  border-radius: 3px;
  margin-bottom: 15px;
}
#dokan-content .profile-frame .profile-info-img {
  border-radius: 3px;
}
#dokan-content .profile-frame ul.dokan-store-info {
  padding-right: 20px;
}
#dokan-content .profile-frame ul.dokan-store-info .fa {
  margin-right: 0 !important;
  margin-left: 5px;
  color: #c7c7c7;
  width: 15px;
  margin-top: 0 !important;
  text-align: center;
  position: relative;
  top: 8px;
}
#dokan-content .profile-frame .profile-layout-default .profile-info-summery {
  border-radius: 0 3px 3px 0;
}
.dokan-store-tabs {
  border-radius: 3px;
}
.dokan-store-tabs .dokan-share-btn-wrap {
  height: 50px;
  padding-right: 10px;
}
.dokan-store-tabs .dokan-share-btn-wrap .dokan-share-btn {
  margin: 10px;
}
.dokan-pagination-container {
  background: #ffffff;
  padding: 10px;
  border-radius: 3px;
}
#dokan-content #reviews {
  padding: 15px;
  background: #ffffff;
  border-radius: 3px;
}
.dokan-dashboard-content h1.entry-title,
.dokan-dashboard-content legend {
  font-size: 20px;
  margin-bottom: 15px;
}
.dokan-dashboard-content .edit-account .form-row {
  margin-left: 0;
}
.dokan-dashboard .dokan-dashboard-content {
  padding: 40px;
}
.dokan-category-menu h3.widget-title {
  margin: 0;
  padding: 10px 10px 10px 15px;
  background: #ffffff !important;
  border: 1px solid #eee;
  color: #444;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
  display: inline-block;
  margin-left: 27px;
  margin-bottom: 3px;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
  display: inline-block;
  padding: 5px 10px;
  background: #f2f2f2;
  position: relative;
  color: #808080;
  border-radius: 0 3px 3px 0;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a .step {
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #c7c7c7;
  padding: 6px 8px 3px 7px;
  margin-left: 7px;
  color: #0097e6;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f2f2f2;
  position: absolute;
  left: -20px;
  top: 0;
  transition: all 200ms ease-out;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active a {
  background: #485460;
  color: #ffffff;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active a:after {
  border-right-color: #485460;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li:last-child a:after {
  border: none;
}
.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
  margin-right: 7px;
}
.woocommerce-checkout.is-multi-step-checkout .checkout_coupon {
  display: none;
}
.woocommerce-checkout.is-multi-step-checkout #customer_details > div {
  display: none;
}
.woocommerce-checkout.is-multi-step-checkout #order_review_heading,
.woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce-checkout.is-multi-step-checkout .woocommerce-checkout-payment {
  display: none;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-login .woocommerce-form-login-toggle .woocommerce-info {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-coupon .checkout_coupon {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-billing #customer_details > div {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-order #order_review_heading {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-order .woocommerce-checkout-review-order-table {
  display: table !important;
}
.woocommerce-checkout.is-multi-step-checkout.is-active-payment .woocommerce-checkout-payment {
  display: block !important;
}
.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
    display: block;
  }
  .woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
    display: block;
    width: 100%;
  }
}
.elementor-widget-container h5 {
  padding: 10px;
  border-bottom: 2px solid #f2f2f2;
  font-size: 13px;
  font-weight: 500;
  margin: -10px -10px 15px;
}
.elementor-widget-container h5:before {
  font-family: FontAwesome;
  content: "\f141";
  color: #0097e6;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
body.demo2 .main-header .align-items-end .col-2 {
  order: 3;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: left;
}
body.demo2 .main-header .align-items-end .col-6 {
  order: 2;
}
body.demo2 .main-header .align-items-end .site-logo {
  text-align: right;
  order: 1;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body.demo2 #amazing-offer .carousel-indicators li.active::after {
  width: 30px;
  height: 30px;
  border-radius: 0 50% 50% 0;
  right: -15px;
  background: #0097e6;
}
body.demo2 #amazing-offer .carousel-inner .carousel-item .left-col .price del:after {
  border-right: none;
}
body.demo2 #amazing-offer .carousel-inner .carousel-item .left-col .timer-title img {
  display: inline-block;
}
body.demo2 .countdown-timer span {
  background: transparent;
  color: #555555;
  position: relative;
}
body.demo2 .countdown-timer span:not(:last-child):after {
  content: ':';
  margin-left: 12px;
}
body.demo2 .widget-home,
body.demo2 .elementor-widget-home,
body.demo2 .widget-home-posts,
body.demo2 .elementor-widget-home-posts,
body.demo2 .widget-home-posts,
body.demo2 .elementor-widget-home-posts {
  background: #ffffff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
  padding: 15px;
}
body.demo2 .widget-home .card-header,
body.demo2 .elementor-widget-home .card-header,
body.demo2 .widget-home-posts .card-header,
body.demo2 .elementor-widget-home-posts .card-header,
body.demo2 .widget-home-posts .card-header,
body.demo2 .elementor-widget-home-posts .card-header {
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 2px solid #f2f2f2;
  font-size: 13px;
  margin-bottom: 0;
}
body.demo2 .widget-home .card-header .card-title,
body.demo2 .elementor-widget-home .card-header .card-title,
body.demo2 .widget-home-posts .card-header .card-title,
body.demo2 .elementor-widget-home-posts .card-header .card-title,
body.demo2 .widget-home-posts .card-header .card-title,
body.demo2 .elementor-widget-home-posts .card-header .card-title {
  font-size: 13px;
  margin-bottom: 0;
}
body.demo2 .widget-home .card-header .fa,
body.demo2 .elementor-widget-home .card-header .fa,
body.demo2 .widget-home-posts .card-header .fa,
body.demo2 .elementor-widget-home-posts .card-header .fa,
body.demo2 .widget-home-posts .card-header .fa,
body.demo2 .elementor-widget-home-posts .card-header .fa {
  color: #0097e6;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 15px;
}
body.demo2 .widget-home .card-body,
body.demo2 .elementor-widget-home .card-body,
body.demo2 .widget-home-posts .card-body,
body.demo2 .elementor-widget-home-posts .card-body,
body.demo2 .widget-home-posts .card-body,
body.demo2 .elementor-widget-home-posts .card-body {
  padding: 10px;
}
body.demo2 .widget-home .card-footer,
body.demo2 .elementor-widget-home .card-footer,
body.demo2 .widget-home-posts .card-footer,
body.demo2 .elementor-widget-home-posts .card-footer,
body.demo2 .widget-home-posts .card-footer,
body.demo2 .elementor-widget-home-posts .card-footer {
  background: #fcfcfc;
  border-top: 1px solid #f2f2f2;
}
body.demo2 .widget-home .card-header,
body.demo2 .elementor-widget-home .card-header,
body.demo2 .widget-home-posts .card-header,
body.demo2 .elementor-widget-home-posts .card-header,
body.demo2 .widget-home-posts .card-header,
body.demo2 .elementor-widget-home-posts .card-header {
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}
body.demo2 .widget-home .card-header .fa,
body.demo2 .elementor-widget-home .card-header .fa,
body.demo2 .widget-home-posts .card-header .fa,
body.demo2 .elementor-widget-home-posts .card-header .fa,
body.demo2 .widget-home-posts .card-header .fa,
body.demo2 .elementor-widget-home-posts .card-header .fa {
  display: none;
}
body.demo2 .widget-home .card-header .badge,
body.demo2 .elementor-widget-home .card-header .badge,
body.demo2 .widget-home-posts .card-header .badge,
body.demo2 .elementor-widget-home-posts .card-header .badge,
body.demo2 .widget-home-posts .card-header .badge,
body.demo2 .elementor-widget-home-posts .card-header .badge {
  background: transparent;
  color: #808080;
}
body.demo2 .widget-home .carousel-item,
body.demo2 .elementor-widget-home .carousel-item,
body.demo2 .widget-home-posts .carousel-item,
body.demo2 .elementor-widget-home-posts .carousel-item,
body.demo2 .widget-home-posts .carousel-item,
body.demo2 .elementor-widget-home-posts .carousel-item {
  background: transparent;
  border: 1px solid #c7c7c7;
}
body.demo2 [id^="dp-widget-multi-banner"] {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
body.demo2 .widget_recently_viewed_products ul.product_list_widget li {
  text-align: center;
}
body.demo2 .widget_recently_viewed_products ul.product_list_widget li img {
  float: none;
  margin-right: 0;
  width: 128px;
  height: auto;
}
body.demo2 .widget_recently_viewed_products ul.product_list_widget li .product-title {
  display: block;
}
