@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");
@import url('//fonts.googleapis.com/css?family=Amatic+SC');
a,
.nav-link {
  color: #a6357f;
}

.navbar-nav .nav-link {
  color: #555
}



.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #a6357f;
  --bs-btn-border-color: #a6357f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a6357f;
  --bs-btn-hover-border-color: #a6357f;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a6357f;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #a6357f;
  --bs-btn-disabled-border-color: #a6357f;
}

.btn-primary {
  color: #fff;
  background-color: #a6357f;
  border-color: #932f70
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #7f2961;
  border-color: #321026
}

.btn-primary:hover {
  color: #fff;
  background-color: #7f2961;
  border-color: #64204d
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7f2961;
  border-color: #64204d
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #64204d;
  border-color: #321026
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #a6357f;
  border-color: #932f70
}

/* a5327f */

/*
*{
font-family: 'Open sans';
  font-size:18px;
}

p{font-size:18px;
  line-height:28px;
}

old a6357f
*/

.footer {
  background-color: #fff;
  padding: 50px 0;
}

.footer a {
  text-decoration: none !important;
}

.alert-primary {
  background-color: rgba(112, 36, 87, .1);
  border-color: #702457;
  color: #a5327f;
}

.apple-switch label {
  margin-left: 40px
}

.apple-switch input {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  margin-left: -60px !important;
  margin-top: -5px;
}

.apple-switch input:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.apple-switch input:checked {
  box-shadow: inset 20px 0 0 0 #a5327f;
  border-color: #a5327f;
}

.apple-switch input:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

.btn-border-primary {
  border: 2px solid #a5327f !important;
  font-weight: 600;
}

.shop a {
  text-decoration: none;
}

.shop {
  background-color:#fff;
    background-image: url('../img/bg_sommer_hell2.jpg');
  background-repeat: no-repeat;
  background-size: 100%

}

.shop .card-title {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.shop .card-text {
  color: #000;
}

.shop .card{
  border: 0;
  border-radius: 0;
}
.shop .card-title-shop {
  -webkit-line-clamp: 2;
}
.shop .card-img{
  border-radius:0;
}
.shop .card-img-overlay .card-title-shop {
  background-color: rgba(255, 255, 255, .66);
  padding: 10px;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  word-wrap: normal;
  border-top: 1px solid rgba(0, 0, 0, .3);
    margin:0;
}

.testimonial {
  background-color: #fff
}

strong {
  font-weight: 700
}

body {
  background-color: #fff;
}

.hr-clear hr {
  clear: both;
}

section {}

section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.main {
  box-shadow: none;
  margin-top: -20px;
  z-index: 200;
  background-size: cover;
  background-image: url('../img/main_bg.jpg');
}

section.main .container {
  padding-top: 40px;
}

section.main .panel-default {
  overflow: hidden
}

section.main .panel-body {
  /*background-color: rgba(255,255,255,.75);*/
  padding: 0;
  position: relative;
}

section.main .panel-body-text {
  padding: 15px;
}

section.main .panel-footer {
  background-color: rgba(255, 255, 255, .65);
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.img-grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.navbar-default {
  background-color: #fff;
  background-image: none;
  border: none;
  z-index: 199;
}

.navbar-mid a {
  color: #666;
}

tfoot {
  font-size: 12px;
  color: #999;
}

.product {
  overflow: hidden;
}

.product .panel-body {
  padding: 0;
  overflow: hidden;
}

.product_category .panel-body {
  padding: 0;
}

.container {
  padding: 15px;
}

.carousel-control {
  background-color: transparent;
  background-image: none !important;
}

.shop .item {
  background-color: #fff;
  margin: 15px 0;
}

.shop .item a {
  font-size: 1.6em; //white-space: nowrap;
  overflow: hidden; //text-overflow: ellipsis;
  display: block;
}

.shop .item .text-danger {
  font-size: 1.9em;
}

.shop .item small,
.shop .item strong {
  display: block;
}

.shop .item img {
  margin-bottom: 5px;
}

.shop .item-xs {
  background-color: #fff;
  margin: 15px 0;
}

.shop .item-xs a {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.shop .item-xs .text-danger {
  font-size: 1.3em;
}

.shop .item-xs small,
.item-xs strong {
  display: block;
}

.shop .item-xs img {
  margin-bottom: 5px;
}

/* slider */

.shop .item .panel-body a {
  height: 82px;
}

.shop .item-xs .panel-body a {
  height: 21px;
}

.embed-responsive-3by2 {
  padding-bottom: 150%;
}

.panel-default {
  /*  	background-color: #fff6d7;*/
}

section.main {
  background-color: #444;
  color: #fff;
}

.main .panel-default {
  color: #000
}

.nav-centered {
  float: none !important;
  text-align: center !important;
}

.nav-centered>li {
  float: none !important;
  position: inherit !important;
  display: inline-block !important;
}

.moma-10 {
  margin-left: -10px
}

@media (max-width: 767px) {
  .moma-10 {
    margin-left: 10px
  }
}

.modal label {
  color: #000;
}
