/**
* 2018 by XTO Soluciones Creativas Informáticas
*
* XTO Select Store
*
*  @author		chMA Puche by XTO
*  @web			https://xto.es
*  @copyright	2018 Expertos Tiendas Online [https://expertostiendasonline.es] by XTO
*  @license		http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/

#xto-select-store,
.info-select-store,
.xto-select-store {
  margin-bottom: 15px;
}

#xto-select-store.form-control {
  background-color: transparent;
  padding-top: 0;
}

#xto-select-store .delivery-information.d-block {
  padding: 0;
}

#xto-select-store.error {
  border-color: #C80211;
}

#info-select-store,
.info-select-store {
  background-color: transparent;
  width: 100%;
}

.link-localize-store {
  float: right;
}

.link-localize-store a {
  font-size: 12px !important;
}

.box-info-store .info-select-store {
  padding: 15px 0;
}

#info-select-store .alert {
  margin-top: 15px;
  padding-left: 65px;
}

#store-name,
.store-name {
  margin-bottom: 0;
  font-weight: bold;
}

.store-address {
  margin-bottom: 0;
}

#store-address,
.store-address {
  font-style: italic;
}

#store-days span,
.store-days span {
  font-weight: bold;
  padding-bottom: 15px;
}

.store-phone a {
  color: initial;
}

.store-phone a:hover {
  color: #000;
}

#store-map {
  height: 100%;
  width: 100%;
}

.box-title-history {
  background: #fafafa;
  text-align: center;
}

.box-title-history .info-title {
  //padding-top: 15px;
}

.box-title-history .info-description {
  //font-size: 14px;
  padding-bottom: 15px;
}

.carrier-extra-content.active {
  display: block !important;
}

.left {
  text-align: left;
  margin: 10px 0;
}

.right {
  text-align: right;
  margin: 10px 0;
}

#box-select-store {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 15px 0;
  margin-bottom: 15px;
}

#box-select-store .info-select-store p {
  font-size: 13px;
  margin-bottom: 0;
}

.xtocheckout #info-select-store .alert-warning {
  background: rgba(117, 125, 108, 0.2);
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  text-align: left;
  padding-left: 16px;
}


@media (min-width: 1024px) {
  .box-info-store {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  #store-map {
    height: 290px;
    width: 100%;
  }
}