
/* Import fonts stylesheet */
@import url('latofonts.css');

/* =============================================
-------------------  1.General ---------------
==============================================*/
html {
	background-color: #fff;
}
html.fheight,
body.fheight {
	width:100%;
	height:100%;
}
b, strong {
	font-family: 'LatoWebBold';
}
body {
	/*font: 14px/1.7 Verdana, sans-serif;*/
	font: 14px/1.7 'LatoWeb', Verdana;
	color: #9b968b;
}
body.index7 #wrapper{
	background-color: #fff;
}
#wrapper {
	width: 100%;
	background-color: #fff;
}
#wrapper.boxed {
	width: 970px;
	margin: 30px auto;
	box-shadow: 0 0 15px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.15);
}
#wrapper.boxed-long {
	width:970px;
	margin:0 auto;
	box-shadow: 3px 0 10px rgba(0,0,0, 0.15), -3px 0 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 3px 0 10px rgba(0,0,0, 0.15), -3px 0 10px rgba(0,0,0, 0.15);
}
::selection {
    background-color: #cbc6b2;
    color: #fff;
}
::-moz-selection {
	background-color: #cbc6b2;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
	/* font-family:'judsonregular', Arial, sans-serif; */
	/*font-family: Arial, sans-serif;*/
	line-height:1;
	color:#857e70;
	margin-top:0;
}

h1,
.h1 {
	font-size:40px;
	margin-bottom:20px;
}

h2,
.h2{
	font-size:33px;
	margin-bottom:20px;
}

h3,
.h3 {
	font-size:28px;
	margin-bottom:20px;
}

h4,
.h4 {
	font-size:23px;
	margin-bottom:15px;
}

h5,
.h5 {
	font-size:18px;
	margin-bottom:15px;
}

h6,
.h6 {
	font-size:16px;
	margin-bottom:15px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color:inherit;
}
ul,ol {
	list-style-type:none;
	padding:0;
	margin:0;
}
.estandar {
	list-style-type:square;
	padding-left:20px;
	margin:15px;
}
p {
	margin: 0 0 20px;
}
a {
	-webkit-transition:color .24s ease-in-out;
	-moz-transition:color .24s ease-in-out;
	-o-transition:color .24s ease-in-out;
	-ms-transition:color .24s ease-in-out;
	transition:color .24s ease-in-out;
	color:#f40607;
}
a:active,
a:hover,
a:focus {
	text-decoration:none;
	color:#f40607;
}
a:active,
a:focus,
input,
select,
textarea {
	outline:none;
}
iframe {
	border:none;
}
img.pull-right {
	margin-left:20px;
	margin-bottom:20px;
}
img.pull-left {
	margin-right:20px;
	margin-bottom:20px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb;
}
blockquote {
	padding:5px 0 5px 22px;
	margin: 40px 0 40px 20px;
	position: relative;
	border-left:1px solid #f40607;
	/*font-family: 'source_code_proregular', Verdana;*/
	font-weight: lighter;
}
blockquote.blockquote-reverse {
	padding:5px 22px 5px 0;
	margin:40px 20px 40px 0;
	border-left:none;
	border-right:1px solid #f40607;
}
blockquote p {
	font-size: 16px;
	font-weight: 400;
	line-height:25px;
	font-style:normal;
	color:#a8a193;
}
blockquote:before {
	content:'';
	display:block;
	position: absolute;
	left:1px;
	top:0;
	width:1px;
	height:100%;
	background: #f40607;
}
blockquote.blockquote-reverse:before {
	left:auto;
	right:1px;

}
.highlight {
	padding:0 0.3em;
	background: #dcdcdc;
}
.highlight.reverse {
	color:#fff;
	background: #7c807e;
}
.highlight.first-color {
	color:#fff;
	background: #f40607;
}
.highlight.second-color {
	color:#fff;
	background: #f40607;
}
.highlight.third-color {
	color:#fff;
	background: #f6e80d;
}
.first-color {
	color: #f40607;
}
.second-color {
	color: #f40607;
}
.third-color {
	color: #f6e80d;
}
.dropcap,
.dropcap-bg {
	font-size:3.8em;
	line-height:1;
	padding-right:0.1em;
	float:left;
	text-transform: uppercase;
	color: #efead9;
}
.dropcap.first-color {
	color:#f40607;
}
.dropcap.second-color {
	color:#f40607;
}
.dropcap.third-color {
	color:#f6e80d;
}
.dropcap-bg {
	padding:0.03em 0.06em;
	color:#7c807e;
	margin-right:0.15em;
	background: #efead9;
}
.dropcap-bg.first-color {
	background:#f40607;
	color:#fff;
}
.dropcap-bg.second-color {
	background:#f40607;
	color:#fff;
}
.dropcap-bg.third-color {
	background:#f6e80d;
	color:#fff;
}

/* =============================================
----------------- 2.Helper Classes -------------
==============================================*/

.sm-separator {
	margin-right:5px;
}
.separator {
	margin-right:10px;
}
.lg-separator {
	margin-right:20px;
}
.top-5px {
	margin-top:-5px;
}
.top-10px {
	margin-top:-10px;
}
.xss-margin,
.xs-margin,
.sm-margin,
.md-margin,
.lg-margin,
.xlg-margin,
.md-margin2x,
.lg-margin2x,
.xlg-margin2x,
.md-margin3x,
.lg-margin3x,
.xlg-margin3x {
	min-height:1px;
}
.xss-margin {
	margin-bottom:5px;
}
.xs-margin {
	margin-bottom:10px;
}
.xs-margin.half {
	margin-bottom:15px;
}
.sm-margin {
	margin-bottom:20px;
}
.sm-margin.half {
	margin-bottom:25px;
}
.md-margin {
	margin-bottom:30px;
}
.md-margin.half {
	margin-bottom:35px;
}
.lg-margin {
	margin-bottom:40px;
}
.xlg-margin {
	margin-bottom:50px;
}
.xlg-margin.half {
	margin-bottom:55px;
}

.md-margin2x {
	margin-bottom:15px;
}

.md-margin2x.half {
	margin-bottom:70px;
}

.lg-margin2x {
	margin-bottom:80px;
}

.xlg-margin2x {
	margin-bottom:100px;
}

.xlg-margin2x.half {
	margin-bottom:110px;
}

.md-margin3x {
	margin-bottom:90px;
}

.lg-margin3x {
	margin-bottom:120px;
}

.xlg-margin3x {
	margin-bottom:150px;
}

.clear-margin {
	margin:0 !important;
}

.reverse-xs-margin {
	margin-top:-10px !important;
}

.link-underline {
	text-decoration:underline !important;
}

.col-2 {
	width:50%;
	float:left;
}

.col-3 {
	width:33.333333%;
	float:left;
}

.col-3-2x {
	width:66.666666%;
	float:left;
}
/*
.col-4 {
	width:25%;
	padding-right:20px;
	float:left;
}

.col-5 {
	width:20%;
	float:left;
}
*/

/* addition for bootstrap img-responsive class */
.img-responsive {
	width:100%;
}


/* =============================================
-------- 3.Elements / Bootstrap Overwrite --------
==============================================*/

/* ---------------------------------
------------- 1 - Breadcrumbs  */
.breadcrumb {
	padding: 5px 21px;
	margin-bottom: 0;
	list-style: none;
	border-radius: 0;
	font-size:0;
	background-color: #eeeeee;
}
.breadcrumb_idmenu  .breadcrumb {
	background-color: #FFF !important;

}
.breadcrumb > li {
	display: inline-block;
	position: relative;
	font-size:15px;
}

.breadcrumb > li:last-child {
	padding-right: 0;
}

.breadcrumb > li:before {
    content: "\e929";
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-top: 6px;
    margin-left: 8px;
    margin-right: 8px;

}
.breadcrumb > li a.active{
	color:#f40606
}
.breadcrumb > li:last-child:before {
	display:none;
}

/*.breadcrumb > li + li:before {
  padding: 0;
  color: #ccc;
  content: "";
}*/

.breadcrumb > li > a {
	color: #88837a;
}

.breadcrumb > li > a:hover {
	color:#f40607;
}

.breadcrumb > .active {
	color: #a9a396;
}


.breadcrumb.light > li > a {
	color:#ecebeb;
}

.breadcrumb.light > li > a:hover,
.breadcrumb.light > .active  {
	color:#fff;
}

.breadcrumb.light> li:before {
	background-position: -304px -9px;
}

.breadcrumb-container.absolute {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	z-index:888;
}


/* ---------------------------------
------------- 2. Tabs */

.nav {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}

.nav.reverse {
	margin-bottom: 0;
	margin-top:39px;
}

.nav > li {
  position: relative;
  display: block;
  font:17px/22px 'LatoWeb', sans-serif;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 20px;
}

.nav > li:first-child > a {
	padding-left:20px; /* dejar a 20px para página producto -> Pestañas descripcion y envio y devolución */
}

.nav > li.active:first-child > a {
	padding-left:20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #edecdf;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #edecdf;
  border-color: #edecdf;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
	border-radius: 0;
	color:#bdb7aa;
	text-transform: uppercase;
}

.nav-pills > li + li {
  margin:0 0 0 19px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f40607;
}

.nav-pills > li.active:after {
	content:'';
	position: absolute;
	top:100%;
	left:50%;
	margin-left:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #f40607 transparent transparent transparent;
	z-index:40;
}

.nav-pills.reverse > li.active:after {
	content:'';
	position: absolute;
	top:auto;
	bottom:100%;
	left:50%;
	margin-left:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 9px 6px;
	border-color: transparent transparent #cbc6b5 transparent;
}

.nav-tabs {
	border-bottom: 1px solid #e7e2d1;
}

.nav-tabs.reverse {
	border-bottom:none;
	border-top: 1px solid #cbc6b5;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs.reverse > li {
	margin-top: -1px;
}

.nav-tabs > li {
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin:0;
	font:15px/24px 'LatoWeb', Verdana, sans-serif;
	border: 1px solid #e7e2d1;
	border-radius: 0;
	color:#9e988a;
	text-transform: uppercase;
	background: #f8f4ee;
	padding:20px 30px;
	margin-left:-1px;
}

.nav-tabs  > li:first-child > a,
.nav-tabs  > li.active:first-child > a  {
	padding-left:30px;
}

.nav-tabs > li > a:hover {
	border-color: #e7e2d1;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color: #fafafa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #858073;
	cursor: default;
	background-color: transparent;
	border: 1px solid #e7e2d1;
	border-bottom-color: transparent;
}

.nav-tabs.reverse > li.active > a,
.nav-tabs.reverse > li.active > a:hover,
.nav-tabs.reverse > li.active > a:focus {
	border: 1px solid #e7e2d1;
	border-top-color: transparent;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li,
.nav-pills.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

.nav.nav-justified  > li:first-child > a {
	padding-left:20px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #e7e2d1;
}



.tab-pane li,
.tab-pane .list-margin {
	line-height:30px;
	margin-bottom:0;
}

.tab-container {
	border:1px solid #e7e2d1;
}

.tab-container.left .nav-tabs,
.tab-container.right .nav-tabs  {
	width:35%;
	margin-bottom: 0;
}

.tab-container.left  .tab-content,
.tab-container.right .tab-content  {
	width:65%;
}


.tab-container.left .nav,
.tab-container.left .tab-content{
	float: left;
}

.tab-container.right .nav,
.tab-container.right .tab-content {
	float: right;
}

.tab-container .tab-content {
	padding:22px 30px;
}


.tab-container.left .nav li,
.tab-container.right .nav li {
	float:none;
	text-align:center;
}

.tab-container .nav-tabs {
	border:none;
}

.tab-container .nav-tabs li a,
.tab-container .nav-tabs > li:first-child > a,
.tab-container .nav-tabs > li.active:first-child > a {
	padding:0 10px;
}

.tab-container.left .nav-tabs > li.active > a {
	border-right:transparent;
}

.tab-container.left .nav-tabs > li > a
.tab-container.right .nav-tabs > li > a {
	border-right:1px solid #cbc6b5;
	border-top:1px solid #cbc6b5;
}


.tab-container.right .nav-tabs > li > a {
	margin-right:-1px;
}

.tab-container .nav-tabs > li:first-child > a {
	border-top:none;
}

.tab-container.right .nav-tabs > li.active > a {
	border-left-color:transparent;
}

.tab-container .nav-tabs > li:last-child > a,
.tab-container .nav-tabs > li:last-child > a:hover {
	border-bottom: 1px solid #e7e2d1;
}

.tab-container .nav-tabs > li > a:hover {
	border-bottom-color:transparent;
}




/* ---------------------------------
------------- 3 - Alerts  */
.alert-dismissable .close {
  top:2px;
}

.alert-dismissable .close:active,
.alert-dismissable .close:focus {
  outline:none;
}

div.row.alert > span {
	margin-left:15px;
}
div.row.alert {
	margin-right:0px !important;
}

/* ---------------------------------
------------- 4 - Icons  */


.bs-glyphicons-list .col-md-3:nth-child(4n):after {
	clear:left !important;
}

.bs-glyphicons-list li {
	color:#5a5a5a;
	display:block;
	padding:0.7em 1.5em;
	text-align: center;
}

.bs-glyphicons-list li:hover {
	background: #f1f1f1;
}

.bs-glyphicons-list li .glyphicon {
	margin-bottom:0.5em;
	font-size:2em;
	width:100%;
}

.bs-glyphicons-list li  {
	margin-bottom:1em;
}



/* ---------------------------------
------------- 5 - List Groups  */

/* Predefined List style types */
.list-style {
	padding-left:17px;
}

.list-style.list-disc {
	list-style-type: disc;
}

.list-style.list-circle {
	list-style-type: circle;
}

.list-style.list-square {
	list-style-type: square;
}

.list-style.list-decimal {
	list-style-type: decimal;
}

.list-style.list-lower-alpha {
	list-style-type: lower-alpha;
}

.list-style.list-upper-alpha {
	list-style-type: upper-alpha;
}

.list-style.list-lower-roman {
	list-style-type: lower-roman;
}

.list-style.list-upper-roman {
	list-style-type: upper-roman;
}

.fa-ul > li {
	margin-bottom:10px;
}

.list-group {
	margin-bottom: 20px;
}

.list-group-item {
	padding: 10px 15px;
}

a.list-group-item {
	color: #555555;
}

a.list-group-item .list-group-item-heading {
	color: #444645;
	margin-bottom:10px;
}

a.list-group-item:hover,
a.list-group-item:focus {
	background-color: #f2f2f2;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #7bae23;
	border-color: #7bae23;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff;
}


/* ---------------------------------
------------- 6 Buttons & Badges */

.btn {
	/*font-family: 'LatoWeb',sans-serif;*/
	padding:6px 15px;
	border-radius: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.btn.min-width-lg{
	min-width:220px;
}

.btn.min-width-slg {
	min-width:190px;
}

.btn.min-width {
	min-width:160px;
}

.btn.min-width-md {
	min-width:150px;
	padding:10px;
}

.btn.min-width-sm {
	min-width:140px;
}

.btn.min-width-xs {
	min-width:100px;
}

.btn.min-width-xss {
	min-width:60px;
}

.btn-link {
	color: #7f7f7f !important;
	text-shadow: 0 0 black;

}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: #f40607 !important;
	border-color:transparent;
	text-shadow: 0 0 black;
}

.btn:focus,
.btn:active {
	outline:none !important;
}

.btn-lger,
.btn-group-lger > .btn {
	padding: 12px 18px;
	font-size: 16px;
	line-height:22px;
	border-radius: 0;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 18px;
	font-size: 16px;
	line-height:22px;
	border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.4em 1.1em;
	font-size: 0.85em;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 0.4em 0.9em;
	font-size: 0.72em;
	line-height: 1.5;
	border-radius: 0;
}

.btn-block {
	display: block;
	width: 100%;
	border-radius: 5px;
	padding-left: 0;
	padding-right: 0;
}

.btn-block + .btn-block {
margin-top: 0.5em;
}
.btn{
	cursor: pointer !important;
}
.btn-custom {
	color: #ffffff;
	background-color: #6f6f6f;
	border-color: transparent;
	text-transform: uppercase;
}
.modal .btn-custom{
	padding: 10px 18px;
	border-radius: 5px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	color: #fff;
	background-color: #f40607;
	border-color: transparent;
}

.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
	background-image: none;
}

.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
	background-color: #cbc6b2;
	border-color: #cbc6b2;
}

.btn-custom-2 {
	color: #fff;
	background-color: #f40607;
	border-color: #f40607;
	text-transform:uppercase;
}

.btn-custom-2:hover,
.btn-custom-2:focus,
.btn-custom-2:active,
.btn-custom-2.active,
.open .dropdown-toggle.btn-custom-2 {
	color:#fff;
	background-color: #cbc6b2;
	border-color: #cbc6b2;
}

.btn-custom-2.disabled,
.btn-custom-2[disabled],
fieldset[disabled] .btn-custom-2,
.btn-custom-2.disabled:hover,
.btn-custom-2[disabled]:hover,
fieldset[disabled] .btn-custom-2:hover,
.btn-custom-2.disabled:focus,
.btn-custom-2[disabled]:focus,
fieldset[disabled] .btn-custom-2:focus,
.btn-custom-2.disabled:active,
.btn-custom-2[disabled]:active,
fieldset[disabled] .btn-custom-2:active,
.btn-custom-2.disabled.active,
.btn-custom-2[disabled].active,
fieldset[disabled] .btn-custom-2.active {
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-3 {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	text-transform:uppercase;
}

.btn-custom-3:hover,
.btn-custom-3:focus,
.btn-custom-3:active,
.btn-custom-3.active,
.open .dropdown-toggle.btn-custom-3 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-3.color:hover,
.btn-custom-3.color:focus,
.btn-custom-3.color:active,
.btn-custom-3.color.active,
.open .dropdown-toggle.btn-custom-3 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-3.disabled,
.btn-custom-3[disabled],
fieldset[disabled] .btn-custom-3,
.btn-custom-3.disabled:hover,
.btn-custom-3[disabled]:hover,
fieldset[disabled] .btn-custom-3:hover,
.btn-custom-3.disabled:focus,
.btn-custom-3[disabled]:focus,
fieldset[disabled] .btn-custom-3:focus,
.btn-custom-3.disabled:active,
.btn-custom-3[disabled]:active,
fieldset[disabled] .btn-custom-3:active,
.btn-custom-3.disabled.active,
.btn-custom-3[disabled].active,
fieldset[disabled] .btn-custom-3.active {
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-4 {
	color: #fff;
	background-color: #f40607;
	border-color: #f40607;
	text-transform:uppercase;
}

.btn-custom-4:hover,
.btn-custom-4:focus,
.btn-custom-4:active,
.btn-custom-4.active,
.open .dropdown-toggle.btn-custom-4 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-5 {
	text-transform:uppercase;
	background-color: #f40607 !important;
    border-radius: 2px;
    color: white !important;
    border-color: #f40607;
}

.btn-custom-5:hover,
.btn-custom-5:focus,
.btn-custom-5:active,
.btn-custom-5.active,
.open .dropdown-toggle.btn-custom-3 , #anadir_articulo:hover{
/* 	color:#fff;
	background-color: #f40607 !important;
    border-color: #f40607; */
}

.btn-custom-5.disabled,
.btn-custom-5[disabled],
fieldset[disabled] .btn-custom-5,
.btn-custom-5.disabled:hover,
.btn-custom-5[disabled]:hover,
fieldset[disabled] .btn-custom-5:hover,
.btn-custom-5.disabled:focus,
.btn-custom-5[disabled]:focus,
fieldset[disabled] .btn-custom-5:focus,
.btn-custom-5.disabled:active,
.btn-custom-5[disabled]:active,
fieldset[disabled] .btn-custom-5:active,
.btn-custom-5.disabled.active,
.btn-custom-5[disabled].active,
fieldset[disabled] .btn-custom-5.active {
	background-color: transparent;
	border-color: #cbc6b5;
}

.btn-custom-6 {
	color: #ffffff;
	background-color: #aea995;
	border-color: transparent;
	text-transform: uppercase;
}

.btn-custom-6:hover,
.btn-custom-6:focus,
.btn-custom-6:active,
.btn-custom-6.active,
.open .dropdown-toggle.btn-custom-6 {
	color: #fff;
	background-color: #f40607;
	border-color: transparent;
}

.btn-custom-7 {
	color: #686660;
	background-color: transparent;
	border-color: #95938c;
	text-transform:uppercase;
}

.btn-custom-7:hover,
.btn-custom-7:focus,
.btn-custom-7:active,
.btn-custom-7.active,
.open .dropdown-toggle.btn-custom-7 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-8 {
	color: #949188;
	background-color: transparent;
	border-color: #d7d5cb;
	text-transform:uppercase;
}

.btn-custom-8:hover,
.btn-custom-8:focus,
.btn-custom-8:active,
.btn-custom-8.active,
.open .dropdown-toggle.btn-custom-8 {
	color:#fff;
	background-color: #cbc6b5;
	border-color: #cbc6b5;
}

.btn-custom-9 {
	color: #898678;
	background-color: transparent;
	border-color: #cbc6b5;
	text-transform:uppercase;
}

.btn-custom-9:hover,
.btn-custom-9:focus,
.btn-custom-9:active,
.btn-custom-9.active,
.open .dropdown-toggle.btn-custom-9 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-10 {
	color: #675f56;
	background-color: transparent;
	border-color: #675f56;
	text-transform:uppercase;
}

.btn-custom-10:hover,
.btn-custom-10:focus,
.btn-custom-10:active,
.btn-custom-10.active,
.open .dropdown-toggle.btn-custom-10 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom-11 {
	color: #686660;
	background-color: transparent;
	border-color: #b6b2a8;
	text-transform:uppercase;
}

.btn-custom-11:hover,
.btn-custom-11:focus,
.btn-custom-11:active,
.btn-custom-11.active,
.open .dropdown-toggle.btn-custom-10 {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.btn-custom .badge {
	color: #cbc6b2;
	background-color: #ffffff;
}

.btn-custom-2 .badge{
	color: #f40607;
	background-color: #ffffff;
}

.btn-default .badge {
  background-color: #aeaeae;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 0.25em 0.6em;
  font-size: 1em;
  background-color: #aeaeae;
  border-radius: 10px;
}

.btn .badge {
  top:1px;
  margin:0 0.3em;
}


/* ---------------------------------
------------- 7 Dropdown Menu */
.menu li {
	cursor: default;
}

.dropdown-menu {
	display:block;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	visibility:hidden;
	opacity:0;
	min-width: 160px;
	padding: 0;
	margin:-20px 0 0;
	font-size: 13px;
	border: 1px solid #ecebe1;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	z-index:900;
	/* ! Fix for chrome bug */
	-webkit-transform:translateZ(0);
}

.open > .dropdown-menu,
:hover > .dropdown-menu {
	opacity:1;
	visibility: visible;
	margin-top:0;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	margin-bottom: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .divider {
	margin: 0.65em 0;
}

.dropdown-menu > li > a {
	padding: 7px 15px;
	line-height: 1.5;
	color: #7e786b;
	border-top:1px solid #ecebe1;
}

.dropdown-menu > li:first-child > a {
	border-top:none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #7e786b;
	background-color: #fafafa;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #7e786b;
	background-color: #e4e2d2;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #aeaeae;
}



/* ---------------------------------
------------- 8 Forms */

.help-block,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color:#f40607;
}

label {
	margin-bottom: 10px;
}

.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  font-weight: normal;
  /*font-family: 'LatoWeb', sans-serif;*/
  color:#aaaaaa;
  font-size:16px;
  line-height:22px;
  text-transform: uppercase;
}

label > span.required {
	color:#f40607;
}

textarea.min-height {
	height:162px;
}

textarea.min-height-sm {
	height:90px;

}

input:focus,
textarea:focus,
select:focus {
	outline:0;
}

fieldset {
	padding:0;
	margin:0  0 60px 0;
	border:none;
}

.form-control {
	padding: 6.5px 15px 6.5px 15px;
	height:34px;
	border-color:#e1e1e1;
	font-size:14px;
	line-height:1.5;
	margin-bottom:15px;
	background-color: #fff;
	color:inherit;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.form-control:focus {
	border-color: #b3ada1;
	outline: 0;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.form-control:-moz-placeholder {
	/*font-family: 'LatoWebThin', Verdana;*/
	color:#aaaaaa;
}

.form-control::-moz-placeholder {
	/*font-family: 'LatoWebThin', Verdana;*/
	color:#aaaaaa;
}

.form-control:-ms-input-placeholder {
	/*font-family: 'LatoWebThin', Verdana;*/
	color:#aaaaaa;
}

.form-control::-webkit-input-placeholder {
	/*font-family: 'LatoWebThin', Verdana;*/
	color:#aaaaaa;
}

.form-group,
.form-group .form-control {
	margin-bottom:12px;
}

.form-group.lg-margin,
.form-group.lg-margin .form-control {
	margin-bottom:25px;border-radius: 5px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #f5f5f5;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 39px;
	padding: 10.5px 20px 10.5px 20px;
	font-size: 17px;
	line-height: 1.5;
    border-radius: 5px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

.input-group .form-control {
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.input-group {
	margin-bottom:25px;
	border-radius: 0;
	position: relative;
}

.input-group .form-control:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #aaaaaa;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #e7e1cf;
	border-radius: 0;
	min-width:120px;
}

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper {
	padding:5px 12px;
}

.input-group-sm >.input-group-addon.custom-checkbox-wrapper,
.input-group-sm >.input-group-addon.custom-radio-wrapper {
	padding:4px 10px;
}

.input-group-lg >.input-group-addon.custom-checkbox-wrapper,
.input-group-lg >.input-group-addon.custom-radio-wrapper {
	padding:10px 20px;
}

.input-group-addon .custom-checkbox-container,
.input-group-addon .custom-radio-container {
	margin:0;
	top:1px;
}

.input-group-lg >.input-group-addon .custom-checkbox-container,
.input-group-lg >.input-group-addon .custom-radio-container  {
	top:-1px;
}

.input-group .input-group-addon:first-child {
	padding-left:15px;
	padding-right:15px;
	text-align: left;
}

.input-group .input-group-addon:last-child {
	padding-right:10px;
	padding-left:10px;
	text-align: right;
}

.input-group-addon.icon-addon {
	font-size:18px;
	min-width:60px;
	text-align: center !important;
}

.input-group-sm .input-group-addon {
	border-radius: 0;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px 5px 10px;
}


.input-group-sm .input-group-addon.icon-addon {
	font-size:14px;
	line-height:18px;
	min-width:30px;
}

.input-group-sm  .input-group-addon:first-child,
.input-group-lg  .input-group-addon:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-sm  .input-group-addon:last-child,
.input-group-lg  .input-group-addon:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-lg  .input-group-addon:first-child {
	padding-left:20px;
	padding-right:20px;
}

.input-group-lg  .input-group-addon:last-child {
	padding-right:20px;
}

.input-group-lg .input-group-addon {
	padding: 12.5px 20px;
	font-size: 17px;
	border-radius: 0;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height:46px;
	padding: 10.5px 20px;
	font-size:17px;
}

.input-group-lg .input-group-addon.icon-addon {
	font-size:24px;
	line-height:30px;
	padding: 7px 20px;
	min-width:70px;
}

.no-minwidth {
	min-width:0 !important;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
	line-height:0;
	vertical-align: middle;
}

.textarea-container {
	position: relative;
	width:100%;
}

.textarea-container .input-group-addon {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	border-radius:0;
	padding:15px 20px 15px 20px;
	z-index:90;
}

.textarea-container .input-group-addon:first-child {
	border-right:1px solid #e4e2e2;
}

.textarea-container textarea,
.textarea-container textarea.form-control {
	padding-top:60px;
	margin-top:0;
}

textarea.form-control {
	padding:20px;
}

select.form-control {
	border-radius:0;
	padding:6px 12px;
}

.input-group-btn>.btn {
	padding:6px 14px;
}

.has-feedback label~.form-control-feedback {
	top:33px;
	right:8px;
}

.input-lg + .form-control-feedback {
	top:29px;
	right:5px;
}

/* Validaton */

.input-group > label {
	position: absolute;
	bottom:100%;
	left:0;
	font-size:12px;
	margin-bottom:6px;
	line-height: 1.5;
	margin-top: 0;
	font-weight:600;
}

.input-group > label.error {
	color:#de0000;
}


/* ---------------------------------
------------- 9 Slider */

.carousel-inner > .item {
	padding:0;
	margin:0;
}

.carousel-inner > .item a {
	display: block;
}

.carousel-control {
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0;
	width: 35px;
	height:35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	border:1px solid #fff;
	transition: background-position 0.35s;
	-webkit-transition: background-position 0.35s;
	-moz-transition: background-position 0.35s;
	-ms-transition: background-position 0.35s;
	-o-transition: background-position 0.35s;
	text-indent:9999px;
}

.carousel-control.left {
	left:auto;
	right:65px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -123px -112px;
}

.carousel-control.right {
	right: 20px;
	left: auto;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -166px -147px;
}

.carousel-control:hover,
.carousel-control:focus {
	border:none;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: #f40607;
}

.carousel-control.left:hover {
	background-position: -166px -112px;
}

.carousel-control.right:hover {
	background-position: -123px -147px;
}


/* ---------------------------------
------------- 10 Tooltip */

.tooltip {
	font-size: 14px;
	line-height: 1.5;
	z-index:900;
}

.tooltip.in {
  filter: alpha(opacity=94);
  opacity: .94;
}

.tooltip.top {
	padding: 8px 0;
}

.tooltip.right {
	padding: 0 8px;
}

.tooltip.bottom {
	padding: 8px 0;
}

.tooltip.left {
	padding: 0 8px;
}

.tooltip-inner {
	padding: 4px 10px;
	color: #fff;
	border-radius: 0;
	white-space: nowrap;
	background-color: #cbc6b2;
}

.tooltip.top .tooltip-arrow {
	margin-left: -5px;
	border-width: 0 10px 10px 0;
	border-right-color: #cbc6b2;
}

.tooltip.right .tooltip-arrow {
	margin-top: -7.5px;
	border-width: 0 0 10px 10px;
	border-bottom-color: #cbc6b2;
}

.tooltip.left .tooltip-arrow {
	margin-top: -7.5px;
	border-width: 10px 0 0 10px;
	border-left-color: #cbc6b2;
}

.tooltip.bottom .tooltip-arrow {
	margin-left: -5px;
	border-width: 0 0 10px 10px;
	border-bottom-color: #cbc6b2;
}


/* ---------------------------------
------------- 11 Popever */

.popover {
	box-shadow:none;
	-webkit-box-shadow:none;
	z-index: 900;
	border: 1px solid #e7e1cf;
	background-color: #fafafa;
	border-radius:0;
	padding:0;
}

.popover-title {
	padding: 10px 14px 6px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	background-color: #e7e1cf;
	border-bottom: 1px solid #e7e1cf;
	border-radius: 0;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.popover-content {
	padding: 9px 14px;
}

.popover.top > .arrow {
	border-top-color: #e7e1cf;
}

.popover.top > .arrow:after {
	border-top-color: #fafafa;
}

.popover.right > .arrow {
	border-right-color: #e7e1cf;
}

.popover.right > .arrow:after {
	border-right-color: #fafafa;
}

.popover.bottom > .arrow {
	border-bottom-color: #e7e1cf;
}

.popover.bottom > .arrow:after {
	border-bottom-color: #e7e1cf;
}

.popover.left > .arrow {
	border-left-color: #e7e1cf;
}

.popover.left > .arrow:after {
	border-left-color: #fafafa;
}



/* ---------------------------------
------------- 12 Modal */

.modal {
	z-index:9995;
}
#modal_registro .modal-dialog, #modal_login .modal-dialog  {
	max-width: 490px;
}
.modal-header {
	padding:20px 20px 15px;
	position: relative;
	border-bottom: none;
}
/*
.modal-header .close {

	position: absolute;
	right:-1px;
	top:0;

	font-size:24px;
	width:42px;

	color:#f40607;
	text-align: center;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	opacity: 1 !important;
}
*/
#modal_registro .form-label, #modal_login .form-label {
	font-size: 14px;
	margin-bottom: 0px;
}
/*
input[type="submit"]{
	background-color: #f40607 !important;
	border-radius: 2px;
	color:white !important;
	border-color: #f40607;
	min-width:200px;
}
input[type="submit"]:hover{
	background-color: #f40607 !important;
	border-color: #f40607;
}
*/

#modal_registro input[type="password"], #modal_registro input[type="text"], #modal_registro input[type="email"], #modal_login input[type="password"], #modal_login input[type="text"], #modal_login input[type="email"]{
	background-color: #ffffff !important;
}
.modal-header,
.modal-footer {
	background-color: #ffffff;
}

.modal-body{
	padding: 30px 20px;
}

.modal-body .form-group:last-child,
.modal-body .form-group:last-child .form-control {
	margin-bottom:5px;
}

.modal-footer {
	padding:15px 20px;
}

.modal-content {
	border: 1px solid #fafafa;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.modal .input-group:last-child {
	margin-bottom: 0;
}


/* ---------------------------------
------------- 13 Progress Bars */

.progress-container {
	margin-bottom: 44px;
}

.progress {
  height: 10px;
  margin-bottom: 0;
  overflow: visible;
  background-color: #edebe4;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 9px;
  line-height: 10px;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar-custom {
  background-color: #f40607;
  position: relative;
  color:#444645;
}

.progress-text {
	display:inline-block;
	font:12px/20px 'LatoWebsemibold', sans-serif;
	position: absolute;
	right:0;
	bottom:100%;
	margin-bottom:13px;
	padding:0 5px;
	display:none;
	background-color: #cbc6b2;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	color:#fff;
}

.progress-animate .progress-text {
	display:none;
}

.progress-text:after {
	content:'';
	position: absolute;
	top:100%;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #bdb8a5 transparent transparent;
}

.progress-title {
	color:#8f8a7f;
	font:13px/20px 'LatoWeb', Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom:5px;
}


/* ---------------------------------
------------- 14 Collapses */

/* Styles */
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom:10px;
	border-radius: 0;
	border:none;
	background-color: transparent;
}

.accordion-reverse {
	padding-left:42px;
}

.accordion-reverse .panel {
	margin-bottom: 13px;
}

.accordion-title {
	position: relative;
	font-size:26px;
	color:#959180;
	padding:0;
	text-transform: capitalize;
}

.accordion-reverse .accordion-title {
	font-size:15px;
	line-height: 20px;
	padding-top:4px;
	color:#908c82;
	text-transform: uppercase;
}

.accordion-title > span {
	display: inline-block;
	padding:0 20px 0 0;
	height:100%;
	background: #fafafa;
	position: relative;
	z-index:1;
}

.accordion-title:after {
	content: '';
	position: absolute;
	left:0;
	top:50%;
	margin-top:-1px;
	display: block;
	width:100%;
	height:1px;
	background: #eaeaea;
	z-index:0;
}

.accordion-reverse .accordion-title:after  {
	display:none;
}

.accordion-title .accordion-btn {
	display:block;
	position: absolute;
	z-index:3;
	right:0;
	top:50%;
	width:35px;
	height:35px;
	margin-top:-18.5px;

	transition: background-position 0.3s;
	-webkit-transition: background-position 0.3s;
	-moz-transition: background-position 0.3s;
	-ms-transition: background-position 0.3s;
	-o-transition: background-position 0.3s;
}

.accordion-title .accordion-btn:after {
	content:'';
	position: absolute;
	left:-21px;
	top:0;
	display:block;
	background-color: #fafafa;
	width:20px;
	height:100%;
}

.accordion-title .accordion-btn.open {
	background-position: -228px -380px;
}

.accordion-title .accordion-btn:hover,
.accordion-title .accordion-btn:focus {
	background-color:#f40607;
	border:none;
	background-position: -228px -300px;
}

.accordion-title .accordion-btn.open:hover,
.accordion-title .accordion-btn.open:focus {
	background-position: -228px -345px;
}


.accordion-reverse .accordion-title .accordion-btn {
	left:-42px;
	right:auto;
	top:50%;
	width:24px;
	height:24px;
	margin-top:-12px;
	background-color: #cbc6b2;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -304px -290px;
	border:none;
}

.accordion-reverse .accordion-title .accordion-btn:after {
	display:none;
}

.accordion-reverse .accordion-title .accordion-btn.open {
	background-position: -304px -314px;
	background-color: #f40607;
}

.accordion-reverse .accordion-title .accordion-btn:hover,
.accordion-reverse .accordion-title .accordion-btn:focus {
	background-color:#f40607;
	background-position: -304px -290px;
}

.accordion-reverse .accordion-title .accordion-btn.open:hover,
.accordion-reverse .accordion-title .accordion-btn.open:focus {
	background-position: -304px -314px;
}

/* important for smooth animation */
.accordion-body .accordion-body-wrapper {
	padding:5px 0;
}

.accordion-body ul {
	padding-left:18px;
}

.accordion-body ul li {
	color:#959180;
	padding:5px 0;
}

.accordion-reverse .accordion-body ul li {
	color:#9b968b;
	padding:3px 0;
}

.accordion-panel .panel  {
	margin-bottom: 8px;
}

.accordion-panel-title {
	font:28px/30px 'judsonregular', Verdana, sans-serif;
	color:#959180;
	margin-bottom:0;
	display:block;
	padding:16px 20px 10px;
	border:1px solid #aea995;
	background: transparent;
	position: relative;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	-o-transition:background 0.3s;
}

.accordion-panel-title:hover {
	color:#6d6c67;
	background-color: #f3f1ea;
}

.accordion-panel-title > span {
	font-size:15px;
	line-height:24px;
	position: absolute;
	left:14px;
	top:50%;
	margin-top:-12px;
	color:#85847e;
}

.accordion-panel-body .accordion-body-wrapper {
	padding:25px 0;
}

.accordion-panel-body  ul {
	padding-left:20px;
}

.accordion-panel-body ul li {
	color:#959180;
	padding:2.5px 0;
}

.accordion-panel-body .fa-ul {
	padding-left:2.1em;
}

.accordion-btn-group {
	padding-bottom:15px;
	border-bottom:1px solid rgba(213,213,213, 0.7);
}

.accordion-btn-body-container .accordion-body-wrapper {
	padding:10px 0;
}

.accordion-body-wrapper li:last-child,
.accordion-body-wrapper p:last-child {
	margin-bottom: 0;
}

/* End collapse */


/* ---------------------------------
------------- 15 Pagination */

.prev-page,
.next-page {
	text-indent:-9999px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	transition:background 0.3s;
	-webkit-transition:background 0.3s;
	-moz-transition:background 0.3s;
	-ms-transition:background 0.3s;
	-o-transition:background 0.3s;
}

.prev-page {
	background-position: -330px 0;
}

.next-page {
	background-position: -362px 0;
}

.prev-page:hover {
	background-position: -330px -32px;
}

.next-page:hover {
	background-position: -362px -32px;
}

.pagination-container {
	margin:46px 0 0;
	/*font-family: 'LatoWeb', Verdana;*/
	color:#a7a39b;
}

.pagination-info {
	font-size:14px;
	line-height:34px;
}

/* Bootstrap pagination */
.pagination {
	display: inline-block;
	margin:0;
	border-radius:0;
	font-size:0;
	line-height: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
	display:inline-block;
	float:none;
	padding:7px 0 9px;
	width:34px;
	height:34px;
	margin-left: 5px;
	font-size:15px;
	line-height:18px;
	background-color: transparent;
	border: 1px solid #c3c1b8;
	color:#94918a;
	text-align:center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #cbc6b5;
	border-color: #cbc6b5;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #dddddd;
}



/* -----------------------------------
------------- 14 Owl Carousel Styles */

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* wrap with this all carousel */
.carousel-container {
	position: relative;
	overflow:hidden;
}

/* general carousel title style*/
.carousel-title {
	font:16px 'LatoWeb', sans-serif;
	color:#847e71 !important;
	text-transform: none;
	margin-bottom:25px;
	text-align:center;
}

/* all carousel images 100% responsive */
.carousel-container img {
	/* width:100%; */
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 999;
	/* padding-bottom: 5px !important; */
	/*padding-bottom: 50px;*/
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}


.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Owl carousel via css3 animations */

@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* mouse grab icon */
.grabbing {
    cursor:move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: calc(90% - 8px);
	left:0;
	width:100%;
	/*height:35px;*/
	z-index:999;
}

.owl-theme.center-buttons .owl-controls .owl-buttons {
	/* left:50%;*/
	top:69px;
	margin-left:-40px;
}

.bottom-nav .owl-theme .owl-controls .owl-buttons {
	top:auto;
	bottom:20px;
	left:50%;
	margin-left:-40px;
}

.valign-nav .owl-theme .owl-controls .owl-buttons {
	top:50%;
	width:100%;
	margin-top:-17.5px;
}

.owl-theme .owl-controls .owl-buttons div {
	display:inline-block;
	width:30px;
	height:45px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent:9999px;
	margin:0;
	vertical-align: middle;
}

.light-nav .owl-theme .owl-controls .owl-buttons div  {
	border-color:#fff;
}

.bigger-nav .owl-theme .owl-controls .owl-buttons div {
	width:46px;
	height:47px;
	border:1px solid #95938c;
}

.bigger-nav.valign-nav  .owl-theme .owl-controls .owl-buttons div {
	margin-top:-23.5px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-left:10px;
}

.valign-nav .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left:3px;
}

.valign-nav .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right:3px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/*
.owl-theme .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background-color:#f40607;
	border:none;
}

.owl-theme.color2 .owl-controls .owl-buttons div:hover {
	background-color: #f40607;
}
*/
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-image: url('../images/icons/flecha-marcas-izq-roja.png');
	left: 0px;
  position: absolute;

    border: 0px !important;
    /* width: 200px; */
    height: 60px !important;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	background-image: url('../images/icons/flecha-marcas-derecha-roja.png');    right: 0px;
  position: absolute;

	    border: 0px !important;
    /* width: 200px; */
    height: 60px !important;
}
/*
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-position: -203px -189px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-position: -160px -224px;
}

.bigger-nav .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: -123px -267px;
}

.bigger-nav .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -179px -314px;
}

.bigger-nav .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-position: -177px -267px;
}

.bigger-nav .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-position: -123px -314px;
}


.light-nav .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: -281px -359px;
}

.light-nav .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -326px -394px;
}

.light-nav .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-position: -324px -359px;
}

.light-nav .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-position: -281px -394px;
}
*/

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin:5px 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d1d1d1;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #aeaeae;
}

