/*
* BOUTON
*/

.storename-nav-top {
  border-left: 0;
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 300;
  margin: 0 0 0 10px;
  line-height: 1.5;
}

.swdostorename-bk {
  display: flex;
  align-items: center;
  height: 100%;
}

#swselect-delivery-option {
  display: flex;
  align-items: center;
  border: none;
  background: var(--primary-color, #ffffff);
  border: 1px solid var(--primary-color, #000000);
  border-radius: 5px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white, #000000);
  margin: 8px 0 0 11px;
  height: 33px;
  letter-spacing: 1.1px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#swselect-delivery-option [class^="icon-"] {
  color: var(--white, #2d2d2d);
  font-size: 1.2rem;
}

#swselect-delivery-option:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*
* MODAL
*/
.fancybox-margin {
  margin-right: 0 !important;
}

#swfancy-delivery-option .row {
  background: var(--bodybg, #f1f1f1);
  padding: 15px 0;
  margin: 0;
}

#swfancy-delivery-option .row.stflex {
  padding-top: 0;
  display: flex;
}

.stpanel {
  background: var(--bodybg-d2, #ffffff);
  height: 200px;
  border-radius: var(--global-radius, 12.5px);
}

.stpanel-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

.stpanel-mini-left {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.stpanel-mini-right {
  padding: 50px 0 0 0;
}

.stpanel-mini-left:hover {
  border: 1px solid #000;
}

.stselectbk {
  cursor: pointer;
}

.ststoreselect {
  cursor: pointer;
  font-size: 0.75rem;
}

.stpanel.stitlepanel {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stpanel.stitlepanel span.sttitle {
  font-size: 1.5rem !important;
  font-weight: 600;
  padding-bottom: 15px;
  color: var(--primary-color, #000000);
}

.stpanel.stitlepanel span.stsubtitle {
  padding-bottom: 5px;
}

.sttext {
  display: flex;
  padding: 0 30px 0;
  align-items: center;
  justify-content: center;
}

.sttext i {
  font-size: 50px;
}

.stdesc {
  padding: 0 10px;
}

.ststore-selection {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}

.ststore-selection form {
  width: 100%;
  padding: 0 30px 0;
}

/*
* MEDIA QUERIES
*/

@media (max-width: 769px) {
  #swfancy-delivery-option .row.stflex {
    flex-direction: column !important;
  }
  #swfancy-delivery-option .stflex > div {
    margin: 10px 0 !important;
  }
  .sttext {
    padding: 20px !important;
  }

  .storename-nav-top {
    display: none;
  }

  #swselect-delivery-option {
    background-color: transparent;
    border: 0px solid #000000;
    color: var(--color-txt, #000000);
    align-items: center;
  }

  #swselect-delivery-option:hover {
    background-color: transparent;
    border: 0px solid #000000;
    color: var(--primary-color, #000000);
  }

  #swselect-delivery-option [class^="icon-"] {
    font-size: 1.4rem;
  }

  #swselect-delivery-option [class^="icon-"] {
    color: var(--primary-color, #2d2d2d);
    font-size: 1.2rem;
  }

  .ststoreselect {
    cursor: pointer;
    font-size: 0.6rem;
    width: auto;
  }
}
