.onestepcheckout-index-index tr.totals.shipping.excl .amount {
  font-size: 1.6rem;
  font-weight: 600;
}
.actions-toolbar div.primary .action {
  margin-right: 0;
}
.column.main .cart-summary .actions-toolbar .primary {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.cart-summary .block > .title {
  padding-top: 15px;
}
.product-info-main .product-addto-links a.action,
.product-info-main .share-this-container a.action {
  margin-right: 15px;
  margin-left: 0;
}
.product-info-main .product-addto-links a.action.tocompare,
.product-info-main .share-this-container a.action.tocompare {
  margin-left: 0;
}
.product-info-main .box-tocart .product-social-links {
  margin-left: 0;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  margin-right: 15px;
}
.sidebar .block.block-compare.mgs-compare .block-content .actions-toolbar .secondary {
  margin-left: 0;
  width: 100%;
}
.sidebar .block.block-compare.mgs-compare .block-content .actions-toolbar .primary {
  display: block;
  float: none;
}
.sidebar .block.block-compare.mgs-compare .block-content .actions-toolbar {
  display: block;
  float: none;
}
.contact-index-index .hidden,
.contact-index-index .page-title-wrapper,
.contact-index-index .breadcrumbs {
  display: none;
}
body.contact-index-index .page-main > .columns {
  max-width: 1422px;
  padding-top: 69px;
}
.contact-index-index .contact-form-content .line {
  display: flex;
  align-items: center;
}
.contact-index-index .contact-form-content .left {
  max-width: 49.1%;
  flex: 0 0 49.1%;
}
.contact-index-index .contact-form-content .right {
  align-items: center;
  max-width: 50.9%;
  flex: 0 0 50.9%;
  padding-left: 40px;
}
.contact-index-index .contact-form-content h2 {
  font-size: 30px;
  color: #1c1c1c;
}
.contact-index-index .contact-form-content .left h2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.modals-wrapper {
  position: absolute;
  z-index: 9998;
}
.contact-index-index .contact-form-content .right h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-index-index .contact-form-content form p {
  text-align: justify;
}
.contact-index-index .contact-form-content form p,
.contact-index-index .contact-form-content label {
  font-size: 15px;
  color: #4f4f51;
  line-height: 20px;
  font-weight: 400;
}
.contact-index-index .contact-form-content .fieldset .field > .label,
.additional-information .label {
  background-color: #e1ded7;
  display: block;
  margin-bottom: 0;
}
.contact-index-index .contact-form-content .personal-information .field {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.contact-index-index .contact-form-content .personal-information input {
  border-radius: 3px;
  height: 24px;
}
.contact-index-index .contact-form-content .personal-information label {
  font-size: 12px;
  width: 140px;
  padding: 7px 9px;
}
.contact-index-index .contact-form-content input {
  border: 2px solid #f48b5d;
}
.contact-index-index .contact-form-content textarea {
  display: block;
  border: 2px solid #f48b5d;
  border-radius: 3px;
  resize: vertical;
}
.contact-index-index .contact-form-content fieldset {
  margin: 0;
  padding: 34px 41px 34px 39px;
  background: #f7f7f7;
}
.contact-index-index .contact-form-content .actions-toolbar .primary .action {
  font-size: 18px;
  color: #f4f4f4 !important;
  margin-right: 0;
  box-shadow: 0px 2px 5px 1px #777575;
  text-transform: none;
}
.contact-index-index .contact-form-content .primary {
  float: right;
}
.contact-index-index .addresses {
  margin-bottom: 15px;
}
.contact-index-index .addresses ul {
  display: flex;
}
.contact-index-index .addresses li {
  margin-right: 10px;
}
.contact-index-index .addresses p {
  padding: 0 5px;
  margin: 0;
}
.contact-index-index .addresses a,
.contact-index-index .addresses img {
  display: block;
}
.contact-index-index .email a {
  font-size: 28px;
  color: #1c1c1c;
}
.contact-index-index .email a:hover {
  text-decoration: underline;
}
.contact-index-index .section.personal-information {
  background: #ece9e6;
}
.contact-index-index .section {
  background: #ece9e6;
  margin-bottom: 35px;
  border-radius: 5px;
}
.contact-index-index .section.additional-information .row {
  display: flex;
  padding: 0 34px;
  justify-content: space-between;
}
.contact-index-index .section.additional-information .field {
  width: 45%;
  margin: 0;
}
.contact-index-index .contact-form-content .personal-information .control {
  width: calc(100% - 140px);
  padding: 5px 64px 5px 26px;
}
.contact-index-index .contact-form-content .personal-information .field:first-child label {
  padding-top: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.contact-index-index .contact-form-content .personal-information .field:last-child label {
  padding-bottom: 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-index-index .contact-form-content .personal-information .field:first-child .control {
  padding-top: 15px;
}
.contact-index-index .contact-form-content .personal-information .field:last-child .control {
  padding-bottom: 15px;
}
.section.additional-information label {
  padding: 4px 15px;
  margin-bottom: 19px;
}
.section.additional-information label:after {
  content: "*";
  color: #ff0000;
  margin: 0 0 0 2px;
}
.contact-index-index form select {
  padding: 0 22px 0 8px;
  background: #fff;
  border-radius: 5px;
  height: 24px;
  border: 2px solid #f48b5d;
  position: relative;
  background-image: url(../images/dropdown.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  border-radius: 3px;
  color: #878787;
}
.contact-index-index .section.additional-information {
  padding-bottom: 13px;
}
.contact-index-index .contact-form-content .fieldset .message .field > .label {
  padding: 4px 15px;
}
.section.recaptchar label {
  padding: 4px 15px;
  background-color: #e1ded7;
  display: block;
  margin-bottom: 19px;
}
.section.recaptchar label:after {
  content: "*";
  color: #ff0000;
  margin: 0 0 0 2px;
}
.field-recaptcha {
  padding: 0 20px 20px;
}
.contact-index-index .contact-form-content .right .wrapper {
  padding: 34px 80px;
  background: #f7f7f7;
  text-align: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
body.contact-index-index .contact-form-content form.form.contact .field.comment textarea + .mage-error {
  margin-top: 0;
}
body.contact-index-index .contact-form-content form.form.contact .actions-toolbar {
  margin-top: 20px;
}
.contact-index-index .contact-form-content .right .email,
.contact-index-index .addresses {
  position: relative;
  padding-left: 60px;
}
.contact-index-index .contact-form-content .right .email:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-size: 54px;
  color: #1c1c1c;
  position: absolute;
  left: -7px;
  top: -10px;
}
.contact-index-index .contact-form-content .right .addresses:before {
  content: "";
  display: block;
  width: 42px;
  height: 60px;
  background-image: url(../images/location-dot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-index-index .section.message .control {
  padding: 30px 20px;
}
body .lookbook-marker-type2 .lookbook-profile-products .lookbook-product {
  display: block;
}
body .lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-container {
  display: block;
  width: auto !important;
  padding-right: 8px;
  height: auto !important;
  border: 0;
  margin-bottom: 10px;
}
body .lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-content .lookbook-profile-title h3 {
  font-size: 18px;
}
#lookbook-popup .product-image-wrapper {
  padding-bottom: 0;
  height: auto;
}
#lookbook-popup .product-image-photo {
  position: static;
}
@media (min-height: 768px) {
  /*.checkout-cart-index span.price-excluding-tax.saving-price {
    margin-top: 24px;
    position: absolute;
    top: calc(50% + 10px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 20px);
  }*/
  .lookbook-marker-type2 .lookbook-profile-products .lookbook-product .lookbook-profile-product-image .product-image-photo {
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .contact-index-index .contact-form-content .left,
  .contact-index-index .contact-form-content .right {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .contact-index-index .contact-form-content .personal-information .control {
    padding: 5px 20px;
  }
  .contact-index-index .contact-form-content .right {
    margin-bottom: 0;
  }
  .contact-index-index .contact-form-content fieldset {
    padding: 34px 41px;
  }
  body.contact-index-index .contact-form-content form.form.contact .actions-toolbar {
    padding: 0 41px;
  }
}
@media (max-width: 539px) {
  body.contact-index-index .contact-form-content form.form.contact .actions-toolbar {
    padding: 0 20px;
  }
  .contact-index-index .contact-form-content fieldset {
    min-width: 0;
    padding: 34px 20px;
  }
  .contact-index-index .contact-form-content .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .contact-index-index .contact-form-content .right .addresses:before {
    width: 30px;
    height: 40px;
    left: 4px;
  }
  .contact-index-index .contact-form-content .right .email:before {
    font-size: 40px;
    top: -6px;
    left: 0;
  }
  .contact-index-index .email a {
    font-size: 20px;
  }
  .contact-index-index .contact-form-content .right .email,
  .contact-index-index .addresses {
    padding-left: 46px;
  }
  .contact-index-index .contact-form-content .right .wrapper {
    padding: 34px 20px;
  }
  .contact-index-index .section.additional-information .row {
    padding: 0 20px;
  }
  .contact-index-index .section.additional-information .field {
    width: 47%;
  }
}
