/*	SHOP 1-3
/*----------------------------------------------------*/

main[role="main"], .product-3 .product-3-description {
  *zoom: 1;
}
main[role="main"]:after, .product-3 .product-3-description:after {
  content: '';
  display: table;
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0 0 30px;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #31353d;
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

abbr {
  cursor: help;
}

body {
  color: #aaa;
  font-size: 14px;
  font-family: "MavenProRegular", arial, tahoma, trebuchet ms, verdana;
  height: 100%;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  line-height: 0;
}

main[role="main"] {
  max-width: 500px;
  margin: 20px auto;
  position: relative;
}

.product-3 {
  background: #fff;
  max-width: 300px;
  position: relative;
  z-index: 15;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.product-3 .product-3-description {
  position: relative;
  z-index: 15;
  background: #fff;
}
.product-3 .product-3-description .info {
  padding: 15px;
  color: #aaa;
  font-size: 0.85em;
  width: 75%;
  float: left;
}
.product-3 .product-3-description .info h1 {
    font-size: 18px;
    margin: 0 0 5px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #777;
}
.product-3 .product-3-description .info p {
  margin-bottom: 12px;
  line-height: 1.3em;
  font-family: 'Lato';
  color: #777;
}
.product-3 .product-3-description .price {
  width: 25%;
  float: left;
  color: #777;
  font-size: 3.5em;
  position: relative;
  margin-top: 25px;
  font-family: 'Lato';
}
.product-3 .product-3-description .price::before {
  content: '$';
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 0.35em;
}
.product-3 .product-3-sidebar {
  height: 100%;
  background: #193441;
  width: 50px;
  display: table-row-group;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.product-3 .product-3-sidebar button {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 0.9em;
  font-size: 0.8em;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-3 .product-3-sidebar button.buy {
  background: transparent url("../images/buy.png") no-repeat 15px;
}
.product-3 .product-3-sidebar button.info {
  background: transparent url("../images/info.png") no-repeat 15px;
}
.product-3 .product-3-sidebar button.size {
  background: transparent url("../images/sizes.png") no-repeat 15px;
}
.product-3 .product-3-sidebar button.colors {
  background: transparent url("../images/colors.png") no-repeat 15px;
}
.product-3 .product-3-sidebar button.colors span {
  margin-left: 40px;
}
.product-3 .product-3-sidebar button.colors:hover {
  width: 130px;
}
.product-3 .product-3-sidebar button.colors .color {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-3 .product-3-sidebar button.colors .color.black {
  background: #000;
  border-bottom: 2px solid #555;
}
.product-3 .product-3-sidebar button.colors .color.white {
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
}
.product-3 .product-3-sidebar button.colors .color.red {
  background: #EA1535;
  border-bottom: 2px solid #EF566D;
}
.product-3 .product-3-sidebar button.colors .color:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-3 .product-3-sidebar button span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  white-space: nowrap;
  margin-left: 30px;
}
.product-3 .product-3-sidebar button:hover {
  width: 130px;
  background-color: #9bb6aa;
  position: relative;
  background-position: 15px center;
  border-color: #9bb6aa;
}
.product-3 .product-3-sidebar button:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.product-3:hover .product-3-sidebar {
  right: -50px;
}

@media screen and (max-width: 480px) {
  #content {
    margin-top: 60px;
  }

  .product-3 .product-3-sidebar {
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0;
    top: inherit;
    -webkit-border-radius: 0 0px 2px 2px;
    -moz-border-radius: 0 0px 2px 2px;
    -o-border-radius: 0 0px 2px 2px;
    border-radius: 0 0px 2px 2px;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
  }
  .product-3:hover .product-3-sidebar {
    bottom: -50px;
  }
}
@media screen and (max-width: 360px) {
  .product-3 .product-3-sidebar {
    bottom: -50px;
  }
}

.shop-1-3 #tabbed-shop {
	margin: 40px 0 0 0;
}


.shop-1-3 .product-3 {
	position: relative;
	float: left;
	margin-bottom: 40px;
	margin: 25px;
}

.shop-1-3 .product-3-image {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.shop-1-3 .product-3-image > a,
.shop-1-3 .product-3-image .slide a,
.shop-1-3 .product-3-image img {
	display: block;
	width: 100%;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .shop-1-3 .product-3-image > a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.shop-1-3 .product-3-image > a:nth-of-type(2) {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.shop-1-3 .product-3-image:hover > a:nth-of-type(2) {
	opacity: 1;
	z-index: 2;
}

.shop-1-3 .product-3-desc {
	padding: 15px 0;
	font-size: 14px;
}

.shop-1-3 .product-3-desc h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

.shop-1-3 .product-3-desc h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-decoration: none;
	color: #454545;
}

.shop-1-3 .product-3-desc h4 del {
	font-weight: 400;
	font-size: 80%;
	color: #888;
}

.shop-1-3 .product-3-desc .product-3-rating .fa {
	font-size: 18px;
	color: #F1C40F;
}

.shop-1-3 .product-3-overlay {
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	top: auto;
	bottom: -44px;
	left: 0;
	z-index: 6;
}

.product-3:hover .product-3-overlay { bottom: 0; }

.shop-1-3 .product-3-overlay a {
	display: block;
	float: left;
	width: 50%;
	font-size: 13px;
	color: #fff;
	background-color: rgba(22,160,133,0.6);
	text-align: center;
	padding-top: 14px;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.shop-1-3 .product-3-overlay a.gallery-zoom { border-right: 0; }

.shop-1-3 .product-3-overlay a.gallery-zoom, .shop-1-3 .product-3-overlay a.add-to-cart { height: 44px; }

.shop-1-3 .product-3-overlay a i {
	position: relative;
	font-size: 18px;
}

.shop-1-3 .product-3-overlay a:hover {
	background-color: #333;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.shop-1-3 .advert {
	margin: 15px;
	background: #ccc;
	height: 200px;
}


/*	SHOP 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}