/*
    BASE STYLE SHEET
    Author: Magic Five
*/
body,
.content-wrapper {
  overflow-x: hidden;
}
.logo {
  max-height: 30px;
}

.form-valiation-loading {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100000;
}

.form-valiation-loading .spinner-border {
  border-top-color: #000;
  border-left-color: #da5656;
  border-bottom-color: #f7a707;
}

.error_field_info {
  position: relative;
}

.error_field_info span {
  display: inline-block;
  background: #da5656;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 3px 7px;
  line-height: 1.3;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  display: inline-block;
  opacity: 0.9;
  cursor: default;
  transition: 0.2s;
}
.error_field_info span:hover {
  opacity: 1;
}

.error_field_info:after {
  content: "";
  position: absolute;
  top: -1.5px;
  left: 15px;
  border-top: 10px solid #da5656;
  border-left: 10px solid transparent;
  transform: rotate(-45deg);
}

.auto-alert {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  line-height: 1.3;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.6px;
  color: #da5656;
  transition: 0.7s ease;
  transform: translateY(-100%);
}
.auto-alert.visible {
  transform: translateY(-0%);
}

/* .footer-logo {
	max-width: 100px;
} */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main {
  min-height: calc(100vh - 56px - 208px);
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #ffffff;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  /* width: 16px; */
  transition: ease all 0.2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all 0.2s;
}

@media only screen and (max-width: 980px) {
  .navbar-toggler {
    display: block;
    padding: 0px;
    float: right;
    /* top: 10px; */
    position: relative;
    /* right: 10px; */
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 2px;
    background-color: #585858;
    position: relative;
    display: block;
    margin-bottom: 3px;
  }
  .navbar-toggler .navbar-toggler-icon:last-child {
    margin-bottom: 0;
  }
}

.search-toggle {
  padding-top: 0.7rem;
}
.search-toggle:before {
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid #bfbfbf;
}
.search-toggle:after {
  content: "";
  background-color: #bfbfbf;
  width: 7px;
  height: 2px;
  transform: rotate(45deg);
  display: block;
  position: relative;
  margin-top: -1px;
  margin-left: 11px;
}

.search-wrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 1000;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.61, 1, 0.88, 1);
}

.search-wrapper.show {
  top: 0;
}
.search-wrapper a.search-hide {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 15px;
  height: 15px;
}
.search-wrapper a.search-hide:before,
.search-wrapper a.search-hide:after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #de3a3a;
  position: absolute;
  display: block;
  left: 6px;
}
.search-wrapper a.search-hide:before {
  transform: rotate(45deg);
}
.search-wrapper a.search-hide:after {
  transform: rotate(-45deg);
}
.search-wrapper #search,
.search-wrapper #search:focus {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #eaeaea;
  box-shadow: none;
}
.search-wrapper .search-results {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.search-wrapper .search-results ul {
  list-style-type: none;
  padding: 0;
}
.search-wrapper .search-results ul li:first-child {
  padding-top: 10px;
}
.search-wrapper .search-results ul li {
  padding: 5px 0;
}
.search-wrapper .search-results ul li img {
  width: 80px;
  margin-right: 10px;
}
.search-wrapper .search-results ul li.message {
  text-align: center;
  font-size: 12px;
  color: #a2a2a2;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 10px auto;
  font-size: 3px;
  position: relative;
  display: inline-flex;
  top: 0;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.1);
  border-right: 1.1em solid rgba(0, 0, 0, 0.1);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.11);
  border-left: 1.1em solid #bdbdbd;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#cookie_notice {
  position: fixed;
  z-index: 10000;
  bottom: -100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem;
  background-color: black;
  transition: all 0.6s ease-in-out;
}
#cookie_notice.active {
  bottom: 0;
}
#cookie_notice .cookie_notice_container {
  display: flex;
  align-items: center;
  color: #fff;
}
#cookie_notice .cookie_notice_container p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
#cookie_notice .cookie_notice_container button {
  margin-left: 0.5rem;
  padding: 5px 10px;
  font-size: 14px;
}
.cookie_notice_container a {
  color: var(--pink);
}

#cart-message-box,
#fav-message-box {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  padding: 1rem 2rem;
  background-color: black;
  font-size: 13px;
  color: #fff;
}

.cms-message {
  font-size: 12px;
  color: orangered;
}

/* PRODUCTS */
.product-variations {
  list-style-type: none;
  padding: 0;
  display: flex;
}
.product-variations li {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  margin-right: 0.2rem;
}
.product-variations li:last-of-type {
  margin-right: 0;
}
.product-variations li.selected a {
  background-color: #ddd;
}
.product-variations li a {
  padding: 0.3rem 0.5rem;
  color: #000;
}
/* PRODUCTS */

/* FICKLE */
.module-fickle {
  position: relative;
}

.fickle-has-background-image {
  padding: 30px;
}

