#shopwrap {
  position: relative
}
#shop .prod-gallery {
  box-shadow: 0 0 0 1px rgba(0,0,0,.075);
  background-color: #FFFFFF;
}
#shopwrap.shopgrid .item section {
  padding: 1.5em;
  position: relative;
}
#shopwrap.shopgrid .item:hover {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#shopwrap.shopgrid .item article {
  position: relative;
  text-align: center;
  position: relative;
}
#shopwrap.shopgrid .item article a.like {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
}
#shopwrap.shopgrid .item article h4 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 1em;
  font-family: 'Roboto Slab', serif;
}
#shopwrap.shoplist aside {
  border-right: 1px solid rgba(0,0,0,0.1);
  padding-right: 1em;
}
#shopwrap.shoplist section {
  padding: 1em;
}
#shopwrap.shoplist section h4 {
}
.owl-pagination {
	position:absolute;
	top:0;
	left:0;
	right:0	
}
#aboutpro-text ul {
	padding-left: 22px;
}
#aboutpro-text ul li {
	list-style-image:url(http://www.achnagal.com/uploads/images/arrow_list.png);
}
@media screen and (max-width:800px) {
#shopwrap.shoplist aside {
  border-right: 0;
  border-bottom: 3px solid #53bd99;
}
}

@media screen and (max-width:800px) {
#shopwrap.shopfluid {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
}

@media screen and (min-width:800px) {
#shopwrap.shopfluid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
}
#shopwrap.shopfluid .item {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.075);
  position: relative;
  margin-bottom: 20px;
  background-color: #FFFFFF;
}
#shopwrap.shopfluid .image-fluidover {
  position: relative;
  cursor: default;
  overflow: hidden;
}
#shopwrap.shopfluid .image-fluidover img {
  width: 100%;
}
#shopwrap.shopfluid .image-fluidover:hover {
  width: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#shopwrap.shopfluid .fluidover-fade {
  background: rgba(61, 170, 129, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#shopwrap.shopfluid .fluidover-fade a {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
}
#shopwrap.shopfluid .fluidover-fade .fluidover-body {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  bottom: 10%;
  left: 0;
  cursor: pointer;
  background-color: #FFF;
}
#shopwrap.shopfluid .fluidover-fade .fluidover-title {
  display: block;
  margin-bottom: 5px;
}
#shopwrap.shopfluid .image-fluidover:hover .fluidover-fade {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-ribbon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: hidden;
  height: 100px;
  pointer-events: none;
}
.shop-ribbon h2 {
  text-align: center;
  font-size: .85em;
  font-weight: 300;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding: 4px 80px 4px 34px;
  position: relative;
  right: 30px;
  top: 0;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  color: #fff;
  text-transform: uppercase;
}
.shop-ribbon-white h2 {
  background-color: white;
}
.shop-ribbon-red h2 {
  background-color: #e74c3c;
}
.shop-ribbon-yellow h2 {
  background-color: #EDAA10;
}
.shop-ribbon-blue h2 {
  background-color: #5795AF;
}
.shop-ribbon-green h2 {
  background-color: #53BD99;
}
#shop .related-item {
  width: calc(25% - 4px);
  float: left;
  margin: 2px;
}
#shoprecentwrap,
#shoplatestwrap,
#shoppromotedwrap {
  margin: 1em 0;
}
#shoprecentwrap .item {
  box-shadow: 2px 0 0 0 rgba(0,0,0,.075);
  padding: 1em;
}
#shoplatestwrap .item {
  box-shadow: 2px 0 0 0 rgba(0,0,0,.075);
  background-color: #FFFFFF;
  padding: 1em;
}
#shoppromotedwrap .item {
  box-shadow: 0 0 0 1px rgba(0,0,0,.075);
  margin: 2px
}
#shoppromotedwrap .item section {
  padding: 1em;
}
#shoppromotedwrap .item article {
  background-color: #FFFFFF;
  padding: 1em;
}
#shopsalewrap > .segment {
  margin-bottom: 4px;
}
#shopsalewrap article {
  text-align: center;
}
#zoomer {
}
#zoomwrap {
  margin-top: 5px;
}
.zoom-thumbs {
  overflow: auto;
  height: 135px;
  text-align: center;
  margin: 0 auto;
  padding: 2px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zoom-thumbs a {
  display: inline-block;
  padding: 1px;
  margin: 3px;
  text-align: center;
}
/** Custom Slider */
.shop-slider .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.shop-slider .owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
}
.shop-slider .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: rgba(255, 255, 255,1);
}
.shop-slider .item.slide1 .caption-content,
.shop-slider .item.slide2 .caption-content,
.shop-slider .item.slide3 .caption-content {
  background-color: #91ba33;
  text-align: center;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.shop-slider .item.slide2 .caption-content {
  background-color: #337d9b;
}
.shop-slider .item.slide3 .caption-content {
  background-color: #b4334c;
}
.shop-slider .caption-content h2 {
  font-size: 3em;
  color: #fff;
  padding: 1em 0;
  margin: 0;
  font-weight: 100;
}
.owl-wrapper .item.active {}
.owl-wrapper .item.active::before {
		position: absolute;
		z-index: 2;
		content: "";
		width: 0;
		height: 0;
		bottom: 5px;
		left: 50%;
		margin-left: -3px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #445C6A;
	}
@media only screen and (min-width:769px) and (max-width:959px) {
.zoom-thumbs {
  height: 115px;
}
}
@media only screen and (max-width: 768px) {
#zoomwrap {
	margin-top: 25px;	
} 
.shop-slider .caption-content h2 {
  font-size: 1em;
  line-height: 3em;
}
.zoom-thumbs {
  height: 99px;
}
}
