body{
    font-family: "Exo 2", sans-serif;
}

.navbar,
.wrapper,
.header-navbar{
    max-width:70%;
    margin:auto;
    font-family: "Exo 2", sans-serif;
}

.wrapper{
    padding-bottom:100px;
    display:flex;
    gap:20px;
    justify-content: space-between;
}

.main-section{
    width:70%;
}

.delivery-section{
    border:1px solid green;
}
.navbar-content{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.info span{
    font-size:16px;
    margin:10px;
    font-weight:500;
}

.info a{
    text-decoration: none;
    color:#070C11;
    margin-inline:10px;
}

.info a:hover,
.info span:hover,
.icon-link:hover{
    transform: scale(1.1);
    font-weight:bold;
}

.search-btn{
    color:#838688;
    background-color: white;
    padding: 10px 20px;
    border-bottom:#838688;
    border: 1px solid white; 
    border-bottom: 1px solid #838688;
    cursor: pointer; 
    outline: none; 
}

.search-btn:hover {
    background-color: #f0f0f0; 
    border-bottom: 2px solid #5e5f5d;
    transform: scale(0.98); 
    color: #333; 
}

.icons{
    display:flex;
    align-items: center;
    gap:30px;
}

.icons a{
    text-decoration: none;
    color:#838688;
}

#icon-i{
    border:none;
    background-color: white;
    color:#838688;
    margin:0;
    padding:0;
}

.icons-btn{
    color:white;
    background-color:#2A5275 ;
    border-radius: 4px;
    padding:10px 20px;
}

.icons-btn:hover{
    transform: scale(1.1);
    background-color: #243C53;
}

.main-section-title h2{
    font-size:36px;
    margin-top: 70px;
}

.order-section-content{
    display:flex;
    justify-content: space-between;
    gap:20px;
}

.order-section-content{
    align-items: center;
}

.aside-wrapper{
    width:30%;
    margin-top:142px;
}

.summery-section{
    background-color:#EDF2F6;
    padding:0px 20px;
    border-radius:8px;
    padding-bottom:20px;
}

.order-section-title,
.summery-section-title{
    font-size:28px;
}

.order-section{
    margin-top:30px;
    border:1px solid #C8CACB;
    border-radius:8px;
    padding:0px 20px 20px;

}

.summery-section-title{
    padding-top:1px;
}

.order-section-card-img img{
    width:80px;
    height:80px;
}

.change-button{
    padding:10px 60px;
    background-color:white;
    color:#4878A6;
    border:1px solid #4878A6;
    font-weight:700;
    font-size:16px;
    margin-left:auto;
}

.info-content{
    margin-top:10px;
    display:flex;
    gap:30px;
    padding-bottom:20px;
    border-bottom:2px solid  #EAEAF0;
}

select{
    padding:10px 40px;
    width:330px;
    border-radius:2px;
}

.input-content label{
    display:flex;
    align-items: center;
    gap:10px;
    padding:10px;
    width:300px;
    margin-bottom:10px;
    border-radius:2px;
    border:1px solid #EAEAF0;
}

.input-content label:hover{
    border:1px solid #4878A6;
    color:#4878A6;
}

.info-wrapper{
    display:flex;
    align-items: center;
    gap:20px;
}

.button-info{
    margin-top:20px;
}

.btn{
    background-color:#4878A6 ;
    border:1px solid #4878A6 ;
    color:white;
    padding:10px 80px;
    border-radius:4px;
}

.button-info a{
    color:white;
    text-decoration: none;
}

.input-info{
    display:flex;
    flex-direction: column;
    gap:30px;
    margin-top:30px;
    border-radius:8px;
}

.input-info input{
    padding:30px;
    color:#838688;
    font-size:28px;
    font-weight: 700;
    border: 1px solid #838688;
    border-radius:8px;
    width:860px;
}

input:focus::placeholder {
    cursor: pointer; 
}

input:hover::placeholder{
    color:#4878A6;
}

.order-section-first-img{
    width:800px;
    display:flex;
    align-items: center;
    gap:40px;
    margin-bottom:20px;
    margin-top:20px;
   
}
.minus,
.plus{
    font-size:18px;
}

.price{
    display: flex;
    flex-direction: column;
}

.bold{
    font-weight: bold;
    font-size: 24px;
}
.underlined{
    text-decoration:line-through;
    color:#838688;
    font-size:16px ;
    text-align: center;
}

i{
    font-size:18px;
    color:#838688;
}

.quantity-number{
    border:1px solid #C8CACB;
    padding:8px 12px;
    margin-inline:5px;
}

.border{
    border:1px solid #C8CACB;
}

.last-text{
    margin-top:30px;
}

.span,
.span-bold{
    float:right;
}

.summery-content{
    border-bottom:1px solid #838688;
    padding-bottom:20px;
}

.summery-payment{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.summery-payment p{
    font-size:24px;
    font-weight: 600;
}

.span-bold{
    font-weight: 700;
    font-size:36px;
}

.summery-btn button{
    width:100%;
    padding:10px;
    background-color:#838688;
    border:1px solid #838688;
    color:white;
    border-radius:4px;
}

.summery-input{
    padding:20px;
}

.left-span{
    margin-left:17px;
}

.input {
    border: 1px solid #f5eeee;
    width: 1212px;
    padding: 15px 20px;
    margin-top: 8px;
    margin-right: 81px;
}

.search-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 107, 179, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.search-popup-content{
    background-color: white;
    position: fixed;
    top:0;
    height:64px;
    width:100%;
    margin:auto;
   
}

.search-close-btn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 298px;
    color:red;
}



