.page-form{
    padding: 30px;
    background: #d7e8f7;
}
.content{
    aspect-ratio: 10 / 4;
}
#addresses{
    padding: 20px 0;
    border: none;
}
#addresses li{
    border: none;
    text-align: start;
}
#addresses li button{
    border: none;
    color: var(--primary);
    text-align: start;
    padding: 0;
    padding-right: 20px;
    padding-bottom: 20px;
}
#addresses li button.active{
    color: var(--black);
}
.tab-address-content{
    padding-top: 20px;
}

.lh-2 *{
    line-height: 2;
}
.font-18 *{
    font-size: var(--font-18);
}

.story-box{
    background-color: #d7e8f7;
    padding: 20px;
}

.blog-data .blog-item{
    margin-top: 30px;
}
.blog-data .blog-item .hover-details{
    color: black;
    transition: none;
}
.blog-data .blog-item:hover .hover-details{
    background: rgb(245, 210, 53);
    color: white;
}

@media (max-width: 775px) {
    .blog-data .blog-item{
        background: white;
    }
    .blog-data .blog-item .date-box{
        padding: 20px;
        padding-bottom: 0;
        padding-left: 30px;
    }
}


.cart-banner{
    background-image: url(../image/others/media-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cart-banner .cart-banner-inner{
    height: 100%;
    width: 100%;
    background: #185174c5;
}
.cart-main{
    background: #d7e8f7;
}
.cart-item{
    padding: 10px;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
}
.cart-item .dismiss-cart{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.donate-section-donate{
    background-color: #ed1952c7;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.donate-box-donate{
    background: white;
    padding: 20px;
}
.bg-image{
    background: url(../image/hero-bg-water.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.leather_slider{
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    background: var(--primary);
}
.leather_slider_bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.products .product_item{
    position: relative;
        padding: 3px 16px 0 0 !important;
}
table{
    color: #fff;
}
.products .product_item .image{
    aspect-ratio: 1/0;
    position: relative;
    min-height: 300px;
}
@media(max-width: 1000px){
    .products .product_item .image img{
        width: 100%;
    
    }
}
@media(min-width: 1000px){
    .products .product_item .image img {
        max-width: 100%;
        width: auto;
        /* aspect-ratio: 1 / 1; */
        max-height: 500px;
        height: 500px;
    }
    .products .product_item .image {
        text-align: center;
    }
}
.products .product_item .image .label{
    position: absolute;
    top: calc(100% - 20px);
    width: 100%;
}

.products .product_item .image .inquire_btn {
    background-color: #393937;
    padding:7px 10px;
    text-transform:uppercase;
    border:none;
    color: white;
    display: inline;
    font-size: var(--font-20);
    font-weight:bold;
    
}
.products .product_item .content{
    background-color: #7FAF87;
    padding: 5% 5%;
}
.products .product_item .content.color1{
    background-color: #7FAF87;
 
}
.products .product_item .content.color2{
    background-color: #8580BC;
   
}
.products .product_item .content.color3{
    background-color: #F5BA6A;
    
}
.products .product_item .content.color4{
    background-color: #F07A8B;
  
}
.pro_height{
    height: 190px;
    overflow: hidden;
}
.jute_height {
    height: 525px;
    overflow: hidden;
}
.c_height{
    height: 305px;
}
.modal_btn {
    font-family: var(--akrobat-black) !important;
    font-size: 16px !important;
    background-color: #FFF;
    color: #000 !important;
    padding: 5px 20px !important;
    border: none !important;
}
.modal_bg {
    background-color: #3E71B8;
}
.inqure_titel {
    font-family: var(--RBNo21a-Bold) !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    color: #fff !important;
    margin-left: 127px !important;
}
.text_box button {
    font-family: var(--RBNo21a-Bold) !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    color: #231F20 !important;
    text-transform: uppercase !important;
    border: 1px solid !important;
    padding: 2px 13px !important;
}
.closebtn_bg {
    background-color: #E4E6EA !important;
    margin: 0 !important;
}