.container-full {
  margin: 0 auto;
  width: 100%;
}

#footer .footer-bottom {
  padding: 10px 0;
  padding-top: 12px;
}

.cuotas-in-product {
  border-radius: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 10px;
  width: 100% !important;
  margin-top: 0px;
}

.cuotas-in-product:first-child {
  border-top: 1px solid #e5e5e5;
}

.cuotas-in-product > img {
  height: 30px;
  width: 50px;
  object-fit: contain;
  margin: 5px;
}

.card-header {
  padding: 0px !important;
}

.card {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.row-custom.meta {
  display: none !important;
}

label.custom-control-label.label-variation-color {
  border-radius: 50px;
}

.variation-color-box {
  border-radius: 50px;
}

.custom-control-variation
  .custom-control-input:checked
  ~ .custom-control-label {
  border-color: #8f8f8f !important;
}

.footer-payment-icons img {
  display: inline-block;
  width: 50px;
  height: 25px;
  background-color: #ffffff;
  object-fit: contain;
  margin-top: 40px;
  margin: 5px;
}

strong.lbl-price,
.price {
  color: #af1717;
}

button.btn.btn-link.btn-block.text-left {
  background: #f7f7f7;
  color: black !important;
  text-decoration: none;
  border: 1px solid #d9d9d9;
}

.modal-header {
  padding: 1px 1px;
  overflow: hidden;
  border-bottom: none;
}

.modal-pie {
  padding-bottom: 2em;
}

.display-5 {
  font-size: 1.8rem;
}

.modal-pie > button,
.modal-pie > a {
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  margin: 15px;
  padding: 15px;
}

.modal-pie > a {
  background: rgb(116 173 51);
}

.modal-pie > a:hover {
  background: rgb(116 173 51);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.sticky-nav {
  display: block;
}

.mobile-logo .logo {
  max-width: 130px;
  max-height: 44px;
}

.mobile-search {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 50px;
  height: 52px;
}

.mobile-search .search-icon {
  position: relative;
  display: inline-block;
  font-size: 21px !important;
  line-height: 24px;
  padding: 12px;
  color: #222 !important;
  cursor: pointer;
}

.mobile-cart a {
  position: relative;
  display: inline-block;
  font-size: 22px !important;
  line-height: 24px;
  padding: 12px 10px;
  color: #222 !important;
}

.mobile-cart {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 50px;
  height: 52px;
}

.mobile-cart .notification {
  position: absolute !important;
  display: inline-block;
  font-size: 12px;
  background-color: #f6465d;
  border-radius: 50%;
  top: 4px;
  right: 0;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

/* fix navbar search */

.top-search-bar .left {
  display: none;
}

.nav-mobile-header .sticky-nav {
  display: block;
}

.float-wsp-icon img {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: none;
  z-index: 100;
}

#wrapper {
  background: #fafafa;
}

.table {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 0px;
  color: #212529;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgb(255 255 255 / 2%);
}

.product-description .tab-content .tab-pane .active,
.product-description .tab-content .tab-pane {
  background: white;
}

.table-product-shipping .td-left {
  width: 30%;
  font-weight: 600;
  background-color: rgb(255 255 255);
}

.product-description .tab-content .tab-pane {
  padding-top: 0px;
}

#footer .footer-bottom .copyright {
  font-size: 11px;
}

#footer {
  margin-top: 0px !important;
  background: white;
}

.footer-bottom {
  background: black !important;
  color: white !important;
}

p.text-bottom-copy {
  margin-bottom: 0px;
}

/* mobile css */

@media only screen and (max-width: 600px) {
  .mobile-nav-container .sticky-nav,
  .nav-mobile-header .sticky-nav {
    display: none !important;
  }

  .newsletter {
    display: inline-block;
  }

  #footer .footer-social-links ul {
    text-align: center;
    padding: 0;
  }

  #footer .footer-social-links ul li {
    display: inline-block;
    float: none;
  }

  #footer .footer-logo {
    display: inline-block;
  }

  .sticky-nav {
    display: none !important;
  }
}

.product-list-pagination .pagination {
  text-align: center !important;
}

.title-desc-product {
  border-bottom: 4px solid #000000;
  padding-bottom: 5px;
}

.bn-lg img {
  width: 100%;
}

.modal-header .close {
  padding: 20px 2rem;
  margin: -1rem -1rem -1rem auto;
}

.tab-checkout-open {
  margin-top: 0px;
}

.lbl-enough-quantity {
  font-size: 12px;
  line-height: 14px;
  display: block;
  background: red;
  width: 55px;
  text-align: center;
  color: white !important;
  padding: 3px;
  border-radius: 20px;
}

.shopping-cart .item .cart-item-quantity {
  display: initial !important;
}

.product-content-details .details .item-details {
  display: block !important;
}

.brand-info img {
  background: white;
  border-radius: 5px;
  margin-top: 10px;
  object-fit: contain;
}

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}

.custom-control-variation .label-variation-color span {
  border: none !important;
}

.index-products-slider-nav .next,
.index-products-slider-nav .prev {
  position: relative;
  opacity: 1;
}

.payment-options-list li {
  min-height: 0px;
}

span.delivery-time-span {
  background: #18b505;
  border-radius: 20px;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
  color: white;
}

.float-wsp-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: none;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d23232;
  z-index: 101;
}

.float-wsp-icon img {
  width: 50px;
  height: 50px;
}

