/* GENERIC */
button {
  border: 1px solid black;
  border-radius: 30px;
  background-color: #0d102a;
  color: white;
  transition: all 0.1s;
  cursor: pointer;
}
button:hover {
  background-color: #4a4c5f;
  transition: all 0.1s;
}

/* --- HEADER --- */
div {
  font-family: Soin !important;
}

.a-links-reversed a {
  color: #e83573 !important;
}

.a-links-reversed a:hover {
  color: #282828 !important;
}

.p-no-margin p {
  margin: 0px !important;
  padding: 0px !important;
}

.solid #middle {
  margin-top: 0px !important;
}

#middle {
  background: #f9f9f9 !important;
}

.entry-header.main {
  margin-top: 0px !important;
}

#site-header {
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1) !important;
  border-bottom: 0px !important;
  margin-bottom: -2px;
  display: block !important;
  background-size: cover;
  background-color: #242424 !important;
}

#site-header.sticky {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body .site-main {
  padding-top: 0px !important;
}

body.woocommerce {
  padding-bottom: unset;
}

.entry-content div.panel-grid:first-child {
  margin-top: 0px !important;
}

.single-product .product {
  background: #ffffff !important;
}

#primary header.main {
  background: #f9f9f9 !important;
  text-align: left !important;
}

#primary header.main h1 {
  font-family: Soin !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px !important;
}

.single-product #container h1.product_title.entry-title {
  font-family: Soin !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px !important;
}

#main {
  background: #ffffff !important;
}

/* GLOBAL NOTICE */
.sand-global-notice-wrap {
  width: 100%;
  background-color: rgba(255, 0, 0, 0.4392156863);
  margin-top: 8px;
}

.sand-global-notice-text {
  max-width: 1200px !important;
  color: white;
  padding: 10px 0px 10px 0px;
  margin-left: auto;
  margin-right: auto;
}

/* WOOCOMMERCE */
.product-col.right {
  width: 43% !important;
}
@media all and (max-width: 780px) {
  .product-col.right {
    width: 100% !important;
    float: none;
    margin-top: 20px;
  }
}

.payment_box.payment_method_payex,
.payment_box.payment_method_payex_swish {
  color: #6b6b6b;
}

.woocommerce-error {
  margin-top: 0px !important;
  list-style: none !important;
}

.shop_table button {
  font-family: Soin;
  color: white !important;
  font-size: 11px !important;
}

.shop_table button:hover {
  background: #e83573 !important;
  color: white !important;
  opacity: 1 !important;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  font-size: 11px !important;
}

.single_add_to_cart_button {
  font-family: Soin;
}

a.button.wc-forward {
  color: white !important;
  font-size: 11px !important;
}

a.button.wc-forward:hover {
  background: #e83573 !important;
  color: white !important;
  opacity: 1 !important;
}

.shop_table .product-name {
  line-height: 1.5em !important;
}

.cart-count {
  background: #e83573 !important;
}

.woocommerce-Price-currencySymbol {
  text-transform: lowercase;
  text-decoration: none !important;
}

/* --- MENY / NAVIGATION --- */
.main-nav ul a i {
  margin-right: 0px !important;
}

.nav-holder .fas {
  font-size: 20px !important;
}

body #menu-toggle-open .main-nav ul li, .secondary-nav span {
  color: white !important;
}

#menu-toggle {
  color: black !important;
}

#menu-toggle .secondary-nav span {
  color: black !important;
}

#menu-toggle .secondary-nav {
  color: black !important;
}

.header-tabs-container {
  width: 100vw;
  min-width: 100%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  background-color: #242424;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 45px;
}
.header-tabs-container .header-tabs {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  height: 35px;
}
.header-tabs-container .header-tabs .header-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d2d2d;
  flex: 0 1 200px;
  padding: 0px 10px;
}
.header-tabs-container .header-tabs .header-tab .header-tab-routing {
  color: white;
  transition: color 0.2s ease;
}
.header-tabs-container .header-tabs .header-tab .header-tab-routing:hover {
  color: #E83573;
}
.header-tabs-container .header-tabs .header-tab-active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 181px;
  background-color: #373737;
}
.header-tabs-container .header-tabs .header-tab-active .header-tab-routing {
  color: white;
}

.header-search-container {
  display: flex;
  align-items: center;
  flex: 0 1 58%;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: white;
  border-radius: 50px;
  padding: 0 20px;
}
@media all and (max-width: 700px) {
  .header-search-container {
    margin-top: 0;
  }
}
.header-search-container .header-search-icon {
  font-size: 18px;
  color: black;
}
.header-search-container .header-search-input {
  border: unset !important;
  background-color: unset !important;
}
.header-search-container #sa-webshop-welcome-search {
  width: 100%;
  margin-right: 20px;
  border-radius: 3px;
  font-weight: bold;
  height: 55px;
}
.header-search-container #sa-webshop-welcome-search input[type=text] {
  padding: 8px 10px;
}
.header-search-container #sa-webshop-welcome-search::placeholder {
  font-weight: normal;
}
#site-header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  min-height: 170px;
}
@media all and (max-width: 700px) {
  #site-header .inside {
    flex-direction: column;
  }
}

.secondary-nav {
  float: right;
  width: auto;
  padding-left: 10px !important;
  position: relative;
  right: 0;
  margin-top: -2px;
}

.secondary-nav .cart-icon {
  display: none !important;
}

@media all and (max-width: 1000px) {
  .stt-woocommerce-cart .fa-shopping-cart {
    display: none !important;
  }
}

@media all and (max-width: 1000px) {
  .menu-toggle.open::before {
    font-size: 32px !important;
    margin-top: 0px;
  }
}

#site-header .inside:before,
#site-header .inside:after {
  display: none !important;
}

