
.just-padding {
    padding: 15px;
    border: 1px solid #ccccccb3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    background-color: white;
}
.carousel-control-prev, .carousel-control-next{
    width: 7% !important;
}
    
.carousel {
    position: relative;
}

.right-adds-sec{
    margin-top: 5px;
}


.right-adds1{
    overflow: hidden;
    margin-bottom:10px;
}
.right-adds1 img{
    width:100%;
}

.right-adds2{
  
    overflow: hidden;
}
.right-adds2 img{
    width:100%;
}

.product-card-hover-content {
  position: absolute;
  top: 100%;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.product-info{
    height: 74px;

}


.product-card-hover-content .image-peek {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height:138px;
  transition: 2s ease;
}


.product-card-hover-content .image-peek .fav-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/public/img/icons/fav-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 10px;
}

.product-card-hover-content .count-and-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}

.product-card:hover .product-card-hover-content {
  top: 0;
}
.owl-item .product-card .product-card-footer{
    min-height: 71px;
    
}

.owl-item .product-card .product-card-body{
    min-height: 266px;
}
.btn-view-all {
    background: #FB641B;
    color: #fff !important;
}

.col-md-4{
  display: inline-block;
  margin-left:-4px;
}
.col-md-4 img{
  width:100%;
  height:auto;
}
 .carousel-indicators li{
  background-color:red;
}
 .carousel-control-prev-icon,
 .carousel-control-next-icon{
  background-color:red;
}
 .no-padding{
  padding-left: 0;
  padding-right: 0;
}
.submenu-items.sub-sub-menu{
  color:#fff!important;
}

.left-nav ul li a.submenu .submenu-items li:hover {
    background: #fff;
    color: #000!important;
}


.left-nav ul li a.submenu .submenu-items .sub-sub-menu{
    color: #fff!important;
}
.left-nav ul li a.submenu .submenu-items .sub-sub-menu:hover{
    background:#fff;
    color:#000!important;
}


.left-nav ul li a.submenu .submenu-items .sub-sub-menu.sub-sub-menu-items{
    width: 200px;
}

.left-nav ul li a.submenu:after, .left-nav ul li .sub-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #a0a0a0;
    position: absolute;
    right: 6px;
    top: 10px;
}




