body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #313131;
  font-family: sans-serif;
  font-size: 16px;
}

body .dark {
  background-color: #313131;
  color: #fff;
}

.otgs-development-site-front-end {
  display: none !important;
}

.topheaderv2 {
  display: flex;
  min-height: 40px;
  background: #000;
}

.topheaderv2 .social_links {
  margin-top: 10px;
}

.topheaderv2 .social_links ul,
.offcanvas-footer .social_links ul {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topheaderv2 .social_links ul {
  justify-content: center;
}

.offcanvas-footer .social_links ul {
  justify-content: flex-start;
}

.topheaderv2 .social_links li,
.offcanvas-footer .social_links li {
  display: inline-block;
}

.topheaderv2 .social_links img,
.offcanvas-footer .social_links img {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}

.menuvbarv2 {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 0;
}

.menu-trigger {
  appearance: none;
}

.menuvbarv2 img.logo_menu {
  width: 180px;
  max-width: 100%;
  height: auto;
  margin: 5px 0;
}

.menuvbarv2 img.logo_center {
  width: 100px;
  max-width: 100%;
  height: auto;
  margin: 5px 0;
}

.menuvbarv2 .mainbar_menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.menuvbarv2 .mainbar_menu ul li {
  display: inline-block;
}

.menuvbarv2 .mainbar_menu ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.cart-count,
.wishlist-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  z-index: 10;
}

.cart-count {
  background-color: #000;
}

.wishlist-count {
  background-color: #e00;
}

