@charset "UTF-8";
/*
 * Main SCSS file for Porto Child (Belivria) theme
 * Organized custom styles converted from style.css
 */
/**
 * Facebook Reviews Styles
 */
.facebook-reviews-wrapper {
  margin: 40px 0;
}

.facebook-reviews-stats {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.facebook-reviews-stats__summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.facebook-reviews-stats__average {
  font-size: 48px;
  font-weight: 700;
  color: #1877f2;
  line-height: 1;
}
.facebook-reviews-stats__total {
  color: #666;
  font-size: 14px;
}

.facebook-reviews {
  display: grid;
  gap: 24px;
}
.facebook-reviews--grid[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.facebook-reviews--grid[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.facebook-reviews--grid[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .facebook-reviews--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .facebook-reviews--grid {
    grid-template-columns: 1fr;
  }
}
.facebook-reviews--list {
  grid-template-columns: 1fr;
}

.facebook-review {
  background: #fff;
  border: 1px solid #e4e6eb;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}
.facebook-review:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.facebook-review__header {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.facebook-review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.facebook-review__avatar--placeholder {
  background: #1877f2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}
.facebook-review__meta {
  flex: 1;
}
.facebook-review__name {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  color: #050505;
}
.facebook-review__stars {
  display: flex;
  gap: 2px;
}
.facebook-review__star {
  color: #ddd;
  font-size: 18px;
}
.facebook-review__star.active {
  color: #ffc107;
}
.facebook-review__content {
  margin-bottom: 15px;
}
.facebook-review__content p {
  margin: 0;
  color: #050505;
  line-height: 1.6;
  font-size: 14px;
}
.facebook-review__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e4e6eb;
}
.facebook-review__date {
  color: #65676b;
  font-size: 13px;
}
.facebook-review__source {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #65676b;
  font-size: 13px;
}
.facebook-review__source svg {
  flex-shrink: 0;
}

.facebook-reviews-error,
.facebook-reviews-empty {
  padding: 20px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  text-align: center;
}

.facebook-reviews-empty {
  background: #e7f3ff;
  border-color: #b3d7ff;
  color: #004085;
}

.mfp-wrap {
  z-index: 9999999999 !important;
}

.emoji-image {
  width: 20px;
}

.woocommerce-shipping-destination {
  display: none !important;
}

#wp-admin-bar-porto-maintenance {
  display: none !important;
}

.porto-margin-right-0 {
  margin-right: 0 !important;
}

.container-fluid,
.container-fluid .vc_section:not(.porto-inner-container) {
  padding: 0 !important;
}

.alx-single-product-popup {
  height: 600px;
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
.alx-single-product-popup h3 {
  margin: 0;
}
@media only screen and (max-width: 575px) {
  .alx-single-product-popup {
    height: auto;
    width: auto !important;
    overflow-x: hidden;
    background: #fff;
    position: fixed;
    top: 100px;
    bottom: 100px;
    left: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .wa__btn_popup_txt {
    display: none !important;
  }
}
.style-3 > .success-message-container {
  width: 370px !important;
}
.style-3 > .success-message-container .btn {
  padding: 5px 10px !important;
}

.page-header-8 .delimiter,
.page-top ul.breadcrumb > li .delimiter {
  display: block !important;
}

.alx-lang-switcher {
  color: #222;
  margin-right: 20px;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 3px;
}
.alx-lang-switcher:hover {
  border: 1px solid #e0d3e0;
}

.top-links.mega-menu li > a {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-style: normal;
  color: #2B2A29 !important;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}
.top-links.mega-menu li > a:hover {
  color: #894083 !important;
}

.porto-view-switcher {
  margin-right: 20px;
}

#header .header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex !important;
}

.alx-contact-info {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  font-style: normal;
  display: inline;
  color: #2B2A29;
  border-bottom: 1px dashed #2B2A29;
}

.alx-login {
  margin-left: 10px;
}
.alx-login a {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-style: normal;
  color: #2B2A29;
}
.alx-login a > i {
  margin-right: 5px;
  margin-left: 10px;
}

.header-reveal #header.sticky-header .main-menu-wrap {
  display: none;
}
.header-reveal #header.sticky-header .header-main {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 1001;
  padding: 8px 0px;
  border-bottom-width: 0px !important;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff !important;
}
.header-reveal #header.sticky-header .header-main .header-row > .header-left,
.header-reveal #header.sticky-header .header-main .header-row > .header-center,
.header-reveal #header.sticky-header .header-main .header-row > .header-right {
  padding: 0;
}

#header .header-top {
  background: #fff;
  border: 0;
  padding-top: 10px;
}
#header .header-main .header-row > .header-left {
  margin-right: 0;
}
#header .header-main .header-row > .header-center {
  margin-left: 0;
}