.main-nav {
  display: flex;
}
.main-nav .main-nav-icons-container {
  display: flex;
  gap: 20px;
  flex: 0 1 auto;
}
.main-nav .main-nav-icons {
  font-size: 20px;
  color: white;
  cursor: pointer;
  transition: color 0.2s ease;
}
.main-nav .main-nav-icons:hover {
  color: #E83573;
}

.main-nav ul a {
  font-size: 16px !important;
  color: white;
  transition: all 0.5s;
  padding: 0px 20px !important;
}
.main-nav ul a:hover {
  color: #e83573 !important;
  transition: all 0.5s;
}

.stt-custom-menu-icon,
.cart-icon {
  color: white;
  transition: all 0.5s;
}
.stt-custom-menu-icon:hover,
.cart-icon:hover {
  color: #e83573 !important;
  transition: all 0.5s;
}

h1.site-title {
  position: relative;
  top: -1px;
}

h1.site-title.sticky {
  position: relative;
  top: 0px !important;
}

ul#menu-huvudmeny-2 {
  font-family: Soin;
  text-transform: none !important;
  position: relative;
  top: 3px;
  margin-top: 40px;
}

#site-header.sticky .inside .nav-holder {
  position: relative;
  top: 0px;
}

.nav-holder {
  position: relative;
  float: right;
  padding: 0 !important;
  height: auto;
  height: 90px;
}
@media all and (max-width: 700px) {
  .nav-holder {
    position: absolute;
    right: 0;
  }
}

ul#menu-huvudmeny-2 li:last-child {
  margin-right: 15px !important;
}

ul#menu-huvudmeny-2 li a {
  font-family: Soin;
  font-weight: 700 !important;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: uppercase;
  font-style: normal;
  font-size: 17px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

ul#menu-huvudmeny-2 li a:hover {
  opacity: 0.55;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

ul#menu-huvudmeny-2 li {
  margin-right: 40px;
}

/* --- PRODUCTS --- */
.stt-input-field input {
  font-size: 15px;
}

.stt-input-field select {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.entry-summary label {
  display: block;
}

.stt-input-field {
  margin-bottom: 20px;
}

.value select {
  padding: 5px;
}

.addon-name {
  display: none;
}

.products .product .overlay {
  background: #fff !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}

.overlay:hover {
  opacity: 0.3 !important;
}

.products .product .details {
  text-align: left !important;
  font-size: 18px !important;
  position: relative;
  top: -11px;
  left: 4px;
  font-family: Soin !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.single-product h2 {
  font-size: 0.9em !important;
  display: none;
}

.products .product .title {
  font-family: Soin !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-style: normal;
  font-size: 17px !important;
}

.products .product .price {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block;
  font-size: 22px;
}

.single_add_to_cart_button {
  background: #141414 !important;
  color: #fff !important;
  opacity: 1 !important;
}

.single_add_to_cart_button:hover {
  background: #e83573 !important;
  color: #fff !important;
}

li#tab-title-description a {
  padding-left: 28px !important;
  padding-right: 30px !important;
  font-family: Soin;
  text-transform: uppercase;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

li#tab-title-description {
  display: none;
}

#tab-description {
  padding-top: 40px;
  padding-left: 40px !important;
}

/* Product Price */
.product-price .woocommerce-Price-amount.amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -3px;
}

@media all and (max-width: 600px) {
  .woocommerce-cart-form .product-price .woocommerce-Price-amount.amount {
    font-size: 20px;
  }
}

@media all and (max-width: 500px) {
  body .coupon {
    display: flex;
    justify-content: space-between;
    float: none !important;
    min-width: initial !important;
  }
}

@media all and (max-width: 500px) {
  body .coupon #coupon_code {
    width: 48%;
    float: none !important;
  }
}

@media all and (max-width: 500px) {
  body td.actions .coupon .button {
    width: 48%;
    margin: 0px !important;
    float: none !important;
  }
}

/* Product Subtotal */
.product-subtotal .woocommerce-Price-amount.amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -3px;
}

/* Subtotal */
.cart_totals .woocommerce-Price-amount.amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block;
  font-size: 30px;
  position: relative;
  top: -3px;
}

/* Product Page */
@media all and (max-width: 780px) {
  .single-product .sand-black-button {
    width: 100%;
  }
}

.woocommerce-before-product {
  margin-top: 40px;
}
@media all and (max-width: 780px) {
  .woocommerce-before-product {
    margin-top: 20px;
  }
}

.product-col .entry-title {
  font-size: 30px !important;
}

.stt-price-display-wrap div {
  display: inline-block;
}

.stt-price-display-wrap.center {
  display: flex;
  justify-content: center;
}

.stt-price-display-wrap {
  margin-bottom: 20px;
}

.stt-price-display-original-price {
  margin-left: 20px;
  font-family: Soin !important;
  color: #525252;
  font-size: 18px;
}

h1.product_title.entry-title {
  text-transform: uppercase;
}

.single-product #primary header.main {
  padding: 0px !important;
}

.woocommerce-Price-amount.amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block;
  font-size: 30px;
  position: relative;
}

.checkout-button {
  color: white !important;
}

.products .product img {
  border-bottom: 0px solid #f3f3f3 !important;
}

#si-categories {
  margin-bottom: -20px !important;
  padding-bottom: 0px !important;
}

.si-categories ul {
  list-style: none;
  margin-left: 0px !important;
}

.si-categories ul li {
  display: inline !important;
  font-family: Soin;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
  color: #141414;
}

.si-categories ul li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 2px;
}

.si-categories ul li:last-child {
  border-bottom: 2px solid #141414;
  padding-bottom: 1px;
  font-style: normal !important;
}

.si-categories ul li:last-child:after {
  content: "";
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-left: 0px;
}

