@media only screen and (max-width: 500px) {

.pickupBrwsr {
    width: 100%!important;
}

button#delivery-btn-default.btn.delivery-btn.active {
    background: #c30f10!important;
}

.col-md-4.radio-substores {
    padding: 10px;
    background: #414141;
    color: white;
    border-radius: 50px;
    margin-top: 10px;
}

.col-md-4.radio-substores:hover {
    padding: 10px;
    background: #c30f10;
    color: white;
    border-radius: 50px;
    margin-top: 10px;
}

.col-md-4.radio-substores:active {
    padding: 10px;
    background: #c30f10;
    color: white;
    border-radius: 50px;
    margin-top: 10px;
}

.col-md-4.radio-substores label {
    padding-top: 10px;
}

.deliveryBrwsr {
    flex-flow: column;
}

.pickup-type-row {
    display: block!important;
}

.col-md-6.radio-substores {
    width: 100%;
    background: black;
    border-radius: 50px;
    margin-top: 10px;
    color: white;
    padding:10px;
}

.col-md-6.radio-substores:hover{
    width: 100%;
    background: #c30f10;
    border-radius: 50px;
    margin-top: 10px;
    color: white;
    padding:10px;
}

.col-md-6.radio-substores:active{
    width: 100%;
    background: black;
    border-radius: 50px;
    margin-top: 10px;
    color: white;
    padding:10px;
}

.col-md-6.radio-substores label{
    padding-top:10px;
}

input[type=radio] + label{
    padding-left:0px!important;
}

}





.popup-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

input, select, textarea, input[type="radio"], input[type="checkbox"] {
    background-color: white !important; 
}

.content-container {
    text-align: center;
}

.content-container h3{
    font-size: 25px;
}
.content-container h4{
    font-size: 22px;
}
.content-container h5{
    font-size: 19px;
}

.location-container {
    margin: auto;
}

.province,
.municipal,
.barangay {
    margin: 0px 30px;
}

.btn-substore {
    display: none;
}

.province>label,
.municipal>label,
.barangay>label {
    margin: auto;
    width: 25%;
}

.province .select > select,
.municipal .select > select,
.barangay .select > select {
    width: 250px;
    margin: 8px 0;
    border-radius: 25px;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center!important;
    border: 0px;	
}


.btn-substore {
    font-size: 16px !important;
    font-weight: bold  !important;
    padding: 12px 55px 12px 55px  !important;
    margin: 25px auto  !important;
    background-color: #c30f0f  !important;
    border-radius: 25px  !important;
    color: #fff  !important;
}
.btn-substore:hover {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 55px 12px 55px;
    margin: 25px auto;
    background-color: #fff;
    color: #c30f0f ;
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius: 22px;
    width: 80%; /* Could be more or less, depending on screen size */
}
        
.change-location{
    padding: 14px;
}

.change-location div{
    margin: 0 17px;
}

.btn-change-location {
    font-size: 12px;
    color: var(--ninetheme-dark);
    background: var(--ninetheme-yellow);
    padding: 10px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    align-items: flex-end;
    border: 0px;
}

#pinnedlocation{
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
}

.deliverpickup{
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.deliverpickup > div{
	margin: auto;
}

  
.deliverpickup-mobile{
    width: 100%;
    justify-content: center;
    padding: 1em 1em;
    flex-wrap: wrap;
}
.pickupBrwsr{
    display: none;
    transition: all 5.5s ease; 
    /*
    visibility: hidden;
    */
    -webkit-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -o-transition: visibility 0.2s linear,
    opacity 0.2s linear; 
    
    width: 960px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.curbside-brwsr{
    display: none;
}

.list-substore-brwsr{
    display: none;
    transition: all 5.5s ease; 
    visibility: hidden;
    -webkit-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear,
    opacity 0.2s linear;
    -o-transition: visibility 0.2s linear,
    opacity 0.2s linear; 
    margin-top: 50px;
    display: flex;
}

.clickncollect-brwsr {
    background-image: url("https://cdn.storehippo.com/s/61120b21b19793e96f7caf67/ms.files/click n collect/Browser-Header-Background-Image-1920x552.jpg") ;
    height: 650px;
    margin-bottom: 10px;
    padding-top: 50px;
    color: #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.clickncollect-brwsr h1{
    font-size: 60px !important;
}

.delivery-btn,
.pickup-btn {
    background-color:#fafafa;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    border-radius:28px;
    display:inline-block;
    cursor:pointer;
    color:#050505;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px 12px 55px;
}

.delivery-btn i,
.pickup-btn i {
position: absolute;
    font-size: 15px;
}
  
.pickup-btn:disabled,
.pickup-btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.pickup-btn:active, .pickup-btn.active {
    background-color:#c30f0f;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    border-radius:28px;
    border:1px solid #c30f0f;
    display:inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px 12px 55px;
    color: white;
}



.delivery-btn:active, .delivery-btn.active {
    background-color:#c30f0f;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    border-radius:28px;
    border:1px solid #c30f0f;
    display:inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px 12px 55px;
    color: white;
}
.delivery-btn:focus,
.pickup-btn:focus{
    
    outline: 0px !important;
}

.radio-substores input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
}





#pca-input{
    border-radius: 25px;
    padding: 16px;
    font-size: 16px;
}

.pca-card {
    display: flex;
    transition: all 0.5s ease;
}
.pca-marker{
    position: absolute;
    float: right;
    right: 16px;
    padding: 7px;
    font-size: 20px;
    color: red;
}

.deliveryBrwsr{
    text-align: center;
    display:none;
    transition: all 5.5s ease;
    margin-top: 10px;
}




.clickncollect-mbl {
    background-image: url("https://cdn.storehippo.com/s/61120b21b19793e96f7caf67/ms.files/click n collect/Mobile-Background-Image-390x730.png") ;
    height: 730px;
    margin-bottom: 10px;
    padding-top: 130px;
    color: #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 0.5s ease;
}

.clickncollect-mbl h1{
    font-size: 40px !important;
}

.clickncollect-mbl h2{
    font-size: 20px !important;
}
.comingsoon{
    position: absolute;
    right: 131px;
    bottom: 47px;
    font-size: 14px;
    font-weight: bolder;
    color: #403e3e;
}

.curbside label,
.list-substore-brwsr label{
    font-size: 22px;
}