.alx-site-description {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.23 !important;
  font-style: normal;
  max-width: 200px;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header .header-main .header-row .header-left .alx-site-description {
    display: none;
  }
  #header .header-main .header-row .header-center {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  #header .header-main .header-row .header-center .alx-btn--catalog {
    flex-shrink: 0 !important;
    margin-right: 10px !important;
  }
  #header .header-main .header-row .header-center .alx-fibosearch-form {
    width: 420px !important;
    max-width: 420px !important;
    margin-left: 0 !important;
    flex-shrink: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  body #header.header-separate.header-1 .header-main .container.header-row > div {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    table-layout: auto !important;
  }
  body #header.header-separate.header-1 .header-main .header-right {
    width: fit-content !important;
    max-width: fit-content !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    table-layout: auto !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    margin-right: 10px !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    table-layout: auto !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left[style] {
    display: flex !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left .logo,
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left .mobile-toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left > .top-links.mega-menu {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-left .alx-site-description {
    display: none !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-center {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    padding-left: 10px;
    padding-right: 10px;
    order: 0 !important;
    min-width: 0 !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-center .alx-btn--catalog {
    display: none !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-center .alx-fibosearch-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 20px !important;
    flex-shrink: 1 !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-right {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    margin-left: auto;
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: auto !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    table-layout: auto !important;
  }
  body #header.header-separate.header-1 .header-main .container.header-row > .header-right > * {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: auto !important;
  }
}
#header .search-rounded:not(.simple-search-layout) .searchform {
  border: 0;
  border-radius: 8px;
}
#header .search-rounded input {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #2B2A29;
  border-radius: 8px 0 0 8px;
}
#header .searchform button {
  background-color: #894083;
  border-radius: 0 8px 8px 0;
  color: #fff;
}
#header .searchform button:hover {
  background-color: #fcd34e;
  color: #78350f;
}

#searchwp-form-1 {
  width: 500px;
  margin-left: 20px;
}
#searchwp-form-1 .swp-button,
#searchwp-form-1 .search-submit {
  background-color: #894083;
  border: none;
}

