	
body {
    /*background-image: url('/image/cache/background-dia-mujer.jpg');*/
	/*background-color: rgba(255, 255, 255, 1);*/
	background-color: rgba(1);
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #E0C1B3;
	font-size: 180%;
	line-height: 28px;
	width: 100%;
}

@font-face {
    font-family: 'Angelina Script';
    src: url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.eot');
    src: url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.woff2') format('woff2'),
        url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.woff') format('woff'),
        url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.ttf') format('truetype'),
        url('../../../../../catalog/view/theme/pbd/font/AngelinaScript-Regular.svg#AngelinaScript-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(70, 70, 100, 0.7);
	line-height: 32px;
  	font-family: 'Raleway', sans-serif;
}

p {
  font-family: 'Raleway', sans-serif;
  color: rgba(43, 48, 58, 0.8);
}

.fa {
	font-size: 110%;
}

h1 {
	font-size: 185%;
}
h2 {
	font-size: 165%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 80%;
}

a:link {
	color: rgba(215, 70, 80, 1);
	text-decoration: none;
}
a:visited{
	color: rgba(215, 70, 80, 1);
	text-decoration: none;
}
a:hover {
	color: rgba(70, 70, 100, 1);
	text-decoration: none;
}
a:active{
	color: rgba(70, 70, 100, 1);
	text-decoration: none;
}
a.btn-link:hover {
	color: rgba(43, 48, 58, 1);
	text-shadow: 0px 0px 3px rgba(70, 70, 100, 0.75);
	text-decoration: none;
}

.text-right,
.pull-right {
	color: rgba(43, 48, 58, 1);
}

legend {
	border-bottom: 1px dashed rgba(70, 70, 100, 0.5) !important;
	font-size: 80%;
	padding: 7px 0px
}
label {
	font-size: 80%;
  	color: rgba(43, 48, 58, 1);
	font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	background-color: rgba(70, 70, 100, 1);
	color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 25px 0px 0px 25px;
	box-shadow: 0px 0px 13px 0px rgba(70, 70, 100, 1);
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.navbar-inverse {
  background-color: #E0C1B3;
  border-color: #E0C1B3;
	border-radius: 0;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #E0C1B3;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #E0C1B3;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #E0C1B3;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #E0C1B3;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #E0C1B3;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #E0C1B3;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #E0C1B3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #E0C1B3;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #E0C1B3;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #E0C1B3;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: rgba(70, 70, 100, 0.35);
  border: 1px dashed rgba(45, 55, 70, 0.35);
  border-radius: 25px;
}
.breadcrumb > li {
  display: inline-block;
  margin-top: 3px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: rgba(70, 70, 100, 1);
  content: "/\00a0";
}
.breadcrumb > .active {
  color: rgba(70, 70, 100, 1);
}
.breadcrumb i {
	font-size: 105%;
}
.breadcrumb > li {
	font-size: 1.4rem;
	text-shadow: 0px 0px 3px rgba(70, 70, 100, 0.75);
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px dashed rgba(215, 70, 80, 1);
	border-bottom: 1px dashed rgba(215, 70, 80, 1);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li a {
	color: rgba(43, 48, 58, 1);
}
.breadcrumb li a:hover {
	color: rgba(70, 70, 100, 1);
}







/* PIXEL BYTE DESIGN - STYLESHEET */

/* CONTAINER FLUID */
@media (max-width: 768px) {
  .container-fluid,
  .container {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .container-fluid,
  .container {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .container-fluid,
  .container {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .container-fluid,
  .container {
    width: 80%;
  }
}


.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '*  ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #E0C1B3;
	background-image: #E0C1B3;
	background-repeat: repeat-x;
}

/* logo */

.os-logo {
  position: relative;
  padding: 70px 0px;
  text-align: center;
}
.os-logo h1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background: rgba(215, 70, 80, 1);
  background-size: 50px 100%;
  height: 7px;
  font-size: 90%;
  border: 1px dashed rgba(70, 70, 100, 0.75);
  box-shadow: 0px 0px 7px rgba(70, 70, 100, 0.75);
}
.os-logo h1 a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg) translateY(-20px);
  color: rgba(255, 255, 255, 1);
  font-size: 140%;
  text-shadow: 0px 0px 3px rgba(215, 70, 80, 1);
  max-width: 90%;
  overflow: hidden;
  background: rgba(70, 70, 100, 1);
  padding: 8px 25px;
  border-radius: 50px 10px 50px 10px;
  transition: all 1s;
}
.os-logo h1 a:hover{
  background-color: rgba(255, 214, 214, 1);
  color: rgba(70, 70, 100, 1);
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
  border-radius: 10px 50px 10px 50px;
  border: 1px dashed rgba(70, 70, 100, 1);
}
.os-logo i {
	position: absolute;
	margin: 0 auto;
	top: 10px;
	font-size: 13rem;
	color: rgba(215, 70, 80, 0.3);
	text-shadow: 1px 1px 7px rgba(215, 70, 80, 0.5);
	transform: rotate(-7deg);
	animation-name: osLove;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes osLove {
	10% {transform: rotate(-15deg);}
	25% {transform: rotate(+5deg);}
	50% {transform: rotate(+15deg);}
	75% {transform: rotate(-5deg);}
	100% {transform: rotate(-10deg);}
}


/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
  border-radius: 25px 0px 0px 25px;
  border: none;
  top: 1px;
  height: 38px;
  box-shadow: 0px 0px 7px 1px rgba(70, 70, 100, 0.5); 
}
#search .btn-lg {
	background-color: rgba(45, 55, 70, 1);
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
  	border-radius: 0px 25px 25px 0px;
  	box-shadow: none;
  	outline: none;
	border: 1px solid rgba(45, 55, 70, 1);
}
#search .btn-lg:hover,
#search .btn-lg:focus {
	background-color: rgba(43, 48, 58, 1);
}
#search .btn-lg i {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
}

