/* Store title */
#title-1{
    display: none;
    margin-bottom: 25px;
}
.title-l-1{
    padding-top: 1%;
    color: #222;
    font-weight: bold;
    font-size: 1.15em;
    letter-spacing: 1px;  
}
.title-l-1 a{
    color: rgba(102,102,102,0.7);
    font-weight: normal;
    text-decoration: none;
    
}
.title-l{
    float: left;
    padding-top: 1%;
    color: #222;
    font-weight: bold;
    font-size: 1.15em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.title-l a {
    color: rgba(102,102,102,0.7);
    font-weight: normal;
    text-decoration: none;
}
.title-r{
    padding-top: 5%;
}
.custom-select select{
    width: 100%;
    height: 2.507em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    color: #333;
    outline: none;
    
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color:#fff;
    overflow-x: hidden;
    padding-top: 60px;
  }
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.side-inner{
    padding-left: 15px;
}
.search-1{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 82%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    outline: none;
}
.open p{
    letter-spacing: .05em;
    color: currentColor;
    font-size: 16px;
    text-transform: uppercase;
  }
#card-menu{
    margin-top: 10%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 95%;
    padding: 2%;
}
/* End Store 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-btn{
    border: none;
    width: 100%;
    text-align:start;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
    color: #23282d;
    box-shadow: none;
}
.dropdown-container{
    border: 0 solid #f8f8f8;
    border-left: 3px solid #ececec;
    display: none;
    margin-left: 10%;
}
.dropdown-inner{
    font-size: 14px;
    font-weight: bold;
    color: #334862;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
}
.dropdown-inner:hover{
    color: #23282d;
}
.MyChecked:checked~.dropdown-container{
    display: block;
}
.dropdown-btn1{
    border: none;
    width: 100%;
    text-align:start;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
    color: #23282d;
    box-shadow: none;
}
.dropdown-container1{
    border: 0 solid #f8f8f8;
    border-left: 3px solid #ececec;
    display: none;
    margin-left: 10%;
    text-align: left;
}
.dropdown-inner1{
    font-size: 14px;
    font-weight: bold;
    color: #334862;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
}
.dropdown-inner1:hover{
    color: #23282d;
}
.MyChecked1:checked~.dropdown-container1{
    display: block;
}
#menu-bt{
    text-align:start;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: bold; 
}
#menu-bt:focus{
    box-shadow: none;
}

/* End Store main */
.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%;
}
.price{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5%;
    width: 100%;
    text-align: left;
}
.price a{
    color: #334862;
}
.price  :hover{
    color: #334862;
}
.value{
    display: flex;
}

.news{
    display: flex;
}
.news img{
    width: 39px;
    height: 39px;
    border-radius: 999px;
}
.card-txt {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5%;
    
}
.card-txt a{
    color: #444 ;
}

/* Store shopping */
#shopping{
    text-align: center;
    margin-top: 2%;
    padding-left: 0%;
    padding-right: 0%;
}

.panel_body{
    padding: 0 0 ;
    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;
}
.sale_percent{
    position: absolute;
    background-color:#111;
    top: 0;
    left: 0;
    margin: 30px 0 0 -8px;
    width: 44px;
    height: 44px;
    border-radius: 999px;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale_percent span{
    color: black;
    color: #fff;
    font-weight: bolder;
}
.panel_content{
    padding-top: .7em;
    font-size: .9em;
    font-weight: 700; 
    padding-bottom: 10px;  
}
.panel_content a{
    color: #334862;
    text-decoration: none;
  
}
.shop-price{
    padding-top: 5%;
}

/* End Store shopping */

/* Footer */

@media (max-width :1200px){
    .value{
        display: revert;
    }
   
  
    
}  


@media (max-width:989px){
    #main-right{
        display: none;
    }
    #title{
        display: none;
    }
    #title-1{
        display: block;
    }
    .open{
        display: block;
    }
    .title-r{
        display: none;
    }

}

@media (max-width:655px){
  .shop-price{
    display:block;
  }
  
}  

    
}
@media (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