@media only screen and (min-width: 768px) {
  #header .alx-fibosearch-form,
  .alx-fibosearch-form {
    width: 500px !important;
    margin-left: 20px !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
    display: flex !important;
    align-items: center !important;
    background-color: #f6f6f6 !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    position: relative !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
    flex: 1 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #2B2A29 !important;
    height: 40px !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus {
    outline: none;
    box-shadow: none;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder {
    color: #999 !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
    background-color: #894083 !important;
    border: none !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 0 15px !important;
    width: 50px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
    background-color: #ad7fa9 !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active {
    background-color: #894083 !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    left: -9999px !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
    width: 20px !important;
    height: 20px !important;
    fill: white !important;
    display: block !important;
    position: relative !important;
    z-index: 1;
    color: white !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier path {
    fill: white !important;
    stroke: none !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
    position: absolute !important;
    right: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  #header .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-suggestions-wrapp,
  .alx-fibosearch-form .dgwt-wcas-search-wrapp .dgwt-wcas-suggestions-wrapp {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 0 4px 4px !important;
    border-top: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    z-index: 9999 !important;
    max-height: 500px !important;
    overflow-y: auto !important;
  }
}
.alx-mobile-search-toggle,
.alx-mobile-search-overlay {
  display: none;
}

.searchwp-live-search-results {
  max-height: 500px;
  overflow-y: auto;
}

.searchwp-live-search-results-container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-style: normal;
}
.searchwp-live-search-results-container .searchwp-live-search-result {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  transition: all 0.3s ease;
  cursor: pointer;
}
.searchwp-live-search-results-container .searchwp-live-search-result:last-child {
  border-bottom: none;
}
.searchwp-live-search-results-container .searchwp-live-search-result:hover, .searchwp-live-search-results-container .searchwp-live-search-result[aria-selected=true] {
  background-color: #f6f6f6;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title {
  margin: 0 0 3px 0;
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  font-style: normal;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a {
  color: #2B2A29;
  text-decoration: none;
  transition: all 0.3s ease;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title a:hover {
  color: #894083;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc {
  margin: 0;
  color: #aeb6be;
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc p,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .pagetitle__title,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .h2,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .product-detail-sku-header-left-block__title,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .short-info__header,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .title,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc .product-detail-v3__name-title,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc b,
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc strong {
  margin: 0;
  display: inline;
  color: #aeb6be !important;
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-style: normal !important;
}
.searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc img {
  display: none;
}
.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 575px) {
  .searchwp-live-search-results-container {
    max-height: 400px;
  }
  .searchwp-live-search-results-container .searchwp-live-search-result {
    padding: 10px;
  }
  .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--title {
    font-size: 12px;
  }
  .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--desc {
    font-size: 11px;
    -webkit-line-clamp: 1;
  }
}
.main-menu-wrap {
  background-color: #894083 !important;
}

.main-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

#header .main-menu > li.menu-item {
  display: flex;
  position: relative;
  transition: background-color 0.3s ease;
  padding: 0;
}
#header .main-menu > li.menu-item:hover {
  background-color: #fcd34e;
  color: #78350f;
}
#header .main-menu > li.menu-item:hover a {
  color: #78350f;
  text-shadow: none;
}
#header .main-menu > li.menu-item > a {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  font-style: normal;
  color: #fff;
  padding: 12px 20px;
  text-transform: none;
}

#header .my-wishlist,
#header .yith-woocompare-open,
#mini-cart .cart-subtotal,
#mini-cart .minicart-icon,
#mini-cart.minicart-arrow-alt .cart-head:after {
  color: #aeb6be;
}
#header .my-wishlist:hover,
#header .yith-woocompare-open:hover,
#mini-cart .cart-subtotal:hover,
#mini-cart .minicart-icon:hover,
#mini-cart.minicart-arrow-alt .cart-head:after:hover {
  color: #894083;
}

#mini-cart .cart-subtotal:hover,
#mini-cart .minicart-icon:hover,
#mini-cart.minicart-arrow-alt:hover .cart-head:after {
  color: #894083;
}

#side-nav-panel .accordion-menu > li.menu-item > a {
  text-transform: none;
}

.alx-width-350 > img {
  width: 353px;
}

.alx-rounded img,
.alx-slider img,
.alx-rounded-image-1 img {
  border-radius: 10px;
}

.intro-carousel,
.intro-carousel .owl-stage-outer {
  border-radius: 10px;
}

.vc_hidden-xs .intro-carousel,
.vc_hidden-xs .intro-carousel .owl-stage-outer {
  height: 400px !important;
}

.porto-ibanner > img {
  object-fit: fill !important;
}

.sticky-product {
  z-index: 9;
}
.sticky-product .product-name {
  max-width: 400px;
  font-size: 12px;
}

.alx-sticky-product.pos-bottom {
  padding-bottom: 15px;
}

.single-product .cart:not(.variations_form),
.single_variation_wrap {
  border: none !important;
}

.alx-product-single__add-to-cart {
  margin-bottom: 10px;
  padding: 1.25rem 0 1rem;
  border-top: 1px solid var(--porto-gray-2);
  border-bottom: 1px solid var(--porto-gray-2);
}
.alx-product-single__add-to-cart .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}
.alx-product-single__add-to-cart .yith-wcwl-add-to-wishlist a {
  border: 0 !important;
}

