@media (max-width: 580px) {
    .d-sm-none {
      display: none !important;
    }
}

.right{
    float: right;
}

.text-right{
    text-align: right;
}


.filtros{
    margin-top:20px;
    margin-bottom:20px;
}

.btn-save{
    background-color: #c20607;
    color: #ffffff;
}
.center{
    text-align: center;
}

.input-group-text {
  
    padding: 0.375rem 0.55rem;
}

.footer-title{
    font-size:12px;
    margin-bottom: 10px !important;
}

.card-img {
    margin: 0 5px 5px 0;
    border: 1px solid #00000012;
}

.pag-img{
    height: 25px;
    display: inline-block;

}

.label-cad{
    color: rgb(80, 80, 80);
    /* text-transform: uppercase; */
    font-weight: 900;
}

.footer-li{
    list-style: none;
    /* clear: both; */
    font-size:12px;
    line-height: 20px;
}

#social{
    display: inline-block;
    margin: 0 3px;
    text-indent: -2px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    color: #ffffff;
}

.border{
    border: #6f282d solid 1px !important;
    border-right: none !important;
}

.btn-circle{
    width: 33px;
    height: 33px;
    border-radius: 99px !important;
    background: #6f282d;
}
.breadcrumb{
    background-color: transparent;
    font-size: 13px;
}

.breadcrumb-item.active {
    color: #6f282d;
    font-weight: bolder;
  }

.form-control{
    border-radius: unset;
    border-color: #6f282d;
    height: 33px;
    
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
  
    
}

.btn{
        border-radius: unset;
}



.btn-outline-busca {
    color: #6f282d;
  }
  
 

.dropbtn {
    color: white;
    border: none;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    
    color: #d7cc75;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: start;
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
    /* background-color: #6f282d !important; */
    
}


.dropdown-content a:hover {
    background-color:white;
}


.form-control-text {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(111, 40, 45,0.2)
}

.banner{
    background-color: rgba(0, 0, 0,0.2);
    /* margin-left: -14px; */
    text-align: center;
    
    
}

/* .banner:hover{
    background-color: rgba(0, 0, 0,0.4);
    position: absolute;
    margin-left: -14px;
    transition: 0.8s;
    
} */

.bannertext{
    margin-top: 200px;
    color:#fff;
    font-size: 40px;
}


.btn-icon{
    color:#6f282d;
    
}

.btn-icon:hover{
    color:#6f282d;
    opacity: 0.8;
    
}

.item{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    border-top: 1px solid #dcdcdc;
}


.btn-qtd-carrinho{
    /* float: left; */
    padding: 2px;
    display: inline-block;
    background: transparent;
    /* font-size: 23px;
    font-weight: 950; */
    opacity: 0.8;
    color: #6f282d;
    border: 1px solid #6f282d;
}

.input-border-carrinho{
    
    border: 1px solid #6f282d;
    
}

.navbar-custom {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    /* justify-content: center; */
    text-align: center;
    /* padding: -1.5rem 1rem; */
}

#text{
    
    color: #6f282d;
    font-size: 14px;
    
}

#title{
    
    color: #6f282d;
    font-size: 20px;
    font-weight: bolder;
}

.price{
    color:#f39044;
    font-size: 18px ;
}


#text-small{
    
    color: #6f282d;
    font-size: 11px;
    
}

#text-small-link{
    
    color:  #f39044!important;
    font-size: 12px;
    
}

.input-border{
    
    border:1px solid rgba(111, 40, 45, 0.3)!important;
    
}

.btn-search{
    background: none; 
    border: none; 
    position: absolute;   
    top: 0; 
    left: 0;
    float: left;
}

.footer-input {
    background-color: #faf1e1;
    border: 1px solid #6f282d;
    color: #6f282d;
    height: 40px;
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}


.form-control-custom {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 5px 5px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-frete {
    height: calc(1.5em + 0.75rem + 2px);
    margin-left: 5px;
    border-color: #6f282d;
    display: inline-block;
    font-weight: 400;
    color: #6f282d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 6px 1px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-frete:hover {
    color:rgba(111, 40, 45, 0.6);    
    border-color:rgba(111, 40, 45, 0.6);
}

.btn-custom {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.575rem 2.85rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-produtos {
    color: #fff;
    background-color: #f39044;
    border-color: #f39044;
}


.btn-produtos:hover {
    color: #fff;
    background-color: #ff9f54;
    border-color: #ff9f54;
}

.categoria {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.categoria-item {
    position: relative;
    display: block;
    padding: 0.18rem 0.1rem;
    /* margin-bottom: -1px; */
    background-color: #fff;
    /* border: 1px solid #0b2e13; */
    font-size:13px;
    margin-left:25px;
}

.widgets{
    color: #6f282d;
    position: relative;
    display: block;
    padding: 0.95rem 1.95rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-right: 0.001rem solid #6f282d;
    
}

.widget{
    color: #6f282d;
    position: relative;
    display: block;
    padding: 0.95rem 1.95rem;
    margin-bottom: -1px;
    background-color: #fff;
    
}

.font-widget{
    line-height: 2px !important;
    font-size: 12px;;
    text-align: left;
    font-family: "PT Sans Narrow", sans-serif;
}


#Menu{
    color: #d7cc75;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
    justify-content:center;
}

#Menu:hover{
    color: #f0e484;
}

.bordered{
    
    border-top: 1px solid rgb(232, 232, 232);
    border-bottom: 1px solid rgb(232, 232, 232);
    
}

.selected{
    
    border-top: 1px solid  #d7cc75;
    border-bottom: 1px solid #d7cc75;
    
}

.carrinho{
    background-color:#f39044; 
    
    margin-top:80px !important;
    color: #fff;
    height: 30px;
    margin: 5px 0;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    font-family: "PT Sans Narrow", sans-serif;
}


.col-md-3-prod {
    flex: 0 0 25%;
    max-width: 23%;
    margin-right: 2%;
}

.col-3-custom {
    flex: 0 0 25%;
    max-width: 23%;
    margin-right: 0%;
}

.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
    position: relative;
    display: inline-block;
    color: #777777;
    /* padding-right: 15px; */
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }