.container {
  margin: 0 auto
}

.cart-list {
  margin-top: 17px
}

footer.footer {
  display: none
}

#customer_place .form-control {
  margin: 0
}

#customer_place .form-control.sc-error {
    border: 1px solid #B7428F !important;
}
input.sc-error {
	border:1px solid #B7428F !important;
	color:#f13340 !important;
	background:url(../../../img/error.svg) 98% no-repeat #f4eef2  !important;
  background-size: 24px;
}

input.sc-ok {
  background: url(../../../img/ok.svg) 98% no-repeat  !important; 
}
#customer_place .form-control:required {
  border: 1px solid orange;
}

#customer_place .form-control:read-only {
  border: 1px solid green;
  background: #e5e5e5;
}

#customer_place .form-control:valid {
  border: 1px solid green;
  background: #fff;
}
#customer_place .form-control:valid+label {
 color: #366C4C;
 font-size: 12px;
}
.form-group.unvisible {
  display: none
}
.discount-block .form-row label {
  position: absolute;
  top: 10px !important;
  left: 14px !important;
  pointer-events: none;
  transition: all .2s ease;
  -moz-transition: .2s ease all;
  -webkit-transition: all .2s ease;
  outline: none;
  font-size: 16px !important;
  font-weight: 400;
  font-family: Roboto;
  color: #6c6c6c !important;
}
.discount-block .form-row input:focus+label {
  top: -8px !important;
  background: #fff;
  color: #141414;
  font-size: 14px !important;
  left:10px !important;
}
.discount-block .form-row input:focus,
.discount-block .form-row input:focus-visible  {
  border:1px solid #B7428F !important;
  outline: none;
}
.form-row label {
  position: absolute;
  top: 10px;
  left: 14px;
  pointer-events: none;
  transition: all .2s ease;
  -moz-transition: .2s ease all;
  -webkit-transition: all .2s ease;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  color: #6c6c6c;
}
#customer_place .lock .form-control:required {
  border: 1px solid green;
  background-color: #e4e3e3 !important;
}
.form-row input:focus+label,
.form-row input:disabled+label,
.form-row input:valid+label,
.form-row select:valid+label,
.form-row select:focus+label,
.form-row select:checked+label,
.form-row select:checked+label,
.form-row input:read-only+label,
.form-row select:read-only+label {
  top: -8px;
  background: #fff;
  color: #141414;
  font-size: 14px;
  left:10px;
}

.lock .form-row input+label {
    top: -8px;
    background: linear-gradient(to top, #e4e3e3 50%, #fff 50%);
    color: #366C4C;
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto;
}
.form-row {
  position: relative;
  margin-bottom: 15px
}

.category-section__center-column {
  flex: 0 0 75%;
  padding-bottom: 100px
}

.cart-content {
  display: flex
}

.cart__left {
  width: 30%;
  padding-right: 30px
}

.delivery-block {
  margin-top: 30px
}

.cart__heading {
  min-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #52595b;
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px
}

.form-group-radio .radio {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px
}

.form-group-radio .radio input[type='radio'] {
  position: absolute;
  opacity: 0
}

.form-group-radio .radio input[type='radio']+.radio-label {
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
 align-items: center;
}
p.carrier_info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.radio-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #000000;
}
._delivery_option_price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #B7428F;
  justify-content: end;
}
.form-group-radio .radio input[type='radio']:checked+.radio-label .radio-circle {
  background: #fff
}

.form-group-radio .radio input[type='radio']+.radio-label .radio-circle {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  vertical-align: middle;
  border: 1px solid #B7428F;
  flex: none;
}

#simplecheckout_content .form-group-radio .radio input[type='radio']:checked+.radio-label .radio-circle::after {
  background: #B7428F
}

.form-group-radio .radio input[type='radio']+.radio-label .radio-circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50%
}
#payment_place .radio-name {
  margin-left:10px;
}
.delivery_desc {
  display: none
}

.cart__right {
  width: 70%
}

.cart-item__product {
  width: 50%
}

.cart-item__price {
  width: 18%
}

.cart-item__quantity {
  width: 20%
}

.cart-item__sum {
  width: 15%
}

.cart-item__remove {
  width: 5%
}

.cart-item__col {
  display: flex;
  flex-direction: column
}

.cart-item__col-head {
  min-height: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #52595b;
  text-align: center;
  padding-bottom: 5px
}

.cart-item__col-body {
  border-top: 1px solid #52595b;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #231f20;
  padding-right: 3%;
  flex-grow: 1
}

#module-ecm_simcheck-simcheck .cart-product {
  display: flex;
  align-items: center
}

