/*============================================================================
   #Webcms
==============================================================================*/
.contenmain {
    background-color: #fff !important;
}

.topmain{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 20px 0px;
}
.linkindex a {
    text-decoration: none;
    color: #353535;
}

.linkindex a:hover {
    color: #222;
}

.topright{
    display:flex;
}

.contensearch {
    margin-right: 10px;
}

option{
    outline:none ;
}

.leftcol {
    margin-bottom: 30px;
}

.category {
    padding: 10px ;
}

.categorylist {
    border: 1px solid rgb(77, 22, 22);
    padding: 15px;
    border-radius: 3px;
    border-color: #ddd;
}

.categorylist a {
    text-decoration: none;
    color: #334862;
}

.categorylist ul {
    padding: 0;
}

.categorylist ul li{
    padding: 5px;
    border-bottom: 1px dashed rgb(77, 22, 22);
    position: relative;
}

.categorylist img {
    width: 60px;
    height: 60px;
}

.accordion {
    
    border: white;
    float: right;
    border: none;
    text-align: right;
    outline: none;
}

.accordion i {
    font-size: 14px;
    transition: all 0.5s;
}

.accordion button{
    margin-left: 30px;
    border: none;
}

.panel {
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 3px;
    display: none;
}

.listprducleft{
    display: flex;
}

.costleft {
    padding-left: 10px;
}

.textstt a {
    padding-top: 5px;
    padding-left: 8px;
    font-size: 14px;
    text-overflow:ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   overflow: hidden;
}

.txt{
    padding-left: 8px;
}

.tx span{
    font-weight: bold;
    color: #111;
}

.tx del {
    opacity: .6;
    font-weight: normal;
    color: #111;
}

.grid-produc{
    padding: 10px;
    position: relative;
}

.list-produc-m{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 20px;
}

.page {
    width: 100%;
    padding: 15px 15px;
    text-align: center
}

.page button {
    background-color:#fff;
    border-radius: 999px;
    width: 30px;
    height: 30px;
    outline-style: none;
}

.page button:hover {
    background-color:#a8741a;
      border: #a8741a;
}

.page button:focus {
    outline:none !important;
}

.test {
    display:none;
}

.menuprd{
    background-color: #fff;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    position: fixed!important;
    z-index: 1;
}

.contenproducman{
    font-family: Roboto, sans-serif;
    display: block;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  
  .contenproducman a{
      font-size: 13px;
    text-decoration: none;
    color:#333333;
  }
  
  .contenproducman a:hover{
    text-decoration: none;
    color:#333333;
  }

@media (max-width: 767px) {
    .leftcol {
        display: none;
    }
}


@media (max-width: 850px){
    .list-produc-m {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 20px;
    }
}

@media (max-width: 550px){
    .list-produc-m {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 10px;
    }
}


@media (max-width: 600px){
    .test{
        display: block;
        z-index: 2;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .contensearch{
        display: none;
    }

    .topmain{
        display: block;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }


}

@media (min-width:600px){
    .opennone{
        display: none;
    }
}

.slidemenuleft{
    height:100%;
    width:300px;
    background-color:#fff;
    position:fixed !important; 
    z-index:1;
    overflow:auto
}

select {
    outline: none;
    border:  1px solid #ddd;
    height: 30px;
}

.opennone button {
    outline: none;
    padding: 0;
    margin: 0;
    
}

.w3-overlay {
    z-index: 1 !important;
}