/* --------------------------------------------------------------------------------------------- */
/* Body */
body {
	overflow-y:scroll;
	font-family:'Verdana';
	color:#333;
	background-color:#fff;
}

.navbar-toggle .icon-bar{
	background-color:#333;
}
/* --------------------------------------------------------------------------------------------- */
.side-menu li > i {
	width: 15px;
}
.side-menu li > ul {
	margin-left:20px;
}


/* --------------------------------------------------------------------------------------------- */
/* Default layout */
#content-wrapper.type-page #content {
	padding:15px 0;
}

#content-wrapper ul {
	list-style:disc inside none;
}

#body h1,
#body h2,
#body h3,
#body h4,
#body h5,
#body h6 {
	font-family:'Open Sans';
	font-weight:bold;
}

#container {
	padding:0 15px;
}

#footer {
	padding:20px 0;
}

/* --------------------------------------------------------------------------------------------- */
#base-404 {
	padding:20px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#base-404 i {
	font-size:5vw;
	color:#f1796d;
}

#base-404 h2 {
	margin-bottom:10px;
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#breadcrumb-wrapper .breadcrumb {
	background-color:#fff;
}

/* --------------------------------------------------------------------------------------------- */
/* Elements */
ul,
li,
body,
fieldset,
h1,
h2,
h3,
h4,
h5,
p,
td {
	margin:0;
	padding:0;
	border:none;
	outline:0;
}


p {
	margin-bottom:15px;
}

ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a:hover {
	cursor:pointer!important;
}

/* --------------------------------------------------------------------------------------------- */
/* Header and navbar */
#navbar {
	z-index:3;
	margin-bottom:0;
}


#header > .container {
	padding:0;
}

#header > .container > nav {
	border:none;
	box-shadow:none;
	border-radius:0;
	background:transparent;
}

#header .navbar-header a {
	display:inline-block;
	height:75px;
	line-height:75px;
	padding:0;
	margin-right:15px;
}

#header .navbar-header a img {
	vertical-align:middle;
	display:inline-block;
}

.language-flags .dropdown-menu {
	min-width:0;
}

#header .navbar-header .navbar-toggle {
	margin-top:20px;
}

#menu-top {
	position:relative;
	border:0;
}


#menu-top > ul > li * {
	font-size:initial;
}

#menu-top > ul > li > a.dropdown-toggle {
	padding:0 5px;
}

#menu-top > ul > li.open > a:hover {
	background:#333!important;
}

/* --------------------------------------------------------------------------------------------- */
/* Brand */
/* --------------------------------------------------------------------------------------------- */
#brand-reserved_page .title h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#brand-reserved_page .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#brand-reserved_page .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#brand-reserved_page .not-found h2 {
	color:#333;
}

.brand.small {
	position:relative;
	display:block;
	background-color:#fff;
	height:300px;
	margin-bottom:30px;
	padding:20px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
}

.brand.small:hover {
	text-decoration:none;
}

.brand.small .image {
	float:left;
	width:100%;
	height:200px;
	line-height:200px;
	text-align:center;
	font-size:0;
}

.brand.small .image img {
	display:inline-block;
	vertical-align:middle;
}

.brand.small .name {
	position:absolute;
	text-align:center;
	line-height:100%;
	bottom:15px;
	width:222.5px;
	box-sizing:border-box;
}

/* --------------------------------------------------------------------------------------------- */
/* Products */
/* --------------------------------------------------------------------------------------------- */
#products-list .title h1 {
	margin-bottom:20px;
	color:#333;
}

#products-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#products-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#products-list .not-found h2 {
	color:#333;
}

#products-list .product.list {
	display:block;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#333;
	text-decoration:none;
	margin-bottom:25px;
}

#products-list .product.list .title {
	padding:5px 20px;
	text-align:center;
	font-size:16px;
}

#products-list .product.list .summary {
	padding:0 20px 0 20px;
	word-break:break-all;
}

#products-list .product.list .price {
	padding:5px 20px;
	text-align:right;
}

#products-list .items > div:last-of-type .product.list {
	margin-bottom:0;
}