#module-ecm_simcheck-simcheck .cart-product__img img {
  max-width: 180px;
  max-height: 180px;
  margin-right: 30px
}

#module-ecm_simcheck-simcheck .cart-product__text {
  font-weight: 400;
  color: #52595b;
  line-height: 1.6;
  font-family: 'Nunito Sans', sans-serif
}

#module-ecm_simcheck-simcheck .cart-product__text p {
  font-size: 18px;
  line-height: 1.3;
  color: #231f20;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 5px
}

.counter {

  max-width: 160px;
  display: flex;
  justify-content: space-between
}

.counter__decrement a {
  display: flex;
    align-items: center;
}

.counter__button span {
  vertical-align: middle
}

.counter__decrement span {
  margin-bottom: .15em
}

#module-ecm_simcheck-simcheck .input-number {
  text-align: center;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  width: 55px;
  height: 40px;
}

.counter__button a{
  width: 40px;
  height: 40px;
  flex-grow: 1;
  color: #b7c1c4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter__button:hover {
  color: #231f20
}

.cart-product-remove {
  transition: 0.2s;
  cursor: pointer
}

.cart-item {
  display: flex
}

#checkout_place {
  padding-top: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

.total_place {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}

#checkout_place .cart-summary-line {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  color: #231f20
}

.unvisible {
  display: none !important;
}

#checkout_place .cart-summary-line .label {
  margin-right: 15px
}

.promo-code-form {
  display: flex
}

.promo-code-form>* {
  height: 47px;
  width: 170px
}

.form-control {
  border: 1px solid #C9C9C9;
  width: 100%;
  height: 40px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  padding: 14px 14px;
  color: #141414;
  border-radius: 8px;
}
select#id_country,
select#address_delivery,
select#id_country\#I,
select#address_invoice\#I {
  padding: 0 10px;
}
label.required-after:after {
  content: " *";
  color: red;
  position: relative;
}
.btn {
  padding: 1.3em 3em;
  transition: color 0.3s;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  z-index: 1;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;

}

.btn--fill {
  color: #fff;
  border: 1px solid #231f20
}

.btn--fill:hover {
  color: #000
}

.btn--fill:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #231f20;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s
}

.btn--fill:hover:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #231f20;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1
}

.table {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #52595b;
  font-family: 'Nunito Sans', sans-serif;
  width: 100%
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.add_discount,
.btn-add-to-cart {
  background: #141414;
  border-radius: 6px;
  padding: 12px 14px;
  color: #fff;
  cursor: pointer;
}
.add_discount:hover,
.btn-add-to-cart:hover {
  background: #B7428F;
}
img.order_carrier_logo {
  width: 60px;
  margin: 10px;
}

  #order-detail-content .cart-item:not(:first-child) .cart-item__col-head {
      display: none
  }
  #order-detail-content .cart-item:not(:first-child) .cart-item__col-body{
    border: none;
  }


button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
  letter-spacing: inherit
}

#customer_place .cart__heading a.pull-right {
  padding: 0;
  float: right;
  line-height: 1.8em;
  font-size: 14px
}

@media (max-width:1599px) {
  #checkout_place .cart-summary-line {
      font-size: 19px
  }
  #checkout_place .btn {
      padding: 1.3em 2em
  }
}

@media (max-width:1499px) {
  #checkout_place .cart-summary-line {
      font-size: 18px
  }
  #checkout_place .btn {
      padding: 1.3em 1em
  }
  .total_place {
      flex-wrap: wrap-reverse
  }
  .total_place .card-block {
      flex: 0 0 100%;
      display: flex;
      justify-content: flex-end
  }
}

@media (max-width:1199px) {
  .total_place .btn {
      width: 100%
  }
}

@media (max-width:899px) {
  .total_place .card-block {
      flex: inherit
  }
}

@media (max-width:767px) {
  .container {
      padding-left: 20px;
      padding-right: 20px
  }
}

.pad .form-row {
  margin-bottom: 20px
}

.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: .5em;
  -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@-moz-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@-o-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

@keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}

#growls {
  z-index: 50000;
  position: fixed
}

#growls.default {
  width: 100%;
  text-align: center;
  font-weight: 700
}

#growls.tl {
  top: 10px;
  left: 10px
}

#growls.tr {
  top: 10px;
  right: 10px
}

#growls.bl {
  bottom: 10px;
  left: 10px
}

#growls.br {
  bottom: 10px;
  right: 10px
}

