.bandi-iframe-wrapper.active{
    width: 350px !important;
    margin-left: 55px;
    margin-top: 120px;
}
/* Change checkbox design on filters on shop and category page */
.filter-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid var(--wd-primary-color);
  background-color: #fff;
}

.filter-checkbox:checked::before {
  content: '\2713';
  font-size: 15px;
  color: var(--wd-primary-color);
  display: block;
  text-align: center;
  line-height: 15px;
}

.filter-checkbox:hover{
	cursor: pointer;
}
/* Add filter icon for mobile view on product category page */
.wd-sidebar-category-opener.wd-on-shop>a:before {
  font-size:16px;
  content:"\f118";
  font-family:"woodmart-font"
}

@media only screen and (max-width: 768px) {
	.owl-item.bandi-iframe-wrapper.active{
		margin-left: 3.5%;
    	width: 250px !important;
    	margin-top: 120px;
	}
}