/* -------------------- */
/* --- Generic section styles --- */
.js-validation-error-message p {
  margin: 0 !important;
  color: white;
  padding: 20px !important;
  display: inline-block;
  background: red;
}

.stt-big-contact-wrap {
  border: 3px solid #212121;
  padding: 55px 105px 50px 105px;
  border-radius: 20px 20px 20px 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

.stt-big-contact-wrap:hover {
  background: rgba(0, 0, 0, 0.0392156863);
}

.stt-big-contact-phone {
  text-align: center;
  font-family: Mikro;
  font-weight: 600 !important;
  letter-spacing: 1px;
  color: #282828;
  text-transform: uppercase;
  font-size: 38px;
}

.stt-tagline {
  color: #383838;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}

.stt-tagline-medium {
  color: #383838;
  font-size: 40px;
  line-height: 80px;
  text-align: left;
}

.body-wrap:not(.stt-frontpage) {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

abbr {
  text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
body {
  font-family: Soin !important;
  color: #525252;
}

.sand-black-button,
.login-submit #wp-submit,
.woocommerce-checkout .button {
  margin-bottom: 10px;
  display: inline-block;
  background: #2a2a2a;
  color: #fff !important;
  font-size: 13px;
  padding: 8px 22px 8px !important;
  font-weight: 700;
  line-height: 1.8em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin: 0 3px 0 0;
  -webkit-appearance: none;
  text-align: center;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
}

.sand-black-button:hover,
.login-submit #wp-submit:hover,
.woocommerce-checkout .button:hover {
  background: #e83573 !important;
  color: white !important;
  opacity: 1 !important;
}

.sand-white-button {
  margin-bottom: 10px;
  display: inline-block;
  background: white;
  color: black !important;
  font-size: 13px;
  padding: 8px 22px 8px !important;
  font-weight: 700;
  line-height: 1.8em;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  margin: 0 3px 0 0;
  -webkit-appearance: none;
  text-align: center;
  transition-property: all;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
.sand-white-button:hover {
  background: #e83573 !important;
  color: white !important;
  opacity: 1 !important;
}

@media all and (max-width: 500px) {
  .woocommerce-cart .sand-black-button,
  .woocommerce-checkout .button {
    width: 100%;
  }
}

.sand-button {
  color: white;
  background-color: #5959ef;
  padding: 10px 15px 10px 15px;
  margin-top: 14px;
  font-family: Brown;
  font-size: 15px;
  border-radius: 7px;
  border: 0;
}

.widget h3 {
  color: #525252 !important;
}

.body-wrap,
.entry-content {
  max-width: 1200px !important;
}

.stt-title-hightlight-outlet {
  margin-top: 20px !important;
}
.stt-title-hightlight-outlet .stt-title-highlight-title-wrap {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media all and (max-width: 500px) {
  .stt-title-hightlight-outlet .stt-title-highlight-title-wrap {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.stt-title-hightlight-outlet .stt-title-highlight-title {
  display: flex;
}
.stt-title-hightlight-outlet .stt-title-highlight-title .fas {
  padding-left: 20px;
}

.stt-title-highlight-outlet-center {
  display: flex;
  justify-content: center;
}

.stt-title-highlight {
  color: white;
  text-align: center;
  padding: 5px;
  display: flex;
  margin: 40px 0 40px 0;
}

.stt-title-highlight-left-triangle {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #424242;
}

.stt-title-highlight-right-triangle {
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #424242;
}

.stt-title-highlight-title {
  margin: 0;
  color: white !important;
}

.stt-title-highlight-title-wrap {
  background-color: #424242;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

/* -------------------- */
/* --- FOOTER --- */
/* TIVALA BRAND FOOTER */
.tivala-brand-footer {
  width: 100%;
  background: #212121;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}
.tivala-brand-footer img {
  width: 40px;
  opacity: 0.7;
}

.footer-contact-details {
  line-height: 18px;
  font-size: 13px;
}

.prefoot {
  height: 120px;
  background-image: url("/prefoot.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 99999;
}

.si-sand-footer img {
  width: 200px;
}

.si-sand-footer {
  margin-bottom: 10px;
}

.si-instafix {
  margin-top: 0px;
}

.prefooter {
  height: 80px;
  background: #f9f9f9;
}

#footer .widget-box .widget-title,
#slide-panel .widget-box .widget-title {
  border-bottom: 2px solid #bfbfbf;
  display: inline-block !important;
  margin-bottom: 28px !important;
  margin-top: -30px !important;
}

#footer .secondary {
  display: none !important;
}

/* --- PRODUCT ADDONS --- */
.addon-name {
  display: none;
}

/* --- ZOOM EFFECTS --- */
.stt-zoom-parent {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.stt-zoom-child {
  width: 100%;
  height: 100%;
  background-color: black;
  /* fallback color */
  background-position: center;
  background-size: cover;
  transition: all 0.5s;
}

.stt-zoom-child-1 {
  background-image: url("../images/transfer.jpg");
}

.stt-zoom-child-2 {
  background-image: url("../images/screen-tryck.jpg");
}

.stt-zoom-child-3 {
  background-image: url("../images/brodyr-sandhems.jpg");
}

.stt-zoom-parent:hover .stt-zoom-child,
.stt-zoom-parent:focus .stt-zoom-child {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.stt-span {
  color: white;
  /* Good thing we set a fallback color! */
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  font-size: 35px;
}

.stt-span-1 {
  width: 200px;
}

.stt-span-2 {
  width: 190px;
}

.stt-span-3 {
  width: 100px;
}

.stt-span-4 {
  width: 80px;
}

/* --- FRONTPAGE --- */
.stt-open-hours {
  margin-top: 10px;
}

.stt-telephone-number-outer {
  padding: 40px;
  background-color: #e8e8e8;
  border-radius: 8px;
}

.stt-telephone-number-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  color: #2b2b2b;
}

.stt-telephone-number {
  font-size: 40px;
}

.stt-contact-us-box-upper {
  overflow: hidden;
}

.stt-product-box-wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 40px 0;
  color: white;
  font-family: Brown;
  font-size: 34px;
}

.stt-product-box-1 {
  width: 20%;
  height: 200px;
  background: url("../images/transfertryck.jpg") no-repeat;
  background-size: 180%;
  display: flex;
  align-items: center;
  background-position-x: 73%;
}

.stt-product-box-2 {
  width: 20%;
  height: 200px;
  background: url("../images/screentryck.jpg") no-repeat;
  background-size: 140%;
  background-position-x: 69%;
  display: flex;
  align-items: center;
}

.stt-product-box-3 {
  width: 20%;
  height: 200px;
  background: url("../images/brodyr-sandhems.jpg") no-repeat;
  background-size: 130%;
  display: flex;
  align-items: center;
}

.stt-product-box-text {
  width: 100%;
  text-align: center;
}

.stt-contact-us-box-lower {
  margin-top: -15px;
}

/* CLUBS */
.stt-customer-logo-img-wrap {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stt-customers-logo-img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.stt-customers-outer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.stt-customers-logo-wrap {
  padding: 40px;
}

.stt-customers-logo-wrap-link {
  width: 25%;
}

.stt-customers-logo-title-outer {
  text-align: center;
}

.stt-customers-logo-title-inner {
  margin-top: 20px;
}

.stt-customers-logo-wrap:hover {
  background-color: white;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}

.stt-customers-logo-wrap {
  border: 1px solid transparent;
}

/* --- CLUB PAGES --- */
.custom-customer-navigation {
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
  margin-top: 20px;
}

.custom-customer-navigation a {
  margin-bottom: 10px;
}

.stt-bundled-product-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stt-product-link-wrapper {
  width: 25%;
  margin-bottom: 20px;
}

.stt-club-header-wrap,
.stt-club-page-body {
  padding: 40px 30px 40px 30px;
}

.stt-club-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
}

.stt-club-title,
.widget-title,
.sand-page-title,
.stt-page-title,
.stt-big-title {
  color: #525252;
  font-size: 32px;
  line-height: 32px;
  font-style: normal;
  font-family: Soin;
}

.contact-title {
  font-size: 48.6px;
}

.stt-club-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
}

.stt-products-wrap {
  display: flex;
  flex-wrap: wrap;
}

.stt-club-header-left {
  padding-left: 80px;
}

.stt-club-header-right p {
  padding: 0px !important;
}

.stt-club-header-right a {
  color: #e83573 !important;
}

.stt-product-li {
  list-style: none !important;
}

.stt-product-list-wrap {
  border: 1px solid transparent;
}
.stt-product-list-wrap:hover {
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.1), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}

.stt-bundled-product-image-wrap {
  height: 300px;
  margin: 20px;
  position: relative;
}

.stt-bundled-product-image-wrap img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.stt-club-page-body {
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
}

.stt-club-page-title-highlight {
  color: white;
  text-align: center;
  padding: 5px;
  display: flex;
  margin: 40px 0 40px 0;
}

.stt-club-page-title-highlight-left-triangle {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid #424242;
}

.stt-club-page-title-highlight-right-triangle {
  width: 0;
  height: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #424242;
}

.stt-club-page-title-highlight-title {
  margin: 0;
  color: white;
}

.stt-club-page-title-highlight-title-wrap {
  background-color: #424242;
  height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 600px) {
  .stt-club-page-title-highlight-title-wrap {
    width: 100%;
    padding: 0px;
  }
}

.stt-product-name {
  text-align: center;
  margin-top: 20px;
}

.stt-product-name h3 {
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 18px !important;
}

/* --- SUB PAGES --- */
.stt-clean-p {
  padding: 0;
}

.stt-icon-outer {
  display: flex;
  flex-direction: column;
}

.stt-icon-outer-1 {
  align-items: center;
}

.stt-icon-outer-2 {
  align-items: center;
}

.stt-icon-outer-3 {
  align-items: center;
}

.stt-wrap-box-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stt-h3-box-icon-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 30px;
}

.stt-icon-wrap {
  display: inline-block;
  border: 2px solid black;
  border-radius: 84px;
  padding: 45px !important;
  /* margin-left: 0; */
  line-height: 0 !important;
}

.bundled_table_item {
  display: none;
}

.variation .amount {
  font-size: 15px;
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block !important;
  position: relative;
  top: initial;
}

dd {
  margin: 0 !important;
}

dl.variation {
  padding-top: 8px;
}

/* CART */
@media all and (max-width: 500px) {
  .woocommerce-cart .button {
    width: 100%;
  }
}

.product-remove a {
  font-size: 40px !important;
}

.cart_item .product-remove {
  padding-top: 20px !important;
}

.cart_totals .includes_tax .woocommerce-Price-amount {
  font-family: initial !important;
  font-weight: initial !important;
  text-transform: initial !important;
  color: #7f7f7f !important;
  margin-top: initial !important;
  display: initial !important;
  font-size: initial !important;
  position: initial !important;
  top: initial !important;
}

.sand-cart-button-wrap {
  margin-bottom: 20px;
}

.variation dt,
dd {
  display: inline-block;
}

.stt-variation-row p,
dt,
dd {
  margin: 0px;
  padding: 0px;
  font-family: Soin !important;
  color: #7f7f7f;
}

/* CHECKOUT */
@media all and (max-width: 500px) {
  .woocommerce-checkout .woocommerce-billing-fields .button {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-checkout .col-1 {
    width: 100% !important;
  }
}

@media all and (max-width: 768px) {
  .woocommerce-checkout form.checkout p.form-row input {
    width: 100% !important;
    min-width: initial;
  }
}

.stt-checkout-payex-terms p,
.stt-checkout-payex-terms a {
  color: #b3b3b3 !important;
  font-size: 11px;
}

#stt-checkout-order-total p {
  padding-bottom: 0px !important;
}

button#place_order {
  margin-top: 20px;
  display: block;
}

#payment form.checkout p.form-row input {
  width: initial !important;
}

#payment p.form-row input {
  width: initial !important;
  min-width: initial !important;
}

#stt-checkout-order-total {
  margin-bottom: 0px;
}

#customer_details,
#order_review,
.stt-checkout-shipping,
#stt-payment {
  padding: 20px;
  background-color: white;
  border: 1px solid #e2e2e2;
}
@media all and (max-width: 420px) {
  #customer_details,
  #order_review,
  .stt-checkout-shipping,
  #stt-payment {
    padding: 0px;
    background-color: initial;
    padding-bottom: 20px;
    border: 0px;
    border-bottom: 1px solid #e2e2e2;
  }
}