/* If PaginationNumbers is true */

.owl-pagination {
	line-height:0;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 200px;
	background: url('../images/loader.gif') no-repeat center center
}


/* =============================================
--------------------  4.Header -----------------
==============================================*/

#header-wrapper {
	position: relative;
}

#header {
	border-bottom:1px solid #eae9e9;
	background-color: #fff;
	position: relative;
}

#header-top {
	background-color: #f4f3e9;
}

.left-side {
	float: left;
}

.right-side {
	float:right;
}

#header-top .right-side {
	position: relative;
}

.header-links {
	/* fix for inline-block auto margin */
	font-size:0;
}


.header-links li {
	display:inline-block;
	margin-right:40px;
	padding:6px 0;
}

.header-links li:last-child {
	margin-right:0;
}

.header-links li a,
.header-link li a {
	color:#7e786b;
	font:13px/20px 'LatoWeb', Verdana, sans-serif;
	letter-spacing: -0.3px;
}

.header-links li a > span {
	vertical-align: middle;
}

.header-links li:hover > a {
	color:#f40607;
}

.header-link {
	float:left;
}

.header-link li {
	padding:5.5px 18px 5.5px 16px;
	border-right:1px solid #ecebe1;
}

.header-link .header-links-icon {
	margin-bottom:-4px;
}

.header-link a:hover {
	color:#f40607 !important;
}

.header-links-icon {
	display: inline-block;
	margin-right:6px;
	width:15px;
	height:18px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
}

.header-links-icon.icon-account {
	background-position: -91px -1133px;
}

.header-links-icon.icon-checkout {
	margin-right:8px;
	background-position: -106px -1133px;
}

.header-links-icon.icon-wishlist {
	background-position: -121px -1133px;
}

.header-links-icon.icon-login {
	margin-right:7px;
	background-position: -136px -1133px;
}

.header-links-icon.icon-fav {
	margin-right:6px;
	background-position: -76px -1133px;
}

.header-link .header-links-icon.icon-login {
	margin-right:4px;
}

.header-links li:hover .header-links-icon.icon-account {
	background-position: -91px -1151px;
}

.header-links li:hover .header-links-icon.icon-checkout {
	background-position: -106px -1151px;
}

.header-links li:hover .header-links-icon.icon-wishlist {
	background-position: -121px -1151px;
}

.header-links li:hover .header-links-icon.icon-login {
	background-position: -136px -1151px;
}

.logo-container {
	float:left;
	padding:40px 0;
}

.logo {
	font:40px/1 'tinosbold', Verdana, sans-serif;
	text-transform: uppercase;
	color:#868176;
	margin:0;
}

.logo a {
	/*display:inline-block; quitado responsive 100%*/
	color:#868176;
}

.right-side,
.right-side-wrapper,
#main-nav {
	float:right;
}

#header .right-side-wrapper {
	padding: 10px 0;
	padding-bottom: 0px;
}

#header .right-side-wrapper .dropdown-toggle:after {
	content:none !important;
}

#main-nav {
	margin-right:28px;
	float:left;
	padding-top: 21px;
}

.search-container {
	position: relative;
}

.header-search-btn {
	float:right;
	display:block;
	width:16px;
	height:16px;
	margin:1px 0;
	background-image: url('../images/sprites/sprite.png');
	background-position: -107px -1056px;
	background-repeat: no-repeat;
}

#header-top .header-search-btn {
	display:inline-block;
	width:auto;
	height:auto;
	background-image: none;
	padding-left:20px;
	position: relative;
	font:13px/20px 'LatoWeb', Verdana;
	color:#7e786b;
	margin:7px 0;
}

#header-top .header-search-btn:after {
	content:'';
	background-image: url('../images/sprites/sprite.png');
	background-position: -137px -1107px;
	background-repeat: no-repeat;
	width:13px;
	height:13px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-6.5px;
}

.search-form {
	/* visibility:hidden; */
	/* opacity:0; */
	width: 80%;
	position: absolute;
	left:0;
	/*right: 20px;*/
	top:15px;
	z-index:99;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	border-radius:5px;
	border: solid 1px #e1e3e2;
}

#header-top .search-form {
	top:8px;
	background: #f4f3e9;
}

.search-form.active {
	opacity:1;
	visibility: visible;
}

.search-form input {
	width:100%;
	border:none;
	background-color: white;
	height:45px;
	/* border-left:1px solid #b3b2af; */
	color:#6d6b64;
	font:1em 'LatoWebMedium', Verdana, sans-serif;
	padding:3px 56px 3px 0px;
	font-style: italic;
}

#header-top .search-form input {
	height:18px;
	border-left:1px solid #b3b2af;
	color:#7e786b;
	font-size:14px;
	line-height:16px;
	padding:1px 23px 1px 10px;
}

.search-form:after {
	content:'';
	display:block;
	/* width:1px; */
	height:100%;
	background-color: #b3b2af;
	position: absolute;
	right:37px;
	top:0;
}

.no-margin {
	margin:0px;
}
/*
#btn-search {
	font-size: 0px;
	height: 34px;
	width: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/sprites/sprite.png);
	background-position: -254px -542px;
	background-repeat: no-repeat;
}
*/

#btn-search {
	font-size: 19px;
    height: 45px;
    width: 45px;
    padding-bottom: 0px;
    color: #3a3a3a;
	padding-top: 5px;
	background-color: white;/* 
	background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(226,226,226,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 ); */
    border: none;
}

#header-top .search-form:after {
	height:18px;
	right:23px;
	top:0;
}

.search-close-btn {
	display:block;
	width:16px;
	height:16px;
	position: absolute;
	right:0;
	top:5px;
	background-image: url('../images/sprites/sprite.png');
	background-position: -91px -1056px;
	background-repeat: no-repeat;
}

#header-top .search-close-btn {
	width:13px;
	height:13px;
	top:2.5px;
	background-position: -150px -1107px;
}

.search-submit-btn {
	width:20px !important;
	min-width:20px !important;
	max-width:20px !important;
	height:20px !important;
	display:none;
	text-indent:-9999px;
	padding:0 !important;
	border:none !important;
	position: absolute;
	right:21px;
	top:50%;
	margin-top:-10px;
	background-color: transparent !important;
	background-image: url('../images/sprites/sprite.png');
	background-position: -137px -1087px;
	background-repeat: no-repeat;
}

#header .dropdown-toggle,
#sticky-header .dropdown-toggle {
	display:block;
	cursor: pointer;
}


.dropdown-text {
	display: none;
}

.user-dropdown,
.cart-dropdown {
	float:right;
	margin-right:30px;
	margin-top:1px;
}

.currency-dropdown,
.language-dropdown {
	float:right;
	font:13px/20px 'LatoWeb', Verdana;
}


.currency-dropdown .dropdown-menu,
.language-dropdown .dropdown-menu {
	min-width:120px;
	border:1px solid #e6dfd1;
	border-top:none;
	top:0;
	left:-15px;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
}

.currency-dropdown .dropdown-menu > li > a ,
.language-dropdown .dropdown-menu > li > a {
	padding:6.5px 15px;
	color:#7e786b;
}

.language-dropdown .dropdown-menu > li:first-child > a > span {
	display:none;
}

.language-dropdown .dropdown-menu > li:first-child > a .long-name {
	display: inline;
}

.language-dropdown .dropdown-menu > li > a > img {
	float:right;
	margin-top:3px;
}

.dropdown .short-name {
	display:none;
}
/*
.dropdown-icon {
	display: block;
	width:16px;
	height:16px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
}
*/
.dropdown-icon {
	display: block;
	width:40px;
	height:35px;
	background-image: url('../images/carrito.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown-arrow {
	display: inline-block;
	width:10px;
	height:5px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -180px -1107px;
	position: relative;
	margin-bottom:2px;
}

.open .dropdown-arrow {
	background-position: -180px -1112px;
	z-index:920;
}

#header-top .dropdown-icon {
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:7px;
	margin-bottom:-1px;
}

.user-dropdown .dropdown-icon {
	background-position: -123px -1056px;
}

.user-dropdown.open .dropdown-icon,
.user-dropdown:hover .dropdown-icon,
.user-dropdown .dropdown-icon:hover,
.user-dropdown .dropdown-icon:focus {
	background-position: -139px -1056px;
}

.user-dropdown .dropdown-menu {
	width: 200px;
	margin-top:34px;
	left:50%;
	margin-left:-100px;
	border-radius: 0;
	border-color: #e6dfd1;
}

.header1 .open > .dropdown-menu:before,
.header1 :hover > .dropdown-menu:before {
	content:'';
	position: absolute;
	bottom:100%;
	left:0;
	right:0;
	display:block;
	width:100%;
	height:55px;
}

.header1 .dropdown-menu {
	margin-top:34px;
	box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.1);
}

.header1 .open > .dropdown-menu,
.header1 :hover > .dropdown-menu {
	margin-top:54px;
}

.user-dropdown .dropdown-menu li {
	position: relative;
}

.user-dropdown .dropdown-menu li a {
	display: block;
	padding:10.5px 20px;
	color:#7e786b;
	background-color: #fafafa;
	font:13px/20px 'LatoWeb', Verdana;
	text-transform: uppercase;
	border-top: 1px solid #e6dfd1;
}

.user-dropdown .dropdown-menu > li:last-child > a {
	border-bottom:none;
}

.user-dropdown .dropdown-menu > li a:hover,
.user-dropdown .dropdown-menu > li a:focus {
	background-color: #e6dfd1;
	color: #7e786b;
}

.dropdown-value {
	float:right;
	color:#f40607;
}

.user-dropdown .dropdown-menu li ul {
	visibility:hidden;
	opacity:0;
	width:170px;
	border: 1px solid #e6dfd1;
	box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	position: absolute;
	top:0;
	margin-top:-20px;
	z-index:950;
}

.user-dropdown .dropdown-menu li ul li:first-child a {
	border-top:none;
}

.user-dropdown .dropdown-menu li ul,
.user-dropdown .dropdown-menu li ul.pull-right,
.user-dropdown .dropdown-menu li ul.reverse {
	left:auto;
	margin-left:0;
	right:100%;
	margin-right:2px;
}

.user-dropdown .dropdown-menu li:hover > ul {
	visibility:visible;
	opacity:1;
	margin-top:0;
}

.user-dropdown .dropdown-menu li ul li img {
	float:right;
	margin-top:3.5px;
}
/*
.cart-dropdown .dropdown-icon {
	background-position: -155px -1056px;
}
*/

#header-top .cart-dropdown .dropdown-icon {
	background-position: -163px -1107px;
}

.cart-dropdown .dropdown-icon {
	position: relative;
}

.cart-dropdown .badge {
	display:block;
	width:13px;
	height:13px;
	border-radius: 50%;
	background-color: #f40607;
	color:#fff;
	font:10px/13px 'LatoWeb', Verdana;
	text-align: center;
	position: absolute;
	bottom:-5px;
	right:-6px;
	padding:0;
	min-width:0;
}

.cart-dropdown .dropdown-menu {
	width: 350px;
	margin-right:-92px;
	padding:20px 20px 30px;
	background-color: #fafafa;
	border:none;
	box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.1);
}

.header1 .cart-dropdown.open > .dropdown-menu,
.header1 .cart-dropdown:hover > .dropdown-menu {
	margin-top:55px;
}

.header1 .cart-dropdown .btn-custom:hover,
.header1 .cart-dropdown .btn-custom:focus,
.header1 .cart-dropdown .btn-custom:active,
.header1 .cart-dropdown .btn-custom.active,
.header1 .cart-dropdown.open .dropdown-toggle.btn-custom {
	color: #fff;
	background-color: #f40607;
	border-color: transparent;
}

.cart-dropdown-header {
	width:100%;
	height:34px;
	background: #e6dfd1;
	color:#7e786b;
	position: absolute;
	top:0;
	left:0;
	font:13px/20px 'LatoWeb', Verdana;
	padding:7px 20px;
}

.cart-dropdown .product {
	margin-bottom: 20px;
	position: relative;
}

.cart-dropdown .product .delete-btn {
	display:block;
	width:12px;
	height:12px;
	position: absolute;
	right:0;
	top:0;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -90px -1075px;
}

.cart-dropdown .product .delete-btn:hover {
	background-position: -102px -1075px;
}

.cart-dropdown .product-image-container {
	float:left;
	width:90px;
	margin-right:15px;
}

.cart-dropdown .product-name {
	margin:-2px 0 8px;
	padding-right:30px;
}

.cart-dropdown .product-name,
.cart-dropdown .product-price,
.cart-dropdown .product-old-price {
	font-size:13px;
}

.cart-dropdown .product-old-price {
	margin-right: 10px;
}

.cart-dropdown .product-name,
.cart-dropdown .product-price-container {
	text-align: left;
}

.cart-dropdown .product:hover .product-image {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	visibility: visible;
}
.cart-dropdown .product-content {
	margin-left:105px;
}

.cart-dropdown .cart-desc {
	color:#969186;
	font:15px/20px 'LatoWeb', Verdana;
	margin-bottom: 21px;
}

.cart-dropdown .action-info-container,
.cart-dropdown .action-btn-container {
	margin-top:5px;
}

.cart-dropdown .action-info-container li {
	text-transform: uppercase;
	color:#666666;
	font:14px/18px 'LatoWeb', Verdana;
	margin-bottom:6px;
}


.cart-dropdown .action-btn-container li {
	margin-bottom: 8px;
}

.cart-dropdown .action-btn-container li:last-child {
	margin-bottom:0;
}

.cart-dropdown .action-btn-container .btn {
	min-width:116px;
	padding:5px 10px;
}

.cart-dropdown .action-btn-container .btn-custom-5:hover,
.cart-dropdown .action-btn-container .btn-custom-5:active,
.cart-dropdown .action-btn-container .btn-custom-5:focus {
	background-color: #cbc6b5;
	border-color:#cbc6b5;
}

/* Menu */

.menu li.megamenu-container {
	position: static;
}

.fullwidth-menu .col-sm-12,
.fullwidth-menu .col-md-12,
.fullwidth-menu .col-sm-4,
.fullwidth-menu .col-md-4,
.fullwidth-menu .col-sm-6,
.fullwidth-menu .col-md-6  {
	position: static;
}

.megamenu {
	visibility: hidden;
	opacity:0;
	margin-top:-20px;
	position: absolute;
	top:100%;
	left:15px;
	right:15px;
	z-index:900;
	padding:46px 0 68px;
	background-color: #f4f4f4;
	box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	border-top:1px solid #eae9e9;
	border-bottom:1px solid #eae9e9;
}

.fullwidth-menu .menu .megamenu {
	width:100%;
	left:0;
	right:0;
	z-index: 1000 !important;
}

.menu .megamenu a,
.side-menu .megamenu a {
	padding:0;
}

.megamenu-title {
	font:15px/20px 'LatoWebBold', Verdana;
	text-transform:uppercase;
	color:#888377;
	margin-bottom: 10px;
}

.menu .megamenu ul,
.side-menu .megamenu ul {
	visibility: inherit;
	opacity:1;
	margin-top: 0;
	border:none;
	position: relative;
	left:auto;
	top:auto;
	right:auto;
	width:100%;
	box-shadow: none;
	-webkit-box-shadow:none;
}

.menu .megamenu ul a,
.side-menu .megamenu ul a {
	border:none;
	font:13px/32px 'LatoWeb', Verdana, sans-serif;
	color:#918c80;
	text-transform: none;
}

.megamenu ul a:hover {
	color:#f40607;
}

.menu .megamenu .banner-container {
	padding:25px 20px 10px;
}

.menu .megamenu .banner h4 {
	font:40px/1 'judsonbold', Verdana;
	color:#746f65;
	margin-bottom:0;
}

.menu .megamenu .banner h5 {
	font:17px/25px 'source_code_proregular', sans-serif;
	color:#746f65;
	margin-bottom:7px;
}

.menu .megamenu .banner h4 + h5 {
	font-size:15px;
}

.menu .megamenu .banner h5 > span {
	font:15px/25px 'LatoWeb', sans-serif;
	color:#746f65;
}

/* Menu hover animation */
.menu li.active > ul,
.menu li.active > .megamenu {
	margin-top:0;
	opacity:1;
	visibility: visible;
}

/* Responsive menu */
#responsive-nav {
	display:none;
	line-height: 0;
	margin-top:51px;
}

#responsive-btn {
	display:inline-block;
	position: relative;
	font-size:0;
}

#responsive-btn * {
	vertical-align: middle;
}

.responsive-btn-icon {
	width:20px;
	display:inline-block;
}

.responsive-btn-block {
	display:block;
	width:100%;
	height:1px;
	background: #6d6b64;
	margin-bottom: 6px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

.responsive-btn-block.last {
	margin-bottom: 0 !important;
}

.responsive-btn-text {
	text-transform: uppercase;
	display: none;
}

#responsive-btn:hover .responsive-btn-block,
.active .responsive-btn-block  {
	background: #f40607;
}

#responsive-btn:hover .responsive-btn-text,
.active .responsive-btn-text  {
	color: #f40607;
}

#responsive-menu-container {
	position: absolute;
	top:100%;
	left:15px;
	right:15px;
	z-index:999;
	border:1px solid #eae9e9;
	border-bottom: none;
	box-shadow:0 3px 4px rgba(0,0,0, 0.2);
	-webkit-box-shadow:0 3px 4px rgba(0,0,0, 0.2);
	display:none;
}

.responsive-menu .container,
.responsive-menu .col-sm-2,
.responsive-menu .col-sm-3,
.responsive-menu .col-sm-4,
.responsive-menu .col-sm-6,
.responsive-menu .col-md-2,
.responsive-menu .col-md-3,
.responsive-menu .col-md-4,
.responsive-menu .col-md-6 {
	width:100%;
	padding:0;
}

.responsive-menu .row {
	margin:0;
	background-color: #fff !important;
	padding-left: 18px !important;
}

.responsive-menu .menu-banner {
	display:none;
}

#responsive-menu-container .menu-btn-wrapper {
	display: block;
	width:60px;
	height:50px;
	position: absolute;
	right:0;
	top:0;
	z-index:950;
	cursor:pointer;
}

#responsive-menu-container .menu-btn {
	display: block;
	width:23px;
	height:23px;
	position: absolute;
	top:13.5px;
	right:30px;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -91px -1087px;
}

#responsive-menu-container .open > .menu-btn-wrapper >.menu-btn,
#responsive-menu-container .active > .menu-btn {
	background-position: -114px -1110px;
}

#responsive-menu-container div > .active > .menu-btn,
.header2 #responsive-menu-container div > .active > .menu-btn,
.header3 #responsive-menu-container div > .active > .menu-btn,
.header4.dark #responsive-menu-container .open > .menu-btn-wrapper >.menu-btn,
.header4.dark #responsive-menu-container .active > .menu-btn  {
	background-position: -91px -1110px;
}

#responsive-menu-container .menu-btn-wrapper:hover > .menu-btn {
	background-color: #e9e8df;
}

#responsive-menu-container .open > .menu-btn-wrapper:hover > .menu-btn {
	background-color: transparent;
}

.responsive-menu li,
.responsive-menu li a  {
	display:block;
	position: relative;
}

.responsive-menu li a,
#responsive-menu-container .user-dropdown .dropdown-menu li a {
	font:14px/20px 'LatoWeb', Verdana;
	padding:15px 29px;
	border-bottom:1px solid #eae9e9;
	text-transform: uppercase;
	color:#6f6a60;
	background: #f7f6ec;
}

#responsive-menu-container .user-dropdown .dropdown-menu li ul {
	border:none;
}

#responsive-menu-container .user-dropdown .dropdown-menu li a {
	border-top:none;
}

.responsive-menu > li:last-child > a{
	border-bottom: none;
}

.responsive-menu li ul,
.responsive-menu li .megamenu {
	display:none;
}

.responsive-menu li.open > a,
.responsive-menu li.open:hover > a {
	background-color: #f40607;
	color:#fff !important;
}

.responsive-menu li.open > a:after,
.responsive-menu li.open > a:before {
	content:'';
	position: absolute;
	top:0;
	width:1px;
	height:100%;
	background-color: #f40607;
}

.responsive-menu li.open > a:before {
	left:-1px;
}

.responsive-menu li.open > a:after {
	right:-1px;
}

.responsive-menu li ul a,
.responsive-menu li div a {
	font-size:15px;
	background-color: #fff;
	padding-left:48px;
	color:#888377;
}

.responsive-menu li a.megamenu-title {
	font:15px/20px 'source_code_proregular', Verdana;
}

.responsive-menu li ul ul a {
	padding-left:66px;
}

.responsive-menu .megamenu .open > a {
	border-bottom-color: transparent;
	color:#f40607;
}

.responsive-menu .megamenu .open ul {
	margin-top:-6px;
}

.responsive-menu .megamenu {
	display: none;
	position: relative;
	opacity:1;
	visibility: visible;
	top:auto;
	left:auto;
	right:auto;
	margin:0 !important;
	padding:0 !important;
	box-shadow:none;
	-webkit-box-shadow:none;
	border-top:none;
	border-bottom:none;
	background-color: transparent;
}

.responsive-menu .megamenu .megamenu-title {
	margin:0;
}

.responsive-menu .megamenu li a {
	font:13px/32px 'LatoWeb', Verdana, sans-serif;
	text-transform: capitalize;
	color:#888377;
	padding:0;
	padding-left:48px;
	border:none;
}

.responsive-menu .megamenu ul {
	background: #fff;
	border-bottom:1px solid #eae9e9;
	padding-bottom:16px;
}

.responsive-menu li a:hover {
	color:#f40607;
}

.responsive-menu li.open > a:hover {
	color:#fff;
}

#responsive-menu-container .search-form {
	visibility: visible;
	opacity: 1;
	position: relative;
	width:auto;
	left:0;
	top:0;
	padding:14px 21px;
	background: #e9e8df;
	border-top:1px solid #e2e0da;
	border-bottom:1px solid #e2e0da;
}

#responsive-menu-container .search-form input {
	font-size:16px;
	line-height: 18px;
	height:34px;
	padding:1px 10px;
	color:#6d6b64;
	border-left-color:#6d6b64;
}

#responsive-menu-container .search-form .btn-custom-4 {
	background-color:transparent !important;
	border:0px !important;
	color: #6d6b64 !important;
	font-size: 0px;
	height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/sprites/sprite.png);
	background-position: -309px -540px;
	background-repeat: no-repeat;
}

#responsive-menu-container .search-form input:-moz-placeholder {
	color:#6d6b64;
}

#responsive-menu-container .search-form input::-moz-placeholder {
	color:#6d6b64;
}

#responsive-menu-container .search-form input:-ms-input-placeholder {
	color:#6d6b64;
}

#responsive-menu-container .search-form input::-webkit-input-placeholder {
	color:#6d6b64;
}

#responsive-menu-container .search-submit-btn {
	display:block;
	background-color: transparent !important;
}

#responsive-menu-container .search-close-btn,
#responsive-menu-container .search-form:after {
	display:none;
}

#responsive-menu-container .user-dropdown,
#responsive-menu-container .cart-dropdown {
	display:block;
	float:none !important;
	margin:0;
	padding:0 20px;
	background: #f7f6ec;
	border-top:1px solid #eae9e9;
	padding: 15px 29px;
}

#responsive-menu-container .dropdown-toggle {
	font:0px/20px 'LatoWeb', Verdana;
	padding:15px 0;
	text-transform: uppercase;
	color:#6f6a60;
}

#responsive-menu-container .dropdown .menu-btn-wrapper:hover .menu-btn {
	background-color: transparent;
}

#responsive-menu-container .user-dropdown.open,
#responsive-menu-container .cart-dropdown.open {
	background: #e6dfd1;
}

#responsive-menu-container .cart-dropdown .badge {
	right:auto;
	margin:-1px 0 0;
	left:28px;
	top:50%;
}

#responsive-menu-container .dropdown-toggle > span {
	vertical-align: middle;
}

#responsive-menu-container .dropdown-text {
	display:inline;
	font-size: 14px;
}

#responsive-menu-container .dropdown-icon {
	display: inline-block;
	margin-right:15px;
}

#responsive-menu-container .cart-dropdown .dropdown-menu,
#responsive-menu-container .dropdown-menu,
#responsive-menu-container .user-dropdown .dropdown-menu li ul,
#responsive-menu-container .user-dropdown .dropdown-menu li ul.pull-right,
#responsive-menu-container .user-dropdown .dropdown-menu li ul.reverse {
	margin:0;
	width:100%;
	left:0;
	right:auto;
	top:100%;
}

#responsive-menu-container .user-dropdown .dropdown-menu li:hover > a {
	background: #e6dfd1;
	color:#6f6a60;
}

/* sticky header style */
.sticky-wrapper {
	position: absolute;
}

#sticky-header {
	position: fixed;
	visibility:hidden;
	top:0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transform:translateY(-80px);
	-webkit-transform:translateY(-80px);
	-moz-transform:translateY(-80px);
	z-index:9000;
	background-color: #f7f6f0;
	box-shadow:0 2px 3px rgba(0,0,0, 0.05);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.05);
	width:100%;
}

#sticky-header.fixed {
	position: fixed;
	top:0;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	visibility: visible;
	background-color: #fff;
	height: 121px !important;
	margin-bottom: 0px;
}

#sticky-header.fixed {
	height: 100%;
	margin-bottom: 0px;
}

#sticky-header.fixed > .container {
	height: 100%;
	margin-bottom: 0px;
}

/* For boxed fixed header */
.boxed #sticky-header,
.boxed-long #sticky-header {
	width:auto;
}

#sticky-header .logo-container {
	padding:10px 0;
}

#sticky-header .logo-container {
	padding:10px 0 !important;
}

#sticky-header .right-side-wrapper {
	padding-top: 9px;
}

#sticky-header .search-form {
	top:17px;
}
#sticky-header #logotipo_header {
    max-width: 64% !important;
}
#sticky-header #cabecera-right br {
	display:none;
	visibility:hidden;
}
#sticky-header #search-container-top {
    margin-top: 15px;
}
#sticky-header .link_catalogo{
	display:none;
}
#sticky-header .menu_superior {
	background-color:white;
	padding: 4px 0px 0px 0px
}
#sticky-header #cesta_compra .dropdown-toggle::after {
	display:none;
}
#sticky-header .menu > li {
	/* padding:20px 0 !important; */
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#sticky-header #link_top_carrito br{
	display:block !important;
}
#sticky-header .megamenu {
    padding: 20px 0 15px;
}

#sticky-header .menu li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -5px;
}

#sticky-header .menu .megamenu ul a{
    font-size: 12px;
}
#sticky-header .cart-dropdown .dropdown-menu,
#sticky-header .user-dropdown .dropdown-menu {
	margin-top:0;
}

#sticky-header.fixed .open > .dropdown-menu,
#sticky-header.fixed :hover > .dropdown-menu {
	margin-top:24px;
}

#sticky-header.fixed .cart-dropdown.open > .dropdown-menu,
#sticky-header.fixed .cart-dropdown:hover > .dropdown-menu {
	margin-top:24px;
}

#sticky-header.fixed .open > .dropdown-menu:before,
#sticky-header.fixed :hover > .dropdown-menu:before {
	content:'';
	position: absolute;
	bottom:100%;
	left:0;
	right:0;
	display:block;
	width:100%;
	height:25px;
}

#sticky-header.fixed #responsive-nav {
	margin-top:21px;
}


/* Header2 */
#header.header2 {
	background-color: #fbfbf9;
	border-bottom:none;
}

.header2 #header-top {
	border-top:1px solid #fbfbf9;
}

.header2 .logo-container {
	text-align: center;
	padding:42.5px 0;
}

.header2 .logo,
.header2 .logo a {
	color:#726c61;
}

.header2 .dropdown-toggle {
	font:13px/20px 'LatoWeb', Verdana;
	padding:7px 0;
	color:#7e786b;
}

.header2 .currency-dropdown .dropdown-menu > li:first-child > a ,
.header2 .language-dropdown .dropdown-menu > li:first-child > a {
	padding:7px 15px;
	background-color: #e6dfd1;
}

.header2 .cart-dropdown.dropdown {
	position: static;
	z-index:2;
}

.header2 #header-top .dropdown {
	margin-top:0;
	margin-right:40px;
}

.header2 .dropdown-arrow {
	display:none;
	margin-left:7px;
	margin-bottom:1px;
	/* fix inline-block auto margin*/
	word-spacing: -1;
}

.header2 #header-top .dropdown {
	font-size:0;
}

.header2 .user-dropdown {
	display:none;
	margin-left:-10px;
	font:15px/20px 'LatoWeb', Verdana;
	width:160px;
}

.header2 .user-dropdown .dropdown-menu {
	width: 160px;
	margin-top:-10px;
	left:0;
	margin-left:0;
	border-radius: 0;
	border-color: #ecebe1;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	border-top:none;
}

.header2 .user-dropdown .dropdown-menu  > li > a {
	font-size:15px;
	padding:5px 10px;
	color:#7e786b;
}

.header2 .user-dropdown .dropdown-toggle .header-links-icon {
	margin-bottom:-2px;
}

.header2 .user-dropdown .dropdown-toggle {
	padding:7px 10px;
	font-size:15px;
}

.header2 .user-dropdown.open .dropdown-toggle,
.header2 .user-dropdown:hover .dropdown-toggle  {
	background-color: #e6dfd1;
}

.header2  .user-dropdown.open > .dropdown-menu,
.header2  .user-dropdown:hover > .dropdown-menu  {
	margin-top:0;
}

.header2 .user-dropdown .dropdown-menu li a {
	text-transform: capitalize;
}

.header2 .language-dropdown .dropdown-menu > li a:hover,
.header2 .language-dropdown .dropdown-menu > li a:focus,
.header2 .currency-dropdown .dropdown-menu > li a:hover,
.header2 .currency-dropdown .dropdown-menu > li a:focus {
	background-color: #e6dfd1;
	color: #7e786b;
}

.header2 .cart-dropdown .badge {
	display:none;
}

.header2 .cart-dropdown .dropdown-menu {
	width: 320px;
	margin-right:0;
	padding-top:55px;
	top:0;
	border:1px solid #e6dfd1;
	box-shadow:0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0, 0.1);
}

.header2 .menu > li {
	float:left;
	padding:52.5px 0;
}

.header2 .menu li:hover > a {
	color:#f40607;
}

.header2 .menu .megamenu ul a:hover,
.header2 .megamenu-title:hover {
	color:#f40607;
}

.header2 .responsive-btn-icon  {
	margin-right:11px;
}

.header2 .responsive-btn-block {
	margin-bottom:8px;
}

.header2 .responsive-btn-text {
	font:27px/19px 'LatoWebThin', Verdana;
	color:#6f6a60;
	margin-top:1px;
}

/* Header3 */
#header.header3 {
	background-color: #fafafa;
	border-bottom:none;
}

#header.header3 #header-top {
	background-color: #fafafa;
	border-top:1px solid #ecebe1;
	border-bottom:1px solid #ecebe1;
}

#header.header3 #header-top a {
	color:#7e786b;
}

.header3 .currency-dropdown ,
.header3 .language-dropdown {
	text-transform: uppercase;
}

.header3 .currency-dropdown .dropdown-toggle,
.header3 .language-dropdown .dropdown-toggle {
	padding:7px 14px 7px 17px;
	border-left:1px solid #ecebe1;
	border-right:1px solid #ecebe1;
}

.header3 .currency-dropdown.open .dropdown-toggle,
.header3 .language-dropdown.open .dropdown-toggle {
	background: #e4e2d2;
	border-left:1px solid #e4e2d2;
	border-right:1px solid #e4e2d2;
}

