
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    /* /* border-radius: 230px 100px; */
} 

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

.myimg {
    height: 200px;
}
::after{
    display:none !important;
   
}
.bg-primary, .btn-primary{
    background-color:#e01b22 !important; 
}
.text-primary{
color:#e01b22 !important; 
}
.backs{
    background-color:rgba(226, 175, 24, 0.5)  ;
}
/* .bg-secondary{
    background-color:#0097BA !important; 
} */
/* .text-secondary{
color:#0097BA !important; 
} */
 .border, .border-primary{
    border-color: #e01b22 !important;
}
/*.owl-carousel{
    border-color: #0097BA !important; 
} */
button{

font-size: 0.8rem;
font-weight: 900;
outline: none;
border: none;
background-color: #1d1d1d;
color:aliceblue;
padding: 13px 30px;
text-transform: uppercase;
cursor: pointer;
transition: 0.5s ease;

}
/* #banner{
    background-image: url('assets/imgs/img/banner4.jpg');
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position-x: right;
    background-position-y: 80px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

} */
#banner h1{
   color: #fff;
}

#banner h4{
    color:#fff;
}

#banner button{
    background-color: #e01b22;
}

#banner button:hover{
    background-color: #1d1d1d;
}
.cont{
    height: 250px;
}
.fruite .tab-class .nav-item a.active {
    background: #e01b22 !important;
}
.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

 .mybutton{
    background-color: #e01b22;
}

.mybutton:hover{
    background-color: #1d1d1d;
}
.bg-lighter{
    height: 300px !important;
    background-color: #ccc2c0;
}

.bg-lighter:hover .mybutton{
    transform: translateY(0px);
    opacity: 1;
}

.bg-lighter .mybutton{
    background-color: #ba2124;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all;;
    color:#fff;
}
.bg-lighter2:hover .mybutton{
    transform: translateY(0px);
    opacity: 1;
}

.bg-lighter2 .mybutton{
    background-color: #ba2124;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all;;
    color:#fff;
}
.logo{
    width: 40px;
    height: 40px;;
}
.nav-link:active, .nav-item:active {
    color:#e01b22 !important; 

}
.nav-link:hover, .nav-item:hover {
    color:rgba(226, 175, 24, 0.5)  !important; 

}


.navbar-light .navbar-nav .nav-link.active{

color:#e01b22 !important; 
}
.contacts{
    color: #000 !important;
}
/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/

@media only screen and (max-width:580px){
    #search{
        width:100%;
        display: inline-block;
        margin-top:0%;
     }
     .tableDv{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
     }
    
     #search{
        width:100%;
        display: inline-block;
        margin-top:0%;
     }
     #shop{
        margin-top:0%;

}
}
#search{
    width:20%;
    display: inline-block;
    

    

}


@media only screen and (max-width:935px){
#search{
    width:100%;
    display: inline-block;
    margin-top:0%;
 }
 .tableDv{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
 }

 #search{
    width:100%;
    display: inline-block;
    margin-top:0%;
 }
 #shop{
  margin-top:0px;
    padding-top: 0px;
    width:100%;
}

}
@media only screen and (max-width:1300px){
.shop-buy-btn{
margin: 3px;
}
}