#stt-payment,
#customer_details,
#order_review {
  margin-top: 50px;
}
@media all and (max-width: 420px) {
  #stt-payment,
  #customer_details,
  #order_review {
    margin-top: 20px;
  }
}

.stt-checkout-shipping {
  margin-top: 50px;
}

.stt-shipping-method-section {
  display: flex;
  flex-flow: row wrap;
}

.stt-shipping-method h2 {
  font-size: 1.3em;
}

.stt-shipping-method span.amount,
#stt-checkout-order-total .amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
  margin-top: 0px !important;
  display: inline-block !important;
  position: relative;
}

.stt-shipping-method-section > div {
  padding: 0.5rem;
}

.shipping_method {
  display: none;
}
.shipping_method:not(:disabled) ~ label {
  cursor: pointer;
}
.shipping_method:disabled ~ label {
  color: hsl(150, 5%, 75%);
  border-color: hsl(150, 5%, 75%);
  box-shadow: none;
  cursor: not-allowed;
}

.stt-shipping-methods-wrapper {
  display: flex;
}

.stt-shipping-method {
  display: flex;
  flex-flow: row wrap;
}

#stt-shipping-method-label:hover {
  background: hsl(0, 0%, 98%);
  border: 1px solid #e2e2e2;
}

#stt-shipping-method-label {
  border: 1px solid transparent;
}