.header3 .currency-dropdown {
	margin-left:-1px;
}

.header3 .currency-dropdown.open .dropdown-toggle:after,
.header3 .language-dropdown.open .dropdown-toggle:after {
	content:'';
	position: absolute;
	top:-1px;
	left:0;
	width:100%;
	height:1px;
	background: #e4e2d2;
}

.header3 .currency-dropdown .dropdown-menu,
.header3 .language-dropdown .dropdown-menu {
	top:100%;
	left:0;
	right:0;
	min-width: 0;
	margin:0;
	border-color:#ecebe1;
	width:auto;
	border-top:none;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
}

.header3 .currency-dropdown .dropdown-menu  > li > a,
.header3 .language-dropdown .dropdown-menu  > li > a {
	padding:6.5px 15px 6.5px 18px;
	font-size:13px;
	border-top:1px solid #ecebe1;
}

.header3 #header-top .user-dropdown.dropdown {
	float:left;
	display:block;
	margin-left:0;
	font:13px/20px 'LatoWeb', Verdana;
	margin:0;
}

.header3 #header-top .user-dropdown.dropdown .dropdown-toggle {
	padding:6.5px 14px 6.5px 17px;
	border-left:1px solid #ecebe1;
	border-right:1px solid #ecebe1;
}

.header3 #header-top .dropdown.open .dropdown-toggle,
.header3 #header-top .dropdown:hover .dropdown-toggle {
	background: #e4e2d2;
	border-left:1px solid #e4e2d2;
	border-right:1px solid #e4e2d2;
}

.header3 #header-top .dropdown.open .dropdown-toggle:after {
	content:'';
	position: absolute;
	top:-1px;
	left:0;
	width:100%;
	height:1px;
	background: #e4e2d2;
}

.header3 #header-top .dropdown .header-links-icon {
	margin-bottom:-2px;
	margin-right:8px;
}

.header3 #header-top .user-dropdown .dropdown-menu {
	top:100%;
	left:0;
	min-width:140px;
	margin:0;
	border-color:#ecebe1;
	width:auto;
	border-top:none;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.1);
}

.header3 .user-dropdown .dropdown-menu  > li > a {
	padding:6.5px 15px 6.5px 18px;
	font-size:13px;
	text-transform: capitalize;
	border-top:1px solid #ecebe1;
}

.header3 .language-dropdown .dropdown-menu > li a:hover,
.header3 .language-dropdown .dropdown-menu > li a:focus,
.header3 .currency-dropdown .dropdown-menu > li a:hover,
.header3 .currency-dropdown .dropdown-menu > li a:focus,
.header3 .user-dropdown .dropdown-menu > li a:hover,
.header3 .user-dropdown .dropdown-menu > li a:focus {
	background-color: #e4e2d2;
	color: #7e786b;
}

.header3 .cart-dropdown  {
	margin:0;
}

.header3 .cart-dropdown .dropdown-toggle {
	padding:7px 15px 7px 16px;
	background-color: #ecebe1;
	font:13px/20px 'LatoWeb', Verdana;
	color:#7e786b;
	position: relative;
}

#header.header3 #header-top .cart-dropdown  .product-name a:hover {
	color:#f40607;
}

.header3 #header-top .cart-dropdown.open .dropdown-toggle,
.header3 #header-top .cart-dropdown:hover .dropdown-toggle{
	background-color: #e4e2d2;
	border:none;
}

.header3 .cart-dropdown:before {
	content:'';
	display:block;
	width: 100%;
	position: absolute;
	left:0;
	top:-1px;
	height:1px;
	background-color: #e4e2d2;
}
.header3 .cart-dropdown .badge {
	display:none;
}

.header3 .cart-dropdown .dropdown-menu {
	width:320px;
	margin-right:0;
	background-color: #fafafa;
	border:1px solid #ecebe1;
	margin-top:0;
}

.header3 .logo-container {
	padding:32px 0;
}

.header3 .logo a {
	color:#726c61;
}

#header.header3 #header-top .cart-dropdown .btn-custom:hover,
#header.header3 #header-top .cart-dropdown .btn-custom:focus,
#header.header3 #header-top .cart-dropdown .btn-custom:active {
	color:#fff;
}

.header3 .menu > li {
	padding:44px 0 40px;
}

.header3 .menu .megamenu {
	border:1px solid #eae9e9;
}

.header3 .menu li li a {
	border-top-color:#eae9e9;
}

.header3 .search-container {
	width:120px;
	float:right;
	margin-top:37px;
}

.header3 .search-form {
	position: relative;
	visibility: visible;
	opacity:1;
	top:0;
	left:0;
	right:0;
	background-color: transparent;
}

.header3 .search-form:after {
	display:none;
}

.header3 .search-form input {
	height:30px;
	padding:5px 30px 5px 10px;
	border:1px solid #ecebe1;
	font-size:12px;
	color:#7e786b;
}

.header3 .search-submit-btn {
	display:block;
	width:13px !important;
	height:13px !important;
	background-position: -180px -1094px;
	right:9px;
	margin-top:-6.5px;
}

.header3 .search-form input:-moz-placeholder {
	text-transform: uppercase;
	color:#7e786b;
}

.header3 .search-form input::-moz-placeholder {
	text-transform: uppercase;
	color:#7e786b;
}

.header3 .search-form input:-ms-input-placeholder {
	text-transform: uppercase;
	color:#7e786b;
}

.header3 .search-form input::-webkit-input-placeholder {
	text-transform: uppercase;
	color:#7e786b;
}

.header3 #responsive-nav {
	margin-top:42px;
}

.header3 .responsive-btn-icon {
	width:25px;
}

.header3 .responsive-btn-block {
	background: #7e7c75;
}

#sticky-header.header3 {
	background-color: #fafafa;
}

#sticky-header.header3 .search-container {
	margin-top:15px;
}

#sticky-header.header3 .search-form {
	top:0;
}


/* Header4 */
#header.header4 {
	background-color: transparent;
	border-bottom:none;
	margin-bottom: 20px;
}

#header.header4 #header-top {
	background-color: #f7f6ef;
	border-top:1px solid #ecebe1;
	border-bottom:1px solid #ecebe1;
}

.header4 .header-links li,
.header4 .header-link li {
	margin:0;
	padding:0;
	border-right:1px solid #ecebe1;
}

.header4 .header-links li a {
	display: inline-block;
	padding:5px 20px 7px;
}

.header4 .header-link li {
	display: inline-block;
	padding:4.5px 20px 6.5px;
}

.header4 .header-links li:first-child,
.header4 .header-link li {
	border-left:1px solid #ecebe1;
}

.header4 .header-links li:hover .header-links-icon.icon-account {
	background-position: -91px -1133px;
}

.header4 .header-links li:hover .header-links-icon.icon-checkout {
	background-position: -106px -1133px;
}

.header4 .header-links li:hover .header-links-icon.icon-wishlist {
	background-position: -121px -1133px;
}

.header4 .header-links li:hover .header-links-icon.icon-login {
	background-position: -136px -1133px;
}

.header4 .header-links li:hover {
	position: relative;
	background-color: #e4e2d2;
}

.header-links li:hover:before,
#header.header4  #header-top .dropdown-toggle:hover:before,
#header.header4  #header-top .dropdown-toggle:focus:before,
#header.header4  #header-top .dropdown.open > .dropdown-toggle:before {
	content:'';
	position: absolute;
	left:0;
	right:0;
	bottom:100%;
	display: block;
	height:1px;
	background-color: #e4e2d2;
}

.header4 .header-links li:hover > a {
	color:#7e786b;
}

.header4 .logo a {
	color:#726c61;
}

#header.header4  #header-top .dropdown-toggle {
	padding:7px 20px;
	border-right:1px solid #ecebe1;
	color:#7e786b;
}

#header.header4  #header-top .dropdown-toggle:hover,
#header.header4  #header-top .dropdown-toggle:focus,
#header.header4  #header-top .dropdown.open > .dropdown-toggle,
#header.header4  #header-top .dropdown:hover > .dropdown-toggle,
#header.header4  #header-top .dropdown-menu > li > a:hover,
#header.header4  #header-top .dropdown-menu > li > a:focus {
	background-color: #e4e2d2;
	color:#7e786b;
}

#header.header4  #header-top .dropdown-arrow {
	margin-left:7px;
}

.header4 #header-top .currency-dropdown .dropdown-menu,
.header4  #header-top .language-dropdown .dropdown-menu,
.header4  #header-top .user-dropdown .dropdown-menu {
	top:100%;
	min-width: calc(100% + 1px);
	left:-1px;
	border-color:#ecebe1;
}

.header4  #header-top .user-dropdown .dropdown-menu {
	min-width:100%;
	width:100%;
}

.header4 #header-top .currency-dropdown.open .dropdown-menu,
.header4  #header-top .language-dropdown.open .dropdown-menu,
.header4  #header-top .user-dropdown.open .dropdown-menu,
.header4 #header-top .currency-dropdown:hover .dropdown-menu,
.header4  #header-top .language-dropdown:hover .dropdown-menu,
.header4  #header-top .user-dropdown:hover .dropdown-menu{
	margin-top:1px;
}

.header4  #header-top .currency-dropdown .dropdown-menu > li > a,
.header4  #header-top .language-dropdown .dropdown-menu > li > a,
.header4  #header-top .user-dropdown .dropdown-menu > li > a {
	padding:6.5px 20px;
	border-top-color:#ecebe1;
}

.header4  #header-top .user-dropdown .dropdown-menu li a {
	text-transform: capitalize;
}

.header4 #header-top .dropdown .short-name {
	font-size:13px;
}

.header4 #header-top .user-dropdown {
	margin-top:0;
	border-left:1px solid #ecebe1;
}

.header4 #header-top .user-dropdown .header-links-icon {
	vertical-align: middle;
	position: relative;
	top:-3px;
}

.header4 #header-top .user-dropdown .dropdown-toggle {
	font-size:13px;
	line-height: 20px;
}

.header4 #main-nav {
	float: none;
	margin-right: 0;
}

.header4.light #main-nav {
	border:1px solid #95938c;
}

.header4.dark #main-nav {
	border:none;
	background-color: #dad6c6;
}

.header4 .menu > li {
	padding: 0;
	margin-right:30px;
}

.header4 .menu > li > a {
	padding: 15px 20px;
	position: relative;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

/* important for light meu to keep menu active on distance area */
.header4.light .menu > li.active:after,
.header4.light .menu > li:hover:after {
	content:'';
	position: absolute;
	top:100%;
	background: transparent;
	width:100%;
	/* for mega menu max balue*/
	max-width:200px;
	height:20px;
}

.header4.light .megamenu,
.header4.light .menu li > ul {
	border:1px solid #95938c;
}

.header4.light .menu li li:first-child a {
	border-top:none;
}

.header4.light .menu li a {
	color:#59554d;
}

.header4.light .menu li:hover > a {
	color:#f40607;
}

.header4.light .menu .megamenu-title {
	color:#706b61;
}

.header4.light .menu li li a {
	border-top-color:#95938c;
}

.header4.dark .megamenu {
	border:1px solid #eae9e9;
}

.header4.dark .menu > li > a {
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-radius: 0;
}

.header4.light .menu > li.active > a {
	color:#fff;
	background-color: #f40607;
}

.header4.dark .menu > li.active > a {
	background-color: #fafafa;
	border-left-color:#eae9e9;
	border-right-color:#eae9e9;
}


.header4 .menu > li.active > a:before,
.header4 .menu > li.active > a:after {
	content:'';
	display:block;
	height:1px;
	position: absolute;
	left:0;
	width:100%;
	background-color: #f40607;
	z-index:998;
}

.header4.dark .menu > li.active > a:before,
.header4.dark .menu > li.active > a:after {
	background-color: #eae9e9;
}

.header4 .menu > li.active > a:before {
	top:-1px;
}

.header4 .menu > li.active > a:after {
	top:100%;
	background-color: #f40607;
}

.header4.dark .menu > li.active > a:after {
	background-color: #fafafa;
}

.header4 .megamenu,
.header4 .menu li ul {
	margin-top:20px;
}

.header4 .active .megamenu,
.header4 .menu li.active ul {
	margin-top:0;
}

.header4.light .menu > li > .megamenu,
.header4.light .menu > li > ul {
	margin-top:40px;
}

.header4.light .menu > li.active > .megamenu,
.header4.light .menu > li.active > ul {
	margin-top:20px;
}

.header4 .logo-container {
	padding:29px 0;
}

.header4 .cart-dropdown  {
	margin:0;
}

.header-inside .right-side {
	margin:32px 0;
}

#header.header4 .cart-dropdown .dropdown-toggle {
	display:inline-block;
	background-color: #ecebe1;
	padding:7.5px 15px;
	font:13px/20px 'LatoWeb', Verdana;
	color:#7e786b;
}

#header.header4 .cart-dropdown.open .dropdown-toggle,
#header.header4 .cart-dropdown:hover .dropdown-toggle {
	background-color: #f40607;
	color:#fff;
}

.header4 .cart-dropdown .dropdown-toggle .dropdown-icon {
	display: inline-block;
	margin-right:9px;
	position: relative;
	top:2px;

}

#header.header4 .cart-dropdown:hover .dropdown-toggle .dropdown-icon,
#header.header4 .cart-dropdown.open .dropdown-toggle .dropdown-icon {
	background-position: -167px -1137px;
}

.header4 .cart-dropdown .dropdown-menu {
	right:0;
	margin-right:0;
	width:320px;
	border:1px solid #ecebe1;
	top:100%;
	margin-top:-10px;
}

.header4 .cart-dropdown.open .dropdown-menu,
.header4 .cart-dropdown:hover .dropdown-menu {
	margin-top:10px;
}

.header4 .cart-dropdown.open .dropdown-menu:before,
.header4 .cart-dropdown:hover .dropdown-menu:before {
	content:'';
	position: absolute;
	bottom:100%;
	right:0;
	left:0;
	display:block;
	width:100%;
	height:11px;
}

.header4 .search-container {
	float:right;
	width:200px;
	margin-right:7px;
	position: relative;
}

.header4 .search-form {
	position: static;
	top:auto;
	left:0;
	right:0;
	visibility: visible;
	opacity:1;
	background: transparent;
}

.header4 .search-form:after {
	display:none;
}

.header4 .search-form input {
	height:36px;
	padding:8px 30px 8px 10px;
	border:1px solid #ecebe1;
	font-size:12px;
	color:#989182;
}

.header4 .search-submit-btn {
	display:block;
	width:13px !important;
	height:13px !important;
	background-position: -180px -1094px;
	right:9px;
	margin-top:-6.5px;
}

.header4 .search-form input:-moz-placeholder {
	text-transform: uppercase;
	color:#989182;
}

.header4 .search-form input::-moz-placeholder {
	text-transform: uppercase;
	color:#989182;
}

.header4 .search-form input:-ms-input-placeholder {
	text-transform: uppercase;
	color:#989182;
}

.header4 .search-form input::-webkit-input-placeholder {
	text-transform: uppercase;
	color:#989182;
}

.header4 .header-search-btn {
	position: absolute;
	right:27px;
	top:50%;
	margin-top:-8px;
	z-index:801;
}

.header4 #responsive-nav {
	margin-top:0;
}

.header4 #responsive-btn.active .responsive-btn-text {
	color: #f40607;
}

#sticky-header.header4  .menu > li {
	padding:0 !important;
}

#sticky-header.header4.dark {
	background-color: #dad6c6;
}

#sticky-header.header4.dark #main-nav {
	background-color: transparent;
}

#sticky-header.header4.light #main-nav {
	border:none;
}

#sticky-header.header4.light {
	border-bottom:1px solid #95938c;
}

#sticky-header.header4.light .menu > li > .megamenu,
#sticky-header.header4.light .menu > li > ul {
	margin-top:20px;
}

#sticky-header.header4.light .menu > li.active > .megamenu,
#sticky-header.header4.light .menu > li.active > ul {
	margin-top:0;
}

#sticky-header.header4.light .menu > li {
	margin-right:0;
}

#sticky-header.header4.light .menu > li  {
	border-right:1px solid #95938c;
}

#sticky-header.header4.light .menu > li:first-child > a {
	border-left:1px solid #95938c;
}


/* Header5 */
#header.header5.absolute,
#header.header5.absolute,
#header.header5.light.absolute,
#header.header5.dark.absolute{
	position: absolute;
	z-index:8000;
	top:20px;
	left:0;
	right:0;
	z-index:;
	background-color: transparent;
	border:none;
}

.header5.light {
	border-top:1px solid #e1e0dd;
	border-bottom:1px solid #e1e0dd;
	background-color: #f6f5f0;
}


.header5.dark {
	border-top:1px solid #45433c;
	border-bottom:1px solid #45433c;
	background-color: #49473f;
}

.header5 .logo-container {
	padding:33px 0;
}

.header5 .logo {
	font:20px/1 'source_code_proregular', Verdana, sans-serif;
	text-transform: capitalize;
}

.header5 .logo a {
	color:#868176;
}

.header5.dark .logo a {
	color:#fff;
}

#header.header5 .right-side-wrapper {
	padding:33.5px 0;
}

.header5 .menu > li {
	padding:34px 0;
}

.header5.dark .menu > li > a {
	color:#fff;
}

.header5 .menu > li > a {
	text-transform: lowercase;
}

.header5.dark .cart-dropdown .dropdown-icon {
	background-position: -167px -1137px;
}

.header5.dark .cart-dropdown:hover .dropdown-icon,
.header5.dark .cart-dropdown:focus .dropdown-icon,
.header5.dark .cart-dropdown.open .dropdown-icon {
	background-position: -167px -1153px;
}

.header5.dark .user-dropdown .dropdown-icon {
	background-position: -183px -1137px;
}

.header5.dark .user-dropdown:hover .dropdown-icon,
.header5.dark .user-dropdown:focus .dropdown-icon,
.header5.dark .user-dropdown.open .dropdown-icon {
	background-position: -183px -1153px;
}

.header5.dark .header-search-btn {
	background-position: -199px -1137px;
}

.header5 .cart-dropdown > .dropdown-menu,
.header5 .user-dropdown .dropdown-menu {
	margin-top:58px;
}

.header5 .cart-dropdown.open > .dropdown-menu,
.header5 .user-dropdown.open > .dropdown-menu,
.header5 .cart-dropdown:hover > .dropdown-menu,
.header5 .user-dropdown:hover > .dropdown-menu  {
	margin-top:38px;
}

.header5.absolute .cart-dropdown > .dropdown-menu,
.header5.absolute .user-dropdown .dropdown-menu {
	margin-top:50px;
}

.header5.absolute .cart-dropdown.open > .dropdown-menu,
.header5.absolute .user-dropdown.open > .dropdown-menu,
.header5.absolute .cart-dropdown:hover > .dropdown-menu,
.header5.absolute .user-dropdown:hover > .dropdown-menu  {
	margin-top:30px;
}

.header5 .search-form {
	top:22px;
}

.header5.absolute .search-form {
	top:-20px;
}

.header5.dark .search-form {
	background: #49473f;
}

.header5 .search-form:after {
	display: none;
}

.header5.dark .search-form input {
	color: #dedcd7;
}

.header5.dark .search-form input:-moz-placeholder {
	color:#dedcd7;
}

.header5.dark .search-form input::-moz-placeholder {
	color:#dedcd7;
}

.header5.dark .search-form input:-ms-input-placeholder {
	color:#dedcd7;
}

.header5.dark .search-form input::-webkit-input-placeholder {
	color:#dedcd7;
}

.header5 .search-form input {
	height:46px;
	padding:13px 45px 13px 0;
	border:none;
}

.header5 .search-close-btn {
	top:50%;
	margin-top:-8px;
	right:15px;
	background-position: -75px -1056px;
}

.header5.dark .cart-dropdown .dropdown-menu {
	background-color: #49473f;
}

.header5.dark .cart-dropdown .cart-desc,
.header5.dark .product-name a,
.header5.dark .cart-dropdown .action-info-container li {
	color:#f2efe9;
}

.header5.dark .product-image-container {
	border:none;
}

.header5.dark .product-price,
.header5.dark .cart-dropdown .action-info-container li .first-color {
	color:#ff2c5e;
}

.header5.dark .product-old-price {
	color:#c3c3c3;
}

.header5.dark .btn-custom-5 {
	color:#fff;
}

.header5.dark .btn-custom {
	background-color: #a49f8c;
}

.header5.dark .btn-custom:hover,
.header5.dark .btn-custom:focus,
.header5.dark .btn-custom:active {
	background-color: #f40607;
}

.header5.dark .cart-dropdown .product .delete-btn {
	width:18px;
	height:18px;
	background-position: -181px -1056px;
}

.header5.dark .cart-dropdown .product .delete-btn:hover {
	background-position: -199px -1056px;
	background-color: #f40607;
}

.header5.dark .user-dropdown .dropdown-menu li a,
.header5.dark .menu li li a {
	background-color: #49473f;
	color: #f2efe9;
	border-top-color:#45433c;
}


.header5.dark .menu li li:first-child a,
.header5.dark .user-dropdown .dropdown-menu,
.header5.dark .user-dropdown .dropdown-menu li ul,
.header5.dark .menu li ul {
	border:none;
}

.header5 .user-dropdown .dropdown-menu li ul,
.header5 .menu li ul,
.header5 .megamenu {
	margin-top:20px;
}

.header5 .user-dropdown .dropdown-menu li:hover > ul,
.header5 .menu li.active > ul,
.header5 .menu li.active > .megamenu {
	margin-top:0;
}

.header5.dark .dropdown-value {
	color: #fefefe;
}

.header5.dark .user-dropdown .dropdown-menu > li a:hover,
.header5.dark .user-dropdown .dropdown-menu > li a:focus,
.header5.dark .menu li li:hover > a {
	background-color: #f40607;
	color: #f2efe9;
}

.header5.dark .megamenu {
	background-color: #49473f;
	border:none;
}

.header5.dark .menu .megamenu a {
	background-color: transparent;
	color:#f2efe9;
}

.header5.dark .menu .megamenu li a {
	color:#d4d2cd;
}

.header5.dark .menu .megamenu li:hover > a,
.header5.dark .menu .megamenu li a:hover  {
	background-color: transparent;
	color:#fff;
}

#sticky-header.header5 .logo-container {
	padding:20px 0 !important;
}

#sticky-header.header5.dark {
	background-color: #49473f;
}

#sticky-header.header5 .search-form {
	top:8px;
}

.header5 #responsive-nav {
	margin-top:38px;
}

.header5.dark .responsive-btn-block {
	background:#f9f9f9;
	margin-bottom:5px;
}

.header5.dark #responsive-btn:hover .responsive-btn-block,
.header5.dark  .active .responsive-btn-block {
	background: #fff;
}

.header5.dark #responsive-menu-container {
	border:none;
}
.header5.dark .responsive-menu li a,
.header5.dark #responsive-menu-container .user-dropdown .dropdown-menu li a {
	border-bottom-color: #45433c;
	background: #49473f;
	color:#f2efe9;
}

.header5.dark .responsive-menu li.open > a:after,
.header5.dark .responsive-menu li.open > a:before {
	display: none;
}

.header5.dark .responsive-menu .megamenu ul {
	border-bottom-color: #45433c;
	background: #49473f;
}

.header5.dark .responsive-menu li:hover > a,
.header5.dark .responsive-menu li.open > a {
	color:#fff;
	background: #f40607;
}

.header5.dark .responsive-menu .megamenu .megamenu-title:hover,
.header5.dark .responsive-menu .megamenu li:hover > a {
	color:#f40607;
	background: transparent;
}

/* Header6 */
#header.header6 {
	background-color: #fafafa;
	border-bottom:none;
	margin-bottom: 0;
}

.header6 .logo-container {
	text-align: center;
	padding:45px 0;
}

.header6 .logo a {
	color:#726c61;
}

#header-bottom {
	background-color: #aea995;
}

#header-bottom .header-links li a,
#header-bottom .header-link li a {
	color:#ffffff;
}

#header-bottom .header-links {
	margin:3px 0 3px -12px;
	padding:0 12px;
	transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
}

#header-bottom .header-links li {
	padding:3px 0;
}

#header-bottom .header-links:hover {
	background-color: #f4f3e9;
}

#header-bottom .header-links li:before {
	display:none;
}

#header-bottom .header-links:hover li a,
#header-bottom .header-link li a:hover {
	color:#f40607;
}

#header-bottom .header-links-icon.icon-account {
	background-position: -15px -1151px;
}

#header-bottom .header-links-icon.icon-checkout {
	background-position: -30px -1151px;
}

#header-bottom .header-links-icon.icon-wishlist {
	background-position: -45px -1151px;
}

#header-bottom .header-links-icon.icon-login {
	background-position: -60px -1151px;
}

#header-bottom .header-links-icon.icon-fav {
	background-position: 0 -1151px;
}

#header-bottom .header-links:hover .header-links-icon.icon-account {
	background-position: -91px -1151px;
}

#header-bottom .header-links:hover .header-links-icon.icon-checkout {
	background-position: -106px -1151px;
}

#header-bottom .header-links:hover .header-links-icon.icon-wishlist {
	background-position: -121px -1151px;
}

#header-bottom .header-links:hover .header-links-icon.icon-login {
	background-position: -136px -1151px;
}

#header-bottom .header-search-btn {
	display:inline-block;
	width:auto;
	height:auto;
	background-image: none;
	padding-left:20px;
	position: relative;
	font:13px/20px 'LatoWeb', Verdana;
	color:#fff;
	margin:7px 0;
}

#header-bottom .header-search-btn:after {
	content:'';
	background-image: url('../images/sprites/sprite.png');
	background-position: -137px -1120px;
	background-repeat: no-repeat;
	width:13px;
	height:13px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-6.5px;
}

#header-bottom .container {
	position: relative;
}

#header-bottom .search-form {
	top:0;
	left:15px;
	right:15px;
	background: #aea995;
	padding:8px 0;
	line-height: 0;
	width:auto;
}

#header-bottom .search-form input {
	height:18px;
	line-height: 16px;
	border-left:1px solid #fff;
	color:#fff;
	font-size:14px;
	padding:1px 23px 1px 10px;
}

#header-bottom .search-form input:-moz-placeholder {
	color:#fff;
}

#header-bottom .search-form input::-moz-placeholder {
	color:#fff;
}

#header-bottom .search-form input:-ms-input-placeholder {
	color:#fff;
}

#header-bottom .search-form input::-webkit-input-placeholder {
	color:#fff;
}

#header-bottom .search-form:after {
	height:18px;
	right:24px;
	top:8px;
	background-color: #fff;
}

#header-bottom .search-close-btn {
	width:13px;
	height:13px;
	top:11px;
	background-position: -150px -1120px;
}

#header-bottom .dropdown-icon {
	display:inline-block;
	top:2px;
	margin-right: 7px;
}

#header-bottom .cart-dropdown .dropdown-icon {
	background-position: -217px -1056px;
}

#header-bottom .cart-dropdown.open .dropdown-icon,
#header-bottom .cart-dropdown:hover .dropdown-icon {
	background-position: -155px -1056px;
}

#header-bottom .user-dropdown,
#header-bottom .cart-dropdown {
	margin-top:0;
}

#header-bottom .dropdown-toggle {
	font:13px/34px 'LatoWeb', Verdana, sans-serif;
	color:#fff;
	border:none;
}

#header-bottom .dropdown:hover .dropdown-toggle,
#header-bottom .dropdown.open .dropdown-toggle {
	color:#7e7b72;
	background-color: #fafafa;
}

#header-bottom .dropdown.cart-dropdown .dropdown-toggle {
	padding:0 20px;
}

#header-bottom .dropdown.currency-dropdown .dropdown-toggle {
	padding:0 17px;
	min-width:100px;
}

#header-bottom .cart-dropdown .dropdown-menu {
	width:320px;
}

#header-bottom .dropdown-menu {
	margin-top:-5px;
}

#header-bottom .dropdown:hover .dropdown-menu,
#header-bottom .dropdown.open .dropdown-menu {
	margin-top:0;
}

#header-bottom .currency-dropdown.dropdown:hover .dropdown-toggle,
#header-bottom .currency-dropdown.dropdown.open .dropdown-toggle {
	color:#7e786b;
}

#header-bottom .currency-dropdown .dropdown-menu,
#header-bottom .language-dropdown .dropdown-menu {
	top:0;
	left:0;
	min-width:110px;
	border:none;
}

#header-bottom .language-dropdown .dropdown-menu {
	min-width:122px;
}

#header-bottom .currency-dropdown .dropdown-menu > li > a,
#header-bottom .language-dropdown .dropdown-menu > li > a {
	padding:7px 17px;
	background-color: #fafafa;
	border-top-color:#efe9dd;
}

#header-bottom .language-dropdown .dropdown-menu > li > a  {
	padding:7px 15px 7px 16px;
}

#header-bottom .dropdown.language-dropdown .dropdown-toggle {
	padding:0 16px;
	min-width:91px;
}

#header-bottom .dropdown .dropdown-toggle > .short-name {
	color:#fff;
	font-size:14px;
}

#header-bottom .language-dropdown .dropdown-menu > li:first-child > a > img {
	display:block;
}

#header-bottom .language-dropdown .dropdown-menu > li:first-child > a > .short-name {
	display:inline;
}

.header6 .menu > li {
	padding:55px 0;
}

.header6 .menu > li > ul {
	margin-top:14px;
}

.header6 .menu > li.active > ul {
	margin-top:34px;
}

.header6 .menu > li.active:after {
	content:'';
	position: absolute;
	top:100%;
	left:0;
	display:block;
	width:100%;
	height:34px;
	z-index:99;
}

.header6 #responsive-nav {
	margin:0;
}

.header6 #responsive-btn {
	position: absolute;
	right:5px;
	top:-84.5px;
}

#header-bottom .dropdown .dropdown-menu > li:hover > a,
.header6 .menu li:hover > a,
.header6 .megamenu ul a:hover,
.header6 .megamenu-title:hover {
	color:#f40607;
}

#sticky-header.header6 .menu > li > ul {
	margin-top:-20px;
}

#sticky-header.header6 .menu > li.active > ul {
	margin-top:0;
}

.header6 #responsive-btn {
	padding:10px;
}

.header6 #responsive-btn.active {
	background-color: #f40607;
}

.header6 .responsive-btn-icon {
	width:30px;
}

.header6 .responsive-btn-block {
	background-color: #6d6b64;
	margin-bottom:8px;
}

.header6 #responsive-btn.active .responsive-btn-block {
	background-color: #fff;
}

.header6 #responsive-menu-container {
	margin-top:34px;
}

.header6 .responsive-menu > li > a,
.header6 .responsive-menu li.open > a,
.header6 .responsive-menu li.open:hover > a,
.header6 .responsive-menu li.open > a:after,
.header6 .responsive-menu li.open > a:before {
	background-color: #f7f6ec;
	color:#6f6a60 !important;
}

.header6 .responsive-menu li a:hover {
	color:#f40607 !important;
}

.header6 #responsive-menu-container .open > .menu-btn-wrapper > .menu-btn {
	background-position: -91px -1110px
}

.header6 .responsive-menu .megamenu .open > a {
	background-color: #e6dfd1;
	color:#6f6a60;
}

#header-bottom .user-dropdown {
	margin-left:-10px;
	margin-right:0;
}

#header-bottom .user-dropdown .dropdown-toggle {
	padding:0 10px;
}

#header-bottom .user-dropdown .dropdown-toggle .header-links-icon {
	margin-bottom:-3px;
}

#header-bottom .user-dropdown:hover .dropdown-toggle .header-links-icon.icon-account,
#header-bottom .user-dropdown.open .dropdown-toggle .header-links-icon.icon-account,
#header-bottom .user-dropdown .dropdown-menu .header-links-icon.icon-account {
	background-position: -91px -1133px;
}

#header-bottom .user-dropdown .dropdown-menu {
	max-width:160px;
	border-color:#ecebe1;
	right:auto;
	left:0;
	border-top:none;
	box-shadow: 0 3px 2px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0, 0.15);
}

#header-bottom .user-dropdown .dropdown-menu li a {
	padding: 5.5px 10px;
	text-transform: capitalize;
	font-size:15px;
}

#header-bottom .user-dropdown .dropdown-menu .header-links-icon {
	margin-bottom:-2px;
}

#header-bottom .user-dropdown .dropdown-menu .header-links-icon.icon-checkout {
	background-position: -106px -1133px;
}

#header-bottom .user-dropdown .dropdown-menu .header-links-icon.icon-wishlist {
	background-position: -121px -1133px;
}

#header-bottom .user-dropdown .dropdown-menu .header-links-icon.icon-login {
	background-position: -136px -1133px;
}

#header-bottom .user-dropdown .dropdown-menu > li a,
#header-bottom .user-dropdown .dropdown-menu > li a:hover,
#header-bottom .user-dropdown .dropdown-menu > li a:focus {
	background-color: #fafafa;
}

/* =============================================
---------------------  4.Product ---------------
==============================================*/

.owl-carousel .product {
	padding: 0 15px;
}

.widget .owl-carousel .product {
	padding: 0;
}

.product.product4 {
	position: relative;
}

.product.product6 {
	margin-bottom:27px;
}

.product.product3 .product-meta,
.product.product6 .product-meta {
	position: relative;
}

.product.product6 .product-meta {
	padding-bottom:30px;
}

.product.product6:hover {
	background: #cbc6b2;
	box-shadow: 0 0 0 20px #cbc6b2;
	-webkit-box-shadow: 0 0 0 20px #cbc6b2;
}

.product.product4 .product-meta {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3 ease-in;
	visibility:hidden;
}

.product.product4:hover .product-meta {
	opacity:1;
	visibility:visible;
}

.product.product4 .product-meta .product-meta-inner {
	position: absolute;
	bottom:0;
	left:0;
	padding:20px;
	width:100%;
}

.product.product4.dark .product-meta {
	background-color: rgba(0,0,0, 0.4);
}

.ie8 .product.product4.dark .product-meta {
	background:url('../images/ie8/darkbg.png') repeat;
}

.product.product4.light .product-meta {
	background-color: rgba(235, 235, 235, 0.9);
}

.ie8 .product.product4.light .product-meta {
	background:url('../images/ie8/lightbg.png') repeat;
}


.product-image-container {
	border:1px solid #e6dfd1;
	position: relative;
	padding:5px;
}

.product.product6:hover .product-image-container {
	border-color:transparent;
}

.product-image-container > a {
	display: block;
}

.product-image-container img {
	width:100%;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}

.product-top {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
	perspective:600px;
	-webkit-perspective:600px;
}

.product-image-hover {
	position: absolute;
	left:0;
	top:0;
	z-index:9;
	opacity:0;
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	-moz-transform:scale(0.85);
	-ms-transform:scale(0.85);
	-o-transform:scale(0.85);
	visibility: hidden;
}

.product:hover .product-image {
	opacity:0;
	transform:scale(0.85);
	-webkit-transform:scale(0.85);
	-moz-transform:scale(0.85);
	-ms-transform:scale(0.85);
	-o-transform:scale(0.85);
	visibility:hidden;
}

.product.product4:hover .product-image {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	visibility:visible;
}

