
.photo-gallery .shop .thumb {
    border-radius: 6px;
    clip-path: circle(67.6% at 50% 50%);
    border: 6px double #b3b3b3;
}
.international-dimension-img .shop > li, .fit-india-img .shop > li {
    margin-bottom: 8px;
    padding: 0 4px;
}
.international-dimension-img .shop > li{
    width: calc(50% - 0px);
}
.fit-india-img .shop > li {
    width: calc(25% - 0px);
    padding: 0;
    border: 5px double #003860;
    margin-bottom: 0;
}
.international-dimension-img .shop .thumb, .international-dimension-img .shop .thumb img{
    /* height: 150px; */
}
.fit-india-img .shop .thumb, .fit-india-img .shop .thumb img{
    height: 200px;
}
.international-dimension-img .shop .thumb i, .fit-india-img .shop .thumb i{
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    background: transparent;
    font-size: 44px!important;
}
.school-news-block .shop > li {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.school-news-block .shop .thumb img, .school-news-block .shop .thumb {
    height: 300px;
}
.school-news-block .shop .thumb {
	transform: rotate(-3deg);
    border: 2px solid #979797;
    border-width: 30px;
    border-style: solid;
    border-image: url(../../../../interactive-examples.mdn.mozilla.net/media/examples/border-diamonds.png);
    border-image-slice: 34;
    border-image-repeat: round;
    border-width: 10px;
    border-image-slice: 16;
}
.school-news-block .shop .thumb:hover img {
    filter: sepia(.5) blur(1px);
    transform: none;
}
.school-news-block .shop .thumb i {
    position: absolute;
    top: 50%!important;
    transform: translate(-50%, -50%);
    left: 50%!important;
    color: #ffffff;
    font-size: 50px!important;
    background: transparent;
    padding: 0!important;
    border-radius: 0;
    text-shadow: 1px 1px #000;
}
.school-news-block .shop .thumb img {
    object-position: top;
}
/* shop */

.shop-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-left: 30px;
}

.shop, .shop li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.shop > li {
    position: relative;
    width: calc(33.33% - 0px);
    margin-bottom: 4px;
    display: inline-block;
    padding: 0 2px;
}
.shop .thumb {
    position: relative;
    overflow: hidden;
    /* height: 330px; */
    transition-duration: .6s;
}
.shop .thumb img{
	display: block;
    object-fit: cover;
	transition-duration: 1s;
	width: 100%;
	/* height: 330px; */
}

.shop .thumb:hover img {
    filter: blur(1px);
    transform: scale(1.1);
}
.shop .thumb i {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #ffffff;
    font-size: 27px;
    opacity: 0;
    transition: .6s;
    background: #004372;
    padding: 4px 5px;
    border-radius: 50%;
}
.shop .thumb:hover i {
	opacity: 1;
}
.shop .price{
	position: absolute;
	top: 10px; left: 10px;
	width: 50px;
	height: 50px;
	background-color: #ff7573;
	text-align: center;
	z-index: 10;
	line-height: 50px;
	border-radius: 25px;
}

.shop .price span {
	color: #fff;
	font-weight: bold;
}

.shop .badges {
	position: absolute;
	top: 10px; 
	right: 10px;
	z-index: 20;
}

.shop .badges span {
	display: block;
	width: 32px;
	height: 32px;
}

.shop .badges .badge-new { background: url('../images/badge.png') no-repeat 0 -64px; }
.shop .badges .badge-bestseller { background: url('../images/badge.png') no-repeat 0 -32px; }
.shop .badges .badge-polarized { background: url('../images/badge.png') no-repeat 0 0; }

.shop .buy { 
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 20;
 }

.shop .buynow {
	color: #fff;
	background: #444;
	padding: 5px 15px;
	line-height: 1;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;	
}

.shop .name {
	position: absolute;
	bottom: 2px; right: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #fff;
}

@media only screen and  (max-width: 1024px) {
	.shop > li { width: 49%; }
}

@media only screen and  (max-width: 750px) {
	.shop > li { margin-right: 0!important; width: 100%; }
	.shop-wrap { width: 100%; }
}


/* UniFilter */

#filters {
	margin: 0 0 0;
}

#filters .uf-filter { 
	margin-top: 5px; 
}

#filters .uf-filter-wrap,
#filters .uf-search-wrap,
#filters .uf-sort-wrap {
	margin-bottom: 0;
}

#filters .uf-filter-wrap  { 
	margin-right: 10px; 
}

#filters .uf-search-wrap,
#filters .uf-sort-wrap { 
	float: left; 
	margin-right: 10px; 
}
#filters .uf-tags{
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
#filters .uf-tags a {
	border: 0;
    padding: 14px 40px;
    height: auto;
    line-height: normal;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
    background: #797979;
    color: #fff;
    border-radius: 2px;
}

#filters .uf-tags .uf-reset {
	margin-top: 0px;
}

#filters .uf-tags a:hover,
#filters .uf-tags .uf-selected a {
	color: #fff;
    background: #ef890b;
}

#filters .uf-search-box { width: auto; }

@media only screen and  (max-width: 1024px) {
	#filters .uf-filter-wrap { float: none; }
}


/* Smaller than Desktop HD */
@media only screen and (max-width: 1200px) {}

/* Smaller than desktop */
@media only screen and  (max-width: 1000px) {}

/* Smaller than tablet */
@media only screen and  (max-width: 750px) {}

/* Smaller than phablet (also point when grid becomes active) */
@media only screen and  (max-width: 550px) {}

/* Smaller than mobile */
@media  only screen and (max-width: 400px) {}