.stt-shipping-method-inner label {
  cursor: pointer;
  display: inline-block;
  padding: 20px;
}

.stt-shipping-method-label {
  height: 100%;
  display: block;
  background: white;
  border: 2px solid hsl(150, 75%, 50%);
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 1rem;
  margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
}

.stt-shipping-method-inner input[type=radio]:checked + label {
  background: hsl(0, 0%, 98%);
  color: hsl(215, 0%, 100%);
  border: 1px solid #e2e2e2 !important;
}
.stt-shipping-method-inner input[type=radio]:checked + label::after {
  color: hsl(215, 5%, 25%);
  font-family: FontAwesome;
  border: 2px solid hsl(150, 75%, 45%);
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
}

.stt-shipping-method-inner label {
  display: block;
}

/* CHECKOUT -> PAYMENT */
#payment .woocommerce-Price-amount {
  font-family: Brown !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #e83573;
}

#stt-payment .wc_payment_methods {
  display: flex;
}

#social-security-number {
  color: #7f7f7f !important;
}

.stt-payment-method-section p {
  padding: 0px;
}

.stt-payment-method-label {
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  border: 1px solid transparent;
}

.stt-payment-method-section {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
  border: 1px transparent;
}

.stt-payment-method-label:hover {
  background: hsl(0, 0%, 98%);
  border: 1px solid #e2e2e2;
}

.stt-payment-method-section {
  margin-right: 20px;
}
@media all and (max-width: 520px) {
  .stt-payment-method-section {
    margin-right: 0px;
  }
}

.stt-payment-method-inner > div {
  flex: 1;
  padding: 0.5rem;
}

.stt-payment-method-input:checked + label {
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
}
@media all and (max-width: 520px) {
  .stt-payment-method-input:checked + label {
    width: 100%;
  }
}

.stt-payment-method-input {
  display: none;
  width: 100%;
}

/* CATALOGUES */
.catalogue-space-between {
  width: 10%;
}

.catalogue-top-categories {
  display: flex;
}

.catalogue-category {
  width: 50%;
  height: 400px;
  position: relative;
}

.catalogue-category-image {
  overflow-y: hidden;
  height: 100%;
  background-size: cover !important;
}

#catalogue-image-sport {
  background: url("/wp-content/uploads/catalogue/categories/sport.jpg") no-repeat;
}

#catalogue-image-work {
  background: url("/wp-content/uploads/catalogue/categories/work.jpg") no-repeat;
}

#catalogue-image-profile-advertisement {
  background: url("/wp-content/uploads/catalogue/categories/promotional-products.jpg") no-repeat;
  background-position-x: 84%;
}

#catalogue-image-profile-print {
  background: url("/wp-content/uploads/catalogue/categories/profile-clothes.jpg") no-repeat;
}

.catalogue-button {
  position: absolute;
  top: 35%;
  left: 36%;
  background: rgba(0, 0, 0, 0.568627451);
  padding: 15px 30px 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
}

.catalogue-button:hover {
  color: black;
  background: rgba(49, 49, 49, 0.568627451);
  border: 2px solid rgba(255, 255, 255, 0.768627451);
}

.catalogue-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 37px;
}

.catalogue-button-outer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.catalogue-button-inner {
  transform: translate(-50%, -50%);
}

.catalogue-category-name {
  color: white;
}

#catalogue-categories-outer-wrap {
  padding-bottom: 40px;
}

#catalogue-categories-outer {
  padding-bottom: 40px;
}