/* Table General */
table,
table thead tr td,
table tbody tr td {
	border: 1px dashed rgba(215, 70, 80, 0.35) !important;
}
table thead {
	background-color: rgba(206, 214, 223, 0.35);
}
table thead tr td  {
	color: rgba(43, 48, 58, 1);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(70, 70, 100, 0.75);
}
table:not(#cart) {
	color: rgba(43, 48, 58, 1);
}
table:not(#cart) td a {
	color: rgba(70, 70, 100, 1);
}

/* cart - Use table */
/*#cart table,
#cart table thead tr td,*/
#cart table,
#cart .table-striped tbody tr td {
	border: 0px dashed rgba(70, 70, 100, 0.35) !important;
}
#cart .table-bordered tbody tr td {
	border: 1px dashed rgba(70, 70, 100, 0.35) !important;
}
#cart {
	margin-bottom: 10px;
}

#cart table,
#cart table a,
#cart p a {
	color: rgba(43, 48, 58, 1);
}

#cart a strong:hover,
#cart a strong:focus {
	color: rgba(70, 70, 100, 1);
}
#cart ul.dropdown-menu li:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(43, 48, 58, 1);
}
#cart ul.dropdown-menu li:hover a{
  color: rgba(70, 70, 100, 1) !important;
}
#cart ul.dropdown-menu li a:hover{
  color: rgba(70, 70, 100, 1) !important;
  font-weight: 700;
}
#cart ul.dropdown-menu li:hover p.text-right a {
	color: rgba(43, 48, 58, 1) !important;
}

#cart > .btn {
	background: rgba(70, 70, 100, 1);
	border: 1px solid rgba(255, 214, 214, 5);
	font-size: 80%;
	color: rgba(255, 255, 255, 1);
  	text-shadow: 0px 0px 2px #fff;
  	border-radius: 25px;
  	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background: rgba(43, 48, 58, 1);
	color: rgba(206, 214, 223, 1);
	border: none;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: rgba(255, 214, 214, 1);
}
#cart .dropdown-menu {
	background: rgba(255, 255, 255, 1);
	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;
}

