/* Wrapper ========================================================================================================== */
.gls-wrapper {
    display: none;
}
@media screen and (min-width: 769px) {
  .gls-wrapper {
    overflow: hidden;
  }
}

.gls-block-title:before {
    content: '';
    background: url('../images/gls-logo.png') left top no-repeat;
    background-size: 64px;
    width: 64px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    float: left;
    margin-top: 9px;
    margin-bottom: -4px;
}

/* Tabs ============================================================================================================= */

.gls-tabs {
  float:left;
  width: 100%;
}

.gls-tabs .gls-tab {
  float: left;
  width: 50%;
  font-size: 14px;
  padding: 16px;
  color: #172156;
  border: 1px solid #D4D9E3;
  cursor: pointer;
  transition: width .2s;
  -webkit-transition: width .2s;
}

.gls-tabs .gls-tab .gls-tab-price {
  float: right;
}

.gls-tabs .gls-tab.active {
  background: #061ab1;
  font-weight: bold;
  color: white;
  border: 1px solid #061ab1;
  cursor: default;
}

.gls-tabs .gls-tab.active .gls-tab-price {
  color: #FBC000;
}

.gls-tabs .gls-tab:first-child{
  border-radius: 5px 0 0 5px;
}

.gls-tabs .gls-tab:last-child{
  border-radius: 0 5px 5px 0;
}

/* Global =========================================================================================================== */

.gls-services {
  float:left;
  width: 100%;
  font-size: 14px;
  color: #172156;
  margin-bottom: 20px;
}

.gls-highlight {
  background: #E7E8EE;
}

.gls-services a {
  color: #003BFB;
  cursor: pointer;
  text-decoration: none;
}

.gls-services a:hover {
  color: #FB003B;
  text-decoration: underline;
}

.gls-services a:hover svg g{
  fill: #FB003B;
}

.delivery-fee .amount > span {
  margin-right: 2px;
}

/* ================================================================================================================== */
/* Error Messages =================================================================================================== */
/* ================================================================================================================== */

.gls-error {
    margin-top: 10px;
    padding: 3px 10px;
    width: 100%;
    float: left;
    overflow: hidden;
    font-size: 13px;
    color: red;
    background: #ffdada;
    border-radius: 3px;
}

/* ================================================================================================================== */
/* Delivery Options ================================================================================================= */
/* ================================================================================================================== */

.gls-delivery-options .gls-delivery-option {
  border: 1px solid #D4D9E3;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
  display: table;
  width: 100%;
}

.gls-delivery-options .gls-delivery-option input {
  display: table-cell;
  width: 25px;
}

.gls-delivery-options .gls-delivery-option label {
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  display: table-cell;
  width: 80%;
}

.gls-delivery-options .gls-delivery-option .delivery-fee {
  display: table-cell;
  width: 20%;
  text-align: right;
}

.gls-delivery-options .gls-delivery-option label:hover {
  text-decoration: underline;
}

/* Sub delivery ===================================================================================================== */

.gls-sub-delivery-options .gls-sub-delivery-option {
  display: table !important;
  padding: 10px 0;
  width: 100%;
}

.gls-sub-delivery-options .gls-sub-delivery-option:nth-child(1) {
  display: none !important;
}

.gls-sub-delivery-options .gls-sub-delivery-option:nth-child(2) {
  margin-top: 10px;
}

.gls-sub-delivery-options .gls-sub-delivery-option input {
  display: table-cell;
  width: 25px;
}

.gls-sub-delivery-options .gls-sub-delivery-option label {
  font-weight: normal;
  display: table-cell;
  width: 75%;
}

.gls-sub-delivery-options .gls-sub-delivery-option .delivery-fee {
  display: table-cell;
  width:25%;
  text-align: right;
}

/* ================================================================================================================== */
/* Parcel Shops ===================================================================================================== */
/* ================================================================================================================== */

.gls-parcel-shops .gls-parcel-shop {
  border: 1px solid #D4D9E3;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px;
  display: table;
  width: 100%;
}

.gls-parcel-shops .gls-parcel-shop input {
  width: 25px;
  display: inline;
}

.gls-parcel-shops .gls-parcel-shop label {
  width: 100%;
  display: inline;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.gls-parcel-shops .gls-parcel-shop label:hover {
  text-decoration: underline;
}

/* Address information */

.gls-parcel-shops .gls-parcel-shop .address-information {
  display: table;
  width: 100%;
  padding-left: 31px;
}

.gls-parcel-shops .gls-parcel-shop .address-information .street {
  display: table-cell;
  width: 50%;
  padding-right: 7px;
}

.gls-parcel-shops .gls-parcel-shop .address-information .city {
  display: table-cell;
  width: 30%;
  padding-right: 7px;
}

.gls-parcel-shops .gls-parcel-shop .address-information .distance-meters {
  display: table-cell;
  width: 20%;
  text-align: right;
}

.gls-parcel-shops .gls-parcel-shop .address-information .distance-meters:before {
  content: '';
  background-image: url(../images/pin.svg);
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Business Hours */

.gls-parcel-shops .gls-parcel-shop .open-business-hours-link {
  display :block;
  padding-left: 31px;
  margin-top: 15px;
}

.gls-parcel-shops .gls-parcel-shop .open-business-hours-link.active {
  display :none;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container {
  border: 1px solid #D4D9E3;
  border-radius: 5px;
  width: 100%;
  height: 0;

  opacity: 0;
  transition: 0.1s opacity 0.1s ease-in-out, 0.1s transform ease-in-out;
  transform: scale(0);
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container.active {
  background: #fff;
  height: unset;
  display :table;
  padding: 15px;
  margin-top: 15px;

  opacity: 1;
  transition: 0.2s opacity 0.1s ease-in-out, 0.3s transform ease-in-out;
  transform: scale(1);
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-row {
  display :table !important;
  width: 100%;
  padding-bottom: 3px;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-row:nth-child(1){
  display :none !important;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-row .gls-cell{
  display :table-cell;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-row .gls-cell.day-of-the-week {
  width: 30%;
  padding-right: 7px;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-row .gls-cell.opening-hours {
  width: 70%;
}

/* Close */

.gls-parcel-shops .gls-parcel-shop .table.gls-container {
  position: relative;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-close {
  position: absolute;
  right: 15px;
  top: 12px;
}

.gls-parcel-shops .gls-parcel-shop .table.gls-container .gls-close svg {
  display :inline;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -4px;
}

/* ================================================================================================================== */
/* Custom Radio Buttons ============================================================================================= */
/* ================================================================================================================== */

.gls-delivery-options input[type=radio]:focus,
.gls-parcel-shops input[type=radio]:focus {
  outline: 0;
}
