html {
  font-size: 100%;
}
body {
	font-family: Oswald,sans-serif;
	background:#FFF;
	font-size:12px;
}
a {
	color:#000;
	text-decoration:none;
}
a:focus, a:hover {
	color:#000;
	font-weight:700;
	text-decoration:none;
}
.container-fluid {
	max-width:768px;
	margin:0 auto;
}
.no-padding {
	padding:0;
}
/* Header */
.header-promotional-banner { 
    margin:0;
    padding:6px 0;
    background:#FF0000;
    color:#FFF;
    text-align:center;
    margin-bottom:10px;
    font-weight:600;
}
.header {
    padding-bottom:2px;
    border-bottom:2px solid #000;
}
/* Menu */
.menu img {
    max-width:34px;
    margin:5px auto;
}
#menu {
	width: 90%;
	height: 100vh;
	padding: 7px 0;
	background: #EEE;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	z-index: 1000;
	left: -100%;
	-webkit-transition: left .5s ease;
}
#menu img {
	max-width:32px;
	fill:#000;
}
#menu ul {
	width: 100%;
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}
#menu ul > li {
	line-height: 28px;
	border-bottom: 1px solid #d5d5d5;
	padding:  6px 4px;
}





#accordion .glyphicon {
	margin-right:5px;
}
.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.panel-collapse>.list-group .list-group-item {
	border-width:1px 0;
}
.panel-collapse>.list-group {
	margin-bottom:0;
}
.panel-collapse .list-group-item {
	border-radius:0;
}
.panel-collapse .list-group .list-group {
	margin:0;margin-top:10px;
}
.panel-collapse .list-group-item li.list-group-item {
	margin:0 -15px;
	border-top:1px solid #ddd !important;
	border-bottom:0;
	padding-left:30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
	padding-bottom:0;
}
.panel-collapse div.list-group div.list-group{
	margin:0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
	border-top:1px solid #ddd !important;
	border-bottom:0;
	padding-left:30px;
}
.panel-collapse .list-group-item li.list-group-item {
	border-top:1px solid #DDD !important;
}
.panel-group .panel {
	border-radius:0;
}
.panel-default > .panel-heading {	
	background-image:none;
	background-color: #000;
	border-color:1px solid #000;
	color: #FFF;
}
/* FOOTER */
.list-group-item {
	padding-left: 0;
	background: none;
	border:none;
	color: #FFF;
}
#footer a {
	font-size: 12px;
	color: #FFF;
}
/* MENU */





.list-group-item a {
	font-size:14px;
	color:#666;
}
/* Detalle de producto */
.title {
	width:100%;
	height:34px;
	float:left;
	margin-top:14px;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
.price {
	width:100%;
	float:left;
	font-size:20px;
	margin:5px 0;
	padding:11px 0;
	text-align:center;
}
.brand {
	width:100%;
	height:14px;
	float:left;
	margin-top:7px;
	text-align:center;
	font-size:12px;
	color:#373737;
	font-weight:700;
}
.composicion {
	width:100%;
	height:14px;
	float:left;
	margin-top:7px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	color:#A3A1A1;
}
#data .article {
	/*margin-bottom:20px;*/
}
#data .price {
	width:100%;
	float:left;
	font-size:20px;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
}
#data .title {
	width:100%;
	height:34px;
	float:left;
	margin-top:14px;
	text-align:center;
	font-size:12px;
	font-weight:700;
}
#data .brand {
	width:100%;
	height:14px;
	float:left;
	margin-top:7px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	color:#373737;
}
.form-control{
	border-radius:0;
}
#search-form {
	display:none;
}
.product-field {
	font-size:14px;
	display:block;
	padding:4px 0;
}
/* Size selector */
.switch-field {
	padding:10px 0;
	overflow: hidden;
}
.switch-title {
  margin-bottom: 6px;
}
.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.switch-field label {
	float: left;
}
.switch-field label {
	display: inline-block;
	width: 55px;
	background-color: #FFF;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 6px 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin:4px;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
	background-color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#FFF;
}
.switch-field label:first-of-type {
	border-radius: 0;
}
.switch-field label:last-of-type {
	border-radius: 0;
}
#description ul {
	padding:14px;
}
#desciption li {
	line-height: 20px;
}	
.btn-default {background:#000;border:1px solid #000;border-radius:0;color:#FFF;}
.btn-default:hover {background:#FFF;border:1px solid #000;color:#000;}
label {height:20px;padding:7px 0;line-height:14px;}
.swal2-modal {border-radius:0;}	
.swal2-modal .swal2-styled {border-radius:0;}

.slick-prev {
    z-index: 1;
	background:url(https://pierrecardinca.com/public/images/arrow-prev.png);
	left:5px;
}
.slick-prev:hover {
    z-index: 1;
	background:url(https://pierrecardinca.com/public/images/arrow-prev-inverse.png);
	left:5px;
}
.slick-next {
    z-index: 1;
	background:url(https://pierrecardinca.com/public/images/arrow-next.png);
	right:5px;
}
.slick-next:hover {
    z-index: 1;
	background:url(https://pierrecardinca.com/public/images/arrow-next-inverse.png);
	right:5px;
}
.slick-next, .slick-next:hover, .slick-prev, .slick-prev:hover {
	width:24px;
	height:48px;
}
.slick-dots li button:before {
	font-size:16px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size:0;
}
.slick-dots {
	bottom:-30px;
}

.clear {
	clear: both;
	height: 14px;
}
.cd-breadcrumb, .cd-multi-steps {
	width: 100%;
	margin: 0 auto;
	background: none;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
    content: '/';
    height: 20px;
    width: 10px;
	text-align: center;
    background:none;
    vertical-align: middle;
}



#filtro {
	width: 94%;
	height: 100vh;
	padding: 7px 0;
	background: #EEE;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	z-index: 1000;
	left: -100%;
	-webkit-transition: left .5s ease;
}
#order {
	width: 94%;
	height: 100vh;
	padding: 7px 0;
	background: #EEE;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	z-index: 1000;
	right: -100%;
	-webkit-transition: right .5s ease;
}

.espaciado{

	margin:0;
	margin-top:81px;

}
.espaciado-sp{

	margin:0;
	margin-top:90px;

}