body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */

/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: var(--color-primary);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
.form-group label {
	font-size: 1rem;
	margin: .5rem 0;
	font-weight: normal;
}
label { 
	font-size: 1rem;
}
.form-group input::placeholder { /* Most modern browsers support this now. */
   color: #BBB !important;
}
.form-control, .form-select {
	border: 2px solid #ededed;
}

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: 1rem;
}
/*.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}*/
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
input[type="number"].non-spin {
    -moz-appearance: textfield;
}

.nav-tabs {
	margin-bottom: 15px;
}
.form-group.required input {
	background-image: url(asterisco.svg);
    background-repeat: no-repeat;
    background-position: right 5px top 5px;
    background-size: 10px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, var(--color-primary-light), #1f90bb);
	background-repeat: repeat-x;
}
/* top */


/* logo */

#search .input-lg {
	background: #fff;
	height: 40px;
	line-height: 20px;
	padding: 0 10px;border: none;
	border-radius: 8px 0px 0px 8px;
	z-index: 2;
	width: 0 !important;
}
#btn-search  {
	width: 34px;
    height: 34px;
    text-align: center;
    z-index: 5;
    border: 2px solid var(--color-primary-dark);
    border-radius: 50px !important;
    color: var(--color-primary-dark);
    margin: 3px;
	font-size: 15px;
	padding: 10px 35px;
	background: #d6e8f9;
	/* text-shadow: 0 1px 0 #FFF; */
	/*width: 110px;*/
}
#searchV2 {
    z-index: 2;
    background: #efefef;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform .5s, opacity .5s;
    pointer-events: none;
  }
  @media screen and (min-width: 768px) {
    #searchV2:before {
      content: '';
      position: absolute;
      left: -50px;
      top: 0;
      border-right: 50px solid #efefef;
      border-bottom: 50px solid transparent;
    }
    #searchV2:after {
      content: '';
      position: absolute;
      right: -50px;
      top: 0;
      border-left: 50px solid #efefef;
      border-bottom: 50px solid transparent;
    }
  }
  #searchV2.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
/* cart */

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #222;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 310px;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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 */

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
    padding-top: 30px;
    background-color: var(--color-primary-dark);
    color: #fff;
    overflow: auto;
    background-image: url("/image/diseno_2023_04/background_footer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}
@media screen and (min-width: 900px) {
	footer {
		min-height: 280px;
	}

}
footer ul {
	margin-left: 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
footer p {
	color: #555;
}
footer a, footer li {
	color: #eee;
	font-size: 12px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Calibri', sans-serif;
	font-size: 30px;
	font-weight: 400;
	opacity: 0.6;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-primary {
    color: #fff;
    background-color:  var(--color-primary);
	border-color: transparent;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 8px 0;
	border: none;
	width: fit-content;
	flex-wrap: nowrap;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {

    padding: 0 12px;
    position: relative;
    font-size: .9rem;
}
.breadcrumb > li a {
	color: #a9a8a8;
	text-decoration: underline;
	line-height: 27px;
}
.breadcrumb > li:first-child a {
	line-height: 20px;
}
.breadcrumb > li:last-child a {
	color: #a9a8a8;	
	text-decoration: none;
	pointer-events: none;
	
}
.breadcrumb > li:last-child {
	padding-right: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:not(:last-child):after {
	content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -5px;
    width: 11px;
    height: 11px;
    border-right: 2px solid #DDD;
    border-bottom: 2px solid #eee;
    -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: 7.5px 12px;
	line-height: 1;
	font-size: 12px;
	border-width: 1px;
	border-radius: 4px;
}
.btn-outline-secondary {
    color: #6c757d;
    border: 1px solid #eee !important;
}
.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-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);	
	background-color: #f5f5f5;
	/* border: none; */
}
.btn-primary {
	color: #ffffff;
	background: var(--color-primary);

}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: var(--color-primary);
	opacity: .9;
}
.btn-warning {
	color: #ffffff;
	background: #faa732;
	border-color: transparent;
}
.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;
	background-color: #e6655e;
	box-shadow: none;
	background-repeat: repeat-x;
	border-color: transparent;
	color: #fff;
}
.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: var(--color-success);
	background-repeat: repeat-x;
	border-color: transparent;
}
.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;
	background: #df5c39;
	border-color: transparent;
}
.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: var(--color-primary-light);
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	text-decoration: 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 {
	border-right: 5px solid #eee;
	border-radius: 0;
}
.list-group a {
	border: none;
	color: #888888;
	padding: 8px 12px;
	margin: 5px 0;
	background: transparent;
	border-radius: 0px !important;
	border-right: 5px solid #eee;
	transition:  border-color .2s, background .2s;
	margin-right: -5px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #fbfbfb;
	border-color: var(--color-primary);
}
/* 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 .caption a {
    font-weight: 500 !important;
}
.product-thumb {
	/* border: 1px solid #ddd; */
	overflow: visible;
    margin-bottom: 0px;
	/*padding-top: 10px;
    background: #ffffff9;
    border-radius: 7px;
    box-shadow: 1px 1px 4px 1px #eee;*/
	position: relative;
}
  /* .product-thumb:after {
    content: " ";
    width: calc(100% + 2rem);
    border-bottom: 2px solid #f7f7f7;
    height: 1px;
    display: block;
    margin: 0 -1rem;
  } */
.product-thumb .image {
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-items: center;
	justify-content: center;

}
@media screen and (min-width: 767px) {
	.product-thumb .image {
		min-height: 228px; 
	}
}
.product-thumb .image a {
	display: block;
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	margin: auto;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	min-height: 60px;
}
.product-thumb .caption {
	padding: 15px 20px;
	min-height: 162px;
    text-align: center;	
}
.product-thumb .caption a {
    font-weight: 500 !important;
	font-weight: 500; 
}

.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;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #df293a;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    min-height: 42px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: end;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@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;
	max-height: 100%;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional span {
	padding: 5px;
	display: block;
	border: 1px solid #ddd;	
	border-radius: 5px;
	background: #f9f9f9;
}
.image-additional + .image-additional span {
	margin-top: 20px;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	margin-left: 0px;
}
.image-additional .thumbnail img {
	max-width: 100%;
  height: 60px;
  object-fit: cover;
  width: 60px;
}
@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] {
	height: 30px;
    font-size: 12px;
    width: 30px;
    min-width: 20px;
}

/* 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;
	border-color: #CCC;
	color: #fff I !important;
}

#banner0 {
    border-radius: 8px !important;
}