.catalogue-breadcrumbs {
  color: rgba(0, 0, 0, 0.6196078431);
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
}

.catalogue-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.catalogue-item-wrap {
  width: 30%;
  padding-bottom: 30px;
  text-align: center;
}

/* CONTACT FORM */
.contact-form-input-title {
  min-width: 100px;
}

.contact-input-wrap {
  padding-bottom: 20px;
}

.contact-form-msg {
  min-height: 150px !important;
}

.contact-form-input {
  width: 70%;
}

/* INSTAGRAM SLIDER */
.jr-insta-thumb a {
  width: initial !important;
}

.jr-insta-thumb ul.thumbnails.jr_col_2 li {
  width: initial !important;
}

/* BUNDLED PRODUCTS */
.bundled_product_permalink {
  display: none;
}

/* LOGIN */
@media all and (max-width: 500px) {
  .stt-login-button-wrap .sand-black-button {
    width: 100%;
  }
}

.sand-login-form-error-message {
  padding: 10px;
  background: #ec5488;
  border-radius: 5px;
  color: white;
  margin-bottom: 30px;
}

.sand-login-form-error-message .fas {
  padding-left: 10px;
  padding-right: 4px;
}

#rememberme {
  margin-left: 0px !important;
}

.sand-login-form-wrap {
  display: flex;
  justify-content: center;
}

.sand-login-form-inner,
.stt-form-wrapper {
  padding: 50px 100px 50px 100px;
  background: white;
  display: inline-block;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.stt-new-morphism {
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.2), -6px -6px 16px 0px rgba(255, 255, 255, 0.2);
}

.sand-login-form-inner label {
  display: block;
}

/* ORDER CONFIRMATION */
.woocommerce-order-overview {
  list-style: none !important;
  margin-left: 0 !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  padding: 0px !important;
  margin-bottom: 20px !important;
  font-size: 30px !important;
  color: #525252 !important;
}

.woocommerce-order h2 {
  font-size: 20px !important;
  font-weight: initial;
  font-family: Soin !important;
  color: #525252;
}

.woocommerce-order p,
.woocommerce-order li,
.woocommerce-order tr,
.woocommerce-order th,
.woocommerce-order td,
.woocommerce-order .woocommerce-Price-amount,
.woocommerce-order .woocommerce-Price-currencySymbol {
  color: #7f7f7f !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: Soin !important;
  font-style: normal !important;
}

.woocommerce-order .wc-item-meta {
  margin-bottom: 0px !important;
}

.woocommerce-table__product-name {
  padding-left: 10px !important;
}

.woocommerce-thankyou-order-details {
  margin-bottom: 0px !important;
}

.shop_table tbody td {
  vertical-align: top !important;
}

/* RESURS BANK */
#resurs-checkout-container {
  background: white;
  padding: 20px;
  border: 1px solid #e2e2e2;
}

/* LOADING ICON */
.sand-pg-loading-icon-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}

