#shopwrap {
  position: relative
}
#shop .prod-gallery {

}
#shopwrap.shopgrid .item section {
  position: relative;
  background-color: rgba(245,245,245,0.6);
  height: 275px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
#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 {
	padding: 15px;
	background-color: #ededed;
	position: relative;
	font-size: 15px;
}
#shopwrap.shopgrid .item article a.like {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
}
#shopwrap.shopgrid .item article h4 {
  margin: 0;
  font-weight: 400;
}
#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 {
}
/*Results*/
.clearfix.bottom-space .title {
    margin-top: 50px;
    margin-bottom: 20px;
}
.menu-icons-inside.categories {
	float: none;
	margin-bottom: 30px;
}
#category_drop {
	float: left;
}
#category_drop .menu-icon-create::after, #category_drop .menu-icon-create::before, #category_drop .menu-icon-create {
    background: #bb0710;
}
#category_drop.menu-icon.opened .menu-icon-create {
    background: none;
}
#shop-categories {
    margin-bottom: 65px;
}
.shop-categories-link {
    color: #808080;
    font-weight: 300;
    padding: 5px 10px;
}
.shop-categories-link.shop-categories-active {
    color: #bb0710;
    border: 1px solid #bb0710;
    font-weight: 500;
}
#shopwrap.shopgrid {
	height: auto !important;
}
#shopwrap.shopgrid > .columns {
    width: calc(100% + 30px) !important;
    position: unset !important;
    left: unset !important;
    top: unset !important;
    margin-left: -15px;
}
.product-result {
    margin-bottom: 30px;
}
#shopwrap.shopgrid .item {
    padding: 0 15px;
}
#shopwrap.shopgrid .item article:before {
	content:"";
	border-bottom:15px solid #ededed;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: -15px;
}
#shopwrap.shopgrid .item section .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
	display:block;
}
#shopwrap.shopgrid .item section .image-overlay .overlay-fade {
	display:block;
	cursor:pointer;
}
#shopwrap.shopgrid .item section .image-overlay .overlay-fade i {
	background-color:rgba(255,255,255,0.7);
	color: #bb0710;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:80px;
	height:80px;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 30px;
}
#shopwrap.shopgrid .overlay-fade::after, #shopwrap.shopgrid .overlay-fade::before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
#shopwrap.shopgrid .overlay-fade::before {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
#shopwrap.shopgrid .overlay-fade::after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
#shopwrap.shopgrid .item:hover .overlay-fade::before, #shopwrap.shopgrid .item:hover .overlay-fade::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Publish*/
.product-publish {
    font-size: 20px;
    font-weight: 400;
}
.selection-number {
    color: #bb0710;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 1em;
}
.publish-description {
    background-color: #fbf7f7;
    font-size: 14px;
    padding: 15px;
    color: #989898;
}
.pop-up-button {
	background-color:white;
	width:50px;
	height:50px;
	border-radius:50%;
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	z-index: 10;
}
#zoomwrap .owl-carousel .owl-wrapper-outer {
    z-index: 2;
}
#zoomwrap .owl-theme .owl-controls {
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#zoomwrap .owl-theme .owl-controls .owl-buttons div {
    background-color: unset;
}
#zoomwrap .owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 3;
}
#zoomwrap .owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 3;
}
#zoomwrap .owl-theme .owl-controls .owl-buttons div i {
    font-size: 2.2em;
    color: #bb0710;
}
#shop .enscroll-track.scrolltrack {
    display: none;
}
@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 {
  background-color: #eeeeee;
  padding: .25em;
  height: 380px;
  position: relative;
}
#zoomer > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 95%;
}
#zoomwrap {
  background-color: #eeeeee;
}
.zoomImg {
  background-color: #FFFFFF;
  display: none !important;
}
.zoom-thumbs {
  overflow: auto;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.zoom-thumbs a {
  display: flex;
  text-align: center;
  margin-top: 10px;
  height: 90px;
  justify-content: center;
  align-items: center;
}
.zoom-thumbs a:hover, .zoom-thumbs .zoom-thumbs-img.selected a {
	background-color:#f6f6f6;
}
.zoom-thumbs a:hover::before, .zoom-thumbs .zoom-thumbs-img.selected a:before {
	content:"";
	width:0;
	height:0; 
	border-bottom: 20px solid #f6f6f6;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
    top: 0px;
    margin: auto;
    left: 0;
    right: 0;
}
/** 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;
}

@media only screen and (max-width: 768px) {
.shop-slider .caption-content h2 {
  font-size: 1em;
  line-height: 3em;
}
}
/* PRODUCT POPUP */
#sliderevmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(26,26,26,0.8);
  z-index: 100;
}
#sliderevmodal-inner {
  max-width: 960px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#revsliclo {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  background: rgba(0,0,0,0.9);
  padding: 5px;
  width: 40px;
  height: 40px;
  margin: -20px -20px -20px auto;
  display: flex;
  z-index: 100;
  position: relative;
}
#revsliclo img {
  width: 15px;
  height: 15px;
  margin: auto;
}
#sliderevmodal-innerer {
  background-color: rgba(255,255,255,0.7);
  padding: 30px 30px 0;
}
.tp-simpleresponsive > ul {
	background: rgba(255, 255, 255,0.7) !important;
}
.tparrows {
  border: 1px solid #d3d3d3;
}
.tp-thumbs {
  /*background: #191919 none repeat scroll 0% 0% !important;*/
}
/* slider thumbnail navigation */
.thumbs-nav{cursor:pointer;width:40px;height:40px;position:absolute;display:block;z-index:1001;border-radius:50%;border:1px solid #d3d3d3;background-color: rgba(0,0,0,0.5);}.thumbs-nav::before{font-family:revicons;font-size:20px;color:#fff;display:block;line-height:40px;text-align:center}.thumbs-nav-vertical{right:5.4%}.thumbs-nav-vertical.thumbs-next{bottom:0}.thumbs-nav-vertical.thumbs-prev{top:0}.thumbs-nav-vertical.thumbs-next::before{content:"\e82d";-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.thumbs-nav-vertical.thumbs-prev::before{content:"\e82c";-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.thumbs-nav-horizontal{bottom:3.5%}.thumbs-nav-horizontal.thumbs-next{right:2%}.thumbs-nav-horizontal.thumbs-prev{left:2%}.thumbs-nav-horizontal.thumbs-next::before{content:"\e82d";margin-left:3px}.thumbs-nav-horizontal.thumbs-prev::before{content:"\e82c";margin-right:3px}
@media only screen and (max-width:960px) {
  #revsliclo {
      margin: -25px -15px -15px auto;
  }
}
@media only screen and (max-width:768px) {
  .thumbs-nav {
      display: none;
  }
#shop-categories {
    margin-bottom: 40px;
}
}