@charset "UTF-8";

/** General UI **/

.theme-btn {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background-color: #ff3036 !important;
  transition: all 0.2s;
}

.theme-btn:hover,
.theme-btn:focus {
  border-color: #ff3036 !important;
  background-color: #ff3036 !important;
  opacity: 0.8;
}

.theme-btn.light {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ff3036 !important;
  transition: all 0.2s;
}

.theme-btn.light:focus {
  border-color: #ff3036 !important;
}

.add-to-cart-notice {
  width: 100%;
  color: #ff3036;
  margin-bottom: 5px;
  text-decoration: underline;
  display: block;
}

.btn-add-to-cart {
  background-color: #d0ab2a !important;
  border-color: #d0ab2a !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}

.btn-add-to-cart:hover {
  background-color: #d0ab2a !important;
  border-color: #d0ab2a !important;
}

/** Layout **/

nav#top .top-nav-menu {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  margin-right: 0;
  height: 32px;
  margin-bottom: 0;
}

nav#top .top-nav-menu li,
nav#top .top-nav-menu li div {
  list-style: none;
  margin-right: 18px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}

nav#top .locale-switcher {
  font-family: "Poppins", sans-serif;
}

nav#top .locale-switcher::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}

nav#top .locale-switcher:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}

nav#top .locale-switcher::placeholder {
  font-family: "Poppins", sans-serif;
}

nav#top #account span {
  color: black;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 992px) {
  header a.left {
    width: 130px !important;
  }

  header img.logo {
    width: 130px !important;
    margin-top: 4px;
    margin-left: 5px;
  }
}

header.sticky-header {
  padding: 10px 0;
}

header.sticky-header .logo {
  padding-left: 20px;
}

header.sticky-header #search-form .btn-group {
  max-width: none;
}

header.sticky-header #search-form .selectdiv select {
  border: 1px solid #f2f2f2;
  border-radius: 20px 0 0 20px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

header.sticky-header #search-form .selectdiv .select-icon {
  color: #000000;
}

header.sticky-header #search-form .btn-toolbar .full-width .full-width {
  display: flex;
}

header.sticky-header #search-form .full-width input {
  border: 1px solid #f2f2f2;
  font-family: "Poppins", sans-serif;
}

header.sticky-header #search-form .full-width input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
}

header.sticky-header #search-form .full-width input:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
}

header.sticky-header #search-form .full-width input::placeholder {
  font-family: "Poppins", sans-serif;
}

header.sticky-header #search-form .full-width #header-search-icon {
  min-width: 60px;
  background-color: #ff3036;
  border-radius: 0 20px 20px 0;
  transition: all 0.2s;
}

header.sticky-header #search-form .full-width #header-search-icon:hover {
  border-color: #ff3036 !important;
  background-color: #ff3036 !important;
  opacity: 0.8;
}

header.sticky-header .searchbar .wishlist-btn span,
header.sticky-header .searchbar .compare-btn span,
header.sticky-header .searchbar .mini-cart-container span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

header.vc-header {
  box-shadow: none;
  max-width: 100vw;
}

.velocity-divide-page .right {
  padding-left: 19vw !important;
}