/* FOOTER */
footer {
  margin-top: 30px;
	padding-top: 30px;
	background: rgba(43, 48, 58, 1);
	color: rgba(255, 214, 214, 1);
  	text-align: center;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid rgba(206, 214, 223, 1);
}
footer div div div div {
  border-right: 1px dashed rgba(206, 214, 223, 1);
}
footer p {
  color: rgba(255, 214, 214, 1);
}
footer p a,
footer p a:link,
footer p a:visited,
footer p a:active {
  color: rgba(255, 214, 214, 1) !important;
  font-size: 18px;
  text-decoration: none;
  transition: text-shadow 2s, font-size .3s ease-in-out .2s;
}
footer p a:hover {
  text-shadow: 0px 0px 7px rgba(70, 70, 100, 1);
  
}
footer img {
  width: 100%;
  background-image: linear-gradient(-7deg, #fff, #fff, #fff);
  padding: 12px;
  border-radius: 25px;
  box-shadow: 0px 0px 7px #fff;
  opacity: .4;
  transition: opacity 1.5s;
}
footer img:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  footer div div div div:nth-child(1),
  footer div div div div:nth-child(2) {
    border-right: none;
  }
  footer img {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 366px;
  }
}
footer a {
	color: rgba(206, 214, 223, 1) !important;
  	font-size: 85%;
}
footer a:hover {
	color: rgba(215, 70, 80, 1) !important;
}
footer h5 {
	background-color: rgba(70, 70, 100, 0.75);
	border-radius: 12px 25px 12px 25px;
	padding: 8px;
	margin-bottom: 25px;
	font-size: 13px;
  	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
	transform: rotate(-7deg);
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.pagination {
	margin: 0;
}
.pagination > li > a{
	border: 1px dashed rgba(70, 70, 100, 1);
	color: rgba(43, 48, 58, 1);
}
.pagination > li > a:hover {
	background-color: rgba(43, 48, 58, 1);
	color: rgba(206, 214, 223, 1);
}
.pagination > .active > span {
	background-color: rgba(70, 70, 100, 1);
	border: 1px solid rgba(70, 70, 100, 1);
}
.pagination > .active > span:hover {
	background-color: rgba(70, 70, 100, 0.85);
	border-color: rgba(70, 70, 100, 0.35);
	color: rgba(255, 255, 255, 1);
	cursor: not-allowed;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #E0C1B3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn {
	outline: none;
}

.btn-default {
	color: rgba(206, 214, 223, 1);
	text-shadow: none;
	background-color: rgba(43, 48, 58, 1);
	background-repeat: repeat-x;
	border-color: rgba(43, 48, 58, 1);
	border: 1px dashed rgba(206, 214, 223, 0.75);
	outline: none !important;
}
.btn-default:focus,
.btn-default.focus {
  background-color: rgba(43, 48, 58, 1);
  border-color: rgba(43, 48, 58, 1);
}
.btn-default:hover {
  	background-color: rgba(70, 70, 100, 1);
	color: rgba(255, 255, 255, 1);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(70, 70, 100, 1);
	border-color: rgba(70, 70, 100, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: rgba(43, 48, 58, 1);
	border: 1px solid rgba(43, 48, 58, 1);
	color: rgba(255, 255, 255, 1);
}
.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: #23A1D1;
	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: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #E0C1B3;
	background-image: linear-gradient(to bottom, #E0C1B3, #E0C1B3);
	background-repeat: repeat-x;
	border-color: #E0C1B3;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #E0C1B3;
	background-image: linear-gradient(to bottom, #E0C1B3, #E0C1B3);
}

/* list group */
/* List Group */
div.list-group {
	padding: 5px;
	border-radius: 25px !important;
	box-shadow: inset 0px 0px 3px 1px rgba(70, 70, 100, 0.5);
	overflow: hidden;
}
.list-group a {
	padding: 8px 12px;
	border: 1px dashed rgba(70, 70, 100, 0.5);
	color: rgba(43, 48, 58, 0.85);
	font-size: 1.5rem;
	transition: all .5s;
}
.list-group a::before {
	font-family: 'Fontawesome';
	content: '\f06b';
	margin-right: 8px;
	color: rgba(70, 70, 100, 1);
}
.list-group a:hover::before {
	text-shadow: none;
}
.list-group a:first-child{
	border-radius: 25px 25px 0px 0px;
}
.list-group a:last-child {
	border-radius: 0px 0px 25px 25px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: rgba(43, 48, 58, 1);
	background: rgba(215, 70, 80, 0.35);
	border: 1px dashed rgba(70, 70, 100, 1);
	text-shadow: 0px 0px 3px rgba(70, 70, 100, 1);
	box-shadow: inset 0px 0px 4px 0px rgba(70, 70, 100, 0.5);
}
.list-group a.active::before, .list-group a.active:hover::before, .list-group a:hover:before {
	font-family: 'Fontawesome';
	content: '\f041';
	content: '\f276';
	text-shadow:none;
}
/* 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 {
	margin-bottom: 30px;
  	margin-top: 35px;
	border-radius: 0px 0px 12px 12px;
	box-shadow: none;
	overflow: hidden;
}
.product-thumb .image {
	text-align: center; width: 100%; box-shadow: 0px -1px 3px #E0C1B3;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 25px 25px 0px 0px !important;
  border-top: 2px dashed #E0C1B3;
  border-right: 2px dashed #E0C1B3;
  border-left: 2px dashed #E0C1B3;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
    width: auto;
    box-shadow: none;
  }
  .product-thumb .image img{
    padding: 0px !important;
  }
}
.product-thumb h4 {
  position: absolute;
  top: 15px;
  left: 5px;  
  background: rgba(70, 70, 100, 1);
  padding: 0px 8px;
  border-radius: 25px;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 3px 1px 7px #E0C1B3;
  transform: rotate(-3deg);
}
.product-thumb h4:hover {
  background: rgba(43, 48, 58, 1);
}
.product-thumb h4 a {
  color: #fff;
  font-size: 70%;
}
.product-thumb h4 a:hover {
  color: rgba(206, 214, 223, 1);
}
.product-thumb .caption {
	
	min-height: auto;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	
	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;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
  position: absolute;
  bottom: 80px;
  right: 5%;
  background-color: rgba(45, 55, 70, 1);
	color: #fff;
	font-size: 100%;
  padding: 3px 12px;
  border-radius: 12px 0px 0px 12px;
  box-shadow: -1px 1px 7px 1px rgba(70, 70, 100, 1);
  transform: rotate(-7deg);
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 300;
}
.product-thumb .price-tax {
	color: #E0C1B3;
	font-size: 14px;
	display: block;
	margin-top: 8px;
}
.product-thumb .button-group {
	border: none;
	background: rgba(70, 70, 100, 1);
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid rgba(70, 70, 100, 1);
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 33.33%;
	border: none;
	display: inline-block;
	float: left;
	background-color: rgba(70, 70, 100, 0.1);
	color: rgba(255, 255, 255, 1);
	line-height: 38px;
	text-align: center;
	text-transform: lowercase;
}
.product-thumb .button-group button + button {
	
	border-left: 1px dashed rgba(45, 55, 70, 0.35);
}
.product-thumb .button-group button:hover {
	color: rgba(206, 214, 223, 1);
	background-color: rgba(43, 48, 58, 1);
	text-decoration: none;
	cursor: pointer;
}
.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 */
.swiper-viewport {
	margin: 0 0 60px;
	z-index: 1;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: 0px 0px 1px #fff !important;
	box-shadow: none !important;
	width: 100%;
	position: relative;
	overflow: visible;
 background: none !important;
  background-color: none !important;
}
.swiper-container {
	direction: ltr !important;
	background: none !important;
  background-color: none !important;
  margin:0;
}
.swiper-button-prev, .swiper-button-next {
	color: #fff !important;
	text-shadow: 1px 1px 0 #fff !important;
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
}
.swiper-button-prev:before {
	width: 40px;
  height: 40px;
	font-family: FontAwesome;
	content: "\f100" !important; 
	color: #E0C1B3 !important;
	font-size: 40px;
}
.swiper-button-next:before {
	width: 40px;
    height: 40px;
	font-family: FontAwesome;
	content: "\f101" !important; 
	color: #E0C1B3 !important;
	font-size: 40px;
}
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #E0C1B3 !important;
	border-radius: 20px;
	box-shadow: none !important;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: #fff !important;
}
.swiper-pagination-bullet-active {
	background: #E0C1B3 !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

/* Product Description */
#product .control-label {
  background: linear-gradient(90deg, #E0C1B3, #E0C1B3);
  color: #fff;
}
#product .radio label,
#product .checkbox label {
  font-weight: bold;
}
#product .radio .img-thumbnail,
#product .checkbox .img-thumbnail {
  border-radius: 25px !important;
  border: none;
  box-shadow: 0px 0px 7px #E0C1B3;
  padding: 0px;
}
#product .radio .img-thumbnail:hover,
#product .checkbox .img-thumbnail:hover {
  opacity: .5;
}