.growl {
  opacity: .8;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

.growl.growl-incoming {
  opacity: 0
}

.growl.growl-outgoing {
  opacity: 0
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px
}

.growl.growl-medium {
  width: auto;
  padding: 20px;
  margin: 0 auto
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px
}

.growl.growl-default {
  color: #fff;
  background: #7f8c8d
}

.growl.growl-error {
  color: #fff;
  background: #c0392b
}

.growl.growl-notice {
  color: #fff;
  background: #2ecc71
}

.growl.growl-warning {
  color: #fff;
  background: #f39c12
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: helvetica, verdana, sans-serif
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px
}

.icon.icon-cookies::before {
  content: ' ';
  background-image: url(https://dev.double-beauty-shop.de/img/icon/cookie.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
}

#blocknewsletter {
  background-image: url(https://dev.double-beauty-shop.de/img/icon/newslatter.jpg);
  height: 330px;
  margin-bottom: 45px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.carrier-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.carrier-info p {
  margin: 5px 0px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6C6C6C;
}
#blocknewsletter .right-block {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  float: right;
  margin: 25px;
}

#blocknewsletter .right-block .terms {
  font-size: 12px;
}

#blocknewsletter button {
  display: inline-block;
  height: 50px;
  min-width: 270px;
  margin: 0 0 10px;
  padding: 10px 15px;
  font: 700 16px/30px Century Gothic, Arial, sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #272727;
}

input#newsletter-input {
  border-radius: 0;
  padding: 13px;
  width: 295px;
}

.footer-title.section-footer-title {
  font: 700 30px/30px Century Gothic, Arial, sans-serif;
  margin-bottom: 0;
}

@media (min-width:767px) and (max-width:1500px) {

  .product-list__item {
      width: 25%;
  }
  div#layerslider_1 {
      max-width: 1000px !important;
  }
}

.to_login {
  position: fixed;
  background: white;
  z-index: 999;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.login-form {
  width: 460px;
  margin: 0 auto;
  margin-top: 150px;
}
.nologin {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  display: flex;
}
.hidden {
  display: none;
}
.checkbox.addressen-invoice label {
  display: flex;
  align-items: center;
}
.unlock_address {
  background: #141414;
  border-radius: 4px;
  color: #f5f5f5;
  padding: 10px 15px;
  margin-bottom: 20px;
 
}
.unlock_address:hover {
  background: #B7428F;
}
button.unlock_address.btn-link{
  margin-bottom: 20px;
}
button.unlock_address.btn-link span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
}
button.unlock_address.btn-link span svg {
margin-right: 7px;
}
.checkbox.addressen-invoice {
  margin-bottom: 20px;
}
button.unlock_address.btn-link,
#one_address {
  margin-right: 10px;
}

.type_auth {
  display: flex;
  text-align: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #6C6C6C;
}
span.type_auth {
  border: 1px solid #B7428F !important;
  border-radius: 10px;
  padding: 5px 14px;
  font-size: 14px;
  cursor: pointer;
}
label:has(input[type="radio"]:checked) .type_auth,
label:has(input[type="radio"]:hover) .type_auth {
  background-color: #B7428F; 
  color:#fff;
}
input[type=checkbox] {
  accent-color: #B7428F;
}
[class^="cart_total_"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 7px 0;
}
.totals-block {

  max-width: 345px;
  width: 345px;
  margin-bottom: 15px;
}

.totals{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cart_discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discount-block {
  max-width: 345px;
}

span#total_price {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #141414;
}
.cart_discount_name {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #366C4C;
}
p#discount_error {
  color: #B7428F;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.add_discount,
a.price_discount_delete {
  cursor: pointer;
}
#total_discount,
#total_shipping,
#total_product {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color:  #6c6c6c;
}
.vouchers-block {
  margin: 0 0 14px 0;
}
p.btn-add-to-cart {
  margin-top: 20px;
}
.cart_total_price.price-total {
  margin-bottom: 20px;
}
.price-total {
  border-top: 1px solid #6c6c6c;
  padding-top: 14px;
}
.total_price_container {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #141414;
  text-transform: uppercase;
}
.iti + label{top:-8px;background:#fff}
li.old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #7b7b7b;
}
li.price.special-price {
  color: #b6428f;
  font-weight: bold;
}
li.price-percent-reduction.small {
  color: red;
}

.nologin span {
  color: #B7428F;
  text-decoration: underline;
  margin-right: 5px;
  cursor: pointer;
}
p.lost_password.form-group.for_lock {
  font-size: 14px;
  text-align: right;
  color: #b7428f;
  text-decoration: underline;
}
.type_auth span.custom-radio {
  display: none;
}