.module-fickle-basic .fickle-image {
  margin-bottom: 1em;
}

.fickle-image img {
  max-height: 350px;
}

.module-fickle-basic .fickle-icon {
  margin-bottom: 1em;
}

.fickle-icon i {
  font-size: 30px;
}

.fickle-item a {
  transition: 0.3s;
}

.fickle-item a:hover {
  text-decoration: none;
}

.module-fickle-inline .fickle-image,
.module-fickle-inline .fickle-icon,
.module-fickle-inline .fickle-title {
  display: inline-block;
  vertical-align: middle;
}

.module-fickle-inline .fickle-image,
.module-fickle-inline .fickle-icon {
  margin-right: 15px;
}

.module-fickle-inline .fickle-image img {
  max-height: 150px;
}
.module-fickle-inline .fickle-subtitle {
  margin-top: 1em;
}
/* FICKLE */
.cookie-consent-popup {
  animation-name: show;
  animation-duration: 1s;
  animation-timing-function: ease;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.cookie-consent-popup.open {
  display: block;
  opacity: 1;
  animation-name: show;
  animation-duration: 1s;
  animation-timing-function: ease;
}

.cookie-consent-controls {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.cookie-consent-controls.open {
  max-height: 600px;
}

.cookie-consent-details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.cookie-consent-details.open {
  max-height: 600px;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.cookie-consent-popup {
  background: #eee;
  padding: 2rem;
  text-align: center;
}

.cookie-consent-controls {
  padding-top: 1rem;
}
.cookie-consent-details {
  margin-top: 1rem;
}

.cookie-consent-details.open {
  max-height: 600px;
}

.cookie-consent-top-wrapper .btn {
  margin-right: 1rem;
}

.cookie-consent-popup .btn {
  min-width: 150px;
}

.cookie-consent-popup input[type="checkbox"]:before,
.cookie-consent-popup input[type="checkbox"]:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #000;
  transition: 0.1s;
  opacity: 0;
}

.cookie-consent-popup input[type="checkbox"]:before {
  height: 4px;
  transform: rotate(-35deg);
  right: 13px;
  bottom: 7px;
}
.cookie-consent-popup input[type="checkbox"]:after {
  height: 12px;
  transform: rotate(35deg);
  right: 8px;
  top: 6px;
}

.cookie-consent-popup input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 4px;
  position: relative;
}
.cookie-consent-popup input[type="checkbox"]:checked:before,
.cookie-consent-popup input[type="checkbox"]:checked:after {
  opacity: 1;
}
.cookie-consent-popup .form-check-input,
.cookie-consent-popup .form-check-label {
  cursor: pointer;
  vertical-align: middle;
  transition: 0.2s;
  opacity: 0.8;
}

.cookie-consent-popup .form-check-input:hover,
.cookie-consent-popup .form-check-label:hover {
  opacity: 1;
}

.btn.cookie-consent-save {
  margin-top: 1rem;
}
.cookie-consent-details label {
  font-weight: 600;
}
.col-cookie-consent {
  padding-left: 15px;
  padding-right: 15px;
}
.cookie-details-item {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.cookie-consent-popup .row {
  justify-content: center;
}
.cookie-consent-accept-all {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.cookie-consent-accept-all:hover {
  background-color: #333;
  border-color: #333;
}

.close-suggestions i {
  display: block;
  position: relative;
}
.close-suggestions i:before,
.close-suggestions i:after {
  display: block;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  transform-origin: center;
}
.close-suggestions i:before {
  transform: rotate(45deg);
}
.close-suggestions i:after {
  transform: rotate(-45deg);
}

.close-suggestions {
  font-size: 16px;
  background: #da5656;
  color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
  line-height: 1;
  height: 22px;
  width: 22px;
  border-radius: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  transition: 0.2s;
}

.close-suggestions .fa-times {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
}
.close-suggestions:hover {
  background: #dd4b1f;
}
.localities-results-box {
  max-height: 200px;
  background: rgba(30, 30, 30, 0.83);
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-top: 1rem;
  position: absolute;
  z-index: 5;
  width: 100%;
  overflow-y: auto;
  color: #fff;
}

.localities-results-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.localities-results-box ul a,
.localities-results-box ul p {
  color: #fff;
}
.localities-results-box p {
  color: #fff !important;
  padding: 10px;
}
.localities-results-box ul a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-family: var(--font-medium);
  padding: 10px 20px;
  line-height: 1.3;
  transition: 0.5s;
}

.localities-results-box ul a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transition: var(--transition-fast);
}

.invoice-as-delivery form .label_abs,
.invoice-as-delivery #other-delivery-inputs,
.invoice-as-delivery .btn {
  opacity: 0.4;
  pointer-events: none;
}

.alert {
  z-index: 100000;
}

.btn.btn-sm,
.btn.btn-secondary.btn-sm,
.btn.btn-primary.btn-sm {
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
}