@media only screen and (max-width: 992px) {
  .velocity-divide-page .right {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 992px) {
  .category-block .row.col-12.remove-padding-margin {
    display: flex;
    justify-content: center;
  }

  .category-block .row.col-12.remove-padding-margin .card.grid-card {
    margin: 0;
  }

  .title-row {
    flex-direction: column;
    align-items: center;
  }

  .filters-container {
    position: static !important;
    left: initial !important;
    top: 0 !important;
    box-shadow: none !important;
    margin-top: 20px !important;
  }
}

.main-content-wrapper .content-list ul {
  background-color: #f2f2f2;
  display: flex;
  justify-content: left;
}

.main-content-wrapper .content-list ul li {
  transition: all 0.2s;
}

.main-content-wrapper .content-list ul li:hover {
  background-color: #d0ab2a;
}

.main-content-wrapper .content-list ul li:hover a {
  color: white;
}

.main-content-wrapper .content-list ul li a {
  transition: all 0.2s;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.customer-name {
  background-size: cover !important;
  border: 1px solid lightgray;
}

.container-right > :first-child {
  height: auto !important;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dropdown.locale {
  float: right;
  position: relative;
  display: flex;
  margin-right: 30px;
}

.dropdown.locale .locale-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.dropdown.locale .locale-icon img {
  width: 160%;
}

.dropdown.locale .locale-switcher {
  font-family: "Poppins", sans-serif;
  padding-left: 5px;
  padding-right: 24px;
  color: rgba(0, 0, 0, 0.83);
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dropdown.locale .select-icon-container {
  opacity: 0;
}

.header-login .guest {
  display: flex;
}

.header-login .guest .auth-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  background: #ff3036;
  border-radius: 2px;
  padding: 16px 32px;
}

.header-login .guest .auth-button.signin-button {
  margin-right: 10px;
}

.header-login .guest .auth-button.signup-button {
  background: #ffffff;
  color: #ff3036;
  border: 1px solid #ff3036;
  box-sizing: border-box;
}

.header-login .dropdown.account #account .welcome-content {
  display: flex;
  cursor: pointer;
  height: 40px;
  min-width: 87px;
  font-size: 22px;
  padding: 5px 7px 5px 16px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
}

.header-login
  .dropdown.account
  #account
  .welcome-content
  .account-dropdown-icon {
  margin-right: 11px;
}

.header-login
  .dropdown.account
  #account
  .welcome-content
  .account-dropdown-img {
  width: 32px;
  height: 30px;
  border-radius: 50%;
  background: #ebebeb;
  display: flex;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  align-items: center;
  font-size: 22px;
  justify-content: center;
}

.header-login
  .dropdown.account
  #account
  .welcome-content
  .account-dropdown-img
  img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-login .dropdown.account .account-modal {
  top: 40px;
  right: 10px;
  z-index: 101;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 290px !important;
  position: absolute !important;
}

@media (min-width: 768px) {
  .header-login .dropdown.account .account-modal {
    width: 600px;
    margin: 30px auto;
  }
}

.header-login .dropdown.account .account-modal .modal-content {
  border-radius: 10px;
  top: 0;
  padding: 5px 10px;
}

.footer div.logo {
  margin-bottom: 40px;
}

.footer img.logo {
  max-width: 180px;
  max-height: 60px !important;
  width: 100% !important;
}

.footer .footer-content .newsletter-subscription {
  color: white;
  background-color: #d0ab2a;
}

.footer .footer-content .newsletter-subscription .newsletter-wrapper {
  display: flex;
  justify-content: center;
}

.footer
  .footer-content
  .newsletter-subscription
  .newsletter-wrapper
  .social-icons {
  display: flex;
  justify-content: center;
}

.footer
  .footer-content
  .newsletter-subscription
  .newsletter-wrapper
  .social-icons
  a {
  margin: 0 9px;
}

.footer
  .footer-content
  .newsletter-subscription
  .newsletter-wrapper
  .social-icons
  i {
  transition: all 0.2s;
}

.footer
  .footer-content
  .newsletter-subscription
  .newsletter-wrapper
  .social-icons
  .within-circle {
  background: transparent;
  color: white;
}

.footer .footer-content > .row {
  background-color: #f2f2f1;
}

.footer .software-description p span {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #728792;
}

@media only screen and (min-width: 992px) {
  .footer .footer-ct-content {
    margin-top: 60px;
  }
}

.footer .footer-ct-content ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer-ct-content ul li:after {
  content: "|";
  margin: 0 1em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #728792;
  line-height: 24px;
}

.footer .footer-ct-content ul li:last-of-type::after {
  display: none;
}

.footer .footer-ct-content ul li a {
  font-size: 12px;
  line-height: 24px;
  color: #728792 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.footer .footer-rt-content {
  display: none;
}

/** Seller UI **/

.seller-edit-message {
  padding: 10px;
}

.seller-edit-message p {
  margin: 0;
}

.seller-edit-message.warning {
  border: 1px solid red;
}

.seller-edit-message.info {
  border: 1px solid green;
}

.input-description {
  color: #617a85;
  font-size: 13px;
  margin-top: 3px;
}

.auth-content.form-container h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.auth-content.form-container form label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000000;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 21px;
}

.auth-content.form-container form label.radio-view {
  font-weight: 400 !important;
}

.auth-content.form-container .control-group {
  padding-bottom: 20px;
}

.form-container .container .heading h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}

