html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "acumin-pro", sans-serif;
  background-color: #f0eeea;
  padding-top: 30px;
  padding-bottom: 60px;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.boxed {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}

.logo-shop {
  width: 110px;
  position: absolute;
  top: 0;
}

.form-box {
  position: unset;
}

.campaign-img {
  padding-top: 80px;
}

.campaign-img img {
  width: 100%;
}

@media (max-width: 767px) {
  body {
    padding-top: 15px
  }

  .boxed {
    padding: 15px;
  }

  .logo-shop {
    position: relative;
  }

  .campaign-img {
    padding-top: 15px;
  }
}

.scoupy-logo-no .campaign-img {
  padding-top: 0;
}

.row-nomargin {
  margin-left: 0;
  margin-right: 0;
}

hr {
  margin-top: 5px;
}

h1 {
  font-size: 31px;
}

h3 {
  font-size: 23px;
}

p {
  font-size: 13px;
}

.navbar-default {
  background-color: white;
}

.navbar-brand img {
  width: 110px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 110px;
  }
}

.navbar-nav>li>a {
  line-height: 49px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 1051;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: white;
}

.btn-lg {
  line-height: 1.42857143;
}

.btn-lg .fa {
  margin-right: 13px;
}

.btn-primary {
  background-color: #a1c806;
  border-color: #a1c806;
  border-top: 1px solid #cfe380;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  background-color: #a1c806;
  border-color: #a1c806;
  border-top: 1px solid #cfe380;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #91b208 !important;
  border-color: #91b208 !important;
  border-top: 1px solid #cfe380 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  outline: 0 !important;
}

.btn-success {
  background-color: #73c537;
  border-color: #73c537;
}

.btn-success:hover {
  background-color: #73c537;
  border-color: #73c537;
}

.btn-success:focus,
.btn-success:active {
  background-color: #73c537 !important;
  border-color: #73c537 !important;
  outline: 0 !important;
}

@media (max-width: 767px) {
  .btn-block-mobile {
    display: block;
    width: 100%;
  }
}

.alert {
  border: 2px solid black;
  border-radius: 6px;
  padding: 10px;
}

.alert-danger {
  color: #b94e4e;
  background-color: #fff4f4;
  border-color: #b94e4e;
}

.container {
  transition: filter .2s linear;
}

@media (max-width: 1024px) {
  body.modal-open {
    /* iOS 11 fix https://stackoverflow.com/questions/46339063/ios-11-safari-bootstrap-modal-text-area-outside-of-cursor */
    position: fixed;
  }
}

.modal-open-custom .container-blur {
  -webkit-filter: blur(60px);
  -moz-filter: blur(60px);
  -o-filter: blur(60px);
  -ms-filter: blur(60px);
  filter: blur(60px);
  transition: filter .2s linear;
}

.modal-backdrop {
  background-color: transparent;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 140px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /*     -webkit-transform: translate3d(0, -300px, 0); */
  /*     transform: translate3d(0, -300px, 0); */
  opacity: 1;
}

@media (max-width: 767px) {
  .modal.fade .modal-dialog {
    top: 60px;
  }
}

.modal-header-without-title {
  padding-bottom: 0;
  border: 0;
  z-index: 1;
  position: relative;
}

.close {
  text-shadow: 0px 1px 0 #fff;
  color: #757575;
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal-content {
  box-shadow: 0 0px 9px rgba(0, 0, 0, .3);
  border: 0;
  border-radius: 8px;
}

select.form-control.disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
}

select.form-control.disabled::-ms-expand {
  display: none;
}

.has-error .form-control {
  background-color: #ffeeee;
}

.has-error input[type="file"] {
  color: #d72724;
}

.checkbox label.has-error {
  color: #d72724 !important;
}

.radio label.has-error {
  color: #d72724 !important;
}

