.product {
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  flex-direction: column;
  font-family: "Fs Dillon", Sans-serif;
  padding: 10px; }
  @media (min-width: 767px) {
    .product {
      flex-direction: row; } }
  .product.product-header {
    padding: 0; }
    .product.product-header .product--details--left {
      padding-left: 10px;
      align-items: center;
      color: #e64117; }
    .product.product-header .product--details--right .product--price {
      color: #e64117; }
  .product .product--name {
    margin: 0;
    font-size: 1em !important; }
  .product--details {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .product--details--left {
      display: flex;
      align-items: center;
      text-align: left; }
      @media (min-width: 767px) {
        .product--details--left {
          width: 65%; } }
    .product--details--right {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 767px) {
        .product--details--right {
          width: 36%; } }
  .product--price {
    color: #54595f;
    width: 35%;
    display: flex;
    justify-content: center; }
  .product--delete {
    width: 20%;
    justify-content: center;
    display: flex; }
    .product--delete i {
      cursor: pointer; }
    .product--delete p {
      visibility: hidden; }
    .product--delete button {
      background: #e64117;
      color: white;
      font-weight: bolder;
      cursor: pointer;
      border: 0; }

.action-button-container {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 767px) {
    .action-button-container {
      justify-content: flex-end;
      flex-direction: row;
      height: 15%; } }
  .action-button-container .keep-navigating-button {
    cursor: pointer; }
    @media (min-width: 767px) {
      .action-button-container .keep-navigating-button {
        text-align: center;
        margin-right: 1em; } }
  .action-button-container .elementor-button-wrapper {
    padding: 10px; }
  .action-button-container .see-cart-button {
    color: #e64117;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px; }
  .action-button-container .pay-button {
    background-color: #e64117;
    text-decoration: none;
    margin-top: 1em; }
    @media (min-width: 767px) {
      .action-button-container .pay-button {
        margin-top: 0;
        margin-left: 1em; } }

.product-suggestions {
  text-align: left;
  font-family: "Fs Dillon", Sans-serif; }
  .product-suggestions a {
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 300;
    margin: 0; }
  .product-suggestions button {
    margin: 0 20px; }

.container {
  width: 100%;
  transition: all 0.2s ease-in; }
  @media (min-width: 1200px) {
    .container {
      width: 70%; } }
  .container .innerContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto; }
    .container .innerContainer > svg {
      margin: 50px 0 100px 0; }

.holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1; }

.product-container {
  margin: 20px;
  flex: 1; }
  .product-container h5 {
    font-family: "Fs Dillon", Sans-serif;
    color: #54595f;
    font-size: 1.25em !important;
    text-align: center;
    font-weight: normal;
    margin: 0; }

.products > p.basket-is-empty {
  font-size: 2em;
  text-align: center; }

.basket-summary {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  margin: 20px;
  font-family: "Fs Dillon", Sans-serif; }
  .basket-summary p:first-child {
    color: #e64117; }
  .basket-summary p:last-child {
    color: #54595f; }

.login-screen {
  padding: 30px; }

.login {
  padding: 0; }
  .login h1 {
    color: #54595f;
    text-align: center;
    font-size: 45px !important;
    font-family: "Fs Dillon", Sans-serif;
    line-height: 1;
    margin-top: 0; }
  .login .field-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .login .field-group label {
      font-family: "Fs Dillon", Sans-serif; }
    .login .field-group input {
      border: 1px solid #818a91;
      color: #54595f;
      font-family: "Fs Dillon", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding: 6px 16px;
      background-color: transparent;
      width: 100%;
      min-width: 300px; }
  .login .controls-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .login .controls-bottom button {
      width: 100%;
      max-width: 300px; }
      .login .controls-bottom button:disabled {
        background-color: #54595f; }
      .login .controls-bottom button i.fa-spinner {
        margin-left: 10px;
        animation: spin 2s linear infinite; }
    .login .controls-bottom .elementor-lost-password {
      margin-top: 20px; }
    .login .controls-bottom .elementor-not-yet-signup,
    .login .controls-bottom .elementor-lost-password {
      font-family: "Fs Dillon", Sans-serif;
      font-size: 18px;
      color: #54595f;
      text-decoration: none; }
      .login .controls-bottom .elementor-not-yet-signup:hover,
      .login .controls-bottom .elementor-lost-password:hover {
        color: #e64117; }
  .login div.input-password {
    position: relative; }
    .login div.input-password .toggle-password-visibility {
      position: absolute;
      top: 7px;
      right: 10px;
      width: 24px; }

.signup {
  font-family: "Fs Dillon", Sans-serif;
  padding: 0 20px 20px; }
  .signup h1 {
    color: #54595f;
    font-size: 45px !important;
    margin-top: 10px; }
  .signup button.elementor-button {
    font-family: "Fs Dillon", Sans-serif;
    text-transform: uppercase;
    background-color: #e64117; }
  .signup .acceptConditions-container {
    margin-bottom: 20px; }
    .signup .acceptConditions-container label {
      line-height: 1; }
  .signup form .error-message {
    font-size: 14px;
    color: red;
    font-family: "Fs Dillon", Sans-serif; }
  .signup form .radio-label {
    display: flex; }
    .signup form .radio-label input {
      margin: 5px; }
  .signup form .signup-success-message {
    text-align: justify;
    font-family: "Fs Dillon", Sans-serif;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .signup form .signup-success-message i {
      font-size: 40px;
      color: green;
      margin-bottom: 20px; }

.ms-resamania-basket .basket-page-title {
  margin: 0.5em 0; }

.ms-resamania-basket .action-button-container.basket-page {
  margin-bottom: 2em; }

.ms-resamania-basket .login-screen {
  margin-top: 50px;
  box-shadow: 0px 10px 90px -20px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 767px) {
    .ms-resamania-basket .login-screen {
      flex-direction: row; } }
  @media (min-width: 767px) {
    .ms-resamania-basket .login-screen .login {
      border-right: 2px solid #54595f; } }
  .ms-resamania-basket .login-screen .login,
  .ms-resamania-basket .login-screen .signup {
    flex: 1; }
  .ms-resamania-basket .login-screen .login {
    display: flex;
    flex-direction: column;
    padding: 30px; }
    .ms-resamania-basket .login-screen .login input {
      width: auto; }

.elementor-button {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
  border: none;
  font-family: "Fs Dillon", Sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e64117; }
  .elementor-button:disabled {
    background-color: #b9b9b9 !important;
    cursor: default; }

.yellow.elementor-button {
  background-color: #ffcb05;
  color: #54595f; }
  .yellow.elementor-button:hover {
    background-color: #2bb673;
    color: #fff; }

.light-blue.elementor-button {
  background-color: #00aeef;
  color: #fff; }

.green.elementor-button {
  background-color: #2bb673;
  color: #fff; }

.field-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }
  .field-group input {
    border: 1px solid #818a91;
    color: #54595f;
    font-family: "Fs Dillon", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 16px;
    background-color: transparent; }

label {
  font-family: "Fs Dillon", Sans-serif;
  cursor: pointer; }

.field-group-one-line {
  display: flex;
  flex-direction: row; }
  .field-group-one-line *:first-child {
    margin-right: 10px; }
  .field-group-one-line > div {
    flex: 1; }

.error {
  padding: 10px; }
  .error p {
    margin: 0;
    color: red; }

button {
  max-width: 300px; }
  button:disabled {
    background-color: #54595f; }
  button i.fa-spinner {
    margin-left: 10px;
    animation: spin 2s linear infinite; }

.login-screen.loading {
  justify-content: center;
  min-height: 300px;
  min-width: 300px;
  display: flex;
  align-items: center; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.load-more-btn {
  border: 2px solid #54595f;
  color: #54595f;
  background-color: #fff;
  font-family: "Fs Dillon", Sans-serif;
  text-transform: uppercase; }
  .load-more-btn:hover {
    color: #fff;
    background-color: #54595f;
    border: 2px solid #54595f; }


/*# sourceMappingURL=basket.css.map*/