.product:hover .product-image-hover {
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	visibility:visible;
}
.products-wrapper {
	z-index: 9;
}
.products-wrapper .mas_info {
    position: absolute;
		top: 99%;
    left: 15px;
    width: calc( 100% - 30px);
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all .15s ease-out 0s;
		z-index: 99;
}
.products-wrapper:hover .mas_info {
    height: 60px;
    padding-top: .5rem;
    padding-bottom: 0;
    border: 1px solid #dedede;
    border-top: 0;
}
.mas_info .btn-custom-5{
	text-transform: none;
}
.products-wrapper:hover {
	z-index: 99;
}
.product h2.product-name{
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-name {
	font:15px/17px 'LatoWebBold', sans-serif;
	color:#848079;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 9px;
}
.product-detail .product-name {
	font:16px/18px 'LatoWebBold', sans-serif;
	margin-bottom:5px;
}
.product-detail .product-price {
	font-size: 26px;
}
.product-detail .producto-description {
	font-size: 12px;
}
.product-name.text-left {
	text-align: left;
	margin-bottom:18px;
}

.product-name.text-right {
	text-align: right;
	margin-bottom:18px;
}

.product-name a {
	color:#848079;
}

.product-name a:hover {
	color:#f40607;
}

.product.product3 .product-name {
	margin-right:90px;
	line-height:22px;
	margin-bottom:9px;
}

.product.product4 .product-name {
	margin-bottom:7px;
	line-height:22px;
}

.product.product4.dark .product-name,
.product.product4.dark .product-name a {
	color:#fff;
}

.product.product4.light .product-name,
.product.product4.light .product-name a {
	color:#58554e;
}

.product.product4.dark .product-name a:hover,
.product.product4.light .product-name a:hover {
	color:#f40607;
}

.product.product6 .product-name {
	text-transform: capitalize;
	margin-bottom:12px;
	/*font-family: 'LatoWeb', Verdana;*/
}

.product.product6:hover .product-name {
	color:#646057;
}

.product-price-container {
	text-align: center;
	/*font-family: 'LatoWeb', Verdana;*/
	font-size:0;
}

.product-price-container.text-left {
	text-align: left;
	margin-bottom:12px;
}

.product-price-container.text-right {
	text-align: right;
	margin-bottom:12px
}

.product.product4 .product-price-container {
	margin-bottom:15px;
}

.product.product6 .product-price-container {
	position: relative;
	z-index:13;
}

.product-old-price {
	text-decoration: line-through;
	color:#999999;
	margin-right: 14px;
	font-size:15px;
	line-height: 17px;
}

.product-price {
	color:#f40607;
	font-size:15px;
	line-height: 17px;
}

.product.product3 .product-price-container {
	float:right;
	text-align:right;
	margin-bottom:0;
}

.product.product3 .product-old-price,
.product.product3 .product-price {
	display:block;
	margin-right:0;
}

.product.product3 .product-old-price {
	margin-bottom:6px;
}

.product.product4.dark .product-old-price {
	color:#fff;
}

.product.product4.light .product-old-price {
	color:#58554e;
}

.product.product6:hover .product-old-price {
	color:#fff;
}

.product-top  .product-action-container {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:11;
	margin:0;
	transition:all 0.25s ease-in;
	-webkit-transition:all 0.25s ease-in;
	-moz-transition:all 0.25s ease-in;
	-ms-transition:all 0.25s ease-in;
	-o-transition:all 0.25s ease-in;
	transform:rotateX(120deg);
	-webkit-transform:rotateX(120deg);
	-moz-transform:rotateX(120deg);
	-ms-transform:rotateX(120deg);
	transform-origin: bottom;
	-webkit-transform-origin: bottom;
}

.product.product3 .product-top  .product-action-container {
	background-color: rgba(251,250,244, 0.8);
	padding:9.5px 0;
	text-align: center;
	box-shadow: 0 -1px 1px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0, 0.1);
	border:1px solid #e6dfd1;
	border-top:none;
	font-size:0;
}

.product:hover .product-top  .product-action-container {
	transform:rotateX(0);
	-webkit-transform:rotateX(0);
	-moz-transform:rotateX(0);
	-ms-transform:rotateX(0);
	-o-transform:rotateX(0);
}

.product-top  .product-action-wrapper {
	position: relative;
	width:100%;
	height:36px;
	display: table;
	white-space: nowrap;
}

.product-view-btn,
.product-add-btn {
	display:inline-block;
	font:14px/16px 'LatoWeb', sans-serif;
	border:1px solid #cbc6b5;
	color:#898678;
	padding:9px 32px;
	text-transform: uppercase;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
	vertical-align: middle;
}

.product.product2 .product-add-btn  {
	transition-duration:0s;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	-ms-transition-duration:0s;
	-o-transition-duration:0s;
}

.product-add-btn.responsive {
	border:none;
	padding:0;
}

.product-action-wrapper .product-add-btn {
	background-color: #aea995;
	color:#fff;
	display:table-cell;
	text-align: center;
	padding:0;
	border:none;
}

.product.product3 .product-add-btn {
	padding:9px 5px;
	min-width:100px;
	background-color: #f40607;
	border-color:#f40607;
	color:#fff;
	float:left;
	text-align: center;
}

.product.product3 .product-add-btn.responsive {
	border:1px solid #f40607;;
}

.product.product3 .product-view-btn {
	padding:9px 5px;
	min-width:100px;
	background-color: #cbc6b5;
	border-color:#cbc6b5;
	color:#fff;
	float:right;
	text-align: center;
}

.product.product4 .product-add-btn {
	padding:9px 14px;
	min-width:125px;
	background-color: #f40607;
	border-color:#f40607;
	color:#fff;
	float:left;
	text-align: center;
}

.product.product5 .product-add-btn {
	padding:9px 35px;
	min-width:125px;
	background-color: #dfdac8;
	border-color:#dfdac8;
	color:#fff;
	float:left;
	text-align: center;
}


.product.product6 .product-add-btn {
	padding:9px 35px;
	min-width:125px;
	background-color: #f40607;
	border-color:#f40607;
	color:#fff;
	float:left;
	text-align: center;
}

.product.product4 .product-add-btn.responsive,
.product.product5 .product-add-btn.responsive,
.product.product6 .product-add-btn.responsive  {
	padding:0;
	min-width:0;
}

.product-add-btn.responsive .add-btn-text,
.product-action-wrapper .product-add-btn.responsive  .add-btn-text {
	display: none;
}

.product-action-wrapper .product-add-btn .product-btn,
.product-add-btn .product-btn {
	background-color: transparent;
	display:none;
}

.product-action-wrapper .product-add-btn .product-btn {
	border-left:none;
}

.product-add-btn.responsive .product-btn {
	display:inline-block;
}

.product-add-btn .product-btn:hover,
.product-add-btn .product-btn:active,
.product-add-btn:hover,
.product-add-btn:active {
	background-color:#f40607;
	border-color: #f40607;
	color:#fff;
}

.product-action-wrapper .product-add-btn:hover,
.product-action-wrapper .product-add-btn:active {
	background-color:#f40607;
	color:#fff;
}

.product.product3 .product-add-btn:hover,
.product.product3 .product-add-btn:hover {
	background-color: #cbc6b5;
	border-color:#cbc6b5;
	color:#fff;
}

.product.product3 .product-view-btn:hover,
.product.product3 .product-view-btn:hover {
	background-color: #f40607;
	border-color:#f40607;
	color:#fff;
}

.product.product4 .product-add-btn:hover,
.product.product4 .product-add-btn:hover {
	background-color: #cbc6b5;
	border-color:#cbc6b5;
}

.product.product5 .product-add-btn:hover,
.product.product5 .product-add-btn:hover {
	background-color: #f40607;
	border-color:#f40607;
}

.product.product6 .product-add-btn:hover,
.product.product6 .product-add-btn:hover {
	background-color: #a49f8c;
	border-color:#a49f8c;
}


.product-btn {
	display:inline-block;
	width:36px;
	vertical-align: middle;
	height:36px;
	max-height:36px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:1px solid #cbc6b5;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	-o-transition: all 0.35s;
}

.product-action-wrapper .product-btn {
	display:table-cell;
	background-color: #cbc6b2;
	border:none;
	border-left:1px solid #e6dfd1;
	max-width:41px;
	width:41px;
}

.product.product3 .product-btn {
	width:41px;
	height:36px;
	border:none;
	border-right:1px solid #e1ded3;
	border-left:1px solid #e1ded3;
	background-color: #cbc6b5;
	margin:0 10px;
}

.product.product4 .product-btn {
	border-color:#cbc6b5;
	background-color: #cbc6b5;
}

.product.product6 .product-btn {
	border-color:#fff;
}

.product.product3 .product-btn:first-child {
	margin-left:0;
}

.product.product3 .product-btn:last-child {
	margin-right:0;
}

.product.product3 .product-absolute-action-container {
	position: absolute;
	top:100%;
	margin-top:-25px;
	left:0;
	width:100%;
	visibility:hidden;
	opacity:0;
	transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	-ms-transition: all 0.35s ease-in;
	-moz-transition: all 0.35s ease-in;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
}

.product.product3:hover .product-absolute-action-container {
	visibility:visible;
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}

.product.product6 .product-absolute-action-container {
	position: absolute;
	top:auto;
	left:0;
	margin-top:15px;
	width:100%;
	visibility:hidden;
	opacity:0;
	z-index:12;
	background-color: #cbc6b2;
	box-shadow: 0 0 0 20px #cbc6b2;
	-webkit-box-shadow: 0 0 0 20px #cbc6b2;
}

.product.product6:hover .product-absolute-action-container {
	visibility:visible;
	opacity:1;
}

.product-action-wrapper .product-btn.product-search,
.product-action-wrapper .product-btn.product-search:hover,
.product-action-wrapper .product-btn.product-search:active {
	background-position: 0 -76px;
}

.product-action-wrapper .product-btn.product-favorite,
.product-action-wrapper .product-btn.product-favorite:hover,
.product-action-wrapper .product-btn.product-favorite:active {
	background-position: -40px -76px;
}

.product-action-wrapper .product-btn.product-compare,
.product-action-wrapper .product-btn.product-compare:hover,
.product-action-wrapper .product-btn.product-compare:active {
	background-position: -80px -76px;
}

.product-action-wrapper .product-btn.product-cart,
.product-action-wrapper .product-btn.product-cart:hover,
.product-action-wrapper .product-btn.product-cart:active {
	background-position: -120px -76px;
}


.product-btn.product-favorite {
	background-position: -160px -76px;
	border-radius: 25px;
}
.product-btn.product-favorite:hover {
background-color: #f40607;
border-color: #f40607;
}

.product-btn.product-compare {
	background-position: -262px -76px;
}

.product-btn.product-cart {
	background-position: -296px -76px;
}

.product-btn.product-favorite:hover,
.product-btn.product-favorite:active {
	background-position: -194px -76px;
}

.product-btn.product-compare:hover,
.product-btn.product-compare:active {
	background-position: -228px -76px;
}

.product-btn.product-cart:hover,
.product-btn.product-cart:active {
	background-position: -330px -76px;
}

.product.product6 .product-btn {
	background-color: #fff;
}

.product.product6 .product-btn.product-cart {
	border-color:#f40607;
	background-color: #f40607;
}

.product.product6 .product-btn.product-cart,
.product.product6 .product-btn.product-cart:hover,
.product.product6 .product-btn.product-cart:active {
	background-position: -330px -76px;
}

.product.product6 .product-btn.product-cart:hover,
.product.product6 .product-btn.product-cart:active {
	border-color:#a49f8c;
	background-color: #a49f8c;
}

.product.product3 .product-btn.product-wishlist {
	background-position: 0 -112px;
}

.product.product3 .product-btn.product-favorite {
	background-position: -39px -112px;
}

.product.product3 .product-btn.product-compare {
	background-position: -78px -112px;
}

.product.product4 .product-btn.product-favorite {
	background-position: -194px -76px;
}

.product.product4 .product-btn.product-compare {
	background-position: -228px -76px;
}

.product-action-inner {
	float:right;
	font-size:0;
}

.product.product2 .product-action-inner {
	display:none;
}

.product.product2:hover .product-action-inner  {
	display:block;
	-webkit-animation: showaction  0.3s;
    animation: showaction 0.3s;
}

@-webkit-keyframes showaction {
    from {
		opacity:0;
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
    }
    to {
    	opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(01);
    }
}

@keyframes showaction {
    from {
		opacity:0;
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
    }
    to {
    	opacity:1;
		transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(01);
    }
}

.product.product4 .product-action-inner {
	float:left;
	margin-left:16px;
}

.product-action-inner .product-btn {
	margin-left:10px;
}

.product-action-inner .product-btn:first-child {
	margin-left:0;
}

.product-btn:hover,
.product-btn:active {
	background-color: #cbc6b5;
	border-color:#cbc6b5;
}

.product-action-wrapper .product-btn:hover,
.product-action-wrapper .product-btn:active {
	background-color:#f40607;
	border-left-color:#fff;
}

.product.product3 .product-btn:hover,
.product.product3 .product-btn:active {
	background-color: #f40607;
	border-left-color:#f40607;
}

.product.product4 .product-btn:hover,
.product.product4 .product-btn:active {
	border-color:#f40607;
	background-color: #f40607;
}


.product.product6 .product-btn:hover,
.product.product6 .product-btn:active {
	border-color:#f40607;
	background-color: #f40607;
}

.new-box,
.hot-box,
.discount-box,
.outofstock-box,
.new-box-bg,
.hot-box-bg,
.discount-box-bg,
.outofstock-box-bg {
	font:16px/16px 'LatoWeb', Verdana, sans-serif;
	display: inline-block;
	min-width: 58px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	z-index:10;
	padding:4px 0;
}

.discount-box,
.hot-box {
	color:#f40607;
	border:1px solid #f40607;
}

.discount-box-bg,
.hot-box-bg {
	color:#fff;
	background: #f40607;
	border:1px solid #f40607;
}

.new-box {
	color:#f40607;
	border:1px solid #f40607;
}

.new-box-bg {
	color:#fff;
	background:#f40607;
	border:1px solid #f40607;
}

.outofstock-box,
.outofstock-box-bg {
	min-width:80px;
	font-size:14px;
	line-height:1;
	color:#9a988a;
	border:1px solid #9a988a;
	padding:3px 0;
}

.outofstock-box-bg {
	color:#fff;
	background:#9a988a;
	border:1px solid #9a988a;
}

.outofstock-box-bg.light {
	border-color:#d8d2c5;
	background-color: #d8d2c5;
}

.outofstock-box > span,
.outofstock-box-bg > span {
	display: block;
}

.top-left {
	top: 10px;
	left:10px;
}

.top-right {
	top:10px;
	right:10px;
}

.bottom-left {
	bottom: 10px;
	left:10px;
}

.bottom-right {
	bottom: 10px;
	right:10px;
}

.ratings {
	width:96px;
	height:20px;
	display:inline-block;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -148px;
}

.ratings .ratings-result {
	height:20px;
	background-image: url('../images/sprites/sprite.png');
	background-position: 0 -168px;
}

.ratings-amount {
	color:#ccc;
	font-size:14px;
	line-height:16px;
	white-space:nowrap;
}

.product.product3 .ratings-container {
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	visibility:visible;
	opacity:1;
}

.product.product3:hover .ratings-container {
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	visibility:hidden;
}


/* product.html */
# {
	/*position: relative;
	margin-bottom: 80px;
	min-height: 500px !important;
	overflow: hidden;*/
}

#.dark {
	color:#fff;
}

# .carousel-container {
	/* border-bottom:1px solid #e6dfd1; */
}

#.light.reverse .carousel-container,
#.dark .carousel-container  {
	border-top:1px solid #e6dfd1;
}

# .carousel-container .col-sm-6 {
	padding-right: 0;
}

#.reverse .carousel-container .col-sm-6 {
	padding-left: 0;
	padding-right:15px;
}

.product-single-carousel img {
	/* border-right:1px solid #e6dfd1; */
	margin-bottom:0;
}

#.dark img {
	/* border-right:1px solid #e6dfd1; */
}

# > div.carousel-container > div > div:nth-child(1) > div > div > div.bx-viewport > div > div:nth-child(1),
# > div.carousel-container > div > div:nth-child(1) > div > div > div.bx-viewport > div > div:nth-child(3), {
	visibility:hidden !important;
}

.sidebg {
	position: absolute;
	top:0;
	height: 100%;
	z-index:600;
	border-bottom:1px solid #e6dfd1;
}

#.dark .sidebg {
	border-top:1px solid #e6dfd1;
	border-bottom:1px solid #e6dfd1;
}

.sidebg.left {
	left:0;
	border-left:none !important;
}

.sidebg.right {
	right:0;
	border-right:none !important;
}

.sidebg.middle {
	left:50%;
}

.product-single-meta-container {
	width:100%;
	/* Mayte: quitado problema version movil height: 100%;*/
	z-index:600;
}

.product-single-meta-container > .container,
.product-single-meta {
	/* Mayte: quitado problema version movil height:100%; */
}

.product-single-meta {
	padding-left:30px;
	padding-top:5px;
}

.light .product-single-meta,
.dark .product-single-meta {
	/*padding-right:65px; eliminado por la version movil*/
}

.product-single-meta .product-name {
	font-size:20px;
	text-align: left;
	margin-bottom: 7px;
	line-height: normal;
}

#.dark .product-name {
	color:#fff;
}

.product-single-meta .product-price-container {
	text-align: left;
}

.product-single-meta  .product-old-price,
.product-single-meta  .product-price {
	font-size:18px;
	line-height: 28px;
}

.product-single-meta .ratings,
.product-single-meta .ratings-amount,
.product-single-meta .add-rating {
	font-size:13px;
	line-height: 13px;
	color:#a7a091;
	vertical-align: middle;
}

#.dark .product-single-meta .ratings,
#.dark .product-single-meta .ratings-amount,
#.dark .product-single-meta .add-rating {
	color:#fff;
}

.product-single-meta .add-rating:hover,
#.dark .product-single-meta .add-rating:hover {
	color:#f40607;
}

.product-single-meta .ratings-amount {
	margin-left:10px;
}

.product-single-meta .separator {
	margin:0 8px;
}

.product-single-meta ul {
	padding-top:3px;
	margin-bottom:20px;
}

.product-single-meta ul li {
	line-height: 20px;
}

.product-single-meta p {
	margin-bottom:30px;
	/*padding-right:20px; eliminado version movil*/
}

.filter-box {
	font-size:0;
	margin-bottom: 20px;
}

.filter-box .row {
	margin-left:-6px;
	margin-right:-6px;
}

.filter-label,
.share-label{
	display: block;
	text-transform: uppercase;
	color:#958f82;
	font-size: 15px;
	margin-bottom: 8px;
}

#.dark .filter-label,
#.dark .share-label,
#.dark .filter-size-box {
	color:#fff;
}

#.dark .filter-size-box {
	border-color:#fff;
}

#.dark .filter-size-box:hover {
	border-color:#cbc6b5;
}

.product-single-meta ul.social-links {
	padding-top: 0;
}

.product-single-meta .product-action-container {
	margin-bottom:20px;
}

.product-single-meta .product-action-container .btn {
	padding-top:7px;
	padding-bottom:7px;
	float:left;
	margin-left:20px;
	 /* background-color: #f40607 !important; */
    border: solid 1px #f40607;
    border-radius: 6px;
}

.product-single-meta .product-action-inner {
	float:left;
	margin-left:20px;
}

.product-single-meta .product-action-content {
	float:left;
}

.product-single-meta .product-amount-input {
	width:65px;
	height:36px;
	border:1px solid #cbc6b5;
	color:#a39d94;
	font-size:15px;
	line-height:20px;
	padding:8px;
	text-align: center;
	background-color: transparent;
	float:left;
}

.dark .product-single-meta .product-amount-input {
	color:#fff;
	border-color:#fff;
}

.product-single-meta .product-btn {
	width:40px;
}

.product-single-meta .product-btn.product-favorite {
	background-position: -250px -461px
}

.dark .product-single-meta .product-btn.product-favorite,
.product-single-meta .product-btn.product-favorite:hover,
.product-single-meta .product-btn.product-favorite:active {
	background-position: -250px -495px
}

.dark .product-single-meta .product-btn {
	border-color:#fff;
}

.dark .product-single-meta .product-btn:hover,
.dark .product-single-meta .product-btn:active {
	border-color:#cbc6b2;
}

.product-single-meta .product-btn.product-wishlist {
	background-position: -326px -461px
}

.dark .product-single-meta .product-btn.product-wishlist,
.product-single-meta .product-btn.product-wishlist:hover,
.product-single-meta .product-btn.product-wishlist:active {
	background-position: -326px -495px
}

.light .sidebg,
.reverse.light .sidebg.right {
	background: rgba(255, 255, 255, 0.5);
}

.light .product-single-meta,
.light .sidebg.right,
.reverse.light .sidebg.left {
	background: rgba(255, 255, 255, 1);
	border:none;
}

.light.transparentbg .sidebg,
.reverse.light.transparentbg .sidebg.right,
.light.transparentbg .product-single-meta,
.light.transparentbg .sidebg.right,
.reverse.transparentbg.light .sidebg.left {
	background: rgba(255, 255, 255, 0.8);
	border:1px solid #e6dfd1;
}


.dark.transparentbg .sidebg,
.reverse.dark.transparentbg .sidebg.right,
.dark.transparentbg .product-single-meta,
.dark.transparentbg .sidebg.right,
.reverse.transparentbg.dark .sidebg.left {
	background: rgba(0, 0, 0, 0.6);
	border:1px solid #e6dfd1;
}


/*
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 */
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	overflow:visible !important;
	left: 0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	/*font-family: Arial;*/
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:30px;
	background-position: -123px -267px;
}

.bx-wrapper .bx-next {
	right:30px;
	background-position: -179px -314px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: -177px -267px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -123px -314px;
}

.bx-wrapper .bx-controls-direction a {
	display:block;
	position: absolute;
	top: 50%;
	width:46px;
	height:47px;
	margin-top:-23.5px;
	border:1px solid #aea995;
	text-indent: -9999px;
	z-index: 900;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-color: transparent;
	transition:background-position 0.3s;
	-webkit-transition:background-position 0.3s;
	-moz-transition:background-position 0.3s;
	-ms-transition:background-position 0.3s;
	-o-transition:background-position 0.3s;
}

.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus {
	border:none;
	background-color: #f40607;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-caption {
	display:none;
}


/* review commment */
.review-comments,
.review-comment-form {
	padding-top:5px;
}

.review-comments h3,
.review-comment-form h3 {
	font-size:25px;
	color:#b3ada1;
	margin-bottom: 22px;
}

.review-comments h3 {
	margin-bottom:16px;
}

.review-comment-form textarea.form-control {
	padding-top:10px;
	padding-left:15px;
}

.review-comment-form  .input-lg,
.review-comment-form .form-horizontal .form-group-lg .form-control {
	padding-left:15px;
}

.review-comments li {
	margin-bottom:47px;
}

.review-comments li:last-child {
	margin-bottom: 10px;
}

.review-comment {
	position: relative;
}

.review-comment .ratings-container {
	position: absolute;
	right:0;
	top:0;
}

.review-comment figure {
	border:1px solid #e6e0d1;
	background: #bdbdbd;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	width:100px;
}

.review-comment-content {
	margin-left:60px;
}

.review-comment-content h4 {
	font-size: 23px;
	font-style: italic;
	color:#958f82;
	margin-bottom:5px;
}

.review-comment-meta {
	font-size:13px;
	color:#b9b1a2;
	line-height: 21px;
	font-style: italic;
	margin-bottom: 4px;
}

.review-comment-meta a {
	color:#b9b1a2;
}

.review-comment-meta a:hover {
	color:#f40607;
}

.review-comment-content p {
	font-size:15px;
	line-height: 24px;
	margin-bottom: 0;
}

.variantes-container {
	/* display: -webkit-inline-flex !important; */
    /* display: inline-flex !important; */
	margin-left: 0px !important;
	margin-bottom: 20px !important;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.variante-item {
	width: 50px !important;
    height: 53px !important;
    margin-right: 5px !important;
	margin-left: 0px !important;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.variante-item:hover {
	background-color: #f40607;
}
.actual {
	border-bottom: 3px solid #797979 !important;
}

.variante-item img {
	width: 50px !important;
    height: 50px !important;
	border:1px solid #d8d8d8 !important;
	z-index:-1 !important;
}

.miniaturas-container {
	/* display: -webkit-inline-flex !important; */
    /* display: inline-flex !important; */
	margin-left: 0px !important;
	margin-bottom: 20px !important;
	padding: 0 20px;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.miniaturas-item {
	width: 119px !important;
    height: 125px !important;
    margin-right: 5px !important;
	margin-left: 0px !important;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.miniaturas-item img {
	width: 120px !important;
    height: 120px !important;
	border:1px solid #d8d8d8 !important;
	z-index:700 !important;
	cursor:pointer;
}
#figure-producto {
	max-width: 80%;
    margin: 0 auto;
    display: block;
    height: auto;
}

/* =============================================
------------------  5.Content/Section---------------
==============================================*/

.full-height {
	height:100%;
}

.full-min-height {
	min-height:100%;
}

.vcenter-container {
	display:table;
	table-layout: fixed;
	width:100%;
	height:100%;
}

.container-newsletter {
	height:auto !important;
}
.vcenter {
	display:table-cell;
	vertical-align: middle;
}

#content {
	/* padding-bottom:50px; */
	overflow: hidden;
}

#content.no-padding {
	padding:0;
}

.section {
	position: relative;
}

#categorias-section {
	margin-bottom: 20px;
}

.section-btn-container {
	display:block;
	position: absolute;
	width:47px;
	height:102px;
	bottom:30px;
	right:30px;
	text-indent:-9999px;
	z-index:950;
}

.section-btn-container.single-btn-container {
	height:46px;
}

.section-btn-container.single {
	height:46px;
}

.section-btn {
	display:block;
	width:47px;
	height:46px;
	border:1px solid #aea995;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	transition: background-position 0.3s;
	-webkit-transition: background-position 0.3s;
	-moz-transition: background-position 0.3s;
	-ms-transition: background-position 0.3s;
	-o-transition: background-position 0.3s;
}

.section-btn.btn-prev + .section-btn.btn-next {
	margin-top:10px;
}

.section-btn.btn-prev {
	background-position: -250px -925px;
}

.section-btn.btn-prev:hover,
.section-btn.btn-prev:active {
	background-position: -250px -979px;
}

.section-btn.btn-next {
	background-position: -297px -981px;
}

.section-btn.btn-next:hover,
.section-btn.btn-next:active {
	background-position: -297px -925px;
}

/* Light btn for image bg sections*/
.section-btn.light {
	border-color:#fff;
}

.section-btn.light.btn-prev {
	background-position: -250px -1045px;
}

.section-btn.light.btn-prev:hover,
.section-btn.light.btn-prev:active {
	background-position: -250px -1099px;
}

.section-btn.light.btn-next {
	background-position: -297px -1101px;
}

.section-btn.light.btn-next:hover,
.section-btn.light.btn-next:active {
	background-position: -297px -1045px;
}

.section-btn:hover,
.section-btn:active {
	border:none;
	background-color: #f40607;
}
/* COMENTADO MAYTE POR MAPA OPENSTREET DE LISTADO DE TIENDAS
#content img,
.section img {
	max-width:100%;
	margin: 0 auto;
	display:block;
	height:auto;
}
/*
.title {
	padding-left:8px;
	border-left:4px solid #7bae23;
	font-size:40px;
	margin-bottom:15px;
}
*/

.reverse .title {
	padding-left:0;
	padding-right:8px;
	border-left:none;
	border-right:4px solid #7bae23;
	text-align:right;
}

.title-bg {
	position: relative;
}

.title-bg .title {
	margin:7.5px 0;
}

.title-bg + .title-desc {
	margin:5px 0;
}

.reverse .title-desc  {
	text-align: right;
}

.reverse .title-bg {
	text-align: right;
}

.title-bg > h1,
.title-bg > h2,
.title-bg > h3,
.title-bg > h4,
.title-bg > h5 {
	position: relative;
	display:inline-block;
	left:0;
	padding-right:30px;
	z-index:1;
	background:#fff;
}
.reverse .title-bg > h1,
.reverse .title-bg > h2,
.reverse .title-bg > h3,
.reverse .title-bg > h4,
.reverse .title-bg > h5 {
	padding-left:30px;
}

.title-bg:after {
	content:'';
	background:#dcdcdc;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
	display:block;
	width:100%;
	height:1px;
	z-index:0;
}

#content .content-title {
	margin-bottom:20px;
}

.title-desc {
	font:17px/1.5 "PT Sans", Arial, sans-serif;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

/* =============================================
------------------- 6. Homepages  --------------
==============================================*/


/* ------------ 6.1 index.html ------------
------------------------------------------- */

#home-section {
	background-image: url('../images/homebg-section.jpg');
}

.section-content {
	display:inline-block;
}

.section-content h2,
.section-content h3,
.section-content h4 {
	text-transform: uppercase;
}

.section-content.light,
.section-content.light h2,
.section-content.light h3,
.section-content.light h4 {
	color:#fff !important;
}

.home-content,
.home-content h4,
.home-content h3,
.home-content h2 {
	color:#443e32;
}

#home-section .container,
#collection-section .container {
	/* important to vertical center and align product-boxes */
	height:100%;
	position: relative;
}

.section-content h2 {
	/*font-family: 'judsonregular', Verdana, sans-serif;*/
}

.home-content.section-content h2 {
	font-size:300px;
	line-height: 0.6;
}

.arrivals-content.section-content h2,
.lookbook-content.section-content h2 {
	font-size:90px;
	line-height: 1;
	color:#8c8574;
	margin-bottom: 14px;
}

.collection-content.section-content h2 {
	font-size:130px;
	line-height: 1;
	color:#675f56;
	margin-bottom: 0;
}

.trend-content.section-content h2 {
	font-size:90px;
	line-height: 1;
	color:#675f56;
	margin-bottom: 9px;
}

.home-content h2 > span {
	font-size:80px;
	vertical-align: middle;
}

.home-content h2 > span:first-child {
	margin-right:20px;
}

.home-content h2 > span:last-child {
	margin-left:30px;
}


.section-content h3 {
	font:23px/1 'SourceCodePro-Light', Verdana, sans-serif;
}

.home-content.section-content h3 {
	font-size:40px;
	line-height: 1;
	margin-bottom:60px;
}

.arrivals-content.section-content h3,
.lookbook-content.section-content h3 {
	color:#675f56;
	margin-bottom:17px;
}

.collection-content.section-content h3 {
	font:45px/1 'LatoWebThin', Verdana, sans-serif;
	color:#675f56;
	margin-bottom:33px;
	text-transform: lowercase;
}

.trend-content.section-content h3 {
	font:35px/1 'source_code_proregular', Verdana, sans-serif;
	color:#675f56;
	margin-bottom:28px;
}

.home-content.section-content h4 {
	font:18px/1 'source_code_proregular', sans-serif;
	margin-bottom:22px;
}

.collection-content.section-content h4 {
	font:45px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:34px;
}

.section-content p {
	font: 22px/1.4 'LatoWeb', Verdana;
}

.home-content.section-content p {
	max-width: 660px;
	margin:-32px auto 24px;
	/* negative margin because of h2 (judson font's line height) */
}

.arrivals-content.section-content p,
.lookbook-content.section-content p {
	/*font-family: 'LatoWebThin', Verdana, sans-serif;*/
	margin-bottom:34px;
	max-width:570px;
}

.trend-content.section-content p {
	font-size:35px;
	line-height: 1;
	margin-bottom:40px;
}

.carousel-container .carousel-title.big {
	margin-bottom:130px;
}


.lookbook-content.section-content,
.arrivals-content.section-content {
	color:#62615f;
}

#lookbook-section {
	background-color: #9f9f9f;
}

.slider-banner-content {
	position: absolute;
	width:100%;
	height:100%;
	z-index:150;
}


.slider-custom-buttons {
	display:inline-block;
	width:98px;
	height:37px;
	margin-bottom: 5px;
	position: relative;
	z-index:200;
}

.slider-custom-buttons .slider-btn {
	display:block;
	width:39px;
	height:37px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	border:1px solid transparent;
	text-indent: -9999px;
}

.slider-custom-buttons .slider-btn.slider-btn-prev {
	float:left;
	background-position: -275px -1463px;
}

.slider-custom-buttons .slider-btn.slider-btn-next {
	float:right;
	background-position: -334px -1463px;
}

.slider-custom-buttons.light .slider-btn.slider-btn-prev  {
	background-position: -275px -1426px;
}

.slider-custom-buttons.light .slider-btn.slider-btn-next  {
	background-position: -334px -1426px;
}

.slider-custom-buttons .slider-btn:hover {
	border:1px solid #aea995;
}

.slider-custom-buttons.light .slider-btn:hover {
	border:1px solid #fff;
}

#collection-section {
	background-image: url('../images/background2.jpg');
}

.collection-content {
	margin-right:-30px;
	color:#675f56;
}

.product-box-container {
	position: absolute;
	left:0;
}

.product-box-container.top-center {
	top:50%;
	margin-top:-120px;
}

.product-box-container.bottom {
	bottom:0;
	margin-bottom:53px;
}

.product-box-wrapper {
	display:inline-block;
	position: relative;
}

.btn-box {
	display:block;
	width:33px;
	height:33px;
	border:1px solid #fff;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -379px -1180px;
	transition:all 0.35s ease;
	-webkit-transition:all 0.35s ease;
}

.btn-box:hover,
.btn-box:focus,
.open .btn-box {
	background-color: #f40607;
	border-color:#f40607;
}

.product-box-wrapper .dropdown-menu {
	width:240px;
	top:auto;
	bottom:0;
	margin:0 0 -10px;
	padding:20px;
	border-radius: 0;
	box-shadow:0 3px 3px rgba(0,0,0, 0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0, 0.2);
}

.product-box-wrapper.open  .dropdown-menu,
.product-box-wrapper:hover  .dropdown-menu {
	margin-bottom:-30px;
}

.product-box-wrapper .dropdown-menu.pull-right {
	right:100%;
	margin-right:30px;
}

.product-box-wrapper .product-top {
	margin-bottom:17px;
}

.product-box-wrapper .product-name {
	line-height: 20px;
	margin-bottom:13px;
}

.product-box-wrapper .product-name,
.product-box-wrapper .product-price-container {
	text-align: left;
}

.product-box-wrapper .product-price-container {
	margin-bottom:9px;
}

.product-box-wrapper .product-old-price {
	margin-right:10px;
}

.product-box-wrapper .product-add-btn {
	text-align: center;
	background-color: #cbc6b5;
	border-color:#cbc6b5;
	color:#fff;
}

.product-box-wrapper .product-add-btn:hover,
.product-box-wrapper .product-add-btn:focus {
	border-color:#f40607;
	background-color: #f40607;
}

#products-section.section {
	/*padding:40px 0 20px;*/
	padding: 1.9em 1em;
}

.products-wrapper .product {
	/*margin-bottom:60px;*/
}

#blog-section.section {
	padding-top:64px;
}

#trend-section {
	background-image: url('../images/background3.jpg');
}

.trend-content.section-content {
	margin-left:-30px;
	color:#675f56;
}

.carousel-title.big,
.light-title.big {
	font:35px/1 'SourceCodePro-Light', Verdana, sans-serif;
	color:#8c8574;
	margin-bottom:45px;
}

#aboutus-section {
	padding:60px 0 140px;
}

.accordion-reverse .accordion-title .accordion-btn.color2.open,
.accordion-reverse .accordion-title .accordion-btn.color2:hover,
.accordion-reverse .accordion-title .accordion-btn.color2:focus {
	background-color: #f40607;
}

#newsletter-section {
	/*  background-image: url('../images/banner-newsletter.jpg');  */
}

#newsletter-section .newsletter-content {
	max-width:750px;
	margin-right:auto;
	margin-left:auto;
}

.fondo-oscuro {
	background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 30px;
}

.newsletter-content.light,
.newsletter-content.light h2,
.newsletter-content.light h3,
.newsletter-content.light h4
.small .newsletter-content.light,
.small .newsletter-content.light h2,
.small .newsletter-content.light h3,
.small .newsletter-content.light h4,
.small .newsletter-content.light p {
	color:#fff;
}

.newsletter-content h3,
.newsletter-content .h3 {
	font:23px/1 'LatoWeb', Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom:50px;
}

.newsletter-content h2,
.newsletter-content .h2 {
	font:30px/1 'LatoWebBold', Verdana, sans-serif !important;
	text-transform: uppercase;
	margin-bottom: 24px !important;
	font-weight: bold;
}

.newsletter-content p {
	font:30px/1.5 'LatoWebThin', sans-serif;
	margin-bottom:42px;
}

.newsletter-content #newsletter {
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
}

.newsletter-content .input-group-lg>.form-control,
.newsletter-content .input-group-lg>.input-group-addon,
.newsletter-content .input-group-lg>.input-group-btn>.btn {
	height:56px;
}

.newsletter-content .input-group-lg>.form-control {
	font-size:22px;
	line-height:30px;
	padding:13px 20px;
}

.newsletter-content .input-group-lg>.input-group-addon,
.newsletter-content .input-group-lg>.input-group-btn>.btn {
	font-size:16px;
	line-height:20px;
	padding:17px 47px;
}

.newsletter-content .form-control {
	background-color: transparent;
	color:#fff;
	/*font-family: 'LatoWebThin', Verdana;*/
}

.small .newsletter-content.light .form-control  {
	border-color:#fff;
}

.small .newsletter-content.light .btn-custom-3 {
	border-color:#fff;
	color:#fff;
}

.small .newsletter-content.light .btn-custom-3:focus,
.small .newsletter-content.light .btn-custom-3:hover,
.small .newsletter-content.light .btn-custom-3:active {
	border-color:#f40607;
	background-color:#f40607;
	color:#fff;
}


.newsletter-content.light .form-control:-moz-placeholder {
	color:#fff;
}

.newsletter-content.light .form-control::-moz-placeholder {
	color:#fff;
}

.newsletter-content.light .form-control:-ms-input-placeholder {
	color:#fff;
}

.newsletter-content.light .form-control::-webkit-input-placeholder {
	color:#fff;
}

.newsletter-content.light .form-control,
.newsletter-content.light  .form-control:focus {
	color:#fff;
	border-color:#fff;
}


/* ------------ 6.2 index2.html ------------
------------------------------------------- */

.banner {
	position: relative;
	display:block;
}

.banner-wrapper {
	display:block;
}

.banner img {
	width:100%;
}

.banner.banner-sm {
	margin-bottom: 30px;
}

.banner.banner-sm.last {
	margin-bottom:10px;
}