.has-error .bs-placeholder {
    border: 1px solid #a94443;
    background-color: #ffeeee;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .col-xs-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*
.jewelry-items-container{ margin: 0 -16px 0px -15px; } .jewelry-item-container{ float:left; width: 33.3333333%; } .jewelry-item-container-bracelet{ width: 25%; text-align: center; } .jewelry-item{ padding: 3px; border: 1px solid #dedede; margin: 5px; margin: -0.5px; cursor: pointer; box-sizing: border-box; background-color: white; } .jewelry-item:hover, .magazine-thumb-container:hover{ box-shadow: inset 0px 0px 0px 3px #f2f2f2; } .jewelry-item.selected, .magazine-thumb-container.selected{ box-shadow: inset 0px 0px 0px 3px #a1c806; } .jewelry-item img{ border-radius: 4px; width: 100%; }
.magazine-thumbs-container{ margin: 0 -4px 0px -0px; } .magazine-thumb-container{ padding: 5px; cursor: pointer; text-align: center; border: 1px solid #dedede; margin: -0.5px; background-color: white; } .magazine-thumb{ max-width: 100%; height: 12vh; } .magazine-title{ font-size: 16px; text-align: center; margin-top:8px; }
.bracelet-hero-image-container{ margin: 0 -15px; border-top: 1px solid #dedede; text-align: center; background-color: white; } .bracelet-hero-image{ width: 100%; max-width: 400px; } .jewelry-item-bracelet h3{ margin-top: 0; } @media (max-width: 991px) { .jewelry-item-bracelet h3{ font-size:18px; } }
*/
.panel-group {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .panel-group {
    margin: 20px -15px;
  }

  .panel-group .panel+.panel {
    margin-top: -1px;
  }
}

.panel-default>.panel-heading {
  background-color: white;
  color: #f97f00;
}

.panel-body {
  background-color: #f7f7f7;
}

/****** SC Forms *******/
.SC_form-code-table {
  position: absolute;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  border-radius: 4px;
  top: 0;
  z-index: 1;
}

.SC_form-code-table td {
  border: 1px solid #d0d0d0;
  height: 34px;
  border-radius: 4px;
  background-color: #f3f3f3;
}

.SC_form-code-table td:last-child {
  border-color: transparent !important;
  background: none !important;
}

.has-error .SC_form-code-table td {
  border-color: #a94442;
  background-color: #ffeeee;
}

.SC_form-form-group--code {
  position: relative;
}

.SC_form-form-group--code input {
  border: 0 !important;
  box-shadow: none !important;
  z-index: 2;
  position: relative;
  background: transparent;
  font-family: courier;
  overflow-x: hidden;
  text-transform: uppercase;
}

.SC_form-code-table td {
  height: 50px;
}

.code_field {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}

.SC_form-form-group--code {
  margin-left: 30px;
}

@media (min-width: 500px) {
  .SC_form-form-group--code {
    margin-left: 50px;
  }
}

.SC_forms_submit_error {
  color: #d72724;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.SC_forms_submit_error_address {
  color: brown;
  background-color: rgba(251, 229, 61, 0.81);
  border: 1px solid #d6c22c;
  text-align: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 6px;
}

.has-error .code_field {
  background: none;
}

.dateFieldDay, .dateFieldMonth, .dateFieldYear {
  float: left;
}

.dateFieldDay {
  width: 25% !important;
}

.dateFieldMonth {
  width: 40% !important;
  margin-left: 2%;
}

.dateFieldYear {
  width: 30% !important;
  margin-left: 2%;
}

/****** SC Forms payments *******/
.SC_payment_order_shortcut {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 23px;
}

.SC_payment_order_shortcut.hide {
  display: none !important;
}

.SC_payment_type_container {
  margin: 0 0 5px;
}

.SC_payment_type_container label {
  font-weight: bold;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
}

@media (max-width: 767px) {
  .SC_payment_type_container label {
    font-size: 11px;
  }
}

.SC_payment_type_container label.has-error {
  background: #ffeeee;
  border-color: #a94442;
}

.SC_payment_type_container label img {
  margin: 6px 10px 4px 29px;
  max-width: 40px;
  display: block;
  float: left;
  border-radius: 4px;
}

.SC_payment_bank_select_container,
.SC_payment_scdebit_iban_container {
  padding-left: 4px;
  margin-top: 5px;
}

.checkbox.SC_payment_scdebit_iban_container {
  margin-top: -5px;
}

.SC_payment_type {
  display: block;
  float: left;
  margin: 13px 0 0 4px !important;
}

.SC_payment_amount_container {
  width: 100%;
}

.SC_payment_amount_container label {
  float: left;
  display: block;
  margin-top: 10px;
}

.SC_payment_amount {
  font-size: 26px;
  height: 38px;
  font-weight: bold;
  text-align: left;
  line-height: 38px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none !important;
  float: right;
  display: block;
  width: 50%;
  text-align: right;
}

.SC_payment_amount_price_extra_container {
  width: 100%;
}

.SC_payment_amount_price_extra_container label {
  float: left;
  display: block;
  margin-top: 10px;
}

.SC_payment_amount_price_extra {
  font-size: 19px;
  height: 38px;
  font-weight: bold;
  text-align: left;
  line-height: 38px;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none !important;
  float: right;
  display: block;
  width: 50%;
  text-align: right;
}

.SC_product_variation_container_container {}

@media (max-width: 767px) {
  .SC_product_variation_container_container {
    margin: 20px -16px 0px -15px;
  }
}

.SC_product_variation_container {
  position: relative;
}

.SC_product_variation_container-visual {
  margin: 0;
  float: left;
  width: 33.3333333%;
}

.SC_product_variation_container-visual img {
  max-width: 100%;
  max-height: 225px;
}

.SC_product_variation {
  padding: 9px;
  border: 1px solid #dedede;
  margin: -0.5px;
  /*     margin-bottom: -1px; */
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  /*     transition: box-shadow 0.25s ease-in-out; */
}

.SC_product_variation-visual {
  text-align: center;
  position: relative;
}

.SC_product_variation_title {
  font-weight: bold;
}

.SC_product_variation_price {
  font-size: 80%;
}

.SC_product_variation-visual .SC_product_variation_caption {
  display: table;
  width: 100%;
  margin: 5px 0 -8px;
}

.SC_product_variation-visual .SC_product_variation_title {
  display: table-cell;
  height: 42px;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 115%;
}

.SC_product_variation-visual .SC_product_variation_price {
  /*     display: block; */
}

.SC_product_variation:hover {
  box-shadow: inset 0px 0px 0px 3px #f2f2f2;
  transition: box-shadow 0.3s ease-in-out;
}

.SC_product_variation.selected {
  box-shadow: inset 0px 0px 0px 3px #a1c806;
}

.SC_product_variation.error {
  box-shadow: inset 0px 0px 0px 3px red;
  transition: box-shadow 0.25s ease-in-out;
}

.SC_product_outofstock .panel-heading {
  text-decoration: line-through;
  color: #cecece;
}

.SC_product_outofstock .panel-heading a {
  text-decoration: none;
}

.SC_product_outofstock img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.SC_product_outofstock_overlay {
  position: absolute;
  color: #fff;
  font-size: 18px;
  z-index: 1;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgb(193, 0, 0);
  padding: 2px;
  width: 100%;
  text-align: center;
  display: none;
  left: 0;
}

.SC_product_outofstock .SC_product_outofstock_overlay {
  display: block;
}

.SC_product_outofstock.SC_product_variation_container {
  color: #cecece;
}

.SC_product_outofstock .SC_product_variation {
  background-color: #e6e6e6;
}

.SC_product_outofstock.SC_product_variation_container:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #cecece;
  content: "";
  width: 100%;
  display: block;
}

/* .jewelry-items-container{  } .jewelry-item-container{ float:left; width: 33.3333333%; } .jewelry-item-container-bracelet{ width: 25%; text-align: center; } .jewelry-item{ padding: 3px; border: 1px solid #dedede; margin: 5px; margin: -0.5px; cursor: pointer; box-sizing: border-box; background-color: white; } .jewelry-item:hover, .magazine-thumb-container:hover{ box-shadow: inset 0px 0px 0px 3px #f2f2f2; } .jewelry-item.selected, .magazine-thumb-container.selected{ box-shadow: inset 0px 0px 0px 3px #a1c806; } .jewelry-item img{ border-radius: 4px; width: 100%; }  */
/****** SC Forms dropzones *******/
.SC_form_file_uploader {
  margin-bottom: 20px;
}

.SC_form_file_uploader.has-error {
  border-color: #a94442;
  background-color: #ffeeee;
}

.dz-error-mark, .dz-details, .dz-success-mark {
  display: none;
}

.dz-image-preview {
  height: 50px;
  display: inline-block;
}

.dz-image {
  height: 100%;
}

.dz-image img {
  height: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: -5px;
}
