.product-loop-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 5px;
  opacity: 0;
  transform: translateX(10px);
  z-index: 5;
}


.product-loop-buttons {
  position: absolute;
  top: 12px;
  right: 12px;
}

.wazza-product-card:hover .product-loop-buttons {
  opacity: 1;
  transform: translateX(0);
}

span#icn-ctg-01 {
    font-size: 16px;
    color: #ff7200;
    line-height: 1;
    text-align: right;
    margin: 0 1px 13px 0;
    background:#fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    padding: 5px 7px;
    border-radius: 50%;
}

span#wsh-id-ctg01 {
    font-size: 18px !important;
    color: #ff7200;
    line-height: 1;
    text-align: right;
    margin: 0 1px 13px 0;
    position: relative;
    right: 1px;
    bottom: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    padding: 3px 6px;
    border-radius: 50%;
    background: #fff;
}

span#icn-qu-ctg-01 {
    font-size: 14px;
    color: #ff7200;
    line-height: 1;
    text-align: right;
    margin: 0 1px 13px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    padding: 8px 8px;
    border-radius: 50%;
    background: #fff;
}

.product-thumbnail {
  position: relative;
  width: 100%;
  height:230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.product-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}


h3#tl-tlll-ctg-01 a {
    color: #0099ff;
    font-size: 14px;
    font-weight: 400;
}

div#rt-ctg01 {
    font-size: 12px;
}

div#rt-ctg01 .count {
    position: relative;
    top: -2px;
    left: 5px;
}


span#pr-ctg01 {
    color: #669900;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
}

h3#tl-tlll-ctg-01 {
    margin-bottom: 9px;
}

div#pan-ctg01 a {
 color: var(--fm-background-text-color-secondary);
	font-size: 14px;
	font-weight: 700;
	background-color: var(--fm-background-color-secondary);
	display: block;
	border-radius: 3px;
	padding: 13.5px 10px;
	text-align: center;
	position: relative;
	border: none;
	line-height: 1.7;
	width: 100%;
}


div#pan-ctg01 .farmart-svg-icon {
    display: none !important;
}

div#product-inner\ product-by-catgeory-chaque {
    position: relative;
    border: solid;
    border-color: #c9c9c9;
    height: 100%;
    padding: 0 14px 19px;
    border-width: 1px 1px 1px 0;
}

div#wazza-prt-ctg {
    margin-right: 0px !important;
    width: 20% !important;
}

div#wazza-ctg:after {
	font-size: 11px;
    position: absolute;
    top: 50%;
    display: block;
    transition: ease 0.5s;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #222222;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #ffffff;
    outline: none;
    z-index: 99;
    text-align: center;
}

/* .wazza-products-carousel.swiper.swiper-initialized.swiper-horizontal {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
} */
div#product-inner\ product-by-catgeory-chaque:hover {
    border: 1px solid #c9c9c9;
}
@media(max-width:900px){
    div#wazza-prt-ctg {
    width: 100% !important;
}
}