
/*.show{*/
/*  width: 400px;*/
/*  height: 400px;*/
/*}*/
#show-img { width: 400px; height: 400px; }
.small-img{
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}



body {
  background: #fff;
  font-family: "Rubik", sans-serif;
  line-height: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  color: #4b566b;
}


/*==========================================================
    Mobile view css start here by rajeev singh 23-06-2025
===========================================================*/
.tf-toolbar-bottom {
    display: none;
    padding: 0 5px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    background:#019745;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.08);
    width:100%;
}
.tf-toolbar-bottom .toolbar-item{
    position:relative;
    width:25%;
    float:left;
}
.tf-toolbar-bottom .toolbar-item a {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: 67px;
    gap: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon {
    width: 18px;
    height: 18px;
    color:#fff;
    position: relative;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-label {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color:#fff;
}
.tf-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
    position: absolute;
    top: -6px;
    right: -12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#333;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    color:#fff;
}
.mview-search-box{
    position:absolute;
    width:65%;
    right:20px;
    top:20px;
    display:none;
}
.mview-search-box img{
    position:relative;
    width:100%;
    border-radius:25px;
}
.btn-search4you{
    position:absolute;
    top:0;
    width:30px;
    height:30px;
    right:0;
    border:none;
}
.btn-search4you img{
    height:24px;
}
.search-every-thing{
    position:relative;
    width:100%;
    height:40px;
    padding:0px 15px;
    border:1px solid #ccc;
    border-radius:25px;
}
.search-every-thing::placeholder {
  color: #ccc;
  font-size:14px;
}
.btn-search4you {
    position: absolute;
    top: 7px;
    height: 30px;
    right: 7px;
    border: none;
}
.normal-text{
    font-weight:400;
    margin-top:10px;
}

