@charset "UTF-8";
/*
Theme Name: ملی کالا
Theme URI: https://Qorfe.com
Author: غرفه
Author URI: https://Qorfe.com
Description: قالب فروشگاهی ملی کالا طراحی شده برای ووکامرس
Version: 12.2.8
*/
/*---------- variables section ----------*/
/*---------- mixins section ----------*/
/*---------- container styles section ----------*/
@media (min-width: 576px) {
  .container {
    max-width: 768px; } }
@media (min-width: 768px) {
  .container {
    max-width: 992px; } }
@media (min-width: 992px) {
  .container {
    max-width: 1070px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
/*---------- animation styles section ----------*/
@keyframes progressbar {
  from {
    width: 0; }
  to {
    width: 100%; } }
.animated {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes wave-offer {
  0% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f; }
  100% {
    box-shadow: 0 0 0 5px transparent, 0 0 0 7px rgba(231, 17, 78, 0), 0 0 0 20px transparent, 0 0 0 22px rgba(231, 17, 78, 0), 0 0 0 30px transparent, 0 0 0 32px rgba(231, 17, 78, 0), 0 0 0 55px transparent, 0 0 0 40px rgba(231, 17, 78, 0); } }
@keyframes wave-offer {
  0% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f, 0 0 0 0 transparent, 0 0 0 0 #af264f; }
  100% {
    box-shadow: 0 0 0 5px transparent, 0 0 0 7px rgba(231, 17, 78, 0), 0 0 0 20px transparent, 0 0 0 22px rgba(231, 17, 78, 0), 0 0 0 30px transparent, 0 0 0 32px rgba(231, 17, 78, 0), 0 0 0 55px transparent, 0 0 0 40px rgba(231, 17, 78, 0); } }
/*---------- form styles section ----------*/
.form-control,
.input-text,
.widget_search input[type=text],
.widget_product_search input[type=search],
textarea#comment,
#commentform #author,
#commentform #email,
#billing_city,
#billing_state,
#shipping_city,
#shipping_state {
  font-size: 13px;
  border-radius: 7px;
  color: #515151;
  padding: 7px !important;
  line-height: 2 !important;
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #979898;
  transition: all 200ms ease-out; }
  .form-control:focus,
  .input-text:focus,
  .widget_search input[type=text]:focus,
  .widget_product_search input[type=search]:focus,
  textarea#comment:focus,
  #commentform #author:focus,
  #commentform #email:focus,
  #billing_city:focus,
  #billing_state:focus,
  #shipping_city:focus,
  #shipping_state:focus {
    outline: none;
    box-shadow: none;
    border-color: #979898; }

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

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

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

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

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

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

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

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

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 7px; }
  .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.btn-primary {
  background-color: #00BFD6;
  color: #fff; }

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

.btn-secondary {
  background-color: #7a7a7a;
  color: #fff; }

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

.btn-success {
  background-color: #6ab946;
  color: #fff; }

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

.btn-info {
  background-color: #17a2b8;
  color: #fff; }

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

.btn-warning {
  background-color: #FFD700;
  color: #fff; }

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

.btn-danger {
  background-color: #EF5661;
  color: #fff; }

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

.button,
.widget_search input[type=submit],
.widget_product_search button {
  background-color: #00BFD6 !important;
  border-color: #00BFD6 !important; }
  .button:hover, .button:active, .button:focus, .button:not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled).active,
  .widget_search input[type=submit]:hover,
  .widget_search input[type=submit]:active,
  .widget_search input[type=submit]:focus,
  .widget_search input[type=submit]:not([disabled]):not(.disabled):active,
  .widget_search input[type=submit]:not([disabled]):not(.disabled).active,
  .widget_product_search button:hover,
  .widget_product_search button:active,
  .widget_product_search button:focus,
  .widget_product_search button:not([disabled]):not(.disabled):active,
  .widget_product_search button:not([disabled]):not(.disabled).active {
    background-color: #00d1ea !important; }

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

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

/*---------- badge styles section ----------*/
.badge {
  font-size: 85%;
  font-weight: 400; }
  .badge.badge-primary {
    background: #00BFD6; }
  .badge.badge-secondary {
    background: #7a7a7a; }
  .badge.badge-success {
    background: #6ab946; }
  .badge.badge-danger {
    background: #EF5661; }
  .badge.badge-warning {
    background: #FFD700; }
  .badge.badge-info {
    background: #17a2b8; }
  .badge.badge-light {
    background: #f5f5f5; }
  .badge.badge-dark {
    background: #515151; }

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

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev {
  left: 0 !important; }
  .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-next.carousel-item-right,
  .carousel-fade .carousel-item-prev.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    -webkit-transform: none;
    transform: none; }
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-next.active.carousel-item-right, .carousel-fade .carousel-item-next.active.carousel-item-left,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active.carousel-item-right,
  .carousel-fade .carousel-item-prev.active.carousel-item-left {
    -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; }

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

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

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

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

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

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

.owl-carousel .owl-item img {
  display: block;
  height: auto;
  margin: auto; }

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

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

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

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

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

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

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

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

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

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

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

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

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

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

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

body.irk-line-star.woocommerce .comment-text .star-rating {
  height: 3em;
  width: 5.4em;
  font-family: IranYekan, sans-serif, Tahoma; }
  body.irk-line-star.woocommerce .comment-text .star-rating::before {
    content: '';
    background: #e0e1e2;
    width: 100%;
    height: 0.5em; }
  body.irk-line-star.woocommerce .comment-text .star-rating span {
    padding-top: .5em; }
  body.irk-line-star.woocommerce .comment-text .star-rating span::before {
    content: ''; }
  body.irk-line-star.woocommerce .comment-text .star-rating span:not(.count) {
    background: #00BFD6; }
    body.irk-line-star.woocommerce .comment-text .star-rating span:not(.count)::before {
      background: #00BFD6; }
  body.irk-line-star.woocommerce .comment-text .star-rating .count {
    margin-top: 5px;
    font-size: 12px;
    color: #515151; }

body.irk-line-star.woocommerce p.stars a::before {
  width: 100%;
  border-radius: 4px;
  height: 6px;
  background: #e0e1e2 !important;
  line-height: 1;
  content: "" !important; }

body.irk-line-star.woocommerce p.stars:hover a::before {
  content: '' !important;
  background: #00BFD6 !important; }

body.irk-line-star.woocommerce p.stars a:hover ~ a::before {
  content: '' !important;
  background: #e0e1e2 !important; }

body.irk-line-star.woocommerce p.stars a {
  position: relative;
  width: 60px !important;
  margin: 20px 1px !important; }

body.irk-line-star.woocommerce p.stars.selected a.active ~ a::before {
  content: '';
  background: #e0e1e2 !important; }

body.irk-line-star.woocommerce p.stars.selected a:not(.active)::before {
  content: '';
  background: #00BFD6 !important; }

body.irk-line-star.woocommerce p.stars.selected a.active::before {
  content: '';
  background: #00BFD6 !important; }

body.irk-line-star.woocommerce p.stars a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  z-index: 2;
  border-radius: 50%;
  top: 3px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  background-color: #00BFD6;
  cursor: pointer;
  left: calc(24% - 21px); }

body.irk-line-star.woocommerce p.stars a:nth-child(5)::after {
  display: none !important; }

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

.pagination {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 15px;
  font-size: 16px; }
  .pagination .page-numbers {
    background: #fff;
    padding: 2px 14px;
    margin: 2px;
    color: #979898;
    border: 1px solid transparent;
    border-radius: 3px; }
    .pagination .page-numbers.current, .pagination .page-numbers:hover {
      background: #f8f9fa;
      border-color: #d7d8d9;
      box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11); }

/*---------- message styles section ----------*/
.woocommerce-message {
  background: #d4edda;
  border-top-color: #6ab946;
  color: #5fa73f; }
  .woocommerce-message:before {
    color: #6ab946; }
  .woocommerce-message .button {
    line-height: 20px !important;
    font-size: 12px; }

.woocommerce-info {
  background: #d1ecf1;
  border-top-color: #17a2b8;
  color: #148ea1; }
  .woocommerce-info:before {
    color: #17a2b8; }

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

/*---------- table styles section ----------*/
.woocommerce table.shop_table {
  border: 1px solid #e0e1e2;
  margin: 0;
  border-radius: 0;
  font-size: 13px;
  border-spacing: 0; }
  .woocommerce table.shop_table th {
    background: #F5FCFD; }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding-top: 15px;
    padding-bottom: 15px; }
  .woocommerce table.shop_table td {
    border-top: 1px solid #e0e1e2; }

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #f8f9fa; } }
/*---------- modal styles section ----------*/
.modal {
  z-index: 99999; }

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

#quickview-modal .modal-header {
  border-bottom: none; }
#quickview-modal .modal-content {
  border-radius: 0;
  border: none; }
#quickview-modal .modal-body .right-col {
  text-align: center; }
#quickview-modal .modal-body .left-col .en-tile {
  color: #979898; }
  #quickview-modal .modal-body .left-col .en-tile + hr {
    margin: 7px 0; }
#quickview-modal .modal-body .left-col .short-description {
  margin: 15px 0; }
#quickview-modal .modal-body .left-col .price {
  color: #EF5661;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0; }
  #quickview-modal .modal-body .left-col .price del {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #979898;
    font-weight: 400; }
#quickview-modal .modal-body .left-col .product-delivery {
  margin: 15px 0; }
  #quickview-modal .modal-body .left-col .product-delivery .list-group-item {
    padding: 7px 0; }
    #quickview-modal .modal-body .left-col .product-delivery .list-group-item a {
      color: #00BFD6;
      border-bottom: 1px dashed #00BFD6; }
    #quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi {
      font-size: 24px;
      position: relative;
      top: 14px;
      left: 7px;
      color: #d7d8d9;
      float: right; }
      #quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi.mdi-store {
        color: #17a2b8; }
      #quickview-modal .modal-body .left-col .product-delivery .list-group-item .mdi.mdi-package-variant-closed {
        color: #EF5661; }
#quickview-modal .modal-body .left-col .alert {
  border-radius: 0; }
#quickview-modal .modal-body .left-col .a2c-success {
  display: none; }
#quickview-modal .modal-body .left-col .alert-warning {
  background-color: #fffde4;
  border: 1px solid #f6e8a1;
  color: #a37731;
  padding: 10px;
  margin-top: 10px; }
#quickview-modal .modal-body .left-col .minus, #quickview-modal .modal-body .left-col .plus {
  padding: 5px 8px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 7px; }
  #quickview-modal .modal-body .left-col .minus .mdi, #quickview-modal .modal-body .left-col .plus .mdi {
    font-size: 20px;
    position: relative;
    top: 4px; }
#quickview-modal .modal-body .left-col .qty {
  width: 3.6em;
  display: inline-block;
  text-align: center; }
#quickview-modal .modal-body .left-col .quickview-a2c {
  position: relative;
  padding-right: 40px !important;
  padding-left: 10px !important;
  font-size: 16px;
  border: 1px solid #00BFD6 !important; }
  #quickview-modal .modal-body .left-col .quickview-a2c:before {
    right: 10px;
    content: '\f112';
    font-family: "Material Design Icons";
    font-size: 26px;
    top: 5px;
    position: absolute; }
#quickview-modal .modal-body .left-col .product-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e1e2; }
  #quickview-modal .modal-body .left-col .product-meta a {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6; }

#quickview-modal .modal-dialog {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0); }

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

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
/*---------- breadcrumbs styles section ----------*/
.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  color: #979898; }
  .breadcrumb a {
    color: #979898; }

/*---------- tooltip styles section ----------*/
.tooltip-inner {
  font-family: IranYekan;
  font-size: 10px;
  background: #7a7a7a;
  padding: 5px 10px;
  border-radius: 5px; }

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #7a7a7a; }

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #7a7a7a; }

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #7a7a7a; }

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #7a7a7a; }

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #7a7a7a; }

/*---------- global styles section ----------*/
pre, .xdebug-error {
  text-align: left !important; }

body {
  font-size: 13px;
  font-style: normal;
  line-height: 32px;
  background-color: #f5f5f5;
  direction: rtl;
  font-weight: 400;
  text-align: right;
  color: #515151; }

a {
  color: #515151;
  text-decoration: none;
  transition: all 200ms ease-out; }
  a:hover, a:active, a:focus {
    color: #515151;
    text-decoration: none;
    outline: none; }

.mdi {
  line-height: 0; }
  .mdi :before {
    line-height: 0; }

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

.list-inline-item:last-child {
  margin-right: .5rem; }

.list-inline-item:first-child {
  margin-right: 0; }

.price ins {
  text-decoration: none; }

.carousel-indicators {
  list-style-type: none !important; }

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

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

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

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

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

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

.woocommerce-store-notice, p.demo_store {
  background-color: #FFD700; }
  .woocommerce-store-notice a, p.demo_store a {
    text-decoration: none; }

@media (max-width: 992px) {
  .top-ads {
    display: none; } }
@media (min-width: 992px) {
  .sidebar-sticky {
    height: 100%;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%; } }
/* disable sticky sidebar for Edge and IE  */
@supports (-ms-ime-align: auto) {
  .sidebar-sticky {
    position: static; } }
/*---------- main styles section ----------*/
.main {
  margin-top: 15px;
  transition: all 200ms ease-out;
  transition-duration: 350ms; }

body.header-sticky .main {
  margin-top: 15px; }

@media (max-width: 992px) {
  .main {
    margin-top: 152px; } }
@media (max-width: 992px) {
  body.logged-in.woocommerce-account .main {
    margin-top: 137px; }

  body.header-sticky.logged-in.woocommerce-account .main {
    margin-top: 15px; } }
@media (max-width: 992px) {
  body.archive.post-type-archive-product .main,
  body.archive.tax-product_cat .main {
    margin-top: 152px; }

  body.header-sticky.archive.post-type-archive-product .main,
  body.header-sticky.archive.tax-product_cat .main {
    margin-top: 0; } }
/*---------- main-header styles section ----------*/
.main-header {
  background: #fff;
  padding-top: 15px;
  z-index: 99;
  position: relative; }
  @media (max-width: 992px) {
    .main-header .logo-wrapper {
      display: none; }
    .main-header .search-form-wrapper {
      transition: all 200ms ease-out;
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .main-header .search-form-wrapper-full {
      transition: all 200ms ease-out;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

@media (max-width: 992px) {
  .main-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e1e2;
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 200ms ease-out;
    transition-duration: 400ms; }

  .main-header.nav-up {
    top: -137px; } }
.main-header .search-form {
  position: relative; }
  .main-header .search-form .search {
    background: #ECEFF1;
    border-color: #D7DEE0;
    padding-left: 64px; }
  .main-header .search-form #product_cat {
    position: absolute;
    left: 58px;
    top: 1px;
    z-index: 51;
    width: 109px;
    height: 40px;
    border: none;
    border-radius: 0;
    background: #ECEFF1;
    border-right: 1px solid #D7DEE0; }
  @media (max-width: 992px) {
    .main-header .search-form .search {
      background: #fff;
      border-color: #979898;
      padding-left: 7px !important;
      padding-right: 50px !important; }
    .main-header .search-form #product_cat {
      left: 2px;
      background: #fff;
      border-right: 1px solid #D7DEE0;
      border-radius: 7px 0 0 7px; } }
  .main-header .search-form .btn {
    position: absolute;
    left: 0;
    top: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    z-index: 51; }
    .main-header .search-form .btn .mdi {
      left: 0; }
  @media (max-width: 992px) {
    .main-header .search-form .btn {
      left: auto;
      right: 0;
      border-radius: 0 7px 7px 0 !important;
      background: #fff;
      border: 1px solid #979898 !important;
      padding: 4px 6px !important; }
      .main-header .search-form .btn .mdi {
        color: #979898; } }
  .main-header .search-form .loader {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 68px; }
    @media (max-width: 992px) {
      .main-header .search-form .loader {
        left: 8px; } }
  .main-header .search-form .ajax-results {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    width: calc(100% - 56px);
    border-top: 1px solid #D7DEE0;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000; }
    .main-header .search-form .ajax-results .list-group {
      margin: 7px 0; }
      .main-header .search-form .ajax-results .list-group .list-group-item .wp-post-image {
        float: right;
        max-width: 30px;
        height: auto;
        margin: 7px;
        border-radius: 50%;
        border: 1px solid #d7d8d9; }
        @media (max-width: 576px) {
          .main-header .search-form .ajax-results .list-group .list-group-item .wp-post-image {
            display: none; } }
      .main-header .search-form .ajax-results .list-group .list-group-item a {
        display: block;
        padding: 6px 15px; }
        .main-header .search-form .ajax-results .list-group .list-group-item a:hover {
          background: #f8f9fa; }
        @media (max-width: 576px) {
          .main-header .search-form .ajax-results .list-group .list-group-item a {
            font-size: 12px;
            line-height: 26px;
            padding-right: 5px;
            padding-left: 5px; } }
  @media (max-width: 992px) {
    .main-header .search-form .ajax-results {
      left: 0;
      max-height: 280px;
      overflow-y: auto; } }

.main-header .header-action .user-dropdown {
  display: inline-block;
  float: left; }
  .main-header .header-action .user-dropdown > .btn {
    background: transparent;
    color: #515151 !important; }
    .main-header .header-action .user-dropdown > .btn:after {
      display: inline-block;
      width: auto;
      height: auto;
      margin-left: 0;
      vertical-align: .255em;
      content: "\f140";
      font-family: "Material Design Icons";
      border: none;
      line-height: 0;
      margin-right: 10px;
      font-size: 20px;
      position: relative;
      top: 11px;
      left: 0;
      color: #7a7a7a; }
  .main-header .header-action .user-dropdown .dropdown-menu {
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
    border: none;
    border-top: 4px solid #EF5661;
    border-radius: 0; }
    .main-header .header-action .user-dropdown .dropdown-menu:before {
      content: '';
      width: 6px;
      height: 6px;
      border-top: none;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #EF5661;
      position: absolute;
      left: 30px;
      top: -10px; }
    .main-header .header-action .user-dropdown .dropdown-menu .dropdown-item {
      padding-right: 1rem;
      padding-left: 3rem;
      font-size: 13px; }
      .main-header .header-action .user-dropdown .dropdown-menu .dropdown-item .mdi {
        font-size: 20px;
        position: relative;
        top: 3px;
        left: 4px;
        color: #979898; }
      .main-header .header-action .user-dropdown .dropdown-menu .dropdown-item:hover, .main-header .header-action .user-dropdown .dropdown-menu .dropdown-item:focus {
        background: #f7fafc;
        color: #515151; }
  .main-header .header-action .user-dropdown .logged-out {
    text-align: center; }
    .main-header .header-action .user-dropdown .logged-out .dropdown-item {
      padding-left: 1rem; }
      .main-header .header-action .user-dropdown .logged-out .dropdown-item:hover, .main-header .header-action .user-dropdown .logged-out .dropdown-item:focus {
        background: transparent; }
      .main-header .header-action .user-dropdown .logged-out .dropdown-item .register {
        color: #00BFD6;
        border-bottom: 1px dashed transparent;
        padding-right: 10px;
        padding-left: 10px; }
        .main-header .header-action .user-dropdown .logged-out .dropdown-item .register:hover {
          border-bottom: 1px dashed #00BFD6; }
.main-header .header-action .mini-cart .dropdown-toggle {
  float: left;
  color: #00BFD6 !important;
  border: 1px solid #00BFD6 !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  background-color: #fff; }
  .main-header .header-action .mini-cart .dropdown-toggle:after {
    display: none; }
  .main-header .header-action .mini-cart .dropdown-toggle .mdi {
    color: #00BFD6; }
  .main-header .header-action .mini-cart .dropdown-toggle .badge {
    width: 26px;
    height: 25px;
    border-radius: 50%;
    font-size: 100%;
    padding: 8px 9px 4px 9px;
    margin-right: 7px; }
  .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty {
    color: #fff !important;
    background: #00BFD6 !important; }
    .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty .mdi {
      color: #fff !important; }
    .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty .badge {
      background: #fff !important;
      color: #00BFD6 !important; }
.main-header .header-action .mini-cart .dropdown-menu {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  font-size: 12px;
  line-height: 26px;
  color: #515151;
  border-color: #d7d8d9;
  border-radius: 0 0 8px 8px;
  margin-top: 10px;
  min-width: 24rem; }
  .main-header .header-action .mini-cart .dropdown-menu:before {
    content: '';
    transform: rotate(45deg);
    border-left: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    background-color: #fff;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6.5px;
    left: 30px; }
  .main-header .header-action .mini-cart .dropdown-menu .woocommerce-mini-cart__empty-message {
    margin-bottom: 0; }
.main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list {
  display: table;
  padding-right: 0;
  list-style: none; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .amazing-img-wrapper {
    display: none !important; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item a {
    font-weight: normal;
    line-height: 26px;
    color: #000; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .remove {
    font-size: 20px;
    font-weight: bold;
    color: #EF5661;
    background-color: transparent; }
    .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .remove:hover {
      background-color: transparent;
      color: #EF5661 !important; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .attachment-woocommerce_thumbnail {
    width: 42px;
    height: auto;
    float: right;
    margin-left: 7px; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .quantity {
    color: #979898;
    line-height: 13px;
    font-size: 10px; }
    .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .quantity del, .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item .quantity .discount-percent {
      display: none !important; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation {
    color: #00BFD6;
    line-height: 13px;
    font-size: 10px;
    border: none !important; }
    .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dt {
      font-weight: 400; }
    .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dd {
      margin: 0; }
      .main-header .header-action .mini-cart .woocommerce-mini-cart.cart_list .mini_cart_item dl.variation dd p {
        margin-bottom: 0; }
.main-header .header-action .mini-cart .woocommerce-mini-cart__total {
  margin: 15px 0;
  font-size: 13px; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart__total strong {
    font-weight: 400; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart__total .amount {
    font-weight: 500;
    font-size: 16px;
    color: #EF5661; }
.main-header .header-action .mini-cart .woocommerce-mini-cart__buttons {
  background-color: #f5f5f5;
  text-align: center;
  margin: 0 -10px -10px -10px;
  border-radius: 0 0 8px 8px; }
  .main-header .header-action .mini-cart .woocommerce-mini-cart__buttons .button {
    margin: 10px 3px;
    display: inline-block; }
@media (max-width: 992px) {
  .main-header .header-action .user-dropdown, .main-header .header-action .cart-dropdown {
    display: none; } }
.main-header .header-action .show-mobile {
  text-align: center; }
  .main-header .header-action .show-mobile a {
    padding-left: 10px;
    padding-right: 10px; }
    .main-header .header-action .show-mobile a .mdi {
      font-size: 32px;
      position: relative;
      top: 16px;
      left: 0;
      color: #979898; }
  .main-header .header-action .show-mobile .logged-in .mdi {
    color: #6ab946; }
  .main-header .header-action .show-mobile .badge {
    display: none; }
  .main-header .header-action .show-mobile .cart-not-empty {
    position: relative; }
    .main-header .header-action .show-mobile .cart-not-empty .badge {
      display: inline-block;
      position: absolute;
      left: -7px;
      top: 3px;
      width: 26px;
      height: 25px;
      border-radius: 50%;
      font-size: 100%;
      padding: 8px 9px 4px 9px;
      margin-right: 7px; }
@media (min-width: 992px) {
  .main-header .header-action .show-mobile {
    display: none; } }
@media (max-width: 576px) {
  .main-header .header-action .show-mobile a {
    padding-left: 2px;
    padding-right: 2px; } }
@media (max-width: 768px) {
  .main-header .header-action.hidden {
    display: none; } }

body.header-sticky .main-header {
  top: -137px; }

@media (min-width: 992px) {
  .main-header2 .header-action .cart-dropdown,
  .main-header2 .header-action .user-dropdown {
    float: right; }
    .main-header2 .header-action .cart-dropdown .dropdown-menu:before,
    .main-header2 .header-action .user-dropdown .dropdown-menu:before {
      right: 30px;
      left: auto; }
  .main-header2 .search-form .search {
    background: #fff; }
  .main-header2 .search-form #product_cat {
    background: #fff;
    border-left: 1px solid #D7DEE0; }
  .main-header2 .search-form .btn-danger {
    background-color: #fff;
    border: 1px solid #e0e1e2 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    border-right: none !important; }
    .main-header2 .search-form .btn-danger:hover, .main-header2 .search-form .btn-danger:active, .main-header2 .search-form .btn-danger:focus, .main-header2 .search-form .btn-danger:not([disabled]):not(.disabled):active, .main-header2 .search-form .btn-danger:not([disabled]):not(.disabled).active {
      background: #fff; }
    .main-header2 .search-form .btn-danger .mdi {
      color: #979898; } }
@media (min-width: 992px) {
  .main-header3 .search-form .search {
    border-color: #ECEFF1;
    padding: 10px !important; }
    .main-header3 .search-form .search:focus {
      background: #fff; }
      .main-header3 .search-form .search:focus + input + button {
        background: #fff;
        border-right-color: transparent !important; }
  .main-header3 .search-form #product_cat {
    height: 46px; }
  .main-header3 .search-form .btn-danger {
    background: #ECEFF1;
    border: 1px solid #ECEFF1 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
    .main-header3 .search-form .btn-danger:focus, .main-header3 .search-form .btn-danger:active {
      background: #fff; }
    .main-header3 .search-form .btn-danger .mdi {
      color: #979898; }
  .main-header3 .header-action .user-dropdown {
    margin-left: 10px; }
    .main-header3 .header-action .user-dropdown > .btn {
      border: 1px solid #e0e1e2 !important;
      padding-right: 50px !important;
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      position: relative; }
      .main-header3 .header-action .user-dropdown > .btn:after {
        display: none; }
      .main-header3 .header-action .user-dropdown > .btn:before {
        display: inline-block;
        content: "\F013";
        font-family: "Material Design Icons";
        line-height: 0;
        font-size: 27px;
        position: relative;
        top: 11px;
        left: 0;
        color: #7a7a7a;
        position: absolute !important;
        left: auto;
        right: 12px;
        top: 23px; }
  .main-header3 .header-action .mini-cart .dropdown-toggle {
    border: none !important;
    position: relative;
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
    .main-header3 .header-action .mini-cart .dropdown-toggle:before {
      content: '';
      border-right: 1px solid #e0e1e2;
      height: 30px;
      width: 1px;
      top: 9px;
      right: 0;
      position: absolute; }
    .main-header3 .header-action .mini-cart .dropdown-toggle .mdi {
      color: #7a7a7a; }
    .main-header3 .header-action .mini-cart .dropdown-toggle span:not(.badge) {
      display: none; }
    .main-header3 .header-action .mini-cart .dropdown-toggle .badge {
      position: absolute;
      left: 17px;
      top: 24px;
      border-radius: 3px;
      width: 17px;
      height: 17px;
      padding: 3px 0;
      background: #EF5661; }
  .main-header3 .header-action .mini-cart .dropdown-toggle.cart-not-empty {
    color: #7a7a7a !important;
    background: transparent !important; }
    .main-header3 .header-action .mini-cart .dropdown-toggle.cart-not-empty .mdi {
      color: #7a7a7a !important; }
    .main-header3 .header-action .mini-cart .dropdown-toggle.cart-not-empty .badge {
      background: #EF5661 !important;
      color: #fff !important; } }
/*---------- top-menu styles section ----------*/
.top-menu {
  padding: 0;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .top-menu {
      margin-top: -7px; } }
  .top-menu .navbar-nav {
    padding-right: 0; }
    .top-menu .navbar-nav .menu-item a {
      display: inline-block;
      padding: 10px; }
      @media (min-width: 992px) {
        .top-menu .navbar-nav .menu-item a {
          display: block;
          padding-top: 0;
          padding-bottom: 0; } }
      .top-menu .navbar-nav .menu-item a:hover {
        color: #979898; }

/*---------- cat-menu styles section ----------*/
.cat-menu {
  background: #616161;
  margin-top: 15px;
  border-bottom: 2px solid #000;
  z-index: 99; }
  .cat-menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08); }
    .cat-menu.sticky .list-inline > .list-inline-item > a {
      padding-bottom: 0; }
    .cat-menu.sticky .list-inline > .list-inline-item .cat-icon {
      font-size: 16px;
      margin-top: 7px;
      margin-bottom: 4px; }
  .cat-menu .list-inline {
    margin-bottom: 0;
    padding-right: 0;
    position: relative; }
    .cat-menu .list-inline > .list-inline-item {
      margin-right: 0; }
      .cat-menu .list-inline > .list-inline-item > a, .cat-menu .list-inline > .list-inline-item > span {
        color: #fff;
        padding: 2px 12px 4px;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        position: relative;
        top: 2px; }
        .cat-menu .list-inline > .list-inline-item > a:hover, .cat-menu .list-inline > .list-inline-item > span:hover {
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }
      .cat-menu .list-inline > .list-inline-item:hover > a {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
        border-bottom: 2px solid #EF5661; }
      .cat-menu .list-inline > .list-inline-item .cat-icon {
        display: block;
        text-align: center;
        margin-top: 15px;
        font-size: 24px;
        margin-bottom: 10px;
        transition: all 200ms ease-out; }
    .cat-menu .list-inline .menu-item-has-children {
      position: relative; }
      .cat-menu .list-inline .menu-item-has-children .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: calc(100% + 2px);
        right: 0;
        min-width: 220px;
        background: #fff;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
        transition: all 200ms ease-out; }
        .cat-menu .list-inline .menu-item-has-children .sub-menu li {
          display: block;
          width: 100%;
          margin-right: 0; }
        .cat-menu .list-inline .menu-item-has-children .sub-menu a {
          display: block;
          padding: 4px 15px; }
          .cat-menu .list-inline .menu-item-has-children .sub-menu a:hover {
            background: #f7fafc; }
        .cat-menu .list-inline .menu-item-has-children .sub-menu .sub-menu {
          right: 100%;
          top: 0; }
        .cat-menu .list-inline .menu-item-has-children .sub-menu .menu-item-has-children:hover > a {
          background: #f7fafc; }
      .cat-menu .list-inline .menu-item-has-children > .sub-menu {
        box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32); }
      .cat-menu .list-inline .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1; }
    .cat-menu .list-inline .menu-item-has-children:not(.mega-menu) .sub-menu .menu-item-has-children > .nav-link {
      position: relative; }
      .cat-menu .list-inline .menu-item-has-children:not(.mega-menu) .sub-menu .menu-item-has-children > .nav-link:before {
        position: absolute !important;
        content: '\f141';
        font-family: "Material Design Icons";
        font-size: 13px;
        position: relative;
        top: 4px;
        left: 5px;
        color: #979898; }
    .cat-menu .list-inline .amazing-item {
      float: left;
      background-color: #4D4D4D; }

.cat-menu .list-inline-item.mega-menu {
  position: static; }
  .cat-menu .list-inline-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    .cat-menu .list-inline-item.mega-menu .sub-menu .mdi-chevron-left {
      font-size: 20px;
      position: relative;
      top: 5px;
      left: 50;
      color: #00BFD6; }
    .cat-menu .list-inline-item.mega-menu .sub-menu a {
      line-height: 26px; }
      .cat-menu .list-inline-item.mega-menu .sub-menu a:hover {
        font-weight: 500; }
    .cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu {
      visibility: hidden;
      opacity: 0;
      position: static;
      width: 100%;
      box-shadow: none;
      background: transparent !important; }
      .cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu li {
        width: 100%; }
        .cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu li a {
          color: #4A5F73; }
          .cat-menu .list-inline-item.mega-menu .sub-menu .sub-menu li a:hover {
            background: transparent; }
    .cat-menu .list-inline-item.mega-menu .sub-menu .menu-item-has-children:hover > a {
      background: transparent; }
  .cat-menu .list-inline-item.mega-menu > .sub-menu {
    padding-top: 15px;
    padding-bottom: 15px; }
    .cat-menu .list-inline-item.mega-menu > .sub-menu > li {
      float: right;
      width: 100%;
      padding-right: 15px; }
      .cat-menu .list-inline-item.mega-menu > .sub-menu > li > a {
        color: #00BFD6;
        display: inline-block;
        border-bottom: 1px dashed transparent;
        padding-right: 0;
        padding-left: 0; }
        .cat-menu .list-inline-item.mega-menu > .sub-menu > li > a:hover {
          border-bottom: 1px dashed #00BFD6;
          background: transparent !important; }
  .cat-menu .list-inline-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1; }
  .cat-menu .list-inline-item.mega-menu.mega-menu-col-2 li {
    width: 32.99%; }
  .cat-menu .list-inline-item.mega-menu.mega-menu-col-3 li {
    width: 24.99%; }
  .cat-menu .list-inline-item.mega-menu.mega-menu-col-4 li {
    width: 19.99%; }
  .cat-menu .list-inline-item.mega-menu.mega-menu-col-5 li {
    width: 16.65%; }
  .cat-menu .list-inline-item.mega-menu.mega-menu-col-6 li {
    width: 14.27%; }

.cat-menu .list-inline:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
.cat-menu #magic-line {
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 2px;
  background: #EF5661;
  transition: all 200ms ease-out;
  transition-duration: 300ms; }

@media (max-width: 992px) {
  .cat-menu {
    display: none; } }
@media (min-width: 992px) {
  .main-header3 .cat-menu {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.08); }
    .main-header3 .cat-menu .list-inline > .list-inline-item:hover > a {
      box-shadow: none; }
    .main-header3 .cat-menu .list-inline > .list-inline-item > a, .main-header3 .cat-menu .list-inline > .list-inline-item > span {
      color: #515151; }
      .main-header3 .cat-menu .list-inline > .list-inline-item > a:hover, .main-header3 .cat-menu .list-inline > .list-inline-item > span:hover {
        box-shadow: none; }
    .main-header3 .cat-menu .new-cat-menu > .nav-link {
      position: relative;
      padding-right: 35px; }
      .main-header3 .cat-menu .new-cat-menu > .nav-link:before {
        content: '\F35C';
        font-family: "Material Design Icons";
        line-height: 0;
        font-size: 27px;
        position: relative;
        top: 11px;
        left: 0;
        color: #515151;
        position: absolute;
        right: 0;
        top: 17px; }
      .main-header3 .cat-menu .new-cat-menu > .nav-link:after {
        content: '';
        width: 1px;
        height: 20px;
        background: #e0e1e2;
        position: absolute;
        left: 0;
        top: 6px; }
    .main-header3 .cat-menu .new-cat-menu > .sub-menu {
      background: #f5f5f5;
      border-bottom-right-radius: 8px; }
      .main-header3 .cat-menu .new-cat-menu > .sub-menu .menu-item-has-children > .nav-link:before {
        top: 8px !important; }
      .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item {
        padding: 5px 5px 5px 0; }
        .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item:hover > .nav-link {
          background: #fff;
          color: #EF5661; }
          .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item:hover > .nav-link .cat-icon {
            color: #EF5661; }
        .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item > .nav-link {
          padding-right: 40px;
          padding-top: 7px;
          padding-bottom: 7px;
          border-radius: 0 8px 8px 0;
          position: relative; }
          .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item > .nav-link:hover {
            background: #fff;
            color: #EF5661; }
          .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.menu-item > .nav-link .cat-icon {
            position: absolute;
            font-size: 20px;
            top: 8px;
            right: 10px; }
      .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu > .sub-menu {
        box-shadow: none;
        border-radius: 0 0 0 8px; }
        .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu > .sub-menu .mdi-chevron-left {
          color: #515151; }
        .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu > .sub-menu > .menu-item > .nav-link {
          color: #515151;
          font-weight: bold; }
          .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu > .sub-menu > .menu-item > .nav-link:before {
            display: none; }
      .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu.active .sub-menu {
        visibility: visible;
        opacity: 1; }
      .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu.active > .nav-link {
        background: #fff;
        color: #EF5661; }
        .main-header3 .cat-menu .new-cat-menu > .sub-menu > li.mega-menu.active > .nav-link .cat-icon {
          color: #EF5661; }
    .main-header3 .cat-menu .list-inline .amazing-item {
      background-color: #fff; }
  .main-header3 .cat-menu.sticky .new-cat-menu > .sub-menu > li.menu-item > .nav-link .cat-icon {
    top: 15px; } }
/*---------- widget styles section ----------*/
.widget, .brand-slider {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;
  border: none;
  margin-bottom: 15px; }
  .widget .card-header, .brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .widget .card-header .card-title, .brand-slider .card-header .card-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .widget .card-header, .brand-slider .card-header {
    border-bottom: 1px solid #f5f5f5; }

@media (max-width: 992px) {
  aside.sidebar .widget, aside.sidebar .brand-slider,
  .wpb_content_element .widget,
  .wpb_content_element .brand-slider {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
    background: #fff;
    padding: 30px;
    border: 1px solid #e0e1e2;
    border-radius: 0; } }
  @media (max-width: 992px) and (max-width: 576px) {
    aside.sidebar .widget, aside.sidebar .brand-slider,
    .wpb_content_element .widget,
    .wpb_content_element .brand-slider {
      padding: 15px; } }
@media (max-width: 992px) {
    aside.sidebar .widget .card-header, aside.sidebar .brand-slider .card-header,
    .wpb_content_element .widget .card-header,
    .wpb_content_element .brand-slider .card-header {
      border-radius: 0;
      padding: 0;
      background-color: transparent;
      border-bottom: none;
      margin-bottom: 15px; }
      aside.sidebar .widget .card-header .card-title, aside.sidebar .brand-slider .card-header .card-title,
      .wpb_content_element .widget .card-header .card-title,
      .wpb_content_element .brand-slider .card-header .card-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0;
        padding-bottom: 10px; }
    aside.sidebar .widget .card-body, aside.sidebar .brand-slider .card-body,
    .wpb_content_element .widget .card-body,
    .wpb_content_element .brand-slider .card-body {
      padding: 0; }
    aside.sidebar .widget .card-footer, aside.sidebar .brand-slider .card-footer,
    .wpb_content_element .widget .card-footer,
    .wpb_content_element .brand-slider .card-footer {
      border-top: 1px solid #f5f5f5;
      margin-top: 30px;
      margin-right: -30px;
      margin-left: -30px;
      margin-bottom: -30px;
      background-color: #f8f9fa; } }
    @media (max-width: 992px) and (max-width: 576px) {
      aside.sidebar .widget .card-footer, aside.sidebar .brand-slider .card-footer,
      .wpb_content_element .widget .card-footer,
      .wpb_content_element .brand-slider .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }

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

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

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

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

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

.widget_categories {
  padding: 0;
  border-radius: 0; }
  .widget_categories .card-header {
    text-align: center;
    background-color: #00BFD6 !important;
    color: #fff; }
    .widget_categories .card-header .card-title {
      padding-top: 10px; }
  .widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .widget_categories ul a {
      display: block; }
      .widget_categories ul a .mdi {
        font-size: 20px;
        position: relative;
        top: 5px;
        left: 5px;
        color: #979898;
        width: 24px;
        display: inline-block; }
      .widget_categories ul a:hover {
        color: #00BFD6; }
  .widget_categories .cat-item a {
    padding: 10px 15px; }
  .widget_categories .cat-item .children {
    background: #f8f9fa;
    padding-right: 15px; }
    .widget_categories .cat-item .children .cat-item a {
      color: #979898; }
      .widget_categories .cat-item .children .cat-item a:before {
        font-family: "Material Design Icons";
        content: '\f764';
        font-size: 8px;
        position: relative;
        top: 0;
        left: 5px;
        color: #d7d8d9; }
      .widget_categories .cat-item .children .cat-item a:hover {
        color: #00BFD6; }

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

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

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

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

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

.widget-posts .list-group .list-group-item,
.widget-news .list-group .list-group-item,
.widget-related-posts .list-group .list-group-item {
  padding: 0; }
  .widget-posts .list-group .list-group-item img.post-thumb,
  .widget-news .list-group .list-group-item img.post-thumb,
  .widget-related-posts .list-group .list-group-item img.post-thumb {
    border-radius: 100%;
    margin-left: 7px;
    max-width: 64px;
    height: auto;
    transition: all 200ms ease-out; }
  .widget-posts .list-group .list-group-item h4.post-title,
  .widget-news .list-group .list-group-item h4.post-title,
  .widget-related-posts .list-group .list-group-item h4.post-title {
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 4px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    min-height: 52px; }
  .widget-posts .list-group .list-group-item .post-date,
  .widget-news .list-group .list-group-item .post-date,
  .widget-related-posts .list-group .list-group-item .post-date {
    font-size: 12px;
    color: #979898; }
  .widget-posts .list-group .list-group-item:not(:last-child),
  .widget-news .list-group .list-group-item:not(:last-child),
  .widget-related-posts .list-group .list-group-item:not(:last-child) {
    margin-bottom: 15px; }
  .widget-posts .list-group .list-group-item:hover img.post-thumb,
  .widget-news .list-group .list-group-item:hover img.post-thumb,
  .widget-related-posts .list-group .list-group-item:hover img.post-thumb {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4); }
.widget-posts .list-group .all-news,
.widget-news .list-group .all-news,
.widget-related-posts .list-group .all-news {
  text-align: left;
  color: #00BFD6;
  font-weight: 500; }

/*---------- widget-top-banner styles section ----------*/
.widget-top-banner,
.widget-bottom-banner {
  padding: 0; }
  .widget-top-banner img,
  .widget-bottom-banner img {
    border-radius: 8px; }

@media (max-width: 576px) {
  .widget-top-banner:not(.widget-archive-top-banner),
  .widget-bottom-banner {
    display: none; } }
.archive [id^=irk-widget-multi-banner] {
  background: transparent;
  box-shadow: none;
  padding: 0; }
.archive [id^=irk-widget-multi-banner] .col-12 {
  padding: 0; }

/*---------- widget-banner styles section ----------*/
.widget-banner {
  padding: 0;
  text-align: center;
  box-shadow: none;
  background: transparent; }
  .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .widget-banner .banner-title {
    display: none; }

/*---------- widget-services styles section ----------*/
.widget-services {
  text-align: center; }
  .widget-services .feature-item p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px; }
  .widget-services .feature-item img {
    max-width: 71px;
    max-height: 71px;
    width: auto;
    height: auto; }
  .widget-services .row .feature-item:not(:first-child) {
    margin-top: 15px; }

.sidebar-fw .widget-services .feature-item img {
  max-width: 65px;
  max-height: 65px; }

@media (max-width: 992px) {
  .widget-features {
    display: none; } }
.sidebar-main .widget-services .row {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;
  border: none;
  width: 100%;
  margin: 15px; }
  .sidebar-main .widget-services .row .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .sidebar-main .widget-services .row .card-header .card-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .sidebar-main .widget-services .row .feature-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    margin-top: 10px !important; }
    @media (max-width: 576px) {
      .sidebar-main .widget-services .row .feature-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

/*---------- widget-product styles section ----------*/
@media (max-width: 992px) {
  .widget-product, .widget-post, .brand-slider {
    background: transparent;
    box-shadow: none;
    padding: 0; } }
.widget-product .card-header, .widget-post .card-header, .brand-slider .card-header {
  position: relative; }
  .widget-product .card-header .card-title, .widget-post .card-header .card-title, .brand-slider .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0; }
    .widget-product .card-header .card-title span:not(.mdi), .widget-post .card-header .card-title span:not(.mdi), .brand-slider .card-header .card-title span:not(.mdi) {
      display: inline-block;
      border-bottom: 1px solid #EF5661;
      font-weight: 500;
      font-size: 16px;
      padding-bottom: 10px;
      position: relative;
      top: 1px; }
    .widget-product .card-header .card-title .mdi, .widget-post .card-header .card-title .mdi, .brand-slider .card-header .card-title .mdi {
      font-size: 24px;
      position: relative;
      top: 5px;
      left: 0;
      color: #d7d8d9;
      color: #d7d8d9 !important; }
  .widget-product .card-header .view-all, .widget-post .card-header .view-all, .brand-slider .card-header .view-all {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898; }
    .widget-product .card-header .view-all:hover, .widget-post .card-header .view-all:hover, .brand-slider .card-header .view-all:hover {
      color: #EF5661; }
.widget-product .owl-carousel, .widget-post .owl-carousel, .brand-slider .owl-carousel {
  direction: ltr !important; }
  .widget-product .owl-carousel .owl-item, .widget-post .owl-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
    transition: all 200ms ease-out;
    border-radius: 8px;
    position: relative;
    border: 1px solid transparent; }
    @media (min-width: 992px) {
      .widget-product .owl-carousel .owl-item, .widget-post .owl-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid transparent; }
        .widget-product .owl-carousel .owl-item:hover, .widget-post .owl-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
          border: 1px solid #ECEFF1; } }
  .widget-product .owl-carousel .carousel-item, .widget-post .owl-carousel .carousel-item, .brand-slider .owl-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px; }
    @media (max-width: 992px) {
      .widget-product .owl-carousel .carousel-item, .widget-post .owl-carousel .carousel-item, .brand-slider .owl-carousel .carousel-item {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-radius: 8px; } }
    .widget-product .owl-carousel .carousel-item .post-title, .widget-post .owl-carousel .carousel-item .post-title, .brand-slider .owl-carousel .carousel-item .post-title {
      font-size: 13px;
      display: block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 64px;
      line-height: 32px;
      height: 64px; }
      @media (max-width: 768px) {
        .widget-product .owl-carousel .carousel-item .post-title, .widget-post .owl-carousel .carousel-item .post-title, .brand-slider .owl-carousel .carousel-item .post-title {
          line-height: 26px;
          height: 52px;
          font-weight: 400; } }
    .widget-product .owl-carousel .carousel-item .price, .widget-post .owl-carousel .carousel-item .price, .brand-slider .owl-carousel .carousel-item .price {
      color: #EF5661;
      font-size: 20px;
      height: 64px; }
      @media (max-width: 768px) {
        .widget-product .owl-carousel .carousel-item .price, .widget-post .owl-carousel .carousel-item .price, .brand-slider .owl-carousel .carousel-item .price {
          font-size: 16px;
          line-height: 26px;
          height: 52px; } }
      .widget-product .owl-carousel .carousel-item .price .discount-percent, .widget-post .owl-carousel .carousel-item .price .discount-percent, .brand-slider .owl-carousel .carousel-item .price .discount-percent {
        display: none !important; }
      .widget-product .owl-carousel .carousel-item .price > *, .widget-post .owl-carousel .carousel-item .price > *, .brand-slider .owl-carousel .carousel-item .price > * {
        display: block; }
      .widget-product .owl-carousel .carousel-item .price del, .widget-post .owl-carousel .carousel-item .price del, .brand-slider .owl-carousel .carousel-item .price del {
        color: #979898;
        font-size: 13px; }
  .widget-product .owl-carousel .owl-nav, .widget-post .owl-carousel .owl-nav, .brand-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none; }
    @media (min-width: 992px) {
      .widget-product .owl-carousel .owl-nav, .widget-post .owl-carousel .owl-nav, .brand-slider .owl-carousel .owl-nav {
        width: calc(100% + 30px);
        left: -15px; } }
    .widget-product .owl-carousel .owl-nav .owl-prev, .widget-post .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .widget-post .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {
      background: #fff;
      padding: 20px 7px;
      display: inline-block;
      pointer-events: auto;
      -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
      box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
      border-radius: 5px 0 0 5px; }
      @media (max-width: 768px) {
        .widget-product .owl-carousel .owl-nav .owl-prev, .widget-post .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .widget-post .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {
          padding: 10px 4px; } }
      .widget-product .owl-carousel .owl-nav .owl-prev .mdi, .widget-post .owl-carousel .owl-nav .owl-prev .mdi, .brand-slider .owl-carousel .owl-nav .owl-prev .mdi, .widget-product .owl-carousel .owl-nav .owl-next .mdi, .widget-post .owl-carousel .owl-nav .owl-next .mdi, .brand-slider .owl-carousel .owl-nav .owl-next .mdi {
        font-size: 34px;
        position: relative;
        top: 10px;
        left: 0;
        color: #7a7a7a; }
        @media (max-width: 768px) {
          .widget-product .owl-carousel .owl-nav .owl-prev .mdi, .widget-post .owl-carousel .owl-nav .owl-prev .mdi, .brand-slider .owl-carousel .owl-nav .owl-prev .mdi, .widget-product .owl-carousel .owl-nav .owl-next .mdi, .widget-post .owl-carousel .owl-nav .owl-next .mdi, .brand-slider .owl-carousel .owl-nav .owl-next .mdi {
            font-size: 26px;
            top: 8px; } }
      .widget-product .owl-carousel .owl-nav .owl-prev.disabled, .widget-post .owl-carousel .owl-nav .owl-prev.disabled, .brand-slider .owl-carousel .owl-nav .owl-prev.disabled, .widget-product .owl-carousel .owl-nav .owl-next.disabled, .widget-post .owl-carousel .owl-nav .owl-next.disabled, .brand-slider .owl-carousel .owl-nav .owl-next.disabled {
        cursor: default; }
        .widget-product .owl-carousel .owl-nav .owl-prev.disabled .mdi, .widget-post .owl-carousel .owl-nav .owl-prev.disabled .mdi, .brand-slider .owl-carousel .owl-nav .owl-prev.disabled .mdi, .widget-product .owl-carousel .owl-nav .owl-next.disabled .mdi, .widget-post .owl-carousel .owl-nav .owl-next.disabled .mdi, .brand-slider .owl-carousel .owl-nav .owl-next.disabled .mdi {
          opacity: 0.4; }
    .widget-product .owl-carousel .owl-nav .owl-prev, .widget-post .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev {
      float: left;
      -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
      border-radius: 0 5px 5px 0; }
  .widget-product .owl-carousel .owl-dots, .widget-post .owl-carousel .owl-dots, .brand-slider .owl-carousel .owl-dots {
    display: none !important; }

.product-actions {
  position: relative;
  top: 5px; }
  .product-actions a {
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #f5f5f5;
    border-radius: 2px; }
    .product-actions a .mdi {
      font-size: 18px;
      position: relative;
      top: -1px;
      left: 0;
      color: #979898; }
    .product-actions a img {
      display: inline-block;
      height: 18px;
      margin: 0;
      position: relative;
      top: -6px; }
    .product-actions a.active {
      background-color: #00BFD6; }
      .product-actions a.active i {
        color: #fff; }

/*---------- widget-post styles section ----------*/
.widget-post .card-header .card-title span {
  border-bottom-color: #00BFD6;
  color: #00BFD6; }
.widget-post .post-meta {
  font-size: 12px;
  color: #979898; }
  .widget-post .post-meta .mdi {
    font-size: 16px;
    position: relative;
    top: 3px;
    left: 3px;
    color: #979898; }

/*---------- footer-widgets styles section ----------*/
.footer-widgets .widget_nav_menu {
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 15px; }
  .footer-widgets .widget_nav_menu .card-title {
    font-size: 16px;
    font-weight: 500; }
  .footer-widgets .widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0; }
.footer-widgets .newsletter {
  margin-top: 30px; }
  .footer-widgets .newsletter form {
    position: relative; }
    .footer-widgets .newsletter form .form-control {
      padding-left: 64px; }
    .footer-widgets .newsletter form .btn {
      position: absolute;
      top: 0;
      left: 0;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
    @media (max-width: 576px) {
      .footer-widgets .newsletter form .form-control {
        padding-left: 7px; }
      .footer-widgets .newsletter form .btn {
        position: static;
        margin-top: 5px;
        display: block;
        width: 100%;
        border-top-right-radius: 7px !important;
        border-bottom-right-radius: 7px !important;
        box-shadow: 0 2px 6px 0 rgba(0, 191, 214, 0.5); } }
.footer-widgets .socials {
  margin-top: 30px; }
  .footer-widgets .socials .list-inline {
    padding-right: 0; }
    .footer-widgets .socials .list-inline .list-inline-item .mdi {
      font-size: 26px;
      position: relative;
      top: 6px;
      left: 0;
      color: #fff; }
    .footer-widgets .socials .list-inline .list-inline-item a {
      text-align: center;
      width: 32px;
      height: 32px;
      margin-bottom: 2px;
      border-radius: 5px;
      background: #EF5661;
      display: inline-block; }
    .footer-widgets .socials .list-inline .list-inline-item .facebook {
      background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); }
    .footer-widgets .socials .list-inline .list-inline-item .instagram {
      background-image: linear-gradient(to right, #c471f5 0%, #fa71cd 100%); }
    .footer-widgets .socials .list-inline .list-inline-item .twitter {
      background-image: linear-gradient(to right, #4481eb 0%, #04befe 100%); }
    .footer-widgets .socials .list-inline .list-inline-item .telegram {
      background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); }
    .footer-widgets .socials .list-inline .list-inline-item .google-plus {
      background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%); }
    .footer-widgets .socials .list-inline .list-inline-item .aparat {
      background-image: linear-gradient(to right, #ea1d5d 0%, #f21e60 100%); }

/*---------- widget-filter styles section ----------*/
.widget_layered_nav_filters,
.widget_layered_nav,
.widget_price_filter,
.widget_rating_filter,
.widget-brands,
.widget_product_search,
.widget_product_categories {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding: 15px; }
  @media (max-width: 576px) {
    .widget_layered_nav_filters,
    .widget_layered_nav,
    .widget_price_filter,
    .widget_rating_filter,
    .widget-brands,
    .widget_product_search,
    .widget_product_categories {
      padding: 15px; } }
  .widget_layered_nav_filters .card-header,
  .widget_layered_nav .card-header,
  .widget_price_filter .card-header,
  .widget_rating_filter .card-header,
  .widget-brands .card-header,
  .widget_product_search .card-header,
  .widget_product_categories .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .widget_layered_nav_filters .card-header .card-title,
    .widget_layered_nav .card-header .card-title,
    .widget_price_filter .card-header .card-title,
    .widget_rating_filter .card-header .card-title,
    .widget-brands .card-header .card-title,
    .widget_product_search .card-header .card-title,
    .widget_product_categories .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .widget_layered_nav_filters .card-body,
  .widget_layered_nav .card-body,
  .widget_price_filter .card-body,
  .widget_rating_filter .card-body,
  .widget-brands .card-body,
  .widget_product_search .card-body,
  .widget_product_categories .card-body {
    padding: 0; }
  .widget_layered_nav_filters .card-footer,
  .widget_layered_nav .card-footer,
  .widget_price_filter .card-footer,
  .widget_rating_filter .card-footer,
  .widget-brands .card-footer,
  .widget_product_search .card-footer,
  .widget_product_categories .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .widget_layered_nav_filters .card-footer,
      .widget_layered_nav .card-footer,
      .widget_price_filter .card-footer,
      .widget_rating_filter .card-footer,
      .widget-brands .card-footer,
      .widget_product_search .card-footer,
      .widget_product_categories .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .widget_layered_nav_filters .card-header,
  .widget_layered_nav .card-header,
  .widget_price_filter .card-header,
  .widget_rating_filter .card-header,
  .widget-brands .card-header,
  .widget_product_search .card-header,
  .widget_product_categories .card-header {
    border-bottom: 1px solid #e0e1e2; }
    .widget_layered_nav_filters .card-header .card-title,
    .widget_layered_nav .card-header .card-title,
    .widget_price_filter .card-header .card-title,
    .widget_rating_filter .card-header .card-title,
    .widget-brands .card-header .card-title,
    .widget_product_search .card-header .card-title,
    .widget_product_categories .card-header .card-title {
      font-size: 16px; }
  .widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item,
  .widget_layered_nav_filters .list-group-item,
  .widget_layered_nav .woocommerce-widget-layered-nav-list__item,
  .widget_layered_nav .list-group-item,
  .widget_price_filter .woocommerce-widget-layered-nav-list__item,
  .widget_price_filter .list-group-item,
  .widget_rating_filter .woocommerce-widget-layered-nav-list__item,
  .widget_rating_filter .list-group-item,
  .widget-brands .woocommerce-widget-layered-nav-list__item,
  .widget-brands .list-group-item,
  .widget_product_search .woocommerce-widget-layered-nav-list__item,
  .widget_product_search .list-group-item,
  .widget_product_categories .woocommerce-widget-layered-nav-list__item,
  .widget_product_categories .list-group-item {
    transition: all 200ms ease-out; }
    .widget_layered_nav_filters .woocommerce-widget-layered-nav-list__item:hover,
    .widget_layered_nav_filters .list-group-item:hover,
    .widget_layered_nav .woocommerce-widget-layered-nav-list__item:hover,
    .widget_layered_nav .list-group-item:hover,
    .widget_price_filter .woocommerce-widget-layered-nav-list__item:hover,
    .widget_price_filter .list-group-item:hover,
    .widget_rating_filter .woocommerce-widget-layered-nav-list__item:hover,
    .widget_rating_filter .list-group-item:hover,
    .widget-brands .woocommerce-widget-layered-nav-list__item:hover,
    .widget-brands .list-group-item:hover,
    .widget_product_search .woocommerce-widget-layered-nav-list__item:hover,
    .widget_product_search .list-group-item:hover,
    .widget_product_categories .woocommerce-widget-layered-nav-list__item:hover,
    .widget_product_categories .list-group-item:hover {
      background-color: #f7fafc; }

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

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

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

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

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

@media (max-width: 992px) {
  aside.sidebar-shop {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 99999;
    overflow-y: auto;
    padding-top: 15px; }
    aside.sidebar-shop .close-sidebar {
      display: block; } }
.toggle-filters {
  background-color: #fff;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e0e1e2; }
  .toggle-filters .btn {
    background-color: #ECEFF1;
    line-height: 24px !important;
    font-size: 12px !important;
    color: #7a7a7a !important; }
    .toggle-filters .btn .mdi {
      margin-right: 10px;
      color: #979898; }
  @media (min-width: 992px) {
    .toggle-filters {
      display: none; } }

.close-sidebar {
  padding: 15px;
  display: none; }
  .close-sidebar a {
    float: left; }
  .close-sidebar .mdi {
    font-size: 24px;
    color: #979898; }
  @media (min-width: 992px) {
    .close-sidebar {
      display: none; } }

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

.widget-brands .product-categories,
.widget-brands .list-group,
.widget_product_categories .product-categories,
.widget_product_categories .list-group {
  max-height: 460px;
  overflow-y: auto; }
  .widget-brands .product-categories .cat-item a:hover,
  .widget-brands .list-group .cat-item a:hover,
  .widget_product_categories .product-categories .cat-item a:hover,
  .widget_product_categories .list-group .cat-item a:hover {
    color: #00BFD6; }

/*---------- main-slider styles section ----------*/
#main-slider {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px; }
  #main-slider img {
    border-radius: 8px;
    height: auto; }
  #main-slider .carousel-indicators {
    bottom: 0; }
    #main-slider .carousel-indicators li {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin-right: 6px;
      margin-left: 6px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.75); }
      #main-slider .carousel-indicators li.active {
        background: #00BFD6; }
  @media (max-width: 576px) {
    #main-slider .carousel-indicators {
      display: none; } }
  #main-slider .carousel-control-next,
  #main-slider .carousel-control-prev {
    width: 7%;
    opacity: 1; }
    #main-slider .carousel-control-next .mdi,
    #main-slider .carousel-control-prev .mdi {
      font-size: 46px;
      text-shadow: 0 2px 4px #616161;
      position: relative; }
      #main-slider .carousel-control-next .mdi:before,
      #main-slider .carousel-control-prev .mdi:before {
        transition: all 200ms ease-out; }
  #main-slider .carousel-control-next .mdi:hover:before {
    text-indent: -4px; }
  #main-slider .carousel-control-prev .mdi:hover:before {
    text-indent: 4px; }

/*---------- amazing-slider styles section ----------*/
#amazing-slider {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  height: 462px;
  background: #fff; }
  #amazing-slider > .row {
    height: 462px; }
  #amazing-slider .carousel-indicators {
    right: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(240, 246, 250, 0.9);
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important; }
    #amazing-slider .carousel-indicators li {
      display: block;
      width: 100%;
      height: auto;
      margin-right: 0;
      margin-left: 0;
      text-indent: 0;
      padding: 5px;
      cursor: pointer;
      position: relative;
      background: transparent;
      transition: all 200ms ease-out; }
      #amazing-slider .carousel-indicators li span {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 32px;
        line-height: 32px;
        padding-left: 5px;
        padding-right: 5px; }
      #amazing-slider .carousel-indicators li:first-child {
        border-top-left-radius: 8px; }
      #amazing-slider .carousel-indicators li:hover {
        background: #e0e1e2; }
      #amazing-slider .carousel-indicators li.active {
        background: #EF5661;
        color: #fff;
        border-bottom: none; }
        #amazing-slider .carousel-indicators li.active::after {
          content: '';
          display: inline-block;
          width: 6px;
          height: 42px;
          border-radius: 3px;
          position: absolute;
          background: #EF5661;
          right: -10px;
          top: 0; }
    #amazing-slider .carousel-indicators .view-all {
      padding: 0;
      border-bottom-left-radius: 7px !important; }
      #amazing-slider .carousel-indicators .view-all .btn {
        border-radius: 0 0 0 7px !important; }
        #amazing-slider .carousel-indicators .view-all .btn span {
          display: block;
          text-overflow: ellipsis;
          word-wrap: break-word;
          overflow: hidden;
          max-height: 32px;
          line-height: 32px; }
        #amazing-slider .carousel-indicators .view-all .btn:before {
          border-radius: 0 0 0 7px !important; }
  #amazing-slider .carousel-inner {
    position: relative; }
    #amazing-slider .carousel-inner .amazing-title {
      position: absolute;
      top: 0;
      right: 60px; }
    #amazing-slider .carousel-inner .carousel-item {
      margin-top: 63px;
      height: 399px; }
      #amazing-slider .carousel-inner .carousel-item .row {
        height: 399px; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
          display: block;
          width: 100%;
          font-size: 16px;
          color: #7a7a7a; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
          color: #EF5661;
          font-size: 20px;
          font-weight: 500; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
          background: #EF5661;
          color: #fff;
          display: inline-block;
          padding: 4px 14px;
          border-radius: 40px;
          margin-right: 10px; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
          font-size: 16px;
          line-height: 36px; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
          content: '\f764';
          font-family: "Material Design Icons";
          font-size: 8px;
          position: relative;
          top: 0;
          left: 7px;
          color: #d7d8d9;
          float: right; }
        #amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
          border: 2px solid #979898 !important;
          color: #7a7a7a !important;
          font-size: 16px !important;
          box-shadow: 0 0 9px 0 rgba(112, 112, 112, 0.32); }

@media (max-width: 992px) {
  #amazing-slider {
    display: none; } }
.amazing-slider {
  margin-bottom: 15px; }
  .amazing-slider .amazing-title {
    margin-bottom: 7px; }
  .amazing-slider .owl-carousel {
    direction: ltr !important; }
    .amazing-slider .owl-carousel .carousel-item {
      display: inline-block;
      direction: rtl !important;
      text-align: center;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ECEFF1;
      background: #fff;
      position: relative; }
      .amazing-slider .owl-carousel .carousel-item a {
        display: inline-block; }
      .amazing-slider .owl-carousel .carousel-item .discount-percent {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 8px 0 8px;
        background: #EF5661;
        display: inline-block;
        padding: 0 10px;
        font-size: 12px;
        line-height: 26px;
        color: #fff; }
      .amazing-slider .owl-carousel .carousel-item img {
        max-width: 100%; }
      .amazing-slider .owl-carousel .carousel-item h2 {
        font-size: 13px;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 32px;
        line-height: 32px; }
        @media (max-width: 520px) {
          .amazing-slider .owl-carousel .carousel-item h2 {
            font-weight: 400;
            line-height: 26px;
            height: 26px;
            margin-bottom: 0; } }
      @media (max-width: 520px) {
        .amazing-slider .owl-carousel .carousel-item .price {
          line-height: 24px; } }
      .amazing-slider .owl-carousel .carousel-item .price .discount-percent {
        display: none !important; }
      .amazing-slider .owl-carousel .carousel-item .price > * {
        display: block; }
      .amazing-slider .owl-carousel .carousel-item .price del {
        color: #979898;
        font-size: 12px; }
      .amazing-slider .owl-carousel .carousel-item .price ins {
        color: #EF5661;
        font-size: 16px; }
        @media (max-width: 520px) {
          .amazing-slider .owl-carousel .carousel-item .price ins {
            font-size: 13px; } }
      .amazing-slider .owl-carousel .carousel-item .countdown-timer {
        border-top: 1px solid #e0e1e2;
        padding-top: 10px; }
        .amazing-slider .owl-carousel .carousel-item .countdown-timer span {
          font-size: 16px;
          color: #EF5661;
          padding: 0; }
        .amazing-slider .owl-carousel .carousel-item .countdown-timer span:not(:last-child):after {
          margin-left: 6px; }
      .amazing-slider .owl-carousel .carousel-item .finished {
        border: 2px solid #979898;
        color: #7a7a7a !important;
        font-size: 16px;
        box-shadow: 0 0 9px 0 rgba(112, 112, 112, 0.32);
        line-height: 29px;
        margin-top: 3px; }
    .amazing-slider .owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      pointer-events: none; }
      @media (min-width: 992px) {
        .amazing-slider .owl-carousel .owl-nav {
          width: calc(100% + 30px);
          left: -15px; } }
      .amazing-slider .owl-carousel .owl-nav .owl-prev, .amazing-slider .owl-carousel .owl-nav .owl-next {
        background: #fff;
        padding: 20px 7px;
        display: inline-block;
        pointer-events: auto;
        -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px 0 0 5px; }
        @media (max-width: 768px) {
          .amazing-slider .owl-carousel .owl-nav .owl-prev, .amazing-slider .owl-carousel .owl-nav .owl-next {
            padding: 10px 4px; } }
        .amazing-slider .owl-carousel .owl-nav .owl-prev .mdi, .amazing-slider .owl-carousel .owl-nav .owl-next .mdi {
          font-size: 34px;
          position: relative;
          top: 10px;
          left: 0;
          color: #7a7a7a; }
          @media (max-width: 768px) {
            .amazing-slider .owl-carousel .owl-nav .owl-prev .mdi, .amazing-slider .owl-carousel .owl-nav .owl-next .mdi {
              font-size: 26px;
              top: 8px; } }
        .amazing-slider .owl-carousel .owl-nav .owl-prev.disabled, .amazing-slider .owl-carousel .owl-nav .owl-next.disabled {
          cursor: default; }
          .amazing-slider .owl-carousel .owl-nav .owl-prev.disabled .mdi, .amazing-slider .owl-carousel .owl-nav .owl-next.disabled .mdi {
            opacity: 0.4; }
      .amazing-slider .owl-carousel .owl-nav .owl-prev {
        float: left;
        -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0 5px 5px 0; }
    .amazing-slider .owl-carousel .owl-dots {
      display: none !important; }
  .amazing-slider .view-all {
    box-shadow: 0 2px 6px 0 rgba(0, 191, 214, 0.5);
    max-width: 450px;
    margin: 10px auto 0 auto; }

@media (min-width: 992px) {
  .amazing-slider {
    display: none; } }
/*---------- suggestion-slider styles section ----------*/
.widget-suggestion {
  border: 1px solid #05e4ff; }
  .widget-suggestion .card-header {
    border-bottom: none; }

#suggestion-slider .countdown {
  display: none; }
#suggestion-slider .progressbar-wrapper {
  height: 1px;
  background: #e0e1e2;
  position: relative;
  margin-bottom: 15px; }
  #suggestion-slider .progressbar-wrapper .progressbar {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, 0.5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-image-source: linear-gradient(90deg, #ffd3db, #fb3449);
    border-image-slice: 1;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite; }
#suggestion-slider .carousel-item {
  text-align: center; }
  #suggestion-slider .carousel-item a {
    display: block;
    text-align: center; }
  #suggestion-slider .carousel-item img {
    max-width: 209px !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important; }
  #suggestion-slider .carousel-item .product-title {
    font-size: 13px; }
    #suggestion-slider .carousel-item .product-title a {
      display: block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 64px;
      line-height: 32px;
      height: 64px; }
  #suggestion-slider .carousel-item .price {
    color: #EF5661;
    height: 64px;
    font-size: 20px; }
    #suggestion-slider .carousel-item .price .discount-percent {
      display: none !important; }
    #suggestion-slider .carousel-item .price > * {
      display: block; }
    #suggestion-slider .carousel-item .price del {
      color: #979898;
      font-size: 13px; }

/*---------- brands-slider styles section ----------*/
.brand-slider .owl-carousel .owl-item img {
  width: 100%; }

/*---------- countdown-timer styles section ----------*/
.countdown-timer {
  direction: ltr; }
  .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 6px;
    font-size: 28px;
    font-weight: 500; }
  .countdown-timer span:not(:last-child):after {
    content: ':';
    margin-left: 12px; }

.timer-title {
  margin-top: 15px;
  color: #979898; }

.archive.post-type-archive-product .countdown-timer,
.archive.tax-product_cat .countdown-timer {
  color: #FF637D;
  text-align: left;
  margin: 5px 0; }
  .archive.post-type-archive-product .countdown-timer span,
  .archive.tax-product_cat .countdown-timer span {
    font-size: 13px;
    padding: 2px;
    font-weight: 400; }
  .archive.post-type-archive-product .countdown-timer:before,
  .archive.tax-product_cat .countdown-timer:before {
    font-family: "Material Design Icons";
    content: '\f995';
    font-size: 24px;
    position: relative;
    top: 0;
    left: 0;
    color: #FF637D;
    float: left;
    margin-right: 7px; }
.archive.post-type-archive-product .finished,
.archive.tax-product_cat .finished {
  color: #979898;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px; }

/*---------- main-footer styles section ----------*/
.main-footer {
  margin-top: 50px;
  background: #f7fafc; }

/*---------- back-to-top styles section ----------*/
.back-to-top {
  text-align: center;
  font-size: 20px;
  border-top: 1px solid #D7DEE0;
  border-bottom: 1px solid #D7DEE0;
  padding: 10px 0 17px;
  background: #f5f5f5;
  margin-bottom: 30px; }
  .back-to-top a {
    color: #515151 !important; }
  .back-to-top .icon {
    background: #d7d8d9;
    border-radius: 100%;
    padding: 0 16px 9px 1px; }
  .back-to-top .mdi {
    font-size: 28px;
    position: relative;
    top: 10px;
    left: 7px;
    color: #fff; }

/*---------- footer-services styles section ----------*/
.footer-services {
  padding-bottom: 30px;
  border-bottom: 1px solid #D7DEE0; }
  .footer-services .service-item {
    text-align: center; }
    .footer-services .service-item img {
      max-width: 71px;
      max-height: 71px;
      width: auto;
      height: auto; }
    .footer-services .service-item p {
      margin: 10px 0 0; }
  @media (max-width: 576px) {
    .footer-services .service-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 5px; } }

/*---------- info-bar styles section ----------*/
.info-bar {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #D7DEE0; }
  .info-bar span {
    display: block; }
  .info-bar a {
    padding: 3px; }
  @media (min-width: 992px) {
    .info-bar .row div:nth-child(2) {
      border-right: 1px solid #979898;
      border-left: 1px solid #979898; } }

/*---------- description-bar styles section ----------*/
.description-bar {
  background: #D7DEE0;
  padding: 15px 0 0; }
  .description-bar .row {
    padding-bottom: 15px;
    border-bottom: 1px solid #bac6ca; }
  .description-bar .site-description .site-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .description-bar .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0; }
  .description-bar .symbol {
    text-align: center; }
    .description-bar .symbol a {
      padding: 15px;
      background: #F0F0F0;
      border-radius: 3px;
      margin: 3px;
      display: inline-block; }

/*---------- copyright-bar styles section ----------*/
.copyright-bar {
  font-size: 12px;
  background: #D7DEE0;
  text-align: center;
  padding: 15px 0; }
  .copyright-bar p {
    margin-bottom: 0; }

/*---------- mobile-nav styles section ----------*/
.main-header .mobile-nav {
  border-bottom: 1px solid #e0e1e2;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .main-header .mobile-nav .toggle-cat-menu {
    font-size: 16px; }
    .main-header .mobile-nav .toggle-cat-menu .mdi {
      font-size: 32px;
      position: relative;
      top: 8px;
      left: 7px;
      color: #515151; }
  .main-header .mobile-nav .site-logo {
    float: left; }
@media (min-width: 992px) {
  .main-header .mobile-nav {
    display: none; } }

html, body, #wrapper {
  height: 100%; }

.overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  transition: all 200ms ease-out;
  transition-duration: 450ms; }

@media (max-width: 991.99px) {
  .sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; } }
@media (max-width: 991.99px) {
  #wrapper {
    transition: all 200ms ease-out;
    transition-duration: 450ms;
    position: relative;
    right: 0; }
    #wrapper.cat-toggled .overlay {
      display: block; }
    #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
      right: 280px; }
    #wrapper #cat-nav-sidebar-wrapper {
      z-index: 10000;
      position: fixed;
      right: -280px;
      top: 0;
      width: 280px;
      height: 100%;
      margin-right: -280px;
      overflow-y: auto;
      background: #fff;
      transition: all 200ms ease-out;
      transition-duration: 450ms; }
      #wrapper #cat-nav-sidebar-wrapper .logo-wrapper {
        text-align: center;
        padding: 15px; }
        #wrapper #cat-nav-sidebar-wrapper .logo-wrapper a {
          padding: 15px;
          border-bottom: 1px solid #e0e1e2; }
      #wrapper #cat-nav-sidebar-wrapper .sidebar-nav {
        width: 280px;
        background: #fff; }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav ul {
          list-style: none;
          padding: 0; }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li {
          display: block;
          width: 100%;
          padding: 0;
          margin-right: 0; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li a {
            padding: 10px 36px 10px 10px;
            color: #515151;
            display: block; } }
          @media (max-width: 991.99px) and (max-width: 992px) {
            #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li a .cat-icon {
              display: none !important; } }
@media (max-width: 991.99px) {
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li .sub-menu {
            background: #f5f5f5;
            display: none;
            padding-right: 15px;
            transition: all 200ms ease-out; }
            #wrapper #cat-nav-sidebar-wrapper .sidebar-nav li .sub-menu .sub-menu a {
              color: #979898; }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a {
          position: relative; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .mdi {
            color: #979898;
            font-size: 20px;
            position: absolute;
            right: 5px;
            width: 32px;
            height: 32px;
            text-align: center;
            top: 25px; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a .mdi-minus-circle-outline {
            display: none; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a.open .mdi-plus-circle-outline {
            display: none; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children a.open .mdi-minus-circle-outline {
            display: inline-block; }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .menu-item-has-children.open > .sub-menu {
          display: block; }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .list-inline > .menu-item-has-children > .sub-menu {
          box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, 0.06), inset 0 -5px 4px -4px rgba(0, 0, 0, 0.06); }
        #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .amazing-item a {
          color: #FF637D; }
          #wrapper #cat-nav-sidebar-wrapper .sidebar-nav .amazing-item a .cat-icon {
            display: inline-block !important;
            color: #FF637D;
            margin-left: 5px;
            font-size: 15px; } }
@media (min-width: 992px) {
  #wrapper.cat-toggled {
    padding-right: 280px; }
    #wrapper.cat-toggled #cat-nav-sidebar-wrapper {
      width: 280px; }
  #wrapper #cat-nav-sidebar-wrapper {
    width: 0;
    display: none !important; } }
/*---------- page-card styles section ----------*/
.page-card {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
  @media (max-width: 576px) {
    .page-card {
      padding: 15px; } }
  .page-card .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .page-card .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .page-card .card-body {
    padding: 0; }
  .page-card .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .page-card .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .page-card .card-body {
    /*a {
        color: $primary;
        border-bottom: 1px dashed $primary;
    }*/ }
    .page-card .card-body img {
      max-width: 100%;
      height: auto; }
      .page-card .card-body img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline; }
      .page-card .card-body img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline; }
      .page-card .card-body img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .page-card .card-body .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .page-card .card-body .alignright {
      float: right; }
    .page-card .card-body .alignleft {
      float: left; }
    .page-card .card-body ul {
      list-style: none;
      padding-right: 0;
      /*li {
          &:before {
              content: '\f70a';
              font-family: "Material Design Icons";
              @include mdi(8px, 0, $primary, 7px);
              float: right;
          }
          li:before {
              color: $gray-500;
          }
      }*/ }
      .page-card .card-body ul ul {
        padding-right: 15px; }

/*---------- 404 page styles section ----------*/
body.error404 {
  background: url("assets/img/pattern.png") repeat-x; }
  @media (max-width: 576px) {
    body.error404 h1 {
      font-size: 20px; } }
  body.error404 .main {
    text-align: center;
    padding: 50px; }

/*---------- login styles section ----------*/
.woocommerce-account .main {
  margin-top: 0; }
.woocommerce-account .account-logo-wrapper {
  text-align: center;
  padding: 15px 0; }
.woocommerce-account .page-card {
  box-shadow: none;
  background: transparent;
  border: none; }
  .woocommerce-account .page-card .card-header {
    display: none !important; }
  .woocommerce-account .page-card .col-1, .woocommerce-account .page-card .col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important; }
.woocommerce-account .page-register .u-column1.col-1:not(.woocommerce-Address) {
  display: none !important; }
.woocommerce-account .page-login .u-column2.col-2:not(.woocommerce-Address) {
  display: none !important; }
.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  box-shadow: none;
  padding: 15px;
  border-bottom: none; }
  @media (max-width: 576px) {
    .woocommerce-account .u-column1.col-1,
    .woocommerce-account .u-column2.col-2 {
      padding: 15px; } }
  .woocommerce-account .u-column1.col-1 .card-header,
  .woocommerce-account .u-column2.col-2 .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce-account .u-column1.col-1 .card-header .card-title,
    .woocommerce-account .u-column2.col-2 .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce-account .u-column1.col-1 .card-body,
  .woocommerce-account .u-column2.col-2 .card-body {
    padding: 0; }
  .woocommerce-account .u-column1.col-1 .card-footer,
  .woocommerce-account .u-column2.col-2 .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .woocommerce-account .u-column1.col-1 .card-footer,
      .woocommerce-account .u-column2.col-2 .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .woocommerce-account .u-column1.col-1 h2,
  .woocommerce-account .u-column2.col-2 h2 {
    font-size: 20px;
    font-weight: 500;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e1e2; }
  .woocommerce-account .u-column1.col-1 form,
  .woocommerce-account .u-column2.col-2 form {
    border: none;
    padding: 0; }
    .woocommerce-account .u-column1.col-1 form label,
    .woocommerce-account .u-column2.col-2 form label {
      color: #7a7a7a; }
    .woocommerce-account .u-column1.col-1 form .button,
    .woocommerce-account .u-column2.col-2 form .button {
      display: block;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      border: 1px solid #0096a8 !important;
      font-size: 16px !important;
      margin-left: 0; }
      .woocommerce-account .u-column1.col-1 form .button:before,
      .woocommerce-account .u-column2.col-2 form .button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border-radius: 7px; }
      .woocommerce-account .u-column1.col-1 form .button:hover:before, .woocommerce-account .u-column1.col-1 form .button:focus:before, .woocommerce-account .u-column1.col-1 form .button:active:before,
      .woocommerce-account .u-column2.col-2 form .button:hover:before,
      .woocommerce-account .u-column2.col-2 form .button:focus:before,
      .woocommerce-account .u-column2.col-2 form .button:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .woocommerce-account .u-column1.col-1 form .woocommerce-form__label,
    .woocommerce-account .u-column2.col-2 form .woocommerce-form__label {
      margin-top: 1rem; }
    .woocommerce-account .u-column1.col-1 form .woocommerce-password-strength,
    .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength {
      line-height: 18px;
      font-weight: 400;
      font-size: 12px;
      border-radius: 3px;
      color: #fff;
      margin-top: 10px;
      text-align: center;
      display: block;
      width: 100%; }
      .woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.short,
      .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.short {
        background: #ff7979; }
      .woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.bad,
      .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.bad {
        background: #ffbe76; }
      .woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.good,
      .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.good {
        background: #badc58; }
      .woocommerce-account .u-column1.col-1 form .woocommerce-password-strength.strong,
      .woocommerce-account .u-column2.col-2 form .woocommerce-password-strength.strong {
        background: #6ab04c; }
    .woocommerce-account .u-column1.col-1 form .woocommerce-password-hint,
    .woocommerce-account .u-column2.col-2 form .woocommerce-password-hint {
      line-height: 26px; }
  .woocommerce-account .u-column1.col-1 .woocommerce-LostPassword,
  .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword {
    margin-bottom: 0; }
    .woocommerce-account .u-column1.col-1 .woocommerce-LostPassword a,
    .woocommerce-account .u-column2.col-2 .woocommerce-LostPassword a {
      border-bottom: 1px dashed #00BFD6;
      color: #00BFD6; }
.woocommerce-account .login-footer {
  text-align: center;
  padding: 15px;
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  border: 1px solid rgba(0, 190, 214, 0.13);
  background: #F5FCFD; }
  .woocommerce-account .login-footer a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6;
    margin-right: 10px; }

/*---------- mini-footer styles section ----------*/
.mini-footer {
  margin-top: 100px;
  border-top: 1px solid #e0e1e2; }
  .mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px; }
    .mini-footer ul li {
      display: inline-block; }
      .mini-footer ul li a {
        padding-right: 7px;
        padding-left: 7px; }
  .mini-footer .copyright-bar {
    background: transparent;
    color: #7a7a7a; }

/*---------- my-account styles section ----------*/
@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-navigation {
    min-height: 640px; } }
@media (min-width: 768px) {
  .woocommerce-account .card-body .woocommerce .woocommerce-MyAccount-content {
    min-height: 640px; } }
.woocommerce-account .card-body a {
  border-bottom: none; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0; }
  @media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      padding: 15px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce-account .woocommerce-MyAccount-navigation .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-navigation .card-body {
    padding: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .woocommerce-account .woocommerce-MyAccount-navigation .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  @media (max-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      margin-bottom: 15px; } }
  @media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      padding-right: 0;
      padding-left: 0; } }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
      display: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
      display: block;
      padding: 10px 30px 10px 15px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
        content: '\f703';
        font-family: "Material Design Icons";
        float: right;
        font-size: 26px;
        position: relative;
        top: 0;
        left: 10px;
        color: #d7d8d9;
        transition: all 200ms ease-out; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
        background: #f6ffff;
        color: #00BFD6; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover:before {
          color: #00BFD6; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #f6ffff;
      color: #00BFD6; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
        color: #00BFD6; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
      content: '\f493'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
      content: '\f14e'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
      content: '\f0d8'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
      content: '\f5f8'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
      content: '\f013'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
      content: '\f87d'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--products_support a:before {
      content: '\F03C'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--announcements a:before {
      content: '\F09D'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--favorites a:before {
      content: '\f4d2'; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
      content: '\f5fd'; }
.woocommerce-account .woocommerce-MyAccount-content {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
  @media (max-width: 576px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 15px; } }
  .woocommerce-account .woocommerce-MyAccount-content .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce-account .woocommerce-MyAccount-content .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-content .card-body {
    padding: 0; }
  .woocommerce-account .woocommerce-MyAccount-content .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .woocommerce-account .woocommerce-MyAccount-content .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    margin-bottom: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin-top: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    border: 1px solid #e0e1e2;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 0;
    padding: 6px 12px;
    background: #f8f9fa; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone::before,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--email::before {
      line-height: 2.1; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    border: 1px solid #e0e1e2;
    background: #f8f9fa; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
      margin-bottom: 15px; }

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

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

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

.woocommerce-lost-password .woocommerce-ResetPassword {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
  @media (max-width: 576px) {
    .woocommerce-lost-password .woocommerce-ResetPassword {
      padding: 15px; } }
  .woocommerce-lost-password .woocommerce-ResetPassword .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce-lost-password .woocommerce-ResetPassword .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce-lost-password .woocommerce-ResetPassword .card-body {
    padding: 0; }
  .woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .woocommerce-lost-password .woocommerce-ResetPassword .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .woocommerce-lost-password .woocommerce-ResetPassword > p:first-of-type {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px; }

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

/*---------- product archive styles section ----------*/
#primary {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding: 15px; }
  @media (max-width: 576px) {
    #primary {
      padding: 15px; } }
  #primary .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    #primary .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  #primary .card-body {
    padding: 0; }
  #primary .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      #primary .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }

.archive .woocommerce-breadcrumb {
  color: #7a7a7a; }
  .archive .woocommerce-breadcrumb a {
    color: #7a7a7a; }
.archive .woocommerce-ordering {
  display: none !important; }
.archive .woocommerce-result-count {
  font-weight: 500;
  margin-left: 20px; }
.archive .irk-products-orderby {
  display: inline-block;
  font-size: 12px; }
  .archive .irk-products-orderby .mdi {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 7px;
    color: #979898; }
  .archive .irk-products-orderby .list-inline-item {
    line-height: 22px;
    padding: 0 5px;
    border-radius: 3px; }
    .archive .irk-products-orderby .list-inline-item:hover {
      background: #e0e1e2; }
    .archive .irk-products-orderby .list-inline-item.active {
      background: #00BFD6;
      color: #fff; }
      .archive .irk-products-orderby .list-inline-item.active:hover {
        background: #00BFD6; }
  .archive .irk-products-orderby + hr {
    margin-right: -15px;
    margin-left: -15px; }
.archive ul.products:not(.product-categories) li.product .woocommerce-LoopProduct-link img {
  margin: auto;
  width: auto; }
.archive ul.products.list-layout:not(.product-categories) li.product {
  min-height: 1px;
  width: 100% !important; }
  .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-loop-product__title {
    background: #f8f9fa;
    padding: 5px;
    margin-left: 7px; }
  .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link {
    float: right;
    width: 60%; }
    @media (max-width: 768px) {
      .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link {
        float: none;
        width: 100%; } }
    .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link:after {
      content: '';
      clear: both;
      display: block; }
    .archive ul.products.list-layout:not(.product-categories) li.product .woocommerce-LoopProduct-link img {
      max-width: 146px;
      float: right;
      margin-left: 15px; }
  .archive ul.products.list-layout:not(.product-categories) li.product .price del {
    display: block;
    font-size: 13px;
    color: #979898; }
  .archive ul.products.list-layout:not(.product-categories) li.product .button {
    display: inline-block;
    float: left; }
.archive .woocommerce-pagination {
  margin-top: 30px; }

.woocommerce .product-categories li.product-category,
.woocommerce-page .product-categories li.product-category {
  text-align: center;
  min-height: initial !important; }
  .woocommerce .product-categories li.product-category img,
  .woocommerce-page .product-categories li.product-category img {
    max-width: 202px;
    height: auto !important;
    margin: auto !important; }
  .woocommerce .product-categories li.product-category .woocommerce-loop-category__title,
  .woocommerce-page .product-categories li.product-category .woocommerce-loop-category__title {
    text-align: right;
    font-size: 16px !important;
    font-weight: 500;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 48px;
    line-height: 48px;
    color: #7a7a7a; }
  .woocommerce .product-categories li.product-category mark,
  .woocommerce-page .product-categories li.product-category mark {
    background-color: transparent;
    float: left;
    position: relative;
    bottom: 4px;
    color: #979898; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #d7d8d9;
  margin: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 10px 10px 3px 10px;
  transition: all 200ms ease-out;
  background-color: #fff;
  position: relative; }
  .woocommerce ul.products li.product:before,
  .woocommerce-page ul.products li.product:before {
    content: ''; }
  .woocommerce ul.products li.product .promotion-discount,
  .woocommerce-page ul.products li.product .promotion-discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 69px solid transparent;
    border-left: 69px solid #FF637D;
    z-index: 11; }
    .woocommerce ul.products li.product .promotion-discount > span,
    .woocommerce-page ul.products li.product .promotion-discount > span {
      position: absolute;
      top: -4px;
      left: -58px;
      transform: rotate(-45deg);
      color: #fff;
      text-align: center; }
      .woocommerce ul.products li.product .promotion-discount > span span:first-child,
      .woocommerce-page ul.products li.product .promotion-discount > span span:first-child {
        font-weight: 500; }
      .woocommerce ul.products li.product .promotion-discount > span span:last-of-type,
      .woocommerce-page ul.products li.product .promotion-discount > span span:last-of-type {
        font-size: 10px;
        position: relative;
        top: -15px; }
    @media (max-width: 460px) {
      .woocommerce ul.products li.product .promotion-discount,
      .woocommerce-page ul.products li.product .promotion-discount {
        display: none; } }
  .woocommerce ul.products li.product .irk-out-of-stock,
  .woocommerce-page ul.products li.product .irk-out-of-stock {
    display: none !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 52px;
    line-height: 26px;
    font-weight: 400;
    height: 52px;
    padding: 0;
    margin: 10px 0; }
  .woocommerce ul.products li.product .price,
  .woocommerce-page ul.products li.product .price {
    font-size: 16px;
    color: #EF5661;
    font-weight: 500; }
    .woocommerce ul.products li.product .price .discount-percent, .woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price .discount-percent,
    .woocommerce-page ul.products li.product .price del {
      display: none; }
  .woocommerce ul.products li.product .price-place-holder,
  .woocommerce-page ul.products li.product .price-place-holder {
    height: 32px; }
  .woocommerce ul.products li.product .button,
  .woocommerce-page ul.products li.product .button {
    margin-top: 0;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    display: block;
    text-align: center; }
    .woocommerce ul.products li.product .button.loading:after,
    .woocommerce-page ul.products li.product .button.loading:after {
      top: 2px; }
    .woocommerce ul.products li.product .button.upcoming,
    .woocommerce-page ul.products li.product .button.upcoming {
      background-color: #7a7a7a !important;
      border-color: #7a7a7a !important; }
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce-page ul.products li.product .added_to_cart {
    display: none !important; }
  .woocommerce ul.products li.product .add-to-compare,
  .woocommerce-page ul.products li.product .add-to-compare {
    position: absolute;
    left: 10px;
    bottom: -5px;
    cursor: pointer;
    color: #979898;
    display: none;
    z-index: 12;
    font-weight: 300; }
    @media (max-width: 992px) {
      .woocommerce ul.products li.product .add-to-compare,
      .woocommerce-page ul.products li.product .add-to-compare {
        display: inline-block; } }
    .woocommerce ul.products li.product .add-to-compare input[type=checkbox],
    .woocommerce-page ul.products li.product .add-to-compare input[type=checkbox] {
      display: none; }
      .woocommerce ul.products li.product .add-to-compare input[type=checkbox] + span:before,
      .woocommerce-page ul.products li.product .add-to-compare input[type=checkbox] + span:before {
        font-family: "Material Design Icons";
        content: '\f131';
        position: absolute;
        font-size: 17px;
        right: -19px;
        color: #979898; }
      .woocommerce ul.products li.product .add-to-compare input[type=checkbox]:checked + span:before,
      .woocommerce-page ul.products li.product .add-to-compare input[type=checkbox]:checked + span:before {
        content: '\f132';
        color: #00BFD6; }
  .woocommerce ul.products li.product .product-actions,
  .woocommerce-page ul.products li.product .product-actions {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translateX(-50%); }
  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.13);
    z-index: 11; }
    .woocommerce ul.products li.product:hover .add-to-compare,
    .woocommerce-page ul.products li.product:hover .add-to-compare {
      display: inline-block; }
  .woocommerce ul.products li.product .custom-rating,
  .woocommerce-page ul.products li.product .custom-rating {
    padding-top: 3px;
    border-top: 1px solid #f5f5f5; }
    .woocommerce ul.products li.product .custom-rating span,
    .woocommerce-page ul.products li.product .custom-rating span {
      background-color: #f8f9fa;
      padding: 3px 8px;
      color: #979898; }
      .woocommerce ul.products li.product .custom-rating span .mdi,
      .woocommerce-page ul.products li.product .custom-rating span .mdi {
        font-size: 20px;
        position: relative;
        top: 3px;
        left: 5px;
        color: #979898; }
  .woocommerce ul.products li.product .amazing-img-wrapper,
  .woocommerce-page ul.products li.product .amazing-img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    background-color: #FFF8F8;
    border-radius: 0 0 6px 6px;
    border: 1px solid #fccdd2;
    border-top: none;
    line-height: 18px;
    z-index: 12; }
    .woocommerce ul.products li.product .amazing-img-wrapper img,
    .woocommerce-page ul.products li.product .amazing-img-wrapper img {
      width: 96px; }
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 20%; }
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  width: 25%; }
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 33.333333%; }
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 50%; }
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%; }
@media (max-width: 992px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 33.333333% !important;
    min-height: 446px; }
    .woocommerce ul.products li.product.first,
    .woocommerce-page ul.products li.product.first {
      clear: none; } }
@media (max-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    min-height: 1px;
    width: 100% !important; }
    .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
    .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
      .woocommerce ul.products li.product .woocommerce-LoopProduct-link:after,
      .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link:after {
        content: '';
        clear: both;
        display: block; }
      .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
      .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img {
        max-width: 96px !important;
        float: right;
        margin-left: 15px; }
    .woocommerce ul.products li.product .price del,
    .woocommerce-page ul.products li.product .price del {
      display: block;
      font-size: 13px;
      color: #979898; }
    .woocommerce ul.products li.product .button,
    .woocommerce-page ul.products li.product .button {
      display: inline-block;
      float: left; } }
.woocommerce ul.products li.outofstock:after,
.woocommerce-page ul.products li.outofstock:after {
  display: inline-block;
  padding: 0 15px;
  position: absolute;
  top: 70px;
  left: 50%;
  font-weight: 500;
  transform: translateX(-50%);
  color: #979898;
  border: 1px solid #979898;
  border-radius: 22px;
  border-top-left-radius: 0;
  background: rgba(255, 255, 255, 0.75); }

@media (max-width: 768px) {
  .post-type-archive-product ul.products:after,
  .tax-product_cat ul.products:after {
    left: auto; } }

@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    clear: none; } }
@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right; } }
@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: -1px; } }
.layout-switcher {
  display: inline-block;
  float: left; }
  .layout-switcher label {
    display: inline-block;
    border: 1px solid #d7d8d9;
    padding: 5px 5px 0 5px;
    border-radius: 3px;
    cursor: pointer; }
    .layout-switcher label .mdi {
      font-size: 26px;
      position: relative;
      top: 4px;
      left: 0;
      color: #d7d8d9; }
  .layout-switcher label.active .mdi {
    color: #7a7a7a; }

.archive .attributes {
  display: none;
  float: right;
  width: 40%;
  border-right: 1px solid #e0e1e2; }
  @media (max-width: 768px) {
    .archive .attributes {
      float: none;
      width: 100%; } }
  .archive .attributes strong {
    display: inline-block !important; }
  .archive .attributes .attributes-title {
    padding-right: 15px; }
    .archive .attributes .attributes-title .mdi {
      font-size: 20px;
      position: relative;
      top: 4px;
      left: 7px;
      color: #979898; }
  .archive .attributes .list-group {
    padding-right: 15px;
    color: #979898;
    font-size: 12px; }
    .archive .attributes .list-group .list-group-item {
      margin-bottom: 1px; }
      .archive .attributes .list-group .list-group-item:before {
        font-family: "Material Design Icons";
        content: '\f764';
        font-size: 8px;
        position: relative;
        top: 0;
        left: 7px;
        color: #e0e1e2;
        float: right; }
    @media (max-width: 768px) {
      .archive .attributes .list-group {
        display: block; } }
.archive ul.products.list-layout .attributes {
  display: block; }
.archive ul.products.list-layout li.outofstock:after {
  left: auto; }

.irk-archive-amazing .woocommerce-breadcrumb {
  color: #fff; }
  .irk-archive-amazing .woocommerce-breadcrumb a {
    color: #fff; }

.amazing-header {
  margin-top: -15px;
  padding: 50px 0;
  background-color: #FF637D;
  color: #fff;
  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"); }
  .amazing-header h3 {
    font-size: 20px;
    margin: 0; }
  .amazing-header + .container {
    margin-top: -30px; }

@media (max-width: 768px) {
  .post-type-archive-product #primary,
  .tax-product_cat #primary {
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none; }

  .woocommerce-breadcrumb {
    margin-bottom: 0; }

  .layout-switcher {
    margin-top: 5px; }
    .layout-switcher + .clearfix {
      display: none; }

  .toggle-filters {
    background-color: transparent;
    margin-top: 0;
    padding-top: 5px;
    border-top: none; }
    .toggle-filters .btn {
      background-color: #D7DEE0; }
    .toggle-filters + hr {
      display: none; }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin-top: 0; }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      border: none;
      margin: 0 0 5px !important;
      border-radius: 8px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        font-size: 12px;
        margin-bottom: 0; }
      .woocommerce ul.products li.product .add-to-compare,
      .woocommerce-page ul.products li.product .add-to-compare {
        font-size: 12px; }
      .woocommerce ul.products li.product .price,
      .woocommerce-page ul.products li.product .price {
        font-size: 13px;
        line-height: 26px; } }
.irk-archive-amazing .woocommerce-products-header {
  display: none; }

.product-subcat {
  text-align: right;
  margin-bottom: 0 !important; }
  .product-subcat li a {
    color: #979898; }
  .product-subcat li:before {
    content: '\f9dd';
    font-family: "Material Design Icons";
    float: right;
    font-size: 20px;
    position: relative;
    top: 4px;
    left: 0;
    color: #d7d8d9; }

.more-subcat {
  margin-bottom: 0;
  text-align: left; }
  .more-subcat a {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6; }
    .more-subcat a .mdi {
      color: #979898; }

.woocommerce ul.products li.product .price ins {
  font-weight: 500; }

/*---------- post archive styles section ----------*/
.search-results #primary,
.category #primary,
.post-type-archive-news #primary {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none; }

.posts-list .post-item .post-item-link {
  transition: all 200ms ease-out;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .posts-list .post-item .post-item-link .text-center {
    position: relative;
    overflow: hidden; }
  .posts-list .post-item .post-item-link .wp-post-image {
    border-radius: 4px 4px 0 0; }
  .posts-list .post-item .post-item-link .post-cat {
    position: absolute;
    left: 10px;
    top: -50px;
    background-color: #00BFD6;
    color: #fff;
    padding: 0 15px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 12px;
    transition: all 200ms ease-out; }
  .posts-list .post-item .post-item-link .post-comments {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -200px;
    transition: all 200ms ease-out;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
    background: linear-gradient(to top, #2f2727, transparent); }
    .posts-list .post-item .post-item-link .post-comments > span {
      position: absolute;
      left: 10px;
      bottom: 10px; }
    .posts-list .post-item .post-item-link .post-comments .mdi {
      float: left;
      font-size: 20px;
      position: relative;
      top: 15px;
      left: 0;
      color: #fff;
      margin-right: 7px; }
  .posts-list .post-item .post-item-link:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.13);
    z-index: 11; }
    .posts-list .post-item .post-item-link:hover .post-cat {
      top: 10px; }
    .posts-list .post-item .post-item-link:hover .post-comments {
      bottom: 0; }
.posts-list .post-item .post-title {
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 64px;
  line-height: 32px;
  min-height: 64px;
  margin-top: 8px;
  text-align: center;
  padding: 0 7px; }
.posts-list .post-item .separator hr {
  width: 30%;
  border-color: #00BFD6; }
.posts-list .post-item .post-meta {
  color: #979898;
  font-size: 12px;
  padding: 7px;
  height: 44px; }
  .posts-list .post-item .post-meta .author {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    height: 32px; }
    .posts-list .post-item .post-meta .author img {
      border-radius: 50%;
      border: 1px solid #f5f5f5; }
  .posts-list .post-item .post-meta .date {
    float: left; }
    .posts-list .post-item .post-meta .date .mdi {
      font-size: 13px;
      position: relative;
      top: 2px;
      left: 0;
      color: #979898; }

/*---------- cart & checkout styles section ----------*/
.woocommerce a.remove {
  color: #979898 !important;
  background-color: #f5f5f5;
  padding-top: 1px;
  top: 4px; }
  .woocommerce a.remove:hover {
    color: #fff !important;
    background-color: #EF5661; }

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

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

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

.shop_table.cart .product-price .price {
  color: #EF5661;
  line-height: 26px; }
  .shop_table.cart .product-price .price > * {
    display: block; }
  .shop_table.cart .product-price .price del, .shop_table.cart .product-price .price .discount-percent {
    color: #979898;
    font-size: 12px; }

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

.woocommerce-cart .card-body .cart-empty {
  text-align: center;
  font-size: 28px;
  color: #7a7a7a; }
.woocommerce-cart .card-body .cart-off {
  text-align: center;
  font-size: 64px;
  margin: 15px; }
  .woocommerce-cart .card-body .cart-off .mdi {
    background: #f5f5f5;
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    border-radius: 50%; }
    .woocommerce-cart .card-body .cart-off .mdi:before {
      position: absolute;
      top: 58px;
      left: 25px;
      color: #979898; }
.woocommerce-cart .card-body .return-to-shop {
  text-align: center; }

.woocommerce td.product-name p.backorder_notification {
  color: #17a2b8; }

.woocommerce-cart-form__contents .actions .button {
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !important; }
  .woocommerce-cart-form__contents .actions .button:hover, .woocommerce-cart-form__contents .actions .button:active, .woocommerce-cart-form__contents .actions .button:focus, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled):active, .woocommerce-cart-form__contents .actions .button:not([disabled]):not(.disabled).active {
    background-color: #848484 !important; }

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

#calc_shipping_state_field > span {
  width: 100%; }

.cart_totals {
  margin-top: 30px; }
  .cart_totals h2 {
    font-size: 20px;
    font-weight: 500;
    background-color: #f5f5f5;
    width: 100%;
    padding: 3px; }
  .cart_totals .shop_table .order-total {
    font-size: 20px;
    color: #EF5661; }
  .cart_totals .wc-proceed-to-checkout .button {
    padding: 12px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .cart_totals .wc-proceed-to-checkout .button:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.3);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      border-radius: 7px; }
    .cart_totals .wc-proceed-to-checkout .button:hover:before, .cart_totals .wc-proceed-to-checkout .button:focus:before, .cart_totals .wc-proceed-to-checkout .button:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .checkout_coupon {
  background-color: #f7fafc;
  border: 1px solid #ECEFF1 !important;
  border-radius: 0 !important; }
.woocommerce-checkout .woocommerce-form-login .button {
  width: 100%;
  display: block;
  margin-bottom: 15px; }
.woocommerce-checkout form.checkout h3 {
  font-size: 16px;
  font-weight: 500;
  background-color: #f5f5f5;
  width: 100%;
  padding: 3px; }
.woocommerce-checkout form.checkout #customer_details .col-1, .woocommerce-checkout form.checkout #customer_details .col-2 {
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  width: 50% !important;
  float: right; }
  @media (max-width: 992px) {
    .woocommerce-checkout form.checkout #customer_details .col-1, .woocommerce-checkout form.checkout #customer_details .col-2 {
      width: 100% !important;
      padding: 0 !important; } }
.woocommerce-checkout form.checkout #customer_details .col-1 {
  padding-right: 0; }
.woocommerce-checkout form.checkout #customer_details .col-2 {
  padding-left: 0; }
.woocommerce-checkout form.checkout #customer_details #ship-to-different-address {
  height: 46px; }
  .woocommerce-checkout form.checkout #customer_details #ship-to-different-address .woocommerce-form__label-for-checkbox span::before {
    top: -5px; }
.woocommerce-checkout form.checkout #customer_details #order_comments {
  height: 135px; }
.woocommerce-checkout form.checkout #order_review .order-total {
  font-size: 20px;
  color: #EF5661; }
.woocommerce-checkout form.checkout #payment {
  margin-top: 15px;
  background-color: #f7fafc;
  border-radius: 0;
  border: 1px solid #ECEFF1; }
  .woocommerce-checkout form.checkout #payment .payment_methods {
    border-bottom: 1px dashed #D7DEE0; }
    .woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method {
      padding-top: 7px;
      padding-bottom: 7px; }
      .woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio {
        display: none; }
        .woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio + label {
          position: relative;
          text-indent: 28px;
          display: inline-block;
          cursor: pointer; }
          .woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio + label:before {
            font-family: "Material Design Icons";
            content: '\f43d';
            font-size: 23px;
            position: absolute;
            right: -28px;
            top: -10px;
            color: #979898; }
        .woocommerce-checkout form.checkout #payment .payment_methods .wc_payment_method .input-radio:checked + label:before {
          content: '\f43e';
          color: #00BFD6; }
  .woocommerce-checkout form.checkout #payment div.payment_box {
    background-color: #D7DEE0; }
    .woocommerce-checkout form.checkout #payment div.payment_box:before {
      border-bottom-color: #D7DEE0; }
  .woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
    display: inline !important;
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6; }
  .woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 10px;
    box-shadow: none; }
  .woocommerce-checkout form.checkout #payment #place_order {
    display: block !important;
    width: 100%;
    margin-top: 15px;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .woocommerce-checkout form.checkout #payment #place_order:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.3);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      border-radius: 7px; }
    .woocommerce-checkout form.checkout #payment #place_order:hover:before, .woocommerce-checkout form.checkout #payment #place_order:focus:before, .woocommerce-checkout form.checkout #payment #place_order:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

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

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

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

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

p.order-again {
  margin-top: 1rem; }

/*---------- post single styles section ----------*/
.post-single .card-header .card-title {
  border-bottom: 1px solid #e0e1e2;
  margin-bottom: 10px; }
.post-single .card-header .post-meta {
  color: #979898;
  font-size: 12px; }
  .post-single .card-header .post-meta .author img {
    border-radius: 50%;
    border: 1px solid #f5f5f5; }
  .post-single .card-header .post-meta .mdi {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: 0;
    color: #979898; }
  .post-single .card-header .post-meta span {
    margin-left: 15px; }
  .post-single .card-header .post-meta a {
    color: #979898;
    border-bottom: 1px dashed transparent; }
    .post-single .card-header .post-meta a:hover {
      color: #00BFD6;
      border-bottom-color: #00BFD6; }
.post-single .card-body a {
  color: #00BFD6;
  border-bottom: 1px dashed #00BFD6; }
.post-single .tags {
  margin: 15px 0; }
  .post-single .tags .mdi {
    font-size: 24px;
    position: relative;
    top: 4px;
    left: 10px;
    color: #979898; }
  .post-single .tags a {
    color: #979898;
    padding: 0 12px;
    background-color: #f5f5f5;
    border: 1px solid #e0e1e2;
    margin-left: 3px;
    margin-bottom: 3px;
    border-radius: 24px;
    display: inline-block;
    line-height: 26px; }
    .post-single .tags a:hover {
      background-color: #fff; }
.post-single .sharing .toggle {
  float: left; }
.post-single .card-footer {
  margin-top: 0; }
  .post-single .card-footer .sharing {
    text-align: left; }
    .post-single .card-footer .sharing a .mdi {
      font-size: 24px;
      position: relative;
      top: 4px;
      left: 0;
      color: #d7d8d9;
      transition: all 200ms ease-out; }
    .post-single .card-footer .sharing a:hover .mdi {
      color: #979898; }

.short-link {
  background: #f5f5f5;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 16px; }
  .short-link .mdi {
    font-size: 18px;
    position: relative;
    top: 4px;
    left: 0;
    color: #00BFD6;
    margin-left: 5px; }

#comments {
  margin-top: 15px;
  margin-bottom: 15px; }
  #comments .card-header .card-title .badge {
    font-size: 13px;
    padding: 6px 15px 2px 15px;
    border-radius: 21px;
    background: #f5f5f5;
    color: #7a7a7a; }
  #comments .card-body #commentform .logged-in-as a:first-of-type {
    color: #00BFD6;
    border-bottom: 1px dashed #00BFD6; }
  #comments .card-body #commentform .logged-in-as a:last-of-type {
    color: #EF5661;
    border-bottom: 1px dashed #EF5661; }
  #comments .card-body #reply-title {
    font-size: 16px;
    font-weight: 500; }
    #comments .card-body #reply-title a {
      color: #00BFD6; }
    #comments .card-body #reply-title #cancel-comment-reply-link {
      font-size: 16px;
      color: #EF5661;
      border-bottom: 1px dashed #EF5661; }
  #comments .card-body > .comment-list {
    padding-right: 0; }
  #comments .card-body .comment-list {
    margin-top: 35px; }
    #comments .card-body .comment-list .comment {
      background-color: #f7fafc;
      padding: 15px;
      border: 1px solid #e0e1e2;
      margin-bottom: 15px; }
      #comments .card-body .comment-list .comment .avatar {
        margin-left: 7px; }
      #comments .card-body .comment-list .comment .comment-meta time {
        font-size: 12px;
        color: #979898;
        margin: 0 7px; }
      #comments .card-body .comment-list .comment .comment-content {
        text-align: justify;
        font-size: 12px; }
        #comments .card-body .comment-list .comment .comment-content p {
          margin-bottom: 0; }
      #comments .card-body .comment-list .comment .comment-approved {
        color: #FFD700;
        font-weight: 500; }
      #comments .card-body .comment-list .comment.by-admin {
        background-color: #e4ffea;
        border: 1px solid #b1f6a0; }
        #comments .card-body .comment-list .comment.by-admin .comment-content {
          color: #328a2d; }

.wp-caption.aligncenter {
  text-align: center; }

.wp-caption {
  width: auto !important; }

/*---------- multi step checkout styles section ----------*/
.woocommerce-checkout.is-multi-step-checkout ul.multi-step {
  margin-bottom: 30px; }
  .woocommerce-checkout.is-multi-step-checkout ul.multi-step li {
    text-align: center;
    position: relative;
    z-index: 1; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li a {
      border-bottom: none; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li .step {
      display: inline-block;
      width: 36px;
      height: 36px;
      border: 2px solid #d7d8d9;
      border-radius: 100%;
      line-height: 2.4;
      font-weight: 500;
      font-size: 16px;
      background-color: #fff;
      color: #d7d8d9;
      z-index: 2; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li .label {
      display: block;
      color: #d7d8d9; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li:before {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #d7d8d9;
      position: absolute;
      top: 18px;
      right: 0;
      z-index: -1; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .step {
      border-color: #00BFD6;
      color: #00BFD6; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active .label {
      color: #00BFD6;
      font-weight: 500; }
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step li.active:before {
      background-color: #00BFD6; }
  @media (max-width: 576px) {
    .woocommerce-checkout.is-multi-step-checkout ul.multi-step {
      display: block !important; } }
.woocommerce-checkout.is-multi-step-checkout .next-checkout-step .mdi {
  left: auto; }

.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%; } }
/*---------- product single styles section ----------*/
body.single-product #primary {
  box-shadow: none;
  background: transparent;
  padding: 0;
  border: none; }

.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 15px; }
  .product-card .countdown-timer {
    position: absolute !important;
    padding: 12px;
    text-align: left;
    width: 40%;
    background-color: #FFF7F8;
    color: #FF637D;
    z-index: 2; }
    @media (max-width: 992px) {
      .product-card .countdown-timer {
        width: 100%; } }
    .product-card .countdown-timer:before {
      font-family: "Material Design Icons";
      content: '\f995';
      font-size: 36px;
      position: relative;
      top: 2px;
      left: 0;
      color: #FF637D;
      float: left;
      margin-right: 7px; }
  .product-card .promotion-discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 69px solid transparent;
    border-right: 69px solid #FF637D;
    z-index: 11; }
    .product-card .promotion-discount > span {
      position: absolute;
      top: -5px;
      right: -56px;
      transform: rotate(45deg);
      color: #fff;
      text-align: center; }
      .product-card .promotion-discount > span span:first-child {
        font-weight: 500; }
      .product-card .promotion-discount > span span:last-of-type {
        font-size: 10px;
        position: relative;
        top: -15px; }
  .product-card .irk-out-of-stock {
    position: absolute;
    top: 0;
    z-index: 11;
    background-color: #FCE9E8;
    font-size: 20px;
    color: #b37171;
    padding: 10px;
    width: 40%; }
    .product-card .irk-out-of-stock .mdi {
      margin-left: 7px;
      color: #ecbbb9; }
    @media (max-width: 992px) {
      .product-card .irk-out-of-stock {
        width: 100%; } }
  .product-card .woocommerce-product-gallery,
  .product-card .entry-summary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    position: relative; }
    @media (min-width: 576px) {
      .product-card .woocommerce-product-gallery .stock,
      .product-card .entry-summary .stock {
        margin-left: 200px; } }
  .product-card .woocommerce-product-gallery {
    padding: 15px;
    margin-bottom: 0 !important; }
    @media (min-width: 992px) {
      .product-card .woocommerce-product-gallery {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40% !important;
        width: 40% !important; } }
    .product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
      border-color: #979898 !important; }
    .product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
      background-color: #979898 !important; }
    .product-card .woocommerce-product-gallery .flex-control-nav {
      text-align: center;
      margin-top: 15px !important; }
      .product-card .woocommerce-product-gallery .flex-control-nav li {
        text-align: center;
        border: 1px solid #f5f5f5;
        padding: 5px;
        background-color: #f8f9fa;
        margin: 4px !important;
        width: auto !important;
        display: inline-block !important;
        float: none !important;
        max-width: 64px !important; }
        .product-card .woocommerce-product-gallery .flex-control-nav li img {
          display: inline-block !important; }
  .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel {
    direction: ltr !important; }
    .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      pointer-events: none; }
      .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        padding: 0 5px;
        display: inline-block;
        pointer-events: auto; }
        .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev .mdi, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next .mdi {
          font-size: 22px;
          position: relative;
          top: 5px;
          left: 0;
          color: #979898; }
        .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev.disabled, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next.disabled {
          cursor: default; }
          .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev.disabled .mdi, .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next.disabled .mdi {
            opacity: 0.4; }
      .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-prev {
        float: left; }
      .product-card .woocommerce-product-gallery .flex-control-nav.owl-carousel .owl-nav .owl-next {
        float: right; }
  .product-card .entry-summary {
    background-color: #FDFDFD;
    padding: 15px;
    margin-bottom: 0 !important; }
    @media (min-width: 992px) {
      .product-card .entry-summary {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60% !important;
        width: 60% !important; } }
    .product-card .entry-summary .product_title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 7px !important; }
      @media (min-width: 576px) {
        .product-card .entry-summary .product_title {
          margin-left: 164px; } }
    .product-card .entry-summary .en-tile {
      font-size: 12px;
      color: #979898; }
      .product-card .entry-summary .en-tile + hr {
        margin: 7px 0 15px 0;
        border-color: #d7d8d9; }
    .product-card .entry-summary .woocommerce-product-rating {
      left: 15px;
      top: 20px; }
      @media (min-width: 576px) {
        .product-card .entry-summary .woocommerce-product-rating {
          position: absolute; } }
    .product-card .entry-summary .summary-attributes {
      margin-bottom: 15px;
      z-index: 2; }
      @media (min-width: 576px) {
        .product-card .entry-summary .summary-attributes {
          width: 200px;
          position: absolute;
          left: 15px;
          background-color: #FDFDFD;
          padding: 0 15px 15px 15px; } }
      .product-card .entry-summary .summary-attributes .list-group {
        color: #7a7a7a;
        font-size: 12px;
        padding-right: 5px; }
        .product-card .entry-summary .summary-attributes .list-group .list-group-item {
          margin-bottom: 1px;
          font-size: 10px;
          line-height: 24px; }
          .product-card .entry-summary .summary-attributes .list-group .list-group-item:before {
            font-family: "Material Design Icons";
            content: '\f764';
            font-size: 5px;
            position: relative;
            top: 0;
            left: 6px;
            color: #d7d8d9;
            float: right; }
        .product-card .entry-summary .summary-attributes .list-group .list-group-item:nth-child(3),
        .product-card .entry-summary .summary-attributes .list-group .list-group-item:nth-child(4),
        .product-card .entry-summary .summary-attributes .list-group .list-group-item:nth-child(5),
        .product-card .entry-summary .summary-attributes .list-group .list-group-item:nth-child(6) {
          display: none; }
      .product-card .entry-summary .summary-attributes .more {
        border-bottom: 1px dashed #00BFD6;
        color: #00BFD6;
        font-size: 10px; }
    .product-card .entry-summary .price {
      color: #EF5661;
      font-size: 20px;
      font-weight: 500; }
      .product-card .entry-summary .price:before {
        content: '';
        display: block;
        clear: both; }
      .product-card .entry-summary .price del {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #979898;
        font-weight: 400; }
      .product-card .entry-summary .price .discount-percent {
        background: #EF5661;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        display: inline-block;
        padding: 2px 14px;
        border-radius: 0 40px 40px 40px;
        margin-right: 10px; }
    .product-card .entry-summary .stock {
      font-size: 13px !important; }
    .product-card .entry-summary .stock.out-of-stock {
      background-color: #fffde4;
      border: 1px solid #f6e8a1;
      color: #a37731;
      padding: 10px;
      margin-top: 10px; }
      .product-card .entry-summary .stock.out-of-stock .mdi {
        font-size: 31px;
        position: relative;
        top: 9px;
        left: 7px;
        color: #a37731; }
    .product-card .entry-summary .available-on-backorder {
      background-color: #e4ffea;
      border: 1px solid #b1f6a0;
      color: #46a344 !important;
      padding: 15px; }
      .product-card .entry-summary .available-on-backorder .mdi {
        font-size: 31px;
        position: relative;
        top: 9px;
        left: 7px;
        color: #46a344; }
    .product-card .entry-summary .stock.in-stock {
      background-color: #d7f7ff;
      border: 1px solid #8be1f6;
      color: #60c3f6;
      padding: 10px; }
      .product-card .entry-summary .stock.in-stock .mdi {
        font-size: 31px;
        position: relative;
        top: 9px;
        left: 7px;
        color: #60c3f6; }
    .product-card .entry-summary .upcoming {
      margin: 30px 0; }
    .product-card .entry-summary .woocommerce-product-details__short-description {
      margin-bottom: 15px; }
      @media (min-width: 576px) {
        .product-card .entry-summary .woocommerce-product-details__short-description {
          margin-left: 200px; } }
    .product-card .entry-summary .product-delivery {
      border-top: 1px solid #e0e1e2;
      border-bottom: 1px solid #e0e1e2;
      margin: 15px 0; }
      .product-card .entry-summary .product-delivery .list-group-item {
        padding: 7px 0; }
        .product-card .entry-summary .product-delivery .list-group-item a {
          color: #00BFD6;
          border-bottom: 1px dashed #00BFD6; }
        .product-card .entry-summary .product-delivery .list-group-item .mdi {
          font-size: 24px;
          position: relative;
          top: 14px;
          left: 7px;
          color: #d7d8d9;
          float: right; }
          .product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-shield-check {
            color: #6ab946; }
          .product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-store {
            color: #17a2b8; }
          .product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-package-variant-closed {
            color: #EF5661; }
          .product-card .entry-summary .product-delivery .list-group-item .mdi.mdi-truck-delivery {
            color: #00BFD6; }
    .product-card .entry-summary form.cart table.variations {
      width: auto; }
      .product-card .entry-summary form.cart table.variations td.label {
        min-width: 120px;
        padding-left: 10px; }
        .product-card .entry-summary form.cart table.variations td.label label {
          margin-bottom: 0;
          font-weight: 400; }
      .product-card .entry-summary form.cart table.variations td.value > div {
        display: inline-block; }
        .product-card .entry-summary form.cart table.variations td.value > div input[type=radio] {
          display: none; }
        .product-card .entry-summary form.cart table.variations td.value > div label {
          font-weight: 400;
          display: inline-block;
          padding: 1px 15px;
          border: 1px solid #d7d8d9;
          border-radius: 3px;
          cursor: pointer;
          margin: 0 0 5px 5px; }
        .product-card .entry-summary form.cart table.variations td.value > div input[type=radio]:checked + label {
          border-color: #00BFD6;
          font-weight: 500; }
      .product-card .entry-summary form.cart table.variations td.value .reset-variations {
        display: inline-block;
        padding: 2px 10px;
        color: #EF5661; }
    .product-card .entry-summary .woocommerce-variation-price del {
      opacity: 1 !important; }
    .product-card .entry-summary .single_variation_wrap {
      margin-bottom: 15px; }
    .product-card .entry-summary .variations_button {
      margin-top: 15px; }
    .product-card .entry-summary .single_add_to_cart_button {
      position: relative;
      padding-right: 45px !important;
      padding-left: 25px !important;
      font-size: 16px !important;
      border: 1px solid #00adc2 !important; }
      .product-card .entry-summary .single_add_to_cart_button:before {
        right: 10px;
        content: '\f112';
        font-family: "Material Design Icons";
        font-size: 26px;
        top: 5px;
        position: absolute; }
    .product-card .entry-summary .product_meta {
      border-top: 1px solid #e0e1e2;
      padding: 15px 0 0 0; }
      .product-card .entry-summary .product_meta > span {
        margin-left: 10px; }
      .product-card .entry-summary .product_meta a {
        color: #00BFD6;
        border-bottom: 1px dashed #00BFD6; }
    .product-card .entry-summary .compare {
      float: right;
      margin-top: 20px; }
      .product-card .entry-summary .compare a {
        border: 1px solid #979898;
        border-radius: 5px;
        padding: 0 5px;
        display: inline-block; }
        .product-card .entry-summary .compare a .mdi {
          font-size: 24px;
          position: relative;
          top: 6px;
          left: 0;
          color: #979898;
          transition: all 200ms ease-out; }
        .product-card .entry-summary .compare a img {
          width: 24px; }
        .product-card .entry-summary .compare a:hover {
          border-color: #515151; }
          .product-card .entry-summary .compare a:hover .mdi {
            color: #515151; }
        .product-card .entry-summary .compare a.active .mdi {
          color: #00BFD6; }
    .product-card .entry-summary .sharing {
      text-align: left;
      float: left;
      margin-top: 20px; }
      .product-card .entry-summary .sharing a .mdi {
        font-size: 24px;
        position: relative;
        top: 4px;
        left: 0;
        color: #d7d8d9;
        transition: all 200ms ease-out; }
      .product-card .entry-summary .sharing a:hover .mdi {
        color: #979898; }
    .product-card .entry-summary .product-services {
      margin-top: 15px;
      border-top: 1px solid #d7d8d9;
      padding-top: 15px; }
      .product-card .entry-summary .product-services img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        float: right;
        max-width: 36px;
        margin-left: 7px; }
      .product-card .entry-summary .product-services p {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 10px; }
      @media (max-width: 576px) {
        .product-card .entry-summary .product-services {
          display: none; } }

.product-is-amazing .woocommerce-product-gallery {
  border: 1px solid #ffcdd3; }

.product-finished-amazing .countdown-timer {
  padding: 18px;
  background-color: #f8f9fa;
  color: #979898; }
  .product-finished-amazing .countdown-timer:before {
    color: #d7d8d9; }

@media (min-width: 992px) {
  .product-card .woocommerce-product-gallery {
    padding-top: 90px !important; }
    .product-card .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      margin-top: 3.5em !important; } }
@media (max-width: 992px) {
  .product-is-outofstock .woocommerce-product-gallery,
  .product-is-amazing .woocommerce-product-gallery,
  .product-finished-amazing .woocommerce-product-gallery {
    padding-top: 90px !important; }
    .product-is-outofstock .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
    .product-is-amazing .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
    .product-finished-amazing .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      margin-top: 3.5em !important; }

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

@media (max-width: 992px) {
  .single-product .page-card {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none; }
  .single-product .woocommerce-product-gallery {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px !important;
    background-color: #fff; }
  .single-product .entry-summary {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px !important;
    background-color: #fff; } }
.wc-tabs-wrapper .entry-content h2 .content-expert-button, .wc-tabs-wrapper .entry-content h3 .content-expert-button, .wc-tabs-wrapper .entry-content h4 .content-expert-button, .wc-tabs-wrapper .entry-content h5 .content-expert-button, .wc-tabs-wrapper .entry-content h6 .content-expert-button {
  width: 38px;
  height: 32px;
  background-color: #979898;
  position: relative;
  margin-left: 15px;
  top: 8px;
  border: none;
  color: #fff;
  border-radius: 0 15px 15px 15px;
  outline: none;
  cursor: pointer; }
  @media (max-width: 992px) {
    .wc-tabs-wrapper .entry-content h2 .content-expert-button, .wc-tabs-wrapper .entry-content h3 .content-expert-button, .wc-tabs-wrapper .entry-content h4 .content-expert-button, .wc-tabs-wrapper .entry-content h5 .content-expert-button, .wc-tabs-wrapper .entry-content h6 .content-expert-button {
      height: 25px;
      top: 7px; } }
  .wc-tabs-wrapper .entry-content h2 .content-expert-button:before, .wc-tabs-wrapper .entry-content h3 .content-expert-button:before, .wc-tabs-wrapper .entry-content h4 .content-expert-button:before, .wc-tabs-wrapper .entry-content h5 .content-expert-button:before, .wc-tabs-wrapper .entry-content h6 .content-expert-button:before {
    content: '\f374';
    font-family: "Material Design Icons";
    font-size: 20px;
    position: relative;
    top: -4px;
    left: 1px;
    color: #fff; }
  .wc-tabs-wrapper .entry-content h2 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h3 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h4 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h5 .content-expert-button.expand:before, .wc-tabs-wrapper .entry-content h6 .content-expert-button.expand:before {
    content: '\f415'; }
.wc-tabs-wrapper .entry-content .content-expert {
  padding-right: 52px;
  border-right: 1px solid #e0e1e2;
  margin-right: 14px; }

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

.entry-summary .short-link {
  margin-top: 7px;
  display: inline-block; }

@media (min-width: 576px) {
  .new-product-info .product-card .entry-summary .summary-attributes {
    width: auto;
    position: static;
    float: right; }
  .new-product-info .product-card .entry-summary .product-info {
    float: left;
    background: #f5f5f5;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    min-width: 320px; }
    .new-product-info .product-card .entry-summary .product-info form.cart .quantity {
      float: none;
      margin-left: 0;
      margin-bottom: 5px; }
    .new-product-info .product-card .entry-summary .product-info form.cart .qty {
      display: block;
      width: 100%; }
    .new-product-info .product-card .entry-summary .product-info form.cart .single_add_to_cart_button {
      display: block;
      width: 100%; } }

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

/*---------- tabs styles section ----------*/
.woocommerce div.product .woocommerce-tabs {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding: 0;
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs {
      padding: 15px; } }
  .woocommerce div.product .woocommerce-tabs .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce div.product .woocommerce-tabs .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce div.product .woocommerce-tabs .card-body {
    padding: 0; }
  .woocommerce div.product .woocommerce-tabs .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .woocommerce div.product .woocommerce-tabs .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  @media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs {
      padding: 0; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #f8f9fa;
    padding: 0;
    margin-bottom: 0; }
    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
      border-bottom-color: #e0e1e2; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border-radius: 0;
      background-color: transparent;
      border: none;
      border-top: 3px solid transparent;
      margin: 0; }
      @media (max-width: 576px) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
          padding-left: 0; } }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        margin-right: 0;
        border-top-color: #00BFD6; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
        padding: 10px;
        font-weight: 400; }
        @media (max-width: 576px) {
          .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            font-size: 12px;
            padding: 4px; } }
        .woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
          font-family: "Material Design Icons";
          font-size: 20px;
          position: relative;
          top: 0;
          left: 7px;
          color: #979898;
          float: right; }
    .woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-description a:before {
      content: '\f14e'; }
    .woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-additional_information a:before {
      content: '\f27a'; }
    .woocommerce div.product .woocommerce-tabs ul.tabs #tab-title-reviews a:before {
      content: '\f189'; }
  .woocommerce div.product .woocommerce-tabs .entry-content {
    padding: 30px;
    line-height: 36px; }
    .woocommerce div.product .woocommerce-tabs .entry-content h2, .woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h5, .woocommerce div.product .woocommerce-tabs .entry-content h6 {
      font-weight: 500;
      margin-bottom: 30px; }
    .woocommerce div.product .woocommerce-tabs .entry-content h2 {
      font-size: 20px; }
    .woocommerce div.product .woocommerce-tabs .entry-content h3, .woocommerce div.product .woocommerce-tabs .entry-content h4 {
      font-size: 16px; }
    .woocommerce div.product .woocommerce-tabs .entry-content h5, .woocommerce div.product .woocommerce-tabs .entry-content h6 {
      font-size: 13px; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img {
    max-width: 100%;
    height: auto; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignright {
      padding: 4px;
      margin: 0 0 2px 7px;
      display: inline; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.alignleft {
      padding: 4px;
      margin: 0 7px 2px 0;
      display: inline; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignright {
    float: right; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .alignleft {
    float: left; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description a:not(.tab-show-more) {
    border-bottom: 1px dashed #00BFD6;
    color: #00BFD6; }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding-right: 0; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul ul {
      padding-right: 15px; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li:before {
      content: '\f70a';
      font-family: "Material Design Icons";
      font-size: 8px;
      position: relative;
      top: 0;
      left: 7px;
      color: #00BFD6;
      float: right; }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description ul li li:before {
      color: #979898; }

.woocommerce table.shop_attributes {
  border: none;
  border-spacing: 10px;
  border-collapse: separate; }
  .woocommerce table.shop_attributes th {
    background-color: #f5f5f5 !important; }
  .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    font-style: normal;
    font-weight: 400;
    border: none;
    line-height: 32px;
    color: #515151 !important; }
  .woocommerce table.shop_attributes td {
    background-color: #f8f9fa !important;
    padding: 8px; }
    .woocommerce table.shop_attributes td p {
      padding: 0; }
  .woocommerce table.shop_attributes .product_weight, .woocommerce table.shop_attributes .product_dimensions {
    direction: ltr; }

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025); }

.woocommerce-Tabs-panel--seller .list-unstyled {
  padding-right: 0; }

.woocommerce #reviews #comments ol.commentlist {
  padding-right: 0; }
  .woocommerce #reviews #comments ol.commentlist li {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    background-color: #f8f9fa;
    border-radius: 4px; }
    .woocommerce #reviews #comments ol.commentlist li.comment-author-admin {
      background-color: #e4ffea;
      border-color: #b1f6a0; }
      .woocommerce #reviews #comments ol.commentlist li.comment-author-admin .comment-text {
        color: #328a2d; }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
      position: static;
      margin-left: 7px;
      margin-bottom: 7px;
      width: 60px;
      height: auto;
      border: 1px solid #e0e1e2;
      background-color: transparent;
      border-radius: 100%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin-right: 0;
      padding: 0;
      border: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        font-size: 13px; }

#review_form_wrapper #commentform .stars {
  font-size: 22px; }
  #review_form_wrapper #commentform .stars a {
    color: #FFD700; }

.woocommerce #commentform textarea#comment {
  height: 220px; }

.woocommerce #commentform input#submit {
  background-color: #7a7a7a !important;
  color: #ffffff !important;
  padding-right: 30px !important;
  padding-left: 30px !important; }
  .woocommerce #commentform input#submit:hover, .woocommerce #commentform input#submit:active, .woocommerce #commentform input#submit:focus, .woocommerce #commentform input#submit:not([disabled]):not(.disabled):active, .woocommerce #commentform input#submit:not([disabled]):not(.disabled).active {
    background-color: #848484 !important;
    color: #ffffff !important; }

@media (max-width: 576px) {
  .woocommerce div.product .woocommerce-tabs .entry-content {
    padding: 10px; }

  .woocommerce table.shop_attributes {
    border-spacing: 3px; } }
@media (max-width: 992px) {
  .woocommerce div.product .woocommerce-tabs {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: none; }
    .woocommerce div.product .woocommerce-tabs .entry-content h2 {
      margin-bottom: 15px;
      font-size: 13px;
      padding-left: 64px;
      display: block;
      text-overflow: ellipsis;
      word-wrap: break-word;
      overflow: hidden;
      max-height: 32px;
      line-height: 32px;
      position: relative; }
      .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #00BFD6;
        font-size: 13px;
        font-weight: 400; }
        .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more .mdi {
          position: relative;
          top: 2px; }

  .single-product .wc-tabs {
    display: none !important; }
  .single-product .woocommerce-Tabs-panel {
    display: block !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 15px !important;
    background-color: #fff;
    overflow: hidden;
    transition: all 200ms ease-out;
    padding: 10px !important;
    height: 50px; }
    .single-product .woocommerce-Tabs-panel #comments {
      margin-top: 0; }
    .single-product .woocommerce-Tabs-panel.expand {
      height: auto;
      overflow: visible; } }
@media (min-width: 992px) {
  .woocommerce-Tabs-panel--shipping .panel-title,
  .woocommerce-Tabs-panel--more_seller_product .panel-title {
    display: none; } }
@media (min-width: 992px) {
  .woocommerce div.product .woocommerce-tabs .entry-content h2 .tab-show-more {
    display: none !important; } }
.woocommerce-Tabs-panel--description .expert {
  background: #f8f9fa;
  padding: 15px;
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .woocommerce-Tabs-panel--description .expert .icon {
      display: none; }
    .woocommerce-Tabs-panel--description .expert .text {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .woocommerce-Tabs-panel--description .expert .showmore {
    line-height: 32px; }
  .woocommerce-Tabs-panel--description .expert .showmore_content {
    position: relative;
    overflow: hidden; }
  .woocommerce-Tabs-panel--description .expert .showmore_trigger {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative; }
    .woocommerce-Tabs-panel--description .expert .showmore_trigger.show:before {
      content: '';
      display: block;
      width: 100%;
      background-image: linear-gradient(180deg, rgba(248, 249, 250, 0.49), #f8f9fa);
      position: absolute;
      height: 36px;
      bottom: 36px; }
  .woocommerce-Tabs-panel--description .expert .showmore_trigger span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #00BFD6; }

/*---------- upsells & related styles section ----------*/
.woocommerce .related,
.woocommerce .upsells,
.woocommerce-page .related,
.woocommerce-page .upsells {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;
  border: none;
  margin-bottom: 15px; }
  .woocommerce .related .card-header,
  .woocommerce .upsells .card-header,
  .woocommerce-page .related .card-header,
  .woocommerce-page .upsells .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .woocommerce .related .card-header .card-title,
    .woocommerce .upsells .card-header .card-title,
    .woocommerce-page .related .card-header .card-title,
    .woocommerce-page .upsells .card-header .card-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .woocommerce .related > h2,
  .woocommerce .upsells > h2,
  .woocommerce-page .related > h2,
  .woocommerce-page .upsells > h2 {
    border-bottom: 1px solid #EF5661;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: -1px;
    display: inline-block;
    position: relative;
    z-index: 2; }
  @media (max-width: 992px) {
    .woocommerce .related,
    .woocommerce .upsells,
    .woocommerce-page .related,
    .woocommerce-page .upsells {
      background: transparent;
      box-shadow: none;
      padding: 0; } }
  .woocommerce .related ul.products,
  .woocommerce .upsells ul.products,
  .woocommerce-page .related ul.products,
  .woocommerce-page .upsells ul.products {
    direction: ltr !important;
    padding-top: 30px !important;
    border-top: 1px solid #e0e1e2; }
    .woocommerce .related ul.products .owl-item,
    .woocommerce .upsells ul.products .owl-item,
    .woocommerce-page .related ul.products .owl-item,
    .woocommerce-page .upsells ul.products .owl-item {
      transition: all 200ms ease-out;
      border-radius: 8px;
      position: relative; }
      @media (min-width: 992px) {
        .woocommerce .related ul.products .owl-item,
        .woocommerce .upsells ul.products .owl-item,
        .woocommerce-page .related ul.products .owl-item,
        .woocommerce-page .upsells ul.products .owl-item {
          border: 1px solid transparent; }
          .woocommerce .related ul.products .owl-item:hover,
          .woocommerce .upsells ul.products .owl-item:hover,
          .woocommerce-page .related ul.products .owl-item:hover,
          .woocommerce-page .upsells ul.products .owl-item:hover {
            border: 1px solid #ECEFF1; } }
      .woocommerce .related ul.products .owl-item li.product,
      .woocommerce .upsells ul.products .owl-item li.product,
      .woocommerce-page .related ul.products .owl-item li.product,
      .woocommerce-page .upsells ul.products .owl-item li.product {
        width: 100% !important;
        display: inline-block;
        direction: rtl !important;
        text-align: center;
        padding: 5px;
        border: none;
        margin-left: 0;
        margin-bottom: 0;
        background-color: transparent;
        min-height: unset; }
        @media (max-width: 992px) {
          .woocommerce .related ul.products .owl-item li.product,
          .woocommerce .upsells ul.products .owl-item li.product,
          .woocommerce-page .related ul.products .owl-item li.product,
          .woocommerce-page .upsells ul.products .owl-item li.product {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } }
        @media (max-width: 768px) {
          .woocommerce .related ul.products .owl-item li.product .woocommerce-LoopProduct-link img,
          .woocommerce .upsells ul.products .owl-item li.product .woocommerce-LoopProduct-link img,
          .woocommerce-page .related ul.products .owl-item li.product .woocommerce-LoopProduct-link img,
          .woocommerce-page .upsells ul.products .owl-item li.product .woocommerce-LoopProduct-link img {
            max-width: none !important;
            float: none; } }
        .woocommerce .related ul.products .owl-item li.product:hover,
        .woocommerce .upsells ul.products .owl-item li.product:hover,
        .woocommerce-page .related ul.products .owl-item li.product:hover,
        .woocommerce-page .upsells ul.products .owl-item li.product:hover {
          box-shadow: none; }
        .woocommerce .related ul.products .owl-item li.product .promotion-discount,
        .woocommerce .upsells ul.products .owl-item li.product .promotion-discount,
        .woocommerce-page .related ul.products .owl-item li.product .promotion-discount,
        .woocommerce-page .upsells ul.products .owl-item li.product .promotion-discount {
          display: none; }
        .woocommerce .related ul.products .owl-item li.product .post-title,
        .woocommerce .upsells ul.products .owl-item li.product .post-title,
        .woocommerce-page .related ul.products .owl-item li.product .post-title,
        .woocommerce-page .upsells ul.products .owl-item li.product .post-title {
          font-size: 13px;
          display: block;
          text-overflow: ellipsis;
          word-wrap: break-word;
          overflow: hidden;
          max-height: 64px;
          line-height: 32px;
          height: 64px; }
        .woocommerce .related ul.products .owl-item li.product img,
        .woocommerce .upsells ul.products .owl-item li.product img,
        .woocommerce-page .related ul.products .owl-item li.product img,
        .woocommerce-page .upsells ul.products .owl-item li.product img {
          margin: auto !important; }
          @media (min-width: 576px) {
            .woocommerce .related ul.products .owl-item li.product img,
            .woocommerce .upsells ul.products .owl-item li.product img,
            .woocommerce-page .related ul.products .owl-item li.product img,
            .woocommerce-page .upsells ul.products .owl-item li.product img {
              width: auto; } }
        .woocommerce .related ul.products .owl-item li.product .price,
        .woocommerce .upsells ul.products .owl-item li.product .price,
        .woocommerce-page .related ul.products .owl-item li.product .price,
        .woocommerce-page .upsells ul.products .owl-item li.product .price {
          color: #EF5661;
          font-size: 16px; }
          @media (max-width: 768px) {
            .woocommerce .related ul.products .owl-item li.product .price,
            .woocommerce .upsells ul.products .owl-item li.product .price,
            .woocommerce-page .related ul.products .owl-item li.product .price,
            .woocommerce-page .upsells ul.products .owl-item li.product .price {
              font-size: 16px; } }
          .woocommerce .related ul.products .owl-item li.product .price .discount-percent,
          .woocommerce .upsells ul.products .owl-item li.product .price .discount-percent,
          .woocommerce-page .related ul.products .owl-item li.product .price .discount-percent,
          .woocommerce-page .upsells ul.products .owl-item li.product .price .discount-percent {
            display: none !important; }
          .woocommerce .related ul.products .owl-item li.product .price > *,
          .woocommerce .upsells ul.products .owl-item li.product .price > *,
          .woocommerce-page .related ul.products .owl-item li.product .price > *,
          .woocommerce-page .upsells ul.products .owl-item li.product .price > * {
            display: block; }
          .woocommerce .related ul.products .owl-item li.product .price del,
          .woocommerce .upsells ul.products .owl-item li.product .price del,
          .woocommerce-page .related ul.products .owl-item li.product .price del,
          .woocommerce-page .upsells ul.products .owl-item li.product .price del {
            display: none; }
          .woocommerce .related ul.products .owl-item li.product .price .dash,
          .woocommerce .upsells ul.products .owl-item li.product .price .dash,
          .woocommerce-page .related ul.products .owl-item li.product .price .dash,
          .woocommerce-page .upsells ul.products .owl-item li.product .price .dash {
            display: none; }
        .woocommerce .related ul.products .owl-item li.product .custom-rating,
        .woocommerce .related ul.products .owl-item li.product .add-to-compare,
        .woocommerce .upsells ul.products .owl-item li.product .custom-rating,
        .woocommerce .upsells ul.products .owl-item li.product .add-to-compare,
        .woocommerce-page .related ul.products .owl-item li.product .custom-rating,
        .woocommerce-page .related ul.products .owl-item li.product .add-to-compare,
        .woocommerce-page .upsells ul.products .owl-item li.product .custom-rating,
        .woocommerce-page .upsells ul.products .owl-item li.product .add-to-compare {
          display: none; }
    .woocommerce .related ul.products .owl-nav,
    .woocommerce .upsells ul.products .owl-nav,
    .woocommerce-page .related ul.products .owl-nav,
    .woocommerce-page .upsells ul.products .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      pointer-events: none; }
      @media (min-width: 992px) {
        .woocommerce .related ul.products .owl-nav,
        .woocommerce .upsells ul.products .owl-nav,
        .woocommerce-page .related ul.products .owl-nav,
        .woocommerce-page .upsells ul.products .owl-nav {
          width: calc(100% + 30px);
          left: -15px; } }
      .woocommerce .related ul.products .owl-nav .owl-prev, .woocommerce .related ul.products .owl-nav .owl-next,
      .woocommerce .upsells ul.products .owl-nav .owl-prev,
      .woocommerce .upsells ul.products .owl-nav .owl-next,
      .woocommerce-page .related ul.products .owl-nav .owl-prev,
      .woocommerce-page .related ul.products .owl-nav .owl-next,
      .woocommerce-page .upsells ul.products .owl-nav .owl-prev,
      .woocommerce-page .upsells ul.products .owl-nav .owl-next {
        background: #fff;
        padding: 20px 7px;
        display: inline-block;
        pointer-events: auto;
        -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px 0 0 5px; }
        @media (max-width: 768px) {
          .woocommerce .related ul.products .owl-nav .owl-prev, .woocommerce .related ul.products .owl-nav .owl-next,
          .woocommerce .upsells ul.products .owl-nav .owl-prev,
          .woocommerce .upsells ul.products .owl-nav .owl-next,
          .woocommerce-page .related ul.products .owl-nav .owl-prev,
          .woocommerce-page .related ul.products .owl-nav .owl-next,
          .woocommerce-page .upsells ul.products .owl-nav .owl-prev,
          .woocommerce-page .upsells ul.products .owl-nav .owl-next {
            padding: 10px 4px; } }
        .woocommerce .related ul.products .owl-nav .owl-prev .mdi, .woocommerce .related ul.products .owl-nav .owl-next .mdi,
        .woocommerce .upsells ul.products .owl-nav .owl-prev .mdi,
        .woocommerce .upsells ul.products .owl-nav .owl-next .mdi,
        .woocommerce-page .related ul.products .owl-nav .owl-prev .mdi,
        .woocommerce-page .related ul.products .owl-nav .owl-next .mdi,
        .woocommerce-page .upsells ul.products .owl-nav .owl-prev .mdi,
        .woocommerce-page .upsells ul.products .owl-nav .owl-next .mdi {
          font-size: 34px;
          position: relative;
          top: 10px;
          left: 0;
          color: #7a7a7a; }
          @media (max-width: 768px) {
            .woocommerce .related ul.products .owl-nav .owl-prev .mdi, .woocommerce .related ul.products .owl-nav .owl-next .mdi,
            .woocommerce .upsells ul.products .owl-nav .owl-prev .mdi,
            .woocommerce .upsells ul.products .owl-nav .owl-next .mdi,
            .woocommerce-page .related ul.products .owl-nav .owl-prev .mdi,
            .woocommerce-page .related ul.products .owl-nav .owl-next .mdi,
            .woocommerce-page .upsells ul.products .owl-nav .owl-prev .mdi,
            .woocommerce-page .upsells ul.products .owl-nav .owl-next .mdi {
              font-size: 26px;
              top: 8px; } }
        .woocommerce .related ul.products .owl-nav .owl-prev.disabled, .woocommerce .related ul.products .owl-nav .owl-next.disabled,
        .woocommerce .upsells ul.products .owl-nav .owl-prev.disabled,
        .woocommerce .upsells ul.products .owl-nav .owl-next.disabled,
        .woocommerce-page .related ul.products .owl-nav .owl-prev.disabled,
        .woocommerce-page .related ul.products .owl-nav .owl-next.disabled,
        .woocommerce-page .upsells ul.products .owl-nav .owl-prev.disabled,
        .woocommerce-page .upsells ul.products .owl-nav .owl-next.disabled {
          cursor: default; }
          .woocommerce .related ul.products .owl-nav .owl-prev.disabled .mdi, .woocommerce .related ul.products .owl-nav .owl-next.disabled .mdi,
          .woocommerce .upsells ul.products .owl-nav .owl-prev.disabled .mdi,
          .woocommerce .upsells ul.products .owl-nav .owl-next.disabled .mdi,
          .woocommerce-page .related ul.products .owl-nav .owl-prev.disabled .mdi,
          .woocommerce-page .related ul.products .owl-nav .owl-next.disabled .mdi,
          .woocommerce-page .upsells ul.products .owl-nav .owl-prev.disabled .mdi,
          .woocommerce-page .upsells ul.products .owl-nav .owl-next.disabled .mdi {
            opacity: 0.4; }
      .woocommerce .related ul.products .owl-nav .owl-prev,
      .woocommerce .upsells ul.products .owl-nav .owl-prev,
      .woocommerce-page .related ul.products .owl-nav .owl-prev,
      .woocommerce-page .upsells ul.products .owl-nav .owl-prev {
        float: left;
        -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
        border-radius: 0 5px 5px 0; }
    .woocommerce .related ul.products .owl-dots,
    .woocommerce .upsells ul.products .owl-dots,
    .woocommerce-page .related ul.products .owl-dots,
    .woocommerce-page .upsells ul.products .owl-dots {
      display: none !important; }

/*---------- compare styles section ----------*/
.compare-button {
  position: fixed;
  left: 7px;
  bottom: 7px;
  border: 1px solid #00a8bd !important;
  z-index: 99; }
  @media (min-width: 768px) {
    .compare-button {
      bottom: 7px !important; } }
  .compare-button .badge {
    margin-right: 15px;
    background-color: #00adc2; }

body.irk-page-compare .compare-button {
  display: none !important; }
body.irk-page-compare .page-card {
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 0; }
  body.irk-page-compare .page-card .table td {
    text-align: center;
    border: none; }
  body.irk-page-compare .page-card .table tbody tr:first-child td:first-child,
  body.irk-page-compare .page-card .table .product-image {
    background-color: #fff;
    border-top: 1px solid #e0e1e2;
    border-bottom: 3px solid #00BFD6; }
  body.irk-page-compare .page-card .table .product-image {
    position: relative; }
    body.irk-page-compare .page-card .table .product-image:after {
      content: '';
      width: 10px;
      height: 10px;
      border-bottom: 10px solid #00BFD6;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      position: absolute;
      bottom: 0;
      z-index: 2;
      right: 50%;
      transform: translateX(50%); }
    body.irk-page-compare .page-card .table .product-image .remove-compare-item {
      position: absolute;
      left: 10px;
      top: 10px;
      background-color: #f5f5f5;
      border-radius: 100%;
      padding: 4px 8px 0 8px; }
      body.irk-page-compare .page-card .table .product-image .remove-compare-item .mdi {
        font-size: 20px;
        position: relative;
        top: 3px;
        left: 0;
        color: #979898; }
  body.irk-page-compare .page-card .table tbody tr:first-child td:first-child {
    border-right: 1px solid #e0e1e2; }
  body.irk-page-compare .page-card .table tbody tr:first-child td:last-child {
    border-left: 1px solid #e0e1e2; }
  body.irk-page-compare .page-card .table tbody tr:nth-child(odd) td {
    background-color: #fff; }
  body.irk-page-compare .page-card .table tbody tr:nth-child(even) td {
    background-color: #e0e1e2; }
  body.irk-page-compare .page-card .table .price {
    color: #EF5661;
    font-size: 16px;
    font-weight: 500; }
    body.irk-page-compare .page-card .table .price .discount-percent {
      display: none; }
    body.irk-page-compare .page-card .table .price del {
      display: block;
      color: #979898;
      font-size: 13px;
      font-weight: 400; }

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

#dokan-become-seller {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
  @media (max-width: 576px) {
    #dokan-become-seller {
      padding: 15px; } }
  #dokan-become-seller .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    #dokan-become-seller .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  #dokan-become-seller .card-body {
    padding: 0; }
  #dokan-become-seller .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      #dokan-become-seller .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  #dokan-become-seller h2 {
    font-size: 16px; }
  #dokan-become-seller .register {
    padding: 0;
    border: none; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    background-color: #00BFD6 !important; } }
.profile-info-summery .profile-img img {
  border: 3px solid rgba(0, 191, 214, 0.5) !important;
  border-radius: 50% !important;
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

.store-review-wrap #reviews {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0; }
  @media (max-width: 576px) {
    .store-review-wrap #reviews {
      padding: 15px; } }
  .store-review-wrap #reviews .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .store-review-wrap #reviews .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .store-review-wrap #reviews .card-body {
    padding: 0; }
  .store-review-wrap #reviews .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .store-review-wrap #reviews .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }

#tab-title-seller_products a:before {
  content: '\f1a7'; }

@media (max-width: 992px) {
  .single-product .woocommerce-Tabs-panel--seller_products {
    height: 50px; } }
.irk-seller-products {
  margin-top: 15px;
  margin-bottom: 0;
  box-shadow: none !important; }

@media (min-width: 992px) {
  #tab-seller h2 {
    text-align: center; } }
#tab-seller .list-unstyled {
  text-align: center;
  border: 1px solid #e0e1e2;
  width: 50%;
  margin: auto; }
  @media (max-width: 768px) {
    #tab-seller .list-unstyled {
      width: 100%; } }
  #tab-seller .list-unstyled .avatar-item {
    background-color: #00BFD6;
    padding: 15px;
    margin-bottom: 15px; }
    #tab-seller .list-unstyled .avatar-item .avatar {
      border-radius: 50%;
      border: 3px solid #a3f5ff; }
  #tab-seller .list-unstyled li {
    padding: 10px; }
  #tab-seller .list-unstyled .clearfix {
    background-color: #f8f9fa; }
  #tab-seller .list-unstyled li:not(:last-child) {
    border-bottom: 1px solid #e0e1e2; }
  #tab-seller .list-unstyled .star-rating {
    margin-top: 10px; }

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

.dokan-other-vendor-camparison h3 {
  font-size: 16px;
  color: #fff;
  background-color: #5E98AE;
  margin-bottom: 0 !important;
  padding: 7px;
  font-weight: 400; }
  .dokan-other-vendor-camparison h3:before {
    content: '\f4dc';
    font-family: "Material Design Icons";
    font-size: 20px;
    position: relative;
    top: -1px;
    left: 3px;
    color: #fff;
    float: right; }
.dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
      padding: 15px; } }
  .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-body {
    padding: 0; }
  .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  @media (max-width: 576px) {
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table {
      padding: 0; } }
  .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row {
    padding: 15px;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row span.cell-title {
      font-size: 13px;
      font-weight: 500;
      display: none; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.vendor img {
      border-radius: 100%; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.vendor a {
      font-size: 13px;
      color: #515151; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .woocommerce-Price-amount {
      color: #515151;
      font-size: 13px; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price del {
      display: block;
      width: 100%;
      font-weight: 400;
      color: #979898; }
      .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price del .amount {
        color: #979898; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price ins {
      display: block; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.price .price .discount-percent {
      color: #EF5661; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.rating .woocommerce-review-link {
      font-size: 12px;
      color: #979898; }
    @media screen and (max-width: 767px) {
      .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area {
        border-top: none; } }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.link {
      color: #7a7a7a; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.view {
      color: #7a7a7a; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row .table-cell.action-area .dokan-btn.cart {
      color: #00BFD6; }
    .dokan-other-vendor-camparison .dokan-other-vendor-camparison-table .table-row:not(:last-child) {
      border-bottom: 1px solid #e0e1e2; }

/*---------- archive-desc styles section ----------*/
.archive-desc,
.woocommerce-products-header {
  box-shadow: 0 12px 12px 0 rgba(181, 181, 181, 0.11);
  background: #fff;
  padding: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 0;
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .archive-desc,
    .woocommerce-products-header {
      padding: 15px; } }
  .archive-desc .card-header,
  .woocommerce-products-header .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 15px; }
    .archive-desc .card-header .card-title,
    .woocommerce-products-header .card-header .card-title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .archive-desc .card-body,
  .woocommerce-products-header .card-body {
    padding: 0; }
  .archive-desc .card-footer,
  .woocommerce-products-header .card-footer {
    border-top: 1px solid #f5f5f5;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: -30px;
    background-color: #f8f9fa; }
    @media (max-width: 576px) {
      .archive-desc .card-footer,
      .woocommerce-products-header .card-footer {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px; } }
  .archive-desc .page-title,
  .woocommerce-products-header .page-title {
    font-size: 16px;
    font-weight: 500; }
  .archive-desc .term-description p,
  .archive-desc .page-description p,
  .woocommerce-products-header .term-description p,
  .woocommerce-products-header .page-description p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 12px; }
  .archive-desc .term-description .showmore,
  .archive-desc .page-description .showmore,
  .woocommerce-products-header .term-description .showmore,
  .woocommerce-products-header .page-description .showmore {
    line-height: 32px; }
  .archive-desc .term-description .showmore_content,
  .archive-desc .page-description .showmore_content,
  .woocommerce-products-header .term-description .showmore_content,
  .woocommerce-products-header .page-description .showmore_content {
    position: relative;
    overflow: hidden; }
  .archive-desc .term-description .showmore_trigger,
  .archive-desc .page-description .showmore_trigger,
  .woocommerce-products-header .term-description .showmore_trigger,
  .woocommerce-products-header .page-description .showmore_trigger {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative; }
    .archive-desc .term-description .showmore_trigger.show:before,
    .archive-desc .page-description .showmore_trigger.show:before,
    .woocommerce-products-header .term-description .showmore_trigger.show:before,
    .woocommerce-products-header .page-description .showmore_trigger.show:before {
      content: '';
      display: block;
      width: 100%;
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), #fff);
      position: absolute;
      height: 32px;
      bottom: 32px; }
  .archive-desc .term-description .showmore_trigger span,
  .archive-desc .page-description .showmore_trigger span,
  .woocommerce-products-header .term-description .showmore_trigger span,
  .woocommerce-products-header .page-description .showmore_trigger span {
    display: block;
    font-weight: 500;
    font-size: 16px; }

/*---------- archive slider styles section ----------*/
.archive-slider {
  margin-top: 15px; }
  .archive-slider .owl-carousel .owl-item a {
    display: block; }
  .archive-slider .owl-carousel .owl-item img {
    display: inline-block; }

/*---------- download-app styles section ----------*/
.download-app {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 999;
  padding: 3px 10px;
  font-size: 12px; }
  .download-app .close {
    opacity: 1; }
  .download-app .mdi {
    font-size: 26px;
    position: relative;
    top: 8px;
    left: 0;
    color: #fff; }
  .download-app .download-url {
    color: #EF5661 !important;
    background: #fff !important;
    border-radius: 21px !important; }

/*----------  VC elements styles section ----------*/
.wpb_content_element .widget h2, .wpb_content_element .brand-slider h2 {
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px; }

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

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

/*---------- cat-overlay styles section ----------*/
.cat-overlay {
  position: fixed;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(74, 74, 74, 0.43);
  opacity: 0;
  z-index: 98;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  pointer-events: none; }
  @media (max-width: 992px) {
    .cat-overlay {
      display: none !important; } }

/*--------------------- demo2 styles section ---------------------*/
body.demo2 {
  background-color: #ededed; }

@media (min-width: 992px) {
  body.demo2 .main-header .row.d-flex.align-items-center {
    padding-top: 12px;
    padding-bottom: 12px; }
  body.demo2 .main-header .search-form .search {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }
  body.demo2 .main-header .search-form #product_cat {
    left: 68px;
    height: 54px;
    border-right: 1px solid #D7DEE0;
    border-left: 1px solid #D7DEE0; }
  body.demo2 .main-header .search-form .btn {
    padding: 11px 20px !important;
    background: #ECEFF1;
    border: 1px solid #D7DEE0 !important;
    border-right: none !important; }
    body.demo2 .main-header .search-form .btn .mdi {
      color: #979898; }
  body.demo2 .main-header2 .search-form .search {
    background: #ECEFF1; }
  body.demo2 .main-header2 .search-form #product_cat {
    background: #ECEFF1; } }

body.demo2 .main-header .user-dropdown .dropdown-toggle {
  background: #6ab946;
  color: #fff !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  margin-left: 5px;
  margin-right: 5px; }
  body.demo2 .main-header .user-dropdown .dropdown-toggle:after {
    color: #fff !important; }

body.demo2 .main-header {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(0, 0, 0, 0.08); }
body.demo2 .cat-menu {
  background: #fff;
  border-bottom: none;
  border-top: 1px solid #e0e1e2; }
  body.demo2 .cat-menu .list-inline > .list-inline-item > a, body.demo2 .cat-menu .list-inline > .list-inline-item > span {
    color: #979898; }
    body.demo2 .cat-menu .list-inline > .list-inline-item > a:hover, body.demo2 .cat-menu .list-inline > .list-inline-item > span:hover {
      box-shadow: none;
      color: #EF5661; }
  body.demo2 .cat-menu .list-inline .amazing-item {
    background-color: #fff; }

body.demo2 #main-slider {
  border-radius: 0;
  box-shadow: none; }
  body.demo2 #main-slider img {
    border-radius: 0; }

body.demo2 #amazing-slider {
  border-radius: 0;
  box-shadow: none; }
  body.demo2 #amazing-slider .carousel-indicators li:first-child {
    border-top-left-radius: 0; }
  body.demo2 #amazing-slider .carousel-indicators .view-all .btn {
    border-radius: 0 !important; }
  body.demo2 #amazing-slider .carousel-indicators li.active {
    padding-right: 20px; }
    body.demo2 #amazing-slider .carousel-indicators li.active::after {
      width: 42px;
      height: 42px;
      border-radius: 0 50% 50% 0;
      right: -18px; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
    margin-top: 15px; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
    display: inline-block;
    width: auto;
    color: #fff;
    background: #979898;
    text-decoration: none;
    position: relative;
    padding-right: 5px; }
    body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price del .woocommerce-Price-currencySymbol {
      background: #858686; }
    body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price del:before {
      content: "";
      position: absolute;
      left: 0;
      right: 10px;
      border-bottom: 2px solid #7a7a7a;
      top: 15px;
      z-index: 2;
      transform: rotate(-18deg);
      width: 80%;
      height: 0;
      bottom: 0; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
    color: #fff;
    font-weight: 400;
    background: #EF5661;
    display: inline-block;
    font-size: 16px;
    padding-right: 5px; }
    body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price ins .woocommerce-Price-currencySymbol {
      background: #ec3543; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price .amount {
    display: inline-block; }
    body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price .amount .woocommerce-Price-currencySymbol {
      display: inline-block;
      padding: 0 5px; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
    display: none; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: none !important;
    box-shadow: none; }
  body.demo2 #amazing-slider .carousel-inner .carousel-item.finished {
    filter: blur(2px);
    -webkit-filter: blur(2px); }
  body.demo2 #amazing-slider .countdown-timer span {
    background: #7a7a7a;
    font-weight: 400;
    color: #fff;
    width: 64px; }
  body.demo2 #amazing-slider .countdown-timer span:not(:last-child):after {
    display: none; }

body.demo2 .widget, body.demo2 .brand-slider {
  border-radius: 0;
  box-shadow: none; }
body.demo2 .widget-banner img {
  border-radius: 0;
  box-shadow: none; }
body.demo2 [id^="irk-widget-multi-banner"] .col-6 {
  text-align: center; }
body.demo2 [id^="irk-widget-multi-banner"] .col-lg-3 .widget-banner {
  display: inline-block; }
body.demo2 [id^="irk-widget-multi-banner"] .col-12 .widget-banner {
  display: block; }
body.demo2 [id^="irk-widget-multi-banner"] .widget-banner img {
  border-radius: 0;
  box-shadow: none;
  transition: all 200ms ease-out;
  transition-duration: 1000ms; }
body.demo2 [id^="irk-widget-multi-banner"] .widget-banner a {
  position: relative;
  display: block;
  margin: auto;
  overflow: hidden; }
  body.demo2 [id^="irk-widget-multi-banner"] .widget-banner a:hover img {
    transform: scale(1.1);
    opacity: 0.7; }
body.demo2 [id^="irk-widget-multi-banner"] .widget-banner .banner-title {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 32px;
  line-height: 32px;
  max-height: 50px;
  line-height: 37px;
  font-weight: 400;
  padding: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 39, 39, 0.72)), to(transparent));
  background: linear-gradient(to top, rgba(47, 39, 39, 0.72), transparent); }

body.demo2 .widget-suggestion {
  border: none; }
  body.demo2 .widget-suggestion .price {
    position: relative; }
    body.demo2 .widget-suggestion .price .amount {
      background: #EF5661;
      color: #fff;
      display: block;
      width: 100%; }
    body.demo2 .widget-suggestion .price del .amount {
      background: #fff;
      color: #979898; }
body.demo2 #suggestion-slider .countdown {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -61px; }
  body.demo2 #suggestion-slider .countdown span {
    color: #979898;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
body.demo2 #suggestion-slider .progressbar-wrapper {
  display: none; }
@media (min-width: 992px) {
  body.demo2 .widget-product .card-header, body.demo2 .widget-post .card-header, body.demo2 .brand-slider .card-header,
  body.demo2 .widget-post .card-header,
  body.demo2 .brand-slider .card-header {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background-image: linear-gradient(#fff, #fdfdfd); }
    body.demo2 .widget-product .card-header .card-title, body.demo2 .widget-post .card-header .card-title, body.demo2 .brand-slider .card-header .card-title,
    body.demo2 .widget-post .card-header .card-title,
    body.demo2 .brand-slider .card-header .card-title {
      margin: 15px;
      margin-bottom: 0;
      border-bottom: none; }
      body.demo2 .widget-product .card-header .card-title span, body.demo2 .widget-post .card-header .card-title span, body.demo2 .brand-slider .card-header .card-title span,
      body.demo2 .widget-post .card-header .card-title span,
      body.demo2 .brand-slider .card-header .card-title span {
        border-bottom: none;
        color: #7a7a7a; }
    body.demo2 .widget-product .card-header .view-all, body.demo2 .widget-post .card-header .view-all, body.demo2 .brand-slider .card-header .view-all,
    body.demo2 .widget-post .card-header .view-all,
    body.demo2 .brand-slider .card-header .view-all {
      margin-left: 15px; } }
@media (min-width: 992px) {
  body.demo2 .widget-product .owl-carousel .owl-item, body.demo2 .widget-post .owl-carousel .owl-item, body.demo2 .brand-slider .owl-carousel .owl-item,
  body.demo2 .widget-post .owl-carousel .owl-item,
  body.demo2 .brand-slider .owl-carousel .owl-item {
    border: 1px solid #f5f5f5;
    border-radius: 0; } }
body.demo2 .widget-product .owl-carousel .carousel-item .post-title, body.demo2 .widget-post .owl-carousel .carousel-item .post-title, body.demo2 .brand-slider .owl-carousel .carousel-item .post-title,
body.demo2 .widget-post .owl-carousel .carousel-item .post-title,
body.demo2 .brand-slider .owl-carousel .carousel-item .post-title {
  border-bottom: 1px solid #f5f5f5; }

body.demo2 .main .widget-services .row {
  box-shadow: none;
  border-radius: 0; }

body.demo2 .widget-product .product-actions, body.demo2 .widget-post .product-actions, body.demo2 .brand-slider .product-actions {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out; }
  body.demo2 .widget-product .product-actions a, body.demo2 .widget-post .product-actions a, body.demo2 .brand-slider .product-actions a {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 2px;
    width: 30px;
    height: 30px; }
    body.demo2 .widget-product .product-actions a .mdi, body.demo2 .widget-post .product-actions a .mdi, body.demo2 .brand-slider .product-actions a .mdi {
      top: 2px; }
    body.demo2 .widget-product .product-actions a img, body.demo2 .widget-post .product-actions a img, body.demo2 .brand-slider .product-actions a img {
      top: 5px; }
    body.demo2 .widget-product .product-actions a.active, body.demo2 .widget-post .product-actions a.active, body.demo2 .brand-slider .product-actions a.active {
      background: #00BFD6; }
body.demo2 .widget-product .carousel-item, body.demo2 .widget-post .carousel-item, body.demo2 .brand-slider .carousel-item {
  position: relative; }
  body.demo2 .widget-product .carousel-item:hover .product-actions, body.demo2 .widget-post .carousel-item:hover .product-actions, body.demo2 .brand-slider .carousel-item:hover .product-actions {
    opacity: 1;
    visibility: visible; }
body.demo2 .widget-product .price, body.demo2 .widget-post .price, body.demo2 .brand-slider .price {
  position: relative; }
  body.demo2 .widget-product .price > .amount, body.demo2 .widget-post .price > .amount, body.demo2 .brand-slider .price > .amount {
    position: absolute;
    bottom: 0; }
  body.demo2 .widget-product .price .amount, body.demo2 .widget-post .price .amount, body.demo2 .brand-slider .price .amount {
    background: #EF5661;
    color: #fff;
    display: block;
    width: 100%; }
  body.demo2 .widget-product .price del .amount, body.demo2 .widget-post .price del .amount, body.demo2 .brand-slider .price del .amount {
    background: #fff;
    color: #979898; }

body.demo2 .footer-widgets .newsletter form .form-control {
  border-radius: 0; }
body.demo2 .footer-widgets .newsletter form .btn {
  border-radius: 0 !important; }
body.demo2 .footer-widgets .socials .list-inline .list-inline-item a {
  background: transparent; }
body.demo2 .footer-widgets .socials .list-inline .list-inline-item .mdi {
  color: #979898; }

/*--------------------- demo3 styles section ---------------------*/
body.demo3 .btn,
body.demo3 .button,
body.demo3 .widget_search input[type=submit],
body.demo3 .widget_product_search button,
body.demo3 #commentform #submit {
  border-radius: 0 !important; }
body.demo3 .form-control,
body.demo3 .input-text,
body.demo3 .widget_search input[type=text],
body.demo3 .widget_product_search input[type=search],
body.demo3 textarea#comment,
body.demo3 #commentform #author,
body.demo3 #commentform #email,
body.demo3 #billing_city,
body.demo3 #billing_state,
body.demo3 #shipping_city,
body.demo3 #shipping_state {
  border-radius: 0; }
body.demo3 .custom-select,
body.demo3 .widget_archive select,
body.demo3 .widget_ztjalali_archive select,
body.demo3 .widget_categories select,
body.demo3 .widget_product_categories select,
body.demo3 .state_select {
  border-radius: 0; }

body.demo3 .main-header .search-form-wrapper {
  order: 3; }
  body.demo3 .main-header .search-form-wrapper .search-form .search {
    background: #fff;
    border-radius: 21px; }
  body.demo3 .main-header .search-form-wrapper .search-form .btn {
    background: #fff;
    border: 1px solid #D7DEE0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
    @media (min-width: 992px) {
      body.demo3 .main-header .search-form-wrapper .search-form .btn {
        border-top-left-radius: 21px !important;
        border-bottom-left-radius: 21px !important; } }
    @media (max-width: 992px) {
      body.demo3 .main-header .search-form-wrapper .search-form .btn {
        border-top-right-radius: 21px !important;
        border-bottom-right-radius: 21px !important;
        border-color: #979898 !important; } }
    body.demo3 .main-header .search-form-wrapper .search-form .btn .mdi {
      color: #979898; }
body.demo3 .main-header .header-action .mini-cart .dropdown-toggle {
  color: #515151 !important;
  border-color: transparent !important; }
  body.demo3 .main-header .header-action .mini-cart .dropdown-toggle .mdi {
    color: #515151 !important;
    left: 2px; }
    body.demo3 .main-header .header-action .mini-cart .dropdown-toggle .mdi + span {
      display: none; }
  body.demo3 .main-header .header-action .mini-cart .dropdown-toggle .badge {
    background: #EF5661;
    box-shadow: 0 1px 10px -3px #EF5661; }
  body.demo3 .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty {
    background: transparent !important; }
    body.demo3 .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty .mdi {
      color: #515151 !important; }
    body.demo3 .main-header .header-action .mini-cart .dropdown-toggle.cart-not-empty .badge {
      background: #EF5661 !important;
      box-shadow: 0 1px 10px -3px #EF5661;
      color: #fff !important; }

body.demo3 .cat-menu {
  background: #FBFBFB;
  border-bottom-color: #EFF2F3; }
body.demo3 .list-inline > .list-inline-item > a,
body.demo3 .list-inline > .list-inline-item > span {
  color: #515151; }
body.demo3 .list-inline .amazing-item {
  background-color: #F7F7F7; }

body.demo3 #main-slider .carousel-control-prev,
body.demo3 #main-slider .carousel-control-next {
  color: #000; }
body.demo3 #main-slider .carousel-control-prev .mdi:before {
  content: '\f04d'; }
body.demo3 #main-slider .carousel-control-next .mdi:before {
  content: '\f054'; }
body.demo3 #main-slider .carousel-indicators li {
  background: transparent;
  box-shadow: none;
  border: 1px solid #000; }
  body.demo3 #main-slider .carousel-indicators li.active {
    background: #000; }

body.demo3 #amazing-slider .carousel-inner .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 380px;
  top: 55px;
  left: -55px;
  border-radius: 0 0 50px 0;
  transform: rotate(-36deg);
  transform-origin: left bottom;
  background: #f7fafc; }
body.demo3 #amazing-slider .carousel-indicators li.active::before {
  transform: rotate(2deg);
  background: #6ab946;
  left: 20px;
  top: -6px;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1; }
body.demo3 #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
  border-radius: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 26px; }
  body.demo3 #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent:before {
    content: '';
    position: absolute;
    right: -14px;
    height: 0;
    width: 0;
    border-left: 14px solid #000;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; }

body.demo3 .sidebar-main .widget-services .row {
  z-index: -2;
  overflow: hidden; }
  body.demo3 .sidebar-main .widget-services .row .feature-item {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
    @media (min-width: 768px) {
      body.demo3 .sidebar-main .widget-services .row .feature-item img {
        max-width: unset;
        max-height: unset; }
      body.demo3 .sidebar-main .widget-services .row .feature-item p {
        font-size: 16px; } }
    body.demo3 .sidebar-main .widget-services .row .feature-item:before {
      content: "";
      z-index: -1;
      border-radius: 50%;
      border: 15px solid #f7fafc;
      position: absolute;
      width: 200px;
      height: 200px; }
  body.demo3 .sidebar-main .widget-services .row .feature-item:nth-child(1):before {
    right: -10px;
    bottom: 10px; }
  body.demo3 .sidebar-main .widget-services .row .feature-item:nth-child(2):before {
    right: 100px;
    bottom: -84px; }
  body.demo3 .sidebar-main .widget-services .row .feature-item:nth-child(3):before {
    right: 156px;
    bottom: -12px; }

body.demo3 .product-actions a {
  width: 32px;
  height: 29px; }
  body.demo3 .product-actions a .mdi {
    top: 1px; }

body.demo3 .widget, body.demo3 .brand-slider {
  box-shadow: 0 16px 48px #D7DEE0; }
body.demo3 .widget-product, body.demo3 .widget-post, body.demo3 .brand-slider {
  border-radius: 0; }
body.demo3 .footer-widgets .widget, body.demo3 .footer-widgets .brand-slider {
  box-shadow: none; }

body.demo3 .back-to-top a {
  border: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px; }
  body.demo3 .back-to-top a .icon {
    background: transparent;
    border-radius: 0;
    padding: 0; }
    body.demo3 .back-to-top a .icon .mdi {
      color: #000;
      top: 5px; }

body.demo3 .description-bar .symbol a {
  background-color: #fff;
  border: 1px solid #d7d8d9; }

body.demo3 .footer-widgets .socials .list-inline .list-inline-item a {
  background: transparent; }
body.demo3 .footer-widgets .socials .list-inline .list-inline-item .mdi {
  color: #979898; }

body.demo3 ul.products li.product .promotion-discount {
  transform: rotate(-30deg);
  transition: all 200ms ease-out;
  background: url("assets/img/discount.svg") no-repeat;
  width: 50px;
  border: unset !important;
  height: 50px; }
  body.demo3 ul.products li.product .promotion-discount:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 22px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    transform: scale(0.9);
    z-index: -1;
    animation: 1500ms infinite wave-offer; }
  body.demo3 ul.products li.product .promotion-discount > span {
    top: 32px;
    left: 10px;
    transform: unset !important;
    line-height: 0; }
body.demo3 ul.products li.product:hover .promotion-discount {
  transform: rotate(0deg) !important; }
body.demo3 .product-card .promotion-discount {
  transform: rotate(30deg);
  transition: all 200ms ease-out;
  top: 10px;
  right: 10px;
  background: url("assets/img/discount.svg") no-repeat;
  width: 50px;
  border: unset !important;
  height: 50px; }
  body.demo3 .product-card .promotion-discount:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 22px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    transform: scale(0.9);
    z-index: -1;
    animation: 1500ms infinite wave-offer; }
  body.demo3 .product-card .promotion-discount > span {
    top: 32px;
    right: 10px;
    transform: unset !important;
    line-height: 0; }

body.demo3 .product-card .entry-summary .price .discount-percent {
  border-radius: 0;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 26px; }
  body.demo3 .product-card .entry-summary .price .discount-percent:before {
    content: '';
    position: absolute;
    right: -14px;
    height: 0;
    width: 0;
    border-left: 14px solid #000;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; }

body.demo3 .brand-slider {
  background: transparent;
  box-shadow: none; }
  body.demo3 .brand-slider .card-header {
    text-align: center; }
  @media (min-width: 992px) {
    body.demo3 .brand-slider .owl-carousel .owl-nav {
      opacity: 0;
      visibility: hidden;
      transition: all 200ms ease-out; } }
  body.demo3 .brand-slider .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible; }

/*# sourceMappingURL=style.css.map */
.mdi:before, .mdi-set {
    min-height: 1px;
}