/* Title Products */
#pb-title-products{
	margin-bottom: 25px !important;
}

/* Product Category */
#product-category .img-thumbnail {
	width: 100%; border:none;
	box-shadow: 0px 0px 1px #fff !important;
	margin-bottom: 18px; margin-top: 12px;
}

/* Menu Top */
#pb-header-container {
  background: #fff;
}
#pb-header-container #pb-menu-top {
  margin: 0; background: none; border: none;
}
#pb-header-container #pb-menu-top ul li.open a.dropdown-toggle{
  background-color: rgba(255, 255, 255, 1);
  color: #D5B9B2;
  border-radius: 20px 20px 0px 0px;
}
#pb-header-container #pb-menu-top ul li a {
  color: #E0C1B3;
}
#pb-header-container #pb-menu-top ul li a:hover {
  color: #D5B9B2;
}

/* Menu Categories */
#slideshow0{
	margin-top: 0px;
}
#menu {
	background-color: rgba(43, 48, 58, 1);
	border:none;
	min-height: 40px;
	border-radius: 25px;
	margin: 10px 25px;
	margin-bottom: 20px;
  	box-shadow: 0px 2px 7px 1px rgba(43, 48, 58, 0.85);
  	z-index: 10;
}
#menu .nav > li > a {
	color: rgba(206, 214, 223, 1);
	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, .10);
}
#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;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #E0C1B3;
	background-image: #E0C1B3;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
  padding-top: 2px;
	font-size: 16px;
	line-height: 40px;
	color: #f49fa7;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #E0C1B3;
	background-image: #E0C1B3;
	background-repeat: repeat-x;
	border-color: #E0C1B3;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #E0C1B3;
}
@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, 0.5);
	}
	#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(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#menu button.btn {
	outline: none;
}
#menu ul li {
  padding: 3px 0px;
  overflow: hidden;
  border-radius: 25px;
}
#menu ul li > a,
#menu #category {
  color: rgba(206, 214, 223, 1);
  font-size: 14px;
  text-transform: uppercase;
}
#menu .dropdown .dropdown-menu a {
  color: rgba(246, 142, 180, 1);
}
#menu .dropdown .dropdown-menu a:hover,
#menu .dropdown .dropdown-menu a:active{
  color: rgba(70, 70, 100, 1);
}
#menu .navbar-toggle {
	background-color: rgba(70, 70, 100, 1);
	border: 1px solid rgba(70, 70, 100, 1);
	color: rgba(255, 214, 214, 1);
}
#menu .navbar-toggle i {
	margin-top: 5px;

}
#menu .navbar-toggle:hover,
#menu .navbar-toggle:focus {
	background-color: rgba(215, 70, 80, 1);
	border: 1px solid rgba(215, 70, 80, 1);	
}
#menu .navbar-toggle .icon-bar {
  background-color: rgba(43, 48, 58, 0.35);
}
#menu .navbar-collapse,
#menu .navbar-form {
  border-color: rgba(43, 48, 58, 1);
}
#menu .navbar-nav > .open > a,
#menu .navbar-nav > .open > a:hover,
#menu .navbar-nav > .open > a:focus {
  color: rgba(206, 214, 223, 1);
  background-color: rgba(206, 214, 223, 0.1);
}