.seller-form-controls .control-group {
  padding-bottom: 5px !important;
}

.seller-form-controls .seller-form-radio {
  margin-top: -10px;
}

.seller-form-controls #state,
.seller-form-controls #country {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdcdc;
  border-radius: 0;
}

.auth-content .mobile-not-working {
  display: none;
}

@media only screen and (max-width: 576px) {
  .auth-content .signup-form-container h3.fw6,
  .auth-content .signup-form-container p,
  .auth-content .signup-form-container form {
    display: none;
  }

  .auth-content .mobile-not-working {
    display: initial;
  }
}

.iti__flag {
  background-image: url(/images/flags.png?416250f60d785a2e02f17e054d2e4e44);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/flags@2x.png?d429a5777afaf2fc349652e812e9bb11);
  }
}

div.iti {
  width: 100%;
}

#phone input {
  border-radius: 0 !important;
  border: none !important;
  border-left: 1px solid #dcdcdc !important;
}

input.phone_code {
  padding-left: 85px !important;
}

.icon.account:before {
  content: "\E999";
}

.review-checkout-conainer
  .cart-details
  .order-summary-container
  .shipping_rate {
  display: flex;
}

.review-checkout-conainer .cart-details .payable-amount.grand-total {
  border-top: none !important;
  display: flex;
}

.review-checkout-conainer
  .order-description.cart-details
  .payable-amount.grand-total {
  border-top: 1px solid #e5e5e5 !important;
  display: flex;
}

.cart-details .order-summary-container .shipping_rate {
  display: none;
}

.checkout-process .payable-amount.sub-total {
  display: none;
}

.cart-details .payable-amount.grand-total {
  display: none;
}

.under-summary {
  margin-top: 20px;
}

.cartrules .cartrules-checkbox-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.cartrules .cartrules-checkbox-container input[type="checkbox"] {
  width: 20px !important;
  margin-top: 0;
  margin-right: 4px;
}

.shipping-payment-notice {
  margin-top: 40px;
  border: 1px solid #e5e5e5;
  padding: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shipping-payment-notice img {
  margin-right: 12px;
}

.shipping-payment-notice p {
  margin: 0;
}

.header-message {
  color: white;
  font-size: 18px;
  padding: 4px 20px;
  text-align: center;
}

.header-message-awaiting {
  background: green;
}

.header-message-incomplete {
  background: orange;
}

/** Customer UI **/

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  margin-right: 100px;
  margin-bottom: 20px;
}

.categories-grid .category-element {
  border: 2px solid;
  border-radius: 20px;
  border-color: lightgray;
  padding: 20px 40px;
  cursor: pointer;
  max-width: 250px;
  transition: all 0.2s;
}

.categories-grid .category-element.selected {
  border-color: #d0ab2a;
}

.categories-grid .category-element .category-image img {
  max-width: 100%;
}

.categories-grid .category-element .category-name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-align: center;
}

.categories-grid .category-element:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/** Home **/

.advertisement-two-container a,
.advertisement-three-container a,
.advertisement-two-container a {
  display: flex;
}

.advertisement-two-container a img,
.advertisement-three-container a img,
.advertisement-two-container a img {
  -o-object-fit: cover;
  object-fit: cover;
}

.product-policy-item .product-policy-item-header {
  display: flex;
  align-items: center;
}

.product-policy-item .product-policy-item-header i {
  font-size: 28px;
  color: #ff3036;
}

.product-policy-item .product-policy-item-header h4 {
  margin-left: 10px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.product-policy-item .product-policy-item-text p {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #617a85;
}

/** Products **/

.product-name {
  margin-bottom: 2px;
}

.product-name a,
.product-name span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.product-price,
.card-current-price {
  margin-bottom: 4px;
}

.product-price span,
.card-current-price span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.product-rating span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.quick-view-btn-container span {
  top: -30px;
}

.quick-view-btn-container button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
}

.product-card-new,
.small-card-container {
  transition: all 0.2s;
}

.product-image-container {
  height: 60px;
  overflow: hidden !important;
}

.product-image-container img {
  border: none !important;
  max-width: 100%;
}