.banner.text-right .banner-container,
.banner.pull-right .banner-container {
	left:auto;
	right:0;
}

.banner.banner-sm .banner-container {
	padding:0 45px;
}

.banner.banner-sm h4 {
	font:22px/1 'source_code_proregular', Verdana;
	color:#8d8980;
}

.banner.banner-sm h3 {
	font:50px/1 'judsonbold', Verdana;
	color:#848078;
	margin-bottom:14px;
}

.banner.banner-sm .btn {
	font-size:15px;
	line-height: 22px;
	padding:7px 15px;
}

/* Testimonials section newbg*/
.testimonials-section.home {
	background-image: url('../images/testimonialsbg-index2.jpg');
}

.testimonials-section.home h2,
.testimonials-section.home .h1 {
	/*font-family: 'judsonbold', Verdana, sans-serif;*/
}

/* Brand carousel */
 .brand {
 	padding:0 15px;
 	text-align: center;
 }

 .brand a {
 	display:inline-block;
 	border:1px solid #dbd6c5;
 }

 .brand img {
 	width:100%;
 }

/* Featurebox inline */

.feature-box.feature-box-inline {
	text-align:left;
	padding:0;
	margin-bottom:50px;
}

.feature-box.feature-box-inline  h3 {
	font:20px/1 'source_code_proregular', sans-serif;
	color:#868279;
	margin-bottom:7px;
}

.feature-box.feature-box-inline p {
	font-size:13px;
	line-height:19px;
	margin-bottom:5px;
}

.feature-box.feature-box-inline:hover {
	background-color: transparent;
}

.feature-box.feature-box-inline:hover h3,
.feature-box.feature-box-inline:hover p {
	color:#868279;
}

.feature-box-inline .feature-icon {
	float:left;
	width:80px;
	height:80px;
	margin:0 20px 0 0;
	background-color: #efead9;
}

.feature-box.feature-box-inline .feature-content {
	margin-left:100px;
}

.feature-icon.icon-delivery,
.feature-box.feature-box-inline:hover .feature-icon.icon-delivery {
	background-position: 0 -361px;
}

.feature-icon.icon-service,
.feature-box.feature-box-inline:hover .feature-icon.icon-service {
	background-position: -81px -361px;
}

.feature-icon.icon-secured,
.feature-box.feature-box-inline:hover .feature-icon.icon-secured  {
	background-position: 0 -442px;
}


/* blog post carousel */
.owl-carousel .article {
	margin:0 15px;
	padding-left:95px;
}

.owl-carousel .article-media-container {
	margin-bottom: 20px;
}

.owl-carousel .article h3 {
	font-size:25px;
	margin-bottom:8px;
}

.owl-carousel .article h3 a {
	color:#857e70;
}

.owl-carousel .article h3 a:hover {
	color:#9b968b;
}

.owl-carousel .article p {
	line-height:22px;
}


/* ------------ 6.3 index3.html ------------
------------------------------------------- */

.banner-group .banner {
	margin-bottom:30px;
}

.banner-group .banner.banner-sm .banner-container {
	padding:0;
}

.banner-group .banner-container {
	width:100%;
	text-align: center;
	padding:0;
}

.banner-group .banner h4 {
	font:20px/1 'LatoWeb', sans-serif;
	color:#6f695c;
	margin-bottom:18px;
}

.banner-group .banner h3 {
	font:40px/1 'SourceCodePro-Light', sans-serif;
	color:#6c675b;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.banner-group .banner.banner-sm h4 {
	margin-bottom:14px;
}

.banner-group .banner.banner-sm h3 {
	font-size:35px;
	margin-bottom:18px;
}

.banner-group .banner.light h4,
.banner-group .banner.light h3 {
	color:#fff;
}

.star-icon {
	display:inline-block;
	width:10px;
	height:10px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -369px -189px;
	/* fix inline-block auto margin*/
	word-spacing: -1;
	margin:0 7px 1px;
}

.banner-group .btn {
	font-size:15px;
	line-height:24px;
}

.banner-group .banner.light .btn-custom-7 {
	color: #fff;
	border-color: #fff;
}

.banner-group .banner.light .btn-custom-7:hover,
.banner-group .banner.light .btn-custom-7:focus,
.banner-group .banner.light .btn-custom-7:active {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}

.product-group .product {
	margin-bottom:30px;
}

.product-slider {
	position: relative;
	margin-bottom:30px;
}

.owl-theme.product-slider .owl-controls .owl-buttons {
	top:auto;
	right:20px;
	bottom:30px;
}

.product-slider .product {
	padding:0;
	margin:0;
}

#content .product-slider img {
	max-width: none;
	width:100%;
}

.product-slider-content {
	position: absolute;
	left:0;
	right:0;
	top:50%;
	/* vertical center */
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	background: rgba(255, 255, 255, 0.6);
	padding:52px 0;
	text-align: center;
}

.product-slider-content h3 {
	font:60px/45px 'SourceCodePro-Light', Verdana;
	color:#504c43;
	text-transform: uppercase;
	margin-bottom:0;
}

.product-slider-content h4 {
	font:26px/1 'SourceCodePro-Light', Verdana;
	color:#44413b;
	text-transform: capitalize;
	margin-bottom:12px;
}

.from-theblog-carousel .article {
	padding-left:80px;
}

.from-theblog-carousel .article-media-container {
	margin-bottom: 12px;
}

.from-theblog-carousel .article-meta-box {
	width:70px;
	height:60px;
	padding:10px;
	font-size:11px;
	line-height:16px;
	color:#9e9b90;
	text-transform: uppercase;
}

.article-meta-box.darkbg {
	background-color: #efead9;
	border-color:#efead9;
}

.article-meta-box.darkbg.article-meta-comments {
	top:72px;
}

.from-theblog-carousel .article-meta-box.article-meta-comments {
	top:62px;
}

.from-theblog-carousel .article-icon {
	width:21px;
	height:21px;
}

.from-theblog-carousel .meta-box-text {
	margin-top:0;
}

.from-theblog-carousel .article-icon.article-date-icon {
	background-position: -221px -168px;
}

.from-theblog-carousel .article-icon.article-comment-icon {
	background-position: -244px -168px;
}

.from-theblog-carousel .article h3 {
	font-size:20px;
	margin-bottom: 4px;
}

.from-theblog-carousel .article p {
	font-size:13px;
	line-height: 20px;
	margin-bottom: 15px;
}

.from-theblog-carousel .article .readmore {
	font-size:13px;
	line-height: 18px;
	padding:5px 13px;
}

.nav.nav-carousel {
	margin-bottom:45px;
}

.nav-pills.nav-carousel > li + li {
	margin-left:30px;
}

.tab-pane .owl-theme .owl-controls .owl-buttons {
	top:6px;
}

.nav.nav-carousel > li {
	font:25px/24px 'LatoWebThin', sans-serif;
}

.nav.nav-carousel > li > a  {
	padding-left:15px;
	padding-right:15px;
}

.nav.nav-carousel > li:first-child >  a {
	padding-left:0;
}

.nav.nav-carousel > li.active:first-child > a {
	padding-left:15px;
}

.about-section {
	padding:95px 0 86px;
	background: #f3f3f0;
}

.about-section h2 {
	font:35px/1 'SourceCodePro-Light', Verdana;
	color:#8c8574;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:65px;
}

.about-section h2 > span {
	position: relative;
}

.about-section h2 > span:after {
	content:'';
	position: absolute;
	left:0;
	bottom:-10px;
	width:100%;
	height:1px;
	background: #cdc9c0;
}


.about-section h2.h3 {
	font:27px/1 'LatoWebThin', Verdana;
	color:#847e71;
	text-align: left;
	padding-left:10px;
	margin-bottom:35px;
}

.about-section .feature-box {
	border:1px solid transparent;
}

.about-section .feature-box h3,
.about-section .feature-box:hover h3 {
	color:#868279;
	/*font-family: 'source_code_proregular', sans-serif;*/
}

.about-section .feature-box p,
.about-section .feature-box:hover p {
	color:#9f9a8f;
}

.about-section .feature-icon.icon-delivery,
.about-section .feature-box:hover .feature-icon.icon-delivery {
	background-position: 0 -1458px;
}

.about-section .feature-icon.icon-service,
.about-section .feature-box:hover .feature-icon.icon-service {
	background-position: -81px -1458px;
}

.about-section .feature-icon.icon-secured,
.about-section .feature-box:hover .feature-icon.icon-secured {
	background-position: -162px -1458px;
}


.about-section .feature-box:hover {
	background-color:#ffffff;
	border-color:#e6dfd1;
}

.carousel-container .product.product3 {
	padding-bottom:20px;
}

/* quicl view modal */
.modal-xlg {
	width:940px;
	overflow: auto;
}

.modal-xlg .close {
	position: absolute;
	top:25px;
	right:25px;
	z-index:900;
}

.modal .product-single-meta {
	padding-top:20px;
	background-color: transparent;
}

.modal # {
	margin-bottom:0;
}

.modal  # .carousel-container {
	border:none;
}

.modal .product-single-carousel img  {
	border:1px solid #e6dfd1;
}

.modal # .container {
	width:100%;
}

.modal # .bx-wrapper {
	overflow: hidden;

}

.modal-xlg .modal-body {
	padding:30px 15px;
}

/* ------------ 6.4 index4-5.html ------------
------------------------------------------- */

.simple-tab-container .nav {
	margin-bottom:30px;
}

.simple-tab-container .nav > li {
	font: 22px/1 'LatoWebThin', sans-serif;
}

.simple-tab-container .nav-pills > li + li {
	margin-left:19px;
}

.simple-tab-container .nav-pills > li.active:after {
	display:none;
}

.simple-tab-container .nav-pills > li.active > a,
.simple-tab-container .nav-pills > li.active > a:hover,
.simple-tab-container .nav-pills > li.active > a:focus {
	background-color: #d8d2c5;
}

.simple-tab-container .product {
	margin-bottom:60px;
}

.light-title {
	font:27px/38px 'LatoWebThin', sans-serif;
	color:#847e71;
	text-transform: uppercase;
	margin-bottom:30px;
}

.small-service.service {
	margin-bottom:80px;
}

.small-service .service-icon {
	width:130px;
	height:130px;
	margin-right:20px;
}

.small-service .service-content {
	margin-left:150px;
	padding-top:3px;
}

.small-service .service-content h3 {
	font-size:27px;
	margin-bottom:8px;
}

.small-service .service-icon.service-icon-dev {
	background-position: 0 -1538px;
}

.small-service .service-icon.service-icon-market {
	background-position: -130px -1538px;
}

.small-service .service-icon.service-icon-design {
	background-position: 0 -1668px;
}

.small-service .service-icon.service-icon-hosting {
	background-position: -130px -1668px;
}

/* Testimonials section newbg*/
.testimonials-section.home-two {
	background-image: url('../images/testimonialsbg-index4.jpg');
}

.testimonials-section.home-two {
	padding:36px 0 46px;
	color:#807b6e;
}

.testimonials-section.home-two .bottom-nav .owl-theme .owl-controls .owl-buttons {
	bottom:20px;
}

.testimonials-section.home-two h2 {
	font-size:35px;
	color:#5e5c58;
	/*font-family: 'judsonbold', Verdana;*/
	margin-bottom:12px;
}

.home-two .testimonial p {
	margin-bottom:18px;
}

.home-two .testimonials-slider {
	max-width:645px;
}

.testimonials-section.home-two .quote-icon {
	width:25px;
	height:20px;
	background-position: -387px -250px;
	margin-bottom:15px;
}

.home-two .testimonial .testimonial-owner {
	color:#807b6e;
}

#newsletter-section.small {
	/* background-image: url('../images/newsletterbg.jpg'); */
	padding:30px 0 10px;
}

#newsletter-section.small .newsletter-content {
	max-width:500px;
}

.small .newsletter-content h3,
.small .newsletter-content .h3 {
	font-size:22px;
	color:#6c675a;
	margin-bottom:20px;
	margin-right: 20px;
}

.small .newsletter-content h2,
.small .newsletter-content .h2 {
	font-size:65px;
	color:#5e5c58;
	margin-bottom: 4px;
}

.small .newsletter-content p {
	font-size:25px;
	line-height:1.4;
	margin-bottom:26px;
	color:#807b6e;
}

.small .newsletter-content #newsletter {
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
}

.small .newsletter-content .input-group-lg>.form-control,
.small .newsletter-content .input-group-lg>.input-group-addon,
.small .newsletter-content .input-group-lg>.input-group-btn>.btn {
	height:48px;
}

.newsletter-content .input-group-lg>.form-control {
	font-size:18px;
	line-height:30px;
	padding:9px 20px;
}

.newsletter-content .input-group-lg>.input-group-addon,
.newsletter-content .input-group-lg>.input-group-btn>.btn {
	font-size:16px;
	line-height:20px;
	padding:14px 46px;
}

.small .newsletter-content .form-control {
	color:#7b766a;
	border-color:#a9a08b;
}

.small .newsletter-content .btn-custom-3 {
	border-color:#a9a08b;
	color:#6c675b;
}

.small .newsletter-content .btn-custom-3:hover,
.small .newsletter-content .btn-custom-3:focus {
	border-color:#f40607;
	color:#fff;
}

.from-theblog-carousel.from-theblog-wide .article-media-container {
	margin-bottom: 20px;
}

.from-theblog-carousel.from-theblog-wide .article .readmore {
	background-color: #dfdac8;
	border-color:#dfdac8;
	color:#fff;
	font-size:12px;
	padding:5px 15.5px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.from-theblog-carousel.from-theblog-wide .article .readmore:hover,
.from-theblog-carousel.from-theblog-wide .article .readmore:focus {
	background-color: #f40607;
	border-color: #f40607;
}

/* home sidebar */
.sidebar .widget.side-menu-container {
	margin-bottom:70px;
}

.side-menu  {
	border:1px solid #e6dfd1;
}

.side-menu ul li {
	position: relative;
}

/* important to cover distance with menu and parent element for hover effect */
.side-menu > ul > li:hover:before {
	content:'';
	position: absolute;
	left:100%;
	top:-1px;
	bottom:-1px;
	display:block;
	width:8px;
}

.side-menu > ul > li > a {
	display:block;
	font: 15px/2 'LatoWeb', Verdana, sans-serif;
	padding:8.5px 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom:1px solid #e6dfd1;
	color:#a39d94;
	transition: color 0.05s;
	-webkit-transition:color 0.05s;
}

.dark .side-menu > ul > li > a  {
	background-color: #f4f3ea;
}

.side-menu > ul > li:last-child > a {
	border-bottom:transparent;
}

.category-icon {
	display:inline-block;
	width:20px;
	height:20px;
	/* fix inline-block auto margin*/
	font-size:0;
	margin-right:9px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:-5px;
}

.category-icon.icon-fashion {
	background-position: -260px -1545px;
}

.category-icon.icon-furniture {
	background-position: -280px -1545px;
}

.category-icon.icon-electronics {
	background-position: -300px -1545px;
}

.category-icon.icon-gifts {
	background-position: -320px -1545px;
}

.category-icon.icon-books {
	background-position: -340px -1545px;
}

.category-icon.icon-music {
	background-position: -360px -1545px;
}

.category-icon.icon-sport {
	background-position: -380px -1545px;
}

.category-icon.icon-games {
	background-position: -380px -1545px;
}

.side-menu > ul > li:hover > a,
.side-menu > ul > li.open > a  {
	color:#fff;
	background-color: #f40607;
}

.side-menu > ul > li:hover > a:before,
.side-menu > ul > li.open > a:before,
.side-menu > ul > li:hover > a:after,
.side-menu > ul > li.open > a:after {
	content:'';
	display:block;
	height:100%;
	width:1px;
	background-color: #f40607;
	position: absolute;
	top:0;
	bottom:0;
}

.side-menu > ul > li:hover > a,
.side-menu > ul > li.open > a {
	border-bottom-color:#f40607;
}

.side-menu > ul > li:hover > a:before,
.side-menu > ul > li.open > a:before {
	left:-1px;
}

.side-menu > ul > li:hover > a:after,
.side-menu > ul > li.open > a:after {
	right:-1px;
}

.side-menu > ul > li:hover > a .category-icon.icon-fashion,
.side-menu > ul > li.open > a .category-icon.icon-fashion {
	background-position: -260px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-furniture,
.side-menu > ul > li.open > a .category-icon.icon-furniture {
	background-position: -280px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-electronics,
.side-menu > ul > li.open > a .category-icon.icon-electronics {
	background-position: -300px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-gifts,
.side-menu > ul > li.open > a .category-icon.icon-gifts {
	background-position: -320px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-books,
.side-menu > ul > li.open > a .category-icon.icon-books {
	background-position: -340px -1565px;
}


.side-menu > ul > li:hover > a .category-icon.icon-music,
.side-menu > ul > li.open > a .category-icon.icon-music {
	background-position: -360px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-sport,
.side-menu > ul > li.open > a .category-icon.icon-sport {
	background-position: -380px -1565px;
}

.side-menu > ul > li:hover > a .category-icon.icon-games,
.side-menu > ul > li.open > a .category-icon.icon-games  {
	background-position: -380px -1565px;
}

.category-dropdown-icon {
	display:block;
	position: absolute;
	width:12px;
	height:7px;
	top:50%;
	right:15px;
	margin-top:-3.5px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
}

.category-dropdown-icon {
	background-position: -260px -1538px;
}

.side-menu > ul > li:hover .category-dropdown-icon,
.side-menu > ul > li.open .category-dropdown-icon {
	display:none;
}

.side-menu > ul > li .dropdown-menu.megamenu {
	left:100%;
	top:0;
	margin-left:8px;
	width:640px;
	border:1px solid #e6dfd1;
	box-shadow:0 3px 3px rgba(0,0,0, 0.15);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0, 0.15);
	padding:25px 25px 39px;
	overflow: hidden;
	margin-top:20px;
	z-index:800;
}

.side-menu > ul > li:hover > .dropdown-menu.megamenu,
.side-menu > ul > li.open > .dropdown-menu.megamenu {
	margin-top:0;
	opacity:1;
	visibility: visible;
}

.side-menu > ul > li .dropdown-menu.megamenu .col-md-4,
.side-menu > ul > li .dropdown-menu.megamenu .col-md-6,
.side-menu > ul > li .dropdown-menu.megamenu .col-md-3 {
	padding:0 5px;
}

.side-menu > ul > li ul,
.side-menu .megamenu-title {
	position: relative;
	z-index:20;
}

.side-menu .megamenu-title {
	text-transform: uppercase;
	margin-bottom:12px;
	display:block;
}


.side-menu > ul > li .dropdown-menu.megamenu .bgimage {
	position: absolute;
	max-width:100%;
	position: absolute;
	right:0;
	top:0;
}

/* Widgets */
.home-sidebar .widget {
	margin-bottom:50px;
}

.home-sidebar .widget.tagclod-widget {
	margin-bottom:45px;
}

.sidebar.home-sidebar > .widget> h3 {
	line-height:32px;
	padding:8px 10px 2px;
}

.sidebar.home-sidebar > .widget.side-menu-container> h3 {
	padding-left:20px;
	margin-bottom: 10px;
}

.sidebar.home-sidebar.dark > .widget > h3 {
	color:#fff;
	background: #d8d2c5;
}

.sidebar.home-sidebar.light > .widget> h3 {
	padding:7px 10px 1px;
}

.sidebar.home-sidebar.light > .widget > h3 {
	color:#7f7b73;
	background: transparent;
	border:1px solid #c2beb3;
}

.sidebar.home-sidebar.light .owl-theme .owl-controls .owl-buttons {
	top:8px;
}

.sidebar.home-sidebar .owl-theme .owl-controls .owl-buttons {
	top:7px;
	right:10px;
}

.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div {
	border-color:#fff;
}

.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: -178px -1256px;
}

.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -214px -1283px;
}

.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-prev:focus {
	background-position: -212px -1256px;
}

.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.sidebar.home-sidebar.dark .owl-theme .owl-controls .owl-buttons div.owl-next:focus {
	background-position: -178px -1283px;
}

.widget .full-product-slider .product-image-container {
	width:100%;
}

.widget .full-product-slider .product-name {
	margin-bottom:12px;
}

.widget .full-product-slider .product,
.full-product-slider .product-price-container.text-left {
	margin-bottom: 10px;
}


/* ------------ 6.5 index6.html ------------
------------------------------------------- */

.small-title,
.skills h2.small-title,
.services h2.small-title {
	font:20px/1 'LatoWebThin', Verdana, sans-serif;
	color:#847e71;
	margin-bottom: 48px;
	text-transform: capitalize;
}

.skills h2.small-title {
	margin-bottom: 42px;
}

.services h2.small-title {
	margin-bottom: 46px;
}

#arrivals-section.dark {
	background-color: #ebe9e1;
}

#arrivals-section.dark .arrivals-content.section-content {
	color:#62615f;
}

#arrivals-section.dark .arrivals-content.section-content h3 {
	color:#847e71;
	font:20px/1 'LatoWebThin', Verdana;
	text-transform: lowercase;
	margin-bottom: 15px;
}

#arrivals-section.dark .arrivals-content.section-content h2 {
	color:#8c8574;
}

#arrivals-section.dark .arrivals-content.section-content p {
	line-height: 1.45;
}

#arrivals-section.dark .btn-custom-11:hover,
#arrivals-section.dark .btn-custom-11:focus,
#arrivals-section.dark .btn-custom-11:active {
	color:#fff;
	background-color: #f40607;
	border-color: #f40607;
}


.small-tab-container .nav {
	margin-bottom:43px;
}

.small-tab-container .nav-pills > li {
	float:none;
	display:inline-block;
	font:20px/1 'LatoWebThin', sans-serif;

}

.small-tab-container .nav-pills > li > a {
	text-transform: capitalize;
	color:#8c8574;
}

.small-tab-container .nav > li > a {
	padding:0;
}

.small-tab-container .nav > li > a:hover,
.small-tab-container .nav > li > a:focus {
	background-color: transparent;
}

.small-tab-container .nav-pills > li.active:after {
	display: none;
}

.small-tab-container .nav-pills > li.active > a,
.small-tab-container .nav-pills > li.active > a:hover,
.small-tab-container .nav-pills > li.active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color:#8c8574;
}

.small-tab-container .nav > li.active:first-child > a {
	padding-left:0;
}

.small-tab-container .nav-pills > li + li {
	margin-left:65px;
}


.testimonials-section.light.index6 {
	background-image: url('../images/testimonialsbg-index6.jpg');
}

.carousel-container .small-title {
	margin-bottom:112px;
}

.carousel-container .small-title + .row .owl-theme.center-buttons .owl-controls .owl-buttons {
	top:47px;
}

.funfacts-section.light.index6 {
	background-image: url('../images/funfactsbg-index6.jpg');
}

#newsletter-section.index6 {
	padding:80px 0 40px;
	background-image: url('../images/newsletterbg-index6.jpg');
}

/* ------------ 6.6 index7.html ------------
------------------------------------------- */

.banner-row-container {
	padding:0;
	margin-bottom:10px;
}

.banner-row {
	margin-left:-5px;
	margin-right:-5px;
}

.col-special {
	float:left;
	padding:0 5px;
	margin-bottom:10px;
	position: relative;
	overflow: hidden;
}

.col-special.parent {
	padding:0;
}

.col-special.col-1 {
	float:none;
	width:100%;
	padding:0;
	margin-bottom:10px;
	position: relative;
}

.col-special.col-1.last,
.col-special.last {
	margin-bottom:0;
}

.col-special.col-3-2 {
	width:62.18%;
}

.col-special.col-3-1 {
	width:37.82%;
}

.col-special.col-1-3 {
	width:31.87%;
}

.col-special.col-3-2.lger {
	width:63.74%;
}

.col-special.col-3-1.lger {
	width:36.26%;
}

.col-special.col-1-2 {
	width:50%;
}

.banner-row-content {
	position: absolute;
	display:inline-block;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
}

.banner-row-content.text-center {
	width:100%;
	padding:0 10px;
}

.banner-row-content.left.text-center {
	width:auto;
	padding:0;
}

.banner-row-content.left {
	left:80px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.banner-row-content.light,
.banner-row-content.light h2,
.banner-row-content.light h3,
.banner-row-content.light h4,
.banner-row-content.light h5 {
	color:#fff;
}

.collection-banner-content h3 {
	font:45px/1 'LatoWebThin', Verdana, sans-serif;
	margin-bottom: 60px;
}

.collection-banner-content h2 {
	font:110px/80px 'judsonregular', Verdana, sans-serif;
	margin-bottom:22px;
}

.collection-banner-content h4 {
	font:45px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:34px;
}

.banner-row-content .btn.btn-custom-3 {
	border-color:#95938c;
	color:#6c675b;
}

.banner-row-content.light .btn.btn-custom-3 {
	border-color:#fff;
	color:#fff;
}

.banner-row-content .btn.btn-custom-3:hover,
.banner-row-content .btn.btn-custom-3:focus,
.banner-row-content .btn.btn-custom-3:active,
.btn.btn-custom-3.color2:hover,
.btn.btn-custom-3.color2:focus,
.btn.btn-custom-3.color2:active,
.btn.btn-custom-10.color2:hover,
.btn.btn-custom-10.color2:focus,
.btn.btn-custom-10.color2:active{
	background-color: #f40607;
	border-color:#f40607;
	color:#fff;
}

.arrivals-banner-content h3 {
	font:26px/1 'LatoWeb', Verdana, sans-serif;
	margin-bottom: 23px;
}

.arrivals-banner-content h2 {
	font:65px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:20px;
}

.banner-row-link {
	display:block;
	margin-bottom:10px;
	position: relative;
}

.banner-row-link:last-child {
	margin-bottom:0;
}

.banner-row-link:after {
	content:'';
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color: #fff;
	opacity:0.2;
	transition:opacity 0.3s ease-in;
	-wekbit-transition:opacity 0.3s ease-in;
}

.banner-row-link:hover:after {
	opacity: 0;
}


.new-arrivals-banner-content h3 {
	font:20px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom: 35px;
	color:#62615f;
}

.new-arrivals-banner-content h2 {
	font:80px/1 'judsonregular', Verdana, sans-serif;
	margin-bottom:10px;
	color:#8c8574;
}

.new-arrivals-banner-content p {
	font:22px/1.5 'LatoWebThin', Verdana, sans-serif;
	color:#62615f;
	max-width:500px;
	margin-bottom:40px;
}

.new-arrivals-banner-content .btn-custom-3 {
	border-color:#b6b2a8;
	color:#686660;
}

.offers-banner-content h3 {
	font:30px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:20px;
}

.offers-banner-content h2 {
	font:42px/1 'judsonregular', Verdana, sans-serif;
	margin-bottom:12px;
}

.offers-banner-content h2 > span {
	display:block;
}

.rated-banner-content h3 {
	font:22px/1 'LatoWeb', Verdana, sans-serif;
	color:#6f695c;
	margin-bottom:20px;
}

.rated-banner-content h2 {
	font:48px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:16px;
	color:#6c675b;
}

.season-banner-content h3 {
	font:20px/1 'LatoWebThin', Verdana, sans-serif;
	margin-bottom:8px;
}

.season-banner-content h2 {
	font:64px/1 'judsonregular', Verdana, sans-serif;
	margin-bottom:0;
}

.season-banner-content p {
	font:16px/1.6 'LatoWebThin', Verdana, sans-serif;
	margin-bottom:10px;
	max-width:680px;
	margin-right:auto;
	margin-left:auto;
}

.children-banner-content h3 {
	font:25px/1 'LatoWebThin', Verdana, sans-serif;
	margin-bottom:25px;
}

.children-banner-content h2 {
	font:64px/1 'judsonregular', Verdana, sans-serif;
	margin-bottom:0;
}

.children-banner-content p {
	font:18px/1.6 'LatoWebThin', Verdana, sans-serif;
	max-width:510px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
}

#trend-section.index7 {
	background-image: url('../images/background4.jpg');
	margin-bottom:10px;
}

#trend-section.index7 h3,
#trend-section.index7 h2,
#trend-section.index7 p {
	color:#8c8574;
}


.funfacts-section.index7 {
	background-image: url('../images/funfactsbg-index7.jpg');
	color:#989898;
	padding:58px 0 130px;
	margin-bottom:10px;
}

.funfacts-section.index7 h2 {
	color:#78746a;
}

.funfacts-section.index7 .funfact-desc {
	color:#868686;
	margin-bottom: 77px;
}

.funfacts-section.index7 .fact h4 {
	color:#989898;
}


.allabout-banner-content h3 {
	font:35px/1 'LatoWeb', Verdana;
	color:#6f695c;
	margin-bottom:8px;
}

.allabout-banner-content h2 {
	font:120px/1 'SourceCodePro-Light', Verdana;
	color:#6c675b;
}

.newsletter-banner-content.newsletter-content  {
	min-width:100%;
	padding:0 10px;
}

.newsletter-banner-content.newsletter-content h3 {
	margin-bottom:36px;
}

.newsletter-banner-content.newsletter-content h2 {
	font-size:90px;
	margin-bottom:20px;
}

.newsletter-banner-content.newsletter-content p {
	max-width:790px;
	margin-right:auto;
	margin-left:auto;
}

.newsletter-banner-content.newsletter-content .input-group {
	margin-bottom:0;
}

.newsletter-banner-content.newsletter-content .input-group-lg>.form-control,
.newsletter-banner-content.newsletter-content .input-group-lg>.input-group-addon,
.newsletter-banner-content.newsletter-content .input-group-lg>.input-group-btn>.btn {
	height:54px;
}

.testimonial-banner-content {
	display:block;
	left:0 !important;
	right:0 !important;
	max-width:100% !important;
	padding-bottom:28px;
}

.bottom-nav.testimonial-banner-content .owl-theme .owl-controls .owl-buttons {
	bottom:-20px;
}

.testimonial-banner-content .testimonial .testimonial-owner {
	color:#fff;
}




/* =============================================
---------------------  7.Portfolio ---------------
==============================================*/

#portfolio-filter {
	margin-bottom:35px;
	text-align: center;
	font-size:0;
}

#portfolio-filter.nav-pills > li {
	float:none;
	margin-bottom:15px;
}

#portfolio-filter.nav > li {
	display:inline-block;
}

#portfolio-filter.nav > li:first-child > a {
	padding-left:20px;
}

#portfolio-wrapper {
	overflow: hidden;
}

.portfolio-item {
	float:left;
	padding:0 15px;
	margin-bottom:65px;
}

.owl-carousel .portfolio-item {
	margin-bottom: 0;
}

.portfolio-item.animate-item {
	opacity:0;
	filter:alpha(opacity=0);
}

.ie9 .portfolio-item.animate-item {
	filter: alpha(opacity=100);
	opacity:1;
}

/* space for portfolio items inside the carousel // single-portfolio.html */
.owl-carousel .portfolio-item {
	padding:0 15px;
}

.portfolio-item figure {
	margin-bottom:20px;
	position: relative;
}

/* responsive images */
.portfolio-item img {
	display:block;
	width:100% !important;
	max-width:none !important;
	height:auto;
}

.portfolio-item figcaption {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(203, 198, 181, 0.8);
	height:100%;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0;
	overflow:hidden;
}

.portfolio-item figcaption .zoom-btn {
	display:block;
	width:100%;
	height:100%;
	z-index:1;
}

.portfolio-item .like-btn,
.portfolio-item .link-btn {
	display:block;
	width:50px;
	height:50px;
	border:1px solid #fff;
	background-color:transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transform:scale(0);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	z-index:99;
}

.portfolio-item .like-btn {
	background-position: -238px -189px;
	margin-left:-60px;
	transition-delay:0.1s;
	-webkit-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-ms-transition-delay:0.1s;
	-o-transition-delay:0.1s;
}

.portfolio-item .link-btn {
	background-position: -286px -189px;
	margin-left:10px;
	transition-delay:0.24s;
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
	-ms-transition-delay:0.2s;
	-o-transition-delay:0.2s;
}

.portfolio-item figure:hover  figcaption {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-item figure:hover .like-btn,
.portfolio-item figure:hover .link-btn {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
}

.portfolio-item .like-btn:hover,
.portfolio-item .link-btn:hover {
	background-color:#f40607;
	border-color:#f40607;
}

.portfolio-item h2 {
	font-size:18px;
	color:#857e70;
	margin:0 0 4px;
}

.bigger .portfolio-item h2{
	font-size:22px;
}

.portfolio-item h2 a {
	color:#857e70;
}

.portfolio-item h2 a:hover {
	color:#afa898;
}

.portfolio-item .portfolio-tags {
	margin:0;
	font-size:14px;
	line-height:20px;
	color:#afa898;
}

.bigger .portfolio-item .portfolio-tag {
	font-size:15px;
}

.portfolio-item .portfolio-tags a {
	color:#afa898;
}

.portfolio-item .portfolio-tags a:hover {
	color:#857e70;
}

/**** Isotope Filtering Plugin Styles ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* =============================================
----------------  8.Single-portfolio --------------
==============================================*/


.single-portfolio-media-container {
	padding-left:0;
	position: relative;
}

.single-portfolio-media-container > img {
	margin-bottom:1px;
}

.single-portfolio-media-container > img,
.single-portfolio-slider img{
	width:100%;
	max-width: none;
}

.slider-thumb-nav-container {
	position: absolute;
	width:340px;
	right:30px;
	bottom:30px;
	z-index:900;
}

.affix-top {
	position: absolute;
	right:75px;
	top:30px;
}

.affix {
	top:30px;
	left:58.33333333%;
	margin-left:-170px;
}

.affix-bottom {
	position:absolute;
	right:75px;
}

.slider-thumb-nav img {
	max-width:80px !important;
	width:auto;
	border:1px solid #afaa9a;
	margin:0 5px;
}

.slider-thumb-nav .slide-thumb img {
	max-width:95px !important;
}

.slider-thumb-nav .slide-thumb img {
	margin:0 0 8px;
}

.slider-thumb-nav .slide-thumb {
	display:block;
}

.slider-thumb-nav .owl-item,
.slider-thumb-nav .slide-thumb {
	position: relative;
	cursor: pointer;
}

.slider-thumb-nav .owl-item:after,
.slider-thumb-nav .slide-thumb:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	left:5px;
	top:0;
	background: rgba(255, 255, 255, 0.4);
	opacity:1;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.slider-thumb-nav .owl-item:after {
	width: calc(100% - 5px);
}

.slider-thumb-nav .slide-thumb:after {
	left:0;
}

.slider-thumb-nav .owl-item:hover:after {
	opacity:0;
}

.slider-thumb-nav .owl-item.active:after,
.slider-thumb-nav .slide-thumb.active:after {
	display:none;
}

.portfolio-single {
	max-width:404px;
	padding:0 15px 0 0;
}

.portfolio-single .h3 {
	margin-bottom:9px;
}

.like-icon-container {
	font-size:15px;
	line-height:20px;
	margin-bottom:13px;
}

.like-icon {
	display:inline-block;
	width:17px;
	height:16px;
	background-image: url('../images/sprites/sprite.png');
	background-position: -352px -189px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:-1px;
	margin-right:7px;
}

.portfolio-single blockquote {
	font-size:16px;
	line-height: 25px;
	margin:25px 0;
	/*font-family: 'SourceCodePro-Light', Verdana, sans-serif;*/
	color:#a8a193;
}

.portfolio-meta-list {
	margin-bottom: 35px;
}

.portfolio-meta-list > li {
	margin-bottom: 4px;
}

.portfolio-meta-list > li,
.portfolio-meta-list > li a {
	color:#afa898;
}

.portfolio-meta-list > li a:hover {
	color:#9a9485;
}

.portfolio-meta-list li > span {
	color:#9a9485;
	margin-right: 5px;
}

/* =============================================
------------------- 9.Category.html --------------
==============================================*/

#category-banner {
	position: relative;
	z-index:0;
	min-height: 370px !important;
	margin-bottom:15px;
	padding-right: 0px;
	padding-left: 0px;
}
#category-banner .row{
	  margin-right: 0px;
    margin-left: 0px;
}
.banner-container {
	position: absolute;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	padding:0 70px;
}

.banner-content h1 > span {
	display:block;
	font:22px/50px 'LatoWeb', sans-serif;
	color:#fff;
	margin-bottom: 1px;
}

.banner-content h1, .banner-content .h1 {
	font:50px/1 'LatoWeb', Verdana;
	text-transform: uppercase;
	margin-bottom:14px;
	color:#fff;
}
.banner-content h2{
	font:22px/50px  'LatoWeb', Verdana;
	text-transform: uppercase;
	margin-bottom:14px;
	color:#fff;
	margin-bottom:20px;
}
.banner-content h2 > span{
	border-bottom:1px solid;
	padding: 15px;
    padding-bottom: 10px;
}
.light .banner-content h1 > span,
.light .banner-content h1 {
	color:#ffffff;
}

.banner-content {
	display:inline-block;
	text-align: center;
}

.category-banner-slider .banner-container {
	padding:0 130px;
}