/* Header */
#pb-header {
  margin-top: 30px;
}

/* Home Slider Swiper*/
#pb-home-slider {
  padding: 0px 25px;
}
#pb-home-slider div.swiper-viewport {
  margin-bottom: 32px !important; border-bottom: 0px dashed #E0C1B3 !important;
}
#pb-home-slider img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  border-radius: 25px;
}

/* Featured Title */
/* Mother's Theme
.pb-feature-title {
  padding: 32px;
  margin-top:50px;
  margin-bottom:50px;
  border: 1px dashed #E0C1B3;
  border-radius: 12px; color: #E0C1B3;
  box-shadow: 1px 1px 4px #E0C1B3;   
}
.pb-feature-title:nth-child(1) {
  background-color: #E0C1B3; color: #fff; background-image: url('/image/catalog/logo/bkg-featured-mothers.jpg');
  text-shadow: 2px 2px 1px #D5B9B2;
}
.pb-feature-title:nth-child(1)::before {
  content: "\f004    ";
}
.pb-feature-title:nth-child(1)::after {
  content: "    \f004";
  font-size: 130%;
  font-family: FontAwesome;
}
.pb-feature-title::before {
  content: "\f02c    ";
  font-size: 130%;
  font-family: FontAwesome;
}
*/
.pb-feature-title {
  max-width: 640px;
  padding: 18px;
  margin-top:30px;
  margin-bottom:50px;
  border: 0px dashed rgba(43, 48, 58, 1);
  border-radius: 25px;
  color: rgba(255, 255, 255, 1);  
  background: rgba(45, 55, 70, 1);

  box-shadow: 0px 0px 7px 1px rgba(70, 70, 100, 1);
  font-size: 1.8rem;
  font-family: 'Angelina Script'; font-weight: normal; font-style: normal;
  font-family: 'Raleway';
  font-weight: 400;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1) !important;
  text-transform: uppercase;
  line-height: 1.0em;  
  
}
/*
.pb-feature-title:nth-child(1) {
  background-color: #E0C1B3; color: #E0C1B3; font-size: 180%; background-image: url('/image/catalog/logo/bkg-amor-y-amistad.jpg');
  text-shadow: 2px 2px 3px #fff; box-shadow: 1px 1px 7px #E0C1B3; border: 1px dashed #D5B9B2;
}
.pb-feature-title:nth-child(1)::before {
  content: "\f004    ";
}
.pb-feature-title:nth-child(1)::after {
  content: "    \f004";
  font-size: 130%;
  font-family: FontAwesome;
}
*/
.pb-feature-title::before {
  content: "\f06b";
  font-size: 130%;
  font-family: FontAwesome;
  padding-right: 15px;
}

