/*	SHOP 1-6
/*----------------------------------------------------*/
.container50 {
  cursor: pointer;
  display: inline;
  float: left;
}

.container50:hover {
  perspective: 5000px;
}

.card-detail {
}

.container50:hover .card-detail {
  transform: rotateY(0deg);
  box-shadow: 0 0;
}

.card-detail-head {
  position: relative;
  height: 252px;
  background: linear-gradient(135deg, #fa782e 8%, #c82930 83%);
  border-radius: 25px 25px 0 0;
}

.card-detail-logo {
  width: 55px;
  margin: 20px;
}

.product-detail-img {
  position: absolute;
  left: 0;
  margin-top: -9px;
  margin-left: 50px;
  transform: translateZ(30px) rotateY(30deg);
  transition-property: transform, box-shadow, margin;
  transition-duration: 0.5s;
  z-index: 1;
}

.container50:hover .product-detail-img {
  margin-left: 0;
  transform: rotateY(0deg);
}

.product-detail-detail {
  padding: 0 20px;
  font-size: 11px;
  color: #fff;
}
.product-detail-detail h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.back-text {
  display: inline-block;
  font-size: 125px;
  font-weight: 900;
  margin-left: -30px;
  margin-top: -0.5px;
  opacity: 0.1;
}

.card-detail-body {
  height: 255px;
  background: #fff;
  border-radius: 0 0 25px 25px;
}

.product-detail-title {
 	padding: 20px 20px 5px 20px;
    display: block;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.product-detail-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  background: #11e95b;
  padding: 2px 5px;
  border-radius: 4px;
  top: -2px;
  margin-left: 5px;
}

.product-detail-caption {
  	display: block;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato';
}

.product-detail-rating {
  padding: 0 20px;
  font-size: 11px;
}

.product-detail-rating i.grey {
  color: #acacab;
}

.product-detail-size h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.ul-size {
  margin-left: 15px;
}

.ul-size li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-size li a {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: #000;
}

.ul-size li a.active {
  background: #f35e3d;
  color: #fff;
}

.product-detail-size:before, .product-detail-size:after {
  content: "";
  display: block;
  clear: both;
}

.product-detail-color h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: upercase;
}

.ul-color {
  margin-left: 27px;
}

.ul-color li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-color li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.ul-color li a.orange {
  background: #f35e3d;
}

.ul-color li a.green {
  background: #11e95b;
}

.ul-color li a.yellow {
  background: #ffd414;
}

.ul-color li a.active:after {
  position: absolute;
  content: "";
  display: inline-block;
  border: 1px solid #f35e3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-left: -5px;
  margin-top: -5px;
}

.product-detail-price {
  	position: absolute;
    top: 435px;
    margin: 0 0;
    background: #11e95b;
    padding: 7px 20px;
    text-align: center;
    display: inline;
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    border-radius: 7px;
    transition-duration: 1000S;
    z-index: 1;
}
.product-detail-price b {
  margin-left: 5px;
  font-family: 'Montserrat';
}

.container50:hover .product-detail-price {
  margin-left: -10px;
  transform: rotateY(0deg);
  box-shadow: -5px 1px 15px rgba(0, 0, 0, 0.3);
}



.shop-1-6 {
	
}


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

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

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

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

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

.shop-1-6 .product-desc {
	
}

.shop-1-6 .product-desc h1 {
	margin-top: 0;
	font-size: 32px;
	font-weight: 400;
}

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

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

.shop-1-6 .product-desc .product-rating {
	margin-bottom: 20px;
}

.shop-1-6 .product-desc .product-rating span {
	margin-right: 10px;
}

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

.shop-1-6 .product-desc .input-group {
	margin-right: 10px;
}

.shop-1-6 .product-desc .input-group .form-control {
	width: 50px;
}

.shop-1-6 .more-info-tabs {
	margin: 50px 0;
}

.shop-1-6 .review h4 {
	float: left;
}

.shop-1-6 .review h5 {
	float: right;
	margin-top: 15px;
	color: #ccc;
}

.shop-1-6 .review .product-rating {
	clear: left;
}


/* Ribbons */
.shop-1-6 .ribbon {
	position: absolute;
	top: -4px;
	right: 11px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	z-index: 10
}

.red-hot { background: url("../images/ribbons/red-hot.png") 0 0 no-repeat; }
.best-value { background: url("../images/ribbons/best-value.png") 0 0 no-repeat; }
.super-cool { background: url("../images/ribbons/super-cool.png") 0 0 no-repeat; }
.new { background: url("../images/ribbons/new.png") 0 0 no-repeat; }
.premium { background: url("../images/ribbons/premium.png") 0 0 no-repeat; }
.exclusive { background: url("../images/ribbons/exclusive.png") 0 0 no-repeat; }
.popular { background: url("../images/ribbons/popular.png") 0 0 no-repeat; }
.five-stars { background: url("../images/ribbons/five-stars.png") 0 0 no-repeat; }
.sale { background: url("../images/ribbons/sale.png") 0 0 no-repeat; }
.out-of-stock { background: url("../images/ribbons/out-of-stock.png") 0 0 no-repeat; }


/* Sidebar */

.shop-1-6 .sidebar .widget:nth-of-type(1) {
	margin-top: 0;
}

.shop-1-6 .sidebar .widget {
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.shop-1-6 .sidebar .widget:nth-last-child(1) {
	border-bottom: none;
}

.shop-1-6 .sidebar .widget h4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.shop-1-6 .sidebar .nav-pills > li {
	float: left;
}

.shop-1-6 .sidebar .nav-pills > li > a {
	border-radius: 4px;
	font-weight: 600;
}

.shop-1-6 .sidebar .nav-pills > li + li {
	margin-left: 2px;
}

.shop-1-6 .sidebar .nav-pills > li.active > a,
.shop-1-6 .sidebar .nav-pills > li.active > a:hover,
.shop-1-6 .sidebar .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #16A085;
}

.shop-1-6 .sidebar .nav-stacked > li {
	float: none;
}

.shop-1-6 .sidebar .nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.shop-1-6 .sml-item {
	clear: left;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #E5E5E5;
}

.shop-1-6 .sml-item .entry-image {
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}

.shop-1-6 .sml-item .entry-image,
.shop-1-6 .sml-item .entry-image a,
.shop-1-6 .sml-item .entry-image img,
.shop-1-6 .sml-item .entry-image i {
	width: 48px;
	hei ght: 48px;
}

.shop-1-6 .sml-item .entry-image a i {
	font-size: 28px;
	line-height: 48px;
	color: #666;
	background-color: #EEE;
}

.shop-1-6 .sml-item h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #00cc00;
}

.shop-1-6 .sml-item h5 {
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
	text-decoration: none;
	color: #454545;
}

.shop-1-6 .sml-item .product-rating {
	float: right;
}

.shop-1-6 .sml-item .product-rating .fa {
	font-size: 14px;
	color: #F1C40F;
}


/*	SHOP 1-6 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) {
	
	
	
}