
/* BASE
====================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700');


html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
	height:100%;
}

body {
	font-family: 'Open Sans', "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	overflow-x: hidden;
	width:100%;
}


/* TYPOGRAPHY
====================================================================*/

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	color:inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: 'Cormorant Garamond', serif;
	font-weight:500;
}

#menu .nav > li > a {
	font-family: 'Cormorant Garamond', serif;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

h1 {
	font-size: 2rem;
	margin-bottom:1.5rem;
	text-transform: uppercase;
}
h2 {
	font-size: 2rem;
	margin-bottom:1.25rem;
}
h3 {
	font-size: 1.75rem;
	margin-bottom:1rem;
	text-transform: uppercase;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.25rem;
}


a,
a:active,
a:hover,
a:focus {
	color: #000000;
	text-decoration: none;
}
a:hover, #menu .nav > li.active > a {
	color: #000000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 1rem;
	font-weight: normal;
}

.fa {
	font-size: 16px;
}

.m-b-0 { margin-bottom:0; }
.m-b-1 { margin-bottom:1rem; }
.m-b-2 { margin-bottom:2rem; }
.m-b-3 { margin-bottom:3rem; }
.m-b-4 { margin-bottom:4rem; }

.fa-shopping-cart:before {
	content: "\f291";
}

.alert { padding: 1rem 1.5rem; }

.alert-success a,
.alert-success a:hover,
.alert-success a:focus,
.alert-success a:active {

	color: #3c763d;
	font-weight: 600;
	text-decoration: underline;
}


/* TEMPLATE
====================================================================*/


#content { margin-bottom:2rem; }

.common-home #content {
	margin-bottom:0;
}

#content-top {
	margin-bottom:3rem;
}

#column-left {
	padding-top:4px;
}



/* HEADER
====================================================================*/

#header {
	padding:1rem 0;
}

@media (min-width: 992px) {
	#header {
		margin-bottom:1rem;
	}
}


/****** LOGO ******/

#logo {
	margin: 0;
}

@media (min-width: 768px) {
	#logo {
		margin-bottom: 1rem;
	}
}
@media (min-width: 992px) {
	#logo {
		margin-bottom: 0;
	}
}

.logo {
	display:block;
	max-width:300px;
	margin:0 auto;
}


/****** SEARCH ******/

#search {
	position:relative;
	display:block;
	margin-bottom: 0.5rem;
	margin-top:1rem;
}

@media (min-width: 992px) {

	#search {
		margin-top: 1.5rem;
	}
}

#search .search-icon {
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	top:0;
	left:5px;
	z-index:2;
	text-align:center;
	color:#000000;
	font-size:1.125rem;
}

#search .form-control {
	border:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#F5F3F1;
}
@media (min-width: 992px) {

	#search .form-control {
		background:transparent;
	}
}
#search .form-control:focus {
	background:#F5F3F1;
}
#search .input-lg {
	height: 44px;
	line-height: 20px;
	padding: 0 1rem 0 50px;
	border:0;
	font-size:1rem;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

#search .form-control:-webkit-autofill {
	background:inherit;
}

/** DRASTICO!!! **/
/* .input-group-btn { display:none;} */


/****** CART ******/

@media (min-width: 768px) {

	#cart {
		padding-top: 1.5rem;
	}
}



/* FOOTER
====================================================================*/

.dropup .dropdown-toggle {
	color:#999;
	text-decoration:none;
}
.dropup .dropdown-toggle:hover {
	color:#ccc;
}

.dropup .currency-select,
.dropup .language-select {
	text-align:left;
	text-decoration:none;
	color:#555;
}
#footer .dropup > div {
	float:right !important;
}