#category-filter-bar {
	margin-bottom: 30px;
	    background-color: #fafafa;
    padding: 10px;
}

/*
.sort-filter {
	width:225px;
	margin-right:50px;
}

.show-filter {
	width:145px;
}
*/
.view-btn-group {
	margin-right:50px;
	font-size:0;
}

.btn-view {
	width:34px;
	text-indent:-9999px;
	border:1px solid transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-color: transparent;
}

.btn-view:hover,
.btn-view:active,
.btn-view:focus {
	background-color: transparent;
	border-color:transparent;
}

.btn-view.btn-view-grid {
	background-position: -203px -429px;
}

.btn-view.btn-view-list {
	margin-left:25px;
	background-position: -235px -429px;
}

.btn-view.active {
	background-image: url('../images/sprites/sprite.png');
	box-shadow:none;
	-webkit-box-shadow:none;
	border:1px solid #d7d5cb;
}

.category-grid .row {
	margin-left:-12.5px;
	margin-right:-12.5px;
}

.category-grid .col-sm-4,
.category-grid .col-md-4 {
	padding:0 12.5px;
}

.category-grid .product {
	margin-bottom:7px;
}

.category-grid .row.last .product {
	margin-bottom:0;
}


.category-list .product  {
	margin-bottom:60px;
	position: relative;
}

.category-list .product .product-top {
	width:220px;
	margin-right:25px;
	float:left;
}

.product-list-content .product-name {
	text-align: left;
	font-size:20px;
	margin:8px 0 14px;
}

.product-list-content p {
	font-size:14px;
	line-height: 23px;
}

.product-list-meta  {
	margin-top:8px;
}

.product-list-meta .product-price-container,
.product-list-meta .ratings-container {
	text-align: right;
}

 .product-list-meta .product-price-container{
 	margin-bottom:13px;
 }

.product-list-meta .ratings-container  {
	margin-bottom:17px;
}

.product-list-meta .ratings-container .ratings-amount {
	display:block;
	color:#a7a091;
}

.product-list-meta .product-price,
.product-list-meta .product-old-price {
	font-size:18px;
}

.product-list-meta .product-action-container .btn {
	padding:7px 15px;
}

.product-list-action-wrapper {
	text-align: right;
}

.product-list-action-wrapper .product-btn {
	width:40px;
	height:36px;
	text-indent: 9999px;
}

.product-list-action-wrapper .product-btn.product-favorite {
	background-position: -250px -461px;
}

.product-list-action-wrapper .product-btn.product-favorite:hover,
.product-list-action-wrapper .product-btn.product-favorite:active {
	background-position: -250px -495px;
}

.product-list-action-wrapper .product-btn.product-compare {
	background-position: -288px -461px;
}

.product-list-action-wrapper .product-btn.product-compare:hover,
.product-list-action-wrapper .product-btn.product-compare:active {
	background-position: -288px -495px;
}

.product-list-action-wrapper .product-btn.product-whislist {
	background-position: -326px -461px;
}

.product-list-action-wrapper .product-btn.product-whislist:hover,
.product-list-action-wrapper .product-btn.product-whislist:active {
	background-position: -326px -495px;
}



/* category sidebar*/
.sidebar-banner {
	position: relative;
	text-align: center;
}

.sidebar-banner-content {
	position:absolute;
	left:0;
	top:0;
	height:100%;
}

.sidebar-banner-content h5 > span{
	display:block;
	font:18px/50px 'source_code_proregular', sans-serif;
	margin-bottom: 3px;
}

.sidebar-banner-content h5 {
	color:#696459;
	font:35px/1 'judsonbold', Verdana;
	text-transform: uppercase;
	margin-bottom:14px;
}

.widget .product-image-container {
	float:left;
	width:80px;
	margin-right:20px;
}

.widget .product-group .product {
	margin-bottom:30px;
}

.widget .product-group .product:last-child {
	margin-bottom:20px;
}

.widget .product-name {
	font-size:15px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 7px;
}

.widget .product-price-container {
	text-align: left;
}

.widget .product-content {
	margin-left:100px;
}

.widget .ratings-container {
	margin-bottom:5px;
}

.widget .accordion-title {
	font-size:17px;
	color:#f40606;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	padding-bottom: 10px;
}

.widget .accordion-title:after,
.widget .accordion-title .accordion-btn:after {
	display:none;
}

.widget .accordion-title .accordion-btn {
	width:20px;
	height:20px;
}

.widget .accordion-title .accordion-btn.open {
	content: "\e982";
}
.widget .accordion-title .accordion-btn.collapsed i:before {
	content: "\e99d";
}
.widget .accordion-title .accordion-btn:hover,
.widget .accordion-title .accordion-btn:focus {
	background-color:#fff;
	border:none;
}

.widget .accordion-title .accordion-btn.open:hover,
.widget .accordion-title .accordion-btn.open:focus {
}

.widget .accordion-body .accordion-body-wrapper {
	padding:0px 0 20px;
}

.widget .panel:last-child .accordion-body .accordion-body-wrapper {
	padding-bottom:10px;
}

.filter-color-container,
.filter-size-container  {
	font-size:0;
}

.filter-color-container .row,
.filter-size-container .row {
	margin-left:-6px;
	margin-right:-6px;
}

.filter-color-box,
.filter-size-box {
	display: inline-block;
	/* eliminado mayte rompe tallas producto width:35px; */
	height:35px;
	min-width:35px;
	border:1px solid #d7d5cb;
	margin: 0 6px 12px;
	padding-right:5px;
	padding-left:5px;
}

.filter-color-box {
	box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
}

.filter-color-box:hover,
.filter-color-box:focus {
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
}

.dark .product-single-meta .filter-color-box  {
	box-shadow: none;
	-webkit-box-shadow:none;
}

.dark .product-single-meta .filter-color-box:hover,
.dark .product-single-meta .filter-color-box:focus {
	box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
}

.filter-size-box {
	color:#a39d94;
	font-size:16px;
	line-height:33px;
	text-align: center;
	text-transform: uppercase;
}

.filter-size-box.active {
	background-color: #fff;
	cursor: default;
}

.filter-size-box.active:hover,
.filter-size-box.active:focus {
	background-color: #fff;
	border-color: #d7d5cb;
	color:#a39d94;
}
/*.filter-size-box:hover,.filter-size-box:focus, .filter_act {*/
.filter-size-box:hover, .filter_act {
	background-color: #f40607;
	border-color:#f40607;
	color:#fff !important;
}

.filter-size-box:focus {
	color:#a39d94;
}
/* noUiSlider Styles */
noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}

.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}

.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 4px;
}

.noUi-horizontal .noUi-handle {
	width:15px;
	height:15px;
	left: 0;
	top: -6.5px;
}

.noUi-horizontal.noUi-extended {
	padding: 0 15px;
}

.noUi-horizontal.noUi-extended .noUi-origin  {
	right: -15px;
}

/* Styling */
.noUi-background {
	background: #d7d2c1;
}

.noUi-connect {
	background: #f40607;
	-webkit-transition: background 450ms;
	-moz-transition: background 450ms;
	-o-transition: background 450ms;
	-ms-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 3px;
}

.noUi-target {
	border-radius: 2px;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;*/
.noUi-dragable {
	cursor: w-resize;
}

.noUi-handle {
	border-radius: 50%;
	background: #f40607;
	cursor: default;
}

/* Blocked state */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
	background: #4FDACF;
}

#price-range {
	margin-top:5px;
}

.filter-price .row {
	margin-left:-10px;
	margin-right:-10px;
}

.filter-price .col-xs-6 {
	padding:0 10px;
}

.filter-price-label {
	color:#a39d94;
	font-size:16px;
	margin-bottom:5px;
}

#filter-range-details .form-control {
	border-color:#d7d5cb;
	font-size:18px;
	/*font-family: 'LatoWeb', sans-serif;*/
	color:#a39d94;
	height:35px;
	margin-bottom: 20px;
	padding:7px 10px 7px 20px;
}

/* fix for display:inline-block auto margin for child elements*/
.filter-price-action {
	font-size:0;
}

.filter-price-action .btn {
	margin-right:20px;
}

/* =============================================
------------------- 10.Blog.html -----------------
==============================================*/

.article {
	padding-left:100px;
	position:relative;
	margin-bottom:80px;
}

.article.last {
	margin-bottom:0;
}

.article-media-container {
	margin-bottom:30px;
	background: #cccccc;
}

.article h2 {
	font-size:28px;
	line-height:24px;
	margin-bottom: 11px;
}

.article h2,
.article h2 a {
	color:#857e70;
}

.article h2 a:hover {
	color:#9b968b;
}

.article-meta-box {
	position: absolute;
	left:0;
	top:0;
	width:80px;
	height:70px;
	border:1px solid #e6e0d1;
	text-align: center;
	padding:10px;
	font-size:12px;
	line-height:20px;
	color:#9e9b90;
	text-transform: uppercase;
}

.article-meta-box a {
	color:#9e9b90;
}

.article-meta-box a:hover {
	color:#857e70;
}

.meta-box-text {
	display:block;
	margin-top:-2px;
}

.article-meta-box.article-meta-comments {
	top:71px;
}

.article-icon {
	display:inline-block;
	width:27px;
	height:28px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
}

.article-icon.article-date-icon {
	background-position: -201px -112px;
}

.article-icon.article-comment-icon {
	background-position: -228px -112px;
}

.article-meta-container {
	margin-top:24px;
	/*font-family: 'LatoWeb', Verdana;*/
}

.readmore {
	display: inline-block;
	text-transform: uppercase;
	font:14px/20px 'LatoWeb', sans-serif;
	font-size:14px;
	color:#898678;
	border:1px solid #cbc6b5;
	padding:7px 25px;
	transition:color 0s;
	-webkit-transition:color 0s;
	-moz-transition:color 0s;
	-ms-transition:color 0s;
	-o-transition:color 0s;
}

.readmore:hover,
.readmore:focus,
.readmore:active {
	background: #f40607;
	border-color: #f40607;
	color:#fefefe;
}


.article-meta-wrapper {
	float:right;
	line-height:36px;
	text-align:right;
}

.article-meta,
.article-meta a {
	color:#9d9787;
}

.article-meta a:hover {
	color:#857e70;
}

.article-meta:after {
	content:'/';
	padding:0 11px;
}

.article-meta:last-child:after {
	content:'';
	padding:0;
}

/* Sidebar */
/* quitado para no descuadrar la página listado de artículos
.sidebar.margin-top-up {
	margin-top:-10px;
}
*/
.sidebar h3 {
	color:#908876;
	font-size:23px;
	line-height: 40px;
	text-transform:uppercase;
	margin-bottom:19px;
}

.sidebar .widget {
	margin-bottom:60px;
	position: relative;
}

#category-widget {
	/*font-family: 'LatoWeb', Verdana;*/
	text-transform: uppercase;
	padding-bottom: 10px;
}

#category-widget a {
	display:block;
	font-size:15px;
	line-height: 30px;
	padding:4px 10px;
}

#category-widget a:hover {
	color:#88837a;
}

#category-widget > li > a {
	color:#a39d94;
	position: relative;
	border-top:1px solid #e6dfd1;
}

#category-widget > li:last-child {
	border-bottom:1px solid #e6dfd1;
}

#category-widget li li {
	padding-left:11px;
}

#category-widget li li:first-child {
	border-top:1px solid #e6dfd1;
}

#category-widget li li:last-child,
#category-widget li li:last-child a {
	border-bottom:none;
}

#category-widget li li a {
	color:#b6b1a8;
	padding:4.5px 10px;
	border-bottom:1px solid #efe7d9;
}

#category-widget li ul {
	display:none;
}

#category-widget li.open ul {
	display:block;
}

.category-widget-btn {
	display:block;
	width:23px;
	height:23px;
	background-color: #cbc6b2;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -364px -76px;
	position: absolute;
	right:10px;
	top:8px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.category-widget-btn:hover {
	background-color: #f40607;
}

.open .category-widget-btn {
	background-position: -387px -76px;
	background-color: #f40607;
}

.tagcloud {
	font-size:0;
	line-height:0;
}

.tagcloud a {
	display:inline-block;
	font:15px/20px 'judsonregular', Verdana;
	color:#9f9b8c;
	padding:4.5px 10px 1.5px;
	border:1px solid #d7d2c0;
	margin:0 13px 13px 0;
	transition:color 0s;
	-webkit-transition:color 0s;
	-moz-transition:color 0s;
	-ms-transition:color 0s;
	-o-transition:color 0s;
}

.tagcloud a:hover {
	background: #d7d2c0;
	color:#fff;
}

.flickr-widget li {
    display:block;
    float:left;
    margin:0 6px 6px 0;
    padding:0;
    width:83px;
    height:83px;
    overflow:hidden;
}

.flickr-widget li:nth-child(3n) {
	margin-right:0;
}

.flickr-widget li a {
    display:block;
    position:relative;
    width:100%;
    height:100%;
}

.flickr-widget li a img {
	width: 100%;
}


/* Siderbar slider/carousel buttons*/
.sidebar .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top:4px;
	right:0;
	width:59px;
	height:27px;
	z-index:99;
}

.sidebar .owl-theme .owl-controls .owl-buttons div {
	display:inline-block;
	width:27px;
	height:27px;
	padding: 0;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	text-indent:9999px;
	border:1px solid #aea995;
	border-radius:0;
	margin:0;
}





.sidebar .owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-left:5px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.sidebar .owl-theme .owl-controls.clickable .owl-buttons div:hover,
.sidebar .owl-theme .owl-controls.clickable .owl-buttons div:focus {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#f40607;
	border:none;
}

.sidebar .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: -180px -1310px;
}

.sidebar .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -216px -1337px;
}

.sidebar .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.sidebar .owl-theme .owl-controls .owl-buttons div.owl-prev:focus {
	background-position: -214px -1310px;
}

.sidebar .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
.sidebar .owl-theme .owl-controls .owl-buttons div.owl-next:focus {
	background-position: -180px -1337px;
}

.sidebar .owl-carousel .article {
	margin-left:0;
	margin-right:0;
}

.latest-posts-slider .article {
	padding-left:0;
	margin-bottom:50px;
}

.latest-posts-slider .article:last-child {
	margin-bottom:10px;
}

.latest-posts-slider .article-media-container {
	margin-bottom: 18px;
}

.latest-posts-slider  .article-meta-box {
	background: #fafafa;
	left:10px;
	top:10px;
	width:60px;
	height:52px;
	padding:5px;
	font-size:11px;
}

.latest-posts-slider .article-icon {
	width:20px;
	height:21px;
}

.latest-posts-slider .meta-box-text {
	margin-top:-4px;
}

.latest-posts-slider .article-icon.article-date-icon {
	background-position: -199px -168px;
}

.latest-posts-slider .article h4 {
	font-size:20px;
	line-height: 23px;
	margin-bottom: 2px;
}

.latest-posts-slider .article h4 a {
	color:#857e70;
}

.latest-posts-slider .article h4 a:hover {
	color:#9b968b;
}

.latest-posts-slider p {
	margin-bottom: 15px;
	font-size:13px;
	line-height: 1.5;
}

.latest-posts-slider .readmore {
	font-size:12px;
	padding:4px 13px;
}

.comments-slider .comment {
	margin-bottom:48px;
}

.comments-slider .comment:last-child {
	margin-bottom:0;
}

.comments-slider .comment-media-container {
	float:left;
	margin-right:20px;
}

.comments-slider .comment-meta {
	padding-left:90px;
	position: static;
}

.comments-slider  h4 {
	font-size:20px;
	line-height: 23px;
	margin-bottom: 2px;
	font-style: italic;
}

.comments-slider  h4 a {
	color:#9d9689;
}

.comments-slider  h4 a:hover {
	color:#857e70;
}

.comments-slider .comment-date {
	display:block;
	color:#b9b1a2;
	font-size:12px;
	margin-bottom: 3px;
}

.comments-slider .comment p {
	font-size:13px;
	line-height: 20px;
	margin-bottom: 7px;
}

.popular-posts-slider .article {
	margin-bottom:30px;
	min-height:70px;
	padding-left:100px;
}

.popular-posts-slider .article:last-child {
	margin-bottom:0;
}

.popular-posts-slider .article h4 {
	font-size:18px;
	line-height: 23px;
}

.popular-posts-slider .article h4 a {
	color:#857e70;
}

.popular-posts-slider .article h4 a:hover {
	color:#9b968b;
}

.popular-posts-slider .article-meta-box {
	left:0;
	top:0;
	width:80px;
	height:70px;
	padding:10px;
}


/* =============================================
------------------- 11.Single.html ----------------
==============================================*/

.article-meta-list  li  > span {
	color:#837d6e;
	margin-right: 9px;
}

.article-meta-list  li,
.article-meta-list  li a {
	color:#9d9787;
}

.article-meta-container .social-links  {
	margin-top:6px;
}

.article-meta-list  li a:hover,
.author a:hover {
	color:#837d6e;
}

.author {
	margin-bottom:92px;
}

.author a {
	color:#9d9689;
}

.author h3 {
	font:25px/21px 'judsonitalic', sans-serif;
	margin-bottom:9px;
}

.author p {
	font-size:15px;
	margin-bottom: 14px;
}

.author figure {
	background: #bdbdbd;
	margin-right:30px;
	max-width:160px;
}

.author-meta {
	margin-left:190px;
}

.related-posts-carousel  {
	margin-bottom:92px;
}

.related-posts-carousel .article {
	margin:0 15px;
	padding:0;
}

.related-posts-carousel .article-media-container {
	margin-bottom:21px;
}

.related-posts-carousel .article-meta-box {
	background: #fafafa;
	left:10px;
	top:10px;
	width:60px;
	height:52px;
	padding:5px;
	font-size:11px;
}

.related-posts-carousel .article-icon {
	width:20px;
	height:21px;
}

.related-posts-carousel .article-icon.article-date-icon {
	background-position: -199px -168px;
}

.related-posts-carousel h4 {
	font-size:20px;
	margin-bottom:3px;
}

.related-posts-carousel h4 a {
	color:#857e70;
}

.related-posts-carousel h4 a:hover {
	color:#9b968b;
}

.related-posts-carousel .article p {
	font-size:13px;
	margin-bottom: 15px;
}

.related-posts-carousel .readmore {
	font-size:12px;
	padding:4px 13px;
}

.comments-area h3 {
	font:27px/38px 'LatoWebThin',  Verdana, sans-serif;
	color:#847e71;
	text-transform: uppercase;
	margin-bottom:27px;
}

.comment {
	margin-bottom: 85px;
}

.comment figure {
	float:left;
	max-width:101px;
	border:1px solid #e6e0d1;
	margin-right:29px;
}

.comment-content {
	margin-left:130px;
	position: relative;
}

.comment h5 {
	font:25px/1 'judsonitalic', Verdana, sans-serif;
	margin-bottom: 7px;
}

.comment h5,
.comment h5 a {
	color:#9b968b;
}

.comment h5 a:hover {
	color:#857e70;
}

.comment p {
	font-size:15px;
	margin-bottom: 0;
}

.comment-meta {
	position: absolute;
	top:0;
	right:0;
}

.comment-meta,
.comment-meta a {
	color:#b9b1a2;
}

.comment-meta a:hover {
	color:#9b968b;
}

.comment-meta .separator {
	margin:0 13px;
}

.comments ul {
	padding-left:50px;
}

.comments ul ul {
	padding-left:100px;
}


#comment-form textarea {
	height:162px;
	padding:14px;
}

/* =============================================
----------------- 13.Cart.html ------------------
==============================================*/

.table {
	border:1px solid #e7e2d1;
	margin-bottom:0;
	color:#9e988a;
}

.table img {
	display:inline-block;
	max-width:100%;
	height:auto;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
	padding: 25px;
	line-height: 1.5;
	border-top: none;
	text-align:center;
}


.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
	white-space:normal;
 }

.cart-table thead tr th {
	padding:4px;
	border-color:transparent;
	border-bottom:none;
	background:#e7e2d1;
}

.table .table-title {
	font:16px/20px 'LatoWeb', sans-serif;
	color:#a19988;
	text-transform:uppercase;
}

.cart-table  > thead > tr > th:last-child {
	border-right:transparent;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #e7e2d1 !important;
	padding: 4px !important;
	vertical-align: middle;
}
.total-table {
	background-color:#e7e2d1 !important;
	font-weight:bold;
	font-size: 18px;
}

.table figure a {
	display:block;
}

.cart-table .product-name-col  {
	width:500px;
}

.cart-table .product-name-col figure {
	max-width:20%;
	float:left;
	margin-right:25px;
	border:1px solid #e6dfd1;
}

.cart-table .product-name-col ul li {
	padding:1px 0;
}

.cart-table .product-code {
	padding-top:30px;
}
.table-descuento {
	/* background-color: #f8f7f1; */
	border: solid 1px #e7e2d1;
}

.table .product-name {
	font-size:18px;
	line-height:25px;
	text-align:left;
	margin:5px 0 8px;
}
.table .product-quantity-col {
	margin-bottom:20px;
}
.table .product-price-special {
	font-size:18px;
	/*font-family:'LatoWeb', Verdana, sans-serif;*/
	display:inline-block;
	margin-top:2px;
}

.table .product-total-col .product-price-special {
	color: #f40607 !important;
}

#tabla-totales > tbody > tr > td {
	border-top: 1px solid #e7e2d1 !important;
	padding: 4px !important;
	vertical-align: middle;
	text-align: left;
}
#tabla-totales > thead > tr > td {
	border-top: 1px solid #e7e2d1 !important;
	padding: 4px !important;
	vertical-align: middle;
	font-weight:bold;
	text-transform:uppercase;
}
#tabla-totales > tfoot > tr > td {
	border-top: 1px solid #e7e2d1 !important;
	padding: 4px !important;
	vertical-align: middle;
	font-weight:bold;
	text-transform:uppercase;
}
#tabla-totales .text-right {
	text-align: right !important;
}
.btn-activar {
	margin-top: 10px;
	float:right;
}

.cart-table .product-name-col ul {
	text-align:left;
}

.cart-table .item-name-col ul li{
	display:block;
}


.table .custom-quantity-input {
	width:70px;
	height:34px;
	margin:0 auto;
}

.table .custom-quantity-input input {
	height:100%;
	width:100%;
	font-size:15px;
	background: transparent;
	color:#9e988a;
	border:1px solid #cbc6b5;
	text-align: center;
}
.table .custom-quantity-input .quantity-btn {
	width:22px;
	height:22px;
	line-height:22px;
}

.compare-product-table .close-button {
	margin-left:0;
}

.close-button {
	display:inline-block;
	width:18px;
	height:18px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -334px -189px;
	-webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	-o-transition:background-color 0.3s ease-in-out;
	-ms-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
	vertical-align: top;
}

.close-button:hover {
	background-color:#f40607;
	background-position: -334px -207px;
	border-color:#f40607;
}

.close-button.disabled:hover {
	background-position: -334px -189px;
	background-color: transparent;
}

.cart-table .close-button {
	margin-top:7px;
}

.total-table {
	font:15px/18px "LatoWeb", sans-serif;
	color:#9e988a;
	/* text-transform:uppercase; */
}

.total-table > tbody > tr > td,
.total-table > tbody > tr:first-child > td,
.total-table > tbody > tr:last-child > td  {
	padding:16px 29px;
	line-height:21px;
	text-align: right;
}

.total-table > tbody > tr > td,
.total-table > tfoot > tr > td {
	border-right:1px solid #e7e2d1;
}

.total-table > tfoot > tr > td {
	padding: 19.5px;
	font-size:18px !important;
	font-weight:bold;
	text-align: right;
	line-height:21px;
	background:#f8f4ee;
	color:#858073;
}

.total-table > tfoot > tr > td:last-child {
	color:#f40607;
}
tr.total-table td {
	font-size:18px !important;
	text-align: right;
}
.ship-desc {
	font-size:16px;
	line-height:20px;
	color:#ada99c;
	margin-top:20px;
}

.ship-row {
	margin-bottom: 15px;
	padding:20px;
}

.ship-row:last-child {
	margin-bottom: 5px;
}

.ship-label {
	line-height: 34px;
}

.ship-label  > i {
	color:#f40607;
}

.ship-post {
	padding-right:20px;
}

.ship-row,
.ship-row input {
	color:#b8b4a8;
	border-color:#d7d5cb;
}

.ship-row .form-control {
	margin-bottom: 0;
}
.stock {
    border: 1px solid transparent;
    border-radius: 4px;
	max-width: 100px;
    margin: 0 auto;
    padding: 2px;
}
.stock-success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.stock-danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.cart_quantity_up {
	width: 46%;
	height: 22px;
    padding: 0px;
    margin: 0px;
    color: #a6a5a1;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/sprites/sprite.png);
    background-repeat: no-repeat;
    background-position: -88px -1089px;
}
.cart_quantity_down {
	width: 46%;
	height: 22px;
    padding: 0px;
    margin: 0px;
    color: #a6a5a1;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/sprites/sprite.png);
    background-repeat: no-repeat;
    background-position: -88px -1111px;
}

.tr_destacado {
	background-color: #f40607;
    color: #fff;
}

/* =============================================
-------- 14.Compare-Products.html ------------
==============================================*/


.table.compare-table > thead > tr > th,
.table.compare-table > tbody > tr > th,
.table.compare-table > tfoot > tr > th,
.table.compare-table > thead > tr > td,
.table.compare-table > tbody > tr > td,
.table.compare-table > tfoot > tr > td {
	padding:10px;
	line-height:20px;
	font-size:13px;
	vertical-align: middle;
	border-bottom: none;
}

.table.compare-table > tbody > tr.product-row > td {
	padding:20px;
	vertical-align: top;
}

.table.compare-table > tbody > tr.action-row > td {
	padding:30px;
}

.table.compare-table > tbody > tr.summary-row > td {
	padding:14px 30px;
}

.compare-table  > thead > tr:first-child > td,
.compare-table  > tbody > tr:first-child > td {
	border-top-color:#e7e2d1 !important;
}

.compare-table  > thead > tr > td:last-child,
.compare-table  > tbody > tr > td:last-child,
.compare-table > tfoot > tr > td:last-child {
	border-right-color:#e7e2d1 !important;
}
.compare-table  > thead > tr > td,
.compare-table  > tbody > tr > td,
.compare-table > tfoot > tr > td {
	border-top-color:#e7e2d1;
	border:1px solid #e7e2d1;
}

.compare-table .table-title {
	width:230px;
	text-align: left;
	border-right:none;
	background:#e7e2d1;
	font-size:15px !important;
	line-height: 19px !important;
	padding:15px 10px 15px 30px !important;
	vertical-align: top !important;
}

.compare-table .product-row .table-title,
.compare-table .summary-row .table-title {
	padding:16px 10px 16px 30px !important;
}

.compare-table  figure {
	max-width:170px;
	margin:0 auto;
}

.compare-table  figure img {
	border:1px solid #e6dfd1;
}

.compare-table .product-name {
	text-align:center;
	font-size:16px;
	line-height:22px;
	margin:24px 0 6px;
	padding:0 15px;
}

.compare-table .product-price-special {
	color:#f40607;
	font-size:16px;
	line-height: 17px;
}

.compare-table .brand-row {
	text-transform: uppercase;
}

.compare-table .ratings {
	vertical-align: middle;
}

.compare-table .btn {
	padding:7px 17px;
}

.compare-table .btn-custom-2 {
	font-size:13px;
	line-height:1.5;
	color:#e8e8e8 !important;
}


/* =============================================
------------------- 15.Checkout.html --------------
==============================================*/


.help-block {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size:13px;
}

.help-block a {
	color:#f40607;
}

.help-block a:hover {
	text-decoration:underline;
}

h2.accordion-title {
	font-size:33px;
}

.subtitle {
	font:22px/1 'LatoWeb', Verdana, sans-serif;
	color:#b3ada1;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.accordion .form-group,
.accordion .form-group .form-control {
	margin-bottom:25px;
}

.panel.darkerbg {
	background-color: #f3f1ea;
	padding:60px 0 45px;
	margin-bottom:35px;
}

.panel.darkerbg .accordion-title .accordion-btn:after,
.panel.darkerbg .accordion-title .accordion-btn,
.panel.darkerbg .accordion-title > span {
	background-color: #f3f1ea;
}

.panel.darkerbg .accordion-title .accordion-btn:hover,
.panel.darkerbg .accordion-title .accordion-btn:focus {
	background-color: #f40607;
}

.panel.darkerbg .accordion-title:after {
	background:#e3e3e3;
}

.checkout-table thead tr th {
	padding:17px 25px;
	border-color:transparent;
	border-bottom:none;
	background:#e7e2d1;
}

.checkout-table thead tr th:last-child {
	width:58px;
}

.checkout-table .checkout-table-title,
.checkout-table .checkout-table-price,
.checkout-table .checkout-total-title,
.checkout-table .checkout-total-price  {
	font:15px/20px "LatoWeb", sans-serif;
	color:#9e988a;
	text-transform:uppercase;
	padding:16px 15px;
}

.checkout-table .product-code {
	padding-top: 30px;
}

.checkout-table .checkout-table-title{
	text-align:right;
	border-right:1px solid #e7e2d1;
}

.checkout-table .checkout-total-title,
.checkout-table .checkout-total-price {
	padding-top:19px;
	padding-bottom:19px;
	color:#858073;
}

.checkout-table .checkout-table-title,
.checkout-table .checkout-total-title {
	text-align: right;
}

.checkout-table .checkout-table-title > span,
.checkout-table .checkout-total-title > span {
	display:inline-block;
	width:200px;
	text-align: left;
}


.checkout-table .checkout-total-title {
	text-align:right;
	border-right:1px solid #e7e2d1;
	font-size:15px;
	line-height:22px;
	color:#666;
}

.checkout-table .checkout-total-price {
	font-size:15px;
	color:#e82c0c;
	line-height:22px;
	width:250px;
}

.checkout-table .product-name-col  {
	width:500px;
}

.checkout-table .product-name-col figure {
	width:170px;
	float:left;
	margin-right:25px;
	border:1px solid #e6dfd1;
}

.checkout-table .product-name-col ul {
	text-align:left;
}

.checkout-table .product-name-col ul li{
	display:block;
}

.checkout-table tfoot tr {
	background:#f8f4ee;
}

.accordion-body .checkout-table ul {
	padding-left:0;
}



/* =============================================
---------------- 16.Contact.html ---------------
==============================================*/

/* give right side larger padding*/
.padding-right-md {
	padding-right:25px;
}
/* give left side larger padding*/
.padding-left-md {
	padding-left:25px;
}

.padding-right-lg {
	padding-right:35px;
}
/* give left side larger padding*/
.padding-left-lg {
	padding-left:35px;
}

/* give both side larger padding*/
.padding-both-lg {
	padding:0 35px;
}

/* give right side xlarge padding*/
.padding-right-xlg {
	padding-right:50px;
}

.padding-right-lger {
	padding-right:40px;
}


#map {
	height:700px;
	margin-bottom:40px;
}

#map img {
	max-width:none;
}

.map-info-box {
	padding:8px;
	min-height:90px;
}

.map-info-box h4 {
	font-size:18px;
	margin-bottom:10px;
}

.map-info-box p {
	margin-bottom:5px;
}

.contact-container {
	padding-top:8px;
}

.contact-container h2 {
	color:#b3ada1;
}

.contact-box h3 {
	font:16px/25px 'LatoWeb', Verdana, sans-serif;
	color:#989686;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact-box {
	margin-bottom:30px;
	color:#a8a292;
}

.contact-box p:last-child {
	margin-bottom: 0;
}
.gracias-banner {
	background-color: #e3e3e3;
	background-image: url('../images/ecom_images/confirmacion-compra.jpg');
	background-repeat:no-repeat;
    background-size:cover;
	background-position:top center;
	text-align:center;
	height: 344px;
	color:#62615f;
	position: relative;
}

.contact-banner {
	background-color: #e3e3e3;
	background-image: url('../images/ecom_images/banner-contacto.jpg');
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center center;
	text-align:center;
	height:310px;
	color:#62615f;
	position: relative;
}
.marcas-banner {
	background-color: #ffffff;
	background-image: url('../images/ecom_images/banner-marcas.jpg');
	background-repeat:no-repeat;
	background-position:center center;
    background-size:cover;
	text-align:center;
	height:350px;
	color:#62615f;
	position: relative;
}
.contact-list li,
.contact-address {
	font-size:14px;
	line-height:28px;
}

.contact-address {
	line-height:29px;
}

.contact-list li > span {
	color:#aaaaaa;
	text-decoration: underline;
	margin-right:6px;
	font-size:15px;
	line-height:28px;
}


/* =============================================
-------------- 17.Contact-two.html ------------
==============================================*/

textarea.min-height-lg {
	height:178px;
}

.contact-box-lg h3 {
	font-size:23px;
	color:#908876;
	text-transform: uppercase;
	margin-top:6px;
}

.contact-box-lg .contact-list li {
	font-size:14px;
	line-height:36px;
}


/* =============================================
--------------------- 18.Footer -----------------
==============================================*/

#footer {
	background-color:#f9f9f9;
	font-size:15px;
	line-height:23px;
	color:#848484;
	overflow: hidden;
}

#footer.footer2 {
	background-color: #edecdf;
}

#footer.footer4 {
	background-color: #898477;
	color:#edeae3;
}

#footer.footer6 {
	color:#7c7a75;
}

#footer a {
	color:#848484;
}

#footer a:hover {
	color:#848484;
}

#footer.footer4 a {
	color:#edeae3;
}

#footer.footer4 a:hover {
	color:#fff;
}

#footer.footer5 a:hover {
	color:#f40607;
}

#footer.footer6 a {
	color:#c7c4bc;
}

#footer.footer6 a:hover {
	color:#fff;
}

#footer-top-map {
	width:100%;
	height:550px;
}

#footer-top-small-map {
	width:100%;
	height:100px;
	border:1px solid #dad7cb;
	margin-bottom:13px;
}

#footer.footer4 #footer-top {
	background-color: #f3f3f0;
	padding:65px 0 29px;
}

#footer.footer5 #footer-top {
	background-color: #fafafa;
	border-top:1px solid #ecebe1;
	padding:68px 0 0;
}

#footer.footer6 #footer-top {
	background-color: #f0efe8;
	padding:77px 0 0;
}

#footer .product-group .product:last-child,
#footer .product-group .product:last-child {
	margin-bottom: 0;
}

#footer-top .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top:-4px;
	right:35px;
	width:72px;
	height:32px;
	z-index:99;
}

#footer-top .owl-theme .owl-controls .owl-buttons div {
	width:31px;
	height:31px;
}

#footer-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: 0 -1075px;
}

#footer-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -41px -1106px;
}

#footer-top .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
#footer-top .owl-theme .owl-controls .owl-buttons div.owl-prev:focus {
	background-position: -39px -1075px;
}

#footer-top .owl-theme .owl-controls .owl-buttons div.owl-next:hover,
#footer-top .owl-theme .owl-controls .owl-buttons div.owl-next:focus {
	background-position: 0 -1106px;
}

#footer-top .product-name a {
	color:#7d786e;
}

#footer-top .product-name a:hover {
	color:#f40607;
}

#footer .twitter-top-widget .tweet_top {
	margin-bottom:15px;
}

#footer .twitter-top-widget .tweet_avatar {
	margin-right:20px;
}

#footer .twitter-top-widget .tweet_user {
	font-size:13px;
	color:#9c9b8d !important;
}

#footer .twitter-top-widget .tweet_list li {
	margin-bottom:40px;
}

#footer .twitter-top-widget .tweet_list li:last-child {
	margin-bottom:0;
}

#footer .twitter-top-widget .tweet_list a {
	color:#f40607;
}

#footer .twitter-top-widget .tweet_list a:hover {
	color:#f40607;
}

#footer .twitter-top-widget .tweet_time {
	display:block;
	margin-top:9px;
	font-size:13px;
}

#footer #footer-top .form-group,
#footer #footer-top .form-group .form-control {
	margin-bottom:10px;
}

#footer.footer5 #footer-top .btn {
	padding:7px 15px;
}

#footer .twitter-top-widget .tweet_time a {
	color:#bcb6a5;
}

#footer #footer-top .form-control.input-lg {
	font-size:14px;
	height:40px;
	padding:11px 15px;
}

#footer.footer6 #footer-top .form-control {
	background-color: #f0efe8;
	border-color:#dad7cb;
	color:#a8a695;
}

#footer #footer-top textarea.form-control.min-height-sm {
	height:90px;
}

#footer #footer-top .form-control:-moz-placeholder {
	/*font-family: 'LatoWeb', Verdana;*/
}

#footer #footer-top .form-control::-moz-placeholder {
	/*font-family: 'LatoWeb', Verdana;*/
}

#footer #footer-top .form-control:-ms-input-placeholder {
	/*font-family: 'LatoWeb', Verdana;*/
}

#footer #footer-top .form-control::-webkit-input-placeholder {
	/*font-family: 'LatoWeb', Verdana;*/
}