/* Carousel 0 Fix */
#carousel0 {
  margin-top: 40px;
}

/* Option Label */
.control-label {
  background-color: rgba(215, 70, 80, 0.15);
  border: 1px dashed rgba(215, 70, 80, 1);
  padding: 10px; margin: 32px 0px;
  color: rgba(43, 48, 58, 1);
  width: 100%; border-radius: 6px;
  box-shadow: 0px 0px 5px 0px rgba(70, 70, 100, 0.5);
}

/* Form Horizontal */
.form-horizontal label {
  text-align: left !important;
}

/* Dropdown Menu */
ul, ol {
  color: rgba(43, 48, 58, 1);
}
ul.list-unstyled li a {
  color: rgba(43, 48, 58, 1);
  transition: all .8s;
}
ul.list-unstyled li a:hover {
	color: rgba(70, 70, 100, 1);
}

#account-account h2 {
	margin-top: 50px;
	margin-bottom: 25px;
	max-width: 350px;
	background-color: rgba(215, 70, 80, 0.15);
	border: 1px dashed rgba(70, 70, 100, 0.35);
	border-radius: 12px 0px 0px 12px;
	paddin: 8px;
	padding-left: 12px;
	color: rgba(43, 48, 58, 1);
	text-shadow: 0px 0px 4px rgba(70, 70, 100, 1);
	font-size: 18px;
	box-shadow: 0px 0px 4px 0px rgba(70, 70, 100, 0.75);
}
#account-account h2:first-child {
	margin-top: 25px;
}

/* Dropdown Menu */
ul.dropdown-menu li:hover {
  background: #E0C1B3;
}
ul.dropdown-menu li:hover a{
  color: #fff !important;
}

/* Adds */
.pbd-adds {
  border-bottom: 1px dashed #E0C1B3; padding: 24px; padding-bottom:8px; box-shadow: none;
  margin-bottom: 30px;
}
.pbd-adds > div:nth-child(1) {
  /*margin-bottom: 24px;*/
}
.pbd-adds img {
  width: 100%; border-radius: 8px !important; box-shadow: 2px 2px 5px #bbb; border:1px dashed #E0C1B3;
}
.pbd-adds img:hover {
  opacity: .5;
}

/* Add DEBO94 Info */
.add-info {
  margin-top: 20px;
}
.add-info img {
  width: 100%; margin-bottom: 20px; box-shadow: 1px 1px 7px #E0C1B3; border-radius: 12px;
}
.add-info div:nth-child(4) img{
  margin-bottom: 0px;
}
.add-info img:hover{
  box-shadow: 1px 1px 25px #E0C1B3;
}