/* centrar navbar desktop */
.navbar-expand {
  justify-content: center !important;
}
.nav-item-cart a .notification {
  top: -10px;
  left: -11px;
}

.align-items-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between !important;
}

.logo img {
  width: 100%;
}

.top-search-bar {
  width: 100%;
}

.nav-top {
  padding: 5px 10px 5px;
}

.right-items-header {
  font-size: 0.9em;
}

span.cart-value-header {
  margin-left: 10px;
  font-weight: 800;
}

.padding-3 {
  padding: 1em;
}

.nav-mobile .navbar-nav {
  padding-bottom: 0px !important;
}

.nav-mobile .navbar-nav {
  padding-bottom: 0px;
}

.collapse .nav-item {
  background: #ededed;
}

.index-main-slider {
  margin-top: 0;
}

.slider-brands-home a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  width: 200px;
  height: 100px;
  margin: 10px;
  padding: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.slider-brands-home img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

button.btn.btn-md.btn-block.btn-product-cart {
  font-weight: 600;
  text-transform: uppercase;
}

.nav-mobile-footer .tiktok {
  background: #000000;
}

.top-search-bar.top-search-bar-single-vendor {
  border-radius: 25px;
  background: transparent;
}

.google-reviews-slider {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .google-reviews-slider {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .google-business-card {
    order: -1;
    width: 100%;
  }

  .slider-reviews {
    width: 100%;
  }
}

.google-business-card {
  text-align: center;
  max-width: 250px;
}

.business-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.rating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rating-value {
  font-size: 1.2rem;
  color: #fb8e28;
  font-weight: bold;
  margin-top: 2px;
  margin-right: 5px;
}

.rating svg {
  display: inline-block;
  vertical-align: middle;
}

.btn-google-review {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 20px;
  background: #4285f4;
  color: white;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
}

.slider-reviews {
  width: 70%;
}

.review-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.review-user-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
}

@media (max-width: 768px) {
  .google-reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reviews-profile {
    order: -1;
  }

  .slider-reviews {
    width: 100%;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.review-text {
  max-width: 100%;
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: normal;
}

.review-text::-webkit-scrollbar {
  width: 5px;
}

.review-text::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.review-text::-webkit-scrollbar-track {
  background: transparent;
}

.greviews-home-title {
  font-weight: 700;
  font-size: 1em;
}

.google-reviews-slider p {
  margin-bottom: 0;
}

.svg-google-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 1px;
  margin: 0 0 0 4px;
  background: #fff;
  border-radius: 50%;
}

.bn-lg,
.bn-md,
.bn-sm {
  min-height: 0px !important;
}

.nav-mobile-header {
  padding: 0px;
}

.category-slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 10px 15px;
}

.slider-brands-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider-brands-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-brands-menu img {
  max-width: 100px;
  height: auto;
}

.main-menu .nav-item .dropdown-menu {
  width: 100% !important;
}

.nav-mobile-header .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80vw !important;
  min-width: 600px !important;
  max-width: 90vw !important;

  max-height: 60vh;
  overflow-y: auto !important;
  overflow-x: hidden;
  position: absolute !important;
}

.main-menu .dropdown-menu {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80vw !important;
  min-width: 600px !important;
  max-width: 90vw !important;

  max-height: 60vh;
  overflow-y: auto !important;
  overflow-x: hidden;
  position: absolute !important;
}

.main-menu .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.main-menu .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.main-menu .dropdown-menu::-webkit-scrollbar-track {
  background: white;
}

.main-menu .dropdown-menu {
  margin: 0;
}

.section-greviews {
  margin-top: 30px;
}

.badge-text-container {
  display: flow;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  margin-top: 5px;
}

.badge-container {
  display: flex;
  align-items: center;
}

.badge-image-after-price {
  width: 40px;
  height: auto;
  margin-top: 15px;
}

.badge-text {
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.badge-discounted-price {
  font-size: 16px;
  font-weight: bold;
  color: #d32f2f;
}

.badge-container {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

.badge-image {
  width: 50px;
  height: auto;
}

.product-item-options {
  bottom: 10px;
  top: auto;
}

.product-item .img-product {
  object-fit: contain;
}

.nav-mobile {
  top: 50px;
}

.top-bar-text {
  line-height: 30px;
}

form label.error {
  display: flex !important;
}

.modal-dialog.modal-dialog-shipping-address {
  overflow-x: hidden;
}

select option:disabled {
  color: #aaa;
  background-color: #f2f2f2;
}

select option {
  color: #333;
  background-color: #fff;
}

.bn-sm img,
.bn-md img,
.bg-lg img {
  width: 100%;
}

@media (max-width: 768px) {
  .product-content-details .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-big-desc {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.product-big-desc img,
.product-big-desc iframe,
.product-big-desc video {
  max-width: 100% !important;
  /* height: auto !important; */
  display: block;
}

.product-big-desc ul,
.product-big-desc ol {
  padding-left: 20px;
}

.product-big-desc table {
  max-width: 100% !important;
  width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word;
}

.product-big-desc pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.product-big-desc embed,
.product-big-desc object {
  max-width: 100%;
}

.product-big-desc img {
  max-width: 100%;
  height: auto;
  display: block;
}

.modal-add-to-cart .modal-body {
  padding: 2rem;
}

.breadcrumb {
  height: auto !important;
}

.nav-breadcrumb {
  padding-bottom: 10px;
}