#product-view .title h1 {
	margin-bottom:20px;
	text-align:center;
}
#product-view h3 {
	margin-top:10px;
	margin-bottom:5px;
}
#product-view .content {
	display:block;
	float:left;
	width:100%;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#product-view .content .row {
	margin:0;
}

#product-view .description {
	padding:20px;
}

#product-view .add-to-cart {
	padding:15px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Category */
/* --------------------------------------------------------------------------------------------- */
#category-render {
	margin-bottom:20px;
}

#category-render .title h1 {
	margin-bottom:20px;
}

#category-render .content {
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	padding:20px 0;
}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */
.slideshow{
	overflow: hidden;
}
.slideshow li img{
	width: 100%;
}
.slideshow .description {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:20px;
	border-radius:3px;
	color:#fff;
}

.slideshow .description :last-child {
	margin-bottom:0;
}

/* --------------------------------------------------------------------------------------------- */
/* News */
/* --------------------------------------------------------------------------------------------- */
#news-list > div.title h1 {
	margin-bottom:20px;
}

#news-list .news-item {
	margin-bottom:20px;
}

#news-list .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#news-list .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:5px;
}

#news-list .not-found h2 {
	color:#333;
}

#news-list .items > :last-child .news-item {
	margin-bottom:0;
}

.news-item .title {
	margin-bottom:10px;
}

.news-item .title h1 {
	text-align:center;
	margin-bottom:20px;
}

.news-item .publish-date {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#aaa;
	font:12px 'Open Sans';
}

.news-item .title a {
	color:#333;
	text-decoration:none;
}

.news-item .info {
	position:relative;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.news-item .info .content {
	padding:20px;
}

/* --------------------------------------------------------------------------------------------- */
/* Page */
/* --------------------------------------------------------------------------------------------- */

/* Gallery */
.page-gallery img {
	border-radius:3px;
	opacity:0.5;
	transition:opacity 200ms;
}

.page-gallery img:hover {
	opacity:1;
}

/* --------------------------------------------------------------------------------------------- */
#cart .title h1,
#checkout .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#checkout h2 {
	margin-bottom:10px;
}

#cart .bottom-bar,
#checkout .bottom-bar {
	text-align:right;
}

#cart .items,
#cart .not-found,
#checkout .cart,
#checkout .summary,
#checkout .details,
#checkout .delivey-details,
#checkout .contact-details,
#cart .bottom-bar,
#checkout .bottom-bar,
#checkout .not-found {
	padding:15px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}

#cart .not-found,
#checkout .not-found {
	padding:25px;
	margin-bottom:0;
}

#cart .not-found i,
#checkout .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#cart .not-found h2,
#checkout .not-found h2 {
	color:#333;
}

#checkout .payment-methods input[type="radio"],
#checkout .delivery-methods input[type="radio"] {
	display:none;
}

#checkout .payment-methods input[type="radio"]:checked + label,
#checkout .delivery-methods input[type="radio"]:checked + label {
	opacity:1;
}

#checkout .payment-methods .payment-method,
#checkout .delivery-methods .delivery-method {
	width:100%;
	box-sizing:border-box;
	padding:20px;
	opacity:0.5;
	font-weight:normal;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#checkout .payment-methods .payment-method .info .price,
#checkout .delivery-methods .delivery-method .info .price {
	font-size:12px;
}

#checkout .payment-methods .payment-method .info,
#checkout .delivery-methods .delivery-method .info {
	text-align:justify;
	font-size:11px;
}

#checkout .payment-methods .payment-method .info .description > :last-child,
#checkout .delivery-methods .delivery-method .info .description > :last-child {
	margin-bottom:0;
}

#checkout .payment-methods .payment-method .icon i,
#checkout .delivery-methods .delivery-method .icon i {
	font-size:30px;
}

#checkout .payment-methods .payment-method:hover,
#checkout .delivery-methods .delivery-method:hover {
	cursor:pointer;
}

#checkout .payment-methods .logo,
#checkout .delivery-methods .logo {
	text-align:center;
}

#checkout .payment-methods .logo img,
#checkout .delivery-methods .logo img {
	display:inline-block;
}

