.toFav{
    margin-right:10px;
}
.footer-btn-call{
margin-top:12px;}
.back-call-btn{

white-space:nowrap;
}
.toFav .fa{
    cursor: pointer;
}
.toFav .fa-heart{
    color:#f5c710;
}
.toFav .fa-heart-o:hover{
    color:#f5c710;
}
.favBtnMobile i{
    font-size:20px;
}
.complect.active{
    display: flex;
    flex-direction: column;
}
.toTopBtn{
    display: none;    
    z-index: 9999;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom:40px;
    right:50px;
    background: #000;
    cursor: pointer;
}
.toTopBtn i{
    font-size:20px;
    color: #f5c710;
    font-weight: 800;

}
.gridOfMostSearchble{
    display: flex;
    flex-wrap: wrap;
}
.bestProductSlider .swiper-pagination{
    max-width: 50%;
}
.bestProductSlider .item-product-label{
    font-size: 12px;
}
.mostSearchbleProducts{
    padding:5px;
    color: #000;
    font-size:14px;
    border: 2px solid #f5c710;
    border-radius: 5px;
    font-weight: 800;
    margin:5px;
}
.bestProduct{
    display: flex;
    margin-top:16px;
    margin-bottom: 12px;
}
.favMenu i{
    font-size:20px;
    color:#fff;
    font-weight: 500;
    position: relative;
    top: 3px;
}
.favMenu:hover i{
    color: #f5c710;
}
.head-catalog-btn{
    min-width: fit-content !important;
    padding-left:20px;
    padding-right: 20px;
}
.bestProduct{
    font-size: 24px;
    color: rgb(33, 37, 41);
}
.firstRow{
    overflow-x: hidden;
    background: #fff;
    color:#000;
    text-transform: uppercase;
    border: 1px solid #ececec;
}
.firstRow>div{
    padding:10px 30px;
    display: flex;
    height: 68px;
    text-align: center;
    color:#000;
    cursor: pointer;
    align-items: center;
}
.firstRow>div.active{
    background: #f5c710;
}
.description>div{
    width: 100%;
    display: none;
}
.description>div.active{
    display:flex;
}

.description{
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    padding:20px;
    margin-bottom: 10px;
}
.description .h1{
    background-color: #fff !important;
}
.videoContent {
    display: flex;
    flex-direction: column;
}
.garanteeCont{
    width: fit-content;
    margin-left:4px;
    padding:2px 4px;
    background:#fff;
    font-size:10px;
    border: 1px solid #ececec;
    border-radius: 8px;
}
.garanteeCont svg{
    margin-right:6px;
}
.item-product-label {
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 4px;
}
.recomCont{
    border-radius: 8px;
    margin:10px 0px;
    padding:5px;
    border: 1px solid #ececec;
    color:#000;
    font-size: 12px;
}
.contRecomemded{
    display: none;
}
.mr10{
    margin-right: 10px;
}
.recomCont img,.recomLabel img{
    margin-right:5px;
    max-width: 25px;
    height: auto;
}
.recomLabel{
    display: flex;
    font-size: 12px;
    border-radius: 8px;
    margin:10px 0px;
    padding:5px;
    border: 1px solid #ececec;
    width: 100%;
    cursor: pointer;
}
.recomLabel i{
    font-size: 16px;
}
@media (max-width: 1000px) {
   .firstRow{
       overflow-x: scroll !important;
   }
}
.serviseBtn{
    display: flex;
    height: fit-content;
    margin-top:10px;
}
.serviseBtn a{
    width: 100%;
    padding:10px 20px;
    background-color: #ffdd2d;
    color:#000 !important;
    font-size:16px;
}
@media (max-width: 1025px) {
   .toTopBtn{
        display: none;
    	bottom:150px;
		right:30px;
	}
    ._orientationRight__hJsVS.wrap__EoyKe {
        bottom: 5%;
        right: 0;
    }
}
