*{
    box-sizing: border-box;
}

body{
    margin: 0;
    font-family: "Montserrat" , sans-serif;
    width: 100%;
}

/* Font Size Start */
h2{
    font-size: 36px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0;
}
h3{
    font-size: 26px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0;
}

p{
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #555;
    line-height: normal;
    margin: 0;
}
/* Font Size End */

.main-container{
    margin: 10px;
    padding: 50px;
    border: 4px solid #daa520;
    border-radius: 5px;
    background-color: #fff2d0;
}
.product_details{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.product_details img{
    width: 30%;
    border: 3px solid #daa520;
    border-radius: 5px;
    height: 100%;
}
.product_decription h4{
    font-size: 24px;
    font-weight: 600;
    margin: auto;
}
.product_decription p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    margin-top: 15px;
}
.item_description{
    display: flex;
    gap: 50px;
    margin-top: 50px;
}
.item_left{
    width: 50%;
}
table {
    width: 100%;
    border-collapse: collapse;
}

table, td, th {
    border: 1px solid black !important;
}
.item-title{
    padding: 10px 15px;
    text-align: start;
    background-color: #ffc733;
}
.item-discription{
    padding: 10px 15px;
    text-align: start;
    background-color: #ffe295;
}
.item_right{
    width: 50%;
}
.banner_box{
    margin: 40px 0;
}
.payment img{
    margin-top: 20px;
}