body {
  background-color: #eaeaea;
  font-size: 16px;
}

.btn {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: normal !important;
}

.btn-primary {
  background-color: #4b2a5f !important;
  color: #f7ea48 !important;
  text-transform: uppercase;
  border-radius: 20px;
  border-color: #4b2a5f;
  padding: 10px 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:target,
.btn-primary:active:focus .btn-primary:active {
  background-color: #f7ea48 !important;
  color: #4b2a5f !important;
  border-color: #f7ea48;
}
.btn-primary-text-white {
  color: #fff !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  color: #4b2a5f !important;
  border-color: rgb(207, 212, 217, 1) !important;
  border-radius: 20px;
  padding: 10px 20px;
  text-transform: uppercase;
}
.btn-outline-primary:hover {
  background-color: #4b2a5f !important;
  color: #fff !important;
  border-color: #4b2a5f;
}

.btn-fb {
  color: #fff;
  border-radius: 20px;
  background: url("../gfx/fb-btn-icon.jpg") rgb(65, 90, 147) 35px center
    no-repeat;
  background-size: 21px 29px;
  padding-left: 45px;
  min-width: 167px;
}
.btn-gmail {
  color: #000;
  border-radius: 20px;
  background: url("../gfx/gmail-btn-icon.jpg") #fff 35px center no-repeat;
  border-color: rgb(194, 85, 73);
  background-size: 28px 23px;
  padding-left: 45px;
  min-width: 167px;
}

.back-btn {
  display: inline-block;
  padding-left: 35px;
  color: #000;
  background: url("../gfx/back.jpg") left center no-repeat;
  background-size: 29px 27px;
}
.back-btn:hover {
  color: #000;
}

.page-link {
  color: #4b2a5f;
}
.page-item.active .page-link {
  background-color: #4b2a5f;
  border-color: #4b2a5f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #eaeaea inset !important;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  border-radius: 20px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 0 30px #eaeaea inset !important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border-color: rgb(128, 128, 128, 1) !important;
}
select {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #eaeaea !important;
}

.input-group > .input-group-prepend > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: none;
  border-color: rgb(201, 205, 210, 1) !important;
  color: #000;
}
.input-group > .input-group-append > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: none;
  border-color: rgb(201, 205, 210, 1) !important;
  color: #000;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-left: none;
  border-right: none;
  border-color: rgb(201, 205, 210, 1) !important;
}
.input-group > .form-control:not(:first-child):focus,
.input-group > .custom-select:not(:last-child):focus,
.input-group > .form-control:not(:last-child):focus {
  border-color: rgb(201, 205, 210, 1) !important;
}

.text-grey {
  color: rgb(128, 128, 128, 1) !important;
}
.text-secondary {
  color: #4b2a5f !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-size-bigger {
  font-size: 24px;
}
.font-size-smaller {
  font-size: 14px;
}
.font-size-smallest {
  font-size: 10px;
}

.navbar {
  background-color: #4b2a5f;
  border-radius: 15px;
  margin: 10px 10px 0px 10px;
}
.navbar a {
  color: #fff;
  font-size: 15px;
}
.navbar a:hover,
.navbar ul.menu-items li.active a {
  color: #fff;
  text-decoration: underline;
}

a.navbar-brand {
  margin-left: -10px;
}
a.navbar-brand,
a.navbar-brand:hover {
  font-size: 42px;
  margin-top: -5px;
  text-decoration: none;
}

.navbar ul.langs ul li {
  padding: 0px 20px;
}
.navbar ul.langs ul a {
  color: #4b2a5f;
}

main {
  padding: 20px 20px;
}

footer {
  padding: 20px 20px;
  text-align: center;
}

footer .footer-left {
  color: rgb(128, 128, 128, 1);
  line-height: 30px;
}
footer h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin: 0 0 10px 0;
  padding: 0;
}
footer ul li a,
footer ul li a:hover {
  color: #000;
}
footer ul li a.active {
  text-decoration: underline;
}
footer .copyright {
  padding: 80px 20px 20px 20px;
  color: rgb(189, 189, 189, 1);
  font-size: 14px;
}