.product-image-container.custom-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.product-image-container.custom-img-container img {
  max-width: 100%;
  width: auto;
  min-height: initial;
  height: 400px;
  max-height: 100%;
}

/** Image upload **/

.image-item.has-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

/** Supplier profile **/

.profile-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: block !important;
  width: 100%;
  max-width: 1200px;
}

.profile-hero {
  border: 1px solid #e1efef;
  margin-bottom: 30px;
}

.profile-header {
  width: 100%;
  display: flex;
  height: 200px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.profile-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-banner-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.profile-banner-bg img {
  width: 100%;
}

.profile-logo {
  background: #fff;
  width: 150px;
  height: 150px;
  align-self: flex-end;
  overflow: hidden;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-header-text {
  align-self: flex-end;
  color: white;
  margin-left: 20px;
}

.profile-header-text h2 {
  font-weight: 600;
}

.profile-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.profile-tabs div {
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 12px 24px;
}

.profile-tabs div.active {
  border-bottom: 2px solid #ff3036;
}

.profile-logo {
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.profile-about {
  max-width: 500px;
  margin: 0 auto;
}

.profile-about h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.profile-about div {
  line-height: 1.65em;
  color: #888;
}

.profile-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 0 20px;
  padding-bottom: 60px;
  margin: 0px auto;
}

.profile-photos img {
  margin-right: 26px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.profile-photos img img {
  width: 100%;
}

.image-upload-row {
  display: flex;
  min-height: 200px;
  margin-bottom: 10px;
}

.image-upload-row .image-wrapper {
  width: auto !important;
  display: flex !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.image-upload-row .image-wrapper .image-item {
  cursor: pointer;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  margin-bottom: 0px !important;
}

.image-upload-row .image-wrapper .image-item .uploadText {
  content: "Click to upload image";
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 0;
}

.image-upload-row .image-wrapper .image-item img {
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 90;
  position: relative;
}

.image-upload-row .image-wrapper .image-item .remove-image {
  bottom: initial !important;
  top: 0;
  right: 0 !important;
  left: initial !important;
  height: 30px;
  width: 30px !important;
  color: #fff !important;
  padding: 5px 5px !important;
  margin-right: 0px !important;
  z-index: 100;
}

.image-upload-row .image-add-button {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-self: center;
  justify-content: center;
  margin-left: 50px;
  margin-top: -30px;
  align-items: center;
  border-radius: 2.5px;
  border-color: #ff3036;
  font-family: "Raleway", sans-serif;
  border-width: 1px;
  border-style: dashed;
  cursor: pointer;
}

.input-description {
  margin-bottom: 30px;
}

html input[disabled] {
  background-color: lightgray !important;
  cursor: not-allowed;
}

html input[disabled]:focus,
html input[disabled]:active {
  border-color: lightgray !important;
}

.form-group.image img {
  position: relative;
  height: 43px;
  width: 43px;
  bottom: 2px;
  border-radius: 3px;
  margin-right: 5px;
}

.form-group.checkbox > label:first-of-type {
  padding-left: 0px !important;
}

.country-tree.checkbox {
  margin-top: 5px;
}

.country-tree.checkbox.is-child {
  display: none;
}

.country-tree.checkbox.is-child.child-visible {
  display: block;
  margin-left: 50px;
}

.checkbox span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}

.checkbox .checkbox-view {
  display: flex !important;
  align-items: center;
}

.checkbox .checkbox-view input {
  position: static;
  display: initial;
  width: 15px !important;
  margin-left: 0;
  margin-top: 0;
}

.rango-view-grid-container {
  background-color: #d0ab2a !important;
}

.icon.clone {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: Webkul Rango !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-right: 5px;
}

.icon.clone:before {
  content: "\E922";
}

.cart-icon {
  width: 40px;
  height: 40px;
  margin-top: -8px;
}

.cart-icon-beside.badge {
  left: 25px !important;
  top: -10px !important;
}

.mini-cart-container #mini-cart .badge {
  background: #ff3036;
}

.checkbox span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}

.checkbox .checkbox-view {
  display: flex !important;
  align-items: center;
}

.checkbox .checkbox-view input {
  position: static;
  display: initial;
  width: 15px !important;
  margin-left: 0;
  margin-top: 0;
}

.icon.clone {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: Webkul Rango !important;
  width: 24px;
  height: 24px;
  font-size: 24px;
  margin-right: 5px;
}

.icon.clone:before {
  content: "\E922";
}

.switch-container {
  display: flex;
  align-items: center;
}

.form-group input:checked + .slider {
  background-color: #d0ab2a;
  box-shadow: 0 0 1px #d0ab2a;
}

.layered-filter-wrapper {
  border-right: 1px solid #f2f2f2;
  height: 100%;
}

.filter-attributes-item {
  border-bottom: none;
}

.filter-attributes-title h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
}

