/*
 Theme Name:     Croco Storage
 Theme URI:      -
 Description:    Croco Storage Theme
 Author:         MarketioLab AB
 Author URI:     http://www.marketiolab.se
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.form-postcode {
  text-align: center;
}
.form-postcode input {
  border: none;
  background-color: #f1f1f1;
  padding: 15px 20px;
  font-size: 16px;
  min-width: 250px;
}
.form-postcode button {
  margin-left: -5px;
}
.form-postcode button img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.price-pack-row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.card {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 30px 0 rgba(251, 251, 251, 0.5);
  min-height: 393px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-small {
  background: url("images/small-img.png") no-repeat #fff;
  background-position-x: 95%;
  background-position-y: 5%;
  background-size: 29%;
}
.card-large {
  background: url("images/large-img.png") no-repeat #fff;
  background-position-x: 95%;
  background-position-y: 5%;
  background-size: 40%;
}
.card-header {
  margin: 0 25px;
  padding: 30px 0 20px 0;
}
.card-header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.card-header p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}
.card-header p span {
  font-size: 14px;
  color: #555;
}
.card-body {
  padding: 30px 20px;
}
.card-body p {
  font-size: 16px;
  margin-bottom: 10px;
}
.card-body p:last-of-type {
  margin-bottom: 0;
}
.card-body p img {
  width: 18px;
}
.card-footer {
  padding: 30px;
  background-color: #fff3ef;
  text-align: center;
}
.quantity {
  text-align: center;
}
.quantity input[type='button'] {
  border: none;
  background-color: #ff5721;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 20px;
}
.quantity input[type='button']:hover {
  cursor: pointer;
  background-color: #d84b1d;
}
.quantity input[type='text'] {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 60px;
  text-align: center;
}
.form-total-postcode {
  display: none;
}
.form-qty-postcode {
  border: none !important;
  background-color: #f1f1f1 !important;
  padding: 15px 20px !important;
  font-size: 16px;
  width: 100%;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.btn {
  border: none;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.btn:hover {
  cursor: pointer;
}
.btn img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.btn-primary {
  background-color: #ff5721;
  color: #fff;
}
.btn-primary:hover {
  background-color: #d84b1d;
}
.text-primary {
  color: #ff5721;
}
.text-center {
  text-align: center !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.disabled {
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 1345px) {
  .form-postcode input {
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .form-postcode input,
  .form-postcode button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .form-postcode input {
    margin-bottom: 5px;
  }
}
