.image-box {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
}
/* .alert_option{
    padding: 12px 18px;
    background-color: rgba(255,255,255,1);
    color: white;
    height: auto;
    width: 25%;
    position: absolute;
    right: 20;
    top: 36px;
    border-radius: 7px;
    box-shadow: 5px 10px 25px 5px rgb(0 0 0 / 20%);
    -webkit-animation: vibrate 3s alternate;
    animation: vibrate .5s alternate;
    border: 2px solid #f9a11b;
}
.alert_option p{
    margin-bottom: 0 !important;
} */
.error
{
    color: white;
    margin: 4px 0;
    font-weight: 500;
    background-color: black;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid white;
    position: relative;
    font-size: 12px;
  
}

.error p{
    margin: 0;
}
.error_img
{
    position: absolute;
    top: -14px;
    left: 15px;
    width: 15px;
}
.set p{position: relative;}
.set p:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

/* .alert-close
{
    margin-top: 5px;
    font-size: 22px;
    color: white !important;
    background-color: #f9a11b;
    border-radius: 50%;
  
} */
/* .alert_option_animate{
    -webkit-animation: vibrate .5s alternate;
    animation: vibrate .5s alternate;
} */
@keyframes vibrate {
10%, 90% {
    -webkit-transform: translate3d(-1px,0,0);
    transform: translate3d(-1px,0,0);
}
20%, 80% {
    -webkit-transform: translate3d(2px,0,0);
    transform: translate3d(2px,0,0);
}
30%, 50%, 70% {
    -webkit-transform: translate3d(-4px,0,0);
    transform: translate3d(-4px,0,0);
}
40%, 60% {
    -webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

}
@media only screen and (max-width:1280px) and (min-width:768px){
    .alert_option{
        width: 300px;
    }
}
@media only screen and (max-width:768px) and (min-width:320px){
    .alert_option{
        width: 280px;
        right:5px;
        top: 60px;
        font-size: 14px;
    }
}
@media only screen and (max-width:572px) and (min-width:320px){
    .alert_option{
         padding: 14px 13px;
    width: 100%;
    right: 0;
    left: 0;
    margin: -60px auto;
    font-size: 14px;
    z-index: 100;
    }
}

.most-famous-deals-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0;
}
.most-famous-deals-heading {
    width: 800px;
    z-index: 5;
    margin-right: 0;
}
.most-famous-deals-lines {
    width: 100%;
    z-index: 2;
}
.delivery-and-collection-heading {
    width: 37%;
}
.btn1 {
    height: 3.3rem;
    width: 12.7rem;
    border: none;
    background-color: #fff;
    border-radius: 6px;
    color: #ec8e01;
    font-weight: 700;
    font-size: 1.3rem;
    bottom: 10px;
}
.btn1:hover {
    background-color: #fff;
    color: #f9a11b;
    border: none;
    transform: translate(0, -8px);
}
.pop-up {
    margin: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 #ccc, -5px 0 5px -5px #ccc, 5px 0 5px -5px #ccc;
}
.btn3 a:hover {
    background-color: #000;
}
.p1 {
    font-weight: 700;
}
.p2 {
    margin-top: -5px;
    font-size: 12px;
}
.btn2 {
    height: 38px;
    width: 134px;
    border: none;
    background-color: #ec8e01;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    border-radius: 6px;
}
.find-my-hut-section > input {
    width: 79%;
}
.postal-card {
    border-radius: 0 0 10px 10px;
    margin-top: -1.6rem;
}
.pop-up {
    display: none;
}
.home-banner {
    justify-content: center;
}
.head-img {
    width: 1700px;
}
.most-famouse-details-section {
    height: auto;
    display: flex;
}
.most-famous-deals-images {
    width: 70%;
    height: auto;
    width: 49%;
}
.most-famous-deatils-images-main {
    max-width: 1080px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.view-all-basket {
    margin: auto;
}
.view-all-basket-main {
    margin: auto;
    width: 90%;
    max-width: 1080px;
}
.btn3 {
    height: 41px;
    width: 100%;
    border: none;
    background-color: #ec8e01;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: larger;
}

.modal-header .btn-close {
    display: none;
}
.modal-content {background-color: #f5f5f5; padding: 30px;}
.modal-content .modal-header {border: 0; padding: 0;}
.modal-content .modal-header .modal-title{text-align:  center; width: 100%; font-size: 22px; font-weight: 700;}
.modal-content .modal-body {padding: 15px 0;}
.modal-content .modal-body p {margin-bottom: 0;}
.modal-content .modal-footer {border: 0; padding: 0; display: block; text-align: center;}
.postocde-card {border: 3px solid #fff;}
.shop_model {margin-top: -40px !important; margin-bottom: 25px;}

@media only screen and (min-width: 480px) and (max-width: 692px) {
    .most-famous-deals-heading {
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .most-famous-deals-heading {
        width: 600px;
        font-size: 13px;
        z-index: 5;
    }
    .postal-card {
        margin-left: 5px;
        margin-right: 5px;
    }
    .pop-up {
        width: 100%;
    }
    .p1 {
        font-size: 20px !important;
    }
    .p2 {
        margin-top: -5px;
        font-size: 12px !important;
    }
    .btn2 {
        width: 134px;
        height: 35px !important;
        border: none;
        background-color: #ec8e01;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
    }
    .find-my-hut-section > input {
        width: 60% !important;
    }
    .most-famous-deatils-images-main {
        flex-direction: column !important;
    }
    .most-famous-deals-images {
        width: 100% !important;
        object-fit: cover;
        /* height: auto !important; */
        margin-bottom: 10px;
    }
    .nav-header {
        font-size: 7px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 350px) {
    .most-famous-deals-images {
        width: 100% !important;
        object-fit: cover;
        /* height: 160px !important; */
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 420px) and (max-width: 480px) {
    .most-famous-deals-images {
        width: 100% !important;
        object-fit: cover;
        /* height: 190px !important; */
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .most-famous-deals-heading {
        text-align: center;
        z-index: 5;
    }
    .most-famous-deatils-images-main {
        flex-direction: column !important;
    }
    .most-famous-deals-images {
        width: 99% !important;
        object-fit: cover;
        margin-bottom: 15px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .nav-header {
        font-size: 12px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
    .most-famous-deals-images {
        /* height: 230px !important; */
        object-fit: cover;
        width: 95% !important;
    }
}
@media only screen and (min-width: 540px) and (max-width: 600px) {
    .most-famous-deals-images {
        /* height: 290px !important; */
        object-fit: cover;
        width: 95% !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .most-famous-deals-images {
        /* height: 300px !important; */
        object-fit: cover;
        width: 95% !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .most-famous-deatils-images-main {
        max-width: 700px !important;
        margin-bottom: 15px;
        /* height: 230px !important; */
    }
    .most-famous-deatils-images {
        object-fit: cover;
        width: 100%;
        height: 230px !important;
    }
  
    .btn3 {
        max-width: 700px;
    }
    .nav-header {
        padding-left: 10% !important;
        padding-right: 12% !important;
        box-sizing: border-box;
    }
    .nav-logo {
        padding-left: 10% !important;
        box-sizing: border-box;
    }
    .nav-header {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .nav-header {
        padding-left: 5% !important;
        padding-right: 10% !important;
        box-sizing: border-box;
    }
    .nav-logo {
        padding-left: 5% !important;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1480px) {
    header {
        width: 100%;
    }
    .nav-logo-background {
        background: #000;
    }
    .nav-header {
        max-width: 1080px;
        margin: auto;
    }
    .nav-logo {
        max-width: 1080px;
        color: #fff;
        margin: auto;
    }
}
@media only screen and (min-width: 320px) and (max-width: 410px) {
    .show-box {
        height: 9rem !important;
    }
    .card-title {
        font-size: 1rem !important;
    }
    .btn1 {
        font-size: 0.97rem !important;
    }
    .btn1 img {
        height: 1.5rem;
        width: 1.5rem;
    }
}
.postocde-card {
    height:auto;
    border-radius: 15px;
}
.postcode-img {
    height: 190px;
    border-radius: 15px;
    
}
.card_overlay {overflow: hidden;}
.active1 {
    width: 49% !important;
    border-radius: 10px;
    background-color: #a9a9a9 !important;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    
}
.active0 {
    width: 49% !important;
    border-radius: 10px;
    background-color: #eaeaea !important;
    font-family: Poppins !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000;
    
}
.postcode-btns {
    margin-top: 20px ;
}
.texts {
    font-family: Poppins !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
}
.icon_white {
    filter: brightness(0) invert(1);
}
#bike_icon {
    filter: brightness(0);
}
.active0 img:hover 
{
filter: brightness(0) invert(1) !important;
}
.image-box
{
    cursor: pointer;
}
@media only screen and (min-width:400px) and (max-width:405px)
{   .active1 {
    width: 178px !important;
    font-size: 19px !important;
        }
        .active0 {
    width: 180px !important;}
}
@media only screen and (min-width:320px) and (max-width:400px) {
    .postcode-btns button
    {
        font-size:13px !important;
        width: 49% !important ;
    }
}
@media only screen and (min-width:350px) and (max-width:400px) {
    .postcode-btns button
    {
        font-size:15px !important;
        width: 49% !important ;
    }
}

@media only screen and (max-width:768px) and (min-width:320px){
    .shop_model
    {
        margin: 15px auto !important;
    }
}