.alx-product-single__add-to-cart,
.alx-product-single__add-to-cart .add-links,
.alx-sticky-product .add-to-cart,
.alx-sticky-product .add-to-cart .add-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.alx-product-single__add-to-cart .alx-add-to-cart.added,
.alx-product-single__add-to-cart .quickview,
.alx-product-single__add-to-cart .screen-reader-text,
.alx-sticky-product .alx-add-to-cart.added,
.alx-sticky-product .quickview,
.alx-sticky-product .screen-reader-text {
  display: none !important;
}

.alx-product-single__add-to-cart .yith-wcwl-add-to-wishlist a,
.alx-sticky-product .yith-wcwl-add-to-wishlist a {
  border: 2px solid #fff;
  border-radius: 10px;
}
.alx-product-single__add-to-cart .yith-wcwl-add-to-wishlist a:hover,
.alx-sticky-product .yith-wcwl-add-to-wishlist a:hover {
  border: 2px solid #d6b7d3;
  background-color: #fff;
}

.alx-product-single__add-to-cart .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before,
.alx-sticky-product .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #d6b7d3;
}

.product-summary-wrap .single_add_to_cart_button,
.alx-product-single__add-to-cart .alx-add-to-cart,
.alx-product-single__add-to-cart .added_to_cart,
.alx-sticky-product .alx-add-to-cart,
.alx-sticky-product .added_to_cart {
  background: #85c668;
  border-radius: 8px;
  padding: 10px 20px !important;
  color: #fff;
  margin-left: 5px;
  transition: all 0.3s ease;
  line-height: normal;
  text-align: center;
  height: auto;
}

.single_add_to_cart_button.added {
  display: none !important;
}

.alx-product-single__add-to-cart .alx-add-to-cart,
.alx-product-single__add-to-cart .added_to_cart {
  padding: 15px 20px !important;
  font-size: 13px;
}

.product-summary-wrap .single_add_to_cart_button,
.alx-product-single__add-to-cart .alx-add-to-cart,
.alx-sticky-product .alx-add-to-cart {
  background: #ad7fa9;
}

.single_add_to_cart_button:before,
.alx-product-single__add-to-cart .added_to_cart:before,
.alx-product-single__add-to-cart .alx-add-to-cart:before,
.alx-sticky-product .added_to_cart:before,
.alx-sticky-product .alx-add-to-cart:before {
  display: inline-block;
  content: "\e8ba";
  font-family: "Porto";
  font-weight: 600;
  font-size: 0.9375rem;
  margin-right: 10px;
  line-height: 1;
}

.single_add_to_cart_button:before {
  margin-right: 0.5rem;
  font-size: 1.2857em;
}

.alx-single-product-links a {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  font-style: normal;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #2B2A29 !important;
  height: auto;
  padding: 0;
  position: relative;
  margin-right: 15px;
}

.product .porto-tb-woo-link:not(.porto-tb-wishlist, .porto-tb-quickview, .add_to_cart_button, .ajax_add_to_cart),
#mini-cart .buttons a,
.wc-proceed-to-checkout .btn,
#place_order {
  background-color: #ad7fa9 !important;
  color: #fff !important;
  transition: all 0.3s ease;
  border-radius: 10px;
  font-weight: 600;
}
.product .porto-tb-woo-link:not(.porto-tb-wishlist, .porto-tb-quickview, .add_to_cart_button, .ajax_add_to_cart):hover,
#mini-cart .buttons a:hover,
.wc-proceed-to-checkout .btn:hover,
#place_order:hover {
  background-color: #894083 !important;
}

.porto-tb-item > .porto-section {
  border: 1px solid #e4e4e4;
  padding: 10px !important;
  border-radius: 10px;
}

.porto-tb-item .img-thumbnail {
  border: 0;
}

.porto-tb-item.product .porto-heading {
  height: 41px;
  overflow: hidden;
}

.porto-categories-tags {
  margin-bottom: 20px;
}
.porto-categories-tags > .posts-container {
  display: block !important;
  margin-top: 15px;
}
.porto-categories-tags > .posts-container > .porto-tb-item {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 5px;
  padding: 0 3px;
}
.porto-categories-tags > .posts-container > .porto-tb-item > p {
  margin: 0;
}

.posts-container .pcb-category {
  height: auto;
}