.filter-attributes-title div span {
  font-size: 12px;
}

.filter-attributes-content .category-link.active a {
  text-decoration: underline;
  color: #d0ab2a;
  -webkit-text-decoration-color: #d0ab2a;
  text-decoration-color: #d0ab2a;
}

.filter-attributes-content .category-link a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #212529;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}

.vue-slider .vue-slider-process {
  background-color: #d0ab2a !important;
}

.filter-attributes-item .filter-input input[type="text"] {
  border: 1px solid #d0ab2a;
  color: #606060;
}

.filter-attributes-item .filter-input input[disabled] {
  color: #606060;
  background-color: transparent !important;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters-container {
  margin: 0;
}

.filters-container .toolbar-wrapper {
  display: flex;
}

.filters-container .toolbar-wrapper label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}

.filters-container .toolbar-wrapper .select-icon-container {
  top: -5px;
}

.filters-container .toolbar-wrapper select {
  border: 1px solid #e0e0e0;
  padding: 10px 16px !important;
  padding-right: 40px !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #606060;
  width: auto !important;
}

.quick-view-btn-container {
  bottom: 50px;
}

.quick-view-btn-container button {
  background: black;
  padding-left: 30px;
}

.card .grid-card {
  border-radius: 3px;
}

.card .grid-card:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.category-container .grid-card,
.search-container .grid-card {
  width: 24rem;
}

.card-body .product-name,
.card-body .product-rating {
  width: auto !important;
}

.product-name,
.product-price,
.product-rating {
  padding: 0 10px !important;
}

.card-body {
  padding: 10px;
}

.catalog-header {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  height: 84px;
  z-index: 9;
}

@media only screen and (max-width: 576px) {
  .catalog-header {
    overflow-x: scroll;
  }
}

.catalog-header .catalog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #f2f2f2;
  padding: 15px 22px;
  padding-bottom: 4px;
  transition: all 0.2s;
  -webkit-text-decoration-color: #d0ab2a;
  text-decoration-color: #d0ab2a;
}

.catalog-header .catalog-item:first-of-type {
  border-left: 1px solid #f2f2f2;
}

.catalog-header .catalog-item.active {
  background: #d0ab2a;
}

.catalog-header .catalog-item.active .catalog-item-image,
.catalog-header .catalog-item.active .catalog-item-title {
  filter: brightness(0) invert(1);
}

.catalog-header .catalog-item:hover .catalog-item-title {
  color: #d0ab2a;
  -webkit-text-decoration-color: #d0ab2a;
  text-decoration-color: #d0ab2a;
}

.catalog-header .catalog-item .catalog-item-image {
  width: 30px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 4px;
}

.catalog-header .catalog-item .catalog-item-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 0;
}

.layered-filter-wrapper {
  padding-top: calc(42px + 84px);
}

.category-container {
  padding-top: calc(40px + 84px);
}

.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  filter: hue-rotate(190deg) brightness(1.5);
}

.account-head {
  margin-top: 20px;
}

.account-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  color: #000000;
}

.grid_head {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.action span {
  filter: brightness(0);
}

.grid-dropdown-header span.name,
.per-page-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #212629;
}

.table td {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.account-content
  .account-layout
  .account-table-content
  #datagrid-filters
  .dropdown-filters
  .dropdown-container
  button.btn {
  background-color: #ff3036 !important;
  display: inline;
  margin-left: 30px;
  margin-top: 0;
  height: 38px;
}

.account-content
  .account-layout
  .account-table-content
  #datagrid-filters
  .dropdown-filters
  .dropdown-container
  button.btn:hover {
  background-color: #ff3036 !important;
  opacity: 0.8;
}

.product-detail {
  padding-top: 75px;
}

.product-detail .product-info {
  border-bottom: none !important;
  flex-direction: column;
}

.product-detail .product-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px !important;
  line-height: 140%;
  color: #333333;
  margin-bottom: 20px !important;
  padding: 0 !important;
}

