﻿.store-image {
  background-image: url('../images/store.png');
  width: 10px;
  height: 10px;
}

.store-button {
  border: 1px solid #CB4A83;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #CB4A83;
  text-align: center;
}


.header-multistore {
  float: right;
  position: relative;
  line-height: 42px;
  align-items: center;
}

  .header-multistore .element {
    margin-left: 10px;
    margin-bottom: 0 !important;
  }

  .header-multistore .store-button {
    line-height: 12px;
    width: 80px;
  }


.header-multistore-mobile {
  position: fixed;
  line-height: 36px;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  width: 100%;
  margin: auto;
  top: 0;
  z-index: 1021;
}

  .header-multistore-mobile .store-image {
    margin-right: 10px;
  }

  .header-multistore-mobile .store-button {
    position: absolute;
    right: 10px;
    line-height: 10px;
    width: 65px;
  }
/*----Multistore-----------Start-*/
.h-delivery-header {
  height: 80px;
}
.h-logo img {
  max-width: 100%;
  height: 60px;
}
#deliver-checker-result-page {
  background-color: #F2F4F7;
}
.delivery-checker-home-section {
  padding: 30px 0 50px;
}
.delivery-checker-home-main {
  background: #fff;
  position:relative;
  border-radius: 12px;
}
  .delivery-checker-home-main::after {
    content: '';
    background: url('../images/onlyfish-home-bg.png')no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 255px;
    border-bottom-right-radius: 12px;
  }
  .delivery-checker-home-main::before {
    content: '';
    background: url('../images/onlyfruit-home-bg.png')no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 255px;
    border-bottom-left-radius: 12px;
  }
.h-delivery-checker-content {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 50px 50px 40px;
}
  .h-delivery-checker-content h6 {
    font-family: Inter;    
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #193E73;
  }
  .h-delivery-checker-content p {
    font-family: Inter;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;  
    color: #193E73;
    margin-bottom:0;
  }
.h-postal-info {
  background: #F4F6F8;
  border-radius: 12px;
  height: 52px;
  width: 250px;
  margin: 3px auto 15px;
  display: flex;
  align-items: center;
  justify-content:space-between;
}
  .h-postal-info .postal-code-pink {
    font-family: Inter;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;   
    text-align: center;
    color: #193E73;
    margin-left:25px;
  }
  .h-postal-info .change-delivery-zone-label {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 15px;
    height: 40px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-right: 6px;
    color: #CB4A83;
  }
  .h-postal-info .change-delivery-zone-label:disabled {
   opacity:0.5;
  }
    .h-postal-info .change-delivery-zone-label:hover {
      text-decoration: none;
      background: #CB4A83;
      color:#fff;
    }
#deliver-checker-result-page .h-delivery-header .h-logo img {
  height:auto;
}
.h-delivery-checker-info:after {
  content: '';
  background: linear-gradient(90.04deg, rgba(214, 231, 245, 0) 3.17%, #D6E7F5 46.12%, rgba(214, 231, 245, 0) 94.21%);
  opacity: 0.5;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.h-delivery-checker-info{
  position:relative;
}
.h-delivery-checker-info-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 1;
  
}
  .h-delivery-checker-info-sub p {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #193E73;  
    margin-bottom:0;
    margin-right:10px;
  }

/*----Multistore-----------End-*/

@media all and (max-width: 1025px) {
  .header-multistore {
    display: none
  }

  .header-multistore-mobile {
    display: flex
  }
}

@media all and (min-width: 1281px) {
  .fixed-layout-content {
    max-width: 960px;
    margin: auto;
  }
}



/*** MEDIUM VIEW ***/

@media all and (min-width: 1025px) and (max-width: 1281px) {
  .fixed-layout-content {
    max-width: 980px;
    margin: auto;
  }
}

@media all and (min-width: 770px) and (max-width: 1024px) {
  .fixed-layout-content {
    margin: 0 20px;
  }
}


@media all and (min-width: 1026px) {
  .header-multistore {
    display: flex
  }

  .header-multistore-mobile {
    display: none
  }
}

