.logo img {
  inline-size: auto;
  max-block-size: 100px;
}

.btn-product-icon.btn-report i {
  font-size: 1.8rem;
}

.product-single .btn-report {
  display: inline-block;
  background-color: transparent;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  padding-block: 0.5rem;
  padding-inline: 0;
  text-transform: none;
  transition: color 0.3s;
}

.product-single .btn-report i {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 0;
  margin-block: 0 0.3rem;
  margin-inline: 0 0.5rem;
  vertical-align: middle;
}

.product-single .btn-report:hover {
  color: #26c;
}

.dark-theme .btn-report {
  color: #999;
}

.simple-spinner {
  position: absolute;
  block-size: 30px;
  inline-size: 30px;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

.simple-spinner span {
  display: block;
  border: 3px solid transparent;
  border-radius: 50%;
  animation: spinner-anim 0.8s linear infinite;
  block-size: 30px;
  border-inline-end-color: rgba(255, 255, 255, 70%);
  inline-size: 30px;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.fancybox__container {
  z-index: 1061 !important;
}

.header-search.hs-expanded .input-wrapper {
  border: 1px solid #dedede !important;
}

.header-search.hs-expanded .select-box {
  inline-size: auto !important;
}

.header-search.hs-expanded {
  margin-block-start: 0.5rem !important;
  margin-inline: 0 auto !important;
}

.demo4 .header-middle {
  font-size: 1.4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.demo4 .header-left {
  flex: none !important;
}
.demo4 .footer-middle {
  padding: 3.9rem 0 2.8rem;
  border-bottom: 1px solid #2a2a2a;
}
.demo4 .footer-middle .widget-body {
  padding: 8px 0 0;
  color: #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.007em;
}
.demo4 .footer-middle .widget-body li {
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}
.category-dropdown .category-toggle {
  background: transparent !important;
}

.category-dropdown .dropdown-box {
  z-index: 1059 !important;
}

.mfp-reviews .mfp-content {
  max-inline-size: 40rem;
}

.filter-stars li {
  color: #222;
  font-size: 1.3rem;
  padding-block: 13px;
  padding-inline: 10px 3px;
}

.filter-stars > li:not(:last-child) {
  border-block-end: 1px solid #eee;
}

.vertical-menu.category-menu {
  background: var(--menu-background-color) !important;
}

.vertical-menu.category-menu > li:not(:last-child) > a {
  border-block-end: 1px solid var(--menu-background-color) !important;
}

.vertical-menu.category-menu > li > a {
  color: var(--menu-text-color) !important;
}

.brand-carousel {
  overflow: hidden;
  padding-block: 20px;
}

.brand-carousel .owl-carousel:not(.owl-loaded) {
  opacity: 0;
  transition: opacity 1s ease-out;
  visibility: hidden;
}

.brand-carousel .owl-carousel.owl-loaded .slideBrand {
  block-size: 75px !important;
  inline-size: 100px !important;
  margin-inline: 5px;
  padding-inline: 5px;
}

.brand-section .banner figure img {
  display: block;
  padding: 2rem;
  block-size: auto;
  inline-size: auto;
  margin-block: 0;
  margin-inline: auto;
}

.product-popup .card-description {
  max-inline-size: 500px;
}

.product .product-media img {
  block-size: 280px !important;
}

.product .product-gallery figure.product-image {
  block-size: 500px !important;
}

.product-popup .product-gallery figure.product-image {
  block-size: 500px !important;
}

.product-gallery .product-thumb {
  block-size: 100px !important;
}

.post .post-media img {
  max-block-size: 250px !important;
  min-block-size: 210px !important;
}

.bottom-1-rem {
  margin-block-end: 0.1rem;
}

.social-link-40 .social-link {
  margin: 0.3rem;
  block-size: 40px;
  font-size: 16px;
  inline-size: 40px;
  line-height: 40px;
}

@media (width <= 479px) {
  .brand-carousel .owl-carousel .slideBrand {
    block-size: 75px !important;
    inline-size: 100px !important;
  }

  .product .product-media img {
    block-size: 180px !important;
  }

  .product-popup .product-gallery figure.product-image {
    block-size: 280px !important;
  }

  .product.product-gallery figure.product-image {
    block-size: 280px !important;
  }
}

@media (width >= 992px) {
  .sidebar-toggle-remain.sidebar.closed + * > .toolbox:first-child {
    margin-inline-start: 13.8rem;
  }
}

.svg-box {
  position: relative;
  display: inline-block;
  inline-size: 150px;
}

.green-stroke {
  stroke: #7cb342;
}

.red-stroke {
  stroke: #ff6245;
}

.yellow-stroke {
  stroke: #ffc107;
}

.circular circle.path {
  animation: 0.7s draw-circle ease-out;
  opacity: 0.4;
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

/* ------- Checkmark --------- */
.checkmark {
  position: absolute;
  block-size: 40px;
  inline-size: 52px;
  inset-block-start: 56px;
  inset-inline-start: 49px;
  stroke-linecap: round;
  stroke-width: 6.25;
}

.checkmark path {
  animation: 1s draw-check ease-out;
}

@keyframes draw-circle {
  0% {
    opacity: 1;
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
  }

  80% {
    opacity: 1;
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes draw-check {
  0% {
    opacity: 0;
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
  }

  50% {
    opacity: 1;
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
  }

  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48;
  }
}

/* ---------- Cross ---------- */

.cross {
  position: absolute;
  block-size: 40px;
  inline-size: 40px;
  inset-block-start: 54px;
  inset-inline-start: 54px;
  stroke-linecap: round;
  stroke-width: 6.25;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }

  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.alert-sign {
  position: absolute;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
  block-size: 70px;
  inline-size: 15px;
  inset-block-start: 40px;
  inset-inline-start: 68px;
  stroke-linecap: round;
  stroke-width: 6.25;
}

.alert-sign .dot {
  fill: #ffc107;
  stroke: none;
}

@keyframes alert-sign-bounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.mfp-report {
  padding: 2rem;
  border-radius: 1rem;
  max-inline-size: 40rem;
}

.questions .radio-custom,
.questions .radio-label::before,
.questions .radio-label::after {
  display: none;
}

.questions .radio-custom:checked ~ .radio-label {
  border-color: #ff675d;
  background-color: #ff675d;
  color: white;
}

.questions .radio-label {
  display: block;
  border: 2px solid #ff675d;
  border-radius: 3px;
  background-color: transparent;
  color: #ff675d;
  cursor: pointer;
  margin-block-end: 10px;
  padding-block: 1.22em;
}