.product-detail .product-subtitle,
.product-detail .product-subtitle a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 23px !important;
  line-height: 25px;
  color: #d0ab2a;
  margin-bottom: 20px !important;
}

.product-detail .product-productionplace {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  color: #a5a5a5;
}

.product-detail .product-buy {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 450px;
  overflow: hidden;
}

.product-detail .product-buy .product-price {
  display: flex;
  padding: 26px 52px 24px 32px !important;
  border-bottom: 1px solid #e3e3e3;
  align-items: center;
  margin-bottom: 0;
}

.product-detail .product-buy .product-price:last-of-type {
  border-bottom: none;
}

.product-detail .product-buy .product-price .price-icon {
  font-size: 30px;
  color: #d0ab2a;
  margin-right: 21px;
  width: 30px;
  height: 30px;
  display: flex;
}

.product-detail .product-buy .product-price .price-icon img {
  width: 100%;
}

.product-detail .product-buy .product-price .price-description {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.product-detail .product-buy .product-price .price {
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

.product-detail .product-buy .product-price .price .sticker .sale {
  display: none;
}

.product-detail .product-buy .product-price .price span {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  color: #d0ab2a;
}

.product-detail .product-buy .product-price .price span:after {
  content: " \20AC";
  position: absolute;
  margin-left: 5px;
}

.product-detail .product-extra .extra-row {
  margin-bottom: 18px;
}

.product-detail .product-extra .extra-row .extra-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 20px;
  color: #333333;
  min-width: 200px;
}

.product-detail .product-extra .extra-row .extra-value {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #949494;
}

.product-detail .product-tabs-container {
  margin-top: 80px;
}

.product-detail .product-tabs-container .tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 576px) {
  .product-detail .product-tabs-container .tabs {
    overflow-x: scroll;
  }
}

.product-detail .product-tabs-container .tabs .tab {
  padding: 22px 16px 28px 16px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.product-detail .product-tabs-container .tabs .tab.active {
  cursor: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  position: relative;
  top: 1px;
}

.product-detail .product-tabs-container .tab-content {
  padding-top: 48px;
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.product-detail .product-tabs-container .tab-content .full-specifications {
  width: 100%;
}

.product-detail
  .product-tabs-container
  .tab-content
  .full-specifications
  tr
  td {
  vertical-align: top;
  padding-bottom: 8px;
}

.product-detail
  .product-tabs-container
  .tab-content
  .full-specifications
  tr
  td:first-of-type {
  min-width: 260px;
  padding-right: 40px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 219.9%;
  color: #999999;
}

.product-detail
  .product-tabs-container
  .tab-content
  .full-specifications
  tr
  td:last-of-type {
  max-width: 240px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 219.9%;
  color: #333333;
}

.product-detail .product-tabs-container .tab-content .description {
  font-size: 13px;
  color: #333333;
}

.product-detail .product-tabs-container .tab-content .description p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #333333;
  line-height: 179.9%;
}

.product-detail .product-tabs-container .tab-content h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 23px;
}

.product-detail .product-tabs-container .tab-content .tab-content-this {
  font-size: 13px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #333333;
  line-height: 179.9%;
}

.product-detail
  .product-tabs-container
  .tab-content
  .tab-content-this
  .label-img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.product-detail
  .product-tabs-container
  .tab-content
  .product-qualities-content {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 234.9%;
  color: #999999;
}

.product-detail .product-tabs-container .tab-content .tab-content-review p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #999999;
}

.product-detail #product-form .form-container > .left {
  position: static;
}