.fullscreen-offcanvas.offcanvas {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1050;
  width: 100% !important;
  max-width: 1000px !important;
  height: 100vh !important;
  background-color: #000;
  background-image: url('/wp-content/themes/minimis/assets/sidemenubottom.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-attachment: fixed;
}

.fullscreen-offcanvas.offcanvas .offcanvas-header {
  justify-content: flex-end;
  padding: 1rem;
}

.fullscreen-offcanvas.offcanvas .offcanvas-header .btn-close {
  filter: invert(1);
}

.fullscreen-offcanvas.offcanvas .offcanvas-menu {
  padding-left: 3em;
  padding-right: 2em;
}

.fullscreen-offcanvas.offcanvas .offcanvas-menu li {
  list-style: none !important;
}

.fullscreen-offcanvas.offcanvas .offcanvas-menu li a,
.fullscreen-offcanvas.offcanvas .offcanvas-menu li button {
  color: #fff !important;
  text-decoration: none !important;
}

.fullscreen-offcanvas.offcanvas .top-menu-item {
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.fullscreen-offcanvas.offcanvas .top-menu-item > a,
.fullscreen-offcanvas.offcanvas .top-menu-item > button {
  font-size: 2em;
  font-weight: 600;
}

@media (min-width: 768px) {
  .fullscreen-offcanvas.offcanvas .top-menu-item > a,
  .fullscreen-offcanvas.offcanvas .top-menu-item > button {
    font-size: 3em;
    font-weight: 700;
  }

  .fullscreen-offcanvas.offcanvas .submenu li a {
    font-size: 2.4em;
    font-weight: 500;
  }
}

.fullscreen-offcanvas.offcanvas .submenu {
  padding: 2em 0 2em 2em;
}

.fullscreen-offcanvas.offcanvas .submenu li a {
  font-size: 1.5em;
  font-weight: 500;
}

.marquee-container {
  overflow: hidden;
  width: 100%;
  padding: 1em 0;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

.marquee-items {
  display: flex;
  align-items: center;
}

.marquee-item {
  padding: 0 1rem;
  white-space: nowrap;
  color: #c4c4c4;
  font-size: 1.2rem;
  font-weight: 300;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.filters {
  padding-top: 2em;
}

.filters .container-xxl {
  margin-bottom: 0.9em;
  padding: 0 !important;
  border-bottom: 2px solid #000;
}

.filters .row {
  padding-bottom: 0.8em;
}

.filters .filterscategories ul {
  margin: 0 !important;
  padding: 0 !important;
}

.filters .filterscategories li {
  display: inline-block;
  margin-right: 1rem;
  list-style: none;
}

.filters .filterscategories li a {
  color: #000;
  font-size: 1.3em;
  font-weight: 200;
  text-decoration: none;
}

.product_archive .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: sans-serif !important;
  font-weight: 300 !important;
}

.product_archive .carousel-item {
  aspect-ratio: 1 / 1;
}

.product_archive .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.product_archive .card-img-top {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product_archive .card-title {
  font-weight: 600;
}

.product_archive .card-price {
  font-size: 0.9em;
  font-weight: 500;
  text-align: left;
}

.product_archive .product-price {
  font-size: 0.9em;
  font-weight: 500;
  text-align: right;
}

.product_archive .product-price del {
  opacity: 0.65;
}

.product_archive .product-price ins {
  text-decoration: none;
}

.product_archive .product-price del + ins {
  margin-left: 0.35em;
}

.product_archive .product-price .woocommerce-Price-amount {
  white-space: nowrap;
}

/* WooCommerce helper text should remain available to assistive tech but hidden visually. */
.product_archive .product-price .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product_archive .product-category {
  color: #313131;
  font-size: 0.95rem;
  font-weight: 300;
}

.shopnow {
  color: #000;
  text-decoration: none !important;
}

.shopnow h2,
.shopnow .card-title {
  color: #313131;
  font-size: 1.4rem;
  font-weight: 800;
}

.wishlist-icon {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.wishlist-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  line-height: 1;
}

.fill {
  border-color: #c00;
  background: #c00;
}

.fill span {
  color: #fff;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.woocommerce-pagination .page-numbers {
  width: 100%;
  margin-right: 10px;
  padding: 5px;
  list-style: none;
  color: #313131;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  line-height: 28px;
}

.site-footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #000;
  color: #fff;
  font-family: sans-serif;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer .footer-newsletter p {
  font-size: 1.5em;
  text-align: left;
}

.site-footer .newsletter-form {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}

.site-footer .newsletter-input {
  width: 50%;
  margin-right: 10%;
  padding: 0.5rem 0;
  border: 0;
  border-bottom: 3px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  outline: none;
}

.site-footer .newsletter-submit {
  padding: 0 2em;
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 3.4em;
  font-weight: 100;
}

.site-footer .footer-logo img {
  width: 100px;
  height: auto;
}

.site-footer .footer-column h6 {
  margin-bottom: 1rem;
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 700;
}

.site-footer .footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-column li {
  margin-bottom: 0.5rem;
}

.site-footer .footer-column a {
  font-size: 0.9rem;
}

.site-footer .footer-copyright {
  text-align: right;
}

.site-footer .footer-divider {
  width: 80px;
  margin: 1.5rem 0 1rem auto;
  border: 0;
  border-top: 1px solid #555;
}

.site-footer .footer-copyright p {
  margin: 0;
  color: #aaa;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .menuvbarv2 img.logo_menu {
    width: 150px;
  }

  .menuvbarv2 img.logo_center {
    width: 100px;
  }

  .menuvbarv2 .mainbar_menu ul li a img {
    width: 20px;
    height: 20px;
  }

  .cart-count,
  .wishlist-count {
    top: -3px;
    right: -3px;
    min-width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
  }

  .filters .filterscategories ul {
    display: flex;
    text-align: center;
  }

  .filters .filterscategories li a {
    font-size: 1.1em;
  }

  .site-footer .newsletter-input {
    margin-bottom: 2em;
    border-bottom-width: 1px;
    font-size: 1.2rem;
  }

  .site-footer .newsletter-submit {
    margin-top: 1em;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }

  .site-footer .footer-copyright {
    text-align: center;
  }

  .site-footer .footer-divider {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .menuvbarv2 img.logo_menu {
    width: 120px;
  }

  .menuvbarv2 img.logo_center {
    width: 120px;
    max-height: 40px;
  }

  .product_archive .card-title,
  .shopnow h2,
  .shopnow .card-title {
    font-size: 1.1rem;
  }

  .fullscreen-offcanvas.offcanvas .submenu {
    padding-left: 0.5em !important;
  }

  .fullscreen-offcanvas.offcanvas .submenu-two-columns {
    gap: 0.5em !important;
    padding-left: 0.5em !important;
  }
}
