#shopwrap {
  position: relative
}
#shopwrap.shopgrid .item,
#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;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}
#shopwrap.shopgrid .item:hover {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  box-shadow: 0 0 0 4px #53bd99;
}
#shopwrap.shopgrid .item article {
  position: relative;
  text-align: center;
  padding: 1.45em;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.075);
  position: relative;
  margin-top: 4px;
}
#shopwrap.shopgrid .item article a.like {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em;
}
#shopwrap.shopgrid .item article h4 {
  margin: 0;
  font-weight: 400;
  font-family: 'Archivo Narrow';
  margin-bottom: 1em;
}
#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 {
}

@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: #FFFFFF;
  padding: .25em;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}
#zoomwrap {
  margin-top: 5px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}
.zoomImg {
  background-color: #FFFFFF;
}
.zoom-thumbs {
  overflow: auto;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  padding: 2px;
  background-color: #FFFFFF;
}
.zoom-thumbs a {
  display: inline-block;
  padding: 1px;
  margin: 3px;
  text-align: center;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1)
}
.zoom-thumbs a:hover {
  box-shadow: 0 0 0 2px #53bd99
}
/** 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;
}
}

figure { 
  position: relative;}
  



figcaption {
	position: absolute;
    bottom: 10%;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 500;
    line-height: 281%;
    padding: 0px 10px;
    width: 100%;; 
}
  
span {
    color: white;
}
    

spacer {
    padding: 0 5px;
    background: transparent;
}
   
.perissotera {
	color: white;
	background-color: #919E1A;
	padding: 10px 10px;	
	font-size: 15px;
	transition: 0.5s;
}

.perissotera:hover {
	text-shadow: 0px 0px 2px white;
	transition: 0.5s;
    color: white;
}

.titletag {
	color: #919E1A;
	font-size: 23px;
	font-weight: 900;	
}

.titletag:hover {
	color: black;
}

/* Tabs --------------------------------------*/
div.tab {
    *overflow: hidden;
}

div.tab a {
	color: white;
	background-color: #FF8901;
	padding: 15px 10px;
	font-weight: 300;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;	
}

div.tab a:hover {
	color: #333;
	background-color: white;
}

div.tab a.active {
	color: #333;
	background-color: white;
}

.tabcontent {
    padding: 25px 25px;
    border: 1px solid #BBB;
    margin-top: 14px;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tabsContainer {
		
}

.tabSpacer {
	margin-top: 10px;
	margin-bottom:10px;	
}

/***--------------------------------------***/

.learnMoreBtn {
	color: white;
	font-weight: 300;
	padding: 5px 10px;
	background-color: #919E1A;
	transition: 0.5s;
    display: inline-block;
    line-height: 1.25;
}

.learnMoreBtn:hover {
	text-shadow: 0px 0px 2px white;
	transition: 0.5s;
    color: white;
}

/**** SLIDER ****/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	display: block !important;	
}

.nbs-flexisel-nav-left {
	padding: 0 !important;
    border-radius:0 !important;
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;      
    top:48% !important;
    background: transparent !important;
	box-shadow: none;  
	left: -25px; 
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 20px solid grey;
	border-bottom: 10px solid transparent;
}

.nbs-flexisel-nav-left:before {
	content: "" !important;
}

.nbs-flexisel-nav-right {
	padding: 0 !important;
    border-radius:0 !important;
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;      
    top:48% !important;
    background: transparent !important;
	box-shadow: none;  
	right: -25px; 
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid grey;
	border-bottom: 10px solid transparent;
}

.nbs-flexisel-nav-right:before {
	content: "" !important;
}

.nbs-flexisel-item img {
	margin-top:0px !important;
	max-height: 200px;	
}

.relatedProduct {
	padding: 0;
	border: 1px solid #DDD;
	text-align: center;
	margin-right: 10px;
}
.titletag-used-products {
    color: #919e1a;
    font-size: 21px;
}
.product_price {
    color: #919e1a;
    font-size: 21px;
    float: right;
}
.used-products {
    position: absolute;
    bottom: 10%;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 320%;
    padding: 0px 10px 20px 10px;
    width: 100%;
}
.product_price_publish {
    font-size: 30px;
    font-weight: 700;
    margin-left: 45px;
    margin-top: 25px;
}
.used-product-category {
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
	.relatedProduct {
		margin-right: -2.3px;
	}
}

.marginLeftOnBig {
	margin-left: none;	
}

@media only screen and (min-width: 768px) {
	.marginLeftOnBig {
		margin-left: 15px;
	}
}

.smallTextResponsive {
	font-size: 100%;
}

@media only screen and (max-width: 768px) {
	.smallTextResponsive {
		font-size: 70%;
	} 
	
	.tabcontent {
		font-size: 70%;	
	}
}
.product-res-item {
    margin-bottom: 20px;
}
.productImage {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sliderImagesThumb-wrap {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    transition: 0.7s;
}

.sliderSelector {
	background-size: cover;
	background-position: center;
	cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
}

.sliderImagesThumb-wrap:hover {
	opacity: 0.8;
}

#mainImage {
	transition: 1s;
    cursor: pointer;
}
.sliderImages::-webkit-scrollbar {
    width: 0.5em;
}
 
.sliderImages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.sliderImages::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.product-description a {
    color: #919e1a;
}
.sliderImages.owl-carousel .owl-wrapper-outer {
    z-index: 1;
}
.sliderImages.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sliderImages.owl-theme .owl-controls .owl-buttons div {
    height: auto;
    background-color: #D0D0D0;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.sliderImages.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: 0;
    left: -27px;
}
.sliderImages.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-left: 0;
    right: -27px;
}
.sliderImages.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: #3CA855;
}
@media only screen and (min-width: 1024px) {
    .product-description .marginLeftOnBig {
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1260px) {
    .sliderImages.owl-theme .owl-controls .owl-buttons div {
        background-color: rgba(132, 135, 135, 0.5);
        width: 20px;
    }
    .sliderImages.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -2px;
    }
    .sliderImages.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -2px;
    }
}
@media only screen and (max-width: 1024px) {
    .product-description .marginLeftOnBig {
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px) {
	.sliderSelector {
		height: 70px;	
	}
}
