@CHARSET "UTF-8";
.catlistary ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.catlistary ul li{
    list-style: none;
    width: 32.5%;
    float: left;
	margin:0.25%;
	display: flex;
}
.catlistary ul li a {
    color: #b18f8f;
    font-size: 16px;
	width: 100%;
    display: block;
    padding: 15px;
	border:#eee 1px solid;
	font-weight:500 !important;
}
.catlistary ul li a:hover {
	color: #fff;
	border:#582c83 1px solid;
	background:#582418;
}
#gtstoreres {
    display: flex;
    flex-wrap: wrap;
    gap: .8em;
  }
  #gtstoreres .col-md-3 {
    float: left;
    display: flex;
    align-items: center;
    text-align: center;
    width: 24%;
    flex-direction: column;
    justify-content: flex-end;
    background: white;
    border: grey 1px solid;
    padding: 0;
  }
  
  #gtstoreres .col-md-3 h3 {
    display: flex;
    font-size: 16px !important;
    background: #eca62a;
    width: 100%;
    text-align: left;
    margin: 0;
    height: 4.5vw;
    padding: 10px;
    border-top: 1px grey solid;
    align-items: center;
    padding-right: 3.5em;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff !important;
    font-weight: 500 !important;
  }
  
  #gtstoreres div img {
    max-height: 180px; 
      /* max-width: 180px; */
      /* margin: 10px; */
      /* position: absolute; */
      /* bottom: 0; */
      /* display: inline-block; */
      /* vertical-align: middle; */
    top: 0;
    margin: 20px auto 30px;
      /* text-align: center; */
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  #gtstoreres a {
    width: 100%;
  }

  #gtstoreres a:hover h3 {
    color: #582418!important;
    background: transparent !important;
    transition: ease-in-out 0.3s;
  }


#srchkeyword{margin-top: 2%}

@media only screen and (max-width: 991px) {
	.catlistary ul li{
		width: 49.5%;
		margin:0.25%;
	}
}

@media only screen and (max-width: 767px) {
    .catlistary ul li{
        width: 100%;
    }
    #catlist{    float: left;}
    #shwcatgs{    margin-top: 5%;}
    #keywrd{
        width: 100%;
        margin-top: 5%;
    }
    #gtstoreres .col-md-3 {
        width: 33.33%;
      }

      #gtstoreres .col-md-3 h3{
        padding-right: 2.5em;
      }

      #gtstoreres {
        float: left;
        width: 100%;
     
      }

  #gtstoreres div img {
    padding: 0 10px;
   }
    #shwstorlist h2{
        margin-top: 10%;
    }
    
}

@media only screen and (max-width: 600px) {
    .catlistary ul li{
        width: 100%;
		margin:0.25% 0;
    }
	#gtstoreres .col-md-3 {
        width: 48%;
        /* padding: 0 10px; */
      }
      #gtstoreres .col-md-3 h3{
        font-size: 13px !important;
        height: 21vw;
        line-height: 20px;
      }
      /* #gtstoreres div img {
        max-width: 100px;
      } */
}

.protitle{
    height: 67px;
    display: block;
    padding: 15px 0;
}
#ocsnslist .col-md-3{padding: 0px; background: #f2f0eb; margin-bottom: 5%; margin-right: 2%;  width: 23%;}
#ocsnslist .col-md-3 h6{ padding: 3px 15px 10px 15px; margin-top: 0px;}

.resourceImgContainer img:hover{cursor: pointer;}
.product-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}

.product-image-overlay .product-image-overlay-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 35px;
    font-size: 20px;
    color: #eee;
    text-align: center;
    cursor: pointer;
}

.product-image-overlay img {
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.oclist{
    padding:0 15px;
}
.strendcls{
    margin-bottom: 5px;
}