@keyframes ldio-ze7p5yqvyne {
  0% {
    top: 94px;
    left: 94px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 5px;
    left: 5px;
    width: 178px;
    height: 178px;
    opacity: 0;
  }
}
.ldio-ze7p5yqvyne div {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-ze7p5yqvyne 1.724137931s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-ze7p5yqvyne div:nth-child(1) {
  border-color: #e83573;
}

.ldio-ze7p5yqvyne div:nth-child(2) {
  border-color: #e83573;
  animation-delay: -0.8620689655s;
}

.loadingio-spinner-ripple-ptrv3r41dkr {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-ze7p5yqvyne {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-ze7p5yqvyne div {
  box-sizing: content-box;
}

/* BUTTON ANIMATION */
/* LOADING ICON */
.tivala-done-button-loading-icon,
.tivala-done-button-done {
  display: none;
}

.tivala-done-button-bg-green {
  background: #2bbd2c !important;
  border: 1px solid #2bbd2c;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

.tivala-done-button-bg-red {
  background: #e82c2c !important;
  border: 1px solid #e82c2c;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

@keyframes tivala-button-done-icon {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tivala-button-done-icon div {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
}

.tivala-button-done-icon div {
  animation: tivala-button-done-icon 1s linear infinite;
  top: 17px;
  left: 20px;
}

.tivala-done-button-loading-icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: none;
}

.tivala-button-done-icon {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.tivala-button-done-icon div {
  box-sizing: content-box;
}

.tivala-button-done-submit {
  height: 40px;
  padding: 0px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 130px;
}

.cart-collaterals .ske-price-tax-row {
  display: block;
}

.stt-special-account-landing-page .stt-big-title {
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .stt-salp-field-list input,
  .stt-special-account-landing-page input {
    width: 100%;
  }
}

.stt-salp-button {
  font-family: "Soin";
  margin-top: 20px;
}
@media all and (max-width: 500px) {
  .stt-salp-button {
    width: 100%;
  }
}

.stt-salp-row {
  margin-bottom: 10px;
}
@media all and (max-width: 500px) {
  .stt-salp-row {
    width: 100%;
  }
}

.stt-salp-row {
  margin-right: 20px;
}
@media all and (max-width: 500px) {
  .stt-salp-row {
    margin-right: 0px;
  }
}
.stt-salp-row div {
  color: #525252;
}

.stt-salp-field-list {
  display: flex;
  flex-wrap: wrap;
}

.stt-salp-email {
  cursor: no-drop;
}

.stt-salp-email-span {
  font-style: italic;
  font-size: 13px;
  color: #929292;
}

.stt-salp-row-account-information {
  margin-bottom: 60px;
}

.stt-salp-body {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .stt-salp-body {
    display: block;
  }
}

.stt-salp-body-text {
  max-width: 700px;
}

.stt-salp-customer-logo {
  height: 150px;
  min-width: 150px;
}
@media all and (max-width: 600px) {
  .stt-salp-customer-logo {
    margin-bottom: 20px;
  }
}
.stt-salp-customer-logo img {
  height: 100%;
  width: auto;
}

.stt-salp-password-wrap {
  display: flex;
}

.stt-salp-password-error p {
  padding: 10px;
  color: white;
  background-color: rgba(255, 4, 0, 0.6);
  border-radius: 4px;
}

.stt-ad-redirect-status-messages {
  padding: 20px;
  margin-bottom: 40px;
  background-color: white;
  color: #525252;
}
.stt-ad-redirect-status-messages .fas {
  color: green;
  font-size: 25px;
  padding-right: 10px;
}

.stt-product-badge-wrap {
  position: absolute;
  background: #ff0000;
  z-index: 550;
  right: -7px;
  top: 17px;
  height: 40px;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  border-width: 0px;
  margin: 0px;
  padding: 6px 17px 6px 15px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.4196078431);
}
.stt-product-badge-wrap:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -7px;
  border-width: 0px 7px 7px 7px;
  border-left-color: #650000;
  right: -7px;
  z-index: 0;
}

.stt-product-badge-text {
  color: white;
  font-weight: 600;
  font-size: 20px;
}

.home #site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0px;
}

.tvp-header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tvp-header-content-text {
  color: #e1e1e1;
}

.tvp-header-content-button {
  margin-top: 20px;
  font-weight: 600;
}
.tvp-header-content-button .sand-white-button {
  font-size: 20px;
}
.tvp-header-content-button .sand-white-button .fas {
  padding-left: 10px;
}

.tvp-header-content {
  padding-left: 40px;
  max-width: 550px;
}
@media all and (max-width: 550px) {
  .tvp-header-content {
    padding-left: 0px;
  }
}

.tvp-header-content-title {
  font-size: 45px;
  line-height: 55px;
  font-family: "Brown";
  color: white;
  margin-bottom: 20px;
}

.tvp-header-flex {
  padding: 0px 20px;
}

.tvp-header-flex-inner {
  margin-top: 60px;
  display: flex;
}
@media all and (max-width: 550px) {
  .tvp-header-flex-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.tvp-header-inner {
  height: 700px;
  width: 100%;
  background: url("/wp-content/uploads/header/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 450px) {
  .tvp-header-inner {
    height: 800px;
  }
}

.tvp-header-image {
  background: url("/wp-content/uploads/2022/04/stt-webshop-logo-2022.png");
  width: 400px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 750px) {
  .tvp-header-image {
    width: 200px;
    height: 200px;
  }
}
@media all and (max-width: 550px) {
  .tvp-header-image {
    margin-left: auto;
    margin-right: auto;
  }
}

.sa-webshop-welcome-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-top: -80px !important;
  min-height: 250px;
}
@media all and (max-width: 450px) {
  .sa-webshop-welcome-wrapper {
    flex-direction: column;
  }
}

.sa-webshop-welcome-right {
  width: 100%;
  padding: 0 !important;
  position: relative;
  text-align: center;
  height: 300px;
}
@media all and (max-width: 500px) {
  .sa-webshop-welcome-right {
    width: 100%;
    height: 250px;
  }
}

.tivala-header-swiper {
  content: " ";
  top: 0%;
  left: 0%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.swiper-container {
  height: 100%;
}

.tvp-campaign-slide-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px 0;
  height: 98%;
  width: 96%;
  margin: 0 0 0 7px;
  background-color: white;
  border: 1px solid rgb(236, 236, 236);
}
@media all and (max-width: 500px) {
  .tvp-campaign-slide-wrapper {
    margin: 0 0 0 3%;
    width: 96%;
  }
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img {
  height: 200px;
  width: 250px;
  background-position: 50% 20%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
  padding: 15px;
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img .stt-product-badge-wrap-extra {
  top: 64px !important;
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img .stt-product-badge-wrap {
  left: -7px;
  right: auto;
  top: 15px;
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img .stt-product-badge-wrap .stt-product-badge-text {
  font-size: 18px;
}
.tvp-campaign-slide-wrapper .tvp-campaign-slide-img .stt-product-badge-wrap:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -8px;
  border: 4px solid;
  border-color: #650000 #650000 transparent transparent;
  width: 0;
  height: 0;
  left: 0px;
  z-index: 0;
}

.sa-products-search-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sa-products-search-wrapper #sa-webshop-welcome-search {
  width: 100%;
  margin-right: 20px;
  border-radius: 3px;
  font-weight: bold;
  height: 55px;
}
.sa-products-search-wrapper #sa-webshop-welcome-search input[type=text] {
  padding: 8px 10px;
}
.sa-products-search-wrapper #sa-webshop-welcome-search::placeholder {
  font-weight: normal;
}
.sa-products-search-wrapper #sa-webshop-welcome-search-button {
  align-items: center;
  height: 55px;
  width: 120px;
  line-height: 2.5em;
  font-size: 18px;
}

.sa-webshop-bottom {
  width: 100%;
}
.sa-webshop-bottom a {
  width: 100%;
  display: block;
}
.sa-webshop-bottom a .sa-webshop-bottom-wrapper {
  width: 100%;
  min-height: 180px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.14);
  margin-top: 25px;
  background: url(/header-bg.jpg) no-repeat left !important;
  background-size: cover !important;
}
@media all and (max-width: 700px) {
  .sa-webshop-bottom a .sa-webshop-bottom-wrapper {
    padding: 20px 10px;
  }
}
.sa-webshop-bottom a .sa-webshop-bottom-wrapper .sa-webshop-bottom-text {
  padding: 0 15px;
  width: 400px;
}
.sa-webshop-bottom a .sa-webshop-bottom-wrapper .sa-webshop-bottom-text p {
  font-size: 22px;
  padding-bottom: 0;
  color: white;
  line-height: 1.5em;
}
@media all and (max-width: 500px) {
  .sa-webshop-bottom a .sa-webshop-bottom-wrapper .sa-webshop-bottom-text p {
    font-size: 16px;
  }
}
.sa-webshop-bottom a .sa-webshop-bottom-wrapper .sa-webshop-bottom-img {
  width: 150px;
  height: 150px;
  background-position: 50% 20% !important;
  background-size: cover !important;
  border-radius: 3px;
}
.sa-webshop-bottom a:hover p {
  color: #d2d2d2 !important;
}

.sa-products-search-wrapper {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.sa-products-search-wrapper #sa-product-pl-search {
  width: 100%;
  margin-right: 20px;
  border-radius: 3px;
  font-weight: bold;
}
.sa-products-search-wrapper #sa-product-pl-search::placeholder {
  font-weight: normal;
}
.sa-products-search-wrapper #sa-product-pl-search-button {
  align-items: center;
}