/* Halloween Text */
.halloween-title {
  font-size: 450%; text-align: center;
}
.halloween-text {
  font-size: 250%; font-family: Caveat; text-align: center; line-height: 1.3em;
}

/* Important Info */
#important-info {
  position: relative;
  top: 0px;
  margin-bottom: 0px !important;
  animation-name: animate-important-info;
  animation-duration: 0.7s;
  animation-delay: 1s;
  animation-iteration-count: 2;
  animation-direction: reverse;
}
#important-info .alert {
  margin: 0px;
}
@keyframes animate-important-info {
  10% {position: relative; top: 0px;}
  50% {top: -50px;}
  100% {top: 0px;}
}

/* Mail News */
.mailnews {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: rgba(215, 70, 80, 0.75);
  color: rgba(43, 48, 58, 1);
  padding: 32px;
  border: 1px dashed rgba(70, 70, 100, 0.35) !important;
  border-radius: 20px;
  box-shadow: 0px 0px 5px 1px rgba(215, 70, 80, 0.75);
}
.mailnews h3 {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  color: rgba(43, 48, 58, 1);
  text-shadow: 0px 0px 3px rgba(70, 70, 100, 0.75);
}
@media (max-width: 768px) {
	.mailnews {
		border-radius: 0px;
	}
}

/* POWERED */
#powered {
	color: rgba(255, 255, 255, 1) !important;
}
#powered:hover {
	color: rgba(215, 70, 80, 1) !important;
	text-shadow: none !important;
}

#product-product ul.list-unstyled {
	color: rgba(43, 48, 58, 1);
}
#product-product h1 {
	color: rgba(70, 70, 100, 1);
	text-shadow: 0px 0px 4px rgba(215, 70, 80, 1);
}
#product-product h2 {
	color: rgba(43, 48, 58, 1);
	text-shadow: 0px 0px 4px rgba(43, 48, 58, 0.75); 
}
#product-product h3 {
	color: rgba(70, 70, 100, 1);
}
#product-product .form-group .control-label {
	background: rgba(43, 48, 58, 1);
	color: rgba(206, 214, 223, 1);
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
	border: 1px dashed rgba(70, 70, 100, 1);
	text-transform: uppercase;
}
#product-product .form-group label {
	color: rgba(43, 48, 58, 1);
}
#product-product .tab-pane p {
	font-size: 17px;
	text-align: justify;
}
#product-product .tab-pane ul {
	list-style: none;
}
#product-product .tab-pane ul li {
	color: rgba(43, 48, 58, 0.75);
	text-shadow: 0px 0px 3px rgba(215, 70, 80, 0.75);
}
#product-product .tab-pane ul li:before{
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f004';
	left: 22px;
	color: rgba(70, 70, 100, 1);
	transform: rotate(-15deg);
}
/*
#product-product .tab-pane ul li:after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f178';
	left: 33px;
	margin-top: 0px;
	font-size: 15px;
	color: rgba(43, 48, 58, 0.75);
	transform: rotate(0deg);
}
*/
.panel-default {
	color: rgba(43, 48, 58, 1);
	border: 1px dashed rgba(70, 70, 100, 1);
	border-radius: 25px;
	box-shadow: 0px 0px 7px 1px rgba(215, 70, 80, 0.35);
}
.panel-default .panel-heading {
	background-color: rgba(43, 48, 58, 1);
}
.panel-default .panel-heading h4 {
	color: rgba(206, 214, 223, 0.5);
}
.panel-default .panel-heading a:hover {
	color: rgba(206, 214, 223, 1);
}
.panel-default .panel-heading a.collapsed::before {
	font-family: 'Fontawesome';
	content: '\f046';
	margin-right: 10px;
	color: #5bb75b;
}
.panel-default .panel-body strong {
	color: rgba(70, 70, 100, 1);
}

.well {
	background-color: rgba(206, 214, 223, 0.25);
	border-radius: 25px;
	border: 1px dashed rgba(70, 70, 100, 0.35);
	box-shadow: 0px 0px 7px 1px rgba(70, 70, 100, 0.35);
}