.add-product-to-cart-btn button {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.add-product-to-cart-btn button i {
  margin-right: 4px;
}

.thumb-frame {
  border: 1px solid #ebebeb !important;
  min-width: 120px;
}

.thumb-frame .bg-image {
  background-size: contain !important;
}

.thumb-frame.active {
  border: 1px solid #d0ab2a !important;
  box-sizing: border-box;
  border-radius: 3px;
}

.product-view-gallery-container {
  margin-right: 50px;
}

.product-view-gallery-container .product-image-container .magnifier {
  height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-view-gallery-container .product-image-container img {
  max-width: 100%;
  width: auto;
  height: auto;
  min-height: unset;
  max-height: 100%;
}

.brands-page .brands-header {
  padding: 0 20px;
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.brands-page .brands-header .brands-header-left .brands-page-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 8px;
}

.brands-page .brands-header .brands-header-left .brand-page-subtitle {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.brands-page .brands-content-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  gap: 20px;
  padding: 0 20px;
  padding-bottom: 60px;
  margin: 0px auto;
  max-width: 1400px;
}

.brands-page .brands-content-container .brand-item {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  border-radius: 3px;
  padding: 20px;
  padding-right: 40px;
  display: flex;
  color: #000000;
}

.brands-page .brands-content-container .brand-item:hover {
  color: #000000;
}

.brands-page .brands-content-container .brand-item .brand-img {
  margin-right: 26px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  height: 90px;
  width: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 90px;
  min-width: 90px;
  max-height: 90px;
  min-height: 90px;
}

.brands-page .brands-content-container .brand-item .brand-img img {
  width: 100%;
}

.brands-page .brands-content-container .brand-item .brand-info {
  display: flex;
  flex-direction: column;
}

.brands-page .brands-content-container .brand-item .brand-info .brand-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 5px;
  max-height: 3em;
  overflow: hidden;
}

.brands-page .brands-content-container .brand-item .brand-info .brand-info {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.main-content-wrapper .content-list ul li a {
  padding-top: 11px;
}

.footer-footer {
  background: #eaeaea;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #728792;
  text-align: center;
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
}

.cc-banner {
  display: flex;
  justify-content: center;
}

.cc-banner .cc-message {
  max-width: 650px !important;
  text-align: center;
  color: white !important;
}

.cc-banner .cc-message a {
  color: white !important;
}

.wishlist-icon {
  margin-left: 10px !important;
  margin-top: -4px !important;
}

.wishlist-icon.isActive {
  display: initial !important;
}

.cart-details .cart-header {
  margin: 0;
  margin-bottom: 30px;
}

.cart-details .cart-item {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.cart-details .cart-item .product-image-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-details .cart-item .product-details-content .product-price {
  padding: 0 !important;
  margin-top: 4px;
}

.cart-details .cart-item .product-details-content .product-quantity {
  justify-content: center;
}

.cart-details .cart-item .product-details-content .remove-item {
  margin-left: -2px;
}

.cart-item-list-item {
  margin-right: 0;
  margin-left: 0;
}

.cart-item-list-image {
  max-width: 100px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item-list-image img {
  width: auto;
  height: 100%;
}

.product-image-container img {
  max-height: 100%;
  width: auto;
}

.row.col-12.no-padding.no-margin .product-price {
  display: flex;
  align-items: baseline;
}

.row.col-12.no-padding.no-margin .product-price .special-price {
  order: 0;
}

.row.col-12.no-padding.no-margin .product-price .regular-price {
  font-weight: 500;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: line-through;
  order: 1;
  position: initial;
}

/*jgs*/

.zoomContainer {
  z-index: 0 !important;
  display:none;
}
.header-login {
  display: none;
}
/*vierjach*/
@media (max-width: 800px) {
  .hamburger-wrapper {
    margin-right: 20px;
  }
  .pagination {
    display: inline;
    line-height: 30px;
  }
  #product-items > div.bottom-toolbar {
    padding: 30px;
  }
  #app > div > div.main-content-wrapper.col-12.no-padding > header {
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  }

  #app
    > div
    > div.main-content-wrapper.col-12.no-padding
    > header
    > div.vc-small-screen.container
    > div
    > div:nth-child(1)
    > div.nav-container.scrollable {
    max-width: 300px;
  }

  .profile-update-form {
    max-width: 90%;
  }
}
.mini-icono-categoria {
  display: none;
}
@media (max-width: 880px) {
  .catalog-header {
    display: none;
  }
  .mini-icono-categoria {
    height: 17px;
    width: 30px;
    margin-left: -4px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline;
  }
  .category-logo img {
    display: none;
  }
  #categoryID_11 {
    background-image: url("https://app.spainery.com/images/categories/meat.png");
    margin-left: -4px;
    width: 22px;
    margin-top: 3px;
  }
  #categoryID_18 {
    height: 26px;
    width: 20px;
    background-image: url("https://app.spainery.com/images/categories/dairy.png");
  }
  #categoryID_3 {
    height: 26px;
    width: 20px;
    margin-left: -1px;
    background-image: url("https://app.spainery.com/images/categories/oliveoil.png");
  }
  #categoryID_25 {
    height: 26px;
    width: 20px;
    background-image: url("https://app.spainery.com/images/categories/condiments.png");
  }
  #categoryID_32 {
    height: 26px;
    width: 20px;
    background-image: url("https://app.spainery.com/images/categories/canned.png");
  }
  #categoryID_2 {
    height: 26px;
    width: 20px;
    margin-left: 0px;
    background-image: url("https://app.spainery.com/images/categories/wine.png");
  }
  #categoryID_39 {
    height: 26px;
    width: 20px;
    margin-top: 6px;
    background-image: url("https://app.spainery.com/images/categories/fish.png");
  }
  #categoryID_46 {
    height: 26px;
    width: 20px;
    margin-top: 6px;
    background-image: url("https://app.spainery.com/images/categories/preparedfoods.png");
  }
  #categoryID_47 {
    height: 9px;
    width: 25px;
    background-image: url("https://app.spainery.com/images/categories/grocery.png");
    margin-top: 6px;
  }
  #categoryID_54 {
    height: 26px;
    width: 20px;
    background-image: url("https://app.spainery.com/images/categories/accessories.png");
  }

  .product-tabs-container .tabs .tab {
    padding: 22px 3px 28px 3px !important;
    font-size: 11px !important;
  }
  .product-detail .product-tabs-container {
    padding-left: 34px;
  }
  .tab-content {
    padding: 10px;
  }
  .product-detail .product-tabs-container .tabs .tab.active {
    border-color: #b5a6a6 #b5a6a6 #fff;
    font-size: 13px !important;
  }
  .fw6 {
    min-width: 170px !important;
  }

  /* #home-right-bar-container .sidebar{
     max-width:40px;
     overflow:hidden;
     display:inline!important;   
    }
    .customer-sidebar{
     width:200px;   
    }*/
  header .searchbar {
    margin-top: 20px;
  }
  /* para enlaces de footer*/
  .footer .footer-ct-content ul {
    display: block;
    text-align: center;
  }
  .footer .footer-ct-content ul li::after {
    content: none;
  }

  i.icon.address::before {
    content: "\E949";
  }
  i.icon.products::before {
    content: "\E962";
  }
  i.icon.orders::before {
    content: "\E931";
  }
  i.icon.reviews::before {
    content: "\E97D";
  }
  i.icon.stripe::before {
    content: "\E966";
  }
  #manage-logo {
    display: none;
  }
  #elGutter.row.no-gutters.justify-content-between
    div.col
    div.row.searchbar.justify-content-end
    div.col-auto.header-right {
    display: none;
  }
  #search-form
    div.btn-toolbar.full-width
    div.btn-group.full-width
    div.full-width
    input.form-control {
    width: 120px;
  }
  #search-form
    div.btn-toolbar.full-width
    div.btn-group.full-width
    div.selectdiv {
    width: 200px;
  }
  #elGutter.row.no-gutters.justify-content-between
    div.col
    div.row.searchbar.justify-content-end {
    margin-top: 60px;
  }
  /*solucionar que botones e imágenes aparecen encima del menú */
  .theme-btn,
  .preview,
  .remove-image {
    z-index: 0 !important;
  }
  /*para que fotografias de instalaciones no descuadren*/
  .image-wrapper {
    display: block !important;
  }
  .image-item {
    margin-bottom: 20px !important;
  }
  .flatpickr-input {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 16px;
  }
  .account-items-list {
    margin-top: 50px !important;
  }
}
/*para quitar aquello que sea de login de usuario*/
.nav-container .wrapper .greeting > i {
  display: none !important;
}
.nav-container .wrapper .greeting a.unset {
  display: none !important;
}
@media(max-width:800px){
  #cart-modal-contentJ{
  right:10%;
  min-width:90%;
  }
}