
@charset "utf-8";
/* CSS Document */

body {
  /*background-image: url('/image/catalog/logo/background-pattern.png');*/
  background-color: #efe7e3;
	font-family: 'Raleway', sans-serif;
	color: #000;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
a {
	color: #000;;
}
a:hover {
	text-decoration: none;
}
legend {
	padding: 15px 0px
}

/* Container */
.container {
  width: 90%;
}
/* Header */
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1.00);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle {
  border: none;
  background-color: #000;
}
.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar {
   background-color: #d6c3b8;
}

/* Menu Top */
#menu-top {
  border-radius: 0px;
  margin: 0;
  background-color: #d6c3b8;
  border: none;
  box-shadow: 0px 2px 7px #fff;
}
#menu-top ul {
  background-color: #d6c3b8;
  border: none;
}
#menu-top ul li.dropdown.open a.dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.20);
}
#menu-top ul.dropdown-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.20);
}
#menu-top ul li:hover {
  background-color: rgba(255, 255, 255, 0.20);
}
#menu-top ul li a {
  color: #fff;
  text-shadow: 0px 0px 7px #fff;
}

/* logo */
#logo {
  max-width: 330px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Header */
@media (max-width: 768px) {
  header .container {
    margin-bottom: 11px;
  }
}

/* search */
#search {
	margin-bottom: 12px;
}
#search .input-lg {
	height: 41px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 11px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart > .btn {
	line-height: 18px;
	color: #FFF;
  background-image: none;
  background-color: rgba(0, 0, 0, 1.00);
  border: 1px solid rgba(0, 0, 0, 1.00);
  box-shadow: 1px 1px 3px rgba(0,0,0,.20);
}
#cart.open > .btn {
	background-image: none;
	background-color: rgba(255, 255, 255, 0.20);
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: rgba(0, 0, 0, 1.00);
	min-height: 40px;
}
#menu .dropdown:hover .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.20);
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(255, 255, 255, 0.20);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
}
#menu .dropdown-menu .dropdown-inner ul {
  padding: 3px;
}
#menu .dropdown-menu .dropdown-inner ul li {
  margin: 0px;
  padding: 2px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
  border-radius: 4px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 8px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1.00);
}
#menu #category {
	float: left;
	padding-left: 15px;
	line-height: 45px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 100%;	
	color: #FFF;
	padding: 3px 13px;
	float: right;
	background-color: rgba(0, 0, 0, 1.00);
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1.00);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 1.00);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(255, 255, 255, 0.20);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 1px dashed #d6c3b8;
	color: #7d7370;
  box-shadow: 0px 0px 7px #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px dashed #d6c3b8;
}
footer a {
	color: #7d7370;
}
footer a:hover {
	color: #d6c3b8;
}
footer h5 {
	color: #d6c3b8;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs,
.btn-sm,
.btn-lg {
	padding: 10.4px 16px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  margin-top: 0px;
	background-color: #d6c3b8;
  border: none;
  border-radius: 0px 8px 8px 0px;
  box-shadow: 0px 0px 5px #fff;
  line-height: 1.3em !important;
}
.btn-default i {
  color: #fff;
  text-shadow: 0px 0px 7px #fff;
}
.btn-default:hover {
  background-color: #000;
}

.btn-primary {
	color: #fff;
	background-color: rgba(0, 0, 0, 1.00);
  border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgba(240,240,240, 1.00);
  box-shadow: 1px 1px 3px rgba(0,0,0,.20);
  color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	overflow: auto;
  margin-bottom: 32px;
  padding: 4px;
}
.product-thumb .image {
	text-align: center;
  background: none;
  padding: 4px;  
  overflow: hidden;
  transition: border-radius .1s, box-shadow ease-in-out .3s;
}
.product-thumb .image:hover {
  border-radius: 25px 8px 25px 8px;
  border: 1px dashed #ddd;
  box-shadow: 0px 0px 7px #fff;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.85;
}
.product-thumb .image img {
  width: 100%;  
  
  border-radius: 25px 8px 25px 8px;
  border: 1px dashed #ddd;
  box-shadow: 0px 0px 7px #fff;
  transition: all ease-in-out .4s;
}
.product-thumb .image img:hover {  
  /*transform: scale(1.3) rotate(7deg);*/
}

.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
  padding: 8px 0px;
  width: 100%;
  white-space: nowrap;
  font-size: 97%;
  font-style: italic;
  text-shadow: 0px 0px 2px #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-thumb .button-group .price-discount {
  position: absolute;
  top: -7px;
  right: 18px;
  width: 50px;
  background-color: #000;
  border: 1px dashed red;
  border-radius: 6px 6px 12px 12px;
  color: #fff;
  line-height: 1em;
  padding: 12px 4px;
  box-shadow: 0px 0px 7px red;
  transition: all ease-in-out .5s;
}
.product-thumb .button-group:hover .price-discount {
  font-weight: 700;
  text-shadow: 0px 0px 3px red;
}
.product-thumb .button-group .price-discount::after {
  content: '% OFF';
}
.product-thumb .button-group .price-old {
  position: absolute;
  top: 0px;
  right: 57px;
  background: #000;
  border-radius: 8px 0px 0px 8px;
  border: 1px dashed red;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 8px;
  padding-right: 18px;
  color: #fff;
  font-size: 80%;
  font-weight: 300;
  line-height: 1.8em;
  box-shadow: 0px 0px 7px red;
}
.product-thumb .caption {
  text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
.product-thumb .price {
  font-weight: 300;
  color: #fff;
  transition: all ease-in-out .3s;
}
.product-thumb .button-group:hover .price {
  color: #fff;
  text-shadow: 0px 0px 7px #fff;
}
.product-thumb .button-group {
  border-radius: 35px 8px 35px 8px;
  overflow: hidden;
  box-shadow: 0px 0px 7px #fff;
}
.product-thumb .button-group:hover {
  border-radius: 8px 35px 8px 35px;
}
.product-list .product-thumb .button-group {
	
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
  background-image:
    linear-gradient(-15deg, #333, #000);
  background-image: none;
  background-color: #d6c3b8;
	width: 100%;
	border: none;
  border-radius: 35px 8px 35px 8px;
	display: inline-block;
	float: left;
	color: #fff;
	line-height: 38px;
	font-weight: 300;
  font-size: 130%;
	text-align: center;
  transition: all ease-in-out .3s;
}
.product-thumb .button-group button:hover {
	color: #fff;
  text-shadow: 0px 0px 7px #fff;
  border-radius: 8px 35px 8px 35px;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button i {  
  float: left;
  margin-top: 10px; 
  margin-left: 15px;
  color: #fff;
  transition: all ease-in-out .3s;
}
.product-thumb .button-group:hover button i {
  color: #fff;
  text-shadow: none;
}
/*
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* SWIPER */
/* Bullets */
.swiper-pagination-bullet {
  width: 35px !important;
  height: 5px !important;
  display: inline-block;
  border-radius: 0px !important;
  background: #000;
  opacity: 0.2;
  transition: all ease-in 1s;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Intro Module */
.intro-module {
  display: inline-block;
  background-color: none;
  margin-bottom: 50px;
  margin-top: 50px;
}
.intro-module h1 {
  display: inline-block;
  margin: 0;
  font-size: 90%;
  font-weight: 700;
  background-image: linear-gradient(-15deg, #bbb, #fff, #bbb);
  color: #000;
  padding: 12px;
  padding-left: 80px;
  padding-right: 18px;
  border-radius: 20px;
  border: 1px dashed #000;
  box-shadow: 0px 0px 7px #fff;
  font-style: italic;
  line-height: 1em;
  box-shadow: 1px 1px 7px #333;
}
.intro-module h1 span {
  font-size: 70%;
}
.intro-module h1::before {
  position: absolute;
  margin-top: -26px;
  margin-left: -87px;
  background-image: url('/image/catalog/logo/liebre-nuevamoda94-n94m.png');
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
    background-size: 40px 40px;
    display: inline-block;
    width: 70px; 
    height: 70px;
    content:"";
  border-radius: 50%;  
  box-shadow: 2px 1px 5px #000;
}
.intro-module h4:first-of-type {
  margin-top: 25px;
}
.intro-module h5:first-of-type {
  margin-top: 25px;
  font-size: 50%;
  font-weight: 700;
}






