.theme-city {
  /* Button Inverse */
  /* Nav Secondary */
}
.theme-city body {
  line-height: 1.85em;
}
.theme-city .alert.alert-sm {
  line-height: 1.4em;
}
.theme-city .alert-quiet {
  --bs-alert-color: var(--primary-rgba-60);
  --bs-alert-bg: transparent;
  --bs-alert-border-color: transparent;
  --bs-alert-link-color: var(--primary-rgba-80);
}
.theme-city .btn-inverse {
  background-color: var(--light);
  border-color: var(--light) var(--light) var(--light-300);
  color: var(--light-inverse);
}
.theme-city .btn-inverse:focus, .theme-city .btn-inverse.focus, .theme-city .btn-inverse:active, .theme-city .btn-inverse.active, .theme-city .btn-inverse:hover, .theme-city .btn-inverse.hover {
  background-color: var(--light-200);
  border-color: var(--light-200);
  color: var(--light-inverse);
}
.theme-city .btn-outline.btn-inverse {
  border-color: var(--light) var(--light) var(--light-300);
  background-color: transparent;
  color: var(--light);
}
.theme-city .btn-outline.btn-inverse:focus, .theme-city .btn-outline.btn-inverse.focus, .theme-city .btn-outline.btn-inverse:active, .theme-city .btn-outline.btn-inverse.active, .theme-city .btn-outline.btn-inverse:hover, .theme-city .btn-outline.btn-inverse.hover {
  background-color: var(--light-200);
  border-color: var(--light-200);
  color: var(--light-inverse);
}
.theme-city h2.title,
.theme-city .h2.title {
  width: -moz-max-content;
  width: max-content;
  background: var(--secondary);
  border-radius: var(--border-radius2x);
  padding: 1.5rem 2rem;
  margin: 0 auto 1rem;
  color: var(--light);
}
.theme-city .bg-primary h2.title,
.theme-city .bg-primary .h2.title,
.theme-city .bg-dark h2.title,
.theme-city .bg-dark .h2.title {
  background: var(--light);
  color: var(--dark);
}
.theme-city p {
  color: var(--dark);
}
.theme-city .badge-circle {
  min-width: 16px;
  height: 16px;
  box-sizing: border-box;
  padding: 4px;
  border-radius: 8px;
}
.theme-city .nav-secondary {
  background: none;
}
.theme-city .nav-secondary.sticky-active {
  border-bottom-color: none;
  box-shadow: none;
}
.theme-city .nav-secondary .nav {
  gap: 1rem;
}
.theme-city .nav-secondary .nav li a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  position: relative;
}
.theme-city .nav-secondary .nav li a.active, .theme-city .nav-secondary .nav li a:active, .theme-city .nav-secondary .nav li a:hover, .theme-city .nav-secondary .nav li a:focus {
  padding: 0.25rem 0.5rem;
  border-radius: 35px;
  border: 1px solid var(--primary);
}
.theme-city .nav-secondary .tabs .nav-tabs {
  justify-content: start;
  gap: 0.25rem 0.5rem;
}
.theme-city .nav-secondary .tabs .nav-tabs > li {
  flex: 0 0 auto;
  text-align: left;
}
.theme-city #header.header-effect-shrink .header-container {
  min-height: 50px;
}
@media (min-width: 992px) {
  .theme-city #header .header-nav.header-nav-links nav > ul > li > a, .theme-city #header .header-nav.header-nav-links nav > ul > li:hover > a, .theme-city #header .header-nav.header-nav-line nav > ul > li > a, .theme-city #header .header-nav.header-nav-line nav > ul > li:hover > a {
    min-height: 0px;
    height: auto;
  }
}
.theme-city #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, .theme-city #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
  height: 1px;
  left: 7%;
  right: 7%;
  transform: translateY(-1px);
}
.theme-city .products {
  align-items: stretch;
  gap: var(--bs-gutter-x) 0;
}
.theme-city .product {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.theme-city .product a {
  text-decoration: none;
}
.theme-city .product .quick-view {
  transition: ease transform 300ms, ease background 300ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1em;
  color: var(--light);
  background: var(--tertiary-rgba-20);
  z-index: 3;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.theme-city .product .quick-view[class*=fa-],
.theme-city .product .quick-view .icons {
  margin-right: 3px;
  font-size: 1.1em;
}
.theme-city .product:hover .quick-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  height: 100%;
}
.theme-city .product:hover .quick-view:hover {
  text-decoration: none;
}
.theme-city .product-thumb-info {
  border: 0;
  margin: 0;
  position: relative;
  border-radius: var(--border-radius2x);
  overflow: hidden;
}
.theme-city .product .addtocart-btn-wrapper {
  display: flex;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 4;
  box-shadow: 0 0 20px var(--dark-rgba-30);
  border-radius: 1.25rem;
  overflow: hidden;
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-btn {
  display: flex;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--light);
  color: var(--primary);
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-btn > * {
  display: none;
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-btn > i {
  display: block;
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-btn:hover, .theme-city .product .addtocart-btn-wrapper a.addtocart-btn:active, .theme-city .product .addtocart-btn-wrapper a.addtocart-btn:hover {
  background: var(--secondary);
  color: var(--light);
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-minus,
.theme-city .product .addtocart-btn-wrapper a.addtocart-plus {
  display: flex;
  font-size: 1rem;
  width: 2rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.25rem;
  background: var(--secondary);
  color: var(--light);
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-minus:hover, .theme-city .product .addtocart-btn-wrapper a.addtocart-minus:active, .theme-city .product .addtocart-btn-wrapper a.addtocart-minus:hover,
.theme-city .product .addtocart-btn-wrapper a.addtocart-plus:hover,
.theme-city .product .addtocart-btn-wrapper a.addtocart-plus:active,
.theme-city .product .addtocart-btn-wrapper a.addtocart-plus:hover {
  background: var(--light);
  color: var(--light-inverse);
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-minus {
  border-radius: 1.25rem 0 0 1.25rem;
}
.theme-city .product .addtocart-btn-wrapper a.addtocart-plus {
  border-radius: 0 1.25rem 1.25rem 0;
}
.theme-city .product .addtocart-btn-wrapper .addtocart-count {
  display: flex;
  font-size: 1rem;
  width: 2rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--secondary);
  color: var(--light);
  z-index: 3;
}
.theme-city .product-offer {
  display: flex;
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  gap: 0.15rem 1rem;
  padding: 0.5rem;
  flex-wrap: wrap;
  line-height: normal;
}
.theme-city .product-title {
  flex: 0 0 100%;
  font-size: 1.25em;
  margin-bottom: auto;
}
.theme-city .product-price {
  font-size: 1.5em;
  font-weight: bold;
}
.theme-city .product-weight {
  color: var(--dark-rgba-60);
}
.theme-city .product .onsale {
  position: absolute;
  background-image: none;
  border-radius: 100%;
  left: auto;
  right: 0;
  top: -15px;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  z-index: 10;
  box-shadow: none;
  font-size: 0.9em;
  color: var(--light);
  border-bottom: 2px solid transparent;
}
.theme-city .fullproduct .addtocart-btn-wrapper {
  display: flex;
  box-shadow: 0 0 20px var(--dark-rgba-30);
  border-radius: 1.25rem;
  overflow: hidden;
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-btn {
  display: flex;
  font-size: 1rem;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 1.2rem;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.25rem;
  background: var(--secondary);
  color: var(--light);
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-btn:hover, .theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-btn:active, .theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-btn:hover {
  background: var(--secondary-300);
  color: var(--light);
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-minus,
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-plus {
  display: flex;
  font-size: 1rem;
  width: 2rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 1.25rem;
  background: var(--secondary);
  color: var(--light);
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-minus:hover, .theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-minus:active, .theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-minus:hover,
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-plus:hover,
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-plus:active,
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-plus:hover {
  background: var(--light);
  color: var(--light-inverse);
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-minus {
  border-radius: 1.25rem 0 0 1.25rem;
}
.theme-city .fullproduct .addtocart-btn-wrapper a.addtocart-plus {
  border-radius: 0 1.25rem 1.25rem 0;
}
.theme-city .fullproduct .addtocart-btn-wrapper .addtocart-count {
  display: flex;
  font-size: 1rem;
  width: 2rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--secondary);
  color: var(--light);
  z-index: 3;
}
.theme-city .pb-delivery {
  position: relative;
  background: none;
  padding: 5rem 0 5rem;
  color: var(--primary);
  border-top: 1px solid var(--primary);
}
.theme-city .pb-delivery:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.theme-city .pb-delivery .container {
  position: relative;
}
.theme-city .pb-delivery .title {
  margin-bottom: 1rem;
}
.theme-city .pb-delivery p {
  text-wrap: balance;
}
.theme-city .pb-delivery-img {
  min-height: 200px;
  border-radius: var(--border-radius2x);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-city .pb_about_top {
  padding: 5rem 0 3rem;
}
.theme-city .pb_about_bottom {
  padding: 3rem 0 5rem;
}
.theme-city .logo {
  display: flex;
}
.theme-city .logo:after {
  content: "";
  display: block;
  height: 50px;
  width: 82px;
  background-image: url(../img/svg/logo_text_primary.svg?v=1);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sticky-header-active .theme-city .logo:after {
  height: 50px;
  width: 82px;
  background-image: url(../img/svg/logo_text_primary.svg?v=1);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .theme-city .logo:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../img/svg/logo_img.svg?v=1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5rem;
  }
  .theme-city .logo:after {
    height: 38px;
    width: 90px;
    background-image: url(../img/svg/logo_text_primary.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sticky-header-active .theme-city .logo:before {
    display: none;
  }
  .sticky-header-active .theme-city .logo:after {
    height: 50px;
    width: 82px;
    background-image: url(../img/svg/logo_text_primary.svg?v=1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.theme-city #header .header-top {
  min-height: 0px;
  font-size: 0.8rem;
}
.theme-city #header .header-logo {
  margin: 0;
}
.theme-city #header .header-column {
  display: flex;
  align-self: center;
  align-items: center;
  flex-grow: 0;
  flex-direction: column;
}
@media (min-width: 992px) {
  .theme-city #header .header-nav-main nav > ul > li > a {
    text-transform: none;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .theme-city #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, .theme-city #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: var(--dark);
  }
}
.theme-city html.sticky-header-active #header .header-body.header-body-bottom-border {
  border: 0 !important;
  box-shadow: none;
}
.theme-city .cssload-speeding-wheel {
  border-top-color: var(--tertiary);
  border-bottom-color: var(--tertiary);
}

.fullcart_products {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.fullcart_products a:not(.btn):hover {
  text-decoration: none;
}
.fullcart_tov {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  position: relative;
}
.fullcart_image {
  flex: 0 0 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullcart_link {
  flex: 0 0 calc(100% - 8.5rem);
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  line-height: normal;
}
@media (min-width: 768px) {
  .fullcart_link {
    flex: 0 0 calc(100% - 14rem);
  }
}
.fullcart_link:hover {
  text-decoration: none;
}
.fullcart_link:hover .fullcart_title {
  color: var(--secondary);
}
.fullcart_title {
  flex: 0 0 100%;
}
.fullcart_weight {
  color: var(--primary-rgba-60);
}
@media (min-width: 768px) {
  .fullcart_price {
    display: none;
  }
}
.fullcart_counter {
  display: flex;
  margin-left: auto;
  border-radius: 0.75rem;
}
.fullcart_dec, .fullcart_inc, .fullcart_input, .fullcart_remove {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-align: center;
  color: var(--primary);
  background: var(--light-300);
  border: 1px solid var(--light-300);
  width: 1.5rem;
  height: 1.5rem;
  order: 2;
}
.fullcart_dec:focus, .fullcart_dec:active, .fullcart_dec:hover, .fullcart_inc:focus, .fullcart_inc:active, .fullcart_inc:hover, .fullcart_input:focus, .fullcart_input:active, .fullcart_input:hover, .fullcart_remove:focus, .fullcart_remove:active, .fullcart_remove:hover {
  background: var(--light-100);
  border: 1px solid var(--light-100);
}
.fullcart_dec {
  border-radius: 0.75rem 0 0 0.75rem;
  font-size: 0.7rem;
  order: 1;
}
.fullcart_inc {
  border-radius: 0 0.75rem 0.75rem 0;
  order: 3;
  font-size: 0.7rem;
}
.fullcart_total {
  display: none;
}
@media (min-width: 768px) {
  .fullcart_total {
    display: block;
    flex: 0 0 5rem;
    text-align: right;
    font-weight: bold;
  }
}
.fullcart_remove {
  display: none;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}

.error {
  color: #c10000;
  font-size: 0.9em;
  line-height: 18px;
  padding: 5px 0 0;
}/*# sourceMappingURL=theme-city.css.map */