@charset "UTF-8";
/*
Theme Name: دیجی‌شاپ
Theme URI: http://sreza-salehi.ir/
Author: سید رضا صالحی
Author URI: http://sreza-salehi.ir/
Description: قالب فروشگاهی دیجی‌شاپ طراحی شده برای ووکامرس
Version: 6.3.2
*/
.ds-card {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.ds-card .card-header {
  background: #f7f8fa;
  padding: 10px 15px;
  border-bottom: none;
}
.ds-card .card-header .card-title {
  font-size: 13px;
  margin-bottom: 0;
}
.ds-card .card-body {
  padding: 0;
}
@media (max-width: 991.99px) {
  .ds-card {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.page-content {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
}
.page-content .card-header {
  background: transparent;
  border-bottom: 1px solid #f6f6f6;
  margin: -15px -15px 15px -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.page-content .card-header .card-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.page-content .card-body {
  padding: 0;
}
.page-content h2.title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 991.99px) {
  .page-content {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.single-line {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@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;
  }
}
@media (max-width: 991.99px) {
  .main-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .main-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .main-sidebar,
  .main-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.btn {
  border: none;
  padding: 3px 15px;
  font-size: 13px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.btn .mdi {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-left: 7px;
}
.btn:focus,
.btn:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: white;
}
.btn.btn-lg {
  padding: 8px 15px;
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.4;
  cursor: default;
}
.btn-sm {
  font-size: 12px;
  line-height: 25px;
}
.btn-primary {
  background-color: #2d98da;
  border-color: #2d98da;
}
.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 {
  background-color: #248dce;
  border-color: #248dce;
}
.btn-success {
  background-color: #27ae60;
  border-color: #27ae60;
}
.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 {
  background-color: #239d57;
  border-color: #239d57;
}
.tooltip-inner {
  font-family: Vazir;
  font-size: 11px;
  background: #6d717a;
  padding: 3px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #6d717a;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #6d717a;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #6d717a;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #6d717a;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #6d717a;
}
.form-control,
.custom-select {
  font-size: 13px;
  border-color: #c3c3c3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #555555;
  padding: 4px 5px;
  line-height: 2;
}
.form-control:focus,
.custom-select:focus {
  box-shadow: none;
  border-color: #c3c3c3;
}
.custom-select {
  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.5rem center;
  background-size: 8px 10px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  width: 100% !important;
  padding: 4px 5px 4px 24px !important;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.control {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  text-indent: 5px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:checked ~ .control-indicator {
  background: #2d98da;
  border-color: #2d98da;
}
.control input:disabled ~ .control-indicator {
  opacity: 0.6;
  pointer-events: none;
}
.control input:checked ~ .control-indicator:after {
  display: block;
}
.control .control-indicator {
  position: absolute;
  top: 4px;
  right: -4px;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  border: 1px solid #c3c3c3;
}
.control .control-indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control:hover input:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator {
  background: #2d98da;
}
.control-radio .control-indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translateY(2px);
}
.control-radio .control-indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.control-checkbox .control-indicator:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control-checkbox .control-indicator:after input:disabled ~ .control-indicator:after {
  border-color: #7b7b7b;
}
.table {
  margin-bottom: 0;
}
.table th,
.table td {
  padding: 7px;
  vertical-align: middle;
  border-top: none;
}
.table-bordered {
  border: 1px solid #F0F1F2;
}
.table-bordered thead th,
.table-bordered tbody td {
  border: 1px solid #F0F1F2;
}
.table-bordered thead th {
  background: #f7f8fa;
}
.table thead th {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #F0F1F2;
  font-weight: 500;
}
.table tbody td,
.table tbody th {
  vertical-align: middle;
  text-align: center;
}
.table tfoot th,
.table tfoot td {
  vertical-align: middle;
  text-align: center;
}
table th {
  font-weight: 500 !important;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #F7FFF7;
  color: #27ae60;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #FFF5F5;
  color: #ff5252;
}
.modal .modal-header {
  padding: 15px;
  background: #f7f8fa;
  border-bottom: none;
  position: relative;
}
.modal .modal-header .close {
  background: #e1e5ec;
  border: 1px solid #d1d7e2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 2px 5px 1px 5px;
  position: absolute;
  left: 25px;
  top: 50%;
}
.modal .modal-header .close .mdi {
  font-size: 18px;
}
.modal .modal-title {
  font-size: 15px;
  color: #555555;
}
.modal .modal-content {
  border: none;
  border-radius: 2px;
}
.modal .modal-footer {
  padding: 12px 15px;
  border-top: none;
  background: #F3FFF3;
}
.timer {
  text-align: center;
  direction: ltr;
}
.timer .timer-wrapper {
  text-align: center;
  display: inline-block;
  background: #484848;
  min-width: 44px;
  margin: 2px;
  padding: 10px 2px 5px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timer .timer-wrapper .time {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
.timer .colon {
  font-size: 26px;
  font-weight: 500;
}
@keyframes progressbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  direction: rtl;
  font-weight: 400;
  line-height: 30px;
  font-size: 13px;
  background: #eeeff1;
  text-align: right;
  color: #555555;
}
a {
  color: #555555;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: inline-block;
}
a:hover {
  color: #ff5252;
  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;
}
.text-primary {
  color: #2d98da !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #207cb4 !important;
}
.text-success {
  color: #27ae60 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e8449 !important;
}
.text-danger {
  color: #ff5252 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff1f1f !important;
}
button:focus {
  outline: none !important;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.list-group .list-group-item {
  border: none;
}
small,
.small {
  font-size: 12px;
}
ins {
  text-decoration: none;
}
pre,
.xdebug-error {
  text-align: left !important;
}
.alert {
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
.badge {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
}
.required {
  color: #ff5252;
}
.vld-alert {
  display: none;
}
.woocommerce-checkout .form-row {
  margin-right: 0;
  margin-left: 0;
}
.woocommerce-terms-and-conditions {
  margin: 10px 0;
  background: #fcfcfc;
  padding: 7px;
}
.page-subtitle,
.woocommerce-additional-fields h3 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
#order_review_heading {
  font-weight: 500;
  margin: 10px 0;
  font-size: 15px;
}
@media (min-width: 992px) {
  .user-panel {
    min-height: 600px;
  }
}
.error404 .post_content .mdi-alert-box {
  font-size: 60px;
  color: #c3c3c3;
}
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#payment #terms {
  position: relative;
  top: 3px;
}
.main-header {
  background: #ffffff;
}
.main-header .account-menu .nav-item:first-child .nav-link {
  padding-right: 0;
}
.main-header .account-menu .nav-item:last-child .nav-link {
  padding-left: 0;
}
.main-header .account-menu .nav-link {
  color: #808080;
}
.main-header .account-menu .nav-link .mdi {
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  color: #808080;
}
.main-header .account-menu .nav-link .mdi::before {
  line-height: 0;
}
.main-header .account-menu .nav-link:hover {
  color: #ff5252;
}
.main-header .account-menu .special-offer-link .mdi {
  color: #ff5252;
}
.main-header .site-title {
  font-size: 20px;
  line-height: 36px;
}
.main-header .site-logo {
  position: relative;
  bottom: 20px;
}
.main-header .site-logo img {
  max-width: 128px;
  height: auto;
}
.main-header .mini-cart {
  margin-right: 0 !important;
  margin-left: 12px !important;
}
@media (max-width: 767.98px) {
  .main-header .account-menu .nav-link .mdi {
    font-size: 22px;
  }
  .main-header .account-menu .nav-link .mdi:before {
    position: relative;
    top: 4px;
  }
  .main-header .account-menu .nav-link span {
    display: none;
  }
  .main-header .account-menu .user-logged-in .mdi {
    color: #27ae60;
  }
  .main-header .mini-cart {
    display: none;
  }
  .main-header .site-logo {
    display: none !important;
  }
  .main-header .search-form {
    display: none;
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .main-header .search-form.search-form-visible {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-header .special-offer-link,
  .main-header .search-link {
    display: none;
  }
}
.main-header .search-form .form-control {
  padding-left: 53px;
}
.main-header .search-form .btn {
  left: 0;
  top: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-header .search-form .btn .mdi {
  margin-left: 0;
}
.main-header .search-form .ajax-loader {
  display: none;
  position: absolute;
  left: 56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-header .search-form .ajax-result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  border: 1px solid #c3c3c3;
  font-size: 12px;
}
.main-header .search-form .ajax-result .list-group-item {
  padding: 6px 10px;
  border-bottom: none;
  border-top: 1px solid #f6f6f6;
  border-left: none;
  border-right: none;
}
.main-header .search-form .ajax-result .list-group-item:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.main-header .search-form .ajax-result .list-group-item:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.main-header .search-form .ajax-result .list-group-item:focus,
.main-header .search-form .ajax-result .list-group-item:hover {
  z-index: auto;
}
.main-header .mini-cart .dropdown-toggle::after {
  display: none;
}
.main-header .mini-cart .count {
  background: rgba(255, 255, 255, 0.2);
  font-weight: 400;
  margin-right: 7px;
  padding: 5px 6px 2px 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  top: 0;
}
.main-header .mini-cart .dropdown-menu {
  min-width: 320px;
  max-height: 320px;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  border-color: #c3c3c3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.main-header .mini-cart .dropdown-menu .table,
.widget.widget_shopping_cart table {
  margin-bottom: 10px;
}
.main-header .mini-cart .dropdown-menu .table td,
.widget.widget_shopping_cart table td {
  border-bottom: 1px solid #f6f6f6;
}
.main-header .mini-cart .dropdown-menu .table img,
.widget.widget_shopping_cart table img {
  max-width: 64px;
  height: auto;
}
.main-header .mini-cart .dropdown-menu .table .remove-item,
.widget.widget_shopping_cart table .remove-item {
  font-size: 15px;
  color: #ff5252;
}
.main-header .mini-cart .dropdown-menu .total,
.main-header .mini-cart .dropdown-menu .buttons {
  padding: 7px;
}
@media (max-width: 767.98px) {
  .main-header .mini-cart > .btn {
    width: 100%;
  }
}
.cat-menu {
  background: #f7f8fa;
  border-top: 1px solid #e1e5ec;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
}
@media (min-width: 992px) {
  .cat-menu .navbar-brand {
    display: none;
  }
  .cat-menu .navbar-nav {
    position: relative;
  }
  .cat-menu .navbar-nav > .nav-item > .nav-link {
    color: #555555;
  }
  .cat-menu .navbar-nav > .nav-item:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
  }
  .cat-menu .navbar-nav > .nav-item:hover > .nav-link {
    color: #ff5252;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .nav-link:after {
    content: "\F140";
    font-family: MDI;
    line-height: 0;
    color: #808080;
    font-size: 15px;
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  .cat-menu .navbar-nav > .menu-item-has-children:hover > .nav-link:after {
    content: "\F143";
  }
  .cat-menu .navbar-nav > .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #c3c3c3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item {
    position: relative;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .nav-link {
    color: #555555;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .nav-link:after {
    position: absolute;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item:hover > .nav-link {
    color: #ff5252;
    border-bottom: 2px solid #ff5252;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item:hover > .nav-link:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ff5252;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item:hover > .sub-menu {
    display: block;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    background: #ffffff;
    border-top: 1px solid #c3c3c3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item {
    display: block;
    width: 100%;
    position: relative;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item > .nav-link {
    color: #555555;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item:hover .nav-link {
    color: #ff5252;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item:hover .sub-menu {
    display: block;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    width: 220px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu .nav-item {
    display: block;
    width: 100%;
    position: relative;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu .nav-item .nav-link {
    color: #555555;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu .nav-item .sub-menu {
    display: none;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu .nav-item:hover > .nav-link {
    color: #ff5252;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item > .sub-menu > .nav-item .sub-menu .nav-item:hover > .sub-menu {
    display: block;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu {
    position: static;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu {
    width: 100%;
    background: #fafafa;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item {
    display: inline-block;
    width: auto;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item > .nav-link {
    color: #2d98da;
    font-weight: 500;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item .sub-menu {
    display: block;
    position: static;
    padding-right: 12px;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item .sub-menu .nav-item {
    display: block;
    width: 100%;
    position: static;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item .sub-menu .nav-item .nav-link {
    color: #808080;
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item .sub-menu .nav-item .nav-link:hover {
    color: #ff5252;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu > .sub-menu > .nav-item .sub-menu .nav-item .sub-menu {
    display: block;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu.mega-menu-col-2 > .sub-menu > .nav-item {
    float: right;
    width: 49.99%;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu.mega-menu-col-3 > .sub-menu > .nav-item {
    float: right;
    width: 32.99%;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu.mega-menu-col-4 > .sub-menu > .nav-item {
    float: right;
    width: 24.99%;
  }
  .cat-menu .navbar-nav > .menu-item-has-children > .sub-menu > .nav-item.mega-menu.mega-menu-col-5 > .sub-menu > .nav-item {
    float: right;
    width: 19.99%;
  }
}
@media (max-width: 991.98px) {
  .cat-menu .container {
    padding-right: 0;
    padding-left: 0;
  }
  .cat-menu.navbar-light .navbar-toggler {
    border: none;
  }
  .cat-menu .navbar-collapse {
    max-height: 320px;
    overflow-y: auto;
    margin-top: 7px;
  }
  .cat-menu .navbar-nav > .nav-item {
    border-right: 1px solid #e1e5ec;
    border-left: 1px solid #e1e5ec;
  }
  .cat-menu .navbar-nav .nav-item {
    border-bottom: 1px solid #e1e5ec;
    display: block;
    width: 100%;
  }
  .cat-menu .navbar-nav .nav-item .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    color: #555555;
  }
  .cat-menu .navbar-nav .nav-item:first-child {
    border-top: 1px solid #e1e5ec;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu {
    background: #eef0f4;
    display: none;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu .nav-item:last-child {
    border-bottom: none;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu .nav-link {
    padding-right: 40px;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu .sub-menu .nav-link {
    padding-right: 70px;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu .sub-menu .sub-menu .nav-link {
    padding-right: 100px;
  }
  .cat-menu .navbar-nav .nav-item .sub-menu .sub-menu .sub-menu .sub-menu .nav-link {
    padding-right: 130px;
  }
  .cat-menu .navbar-nav .menu-item-has-children .nav-link {
    position: relative;
  }
  .cat-menu .navbar-nav .menu-item-has-children .nav-link .mdi {
    color: #808080;
    font-size: 15px;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    text-align: center;
  }
}
.special-offer-bar {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: #ff5252;
  color: #ffffff;
  font-size: 20px;
  height: 60px;
}
.special-offer-bar .text {
  background: rgba(255, 255, 255, 0.24);
  display: inline-block;
  padding: 15px 10px;
  height: 60px;
}
.special-offer-bar .animated-clock {
  display: inline-block;
  padding: 15px 10px;
  float: left;
  height: 60px;
  background: rgba(255, 255, 255, 0.24);
}
.special-offer-bar .animated-clock span {
  display: inline-block;
}
.special-offer-bar .animated-clock .clock {
  position: relative;
  bottom: 4px;
  border: 3px solid #fff;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.special-offer-bar .animated-clock .clock:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 14px;
  height: 3px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  background: #fff;
}
.special-offer-bar .animated-clock .clock .hand {
  width: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform-origin: top center;
}
.special-offer-bar .animated-clock .clock .hand-min {
  height: 16px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.special-offer-bar .animated-clock .clock .hand-hour {
  height: 14px;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
html,
body,
#wrapper {
  height: 100%;
}
.overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991.99px) {
  .sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
  #wrapper {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    right: 0;
  }
  #wrapper.toggled {
    right: 280px;
  }
  #wrapper.toggled .overlay {
    opacity: 1;
    visibility: visible;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 280px;
  }
  #wrapper #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 280px;
    width: 0;
    height: 100%;
    margin-right: -280px;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #wrapper #sidebar-wrapper .white-logo-wrapper {
    background: #ff5252;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
  }
  #wrapper #sidebar-wrapper .white-logo-wrapper img {
    margin-bottom: 10px;
  }
  #wrapper #sidebar-wrapper .sidebar-nav {
    width: 280px;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .nav-item {
    display: block;
    width: 100%;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 15px;
    color: #555555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .nav-item .sub-menu {
    background: #f7f8fa;
    display: none;
    padding-right: 15px;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children.open > .nav-link {
    -webkit-box-shadow: 0 3px 2px rgba(221, 221, 221, 0.45);
    -moz-box-shadow: 0 3px 2px rgba(221, 221, 221, 0.45);
    box-shadow: 0 3px 2px rgba(221, 221, 221, 0.45);
    background-position: center;
    transition: background 0.8s;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children.open > .nav-link:hover {
    background: #ffffff radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children.open > .nav-link:active {
    background-color: #efefef;
    background-size: 100%;
    transition: background 0s;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children > .nav-link {
    background-position: center;
    transition: background 0.8s;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children > .nav-link:hover {
    background: #ffffff radial-gradient(circle, transparent 1%, #ffffff 1%) center / 15000%;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav > .menu-item-has-children > .nav-link:active {
    background-color: #f4f4f4;
    background-size: 100%;
    transition: background 0s;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .menu-item-has-children .nav-link {
    position: relative;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .menu-item-has-children .nav-link .mdi {
    color: #808080;
    font-size: 22px;
    position: absolute;
    left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
  }
  #wrapper #sidebar-wrapper .sidebar-nav.navbar-nav .menu-item-has-children.open > .nav-link .mdi {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  #wrapper {
    padding-right: 0;
  }
  #wrapper.toggled {
    padding-right: 280px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 280px;
  }
  #wrapper #sidebar-wrapper {
    width: 0;
    display: none !important;
  }
}
.widget {
  margin-bottom: 15px;
  padding: 15px;
}
.widget .card-header {
  margin: -15px -15px 15px -15px;
}
.banner-ads-widget {
  padding: 0;
}
.banner-ads-widget .card-header {
  display: none !important;
}
.last-news-widget .list-group .list-group-item {
  padding: 0;
}
.last-news-widget .list-group .list-group-item img.post-thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 7px;
  border: 1px solid #f6f6f6;
  max-width: 64px;
  height: auto;
}
.last-news-widget .list-group .list-group-item h2.post-title {
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 4px;
}
.last-news-widget .list-group .list-group-item .post-date {
  font-size: 11px;
}
.last-news-widget .list-group .list-group-item:not(:last-child) {
  margin-bottom: 15px;
}
.suggestion-widget h3.card-title {
  text-align: center;
}
.suggestion-widget h4.product-title {
  font-weight: 500;
  font-size: 13px;
}
.suggestion-widget .price {
  height: 50px !important;
}
.suggestion-widget .price > * {
  display: block;
}
.suggestion-widget .price .amount {
  color: #27ae60;
  font-weight: 500;
}
.suggestion-widget .price del {
  background: #f6f6f6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.suggestion-widget .price del .amount {
  color: #868e96;
}
.suggestion-widget .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.suggestion-widget .progressbar-wrapper {
  height: 3px;
  background: #f6f6f6;
  margin-bottom: 5px;
  position: relative;
}
.suggestion-widget .progressbar-wrapper .progressbar {
  background: #ff5252;
  height: 3px;
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  display: inline-block;
  animation-name: progressbar;
  animation-duration: 10s;
  animation-timing-function: linear;
}
.home-header {
  font-size: 15px;
  margin: 15px 0;
}
.home-widget .card-header {
  line-height: 20px;
}
.home-widget .card-title {
  color: #27ae60;
}
.home-widget .show-all {
  line-height: 20px;
  position: relative;
  top: 6px;
}
.home-widget .show-all .mdi {
  line-height: 0;
  font-size: 15px;
  margin-left: 3px;
  position: relative;
  top: 3px;
}
.home-widget .owl-carousel {
  direction: ltr !important;
}
.home-widget .owl-carousel .carousel-item {
  display: inline-block;
  direction: rtl !important;
  padding: 0 7px;
}
.home-widget .owl-carousel .carousel-item img {
  max-width: 150px;
  height: auto;
  margin: 0 auto;
}
.home-widget .owl-carousel .carousel-item .product-title {
  font-size: 13px;
  line-height: 30px;
  margin: 10px;
  font-weight: 400;
}
.home-widget .owl-carousel .carousel-item .price > * {
  display: block;
}
.home-widget .owl-carousel .carousel-item .price .amount {
  color: #27ae60;
  font-weight: 500;
}
.home-widget .owl-carousel .carousel-item .price del {
  background: #f6f6f6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.home-widget .owl-carousel .carousel-item .price del .amount {
  color: #868e96;
}
.home-widget .owl-carousel .carousel-item .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.home-widget .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.home-widget .owl-carousel .owl-nav .owl-prev,
.home-widget .owl-carousel .owl-nav .owl-next {
  display: inline-block;
  color: #bfbfbf;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.home-widget .owl-carousel .owl-nav .owl-prev .mdi,
.home-widget .owl-carousel .owl-nav .owl-next .mdi {
  font-size: 52px;
  position: relative;
  top: 8px;
}
.home-widget .owl-carousel .owl-nav .owl-prev {
  float: left;
}
@media (max-width: 991.99px) {
  .home-header {
    padding-right: 15px;
  }
  .widget {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.footer-widget ul {
  padding-right: 15px;
}
.widget.widget_recent_comments li:before {
  content: "\F763";
  font-family: MDI;
  font-size: 7px;
  margin-left: 5px;
  color: #bfbfbf;
  float: right;
}
.widget.widget_recent_comments li .comment-author-link {
  color: #2d98da;
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after {
  content: ', ';
  color: #2d98da;
}
.widget.widget_categories ul li:before,
.widget.widget_product_categories ul li:before {
  content: "\F763";
  font-family: MDI;
  font-size: 5px;
  margin-left: 5px;
  color: #2d98da;
  float: right;
}
.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: #bfbfbf;
}
.widget.widget_shopping_cart {
  font-size: 12px;
  line-height: 20px;
}
.widget.widget_shopping_cart p.total > * {
  float: none !important;
  display: block;
  text-align: center;
}
.widget.widget_products li,
.widget.widget_recently_viewed_products li {
  text-align: center;
}
.widget.widget_products li a,
.widget.widget_recently_viewed_products li a {
  display: block;
}
.widget.widget_products li img,
.widget.widget_recently_viewed_products li img {
  max-width: 128px;
  height: auto;
}
.widget.widget_products li span.product-title,
.widget.widget_recently_viewed_products li span.product-title {
  display: block;
}
.widget.widget_products li .amount,
.widget.widget_recently_viewed_products li .amount {
  color: #27ae60;
  font-weight: 500;
}
.widget.widget_products li del,
.widget.widget_recently_viewed_products li del {
  background: #f6f6f6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.widget.widget_products li del .amount,
.widget.widget_recently_viewed_products li del .amount {
  color: #868e96;
}
.widget.widget_products li:not(:last-child),
.widget.widget_recently_viewed_products li:not(:last-child) {
  margin-bottom: 20px;
}
.widget.widget_recent_reviews li:not(:last-child) {
  margin-bottom: 20px;
}
.widget.widget_recent_reviews img {
  max-width: 64px;
  height: auto;
  margin-left: 7px;
  float: right;
}
.widget.widget_recent_reviews .reviewer {
  color: #808080;
}
.widget.widget_recent_entries .post-date {
  font-size: 12px;
  color: #808080;
}
.widget.widget_media_gallery img {
  width: 100%;
  height: auto;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #CAD1E3;
  border: 0;
}
.widget.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
  margin: 1em .5em 2em;
}
.widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #838996;
}
.widget.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  background-color: #ffffff;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.6em;
  margin-left: -0.5em;
  border: 1px solid #CAD1E3;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.widget.widget_price_filter .ui-slider span.ui-slider-handle:after {
  content: "\F142";
  font-family: MDI;
  color: #CAD1E3;
  position: absolute;
  top: -33%;
  left: 0;
  font-size: 16px;
}
.widget.widget_price_filter .ui-slider span.ui-slider-handle:nth-of-type(2):after {
  content: "\F141";
}
.widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget.widget_price_filter .price_label {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li a {
  color: #808080;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li a + .count {
  color: #808080;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li a:before {
  content: "\F131";
  font-family: MDI;
  font-size: 20px;
  margin-left: 5px;
  float: right;
  color: #D4DBDE;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li.chosen a {
  color: #2d98da;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li.chosen a + .count {
  color: #2d98da;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav li.chosen a:before {
  content: "\F132";
  color: #2d98da;
}
.widget.widget_layered_nav_filters li.chosen {
  float: right;
  margin-left: 4px;
}
.widget.widget_layered_nav_filters li.chosen a {
  color: #808080;
  background: #F7F8FA;
  padding: 2px 10px;
  border: 1px solid #C7C7C7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 20px;
}
.widget.widget_layered_nav_filters li.chosen a:after {
  content: "\F5AD";
  font-family: MDI;
  font-size: 15px;
  margin-right: 5px;
  float: left;
}
.widget.widget_rating_filter ul li a {
  color: #808080;
}
.widget.widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.widget.news-cat-widget .list-group .list-group-item {
  padding: 5px 0;
}
.widget.news-cat-widget .list-group .list-group-item:before {
  content: "\F763";
  font-family: MDI;
  font-size: 5px;
  margin-left: 5px;
  color: #2d98da;
  float: right;
}
.widget.news-cat-widget .list-group .list-group-item .list-group {
  padding-right: 15px;
}
.widget.news-cat-widget .list-group .list-group-item .list-group .list-group-item:before {
  color: #bfbfbf;
}
.widget.news-cat-widget .list-group .current-term > a {
  font-weight: 500;
  color: #2d98da;
}
body.archive .widget_layered_nav_filters,
body.archive .widget_layered_nav,
body.archive .widget_price_filter,
body.archive .widget_rating_filter,
body.archive .widget-brand-filter {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
body.archive .widget_layered_nav_filters .card-header,
body.archive .widget_layered_nav .card-header,
body.archive .widget_price_filter .card-header,
body.archive .widget_rating_filter .card-header,
body.archive .widget-brand-filter .card-header {
  background: #ffffff;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.archive .widget_layered_nav_filters .card-header + *,
body.archive .widget_layered_nav .card-header + *,
body.archive .widget_price_filter .card-header + *,
body.archive .widget_rating_filter .card-header + *,
body.archive .widget-brand-filter .card-header + * {
  margin-top: 15px;
}
body.archive .widget_layered_nav_filters .card-header .card-title,
body.archive .widget_layered_nav .card-header .card-title,
body.archive .widget_price_filter .card-header .card-title,
body.archive .widget_rating_filter .card-header .card-title,
body.archive .widget-brand-filter .card-header .card-title {
  position: relative;
}
body.archive .widget_layered_nav_filters .card-header .card-title .mdi,
body.archive .widget_layered_nav .card-header .card-title .mdi,
body.archive .widget_price_filter .card-header .card-title .mdi,
body.archive .widget_rating_filter .card-header .card-title .mdi,
body.archive .widget-brand-filter .card-header .card-title .mdi {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: #808080;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body.archive .widget_layered_nav_filters .card-header.open .card-title .mdi,
body.archive .widget_layered_nav .card-header.open .card-title .mdi,
body.archive .widget_price_filter .card-header.open .card-title .mdi,
body.archive .widget_rating_filter .card-header.open .card-title .mdi,
body.archive .widget-brand-filter .card-header.open .card-title .mdi {
  -webkit-transform: translateY(-53%) rotate(180deg);
  -moz-transform: translateY(-53%) rotate(180deg);
  -ms-transform: translateY(-53%) rotate(180deg);
  -o-transform: translateY(-53%) rotate(180deg);
  transform: translateY(-53%) rotate(180deg);
}
#main-slider {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#main-slider .carousel-indicators {
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
#main-slider .carousel-indicators li {
  width: auto;
  padding: 10px;
  flex: auto;
  margin-left: 0;
  margin-right: 0;
  background: rgba(109, 113, 122, 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 {
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
}
#main-slider .carousel-indicators li:last-child {
  -webkit-border-radius: 0 0 0 2px;
  -moz-border-radius: 0 0 0 2px;
  border-radius: 0 0 0 2px;
}
#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: #6d717a;
}
#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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#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 .mdi,
#main-slider .carousel-control-next .mdi {
  font-size: 56px;
}
#main-slider:hover .carousel-control-prev,
#main-slider:hover .carousel-control-next {
  visibility: visible;
  opacity: 1;
}
#special-offer-slider {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  margin-top: 15px;
}
#special-offer-slider .carousel-indicators {
  right: auto;
  margin-right: 0;
  margin-left: 0;
  top: 0;
  background: #f6f6f6;
  bottom: 0;
  margin-bottom: 0;
  border-right: 1px solid #dddddd;
}
#special-offer-slider .carousel-indicators li {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: transparent;
}
#special-offer-slider .carousel-indicators li:hover {
  background: #ececec;
}
#special-offer-slider .carousel-indicators li.active {
  background: #ff5252;
  color: #ffffff;
}
#special-offer-slider .carousel-indicators li.active::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: none;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #ff5252;
  position: absolute;
  right: -20px;
  top: 0;
}
#special-offer-slider .carousel-inner .carousel-item {
  color: #555555;
  padding: 30px 40px;
}
#special-offer-slider .carousel-inner .carousel-item .title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .price {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .price .woocommerce-Price-currencySymbol {
  display: none !important;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .price del {
  background: #7a7a7a;
  position: relative;
  padding: 5px 10px 0 10px;
  display: inline-block;
  line-height: 25px;
  z-index: 2;
  color: #ffffff;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .price del:after {
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  background: #7a7a7a;
  width: 0;
  height: 0;
  border-right: 8px solid #7a7a7a;
  border-top: 8px solid #ff5252;
  border-bottom: 8px solid #ff5252;
  border-left: none;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .price ins {
  background: #ff5252;
  padding: 5px 15px 0 10px;
  display: inline-block;
  line-height: 25px;
  position: relative;
  right: -7px;
  color: #ffffff;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .description {
  font-size: 12px;
  margin-bottom: 30px;
  color: #808080;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
#special-offer-slider .carousel-inner .carousel-item .right-col .description span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#special-offer-slider .carousel-inner .carousel-item .left-col img {
  max-height: 250px;
  width: auto;
  margin-top: 15px;
}
#special-offer-slider .carousel-inner .carousel-item.deprecated .col-12 > *:not(.finished-badge) {
  opacity: 0.4;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#special-offer-slider .carousel-control-prev,
#special-offer-slider .carousel-control-next {
  font-size: 60px;
  color: #c3c3c3;
  width: 18%;
}
.offer-footer {
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23D6D6D6' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  #special-offer-slider .carousel-control-next .mdi:before,
  #special-offer-slider .carousel-control-prev .mdi:before {
    position: relative;
  }
  #special-offer-slider .carousel-control-next .mdi:before {
    left: 60%;
  }
  #special-offer-slider .carousel-control-prev .mdi:before {
    right: 60%;
  }
}
@media (max-width: 576px) {
  #main-slider .carousel-indicators {
    display: none;
  }
}
@media (max-width: 992px) {
  #special-offer-slider .carousel-indicators {
    display: none !important;
  }
  .offer-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  #special-offer-slider {
    margin-bottom: 20px;
  }
  #special-offer-slider .right-col {
    text-align: center;
  }
  #special-offer-slider .right-col .description,
  #special-offer-slider .right-col .offer-title,
  #special-offer-slider .right-col .timer-title {
    display: none;
  }
  #special-offer-slider .carousel-inner .carousel-item {
    height: 360px;
    padding: 10px 40px;
  }
  #special-offer-slider .carousel-inner .carousel-item .title {
    margin: 10px 0;
  }
  #special-offer-slider .carousel-inner .carousel-item img:not(.finished-badge) {
    height: 170px;
    width: auto;
  }
  #special-offer-slider .carousel-inner .carousel-item .timer .timer-wrapper {
    min-width: 34px;
    padding: 5px 2px 0 2px;
  }
  #special-offer-slider .carousel-inner .carousel-item .timer .timer-wrapper .time {
    font-size: 20px;
  }
  .offer-footer {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #special-offer-slider .carousel-inner .carousel-item {
    height: 355px;
  }
  #special-offer-slider .carousel-indicators {
    height: 355px;
  }
}
@media (min-width: 992px) {
  #special-offer-slider .carousel-control-prev,
  #special-offer-slider .carousel-control-next {
    display: none;
  }
}
.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;
}
.cat-shortcut {
  margin-top: 15px;
}
.cat-shortcut .shortcut-item {
  margin-bottom: 30px;
}
.cat-shortcut .shortcut-item img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 767.99px) {
  .cat-shortcut .shortcut-item {
    margin-bottom: 15px;
  }
  .cat-shortcut .col-6:nth-child(2n+1) {
    padding-left: 7px;
  }
  .cat-shortcut .col-6:nth-child(2n) {
    padding-right: 7px;
  }
}
.services-feature {
  margin-top: 15px;
}
.services-feature .mdi {
  font-size: 30px;
  position: relative;
  top: 7px;
}
.recently-viewed {
  background: #ffffff;
}
.recently-viewed h3 {
  font-weight: 500;
  font-size: 13px;
  color: #27ae60;
  text-align: center;
  margin-bottom: 30px;
}
.recently-viewed ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.recently-viewed ul li a {
  text-align: center;
  padding: 10px;
}
.recently-viewed ul li a .product-title {
  display: block;
  max-width: 200px;
  padding: 10px;
}
.recently-viewed ul li a img {
  max-width: 86px;
  height: auto;
}
.recently-viewed ul li .amount {
  display: none !important;
}
@media (max-width: 768px) {
  .recently-viewed {
    display: none;
  }
}
.main-footer .info-bar {
  background: #6d717a;
  color: #ffffff;
}
.main-footer .info-bar .mdi {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.main-footer .subscribe-bar-menu {
  background: #F7F8FA;
}
.main-footer .subscribe-bar-menu h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}
.main-footer .subscribe-bar-menu .list-group {
  padding-right: 15px;
}
.main-footer .subscribe-bar-menu .list-group .list-group-item {
  background: transparent;
  padding: 5px;
}
.main-footer .subscribe-bar-menu .socials a {
  font-size: 24px;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  margin: 0 2px;
}
.main-footer .subscribe-bar-menu .socials a:nth-child(1) {
  background: #2CA5E0;
}
.main-footer .subscribe-bar-menu .socials a:nth-child(2) {
  background: #2D4485;
}
.main-footer .subscribe-bar-menu .socials a:nth-child(3) {
  background: #33CCFF;
}
.main-footer .subscribe-bar-menu .socials a:nth-child(4) {
  background: #DC4E41;
}
.main-footer .subscribe-bar-menu .socials a:nth-child(5) {
  background: #6d717a;
}
@media (max-width: 768px) {
  .main-footer .subscribe-bar-menu h3 {
    margin-top: 12px;
  }
}
.main-footer .copyright-bar {
  background: #6d717a;
  color: #ffffff;
}
.main-footer .symbols-wrapper img {
  margin: 5px;
}
.main-footer .about-bar {
  background: #ffffff;
}
.main-footer .about-bar h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .info-bar .row .col-12:first-child {
    display: none;
  }
  .copyright-bar {
    display: none;
  }
  .about-bar .row .col-12:last-child {
    display: none;
  }
}
#go-top {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #FFFFFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 36px;
  padding: 3px;
  color: white;
  border: 1px solid #f4f4f4;
  opacity: 0.8;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 1000;
}
#go-top .mdi {
  position: relative;
  top: 3px;
  color: #969696;
}
#go-top:hover {
  opacity: 1;
}
.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  width: 5em;
  font-family: MDI;
  top: 2px;
  display: inline-block;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span ::before {
  content: '\F4CE\F4CE\F4CE\F4CE\F4CE';
  top: 0;
  position: absolute;
  right: 0;
  color: #ffa502;
}
.woocommerce .star-rating::before {
  content: "\F4D2\F4D2\F4D2\F4D2\F4D2";
  color: #d3ced2;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
}
.woocommerce .star-rating + .woocommerce-review-link {
  font-size: 12px;
}
.woocommerce-store-notice {
  background: #ffa502;
  color: #ffffff;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce-store-notice .dismiss-link {
  margin-left: 5px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  top: 3px;
}
.woocommerce-store-notice p {
  margin-bottom: 0;
}
.woocommerce-password-strength {
  margin-top: 15px;
  position: relative;
  width: 100%;
  display: block;
}
.woocommerce-password-strength:before {
  content: '';
  display: block;
  height: 5px;
  width: 20%;
  background: #ff7979;
  position: absolute;
  bottom: 100%;
}
.woocommerce-password-strength.short:before {
  width: 20%;
  background: #ff7979;
}
.woocommerce-password-strength.bad:before {
  width: 40%;
  background: #ffbe76;
}
.woocommerce-password-strength.good:before {
  width: 80%;
  background: #badc58;
}
.woocommerce-password-strength.strong:before {
  width: 100%;
  background: #6ab04c;
}
.user-panel aside {
  background: #f7f8fa;
  border-left: 1px solid #e7eaf0;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
}
.user-panel .navigation li a {
  display: block;
  padding: 7px;
}
.user-panel .navigation li a:hover {
  color: #555555;
  background: #fdfdfe;
}
.user-panel .navigation li:not(:last-child) a {
  border-bottom: 1px solid #e7eaf0;
}
.user-panel .navigation li.is-active a {
  background: #fdfdfe;
}
.user-panel .navigation li a:before {
  content: '\F703';
  font-family: MDI;
  font-size: 20px;
  float: right;
  margin-left: 5px;
  color: #9c9c9c;
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\F494';
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\F21A";
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\F1DA";
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\F5F8';
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\F006';
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--favorites a:before {
  content: '\F0C1';
}
.user-panel .navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\F425';
}
.user-panel .panel-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .user-panel aside {
    border-bottom: 1px solid #e7eaf0;
  }
  .user-panel aside li {
    display: block;
    float: none !important;
  }
  .user-panel .navigation li {
    float: right;
  }
  .user-panel .navigation li a {
    border-bottom: none !important;
  }
  .user-panel .account-content {
    margin-top: 30px;
  }
}
.orders-table {
  min-width: 600px;
}
.orders-table span.badge {
  color: #ffffff;
  display: block;
}
.orders-table tr td.cell-order-status span.badge {
  background: #6d717a;
}
.orders-table tr.order-status-failed td.cell-order-status span.badge {
  background: #EBEBEB;
  color: #b7b7b7;
}
.orders-table tr.order-status-refunded td.cell-order-status span.badge {
  background: #e84393;
}
.orders-table tr.order-status-cancelled td.cell-order-status span.badge {
  background: #ffeaa7;
}
.orders-table tr.order-status-processing td.cell-order-status span.badge {
  background: #2d98da;
}
.orders-table tr.order-status-pending td.cell-order-status span.badge {
  background: #ff5252;
}
.orders-table tr.order-status-completed td.cell-order-status span.badge {
  background: #27ae60;
}
.orders-table tr.order-status-on-hold td.cell-order-status span.badge {
  background: #ffa502;
}
.order-update .meta {
  font-weight: 500 !important;
}
.order-details .order-details-title {
  font-size: 15px;
  font-weight: 500;
}
.favorites-table {
  min-width: 500px;
}
.favorites-table .product-thumb img {
  max-width: 86px;
  height: auto;
}
.favorites-table .price > * {
  display: block;
}
.favorites-table .price .amount {
  color: #27ae60;
  font-weight: 500;
}
.favorites-table .price del {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.favorites-table .price del .amount {
  color: #868e96;
}
.favorites-table .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.favorites-table .operations .mdi {
  font-size: 20px;
}
.cart-table td.product-thumbnail img {
  max-width: 96px;
  height: auto;
}
.cart-table td.product-quantity .screen-reader-text {
  display: none !important;
}
.cart-table td.product-quantity .qty {
  max-width: 80px;
  text-align: center;
}
.cart-table td.product-subtotal {
  font-weight: 500;
}
.cart-table td.product-remove {
  font-size: 18px;
  background: #FFF5F5;
}
.cart-table td.product-remove a {
  color: #ff5252;
}
.cart-totals > h2 + .table.table-bordered {
  border-color: #C0F0C1;
}
.cart-totals > h2 + .table.table-bordered th,
.cart-totals > h2 + .table.table-bordered td {
  border-color: #C0F0C1;
}
.variation dt,
.variation dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.variation dt {
  font-weight: 500;
}
.variation dd {
  color: #808080;
  margin-left: 5px;
}
@media (max-width: 576px) {
  .cart-table {
    min-width: 700px;
  }
  .cart-table #coupon_code {
    max-width: 220px;
  }
}
.payment-method {
  background: #f6f6f6;
  padding: 10px;
}
.payment-method .radio {
  padding-right: 10px;
}
.payment-method .payment-box {
  background: #e9e9e9;
  padding: 4px 7px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.payment-method .payment-box:before {
  content: '';
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e9e9e9;
  position: absolute;
  top: -7px;
  right: 40px;
}
.order-details .list-group-item {
  background: #f6f6f6;
  margin-bottom: 3px;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -0.5em;
  margin-top: -0.5em;
  content: '';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url("assets/images/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #868e96;
  content: "\F141";
  font-family: MDI;
  position: relative;
  top: 2px;
}
.archive .products-header,
.search .products-header {
  margin-bottom: 10px;
}
.archive .products-header h1,
.search .products-header h1 {
  font-size: 15px;
  font-weight: 500;
}
.cross-sells .products-header,
.up-sells .products-header,
.related.products .products-header {
  margin-bottom: 10px;
}
.cross-sells .products-header h2,
.up-sells .products-header h2,
.related.products .products-header h2 {
  font-size: 15px;
  font-weight: 500;
}
.products .product-category {
  list-style: none;
}
.products .product-item,
.products .product-category {
  position: relative;
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-left: -1px;
  margin-top: -1px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.products .product-item:hover,
.products .product-category:hover {
  -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
}
.products .product-item .woocommerce-loop-product__link,
.products .product-category .woocommerce-loop-product__link {
  display: block;
}
.products .product-item .onsale,
.products .product-category .onsale {
  position: absolute;
  right: 0;
  top: 0;
}
.products .product-item h2,
.products .product-category h2 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
.products .product-item img,
.products .product-category img {
  max-width: 100%;
  height: auto;
}
.products .product-item .star-rating,
.products .product-category .star-rating {
  display: none !important;
}
.products .product-item del,
.products .product-category del {
  display: none !important;
}
.products .product-item .price,
.products .product-category .price {
  display: block;
}
.products .product-item .price > *,
.products .product-category .price > * {
  display: block;
}
.products .product-item .price .amount,
.products .product-category .price .amount {
  color: #27ae60;
  font-weight: 500;
}
.products .product-item .price del,
.products .product-category .price del {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
}
.products .product-item .price del .amount,
.products .product-category .price del .amount {
  color: #868e96;
}
.products .product-item .price .currency-symbol,
.products .product-category .price .currency-symbol {
  font-size: 12px;
  font-weight: 400;
}
.products .product-item .price br,
.products .product-category .price br,
.products .product-item .price .del-label,
.products .product-category .price .del-label,
.products .product-item .price del,
.products .product-category .price del,
.products .product-item .price .ins-label,
.products .product-category .price .ins-label {
  display: none !important;
}
.products .product-item.outofstock img,
.products .product-category.outofstock img {
  opacity: 0.35;
}
.products .product-item.outofstock a:not(.btn),
.products .product-category.outofstock a:not(.btn) {
  color: #c3c3c3;
}
.products .product-item .out-of-stock,
.products .product-category .out-of-stock {
  position: absolute;
  top: 5px;
  left: 5px;
}
.products .product-item .compare,
.products .product-category .compare {
  font-size: 12px;
}
.up-sells .del-label,
.related .del-label,
.widget_recently_viewed_products .del-label,
.up-sells .ins-label,
.related .ins-label,
.widget_recently_viewed_products .ins-label,
.up-sells br,
.related br,
.widget_recently_viewed_products br,
.up-sells .discount-amount,
.related .discount-amount,
.widget_recently_viewed_products .discount-amount {
  display: none !important;
}
.ds-products-orderby-wrapper {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.ds-products-orderby-wrapper .ds-products-orderby {
  display: inline-block;
  float: left;
}
.ds-products-orderby-wrapper .ds-products-orderby .list-inline-item {
  padding: 5px;
  margin: 0;
}
.ds-products-orderby-wrapper .ds-products-orderby .list-inline-item.active {
  border-bottom: 2px solid #2d98da;
  color: #2d98da;
  font-weight: 500;
}
.ds-products-orderby-wrapper .ds-products-orderby .list-inline-item:last-child {
  padding-left: 20px;
}
.woocommerce-ordering-wrapper {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.woocommerce-ordering-wrapper form {
  margin-bottom: 10px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .woocommerce-ordering-wrapper {
    display: none;
  }
  .products .product-item h2,
  .products .product-category h2 {
    line-height: 30px;
    height: 30px;
    overflow-y: hidden;
  }
}
@media (max-width: 768px) {
  .ds-products-orderby-wrapper {
    display: none;
  }
  .archive .page-content:not(.news-content) {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .products {
    padding: 1rem 0 !important;
  }
  .products .product-item,
  .products .product-category {
    text-align: right !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
  }
  .products .product-item img.wp-post-image,
  .products .product-category img.wp-post-image {
    float: right;
    margin-left: 12px;
  }
  .products .product-item:not(:last-child),
  .products .product-category:not(:last-child) {
    margin-bottom: 15px;
  }
  .woocommerce-ordering-wrapper {
    border-bottom: none;
    margin-bottom: 5px;
  }
  .related,
  .up-sells {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .related .card-header,
  .up-sells .card-header {
    margin-bottom: 0 !important;
  }
  .related .card-body,
  .up-sells .card-body {
    padding-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .products .product-item img.wp-post-image,
  .products .product-category img.wp-post-image {
    max-width: 130px;
  }
}
.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}
.page-numbers .next {
  margin-left: 0;
  border-radius: 0;
}
.page-numbers .prev {
  border-radius: 0;
}
.page-numbers .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #555555;
  background-color: transparent;
}
.page-numbers .page-numbers.current {
  z-index: 2;
  color: #2d98da;
  font-weight: 500;
  border-bottom: 1px solid #2d98da;
}
.page-numbers .page-numbers.disabled {
  color: #c3c3c3;
  pointer-events: none;
}
.page-numbers .page-numbers:focus,
.page-numbers .page-numbers:hover {
  color: #2d98da;
  text-decoration: none;
}
[class^=compare-loader] {
  margin-left: 5px;
  display: none;
}
.compare-page {
  background: #2d98da;
  position: fixed;
  bottom: -33px;
  right: 20px;
  padding: 0 25px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  -webkit-box-shadow: 0 0 2px 2px rgba(178, 178, 178, 0.3);
  -moz-box-shadow: 0 0 2px 2px rgba(178, 178, 178, 0.3);
  box-shadow: 0 0 2px 2px rgba(178, 178, 178, 0.3);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 100;
}
.compare-page:hover,
.compare-page:active,
.compare-page:focus {
  color: #ffffff;
}
.compare-page .mdi {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.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 .mdi {
  font-size: 17px;
}
.compare-table .table td.product-image .remove-compare-item:hover {
  color: #ff5252;
}
.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: #F2FDFF;
  min-width: 150px;
}
#compare-modal .loader {
  display: none;
}
@media (max-width: 992px) {
  .compare-table .table td.product-image .remove-compare-item {
    display: block;
  }
}
.single-product .product-toolbar {
  margin-bottom: 30px;
}
.single-product .product-toolbar .list-inline-item {
  float: left;
  color: #c3c3c3;
}
.single-product .product-toolbar .list-inline-item .mdi {
  font-size: 16px;
}
.single-product .product-toolbar .list-inline-item.is-favorites .mdi,
.single-product .product-toolbar .list-inline-item.is-compare .mdi {
  color: #2d98da;
}
.single-product .onsale {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 99;
}
.single-product .product-gallery figure .gallery-image img {
  max-width: 100%;
  height: auto;
}
.single-product .product-gallery .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.single-product .product-gallery .flex-control-nav li {
  display: inline-block;
  border: 1px solid #f6f6f6;
  background: #FAFBFC;
  padding: 5px;
  margin: 2px;
  cursor: pointer;
}
.single-product .product-gallery .flex-control-nav li img {
  max-width: 86px;
}
.single-product .summary h1.product-title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  background: #f7f8fa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single-product .summary .en-title {
  font-size: 12px;
  color: #c3c3c3;
}
.single-product .summary .summary-attributes {
  font-size: 11px;
  color: #808080;
  line-height: 20px;
}
.single-product .summary .summary-attributes .table {
  width: auto;
}
.single-product .summary .summary-attributes tbody tr:nth-child(n+4) td,
.single-product .summary .summary-attributes tbody tr:nth-child(n+4) th {
  display: none;
}
.single-product .summary .summary-attributes tbody tr:nth-child(n+8) td,
.single-product .summary .summary-attributes tbody tr:nth-child(n+8) th {
  display: none !important;
}
.single-product .summary .summary-attributes th,
.single-product .summary .summary-attributes td {
  text-align: right;
  padding: 3px;
  vertical-align: top;
}
.single-product .summary .summary-attributes th:before {
  content: "\F764";
  margin-left: 5px;
  font-family: MDI;
  font-size: 4px;
  float: right;
}
.single-product .summary .summary-attributes th:after {
  content: ":";
}
.single-product .summary .summary-attributes th {
  min-width: 120px;
}
.single-product .summary .summary-attributes td {
  color: #c3c3c3;
}
.single-product .summary .summary-attributes .product_weight,
.single-product .summary .summary-attributes .product_dimensions {
  direction: ltr;
}
.single-product .summary .summary-attributes .more-attributes {
  color: #808080;
  font-size: 11px;
}
.single-product .summary .summary-attributes .more-attributes span {
  border-bottom: 1px dotted #c3c3c3;
}
.single-product .summary .summary-attributes .more-attributes .mdi {
  position: relative;
  top: 2px;
  margin-left: 2px;
}
.single-product .summary .price {
  margin-bottom: 10px;
  font-size: 20px;
}
.single-product .summary .price .del-label {
  font-size: 13px;
  color: #808080;
}
.single-product .summary .price .amount {
  color: #27ae60;
  font-weight: 500;
}
.single-product .summary .price del {
  line-height: 20px;
  font-weight: 400;
  text-decoration-color: #868e96;
  margin-bottom: 10px;
}
.single-product .summary .price del .amount {
  color: #868e96;
  font-size: 12px;
}
.single-product .summary .price ins {
  margin-right: 7px;
}
.single-product .summary .price .discount-amount {
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
}
.single-product .summary .price .discount-amount span {
  display: inline-block;
  padding: 0 7px;
  line-height: 20px;
}
.single-product .summary .price .discount-amount .discount-label {
  background-color: #ff8585;
  position: relative;
  padding-right: 15px;
}
.single-product .summary .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: 5px;
}
.single-product .summary .price .discount-amount .discount {
  background-color: #ff5252;
}
.single-product .summary .short-description {
  padding-top: 15px;
}
.single-product .summary .short-description img {
  max-width: 100%;
  height: auto;
}
.single-product .summary .short-description img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.single-product .summary .short-description img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.single-product .summary .short-description img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-product .summary .short-description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-product .summary .short-description .alignright {
  float: right;
}
.single-product .summary .short-description .alignleft {
  float: left;
}
.single-product .summary .variations {
  margin: 15px 0;
}
.single-product .summary .variations label {
  font-weight: 400;
  margin-bottom: 0;
  min-width: 75px;
}
.single-product .summary .variations input[type=radio] {
  display: none;
}
.single-product .summary .variations input[type=radio]:disabled + label {
  opacity: .5;
  cursor: no-drop;
}
.single-product .summary .variations div[class^="attribute"] {
  margin-bottom: 10px;
}
.single-product .summary .variations .value div:not(.reset_variations_wrapper) {
  display: inline-block;
}
.single-product .summary .variations .value div:not(.reset_variations_wrapper) label {
  margin-bottom: 0;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #f1f2f3;
  padding: 0 10px;
  border-radius: 2px;
  margin-left: 5px;
  line-height: 24px;
}
.single-product .summary .variations .value div:not(.reset_variations_wrapper) label:before {
  content: "\F43D";
  font-family: MDI;
  float: right;
  font-size: 17px;
  margin-left: 5px;
  color: #e8e9ea;
}
.single-product .summary .variations .value div:not(.reset_variations_wrapper) input[type=radio]:checked + label {
  background: #FAFBFC;
}
.single-product .summary .variations .value div:not(.reset_variations_wrapper) input[type=radio]:checked + label:before {
  content: "\F5E1";
  color: #27ae60;
}
.single-product .summary .variations .reset-variations {
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  background: #6d717a;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 7px;
}
.single-product .summary .variations .reset-variations .mdi {
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.single-product .summary .variations .reset-variations:hover {
  background: #55585f;
}
.single-product .summary .variation-description {
  color: #808080;
}
.single-product .summary .product-config .list-inline-item {
  margin-right: 0;
}
.single-product .summary .product-config .mdi {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-left: 5px;
}
.single-product .summary .quantity {
  display: inline-block;
}
.single-product .summary .quantity .qty {
  max-width: 96px;
  text-align: center;
}
.single-product .summary .product-meta {
  background: #f6f6f6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single-product .summary .product-meta a {
  color: #2d98da;
}
.single-product .summary .product-meta a:hover {
  color: #ff5252;
}
.single-product .socials {
  margin-top: 15px;
}
.single-product .socials .list-inline-item {
  float: left;
  color: #c3c3c3;
}
.single-product .socials .list-inline-item .mdi {
  font-size: 24px;
}
.single-product .product-tabs ul.tabs {
  background: #f7f8fa;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.2);
}
.single-product .product-tabs ul.tabs li {
  float: right;
}
.single-product .product-tabs ul.tabs li a {
  padding: 10px 15px;
  border-left: 1px solid #eaedf2;
  color: #808080;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.single-product .product-tabs ul.tabs li a:first-child {
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.single-product .product-tabs ul.tabs li a:before {
  font-family: MDI;
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.single-product .product-tabs ul.tabs li.description_tab a:before {
  content: "\F14E";
}
.single-product .product-tabs ul.tabs li.additional_information_tab a:before {
  content: "\F4EB";
}
.single-product .product-tabs ul.tabs li.reviews_tab a:before {
  content: "\F188";
}
.single-product .product-tabs ul.tabs li.active {
  background: #ffffff;
}
.single-product .product-tabs ul.tabs li.active a {
  color: #2d98da;
  border-top-color: #2d98da;
}
.single-product .product-tabs .tabs-panel {
  padding: 15px;
}
.single-product .product-tabs .tabs-panel .panel-content-description img {
  max-width: 100%;
  height: auto;
}
.single-product .product-tabs .tabs-panel .panel-content-description img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.single-product .product-tabs .tabs-panel .panel-content-description img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.single-product .product-tabs .tabs-panel .panel-content-description img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-product .product-tabs .tabs-panel .panel-content-description .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-product .product-tabs .tabs-panel .panel-content-description .alignright {
  float: right;
}
.single-product .product-tabs .tabs-panel .panel-content-description .alignleft {
  float: left;
}
.single-product .product-tabs .tabs-panel .product-attributes {
  border-spacing: 5px;
  border-collapse: separate;
}
.single-product .product-tabs .tabs-panel .product-attributes tbody th,
.single-product .product-tabs .tabs-panel .product-attributes tbody td {
  text-align: right !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.single-product .product-tabs .tabs-panel .product-attributes th {
  background: #f6f6f6;
  width: 20%;
}
.single-product .product-tabs .tabs-panel .product-attributes td {
  background: #f7f8fa;
}
.single-product .product-tabs .tabs-panel .product-attributes .product_weight,
.single-product .product-tabs .tabs-panel .product-attributes .product_dimensions {
  direction: ltr;
}
#reviews .woocommerce-Reviews-title {
  margin-bottom: 20px;
  font-size: 24px;
}
#reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
#reviews .commentlist .review {
  background: #f7f8fa;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 15px;
}
#reviews .commentlist .review img.avatar {
  float: right;
  margin-left: 15px;
  border: 2px solid #eeeeee;
  padding: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  max-width: 60px;
  height: auto;
}
#reviews .commentlist .review .meta {
  font-size: 12px;
}
#reviews .commentlist .review .description {
  margin-top: 10px;
}
#reviews .commentlist .review .description p {
  text-align: justify;
}
#reviews .commentlist .review .comment {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .single-product .product-gallery .flex-control-nav li img {
    max-width: 54px;
  }
  .single-product .product-tabs li a {
    padding: 10px !important;
  }
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  left: 17px;
  top: 42px;
  z-index: 99;
}
.woocommerce-product-gallery__trigger img.emoji {
  display: none !important;
}
.woocommerce-product-gallery__trigger:before {
  content: "\F349";
  font-family: MDI;
  font-size: 22px;
  color: #a4a4a4;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: MDI;
  content: '\F4D2';
  text-indent: 0;
  color: #c3c3c3;
}
.woocommerce p.stars a:hover ~ a::before {
  content: '\F4D2';
  color: #c3c3c3;
}
.woocommerce p.stars:hover a::before {
  content: '\F4CE';
  color: #ffa502;
}
.woocommerce p.stars.selected a.active::before {
  content: '\F4CE';
  color: #ffa502;
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: '\F4D2';
  color: #c3c3c3;
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: '\F4CE';
  color: #ffa502;
}
.summary .quantity label.screen-reader-text {
  display: none;
}
.posts-content {
  padding-right: 30px;
  padding-left: 30px;
  background: #ffffff;
  margin-bottom: 1rem;
}
.posts-content .post-item {
  border: 1px solid #f6f6f6;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
.posts-content .post-item a {
  padding: 7px;
}
.posts-content .post-item a h2.post-title {
  font-size: 13px;
  margin-top: 10px;
}
.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.page-content img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.page-content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-content .alignright {
  float: right;
}
.page-content .alignleft {
  float: left;
}
@media (max-width: 575.99px) {
  .posts-content {
    background: #eeeff1;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .posts-content .post-item {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    margin-bottom: 15px;
  }
  .posts-content .pagination {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .posts-content .pagination ul.page-numbers {
    margin: 1rem;
  }
  .posts-content .pagination ul.page-numbers .page-numbers {
    margin-top: 0;
  }
}
.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: #f6f6f6;
  position: relative;
  color: #808080;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li a .step {
  background: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #c3c3c3;
  padding: 6px 8px 3px 7px;
  margin-left: 7px;
}
.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 #f6f6f6;
  position: absolute;
  left: -20px;
  top: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active a {
  background: #6d717a;
  color: #ffffff;
}
.woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active a:after {
  border-right-color: #6d717a;
}
.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%;
  }
}
.single-product .product-tabs ul.tabs li#tab-title-seller a:before {
  content: "\F4DC";
}
.woocommerce-Tabs-panel--seller h2 {
  font-size: 15px;
  margin-bottom: 15px;
}
.dokan-store-sidebar {
  margin-left: 0 !important;
}
.dokan-widget-area aside.widget {
  margin-bottom: 15px;
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  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: #f7f8fa;
  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: #27ae60;
  font-weight: 500;
}
.dokan-widget-area aside.widget .dokan-bestselling-product-widget del {
  background: #f6f6f6;
  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: #c3c3c3;
}
.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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
#dokan-content .profile-frame .profile-info-img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#dokan-content .profile-frame ul.dokan-store-info {
  padding-right: 20px;
}
#dokan-content .profile-frame ul.dokan-store-info i {
  margin-right: 0 !important;
  margin-left: 5px;
  color: #c3c3c3;
  width: 15px;
  margin-top: 0 !important;
  text-align: center;
}
#dokan-content .profile-frame .profile-layout-default .profile-info-summery {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.dokan-store-tabs {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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-content .seller-items {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  background: #ffffff;
}
#dokan-content #reviews {
  padding: 15px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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;
}
.page-content .post-meta {
  margin-bottom: 20px;
  font-size: 12px;
}
.page-content .post-meta a {
  color: #808080;
}
.page-content .post-meta a:hover {
  color: #2d98da;
}
.page-content .post-meta .mdi {
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  color: #c3c3c3;
}
.page-content .post-meta .mdi::before {
  line-height: 0;
}
.page-content .post-meta .mdi:not(:first-of-type) {
  margin-right: 7px;
}
.page-content .post-tags {
  margin-top: 15px;
  border-top: 1px solid #f6f6f6;
  padding-top: 15px;
}
.page-content .post-tags .mdi {
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  color: #c3c3c3;
}
.page-content .post-tags .mdi::before {
  line-height: 0;
}
.page-content .post-tags a {
  background: #f6f6f6;
  border: 1px solid #c3c3c3;
  line-height: 20px;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 20px;
  color: #808080;
}
.page-content .post-tags a:hover {
  background: #fcfcfc;
}
.related-card {
  margin-top: 15px;
}
.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 .mdi {
  color: #27ae60;
  margin-left: 7px;
}
.comment-card {
  margin-top: 15px;
}
.comment-card .card-body {
  padding: 0;
}
.comment-card .card-body .user-comment {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c3c3c3;
}
.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: #f6f6f6;
  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: #27ae60;
}
.comment-card #reply-title {
  font-size: 13px;
}
.comment-card ul.children {
  padding-right: 25px;
}
.comment-card .comment-approved {
  color: #ff5252;
}
ol.comment-list {
  padding-right: 0;
}
.widget-brands {
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: block;
  border: none;
}
.widget-brands a.item {
  margin: 4px;
}
.widget-brands a.item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 200ms ease-out;
}
.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;
  color: #808080;
}
.widget-brand-filter .list-group .list-group-item a:before {
  content: "\f131";
  font-family: MDI;
  float: right;
  font-size: 21px;
  color: #D4DBDE;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.widget-brand-filter .list-group .list-group-item.chosen a {
  color: #2d98da;
}
.widget-brand-filter .list-group .list-group-item.chosen a:before {
  content: "\f132";
  top: 0;
  color: #2d98da;
}