.pcb-category {
  font-family: "OpenSans", Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-style: normal;
  cursor: pointer;
  padding: 3px 10px !important;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #2B2A29 !important;
  border: 1px solid #f6f6f6 !important;
  border-radius: 8px !important;
  background-color: #f6f6f6 !important;
  text-transform: none !important;
}
.pcb-category:hover {
  cursor: pointer;
  background-color: #fff !important;
  border: 1px solid #ad7fa9 !important;
  color: #222 !important;
}

.page-header-8 li a {
  font-weight: 600 !important;
}

#footer .footer-main > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
  .vc_hidden-sm {
    display: none !important;
  }
  .header-reveal #header .header-main {
    border-bottom: 1px solid #ddd;
  }
  #header .header-top,
  .alx-site-description,
  .alx-btn,
  #header .searchform-popup,
  .alx-contact-info,
  .alx-searchwp-form {
    display: none !important;
  }
  .alx-mobile-search-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #999999;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin-left: 10px;
  }
  .alx-mobile-search-toggle:hover {
    color: #894083;
  }
  .alx-mobile-search-toggle i {
    font-size: 18px;
  }
  .alx-mobile-search-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .alx-mobile-search-overlay--active {
    opacity: 1;
    visibility: visible;
  }
  .alx-mobile-search-overlay__content {
    width: 100%;
    height: 120px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .alx-mobile-search-overlay--active .alx-mobile-search-overlay__content {
    transform: translateY(0);
  }
  .alx-mobile-search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #2B2A29;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0;
  }
  .alx-mobile-search-close:hover {
    color: #894083;
  }
  .alx-mobile-search-close i {
    font-size: 24px;
  }
  .alx-mobile-search-form {
    margin-top: 20px;
    width: 100%;
  }
  .alx-mobile-search-form #searchwp-form-1 {
    width: 100%;
    margin-left: 0;
  }
  .searchwp-live-search-results,
  .searchwp-live-search-results-container {
    z-index: 99999999999 !important;
  }
  .searchwp-live-search-results-showing {
    top: 40px !important;
  }
  html.alx-search-overlay-open,
  body.alx-search-overlay-open {
    overflow: hidden !important;
    height: 100%;
    position: fixed;
    width: 100%;
  }
  #side-nav-panel {
    width: 100%;
    transform: translateX(100%);
    z-index: 99999;
  }
  #side-nav-panel .searchform-fields {
    margin-right: 60px;
    margin-left: 20px;
  }
  #side-nav-panel .accordion-menu > li.menu-item > a {
    font-size: 16px;
  }
  html.panel-opened #side-nav-panel {
    transform: translateX(0);
  }
  html.panel-opened .side-nav-panel-close {
    display: block;
    top: 18px;
    border-radius: 5px;
    z-index: 999999 !important;
  }
  .porto-sticky-navbar.fixed {
    padding-bottom: 5px;
  }
  .product .porto-tb-woo-link:not(.porto-tb-wishlist, .porto-tb-quickview) {
    height: 35px;
    border-radius: 7px;
  }
  .product .porto-tb-woo-link:not(.porto-tb-wishlist, .porto-tb-quickview) i {
    font-size: 14px !important;
  }
  .product .porto-tb-woo-link.product_type_variable:not(.porto-tb-wishlist, .porto-tb-quickview) {
    font-size: 12px;
  }
  .single-product .box-main-content {
    padding: 0 !important;
  }
  .product-thumbnails {
    display: none !important;
  }
  .single-product .product_title {
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
  }
  .box-main-content {
    padding: 0 !important;
  }
  .alx-sticky-product .add-to-cart {
    display: block;
  }
  .alx-sticky-product .add-to-cart .add-links {
    gap: 0;
  }
  .alx-sticky-product .add-to-cart .add-links > a {
    flex: 0 0 90%;
    padding-left: 20px;
  }
  .alx-sticky-product .add-to-cart .add-links > div {
    flex: 0 0 10%;
  }
  .alx-single-product-links a {
    margin-right: 10px;
  }
  .product-summary-wrap .single_add_to_cart_button {
    width: 190px;
  }
  .page-header-8 li a {
    font-size: 16px;
    font-weight: 600;
  }
  .page-header-8 li .delimiter.delimiter-2 {
    margin: 0;
    font-size: 16px;
  }
  #footer .porto-u-heading {
    margin: 0 !important;
  }
  #footer .porto-u-main-heading {
    border-top: 1px solid #ddd;
  }
  #footer .porto-u-main-heading h2 {
    cursor: pointer;
    padding: 10px 0;
    margin: 0 !important;
  }
  #footer .porto-u-main-heading h2:before {
    content: "+ ";
  }
  #footer .porto-u-main-heading .alx-footer-menu-open:before {
    content: "- ";
  }
  #footer .porto-u-sub-heading {
    display: none;
  }
  #footer .porto-u-sub-heading ul {
    padding-left: 10px;
  }
  #footer .porto-u-sub-heading ul li {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .vc_hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 420px) {
  .vc_hidden-xs {
    display: none !important;
  }
  #header .my-wishlist {
    display: none !important;
  }
  .porto-tb-item.product .porto-heading {
    height: 31px;
    font-size: 12px !important;
  }
  .tb-woo-price .price {
    font-size: 0.9rem !important;
  }
  .posts-container .porto-section {
    padding: 0 0 10px 0 !important;
  }
  .posts-container .porto-heading:not(.pcb-category) > a {
    display: block;
    overflow: hidden;
    height: 45px;
    font-size: 13px;
    padding: 10px !important;
  }
  .posts-container .btn {
    padding: 10px 10px 0 10px !important;
    font-size: 12px !important;
  }
  .product .porto-tb-woo-link:not(.porto-tb-wishlist, .porto-tb-quickview) {
    font-size: 11px;
  }
  .product .porto-tb-woo-link.product_type_variable:not(.porto-tb-wishlist, .porto-tb-quickview) {
    font-size: 8px;
  }
  .pcb-category {
    font-size: 14px !important;
  }
}
.woocommerce-cart-form__contents .cart_item td.product-thumbnail {
  text-align: center;
  vertical-align: middle;
}
.woocommerce-cart-form__contents .cart_item td.product-thumbnail .position-relative {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.woocommerce-cart-form__contents .cart_item td.product-thumbnail img {
  max-width: 80px;
  height: auto;
  border-radius: 5px;
}
.woocommerce-cart-form__contents .cart_item td.product-name {
  font-size: 14px;
}

.shop_table.responsive tr,
.shop_table.shop_table_responsive tr {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .woocommerce-cart-form__contents .cart_item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
  }
  .woocommerce-cart-form__contents .cart_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .woocommerce-cart-form__contents .cart_item td {
    padding: 5px 10px;
    vertical-align: top;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail {
    width: 100%;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail .position-relative {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail img {
    max-width: 60px;
    height: auto;
    border-radius: 5px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-name {
    font-size: 12px;
    line-height: 1.4;
  }
  .woocommerce-cart-form__contents .cart_item td.product-name a {
    color: #2B2A29;
    text-decoration: none;
    font-weight: 500;
  }
  .woocommerce-cart-form__contents .cart_item td.product-name a:hover {
    color: #894083;
  }
  .woocommerce-cart-form__contents .cart_item td.product-price, .woocommerce-cart-form__contents .cart_item td.product-subtotal {
    font-weight: 600;
    color: #894083;
    font-size: 12px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .minus,
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .plus {
    width: 32px;
    height: 32px;
    border: 1px solid #e4e4e4;
    background: #fff;
    color: #2B2A29;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .minus:hover,
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .plus:hover {
    background: #f6f6f6;
    border-color: #894083;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .input-text {
    width: 50px;
    height: 32px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    font-size: 12px;
    font-weight: 500;
  }
  .woocommerce-cart-form__contents .actions {
    margin-top: 10px;
    padding: 5px 10px;
    background: #f6f6f6;
    border-radius: 5px;
  }
  .woocommerce-cart-form__contents .actions .cart_totals_toggle {
    margin: 0;
  }
  .woocommerce-cart-form__contents .actions #panel-cart-discount {
    margin: 0;
    padding: 0;
  }
  .woocommerce-cart-form__contents .actions .coupon {
    margin-bottom: 5px;
  }
  .woocommerce-cart-form__contents .actions .coupon .input-text {
    width: 100%;
    margin-bottom: 3px;
    padding: 3px 5px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    font-size: 12px;
    height: 36px;
  }
  .woocommerce-cart-form__contents .actions .coupon .button {
    width: 100%;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
  }
  .woocommerce-cart-form__contents .actions .update-button-hidden {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-cart-form__contents .cart_item {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .woocommerce-cart-form__contents .cart_item td {
    padding: 3px 5px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail .position-relative {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .woocommerce-cart-form__contents .cart_item td.product-thumbnail img {
    max-width: 50px;
    height: auto;
    border-radius: 5px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-name {
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-price, .woocommerce-cart-form__contents .cart_item td.product-subtotal {
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .minus,
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .plus {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .cart_item td.product-quantity .quantity .input-text {
    width: 40px;
    height: 28px;
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .actions {
    margin-top: 5px;
    padding: 3px 5px;
  }
  .woocommerce-cart-form__contents .actions .cart_totals_toggle {
    margin: 0;
  }
  .woocommerce-cart-form__contents .actions #panel-cart-discount {
    margin: 0;
    padding: 0;
  }
  .woocommerce-cart-form__contents .actions .coupon {
    margin-bottom: 3px;
  }
  .woocommerce-cart-form__contents .actions .coupon .input-text {
    height: 32px;
    padding: 3px;
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .actions .coupon .button {
    height: 32px;
    padding: 3px;
    font-size: 11px;
  }
  .woocommerce-cart-form__contents .actions .update-button-hidden {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .woo-page-header.page-header-8 {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .woo-page-header.page-header-8 .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "OpenSans", Arial, Verdana, sans-serif;
  }
  .woo-page-header.page-header-8 .breadcrumb li {
    display: flex;
    align-items: center;
    margin: 0 3px;
    line-height: 2rem;
  }
  .woo-page-header.page-header-8 .breadcrumb li:first-child {
    margin-left: 0;
  }
  .woo-page-header.page-header-8 .breadcrumb li:last-child {
    margin-right: 0;
  }
  .woo-page-header.page-header-8 .breadcrumb li a {
    color: #894083;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    transition: all 0.2s ease;
    line-height: 1.5;
    margin-top: 10px;
  }
  .woo-page-header.page-header-8 .breadcrumb li a:hover {
    background-color: #f6f6f6;
    color: #ad7fa9;
  }
  .woo-page-header.page-header-8 .breadcrumb li.current a {
    color: #2B2A29;
    font-weight: 600;
    background-color: #f6f6f6;
    pointer-events: none;
    line-height: 2rem;
  }
  .woo-page-header.page-header-8 .breadcrumb li.disable a {
    color: #aeb6be;
    cursor: not-allowed;
    pointer-events: none;
  }
  .woo-page-header.page-header-8 .breadcrumb li .delimiter {
    margin: 0 5px;
    color: #aeb6be;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
  }
  .woo-page-header.page-header-8 .breadcrumb li .delimiter.delimiter-2::before {
    content: "›";
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .woo-page-header.page-header-8 {
    padding: 5px 20px;
    margin-bottom: 10px;
  }
  .woo-page-header.page-header-8 .breadcrumb {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px;
  }
  .woo-page-header.page-header-8 .breadcrumb li {
    margin: 0;
    line-height: 2rem;
  }
  .woo-page-header.page-header-8 .breadcrumb li .delimiter {
    display: none;
  }
  .woo-page-header.page-header-8 .breadcrumb li a {
    font-size: 11px;
    padding: 3px;
    text-align: center;
    min-width: 60px;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
  }
}
/* Стили для мини-корзины */
#mini-cart .cart-popup {
  background: #fff;
  padding: 10px;
}

#mini-cart .product-details a,
.wishlist-popup .product-details a {
  font-size: 13px;
}

.porto-tb-woo-link.add_to_cart_button,
.porto-tb-woo-link.ajax_add_to_cart {
  background-color: #ad7fa9 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 5px 10px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
}
.porto-tb-woo-link.add_to_cart_button:hover:not(.loading):not(.added),
.porto-tb-woo-link.ajax_add_to_cart:hover:not(.loading):not(.added) {
  background-color: #894083 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(173, 127, 169, 0.3) !important;
}
.porto-tb-woo-link.add_to_cart_button.loading,
.porto-tb-woo-link.ajax_add_to_cart.loading {
  background-color: rgba(173, 127, 169, 0.6) !important;
  cursor: not-allowed !important;
  position: relative !important;
}
.porto-tb-woo-link.add_to_cart_button.loading::after,
.porto-tb-woo-link.ajax_add_to_cart.loading::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 16px !important;
  height: 16px !important;
  margin: -8px 0 0 -8px !important;
  border: 2px solid transparent !important;
  border-top: 2px solid #fff !important;
  border-radius: 50% !important;
  animation: spin 1s linear infinite !important;
}
.porto-tb-woo-link.add_to_cart_button.added,
.porto-tb-woo-link.ajax_add_to_cart.added {
  background-color: rgba(173, 127, 169, 0.4) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.porto-tb-woo-link.add_to_cart_button.added::before,
.porto-tb-woo-link.ajax_add_to_cart.added::before {
  content: "✓" !important;
  margin-right: 3px !important;
  font-weight: bold !important;
}
.porto-tb-woo-link.add_to_cart_button.added .porto-icon-shopping-cart,
.porto-tb-woo-link.ajax_add_to_cart.added .porto-icon-shopping-cart {
  display: none !important;
}
.porto-tb-woo-link.add_to_cart_button .porto-icon-shopping-cart,
.porto-tb-woo-link.ajax_add_to_cart .porto-icon-shopping-cart {
  font-size: 14px !important;
  margin-right: 3px !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product .porto-tb-woo-link.add_to_cart_button,
.product .porto-tb-woo-link.ajax_add_to_cart {
  min-height: 40px !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 575px) {
  .product .porto-tb-woo-link.add_to_cart_button,
  .product .porto-tb-woo-link.ajax_add_to_cart {
    min-height: 35px !important;
    font-size: 11px !important;
    padding: 3px 5px !important;
  }
}

.porto-tb-woo-link.product_type_variable {
  background-color: #ad7fa9 !important;
}
.porto-tb-woo-link.product_type_variable:hover:not(.loading):not(.added) {
  background-color: #894083 !important;
}
.porto-tb-woo-link.product_type_variable.loading {
  background-color: rgba(173, 127, 169, 0.6) !important;
}
.porto-tb-woo-link.product_type_variable.added {
  background-color: rgba(173, 127, 169, 0.4) !important;
}

.product-type-qiai .porto-tb-wishlist a,
.product-type-qiib .porto-tb-wishlist a {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.product-type-qiai .porto-tb-addcart i,
.product-type-qiib .porto-tb-addcart i {
  font-size: 22px;
}
.product-type-qiai .cs-bottom,
.product-type-qiai .quantity .qty,
.product-type-qiai .quantity .minus,
.product-type-qiai .quantity .plus,
.product-type-qiib .cs-bottom,
.product-type-qiib .quantity .qty,
.product-type-qiib .quantity .minus,
.product-type-qiib .quantity .plus {
  height: 40px;
}
.product-type-qiai .tb-hover-content,
.product-type-qiib .tb-hover-content {
  background: none;
}
.product-type-qiai .star-rating,
.product-type-qiib .star-rating {
  width: 70px;
}
.product-type-qiai .price del,
.product-type-qiib .price del {
  font-weight: 400;
}

.product-type-qiai .quantity {
  margin-right: 7px;
}
.product-type-qiai .quantity .qty,
.product-type-qiai .quantity .minus,
.product-type-qiai .quantity .plus {
  background: #fff;
}
@media (max-width: 575px) {
  .product-type-qiai .tb-hover-content {
    opacity: 1 !important;
  }
  .product-type-qiai .quantity {
    align-self: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.product-type-qiib .quantity .qty,
.product-type-qiib .quantity .minus,
.product-type-qiib .quantity .plus {
  background: #fff;
}
@media (max-width: 575px) {
  .product-type-qiib .tb-hover-content {
    opacity: 1 !important;
  }
  .product-type-qiib .quantity {
    align-self: center;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
