*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
line-height: 1.7;
font-size: 18px;
}
 a{
color: inherit;
font-size: inherit;
text-decoration: none;
}
.section_caption{
text-align: center;
}
.section_caption span{
border: 1px solid;
color: #757575;
padding: 6px 14px;
text-transform: uppercase;
border-radius: 20px;
}
.section_title{
text-align: center;
margin-top: 30px;
padding: 0 100px;
}
.section_title h1{
font-size: 66px;
font-weight: 600;
}
.section_title_2{
margin-top: 25px;
font-size: 40px;
font-weight: 600;
}
.styled_word{
font-family: 'Times New Roman', Times, serif;
font-weight: 400;
font-size: inherit;
}










.header_section {
background-color: black !important;
}










.cart_section{
    margin-top:115px;
    padding: 0 100px;
    display: flex;
}
.cart_section .column_1{
    width: 55%;
    padding-right: 50px;
}
.cart_section .column_2{
    padding: 30px 40px;
    width: 45%;
    background-color: rgb(250,250,250);
}
.cart_section .content{
    width: 100%;
}
.cart_products .item{
padding: 30px;
border: 1px solid #d5d5d5;
border-radius: 10px;
margin-bottom: 15px;
  }
.item_price{
margin-top:10px ;
display:flex ;
gap: 5px;
justify-content: space-between;
align-items: center;
}
.item .bi-trash{
color:gray;
cursor: pointer;
  }
.cart_summary p {
font-size: 16px;
}
.product_area{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart_summary .product{
display: flex;
justify-content:space-between;
align-items: center;
}
.cart_summary .product .detail{
    display: flex;
    align-items: center;
    gap: 20px;
}

.taxes, .total{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.cart_summary .actions {
margin-top: 30px;
gap: 10px;
display: flex;
  }
  .cart_summary .actions button{
    background-color:  black;
    padding:12px;
    flex-grow: 1;
    border-radius: 4px;
    border: transparent;
    text-transform: uppercase;
  }
.actions a{
color: white;
  }
.empty_cart{
margin-top: -50px;
text-align: center;
height: calc(100vh - 65px);
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.empty_cart button{
margin-top:10px;
    background-color:  black;
    color: whitesmoke;
    padding:14px 50px;
    flex-grow: 1;
    border-radius: 4px;
    border: transparent;
    text-transform: uppercase;
}


















@media only screen and (max-width: 768px) {
    /* all sections common responsiveness*/
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    p{
font-size: 16px;
}
    .first_section {
    margin-top: 115px ;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 15px;
    padding-right: 15px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .flex_item{
        width: 100% ;
        margin: 0;
    }
.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 40px;
}


.cart_section .column_1 {
padding: 0 20px;
}

}








@media only screen and (min-width: 769px) and (max-width: 1024px) {

    /* all sections common responsiveness*/
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Prevents horizontal scrolling */
    }
    p{
font-size: 16px;
}
    .first_section {
    margin-top: 115px ;
    padding-left: 45px;
    padding-right: 45px;
    }
    .section  {
    flex-wrap: wrap ;
    gap:30px;
    padding-left: 45px;
    padding-right: 45px;
    }
    .section .row{
        flex-wrap: wrap ;
        gap:30px;
    }
    .section .column  {
        width: 100% ;
    }
    .section .flex_container{
        flex-wrap: wrap ;
        gap: 30px;
    }
    .section .flex_item{
        width: 100% ;
        margin: 0;
    }

.section_title {
padding: 0;
}
.section_title_2 {
    font-size: 30px;
}
.section_title h1{
font-size: 46px;
}
.cart_section .column_1 {
padding: 0 30px;
}
}