.woocommerce-variation-price {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.content-area li {
  list-style: disc;
  padding-bottom: 0;
}

.tvp-custom-footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 40px;
}
@media all and (max-width: 500px) {
  .tvp-custom-footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.tvp-custom-footer-wrapper .tvp-custom-footer-area {
  display: flex;
  flex-direction: column;
}
.tvp-custom-footer-wrapper .tvp-custom-footer-area .tvp-custom-footer-title {
  font-size: 18px;
  color: white !important;
}
.tvp-custom-footer-wrapper .tvp-custom-footer-area .tvp-custom-footer-text {
  font-size: 13px;
  line-height: 18px;
  color: white !important;
}
.tvp-custom-footer-wrapper .tvp-custom-footer-area .tvp-custom-footer-sub {
  color: #a5a5a5;
  font-size: 13px;
  line-height: 18px;
}

.simidrott-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* Change the RGBA values as needed (R, G, B, A) */
  position: absolute;
  top: 0;
  left: 0;
}

.tvp-custom-header-option {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9999999;
}

.simidrott-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); /* Change the RGBA values as needed (R, G, B, A) */
  position: absolute;
  top: 0;
  left: 0;
}

.tvp-custom-header-option {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9999999;
}

.simidrott-frontpage-banner {
  width: 80%;
  max-width: 1300px;
  height: 450px;
  background: rgb(20, 87, 107);
  background: linear-gradient(0deg, rgb(20, 87, 107) 0%, rgb(84, 133, 147) 100%);
  margin: auto;
  border-radius: 20px;
}
@media all and (max-width: 750px) {
  .simidrott-frontpage-banner {
    height: 200px;
    width: 90%;
  }
}

.simidrott-frontpage-banner-img {
  background-image: url("/wp-content/uploads/2024/04/sim-clipped-2-1.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  width: 90%;
  max-width: 1200px;
  height: 450px;
  margin: auto;
  border-radius: 20px;
}
@media all and (max-width: 1500px) {
  .simidrott-frontpage-banner-img {
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .simidrott-frontpage-banner-img {
    height: 200px;
  }
}

.custom-customer-selections-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.103);
  z-index: 999;
  display: none;
}

.custom-customer-selections {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: solid 4px #0093B3;
  padding: 50px 30px;
  border-radius: 20px;
  z-index: 1000 !important;
  background-color: white;
  color: #0093B3 !important;
}
.custom-customer-selections .custom-customer-selections-title {
  color: #0093B3 !important;
  padding: 0px 10px 10px 10px;
  text-align: center;
}
.custom-customer-selections .custom-customer-selections-wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-customer-selections .custom-customer-selections-wrap .custom-customer-selection {
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 5px;
}
.custom-customer-selections .custom-customer-selections-wrap .custom-customer-selection:hover {
  background-color: #e4e4e4;
}

#tvp-checkout-customer-select {
  background: rgba(0, 0, 0, 0.03);
  padding: 5px 10px;
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  max-width: 400px;
}

#id-newsletter.newsletter-container {
  position: fixed;
  left: 2.5%;
  bottom: 2.5%;
  z-index: 999;
  background-color: #1e1e1e !important;
  padding: 20px;
  max-width: 320px;
  min-width: 320px;
  border-radius: 5px;
}
#id-newsletter.newsletter-container .content-container {
  display: flex;
  flex-direction: column;
}
#id-newsletter.newsletter-container .content-container img {
  border-radius: 5px;
}
#id-newsletter.newsletter-container .content-container h3 {
  color: white;
  font-size: 30px;
  text-align: center;
  margin-top: 25px;
}
#id-newsletter.newsletter-container .content-container p {
  color: white;
  font-size: 16px;
}
#id-newsletter.newsletter-container .content-container .icon-container {
  text-align: center;
}
#id-newsletter.newsletter-container .content-container .icon-container .icon {
  font-size: 65px;
  color: white;
}
#id-newsletter.newsletter-container .content-container .button-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#id-newsletter.newsletter-container .content-container .button-container button {
  font-family: Soin !important;
}
#id-newsletter.newsletter-container .content-container .button-container .open-button {
  background-color: white;
  color: black;
}
#id-newsletter.newsletter-container .content-container .button-container .open-button:hover {
  background-color: rgb(199, 199, 199) !important;
  color: black !important;
}
#id-newsletter.newsletter-container .content-container .button-container .close-button {
  color: white;
  background-color: transparent;
}
#id-newsletter.newsletter-container .content-container .button-container .close-button:hover {
  border: 1px white;
}
#id-newsletter.newsletter-container .content-container .button-container .open-button, #id-newsletter.newsletter-container .content-container .button-container .close-button {
  padding: 8px;
  text-align: center;
  border-radius: unset;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: unset;
}/*# sourceMappingURL=style-design.css.map */