/*////////////////////////
//// CUSTOM CLASSES /////
//////////////////////*/
.uppercase,
.uppercase h1,
.uppercase h2,
.uppercase h3,
.uppercase h4 {
  text-transform: uppercase;
}

/*/////////////////////
//// FONTS ///////////
///////////////////*/
@font-face {
  font-family: "SilverShopRegular";
  src: url("../fonts/SilverShopRegular.woff2") format("woff2"),
    url("../fonts/SilverShopRegular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*//////////////////////////
//// THEME CUSTOMIZING ////
////////////////////////*/

#logo.no-image::after {
  content: "Ibiza";
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: -8px;
  letter-spacing: 1px;
  margin-right: 6px;
}
@media (max-width: 600px) {
  #logo.no-image::after {
    content: "";
    display: none;
  }
}

/* Home blocks border roundness off */
body.material .nectar-category-grid .bg-overlay,
body.material .nectar-category-grid .nectar-category-grid-item .inner {
  border-radius: 0px !important;
}

/* Sidebar title font */
body #sidebar h4 {
  font-family: inherit !important;
}

#top nav .widget_shopping_cart a.button {
  letter-spacing: 1px;
}

.archive .nectar-shop-header .page-title,
.single .product_title,
.page-terms-and-conditions h1,
.page-privacy-policy h1 {
  letter-spacing: 2px !important;
}

.home .row .col.section-title {
  border-bottom: none;
}

.ssfont-banner {
  font-family: SilverShopRegular !important;
  font-size: 110% !important;
  text-transform: inherit !important;
}

.loading-icon {
  background-size: 100px !important;
}

.flickity-page-dots {
  bottom: -30px;
}

.subtitle {
  font-size: 16px;
  text-transform: uppercase;
}

.leaflet-right {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Map Styling */
.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  left: -75px !important;
}

/*///////////////////////
//// CHECKOUT //////////
/////////////////////*/
label:has(#radio-control-wc-payment-method-options-redsys) {
  background-image: url(https://silvershop-ibiza.com/wp-content/uploads/2024/06/paymentlogos.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 220px;
}

/*/////////////////////
//// HEADER //////////
///////////////////*/
@media screen and (max-width: 600px) {
  #header-outer #logo {
    display: inline-block !important;
    visibility: hidden;
    font-size: 30px !important;
    line-height: 30px !important;
  }
  #header-outer #logo:first-letter {
    visibility: visible;
  }
}

/*/////////////////////
//// FOOTER //////////
///////////////////*/
#footer-outer #copyright[data-layout="centered"] .widget_nav_menu li,
#footer-outer #copyright[data-layout="centered"] .widget_pages li {
  margin: 0 5px !important;
}
#footer-outer .widget .wp-image-3092 {
  max-width: 60px !important;
}
#footer-outer #copyright li a i {
  line-height: 50px !important;
}

#footer-outer select {
  opacity: 0.7;
  background-color: #80808042;
  width: 85%;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0.5em 3.5em 0.5em 1em;
  border: n;
  bkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(to right, #888888, #888888);
  background-position: calc(100% - 20px) calc(1em + 0px),
    calc(100% - 15px) calc(1em + 0px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

/* Payment icons */
.payment-icons {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-icons__icon {
  transition: 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
}
.payment-icons__icon:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.payment-icons svg {
  display: block;
}
.payment-icons__icon + .payment-icons__icon {
  margin-left: 6px;
}

body.woocommerce-page.material .product-categories .children {
  margin-top: 0px;
  font-size: 14px;
}
.woocommerce #sidebar div ul li,
.material.woocommerce #sidebar div ul li {
  display: list-item;
  list-style-type: circle;
  list-style-position: initial;
}

/* Newsletter form */
.mch-form-inline {
  clear: both;
  display: block;
  width: 85% !important; /* whatever width you want it to be */
}
.mch-form-inline .input {
  display: block;
  float: left;
  margin: 0;
  width: 75% !important; /* whatever width you want it to be */
  background: #fff;
  padding: 14px 10px;
  border: none;
  border-radius: 0 !important;
}
.mch-form-inline input[type="email"] {
  padding: 12.2px 10px !important;
}
.mch-form-inline input[type="submit"] {
  display: block;
  float: right;
  margin: 0;
  width: 25% !important; /* again, whatever width you want it */
}
.mch-form-inline input[type="submit"]:hover,
.mch-form-inline input[type="submit"]:visited,
.mch-form-inline input[type="submit"]:active {
  transform: inherit !important;
  -webkit-transform: inherit !important;
}
#footer-outer #footer-widgets .col input[type="submit"] {
  letter-spacing: 0px;
  text-transform: capitalize !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

@media screen and (max-width: 600px) {
  #footer-outer {
    text-align: center;
  }
  .mch-form-inline {
    width: 100% !important; /* whatever width you want it to be */
  }
}