#footer {
	padding: 3rem 0 1rem;
	background-color: #E5E3E1;
	border:0;
	color: #666666;
}
#footer hr {
	border-top: none;
	border-bottom: 1px solid #C9C7C6;
}
#footer a {
	color: #666666;
	font-size:0.9rem;
}
#footer a:hover {
	color: #444;
}
#footer .list-unstyled a {
	display:inline-block;
	padding:0.125rem 0;
}
#footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #A0A0A0;
	margin-bottom:1rem;
}
#footer .smaller { font-size:0.8rem; color:#888; }

.catalog__icon {
	padding: 0.5rem 1rem 0 0;
}
.catalog__icon .far {
	font-size: 3rem;
}
.catalog__link {
	display: block;
	padding: 0.25rem 0;
}


/* TOP
====================================================================*/

#top {
	border-bottom:1px solid #e5e3e1;
	margin-bottom:1rem;
	background:#F5F3F1;
}


#top .list-inline > li,
#top .dropdown-menu > li,
#top .btn-link {
	font-size:0.9rem;
}
@media (min-width: 768px) {

	#top-links > ul > li:last-child {
		display:none;
	}
}

#top-links ul {
	margin:0;
}
#top-links > ul > li > a {
	display:inline-block; padding: 7.5px 12px;
}

#top,
#top a,
#top .btn {
	text-decoration:none;
	color:#888;
}


/* MENU
====================================================================*/

#menu {
	border:0;
	margin-bottom:1rem;
	/*background-color: #8A6655;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;*/
	min-height:auto;
}

#menu .nav > li > a {
	/*color: #fff;*/
	display:block;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	padding: 1rem 1rem;
	line-height:1rem;
	background-color: transparent;
}

/* #menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
} */
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {

	#menu .nav {
		display:block;
		float:none;
		text-align:center;
		margin:0 auto;
	}
	#menu .nav > li {
		display:inline-block;
		float:none;
	}
	#menu .nav > li > a {
		font-size:1rem;
		padding: 1.25rem 1.5rem;
	}

	#menu .dropdown-menu {
		padding: 0.5rem 0;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		margin-top:-1px;
		margin-left:-235px !important;
	}

	#menu .dropdown-inner a {
		min-width:200px;
	}
}

@media (min-width: 992px) {
	#menu .nav > li > a {
		font-size:1.125rem;
		padding: 1.25rem 1.75rem;
	}
	#menu .dropdown-inner {
		padding: 1rem 0;
	}
	#menu .dropdown-inner a {
		font-size: 1rem;
		min-width:240px;
		padding: 12px 20px;
	}
}
@media (min-width: 1200px) {
	#menu .nav > li > a {
		padding: 1.25rem 2rem;
	}
}


@media (max-width: 767px) {

	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
}




/* BREADCRUMBS
====================================================================*/

.breadcrumb {
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	background:transparent;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0.75rem;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left:0;
}
.breadcrumb > li + li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
	padding: 0;
	position:absolute;
	left:-3px;
	height:1.5rem;
	line-height:1.5rem;
}

.breadcrumb > li > a {
	font-size:0.9rem;
	line-height:1.5rem;
	color:#999;
}
.breadcrumb > li > a:hover {
	color:#666;
}



/* PRODUCT LIST
====================================================================*/

.product-thumbs {
	margin:0 0 32px;
	padding:16px 0 0;
	background:#F5F3F1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.product-thumb {
	background:#fff;
	margin-bottom: 20px;
	overflow: auto;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-layout .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px 0 0;
		max-width:250px;
	}
}
.product-thumb h4 {
	font-weight: 600;
}
.product-thumb h4 a {
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-thumb p {
	margin: 0;
}
.product-thumb .caption {
	padding: 16px 16px 0;
	min-height: 140px;
	color:#666;
}
.product-list .product-thumb .caption {
	margin-left: 240px;
}
@media (max-width: 1200px) {
	.product-layout .product-thumb .caption {
		min-height: 160px;
	}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}


.product-layout .price {
	padding-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	color: #555;
}
.product-layout .price-new {
	font-weight: 600;
}
.product-layout .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-layout .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-layout .button-group {
	border: 0;
	background-color: transparent;
	overflow: auto;
	padding:16px;
	text-align:right;
}
.product-layout .button-container {
	padding: 0 0 0 12px;
	float:left;
	width:30%;
}
.product-layout .button-container:first-child {
	padding-left:0;
	width:70%;
}
.product-layout .button {
	border: 0;
	display: block;
	width:100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}


.product-list .button-container {
	display:inline;
	padding: 0 0 0 12px;
	float:none;
	width:100%;
}
.product-list .button {
	display:inline-block;
	width:auto;
}
.product-list .button-container:first-child {
	padding-left:12px;
	width:auto;
}

.product-layout .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-layout .button-group button,
	.product-layout .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-layout .button-group button,
	.product-layout .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}