#footer #footer-top textarea.form-control.input-lg {
	padding:10px 15px;
}

#footer #footer-wrapper {
	background-image: url('../images/footerbg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#footer #footer-inner {
	padding:95px 0 33px;
	position: relative;
}

#footer.footer2 #footer-inner {
	padding:95px 0 17px;
}

#footer.footer3 #footer-inner {
	padding:95px 0 67px;
}

#footer.footer4 #footer-inner,
#footer.footer5 #footer-inner,
#footer.footer6 #footer-inner {
	padding:68px 0 0;
}


#footer-inner #scroll-top {
	border-color:transparent;
	border-bottom:none;
	position: absolute;
	background-position: 0 -222px;
	top:-46px;
	right:80px;
}

#footer-inner #scroll-top:hover {
	background-color: #f40607;
	border:none;
	background-position: 0 -273px;
}

#footer .widget {
	margin-bottom:63px;
	position: relative;
}

#footer.footer4 .widget {
	margin-bottom:53px;
}

#footer.footer5 .widget,
#footer.footer6 .widget  {
	margin-bottom:57px;
}

#footer.footer4 .widget.facebook-widget {
	margin-bottom:25px;
}

#footer.footer5 .widget.facebook-widget,
#footer.footer6 .widget.facebook-widget {
	margin-bottom:33px;
}

#footer h4 {
    font-size: 23px;
	color:#f848484;
	text-transform: uppercase;
	margin-bottom:23px;
}

#footer.footer4 h4,
#footer.footer5 h4,
#footer.footer6 h4  {
	color:#fff;
	font:18px/1 'LatoWeb', Arial, sans-serif;
	margin-bottom: 20px;
}

#footer.footer5 h4 {
	color:#888779;
}

#footer.footer4 #footer-top h4 {
	font:24px/1 'LatoWebThin', Arial, sans-serif;
	margin-bottom: 45px;
	color:#847e71;
}

#footer.footer5 #footer-top h4,
#footer.footer6 #footer-top h4 {
	font:23px/1 'source_code_proregular', Arial, sans-serif;
	margin-bottom: 35px;
}

#footer.footer6 #footer-top h4 {
	color:#888779;
}

#footer .border-bottom {
	padding-bottom:20px;
	border-bottom:1px solid #e0dfd4;
	margin-bottom:18px;
}

.widget .links li {
	margin-bottom:1px;
}

.widget .links  a {
	display:block;
	line-height:35px;
}

#footer.footer4 .widget .links a,
#footer.footer5 .widget .links a,
#footer.footer6 .widget .links a {
	line-height:38px;
}

#footer .twitter-widget {
	padding-top:6px;
}

#footer .twitter-widget .tweet_list li {
	margin-bottom:27px;
}

#footer .twitter-widget .tweet_list li:last-child {
	margin-bottom:0;
}

#footer .twitter-widget .tweet_list a {
	color:#f40607;
}

#footer .twitter-widget .tweet_list a:hover {
	color:#f40607;
}

#footer .twitter-widget .tweet_time {
	display:block;
	margin-top:9px;
	font-size:13px;
}

#footer .twitter-widget .tweet_time a {
	color:#a59f90;
}

.facebook-like-box {
	position: relative;
}

.facebook-users a {
	display:block;
	float:left;
	width:42px;
	margin-right:12px;
	margin-bottom:26px;
}

.facebook-users a:nth-child(4n) {
	margin-right:0;
}

.facebook-users img {
	display:block;
	width:100%;
	height:auto;
	margin-bottom: 12px;
}

.facebook-users span {
	display:block;
	text-align: center;
	font-size:12px;
	line-height: 1.5;
}

.facebook-users span .light {
	color:#fff;
}

.facebook-like-box p {
	font-size:15px;
	line-height:38px;
	margin-bottom:13px;
}

#footer.footer6 .facebook-like-box p {
	color:#edeae3;
}

.facebook-like-btn {
	position: absolute;
	top:-48px;
	right:0;
	border:1px solid #cdccbf;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	padding:1px 11px;
	font:14px/20px 'LatoWeb', Verdana;
	text-transform: uppercase;
}

.facebook-like-btn:hover {
	color:#fff !important;
}

.facebook-like-btn span {
	vertical-align: middle;
}

.facebook-like-btn-icon {
	display:inline-block;
	width:14px;
	height:24px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -14px -1032px;
	margin-top:-2px;
	margin-right: 7px;
}

.facebook-like-btn:hover .facebook-like-btn-icon,
.light.facebook-like-btn-icon {
	background-position: 0 -1032px;
}
.light.facebook-like-btn-icon {
	border-color:#fff;
}


.facebook-like-btn:hover,
.facebook-like-btn:active {
	background-color: #f40607;
	border-color:#f40607;
}

#footer-bottom {
	padding:20px 0;
	border-top:1px solid #deddd4;
	font:13px/18px Arial, sans-serif;
	background-color: #fff;
}

#footer.footer4 #footer-bottom {
	border-top-color:#979389;
}

#footer.footer5 #footer-bottom {
	border-top-color:#dcdbd1;
}

#footer.footer6 #footer-bottom {
	border-top-color:rgba(255, 255, 255, 0.2);
}

#footer-bottom .copyright-text {
	float:left;
	font-size:13px;
	line-height:18px;
	margin:21px 0;
}

#footer-bottom .social-links {
	float:right;
}

#footer-bottom .social-links li {
	margin:10px 0 10px 10px;
}

/* fix for incline block margin */
.social-links {
	font-size:0;
	line-height:0;
}

.social-links li {
	display:inline-block;
	margin:0 5px;

}

.social-links li:first-child {
	margin-left:0;
}

.social-icon {
	display:block;
	width:40px;
	height:40px;
	background-image: url(../images/sprites/sprite.png);
	background-color: transparent;
	background-repeat: no-repeat;
	border:1px solid #cdccbf;
    border-radius: 25px;
	-webkit-transition:background-position 0.35s;
	-moz-transition:background-position 0.35s;
	-o-transition:background-position 0.35s;
	-ms-transition:background-position 0.35s;
	transition:background-position 0.35s;
}

.color3 .social-icon {
	border-color:#edeae3;
}

.small .social-icon  {
	width:35px;
	height:35px;
}

.social-links.light .social-icon {
	border-color:#fff;
}

.icon-facebook {
	background-position:0 0;
}

.icon-twitter {
	background-position:-38px 0;
}

.icon-rss {
	background-position:-76px 0;
}

.icon-delicious {
	background-position:-114px 0;
}

.icon-linkedin {
	background-position:-152px 0;
}

.icon-flickr {
	background-position:-190px 0;
}

.icon-skype {
	background-position:-228px 0;
}

.icon-email {
	background-position:-266px 0;
}

.icon-googleplus {
	background-position:-47px -235px;
}

.icon-dribbble {
	background-position:-85px -235px;
}


.color3 .icon-facebook {
	background-position:0 -1180px;
}

.color3 .icon-twitter {
	background-position:-38px -1180px;
}

.color3 .icon-rss {
	background-position:-76px -1180px;
}

.color3 .icon-delicious {
	background-position:-114px -1180px;
}

.color3 .icon-linkedin {
	background-position:-152px -1180px;
}

.color3 .icon-flickr {
	background-position:-190px -1180px;
}

.color3 .icon-skype {
	background-position:-228px -1180px;
}

.color3 .icon-email {
	background-position:-266px -1180px;
}


/* re- areange positions for smaller icons*/
.small .icon-facebook {
	background-position:-3px -2.5px;
}

.small .icon-twitter {
	background-position:-41px -2.5px;
}

.small .icon-rss {
	background-position:-79px -2.5px;
}

.small .icon-delicious {
	background-position:-117px -2.5px;
}

.small .icon-linkedin {
	background-position:-155px -2.5px;
}

.small .icon-flickr {
	background-position:-193px -2.5px;
}

.small .icon-skype {
	background-position:-231px -2.5px;
}

.small .icon-email {
	background-position:-269px -2.5px;
}

.small .icon-googleplus {
	background-position:-50px -237.5px;
}

.small .icon-dribbble {
	background-position:-88px -237.5px;
}

/* hover states */
.social-links.light .icon-facebook,
.icon-facebook:hover {
	background-position:0 -38px;
}

.social-links.light .icon-twitter,
.icon-twitter:hover {
	background-position:-38px -38px;
}

.social-links.light .icon-rss,
.icon-rss:hover {
	background-position:-76px -38px;
}

.social-links.light .icon-delicious,
.icon-delicious:hover {
	background-position:-114px -38px;
}

.social-links.light .icon-linkedin,
.icon-linkedin:hover {
	background-position:-152px -38px;
}

.social-links.light .icon-flickr,
.icon-flickr:hover {
	background-position:-190px -38px;
}

.social-links.light .icon-skype,
.icon-skype:hover {
	background-position:-228px -38px;
}

.social-links.light .icon-email,
.icon-email:hover {
	background-position:-266px -38px;
}

.social-links.light .icon-googleplus,
.icon-googleplus:hover {
	background-position:-47px -273px;
}

.social-links.light .icon-dribbble,
.icon-dribbble:hover {
	background-position:-85px -273px;
}

.color3 .icon-facebook:hover {
	background-position:0 -1218px;
}

.color3 .icon-twitter:hover {
	background-position:-38px -1218px;
}

.color3 .icon-rss:hover {
	background-position:-76px -1218px;
}

.color3 .icon-delicious:hover {
	background-position:-114px -1218px;
}

.color3 .icon-linkedin:hover {
	background-position:-152px -1218px;
}

.color3 .icon-flickr:hover {
	background-position:-190px -1218px;
}

.color3 .icon-skype:hover {
	background-position:-228px -1218px;
}

.color3 .icon-email:hover {
	background-position:-266px -1218px;
}


/* re-arange hover states for smaller icons */
.small .icon-facebook:hover {
	background-position:-3px -40.5px;
}

.small .icon-twitter:hover {
	background-position:-41px -40.5px;
}

.small .icon-rss:hover {
	background-position:-79px -40.5px;
}

.small .icon-delicious:hover {
	background-position:-117px -40.5px;
}

.small .icon-linkedin:hover {
	background-position:-155px -40.5px;
}

.small .icon-flickr:hover {
	background-position:-193px -40.5px;
}

.small .icon-skype:hover {
	background-position:-231px -40.5px;
}

.small .icon-email:hover {
	background-position:-269px -40.5px;
}

.small .icon-googleplus:hover {
	background-position:-50px -275.5px;
}

.small .icon-dribbble:hover {
	background-position:-88px -275.5px;
}

.social-icon:hover,
.social-icon:active,
.social-icon:focus {
	background-color: #f40607;
	border-color:#f40607;
}

.color2 .social-icon:hover,
.color2 .social-icon:active,
.color2 .social-icon:focus {
	background-color: #f40607;
	border-color:#f40607;
}


/* =============================================
----------------- 18.Scroll Top Button --------------
==============================================*/
#scroll-top {
	display:block;
	width:47px;
	height:46px;
	position:fixed;
	bottom:10px;
	left:10px;
	text-indent:9999px;
	display:inline-block;
	cursor:pointer;
	z-index:990;
	opacity:0;
	visibility:hidden;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -223px;
	border:1px solid #aea995;
	-webkit-transition:background-position 0.35s;
	-moz-transition:background-position 0.35s;
	-o-transition:background-position 0.35s;
	-ms-transition:background-position 0.35s;
	transition:background-position 0.35s;
	transform:scale(0.4);
	-webkit-transform:scale(0.4);
	-moz-transform:scale(0.4);
	-o-transform:scale(0.4);
	-ms-transform:scale(0.4);
}

#scroll-top:hover {
	border:none;
	background-color: #f40607;
	background-position: 0 -273px;
}

#scroll-top.color2:hover {
	background-color: #f40607;
}

#scroll-top.fixed {
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	opacity:1;
	visibility:visible;
}


/* =============================================
------------ 19. About Us  ----------
==============================================*/

.parallax {
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	/* to prevent empty bg area*/
	background-repeat: repeat-y;
	background-position: center top;
}

.coverbg {
	-webkit-background-size: cover;
	background-size: cover;
}

.about-banner {
	background-color: #e3e3e3;
	background-image: url('../images/ecom_images/banner-nosotros.jpg');
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center bottom;
	text-align:center;
	height:310px;
	color:#62615f;
	position: relative;
}

.tiendas-banner {
	background-color: #e3e3e3;
	background-image: url('../images/ecom_images/banner-listado-tiendas.jpg');
	background-repeat:no-repeat;
    background-size:cover;
	background-position:top center;
	text-align:center;
	height:210px;
	color:#62615f;
	position: relative;
	padding-top:60px;
}

/*
.tiendas-banner:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to bottom ,#ffffff9c,#ffffff6b);
		opacity: .6;
}
*/

/*
.tiendas-banner_cnt {
	background-color: #ffffff91;
    border-radius: 5px;
    margin-top: 50px;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 2% 25px;
}
*/
.tiendas-banner h1{
	color: #fff;
	padding-top: 25px;
	font-size: 30px;
}

.listado-tiendas {
	background-color: #e3e3e3;
	background-image: url('../images/ecom_images/banner-tiendas.jpg');
	background-repeat:no-repeat;
    background-size:cover;
	background-position:top center;
	text-align:center;
	height:210px;
	color:#62615f;
	position: relative;
	padding-top:60px;
}
.listado-tiendas h1{
	color: #fff;
	padding-top: 25px;
	font-size: 30px;
}
.li_direccion {
	margin-bottom: 10px !important;
	display: block !important;
	margin-left: 40px !important;
	line-height: 1.4em !important;
}
.ico_dir_tiendas {
	margin-bottom:25px !important;
}
.ico_tel_tiendas {
	margin-bottom:20px !important;
}
.mapa {
	width:240px !important;
	height:200px !important;
}

.about-banner.parallax {
	background-position: center -150px;
}

.about-banner-slider {
	max-width:640px;
	margin:0 auto;
}

.about-banner h1 {
	font-size:60px;
	line-height:1;
	color:#75726b;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.about-banner h1 > span {
	font-size:23px;
	display: block;
	/*font-family: 'SourceCodePro-Light', sans-serif;*/
	margin-bottom:32px;
}

.about-banner p {
	font:22px/32px 'LatoWebThin', Verdana, sans-serif;
}

.about-banner-slider .owl-pagination {
	position: absolute;
	bottom:30px;
	left:0;
	right:0;
}

.about-banner-slider.owl-theme .owl-controls .owl-page span {
	width:10px;
	height:10px;
	background-color: transparent;
	box-shadow: 0 0 0 1px #95938c;
	-webkit-box-shadow: 0 0 0 1px #95938c;
}

.about-banner-slider.owl-theme .owl-controls .owl-page.active span,
.about-banner-slider.owl-theme .owl-controls.clickable .owl-page:hover span,
.about-banner-slider.owl-theme .owl-controls .owl-page.active span,
.light .about-banner-slider.owl-theme .owl-controls .owl-page.active span,
.light .about-banner-slider.owl-theme .owl-controls.clickable .owl-page:hover span,
.light .about-banner-slider.owl-theme .owl-controls .owl-page.active span {
	box-shadow:none;
	-webkit-box-shadow:none;
	background-color: #f40607;
}


.about-banner.light {
	background-image: url('../images/ecom_images/banner-nosotros.jpg');
}

.about-banner.light,
.about-banner.light h1  {
	color:#fff;
}

.light .about-banner-slider.owl-theme .owl-controls .owl-page span {
	box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
}

.promote-box {
	padding-top:5px;
	padding-bottom: 5px;
}

.quote-icon {
	display:inline-block;
	width:35px;
	height:30px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -304px -250px ;
	margin-bottom: 13px;
}

.quote-icon.light {
	background-position: -339px -250px ;
}

.promote-box h2 {
	font:30px/40px 'LatoWebThin', Verdana;
	color:#b3aa99;
	letter-spacing: -1px;
}

.feature-box {
	text-align:center;
	background-color: transparent;
	padding:20px 15px;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-ms-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
}

.feature-box h3 {
	font:20px/1 'SourceCodePro-Light', sans-serif;
	text-transform: uppercase;
	color:#868279;
	position: relative;
	margin-bottom:22px;
}

.feature-box p {
	font-size:14px;
	line-height:22px;
	margin-bottom:5px;
}

.feature-box:hover {
	background-color: #f40607;
}

.feature-box:hover h3,
.feature-box:hover p {
	color:#fff;
}

.feature-icon {
	display:inline-block;
	width:81px;
	height:81px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.feature-icon.icon-delivery {
	background-position: 0 -361px;
}

.feature-icon.icon-service {
	background-position: -81px -361px;
}

.feature-icon.icon-secured {
	background-position: 0 -442px;
}

.feature-box:hover .feature-icon.icon-delivery  {
	background-position: -81px -442px;
}

.feature-box:hover .feature-icon.icon-service  {
	background-position: 0 -523px;
}

.feature-box:hover .feature-icon.icon-secured  {
	background-position: -81px -523px;
}


.about-company h2,
.about-company h3 {
	color:#9f9a8f;
	margin-bottom:25px;
}

.about-text h3,
.about-text h4 {
	font-size:20px;
	color:#908c82;
	margin-bottom:10px;
}

.about-text p {
	margin-bottom:10px;
	line-height:25px;
	padding-right:10px;
}

.about-text img {
	margin-top: 1px;
}


.testimonials-section {
	background-image: url('../images/testimonialsbg.jpg');
	background-color: #e3e3e3;
	text-align:center;
	color:#9a9889;
	position: relative;
	padding:50px 0 76px;
	overflow: hidden;
}

.testimonials-section .bottom-nav .owl-theme .owl-controls .owl-buttons {
	bottom:40px;
}

.testimonials-section h2 {
	color:#908876;
	text-transform: uppercase;
}

.testimonials-section h2,
.testimonials-section .h1 {
	margin-bottom:30px;
}

.testimonials-slider {
	max-width:790px;
	margin:0 auto;
}

.testimonial {
	margin-bottom: 40px;
}

.testimonial p {
	font-size:15px;
	line-height: 23px;
}

.testimonial .quote-icon {
	margin-bottom:23px;
}

.testimonial .testimonial-owner {
	font:15px/21px 'LatoWebThin', Verdana, sans-serif;
	font-style: italic;
	color:#8e8778;
}

.testimonials-section.light {
	background-image: url('../images/testimonialsbg-light.jpg');
}

.testimonials-section.light,
.testimonials-section.light h2,
.testimonials-section.light .testimonial .testimonial-owner {
	color:#fff;
}

.services h2 {
	font:27px/1 'LatoWebThin', Verdana, sans-serif;
	color:#847e71;
	text-transform: uppercase;
	margin-bottom: 38px;
}

.service {
	margin-bottom: 90px;
}

.service-icon {
	display:block;
	width:170px;
	height:160px;
	background-image: url('../images/sprites/sprite.png');
	background-color: #efead9;
	background-repeat: no-repeat;
	float:left;
	margin-right:30px;
}

.service-icon.service-icon-dev {
	background-position: 0 -604px;
}

.service-icon.service-icon-market {
	background-position: -170px -604px;
}

.service-icon.service-icon-design {
	background-position: 0 -764px;
}

.service-icon.service-icon-hosting {
	background-position: -170px -764px;
}

.service-content {
	margin-left:200px;
	padding-top:8px;
}

.service-content h3 {
	text-transform: uppercase;
	font:30px/1 'judsonbold', Verdana, sans-serif;
	color:#9e988a;
	margin:0 0 14px;
}

.service-content p {
	font-size:14px;
	line-height: 22px;
	margin-bottom: 0;
}


.skills h2 {
	font:27px/1 'LatoWebThin', Verdana, sans-serif;
	color:#847e71;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.funfacts-section {
	background-image: url('../images/funfactsbg.jpg');
	background-color: #e3e3e3;
	text-align:center;
	color:#908876;
	position: relative;
	padding:50px 0;
}

.funfacts-section h2 {
	margin-bottom: 14px;
	color:#908876;
}

.funfact-desc {
	font-size:15px;
	line-height: 21px;
	margin-bottom:68px;
	color:#9a9889;
}

.fact {
	float:left;
	width:20%;
	text-transform: uppercase;
	margin-bottom:18px;
}

.fact-icon {
	display:inline-block;
	width:46px;
	height:54px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	margin-bottom:15px;
}

.fact-icon.fact-icon-clients.light {
	background-position: 0 -924px;
}

.fact-icon.fact-icon-projects.light {
	background-position: -46px -924px;
}

.fact-icon.fact-icon-tweets.light {
	background-position: -92px -924px;
}

.fact-icon.fact-icon-pizza.light {
	background-position: -136px -924px;
}

.fact-icon.fact-icon-coffee.light {
	background-position: -182px -924px;
}

.fact-icon.fact-icon-clients {
	background-position: 0 -978px;
}

.fact-icon.fact-icon-projects {
	background-position: -46px -978px;
}

.fact-icon.fact-icon-tweets {
	background-position: -92px -978px;
}

.fact-icon.fact-icon-pizza {
	background-position: -136px -978px;
}

.fact-icon.fact-icon-coffee {
	background-position: -182px -978px;
}

.fact .count {
	display:inline-block;
	font:16px/25px 'LatoWebBold', Verdana, sans-serif;
	margin-bottom:2px;
}

.fact h4 {
	font:16px/25px 'source_code_proregular', sans-serif;
}

.funfacts-section.light {
	background-image: url('../images/funfactsbg-light.jpg');
}

.funfacts-section.light,
.funfacts-section.light .funfact-desc,
.funfacts-section.light h2,
.funfacts-section.light .h1,
.funfacts-section.light .fact h4 {
	color:#fff;
}


/* special margin to match it with the design */
.team-members .row {
	margin-left:-25px;
	margin-right:-25px;
}

/* same as above row's margin */
.member-col {
	padding:0 25px;
}

.team-members .carousel-title {
	margin-bottom:30px;
}

.member {
	margin-bottom:90px;
}

.member:last-child {
	margin-bottom: 80px;
}

.member figure {
	border:1px solid #e6dfd1;
	width:180px;
	float:left;
	margin-right:20px;
}

.member figure img {
	width:100%;
}

.member-content {
	margin-left:200px;
	padding-top:3px;
}

.member h3 {
	font-style: italic;
	font-size:25px;
	color:#9d9689;
	margin-bottom:3px;
}

.member h4 {
	font:14px/17px 'LatoWeb', sans-serif;
	color:#f40607;
	margin-bottom: 10px;
}

.member p {
	line-height: 23px;
	font-size:14px;
}


/* =============================================
------------- 20.Register/Login html ------------
==============================================*/

h2.color2 {
	color:#959180;
	margin-bottom: 25px;
}

#login-form .form-group,
#register-form .form-group,
#login-form .form-group .form-control,
#register-form .form-group .form-control {
	margin-bottom:25px;
}


#login-form .help-block {
	margin-top:-10px;
}

/* Custom checkbox */
.radio label.custom-radio-wrapper,
.checkbox label.custom-checkbox-wrapper {
	padding-left:0;
}

.radio-inline.custom-radio-wrapper,
.checkbox-inline.custom-checkbox-wrapper {
	padding-left:0;
}

.radio-inline.custom-radio-wrapper+.radio-inline.custom-radio-wrapper,
.checkbox-inline.custom-checkbox-wrapper+.checkbox-inline.custom-checkbox-wrapper {
	margin-left:30px;
}

.custom-checkbox-container,
.custom-radio-container {
	display:inline-block;
	width:19px;
	height:19px;
	border:1px solid #f1f1f1;
	position: relative;
	margin-right:6px;
	background-color: #f1f1f1;
}

.custom-radio-container {
	border-radius: 50px;
}

.custom-checkbox-container input[type="checkbox"],
.custom-radio-container input[type="radio"] {
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position: absolute;
	left:0;
	top:0;
	z-index:10;
}

.custom-checkbox-container .custom-checkbox-icon {
	position:absolute;
	z-index:9;
	width:23px;
	height: 19px;
	left:-1px;
	top:-1px;
	background-image: url('../images/sprites/sprite.png');
	background-position: -334px -139px;
	background-repeat: no-repeat;
	opacity:0;
	filter:alpha(opacity=0);
}

#label_privacidad {
	font-size: 1.1em;
	cursor:pointer;
}

.disabled .custom-checkbox-container,
.disabled .custom-radio-container  {
	opacity:0.44;
	background-color: #eaeaea;
}

.disabled .custom-checkbox-container .custom-checkbox-icon  {
	background-image: none;
}

.custom-radio-container .custom-radio-icon {
	position:absolute;
	z-index:9;
	display: block;
	opacity:0;
	filter:alpha(opacity=0);
	width:7px;
	height:7px;
	left:50%;
	top:50%;
	margin-top:-3.5px;
	margin-left:-3.5px;
	background-color: #b7b3aa;
	border-radius: 50%;
}

.disabled .custom-radio-container .custom-radio-icon {
	background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
	opacity:1;
	filter:alpha(opacity=100);
}

.custom-checkbox-wrapper *,
.custom-radio-wrapper * {
	vertical-align: middle;
}


/* =============================================
----------------- 21.404 Pages   --------------
==============================================*/


#content.no-content {
	background-image: url('../images/404bg.jpg');
	height:700px;
	position: relative;
	color:#fff;
	padding-bottom: 0;
}

.no-content-box  h3,
#content.no-content h3 {
	font:23px/1 'SourceCodePro-Light', sans-serif;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 30px;
}

.no-content-box h2,
#content.no-content h2 {
	font:60px/55px 'judsonregular', Verdana, sans-serif;
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 10px;
}

.no-content-box  p,
#content.no-content  p {
	font:22px/32px 'LatoWebThin', sans-serif;
	max-width:500px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 32px;
}

.no-content-box form,
#content.no-content form {
	display:inline-block;
	width:300px;
}

.no-content-box form input,
#content.no-content form input {
	background-color: transparent;
	border-color:#a5a49e;
	color:#fff;
	font-size:18px;
	/*font-family: 'LatoWeb', sans-serif;*/
	padding-right:67px;
	padding-left:15px;
}

.no-content-box form .form-group,
#content.no-content form .form-group {
	position: relative;
}

.no-content-box form .form-group,
.no-content-box form .form-control,
#content.no-content form .form-group,
#content.no-content form .form-control {
	margin-bottom: 0;
}

.no-content-box .submit-btn,
#content.no-content .submit-btn {
	display:block;
	width:52px;
	height:44px;
	position: absolute;
	right:1px;
	top:1px;
	background-color: transparent;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -247px -536px;
	transition:background-color 0.3s;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-ms-transition:background-color 0.3s;
	-o-transition:background-color 0.3s;
	text-indent: -9999px;
	border:none;
}

.no-content-box .submit-btn:hover,
.no-content-box .submit-btn:active,
.no-content-box .submit-btn:focus,
#content.no-content .submit-btn:hover,
#content.no-content .submit-btn:active,
#content.no-content .submit-btn:focus {
	background-color: #ecebe1;
	background-position: -299px -536px;
}

#content.no-content form input:-moz-placeholder {
	color:#fff;
	text-transform: uppercase;
}

#content.no-content form input::-moz-placeholder {
	color:#fff;
	text-transform: uppercase;
}

#content.no-content form input:-ms-input-placeholder {
	color:#fff;
	text-transform: uppercase;
}

#content.no-content form input::-webkit-input-placeholder {
	color:#fff;
	text-transform: uppercase;
}

/* 404-two */
.no-content-box {
	width:814px;
	height:514px;
	background-image: url('../images/404-contentbg.png');
	background-repeat: no-repeat;
	text-align: center;
	margin:55px auto 60px;
	padding:30px;
}

.no-content-box h2 {
	color:#f40607;
	margin-bottom: 20px;
}

.no-content-box  h3 {
	font-size:35px;
	color:#807e78;
	margin-bottom: 23px;
}

.no-content-box  p {
	line-height: 34px;
	color:#9c978d;
	margin-bottom: 36px;
}

.no-content-box form input {
	background-color: #f7f5f2;
	border-color:#e2e1d9;
	color:#8b8475;
	box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.no-content-box .submit-btn{
	background-position: -299px -536px;
}

.no-content-box form input:-moz-placeholder {
	color:#8b8475;
	text-transform: uppercase;
}

.no-content-box form input::-moz-placeholder {
	color:#8b8475;
	text-transform: uppercase;
}

.no-content-box form input:-ms-input-placeholder {
	color:#8b8475;
	text-transform: uppercase;
}

.no-content-box form input::-webkit-input-placeholder {
	color:#8b8475;
	text-transform: uppercase;
}

/* =============================================
---------------- 22.Coming Soon ---------------
==============================================*/

#coming-soon {
	background-image: url('../images/comingsoonbg.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
}

#coming-soon.comingsoon-line {
	background-image: url('../images/comingsoonbg2.jpg');
}

#coming-soon,
#coming-soon h1,
#coming-soon h2,
#coming-soon h3,
#coming-soon a {
	color:#fff;
	text-transform: uppercase;
}

#coming-soon h1 {
	/*font-family: 'tinosbold', Verdana;*/
	font-size:48px;
	text-shadow:1px 0 1px rgba(0,0,0, 0.2);
	margin-bottom: 30px;
}

#coming-soon h2 {
	/*font-family: 'SourceCodePro-Light', Verdana;*/
	font-size:36px;
	margin-bottom: 60px;
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}

.countdown-holding span {
	color: #fff;
}

.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
}

.countdown-section {
	display: block;
	float: left;
	width: calc(25% - 50px);
	height:180px;
	font-size: 75%;
	text-align: center;
	margin:0 25px;
	border: 1px solid #fff;
	border-radius:50%;
	position: relative;
}

.countdown-amount {
	display: block;
    font-size: 70px;
    /*font-family: 'judsonregular', Verdana;*/
    line-height:180px;
    text-shadow:1px 0 0 rgba(0,0,0, 0.15);
}

.countdown-period {
    display: block;
    position: relative;
    width:100%;
    /*font-family: 'SourceCodePro-Light', Verdana;*/
    font-size:15px;
    line-height:1;
    position: absolute;
    top:50%;
    margin-top:25px;
}

.countdown-descr {
	display: block;
	width: 100%;
}

#countdown {
	margin-bottom:50px;
}

#coming-soon h3 {
	/*font-family: 'judsonregular', sans-serif;*/
	font-size:24px;
}

#coming-soon form {
	font-size:0;
	display:inline-block;
	position: relative;
}

#coming-soon form * {
	display: inline-block;
	vertical-align:middle;
}

#coming-soon input:-moz-placeholder {
	color:#fff;
}

#coming-soon input::-moz-placeholder {
	color:#fff;
}

#coming-soon input:-ms-input-placeholder {
	color:#fff;
}

#coming-soon input::-webkit-input-placeholder {
	color:#fff;
}

#coming-soon .input-lg {
	height:42px;
	padding:8.5px 20px 8.5px 56px;
	border:1px solid #fff;
	background: transparent;
	margin-right:20px;
}

#coming-soon .btn-lg {
	padding:9px 18px;
}

span.email-icon {
	display:block;
	width:29px;
	height:15px;
	background-image: url('../images/sprites/sprite.png');
	background-repeat: no-repeat;
	background-position: -362px -112px;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-7.5px;
}

/* Coming soon 2 */

.line-container {
	background: rgba(250, 250, 250, 0.1);
	border-top:1px solid #fafafa;
	border-bottom:1px solid #fafafa;
	height:auto;
	position: relative;
}

#coming-soon .line-container h1 {
	/*font-family: 'tinosbold', Verdana;*/
	font-size:65px;
	text-shadow:1px 0 1px rgba(0,0,0, 0.2);
	position: absolute;
	left:0;
	bottom:100%;
	margin-bottom:40px;
	text-align: center;
	width:100%;
}

#coming-soon .line-container h2 {
	font:30px/1 'SourceCodePro-Light', Verdana, sans-serif;
	margin-bottom:20px;
}

#coming-soon .line-container .fix-width {
	width:490px;
	display:inline-block;
	padding:55px 0 0 ;
}

.line-container #countdown {
	margin-top:60px;
}

.line-container .countdown-section {
	display: block;
	float: left;
	width: 25%;
	height:auto;
	font-size: 75%;
	text-align: center;
	margin:0;
	border: none;
	border-radius:0;
	position: relative;
}

.line-container .countdown-amount {
	display: block;
    font-size: 120px;
    /*font-family: 'judsonregular', Verdana;*/
    line-height:90px;
    text-shadow:1px 0 0 rgba(0,0,0, 0.15);
}

.line-container .countdown-period {
    display: block;
    position: relative;
    width:100%;
    /*font-family: 'SourceCodePro-Light', Verdana;*/
    font-size:16px;
    line-height:1;
    position: relative;
    top:0;
    margin-top:0;
}

.line-container .countdown-descr {
	display: block;
	width: 100%;
}

/* Custom CSS*/
/* .topbar {
	background-color: #f40607;
	color: #fff;
	min-width:100% !important;
}
.topbar .row {
	max-width:1200px !important;
	margin: 0 auto !important;
}
.topbar .top_left {
	float:left;
	margin:10px;
	font-size: small;
}
.topbar #right {
	float:right;
	margin:10px;
	font-size: small;
}
@media (max-width: 768px) {
	.topbar .top_left, .topbar #right {
		float:center;
		width:100%;
		text-align: center;
		margin-bottom: 3px;
		margin-left: 0px;
		margin-right: 0px;
	}
} */


.logo-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.menu li {
	/* padding-top: 20px; */
	/* padding-bottom: 20px;*/
}
.menu .activo {
	color: #f40607;
	border-bottom: 2px solid #f40607;
}
.menu li a, .menu li span {
	font-weight: bold;
	/* padding-bottom: 5px !important; */
	/* border-bottom: 2px solid #fff; */
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #f40607;
	/* border-bottom: 2px solid #f40607; */
}
.rev-btn .btn-custom-3 {
	background-color: #f40607 !important;
	border-color: #f40607 !important;
}
.rev-btn:hover .btn-custom-3:hover{
	background-color: #f40607 !important;
	border-color: #f40607 !important;
}
.carousel-title{
	font-size:20px;
	font-weight:bold;
}
.naranja {
	color: #f40607 !important;
}
.blanco {
	color: #fff !important;
}
.owl-theme.center-buttons .owl-controls .owl-buttons {
    top: 0px;
    margin-left: 0px;
}
.product-name {
	text-align:center;
	font-weight:bold;
}
.product-description {
	text-align:center;
	font-size:12px;
	line-height:16px;
	margin-bottom:15px;
}
.product-description a {
	color:#848079;
}
.product-price {
	color: #f40607;
}
.product-price-container {
	text-align: center;
	font-weight: bold;
}
#newsletter-section.small {
	background-image: url(../images/banner-newsletter.jpg) !important;
	background-position: left top !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/* height: 375px; */
	height: auto;
}
.newsletter-content h3 {
	font-weight: bold;
	margin-top: 40px;
}
#gracias-por-suscribirte {
	max-width:600px;
	max-height:433px;
	width:100%;
	height:100%;
	background-image: url(../images/popup/newsletter-gracias.jpg) !important;
	background-position: center top !important;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	#gracias-por-suscribirte {
	max-width:368px;
	max-height:481px;
		background-image: url(../images/popup/newsletter-gracias-responsive.jpg) !important;
	}
}
.texto-newsletter {
	font-size:1.2em;
	color:#fff;
	margin-left:20%;
	margin-right:20%;
	line-height: 1.2em;
}
.logo-newsletter {
	width:150px;
}
.form-newsletter {
	float:left;
	width:100%;
}
.control-newsletter {
	background-color:#fff !important;
	color: #525252 !important;
}
.form-control::-webkit-input-placeholder {
   color: #bfbfbf !important;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #bfbfbf !important;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #bfbfbf !important;
}

.form-control:-ms-input-placeholder {
   color: #bfbfbf !important;
}

#banner-section.small {
	background-color: #e0e0e0;
	min-height: 300px;
}

.btn-banner {
	margin:5px;
}
.banner h1, .banner h2, .banner h3, .banner h4 {
	font-weight:bold !important;
	color: #525252 !important;
}
.banner h5 {
	color: #525252 !important;
	margin-top: 20px !important;
}

#bloques {
	margin-top:40px;
	margin-bottom:30px;
}
.media {
	margin-bottom: 10px;
}
.media-body h6 {
	color: #f40607;
	font-weight: bold;
}
#footer #footer-inner{
	padding: 33px 0 33px;
}
#footer h4{
	margin-top: 20px;
}
#footer #footer-inner h2 {
	color:#fff;
	margin-top:0px;
	margin-bottom:0px;
}
#logo-footer {
	max-width: 200px;
	margin-bottom: 20px;
}