#checkout .summary table {
	margin-bottom:0;
}

#cart table,
#checkout .cart table {
	margin:0;
}

#cart table tbody td,
#checkout .cart table tbody td {
	vertical-align:middle;
}

#cart table tbody td img,
#checkout .cart table tbody td img {
	display:inline-block;
}

#cart table tfoot td,
#checkout .cart table tfoot td {
	padding-top:20px;
}

#cart input[type="text"],
#checkout .cart input[type="text"] {
	text-align:center;
}

/* --------------------------------------------------------------------------------------------- */
#receipt h2 {
	margin-bottom:10px;
	text-align:center;
}

#receipt .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#receipt table {
	margin-bottom:0;
}

#receipt .contact-details,
#receipt .payment-details,
#receipt .delivery-details,
#receipt .rows,
#receipt .not-found {
	padding:25px;
	background-color:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:20px;
}

#receipt .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#receipt .not-found h2 {
	color:#333;
}

#receipt .rows tfoot td {
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------------- */
#customer-login h1,
#customer-register h1,
#customer-forgot_password h1 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}

#customer-login form,
#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address,
#customer-register .submit,
#customer-forgot_password form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-register .submit {
	padding:10px;
	text-align:right;
}

#customer-login button[type=submit],
#customer-forgot_password button[type=submit] {
	margin-bottom:15px;
}

#customer-forgot_password .message {
	margin-bottom:15px;
}

#customer-register .login-details,
#customer-register .personal-details,
#customer-register .company,
#customer-register .address {
	margin-bottom:20px;
}

#customer-register h3 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#bootstrap-task-errors.list-group {
	border-radius:0;
	box-shadow:none;
}

#bootstrap-task-errors.list-group .list-group-item {
	border-radius:0;
	border:none;
}

/* --------------------------------------------------------------------------------------------- */
#customer-my_pages .title h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-my_pages h2 {
	margin-bottom:10px;
}

#customer-my_pages form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-my_pages form.details {
	margin-bottom:20px;
}

#customer-my_pages .login-details h3,
#customer-my_pages .personal-details h3,
#customer-my_pages .company h3,
#customer-my_pages .address h3 {
	margin-bottom:10px;
}

#customer-my_pages .login-details {
	margin-bottom:20px;
}

#customer-my_pages .company {
	margin-bottom:20px;
}

#customer-my_pages #bootstrap-task-errors.list-group {
	margin-bottom:10px;
}

#customer-my_pages .preselected-addresses {
	margin-bottom:20px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-contact_us h1 {
	margin-bottom:20px;
	text-align:center;
}

#customer-contact_us form {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-contact_us form h3 {
	margin-bottom:10px;
}

#customer-contact_us form hr {
	margin:0;
	margin-bottom:15px;
	margin-top:5px;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_history h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_history .order-list {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_history .not-found {
	
}

#customer-order_history .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#customer-order_history .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
#customer-order_view h1 {
	text-align:center;
	margin-bottom:20px;
}

#customer-order_view table {
	margin-bottom:0;
}

#customer-order_view .payment-address,
#customer-order_view .delivery-address,
#customer-order_view .items,
#customer-order_view .summary {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#customer-order_view .payment-address,
#customer-order_view .items,
#customer-order_view .delivery-address {
	margin-bottom:20px;
}

#customer-order_view h2 {
	margin-bottom:10px;
}

/* --------------------------------------------------------------------------------------------- */
#search h1 {
	text-align:center;
	margin-bottom:20px;
}

#search .form {
	margin-bottom:20px;
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}

#search .not-found {
	background-color:#fff;
	padding:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	text-align:center;
}

#search .not-found i {
	font-size:5vw;
	color:#f1796d;
	margin-bottom:10px;
}

#search .not-found h2 {
	color:#333;
}

/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */
@media (min-width: 768px){
	#menu-top{
		float:left;
	}
	#menu-top > ul > li{
		display: inline-block;
		margin: 25px 0;
	}
}


/* --------------------------------------------------------------------------------------------- */
/* MEDIA SCREEN 768px AND ABOVE */
/* --------------------------------------------------------------------------------------------- */