.news-title{
    text-align: center;
}
.news-title h1{
    font-size: 1.15em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
    color: #555;
    padding-top: 2%;
}
/* End News title */

/* Store main */

#main-right{
    padding: 15px 15px 0 15px;
    display: block;
}
.form-group{
    display: flex;
}
.search{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    outline: none;
}
.btn {
    border: 1px solid transparent;
    border-color: rgba(0,0,0,0.05);
    border-radius: 0%;
    outline: none;
   
}
/* Menu */
.card{
    margin-top: 10%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 2%;
   
}
.card-title{
    padding: 20px;
    color: #fff;
    background-color: #23282d;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.dropdown button{
    border: none;
    width: 100%;
    text-align:start;
    font-size: 14px;
    font-weight: bold; 
}
.dropdown button:focus{
    box-shadow: none;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-menu{
    border: 0 solid #f8f8f8;
    border-left: 3px solid #ececec;
    padding: 10px;;
    font-size: 14px;
    font-weight: bold; 
}
#menu-bt{
    text-align:start;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: bold; 
}
#menu-bt:focus{
    box-shadow: none;
}

/* End Store main */
.card{
    margin-top: 10%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 2%;
   
}
.card-title{
    padding: 20px;
    color: #fff;
    background-color: #23282d;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.product-list{
    padding-left: 5%;
    width: 100%;
   
}
.product-list li{
    list-style:none; 
    padding: 2%;
}
.product-list a{
    text-decoration: none;
}
.product-list img{
    top: 10px;
    left: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.news{
    display: flex;
}
.news img{
    width: 39px;
    height: 39px;
    border-radius: 999px;
}
.card-txt{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    
}
.card-txt a{
    color: #444 ;
}

/* New main */
#shopping{
    margin-top: 2%;
    padding-left: 0%;
    padding-right: 0%;
}
#shopping a{
    text-decoration: none;
}

.panel-body{
    margin-bottom: 19.6px;
    position: relative;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
}
.panel-body:hover{
    box-shadow: 0px 5px 8px 5px rgb(0 0 0 / 10%);
    transition: 0.3s;
}
.panel-body img{
    object-position: 50% 50%;
    object-fit: cover;
}
.sale{
    position: absolute;
    background-color:#111;
    top: 0;
    left: 0;
    margin: 30px 0 0 10px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    text-align: center;
}
.sale p{
    color: black;
    color: #fff;
    font-weight: bolder;
    font-size: 13px;
    padding-top: 25%;
}
.blog-content{
    padding-top: .7em;
    padding-bottom: 1.4em;
    padding-left: 5%;
    padding-right: 5%;
    text-align:left;
}
.blog-content h5{
    font-size: 1.15em;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-content p{
    font-size: .9em;
    color: #777;
}
/* End New main */
#news{
    display: none; 
}
#card-1{
    margin-top: 5%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 1%;
    margin-bottom:5%;
    
}

@media (max-width:991px){
    .open{
        display: block;
    }
    #news{
        display: block;
    }
    #main-right{
        display: none;
    }
    

}