.social-icons {
	margin: 0 5px 0;
}
#footer-bottom {
	padding: 0px !important;
}
.legal {
	margin: 10px auto;
}
.legal a {
	margin-left: 5px;
	margin-right: 5px;
}
#btn-carrito {
	background-color: #f40607;
	border: 1px solid #f40607;
}
.badge {
	/* color: #f40607 !important; */
}
.btn-custom-3 {
	background-color: #f40607 !important;
    border: solid 1px #f40607 !important;
}
.btn-custom-3:hover{
	background-color: #f40607 !important;
	border-color: #f40607 !important;
}
#buscar {
	margin-top: 20px;
	padding-righ: 2px;
}
#carrito {
	margin-top: 20px;
	padding-left:2px;
}
.marca {
	border:0px;
}

.responsive-btn-icon:hover{
	background:df3001 !important;
}

#descripcion_marca {
	background-color:#fafafa;
	margin-bottom:15px;
}
#descripcion_marca h1{
	font-size:20px;
	margin-top:20px;
	margin-bottom:25px;

}
#descripcion_categoria {
}
#descripcion_categoria h1{
	font-size:20px;
}
#descripcion_categoria p{
	font-size:12px;
	line-height:19px;
	margin-bottom:8px;
	text-align:justify;
}
#categorias-section h1 {
	margin-top:20px;
}
#categorias-section .row_categorias_home {
	margin-bottom:30px;
}
/*
#categorias-section img  {
  max-width: 100%;
  width:350px;

  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

#categorias-section img:hover {
  width: 380px;
}
*/
.img_categorias_home {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.img_categorias_home ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.img_categorias_home.boxes.four_columns>ul>li:nth-child(4n+1), .img_categorias_home.boxes.three_columns>ul>li:nth-child(3n+1), .img_categorias_home.boxes.two_columns>ul>li:nth-child(2n+1), .img_categorias_home.dividers.four_columns>ul>li:nth-child(4n+1), .img_categorias_home.dividers.three_columns>ul>li:nth-child(3n+1), .img_categorias_home.dividers.two_columns>ul>li:nth-child(2n+1) {
	clear:both;
}
.img_categorias_home.boxes.three_columns>ul>li, .img_categorias_home.dividers.three_columns>ul>li {
    width: 33%;
}
.img_categorias_home.boxes.three_columns img {
    width: 100%;
    height: auto;
}
.img_categorias_home.boxes .boxes_image a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img_categorias_home.boxes>ul>li, .img_categorias_home.dividers>ul>li {
    padding: 0;
    float: left;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    /* margin: 0 2% 0 0; */
    background-color: #fff;
}
.img_categorias_home>ul>li {
    display: block;
    position: relative;
    padding-top: 15px;
}
.img_categorias_home.boxes .boxes_image {
    overflow: hidden;
	/* margin-bottom:20px; */
}
.img_categorias_home.boxes .boxes_image a {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.img_categorias_home.boxes .boxes_image a img {
    vertical-align: top;
}
.img_categorias_home.boxes.four_columns>ul>li:nth-child(4n), .img_categorias_home.boxes.three_columns>ul>li:nth-child(3n), .img_categorias_home.boxes.two_columns>ul>li:nth-child(2n), .img_categorias_home.dividers.four_columns>ul>li:nth-child(4n), .img_categorias_home.dividers.three_columns>ul>li:nth-child(3n), .img_categorias_home.dividers.two_columns>ul>li:nth-child(2n) {
    margin-right: 0;
}
.alert { margin-top:15px;}
/*
#marcas_home img {

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: Gray();

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.8;
}
#marcas_home img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}
*/
/*
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
 max-height: 400px !important;
}
*/
ul.nosotros li {
	height: auto !important;
    line-height: 1.5em !important;
	margin-bottom: 15px !important;
    font-weight: bold;
    clear:both;
}
ul.nosotros img {
    width:30px !important;
	height:30px !important;
	margin-right: 12px !important;
    float: left;
}
ul.tienda_detalle{
	margin-bottom: 15px;
}
ul.tienda_detalle li {
	height: auto !important;
	line-height: 2em !important;
	margin-bottom: 5px !important;
	clear:both;
	color:#333;
}
ul.tienda_detalle img {
	width:30px !important;
	height:30px !important;
	margin-right: 6px !important;
	float: left;
}
ul.tienda_detalle li a{
	color: #333333;
}

ul.tienda_detalle  li a:hover{
	color: #f40607;
}
#pestanas-producto.nav-pills > li.active > a {
	background-color:#e1e1e1;
}
#pestanas-producto.nav-pills > li.active:after {
border-color: #e1e1e1 transparent transparent transparent;
}
.margin-5 {
	margin:5px;
}
#div_cargando_1 img, #div_cargando_2 img {
	max-width: 96px !important;
	margin: auto;
}

.noUi-target {
	background-color:#e3e3e3;
}
#precio_inputs input {
	max-width:100%;
	margin-bottom: 20px !important;
	background-color: #f9f9f9;
    border-radius: 3px;
}
#precio_inputs label {
    margin-bottom: 0px;
    margin-top: 15px;
}
.product-numart{
    color: grey !important;
    font-size: 10px !important;
	}
.filter-size-box-inactive {
	background:url(../images/size_disabled.png) no-repeat;
    background-size: cover;
}
.filter-size-box-inactive:hover {
    background-color: transparent !important;
	color:#a39d94 !important;
    border-color: #d7d5cb;
}
.span_no_disponible {
    display: initial;
	width: auto;
    height: 35px;
    border: 1px solid #d7d5cb;
    margin: 0 6px 12px;
    background-color: #f40607 !important;
	color:white;
	font-size:11px;
    padding: 5px;
	border-color: #f40607;
	text-transform:none !important;
}
.span_no_disponible:hover {
	border-color: #f40607;
}
.product-favorite:hover {

}
.info-pago {
	z-index: 2;
	position: relative;
	top: 0;
}
#icon-email{
	cursor: pointer;

}
.search-form-2 {
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 20px;
}
.search-form-2 input[type="text"]{
	width:100%;
}
.search-form-2 input[type="submit"]{
	width:100%;
	min-width:inherit;
    border-radius: 3px;
    border: none;
    padding: 3px;
}
.producto-amp div{
	float:left;
}
.discount_percentage {
    display: inline-table;
    color: #fff;
    background-color: #f40606;
    margin-left: 6px;
    border-radius: 1px;
    padding: 6px 4px;
}
.price-discount {
    color: #41433f;
	padding-right:10px;
    text-decoration: line-through;
}
.price-siniva {
	color: #b3b3b3;
	font-style:italic;
	font-weight:normal;
}
.txt_sup_price {
    padding-left: 15px;
	color: #bbb;
	display: block;
	font-size: 10px;
	height: 15px;
	margin-top: -10px;
	text-align: center;
}
.price-art {
   margin-right: 6px;
   color: #424242;
}
.producto-amp .price-art {
	color: #f40606;
	font-size: 31px;
}
#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	min-height:40px;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	z-index:99999;
}
.inner {
	width:100%;
	padding-left:5px;
	font-size:12px;
	padding-top: 10px;
}
.inner a.ok {
	padding:4px;
	color:#8bc34a;
	text-decoration:none;
}
.inner a.info {
	padding-left:5px;
	text-decoration:none;
	color:#FFC107;
}
.search_ecom-2 {
	background-color:white;
}
.carousel-home {
    text-align: center;
    font-size: 20px;
}
.guia {
	text-transform: none;
    font-size: smaller;
}
#marca_producto {
	text-transform: uppercase;
}
#precio_inputs > div:nth-child(1), #precio_inputs > div:nth-child(2) {
/*	padding-right: 10px;
    padding-left: 20px;
	margin-bottom: 0px !important;*/
}
#filtrar_por {
	cursor:pointer;
	margin-bottom:0px;
	background-color: #f40606;
	color:white;
	margin-bottom: 10px !important;
	padding: 5px 15px;
	display: block;
}
#filtrar_por i{
	font-size:19px;
}
.fullwidth-menu {
	border-bottom:none !important;
}
.logo-padding-top {
	margin-top:35px;
}
.logo-padding-top.col-3{
	color: #bebebe;
}
.logo-padding-top.col-3 strong{
	color:#939393;

}
.logo-fa-menu {
    float: left;
    margin-right: 0.8rem;
    color: #ccc;
}
.minitextos-pago {
	line-height: 18px;
    font-size: 1rem;
}
/*MODIFICACIONES TABLA CARRITO -- Este estilo también está en funciones php para envio de carrito de compra por email*/
.tabla_carrito {
	border-right:none !important;
	border-left:none !important;
	border-top:none !important;
	border-bottom: none;
}
.tabla_carrito .product-name {
    margin: 0px;
}
.tabla_carrito ul {
	font-size:11px;
}
.tabla_carrito .table-title {
	text-align:left;
	padding: 0.6rem;
    color: #8e8e8e;
	font-size: 13px;
    font-weight: bold;
}
.tabla_carrito .product-total-col .product-price-special {
	color: #9e988a !important;
}
.tabla_carrito .close-button {
    margin-top: 5px;
}
.tabla_carrito .custom-quantity-input {
	width: 77px !important;
}
.tabla_carrito .input-group-btn:first-child>.btn, .tabla_carrito .input-group-btn:first-child>.btn-group {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tabla_carrito  .input-group-btn>.btn {
    padding: 1px 7px;
	border-color: #ccc;
}
.tabla_carrito .custom-quantity-input input {
	font-size: 11px;
	padding: 6px 0px 7px 0px;
	max-width: 32px;
	color: #55595c;
	font-weight:bold;
	    background-color: #f2f2f2;
}
.tabla_carrito .custom-quantity-input input:focus {
	background-color: #fff;
}
.tabla_carrito .input-group-btn:last-child>.btn, .tabla_carrito .input-group-btn:last-child>.btn-group {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tabla_carrito .input-group-btn>.btn {

}
.tabla_carrito thead{
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.cart-table thead tr th {
    background-color: #ebeced;
}
.tabla_carrito > tbody > tr > td {
	border-top:none !important;
    padding-top: 20px !important;
	vertical-align: top;
}
.tabla_carrito .product-price-special {
	font-size:16px;
}
.tabla_carrito .product-name-col figure {
	border:none;
}
.tabla_carrito .product-name a {
	color:#444;
}
.btn-custom-border {
    border: #bbb 1px solid;
    color: #888;
    border-radius: 5px;
}
.proceso-pago__encabezado-listado{
    margin-top: 0.692rem;
    margin-bottom: 0.692rem;
    padding-bottom: 0.692rem;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    color: #444;
}
.pie-proceso-pago img.icon {
    margin-right: 5px !important;
	float:left;
}
.info_tienda {
	font-size:12px;
	border-top: 1px solid #ccc;
	display:block;
    padding-top: 11px;
}
#col-cart-table h1{
    color: #444;
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-bottom: 1rem;
}
.info-pago .ticket-pago {
    clear: both;
    margin-bottom: 1rem;
    padding-bottom: 5px;
    border-top: 10px solid #f40607;
    background: url(../images/pago/fondo-ticket.png) bottom center repeat-x;
    color: #444;
}
.fondo_gris, .fondo_gris #wrapper,.fondo_gris #header{
	background-color: #ebeced;
}
.fondo_gris #content {
	padding-bottom:10px;
}
.contenido-carrito {
	 background-color:#FFFFFF;
	 padding:15px;
}
.info-pago .ticket-pago .ticket-pago__desglose {
    clear: both;
    padding: 1rem 0.90rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.1rem;
    background-color: white;
}
.info-pago .ticket-pago .ticket-pago__concepto {
    margin-bottom: 0.8rem;
}
.info-pago .ticket-pago .ticket-pago__concepto.concepto-total {
    padding-top: 0.6rem;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
}
.btn-carrito {
	text-transform: uppercase;
    /*background-color: #f40607 !important; */
    border-radius: 2px;
    color: white !important;
    /*border-color: #f40607;*/
	padding-top: 10px;
	padding-bottom: 10px;

	background-color: #f40607 !important;
    border: solid 1px #f40607 !important;
}

.btn-carrito:hover {
    background-color: #de3000 !important;
}
.btn-carrito-peq {
    background-color: #f40607 !important;
    border-radius: 2px;
    color: white !important;
	padding-top: 3px;
    padding-bottom: 3px;
}
.btn-carrito-peq:hover {
    background-color: #de3000 !important;
}

.elem-carrito-titulo {
	background-color:white;
	margin-bottom:3px;
	padding: 15px;
    margin-top: 35px;
	padding-bottom: 3px;

}
.elem-carrito-titulo h1{
	margin-bottom:none !important;
}

.elem-carrito-contenido {
	background-color:white;
	padding:15px;
}
.text_metodo_pago {
	font-size:14px;
	margin-left:15px;
}
.alerta_metodo_pago {
	margin-left:38px;
}
.metodo-pago {
	border-bottom: #ebeced 2px solid;
    padding: 5px;
    position: relative;
	padding-bottom:15px;
	padding-top:15px;
}

#payMethod .metodo-pago:last-child  {
	border-bottom: none;
}
#payMethod .metodo-pago:first-child {
	padding-top: 7px;
}
.metodo-pago label{
	cursor:pointer;
	    margin-top: 10px;
}
.metodo-pago label:hover, .text_metodo_pago.hover{
	color:#5f5f5f;
}
.fa-2x-pago {
    font-size: 1.5em !important;
}
.fa-2x-info {
    font-size: 1.3em !important;
	cursor:pointer;
}
.fa-2x-info:hover {
	color:#5f5f5f;
}
.metodo-pago .alert-info {
	font-size:12px;
}
.datos_envio_nuevo    {
	padding-top:15px;
}
.form-control-danger {
    border-color: #ef4f4a;
}
.datos_envio {
    padding-bottom: 15px;
}
.custom-checkbox-wrapper label {
    margin-bottom: 0px;
    font-weight: normal;
	cursor: pointer;
	color:black;
}
.custom-checkbox-container input[type="checkbox"] {
	cursor:pointer;
}

/*TABLA CARRITO MOBILE*/
.div_tabla_carrito {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.div_tabla_carrito_celda {
	display: table-cell;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.div_tabla_carrito_foto {
    width: 20%;
    vertical-align: top;
}
.div_tabla_carrito_datos {
    width: 80%;
    padding-left: 1rem;
}
.div_tabla_carrito .product-name {
	text-align:left !important;
    font: 14px/17px 'LatoWeb', sans-serif;
	margin-bottom:0px !important;
}
.product-info-peq {
	font: 11px/17px 'LatoWebBold', sans-serif;
	margin-bottom: 0px;
}
.div_tabla_carrito_quantity, .div_tabla_carrito_total {
	width:40%;
	text-align: center;
}
.div_tabla_carrito_eliminar {
	width:20%;
	text-align: center;
}
.div_tabla_carrito_celda .custom-quantity-input {
	max-width:100% !important;
}
.div_tabla_carrito .custom-quantity-input input {
    width: 33px;
    border: solid 1px #ccc;
    text-align: center;
	padding: 3px 0px 1px 0px !important;
}
.div_tabla_carrito  .input-group {
    margin-bottom: 0px !important;
}
.div_tabla_carrito_contenedor {
	padding: 1.4rem 0;
	border-bottom: 1px solid #ccc;
}
#bloques .media a p{
	color:#9b968b;
}
#busqueda_mobile .search-form {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    padding: 3px 19px;
	background: #fff;
	border:none;
    border-top: 1px solid #e2e0da;
	border-bottom: 1px solid #e2e0da;
	border-radius:0px;
}
#busqueda_mobile .search-form .btn-custom-4 {
    background-color: transparent !important;
    border: 0px !important;
    color: #6d6b64 !important;
    font-size: 0px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/sprites/sprite.png);
	background-position: -293px -537px;
    background-repeat: no-repeat;
}
#responsive-btn {
	float:right;
}
#responsive-nav .cart-dropdown {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.right-side-wrapper  .cart-dropdown {
    float: right;
    margin-right: 12px;
    margin-top: -5px;
}
.link_volver_404 {
	text-align:center;
	margin-top:25px;
	margin-bottom:65px;
}
.link_volver_404 a {
	padding:10px;
	background-color:#de3000;
	color:white;
	text-decoration:none;
	border-radius:5px;
	margin-top:15px;
	margin-bottom:15px;
}

.link_volver_404 a:hover {
  transition: background-color 0.5s ease;
	background-color:#f40607;
}
.div_marcas {
	text-align:center;

}
.div_marcas img{
	filter: grayscale(100%);

	-webkit-filter: grayscale(100%);
}
.div_marcas img:hover{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
}
.div_marcas .col-md-2{
	margin-bottom:40px;
}
.div_marcas a {
	color:#afafaf;
}

/* ESTILOS DE BUSCADORES SIN LANZAR BÚSQUEDA */
/* ESTILOS BUSCADOR A */
#resultados_busqueda_A .product-name a{
	font-size: 10px;
}
#resultados_busqueda_A .product-price {
	font-size:12px;
}
#resultados_busqueda_A .product-name {
	line-height:12px;
}
#resultados_busqueda_A .price-art {
	font-size:12px;

}
#resultados_busqueda_A .discount_percentage {
	display:none;
}
#resultados_busqueda_A .products-wrapper .product {
	margin-bottom: 20px;
}
#resultados_busqueda_A .product-top{
	margin-bottom:3px;
}
#resultados_busqueda_A .num_resultados{
	font-weight: bold;
	text-align: center;
	color: #db0d10;
	font-size: 14px;
}
/* FIN ESTILOS BUSCADOR A */
/* ESTILOS BUSCADOR B */
#resultados_busqueda_B .product-name a{
	font-size: 13px;
}
#resultados_busqueda_B .product-name {
	line-height:12px;
	text-align: left;
}
#resultados_busqueda_B .products-wrapper .product {
	margin: 10px 0px;
}
#resultados_busqueda_B .num_resultados{
	font-weight: bold;
	text-align: center;
	color: #db0d10;
	font-size: 14px;
}
#resultados_busqueda_B .product-name b {
	color: #db0d10;
}
/* FIN ESTILOS BUSCADOR B */
/* FIN ESTILOS DE BUSCADORES SIN LANZAR BÚSQUEDA */

.top-envio-gratis {
	text-align:center;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 3px;
}
.buscador_productos {
    padding: 20px 10px 20px 10px;
    background-color: #efefef;
    border: 1px solid #f9f9f9;
    position: relative;
    z-index: 5;
    margin: 10px 0;
}
#search_productos {
    width: 100%;
    border: none;
    height: 34px;
}
.columnacontenidoreal {
	margin-top:15px;
}
.indice_link_producto {
	color:#9b968b;
    border-bottom: 1px solid #EBEBEB;
	display:block;
}
.intro_contenido h1{
	font-size:14px;
}
.intro_contenido p{
	font-size:12px;
}
.lista_marcas li h2 {
	margin-bottom: 3px;
}

.lista_marcas li.alfabeto {
    font-size: 33px;
    border-bottom: 5px solid #f5f5f5;
}

.lista_marcas li.alfabeto {
    float: none;
    clear: left;
    font-size: 48px;
    border-bottom: 5px solid #f5f5f5;
    margin-bottom: 5px;
    padding-top: 10px;
}
.lista_marcas li.item {
    float: left;
    padding-bottom: 7px;
    line-height: 1.4;
    font-size: 15px;
}
.lista_marcas .link-marca {
    color: #1b1a18;
    padding-top: 5px;
    display: block;
    transition: all .2s;
    line-height: 1.5;
    font-size: 16px;
}
.lista_marcas .link-marca:hover {
    color: #f40607;
}
.fondo-error {
	/* background-image:url(../images/fondo-error.png); */
	background-repeat:no-repeat;
	min-height:280px;
}

.alert-danger {
	color: #f40607;
	font-size: large;
	border:none;
	background-color: transparent;
	/* float: right; */
	text-align: center;
}
.alert-danger .glyphicon {
    display: block;
	font-size: 39px;
    margin: auto;
    text-align: center;
    margin-bottom: 5px;
}
.alert-danger .boton_error {
	text-align:center;
	margin-top: 20px;
}

.color-destacado1 {
	color: #f50707;
}
.div_info_modmenu {
	margin-top: 35px;
	margin-bottom: 5px;
	font-size: 15px;
}
.div_info_modmenu span {
	display:block;
	float: left;
	padding-right: 15px;
}
.clear {
	clear: both;
}
.link_gris {color: #626262}
#marcas_home {
	margin: 50px 0px;
}
.carousel-container h3{
    position: relative;
}

.carousel-container h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #eee;
  content: "";
  width: 100%;
  display: block;
  z-index: 50;
}
.carousel-container .carousel-title span {
    position: absolute;
    top: 0px;
    left: calc(50% - 245px / 2);
    background-color: white;
    z-index: 90;
    padding-right: 50px;
    padding-left: 50px;
}

.content_cnt_product {
	padding-top: 50px !important;
}


/*MENU RESPONSIVE*/
#menu_area .dropdown-menu{display:none;	margin-top:0px;}
#menu_area .navbar-toggler {
	padding: .85rem .75rem;
}
#menu_area .dropdown-menu.show{ display:block;}/* 
#menu_area .dropdown-menu.show li.dropdown{ visibility:visible;} */
#menu_area .navbar-light .navbar-toggler {	border: none;	color:#332d2d;}
#menu_area .navbar-light .navbar-toggler-icon {margin-right: 7px;}
#menu_area .navbar-txt { font-size:17px;}
#menu_area .dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
#menu_area .mainmenu a, #menu_area .navbar-default .navbar-nav > li > a, #menu_area .mainmenu ul li a , #menu_area .navbar-expand-lg .navbar-nav .nav-link{color:#484848;font-size:16px;text-transform:capitalize;padding:16px 15px;display: block !important;    border-bottom: 1px solid #eaeaea;}
#navbarSupportedContent{border-top: 1px solid #eaeaea;}
#menu_area .mainmenu .active a,#menu_area .mainmenu .active a:focus,#menu_area .mainmenu .active a:hover,#menu_area .mainmenu li a:hover,#menu_area .mainmenu li a:focus ,#menu_area .navbar-default .navbar-nav>.show>a, #menu_area .navbar-default .navbar-nav>.show>a:focus, #menu_area .navbar-default .navbar-nav>.show>a:hover{color: #ff0101;  /*background: #e2e2e2;*/outline: 0;}
/*==========Sub Menu=v==========*/
#menu_area .mainmenu .collapse ul > li:hover > a{background: #f7f7f7; color: #484848;}
#menu_area .mainmenu .collapse ul ul > li:hover > a, #menu_area .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, #menu_area .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #dcdcdc;}
/*.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}*/

#menu_area .mainmenu .collapse ul ul,#menu_area  .mainmenu .collapse ul ul.dropdown-menu{ background:#f7f7f7; visibility: visible;  opacity: 1;}
#menu_area .mainmenu .collapse ul ul,#menu_area  .mainmenu .collapse ul ul.dropdown-menu ul li a {border:none;}
#menu_area .mainmenu .collapse ul ul ul.dropdown-menu{background:#dcdcdc}
#menu_area .mainmenu .collapse ul li ul.dropdown-menu li ul li a{    border-bottom: solid 1px #eaeaea;}
#menu_area .mainmenu .collapse ul ul ul ul, #menu_area .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#b5b5b5}

/******************************Drop-down menu work on hover**********************************/
#menu_area .mainmenu{background: white;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}

#menu_area .mainmenu .dropdown-toggle::after {
	display: inline-block;
    width: auto;
    height: auto;
    margin-left: .255em;
    vertical-align: .255em;
	/*content: "\e90f";*/
	content: "\e927";
    border-top: none;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    float: right;
    font-family: feather!important;
}

/*CARRITO RESPONSIVE*/
#menu_area #responsive-btn .cart-dropdown{
	margin-right: 15px;
}
#menu_area #responsive-btn a{
	font-size: 0px;
	text-transform: capitalize;
	padding: 0px;
	display: block !important;
	border:none;
}
#menu_area #responsive-btn .dropdown-toggle::after {
    display: none;
    content: "";
}

.navbar .active{
	color: red !important;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
	cursor:pointer;
}
#pestanas-producto.nav {
	background-color:transparent;
}
.description_product {
	border-top: solid 1px #eee;
	padding:1.9em 1em;
}
.description_product h2{
	font-size:14px;
	line-height: 23px;
	text-align:justify;
}
.description_product .p_title {
	font-family: "LatoWebBold";
	margin-bottom: 10px;
	color:black;
	font-size:16px;
}
.description_product .p_title:after {
    background: #f40607;
    content: "";
    display: block;
    height: 2px;
    margin:5 0 10 0;
    width: 2.5rem;
}
#products-section .carousel_title_span{
	left: 0px;
	padding-right: 30px;
	padding-left: 0px;
	font-family: LatoWebBold;
    font: 14px/1.7 'LatoWebBold', Verdana;
    text-transform: uppercase;
}
#products-section .products-wrapper, #products-section .products-wrapper:hover{
	border:none;
}
.btn-peq {
	background-color: #f40607 !important;
	border: solid 1px #f40607;
	font-size:12px;
}
#products-section .owl-prev,#products-section .owl-next {
	top: 162px;
}

/* Infobox ===================================== */
.info-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; }
    .info-box .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
    .info-box .icon .chart.chart-bar {
      height: 100%;
      line-height: 100px; }
      .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-pie {
      height: 100%;
      line-height: 123px; }
      .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-line {
      height: 100%;
      line-height: 115px; }
      .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important; }
  .info-box .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px; }
    .info-box-2 .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
  .info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px; }
    .info-box-2 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
    .info-box-2 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px; }
    .info-box-2 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-2 .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box-2 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-2 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-2.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-2.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-2.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-2.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-3 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-3 .chart {
    margin-right: 5px; }
  .info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-3 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-3 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-3 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-3 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-3 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-3 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-4 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-4 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-4 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-4 .chart {
    margin-right: 5px; }
  .info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-4 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-4 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-4 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-4 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-4 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-4 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-4.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-4.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-4.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-4.hover-expand-effect:hover:after {
  width: 100%; }
.list-style {
	list-style-type: inherit;
    margin: inherit;
}
.list-ol{
	list-style-type: decimal;
}
.list-ul{
	list-style-type: disc;

}

.card {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	margin-bottom: 40px !important;
}
#total_car_res {
	color: #f40607; font-family: 'LatoWebBold';
}
#link_top_carrito{
	color:initial;
}
.bloque-carrito-listado  table{
	padding: 0px !important;
}
.bloque-carrito-listado  table td {
	border:none;
	padding: 0px !important;
}
.bloque-carrito-listado table td h2{
	font-family:'LatoWebBold', arial;
}
.hidden, .hide {
    display: none!important;
}

body > div.jconfirm.jconfirm-light > div.jconfirm-scrollpane > div > div > div{

	  margin-left: auto;
    margin-right: auto;
    display: block;

}




.hr-admin{


	border: 1px rgb(215, 221, 228) solid;

}


#content > div > div > div.col-md-2 > div > ul > li > a:hover {

	    background-color: #f40607;
			color: #fff !important;
			margin-left: 0px !important;
			transform: scale(1) !important;
			transition: all 0.3s ease-in-out 0.1s!important;
}


.CabeceraMenuActiva{

	background-color: #f40607 !important;


}

.sidebar-header{

	text-align: center;


}



/* Estilo modificado navs */
nav > .nav.nav-tabs{

border: none;
	color:#fff;
	background:#3a4651;
	border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link
{
	border: none;
		padding: 18px 25px;
		color:#fff;
		background:#3a4651;
		border-radius:0;
}

nav > div a.nav-item.nav-link.active
 {

	background-color: #f40607 !important;
	color: #fff;
}
.tab-content{
	background: #fdfdfd;
		line-height: 25px;
		border: 1px solid #ddd;
	/*	border-top:5px solid #f40607;
		border-bottom:5px solid #f40607;*/
		padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
	border: none;
		background: #f40607;
		color:#fff;
		border-radius:0;
		transition:background 0.20s linear;
}








.resultados_mapa_txt {
	-webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
	flex: 2;
	padding-right: 10px;
    max-height: 500px;
    overflow: auto;
}
.resultados_mapa{
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}
.resultados_mapa_txt .card{
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    background: #fff;
	border-radius: 0px;
	color:#666;
	margin-bottom:15px !important;
}
.resultados_mapa_txt .card-header{
	background-color:white;
	color:black;
	padding: 0px;
}
.resultados_mapa_txt .card-body{
	padding-bottom: 1.35rem;
}
.resultados_mapa_txt .card-header button:after {
	content: "\e927";
    font-family: feather!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
 	top: 17px;
    right: 5px;
	font-size:35px;
	position:absolute;
}
.resultados_mapa_txt .card-header button.collapsed:after {
	content: "\e929";
}

.resultados_mapa_txt .card-header button{
	width: 100%;
	/* height: 100%; QUITADO ERROR DESK*/
	height:auto !important;
	padding: .75rem 0.2rem;
	padding-right: 0px !important;
	color:black;
	text-align:left;
	font-size:20px;
}
.resultados_mapa_txt  .row-links {
	font-size: 16px;
}

.resultados_mapa_txt .card-header button:hover{
	text-decoration: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.my-div-icon {
	background-image: url('../images/ecom_images/marcador.png');
	background-repeat: no-repeat;
    background-position: right;
    width: 43px;
    height: 51px;
	color:#3e3e3e;
	text-align: center;
	padding-top: 5px;
	font-size: 17px;
    font-family: LatoWebBold;
	display: inline-block;
}
/*
.my-div-icon:hover {
	background-image: url('../images/ecom_images/marcador-act.png');
}
*/
.btn-link .my-div-icon {
	float:left;
}
.my-div-icon-first {
	background-image: url('../images/ecom_images/marcador-act.png');
	color:#e30606;
}
.btn-link .title_marker {
    display: inline-block;
    padding-top: 7px;
    float: left;
    padding-left: 8px;
		font-size:17px;
}
.menu_superior .navbar {
	padding: 0px !important;
}
#datos_tienda {
	margin-top: -150px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	background-color: #fff;
	z-index: 999;
	color:#333;
}
#tienda_top {
	margin-bottom: 15px;
	padding-bottom:1px;
	background-color: #ebebeb;
	color: #333333;
}
.botones_tienda {
	padding:30px;
}
.botones_tienda h2{
	font-size: 25px;
	color: #333333;
}
.botones_tienda img{
	margin-bottom:5px;
}
.pie_mapa {
	padding:20px;
	background-color: #ebebeb;
	color:black;
}

/* Estilo menu zona privada no tocar por favor! no interfiere con los demás menus */
#content > div > div.row > div.col-md-2.col-xs-2 > div.menu-zona-privada > div > ul > li > a:hover{
	background-color: red;
	margin-left: 0px !important;
	transition: transform .2s; /* Animation */
	color: #fff !important;
}
.pull-right {
	float:right;
}
.tienda_cercana_sel {
	background-image:url('../images/ecom_images/tienda-localizador.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:33px;
	margin-left:36px;
}
.boton_cambia_tienda {
	transition-delay: 2s;
	background-color: #a5a5a5;
    color: white!important;
    padding: 5px 11px;
    border-radius: 5px;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.boton_cambia_tienda.active{
	background-color: #f68c05;
}
.boton_cambia_tienda.active:hover{
	background-color: #de3000 !important;
}
.btn-rojo {
	background: #f40607;
	color: #FFFFFF;
	padding: 9px 20px;
	font-weight: normal;
	border: 1px solid transparent;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.btn-rojo:hover, .input_busqueda  .btn:hover{
	color: #fcfcfc;
	background-color: #b30000;
	border-color: #a90000;
}
.form_tiendas {
	margin-bottom: 15px;
}
.span_o{
	float: right;
	padding-right: 11px;
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 20px;
}
.input_busqueda .input-group {
	margin-bottom: 0px;
}
.input_busqueda .input-group .form-control {
	height: 46px;
	font-size: 18px;
}
.input_busqueda  .btn{
	padding: 10px 15px;
	background: #f40607;
	color: #FFFFFF;

}
.logotipo_tienda {
	margin: auto;
	margin-bottom: 15px;
}
.datos_tienda_txt h3 {
    margin-top: 15px;
    font-style: inherit;
    font-size: 25px;
    color: #333;
}
#resultados_listado .fondo-error {
	background-image:none !important;
}
#resultados_listado .alert-danger {
	float: initial;
}
.info_pie a {
	color:white;
}
.botones_responsive_top {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.primera_col a{
	color: #3C3C3C;
}

.gallery-item {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden
}

.gallery-item img {
    position: relative;
    transition: all .5s;
    z-index: 1;
    will-change: transform;
    width: 100%
}

.gallery-item:before {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #fff;
    transition: all .5s;
    opacity: 0;
    z-index: 2
}

.gallery-item .gallery-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: all .3s;
    opacity: 0;
    z-index: 2
}

.gallery-item .gallery-item-button {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: 20px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    opacity: 0;
    transition: all .5s;
    z-index: 2
}

.gallery-item .gallery-item-button:before {
    position: absolute;
    content: '+';
    right: 11px;
    bottom: 7px;
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    z-index: 1
}

.gallery-item .gallery-item-button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 33px;
    right: -33px;
    bottom: 0;
    background: #fff;
    transform: skewX(-45deg)
}

.mobile .gallery-item .gallery-item-title,
.mobile .gallery-item .gallery-item-button,
.mobile .gallery-item:before,
.tablet .gallery-item .gallery-item-title,
.tablet .gallery-item .gallery-item-button,
.tablet .gallery-item:before {
    opacity: 1
}

.mobile .gallery-item img,
.tablet .gallery-item img {
    opacity: .7
}

.gallery-item:hover img {
    opacity: .7;
    transform: scale(1.05)
}

.gallery-item:hover:before,
.gallery-item:hover .gallery-item-button,
.gallery-item:hover .gallery-item-title {
    opacity: 1
}

@media(min-width:1200px) {
    .cobbles-gallery .gallery-item img {
        max-width: initial;
        width: 100%
    }

    #resultados_busqueda_A {
		background-color:white;
		position: absolute;
		top: 190px;
	    height: 81%;
	    width: 100%;
	    z-index: 999;
	    overflow-y: scroll;/*
	    height: 406px;
	    width: 450px;*/
	}

	#resultados_busqueda_B {
		border: 1px solid #c2c8cc;
		border-radius: 7px;
		background-color:white;
		position: absolute;
		top: 47px;
	    z-index: 999;
	    overflow-y: scroll;
	    height: 406px;
	    width: 450px;
	}
}

@media(max-width: 1199px){
	#resultados_busqueda_A {
		background-color:white;
		position: absolute;
		top: 190px;
	    height: 84%;
	    width: 100%;
	    z-index: 999;
	    overflow-y: scroll;/*
	    height: 406px;
	    width: 450px;*/
	}

	#resultados_busqueda_B {
		border: 1px solid #c2c8cc;
		border-radius: 7px;
		background-color:white;
		position: absolute;
		top: 47px;
	    z-index: 999;
	    overflow-y: scroll;
	    height: 406px;
	    width: 344px;
	}
}

@media(max-width:991px) {
    .gallery-item img {
        width: 100%
    }

    #resultados_busqueda_A {
		background-color:white;
		position: absolute;
		top: 160px;
	    height: 62%;
	    width: 100%;
	    z-index: 999;
	    overflow-y: scroll;/*
	    height: 406px;
	    width: 450px;*/
	}

	#resultados_busqueda_B {
		border: 1px solid #c2c8cc;
		border-radius: 7px;
		background-color:white;
		position: absolute;
		top: 47px;
	    z-index: 999;
	    overflow-y: scroll;
	    height: 406px;
	    width: 333px;
	}
}

@media(max-width: 767px){
	#resultados_busqueda_A {
		background-color:white;
		position: absolute;
		top: 364px;
	    height: 48%;
	    width: 100%;
	    z-index: 999;
	    overflow-y: scroll;/*
	    height: 406px;
	    width: 450px;*/
	}

	#resultados_busqueda_B {
		border: 1px solid #c2c8cc;
		border-radius: 7px;
		background-color:white;
		position: absolute;
		top: 363px;
	    z-index: 999;
	    overflow-y: scroll;
	    height: 406px;
	    width: 500px;
	}
}

@media(max-width: 575px){
	#resultados_busqueda_A {
		background-color:white;
		position: absolute;
		top: 354px;
	    height: 48%;
	    width: 100%;
	    z-index: 999;
	    overflow-y: scroll;/*
	    height: 406px;
	    width: 450px;*/
	}

	#resultados_busqueda_B {
		border: 1px solid #c2c8cc;
		background-color:white;
		position: absolute;
		top: 353px;
	    z-index: 999;
	    overflow-y: scroll;
	    height: 406px;
	    width: 100%;
	}
}

.row_fotos {
	display: block !important;
}
.row_fotos .div_foto {
	display: block;
	float: left;
	margin-bottom: 30px;
}

.btn-qualitylike {
	  color: #fff;
    background-color: #ee0506;
    border-color: #ef0505;
}

.cc-btn{
	min-width: 140px !important;
}

@media only screen and (max-width: 768px) {

	.buscador-div{

		    margin-top: 50px !important;

	}

}

/* Solucionamos el margen inferior del menú */
div#navbarNav {
    margin-bottom: 0px;
}
.top-menu-superior {
    margin-bottom: 0px;
}