.thumbnail {
	border:0px solid #DCD1CC;
	padding:24px;
}
.thumbnail > img {
	max-width:100%;
}


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

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

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

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

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

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

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

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





/* SINGLE PRODUCT
====================================================================*/


@media (min-width: 768px) {
	.product__textblock {
		padding-left:24px;
	}
}
@media (min-width: 992px) {
	.product__textblock {
		padding-left:48px;
	}
}
@media (min-width: 1200px) {
	.product__textblock {
		padding-left:72px;
	}
}

.product__textblock h1 {
	margin-bottom:0.5rem;
}
.product__textblock h5 {
	color:#DC7B5F;
}
.product__description {
	color:#666;
}
.product__description :empty {
	display: none;
}

#product .control-label {
	font-weight: 600;
}




/* DROPDOWN MENUs
====================================================================*/


.dropdown-menu > li > a {
	padding:0.5rem 1rem;
}
.dropdown-inner li a:hover,
.dropdown-menu > li:hover > .btn-link,
.dropdown-menu > li > a:hover {
	color:inherit;
	text-decoration:none;
	background-color:#F5F3F1;
}


/* HOMEPAGE
====================================================================*/

#content-bottom {
	padding:3rem 0 2rem;
	background-color:#F5F3F1;
}



/* PULSANTI
====================================================================*/

.buttons {
	margin: 1em 0;
}

.button, .btn {
	border:0;
	padding: 0.5rem 1rem;
	font-size:1rem;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	letter-spacing:0.5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.button-default, .btn-default { background: #eee; color: #888; }

.button-default:hover,
.button-default:focus,
.button-default:active { color: #666; }

.button-orange,
.btn-primary { background: #DC7B5F; color:#fff; }

.button-orange:hover,
.button-orange:focus,
.button-orange:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary[disabled],
.btn-primary.disabled  { background: #DC7B5F !important; color: #fff !important; outline:0 none; }


.input-group .form-control[name^=quantity] {
	height: 38px;
}


.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-md {
	padding: 0.75rem 1.5rem;
}
.btn-lg {
	padding: 1rem 2.5rem;
	font-size:1.25rem;
	line-height:1.5rem;
	font-weight:600;
}
.btn-lg .fa {
	margin-right:0.5rem;
}
/*.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}*/
/*.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}*/

.dropdown-menu .btn { text-align:left; }






























select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
select.input-lg { font-size: 1.125rem; }
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */




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

#input-quantity {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	padding: 0;
	height: 56px;
	line-height: 56px;
	margin-right: 10px;
}

/* content */
#content {
	min-height: 500px;
}


.pagination {
	margin: 0;
}














/* buttons */









/* list group */
a.list-group-item {
	border: 0 !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #666;
	padding: 8px 12px;
}
a.list-group-item:hover {
	color: #444444;
	background: #f5f3f1;
}
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	color: #444;
	background: #e5e3e1;
	font-weight: 500;
}


/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}






.subcategories>li {
	display: block;
	float: none;
}
.subcategories>li>a {
	padding: 8px 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.information-information-4 .owl-wrapper-outer {border: 0; box-shadow: none; -webkit-box-shadow:none; }