h2 {
  color: #4b2a5f;
  font-weight: normal;
  margin-bottom: 50px;
}

ul.product-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 0;
  color: #4b2a5f;
}

ul.product-list li {
  list-style: none;
  flex: 0 0 20%;
  margin-bottom: 40px;
}

ul.product-list li label {
  font-size: 20px;
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
}
ul.product-list li span {
  display: block;
  margin: 0;
  padding: 0;
}
ul.product-list img {
  max-height: 200px;
}

.product-breadcrumb a {
  margin-right: 10px !important;
}

img.product-image {
  max-width: 100%;
}
.product-info h2 {
  font-size: 1.5rem;
  margin-bottom: 10px !important;
}

.product-info-shipment {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content {
  padding: 10px 0 20px 0;
}

div.form {
  font-size: 15px;
}
div.form .descr {
  margin: 30px 0 0px 0;
  color: rgb(128, 128, 128, 1);
  line-height: 30px;
}

.text-divider {
  margin: 20px 0;
  line-height: 0;
  text-align: center;
}
.text-divider span {
  background-color: #eaeaea;
  padding: 0 20px;
}
.text-divider:before {
  content: " ";
  display: block;
  border-top: none;
  border-bottom: 1px solid rgb(207, 212, 217, 1);
}

.service-types {
  margin-bottom: 50px;
  justify-content: center;
}
.service-item {
  padding: 10px;
  width: 250px;
  font-size: 11px;
  color: #4b2a5f;
  text-transform: uppercase;
  text-align: center;
  border: 1px #4b2a5f solid;
  cursor: pointer;
}
.service-item.active {
  background-color: #4b2a5f;
  color: #fff;
}
.service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  width: 70%;
  min-height: 300px;
  margin-top: 40px;
  padding: 20px 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #4b2a5f;
  background-color: #fff;
  border: 1px rgb(157, 157, 157) solid;
}

.order-lines {
  font-size: 13px;
  margin-bottom: 40px;
}

.cart-total {
  margin-top: 40px;
  text-align: center;
}
.cart-continue-shopping {
  padding-top: 40px;
}

.checkout-reg-left {
  padding-right: 20px;
}
.checkout-reg-right {
  padding-left: 20px;
}

.close-map {
  display: none;
}
.map {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .navbar ul.menu-items * + * {
    margin-left: 30px;
  }

  .font-size-smallest {
    font-size: 14px;
  }

  .navbar {
    margin: 20px 20px 0px 20px;
    padding: 0px 80px;
  }
  a.navbar-brand {
    margin-left: -10px;
    margin-right: 150px;
  }

    a.navbar-brand-slim {
        margin-left: -10px;
    }

  main {
    padding: 20px 100px;
  }
  ul.product-list.one-row {
    overflow-x: hidden;
    white-space: nowrap;
  }
  /* ul.product-list li {
    margin-right: 50px;
  } */

  .product-breadcrumb {
    margin-bottom: 70px !important;
  }
  .product-breadcrumb a {
    margin-right: 25px !important;
  }
  .product-info {
    padding-left: 0;
    padding-right: 0;
  }
  .product-info h2 {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .product-info-shipment {
    margin-top: 0;
    margin-bottom: 70px;
  }

  img.product-image {
    max-width: 508px;
  }

  .content {
    padding: 30px 0 100px 0;
  }

  footer {
    text-align: left;
    padding: 20px 100px;
  }
  div.form h3 {
    margin-top: 60px;
  }

  .service-types {
	width: 70%;
    justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
  }

  .order-lines {
    font-size: 15px;
    margin-bottom: 0;
  }

  .cart-total {
    margin-top: 120px;
    text-align: left;
  }
  .cart-continue-shopping {
    padding-top: 40px;
  }

  .checkout-reg-left {
    padding-right: 80px;
  }
  .checkout-reg-right {
    padding-left: 80px;
  }

  .map {
    width: 600px;
  }
}

.order-lines > * + * {
  border-top: 1px rgb(221, 221, 221) solid;
}

.confirmOrder tr td {
  text-align: center;
}

.order-substitution-line {
  background-color: #f6f6f6;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 300px;
}