:root {
  --main-color: #e0d6b2;
  --main-color-text: #80670d;
  --main-color-hover: #ccbda0;
}

body {
  font-family: Roboto, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

.container {
  width: 1200px;
}


h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 15px;
}
a,
.btn-link {
	color: var(--main-color-text) !important;
}
a:hover {
	text-decoration: none;
	color: var(--main-color-hover);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	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 */
.dropdown-menu {
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background: var(--main-color) !important;
}
/* top */
#top {
	border-bottom: 1px solid #ddd;
	padding: 0px;
	margin: 0 0 20px 0;
	min-height: 37px;
  height: 37px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #222;
	background: var(--main-color-hover);
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
  padding: 5px 5px;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a,
#top-links li button {
	text-shadow: none;
  padding: 8px 10px !important;
}
#top-links .dropdown-menu a:hover {
	color: #222 !important;
	background: var(--main-color-hover);
}
#top .btn-link strong {
	font-size: 14px;
  line-height: 14px;
}
#top-links {
	padding-top: 3px;
  display: block;
  text-align: right;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
  width: 180px;
  height: auto;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
  float: right !important;
}
#cart.open > .btn:hover {
	color: #444;
}
.btn-header-cart {
  background: none;
  color: #000 !important;
  text-align: right;
  font-size: 15px !important;
}

#cart.open > .btn,
#cart > .btn:focus,
#cart > .btn:hover {
	border: 1px solid #E6E6E6;
	color: var(--main-color-text) !important;
  box-shadow: none;
}


#cart .dropdown-menu {
  border: 1px solid var(--main-color);
}
#cart .btn-remove {
  background: none;
  border: none;
  color: #000;
  padding: 10px 10px;
}



.btn-header-cart .icon {
  color: var(--main-color-hover) !important;
  font-size: 24px;
  float: left;
  margin: -5px 10px 0px 0px;
}
#cart .dropdown-menu {
	background: #fff;
	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;
  color: #000;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
  margin: 0px !important;
  height: 40px !important;
  min-height: 40px !important;
}
#menu .nav > li > a {
	color: var(--main-color-text);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 10px 10px 10px;
  margin-top: -1px;
	min-height: 15px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-shadow: none;
}
#menu .nav > li + li  {
  border-left: 1px solid var(--main-color-hover);
}
#menu .navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: var(--main-color-hover);
	color: var(--main-color-text);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: var(--main-color-text);
}
#menu .see-all {
	display: block;
	margin-top: 0em;
	border-top: 1px solid #dedede;
	padding: 3px 20px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	font-size: 12px;
	color: var(--main-color-text);
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: var(--main-color-text);
	background: var(--main-color-hover);
}
#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 .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.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);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 350px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #eee;
	color: #e2e2e2;
  font-size: 13px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #555;
}
footer a:hover {
	color: #ea3a3c;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--main-color-text);
  text-transform: upperCase;
}
footer .about-us li {
  color: var(--main-color-text);
}
footer .about-us .icon {
  margin-right: 8px;
  color: var(--main-color-text);
}

footer ul li {
  padding: 5px 0px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 5px 0;
	border: none;
  background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 8px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: -4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li a {
  color: #555;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.breadcrumb li a:hover {
  color: #ea3a3c;
}
.breadcrumb > li:nth-child(1) {
  padding-left: 3px;
}
.breadcrumb > li:nth-last-child(1):after {
  display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 0px !important;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: var(--main-color-text);
	text-shadow: none;
	background: var(--main-color)-hover;
	border-color: var(--main-color-hover);
}
.btn-default:hover,
.btn-default:focus {
	color: var(--main-color-text);
	background: var(--main-color) !important;
	border-color: var(--main-color);
}
.btn-default.active,
.btn-default.active:focus,
.btn-default.active:hover {
	color: var(--main-color-text);
	background: var(--main-color);
	border-color: var(--main-color);
}


.btn-primary {
	color: var(--main-color-text);
	text-shadow: none !important;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active, .btn-primary:focus, .btn-primary.disabled, .btn-primary[disabled] {
	background: var(--main-color-hover) !important;
  border-color: var(--main-color-hover) !important;
	color: var(--main-color-text);
}
.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);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 6px;
  margin-right: 2px;
}
.rating .fa-star-o {
	color: var(--main-color);
	font-size: 15px;
}
.rating .fa-star {
	color: var(--main-color);
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: var(--main-color);
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-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;
}







































/* custom */
#collapse-shipping-method label,
#collapse-payment-method label {
  display: block !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#collapse-shipping-method .radio + .radio,
#collapse-payment-method .radio + .radio {
  border-top: 1px solid #dedede;
}
#collapse-shipping-method label .price,
#collapse-payment-method label .price {
  float: right;
}
#collapse-shipping-method label p,
#collapse-payment-method label p {
  margin: 0px;
  padding: 0px;
}

.modal-branch .modal-title .icon {
  margin-right: 10px;
}
.modal-branch .modal-footer .icon {
  margin-right: 5px;
}
.modal-branch iframe {
  width: 100%;
  height: 300px;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.modal-branch .modal-header .close {
  margin-top: -20px;
}








#fast-checkout #navigation {
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: red;
}
#fast-checkout #navigation li {
  display: block;
  float: left;
  width: 25%;
  margin: 0px;
  padding: 0px;
  background: var(--main-color);
  font-weight: 600;
  font-size: 13px;
}
#fast-checkout #navigation li:nth-child(1) {
  background: var(--main-color);
}
#fast-checkout #navigation li:nth-child(1).active a,
#fast-checkout #navigation li:nth-child(1).active span {
  background: red;
}

#fast-checkout #navigation li.active {
  background: var(--main-color-hover);
}




#fast-checkout #navigation li a,
#fast-checkout #navigation li span {
  padding: 0px 25px;
  display: block;
  color: var(--main-color-text);
}
#fast-checkout #navigation li.active a,
#fast-checkout #navigation li.active span {
  color: var(--main-color-text);
}

#fast-checkout #navigation li.active {
  background: var(--main-color-hover);
}
#fast-checkout #navigation li.active a,
#fast-checkout #navigation li.active span {
  background: var(--main-color-hover);
  color: var(--main-color-text);
}



#fast-checkout .alert {
  margin: 20px 0px 0px 0px;
}




#fast-checkout fieldset {
  border: 1px solid #e0e0e0;
  margin: 40px 0px;
  padding: 20px 10px;
}

#fast-checkout fieldset legend {
  background: #fff;
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: upperCase;
  display: inline-block !important;
  width: auto !important;
  margin: -10px 0px 0px 0px;
  padding: 0px 10px;
  border: none;
}

#fast-checkout table {
  width: 100%;
}
#fast-checkout table tr td {
  border: none !important;
  padding: 15px 10px 10px 10px;
  cursor: pointer;
}
#fast-checkout table tr:hover td {
  background: #f8f8f8;
}
#fast-checkout table tr.active td {
  background: #f2f2f2;
}

#fast-checkout table tr td.input {
  width: 40px;
  text-align: center;
}
#fast-checkout table tr td.name strong {
  font-weight: 600;
  color: #000 !important;
  display: block;
}
#fast-checkout table tr td.price {
  text-align: right;
  font-weight: 600;
  width: 100px;
  color: #000 !important;
}


#fast-checkout .summary {
  padding: 10px 0px 0px 0px;
}
#fast-checkout .summary legend {
  margin: -10px 10px 0px 10px;
}
#fast-checkout .summary .table {
  margin-bottom: 0px;
}

#fast-checkout .summary .table td {
  padding-left: 15px;
  padding-right: 15px;
  cursor: default;
}
#fast-checkout .summary .table td a {
  font-weight: 600;
  color: #000 !important;
}
#fast-checkout .summary .table td a:hover {
  text-decoration: underline;
}
#fast-checkout .summary .table .quantity {
  display: inline-block;
  margin-right: 6px;
}
#fast-checkout .summary .table tr td {
  color: #000 !important;
}
#fast-checkout .summary .table tr:hover td {
  background: none;
}
#fast-checkout .summary .table .sub_total td,
#fast-checkout .summary .table .sub_total:hover td {
  font-weight: 600;
}
#fast-checkout .summary .table .total td,
#fast-checkout .summary .table .total:hover td {
  font-weight: 600;
  font-size: 17px;
}

#fast-checkout .btn-back {
  float: left;
  margin-top: 12px;
}
#fast-checkout .btn-continue,
.btn-go-to-checkout {
  padding: 20px 20px !important;
  font-weight: 600;
  font-size: 14px;
  float: right;
  text-transform: upperCase;
}

#fast-checkout .loading {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background: url(../image/loading2.gif) no-repeat center;
}
#fast-checkout .modal-button {
  margin-top: 5px;
  font-size: 12px;
  padding: 3px 15px;
}


#fast-checkout .btn-login {
  font-weight: 600;
  cursor: pointer;
}
#fast-checkout #btnLogin {
  margin-left: -10px;
}


#fast-checkout label {
  text-align: left;
  padding-left: 25px;
}



#fast-checkout input[type="text"],
#fast-checkout input[type="password"],
#fast-checkout select,
#fast-checkout textarea {
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
#fast-checkout input[type="text"]:hover,
#fast-checkout input[type="text"]:focus,
#fast-checkout input[type="password"]:hover,
#fast-checkout input[type="password"]:focus,
#fast-checkout select:hover,
#fast-checkout select:focus,
#fast-checkout textarea:hover,
#fast-checkout textarea:focus {
  border-radius: 0px;
  border: 1px solid #cccbcb;
  box-shadow: none;
}


#fast-checkout input[type="text"].error,
#fast-checkout input[type="password"].error,
#fast-checkout select.error,
#fast-checkout textarea.error {
  border: 1px solid #ff0000;
}


#fast-checkout .error-text {
  color: #ff0000;
}
#fast-checkout .checkbox-shipping-address {
  margin-top: -30px;
}
#fast-checkout #payment-comment {
  resize: none;
  height: 100px;
}

#fast-checkout .shipping_country_name {
  padding: 5px 0px 0px 15px;
}
#fast-checkout .shipping_country_name a {
  text-decoration: underline;
  color: #cc0000;
}
#fast-checkout .shipping_country_name a:hover {
  text-decoration: none;
}
#fast-checkout .agree-checkboxes {
  margin: -20px 0px 0px 0px;
}
#fast-checkout .agree-checkboxes label {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  display: block;
  min-height: 25px;
  line-height: 25px;
  cursor: pointer;
}
#fast-checkout .agree-checkboxes label input {
  margin: 5px 10px 0px 5px;
  float: left;
}
#fast-checkout .agree-checkboxes .error-text {
  padding: 0px 0px 0px 28px;
  margin: -10px 0px 0px 0px;
  display: block;
}


#fast-checkout .order-success {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  padding: 100px 0px;
  color: #000;
}
#fast-checkout .order-success .icon {
  display: block;
  font-size: 60px;
  margin: 0px 0px 20px 0px;
}



@media only screen and (max-width: 767px) {
  #fast-checkout #navigation {
    display: none;
  }
}

#cookies{position:fixed;bottom:0px;padding:30px 0px;width:100%;display:block;background:var(--main-color);border-top:3px solid var(--main-color-hover);z-index:9999;}
#cookies .container{background:url(/catalog/view/theme/default/image/icon-cookies.png) no-repeat left center;padding-left:100px;padding-right:150px;}
#cookies .title{color:var(--main-color-text);display:block;margin-bottom:5px;font-size:15px;}
#cookies p{display:block;color:var(--main-color-text);font-size:13px;}
#cookies .button{float:right;padding:10px 20px;background:var(--main-color-hover);color:var(--main-color-text);font-weight:600;font-size:15px;cursor:pointer;margin:25px -150px 0px 0px;border-radius:3px;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}
#cookies .button:hover{background:var(--main-color);color:var(--main-color-text);text-decoration:underline;}
#cookies .button .icon{margin-right:10px;}
@media only screen and (max-width: 1440px) {
  #cookies {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #cookies .container {
      background: none;
      padding-left: 0px;
      padding-right: 0px;
  }
  #cookies .button {
    margin: 25px 0px 5px 5px;
  }
}

#welcome-message {
  line-height: 36px;
}
#welcome-message span {
  margin: 0;
  display: inline-block;
  position: relative;
  margin-right: 7px;
  color: #fff;
  background: #e67e22;
  padding: 0 10px;
  border-radius: 2px;
  line-height: 20px;
  font-weight: 600;
}
#menu-content {
  background: var(--main-color);
  margin-bottom: 15px;
  height: 40px;
}

header {
  min-height: 61px;
}

.block-category {
  margin-bottom: 30px;
}
.block-category h3,
.block-account h3 {
  background-color: var(--main-color);
  display: block;
  padding: 0px;
  margin: 0px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  color: var(--main-color-text);
  text-transform: upperCase;
  font-weight: 600;
  font-size: 15px;
  
}
.block-category h3 .icon,
.block-account h3 .icon {
  float: left;
  margin: 15px 10px 0px 15px;
}
.block-account h3:before {
  background: url("../image/icon/title_vaccount.png") var(--main-color) no-repeat center;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.block-category ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.block-category ul li {
  border-bottom: 1px solid var(--main-color);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.block-category ul li a {
  padding: 10px 10px;
  border-top: none;
  border-bottom: none;
  margin: 0px;
  font-weight: 600;
  border-color: var(--main-color);
}
.block-category ul li:hover a {
  color: var(--main-color-tex);
  border-color: var(--main-color);
  background: none;
}
.block-category ul li.active a,
.block-category ul li.active a:hover {
  background: none;
  color: var(--main-color-hover);
  border-color: var(--main-color);
}
.block-category ul li .icon {
  float: right;
  margin: 3px 0px 0px 0px;
}
.block-category .sub-menu {
  position: absolute;
  border: 1px solid var(--main-color);
  z-index: 990;
  margin-left: 284px;
  margin-top: -41px;
  width: 800px;
  left: 0;
  display: none;
  background: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
  opacity: 0;
}
.block-category li:hover .sub-menu {
  display: block;
  opacity: 1;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.block-category .sub-menu ul {
  margin: 15px 0px 15px 15px !important;
  padding: 0px;
  display: block;
  list-style: none;
}
.block-category .sub-menu ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  border: none;
}
.block-category .sub-menu ul li + li {
  border-top: 1px dashed var(--main-color);
}
.block-category .sub-menu ul li a {
  margin: 0px;
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  border: none;
}
.block-category .sub-menu ul li a:hover {
  background: none;
}

.block-category .sub-menu a.image  {
  margin: 0px;
  padding: 0px;
  border: none;
  display: block;
}

.block-category .sub-menu h4  {
  margin: 30px 0px 0px 25px;
  padding: 0px;
  display: block;
  font-weight: 600;
  color: var(--main-color-text);
}










.block {
  margin-bottom: 30px;
}
.block h3 {
  position: relative;
  
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 3px solid var(--main-color);
  font-size: 100%;
  padding: 0;
  margin: 0px 0px 15px 0px;
  height: 40px;
}
.block h3 span,
.block h3 a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  color: var(--main-color-text);
  line-height: 40px;
  padding: 0 18px;
  font-weight: 600;
  background-color: var(--main-color);
  margin-top: -1px;
}
.block h3 a:hover {
  text-decoration: underline;
}
.block h3 span:before,
.block h3 a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 40px solid var(--main-color);
  right: -20px;
  border-right: 20px solid transparent;
}

.owl-wrapper-outer {
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}


.products {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-layout {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: none;
}
.product-thumb {
  border: 1px solid transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
  padding: 15px;
}
.product-thumb:hover {
  border: 1px solid #aaa;
}

.product-thumb .image,
.product-thumb .image-2 {
  margin: 0px 0px 15px 0px;
  text-align: center;
}

.product-thumb h4 {
  margin: 0px;
  padding: 0px;
}
.product-thumb h4 a {
  font-size: 15px;
  color: #444;
  font-weight: normal;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.product-thumb h4 a:hover {
  color: #ea3a3c;
}
.product-thumb .price {
  display: block;
  margin-top: 15px;
}


.product-thumb .image-2 {
  display: none;
  opacity: 0;
  text-align: center;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.product-thumb:hover .image {
  display: none;
}
.product-thumb:hover .image-2 {
  display: block;
  opacity: 1;
}






.product-thumb .price .price-new {
  color: var(--main-color);
  font-size: 18px;
}
.product-thumb .price .price-old {
  line-height: 20px;
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}
.product-thumb .hover {
  display: none;
  position: absolute;
  z-index: 990;
  right: 20px;
  width: 30px;
}
.product-thumb:hover .hover {
  display: block;
}

.product-thumb .hover .product-btn {
  display: block;
  background: #999;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.product-thumb .hover .product-btn:hover {
  background: var(--main-color);
  color: #fff;
}

.product-countdown {
  display: block;
  margin-top: -68px;
  z-index: 99;
  position: absolute;
  width: calc(100% - 32px);
}
.product-countdown > div {
  width: 25%;
  float: left;
}
.product-countdown > div span {
  background: var(--main-color);
  display: block;
  color: var(--main-color-text);
  font-weight: 600;
  margin: 2px 2px 15px 2px;
  padding: 5px 0px 0px 0px;
  font-size: 14px;
  text-align: center;
}
.product-countdown > div span i {
  display: block;
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 4px;
  font-style: default;
  text-transform: upperCase;
}
.product-thumb:hover .product-countdown div span {
  background: var(--main-color);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#copyright {
  background: #ddd;
  display: block;
  text-align: center;
  color: #666;
  font-size: 12px;
  margin: 0px;
  padding: 10px 0px;
}
#copyright a {
  color: #ea3a3c;
  text-decoration: underline;
}
#footer-text {
  color: #555;
  margin-top: 15px;
  font-style: Italic;
}

.well {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}

#form-currency,
#form-language {
  float: right;
} 
.sub-categories {
  margin-bottom: 30px;
}
.sub-categories .sub-category {
  padding: 5px;
}
.sub-categories a {
  display: block;
  border: 1px solid #eee;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.sub-categories a .sub-category-name {
  display: block;
  padding: 15px;
  min-height: 40px;
}
.sub-categories a .image {
  display: block;
  margin-bottom: 15px;
}
.sub-categories a .image img {
  display: inline-block;
}
.category-description img {
  max-width: 100%;
  height: auto;
}
#product-page h1 {
  font-size: 25px;
  color: #000;
  font-weight: 500;
}
#product-page .product-model {
  background: #eee;
  color: #666;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  margin-bottom: 15px;
}
#product-page .rating {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#product-page .rating .ratings {
  float: left;
  margin-top: -2px;
}
#product-page .rating p {
  margin: 1px 0px 0px 15px;
  padding: 0px;
  display: block;
  float: left;
  color: var(--main-color-text);
}
#product-page .rating p a {
  color: var(--main-color-text);
}
.clear {
  clear: both;
}
#product-page .product-info-list {
  display: block;
}
#product-page .product-info-list li {
  display: block;
  margin: 0px;
  padding: 5px 0px;
}
#product-page .product-info-list li {
  color: #000;
}
#product-page .product-info-list li .name {
  display: inline-block;
  width: 150px;
  font-weight: 600;
  color: #333;
}
#product-detail-actions {
  margin: 15px;
  border: 2px solid var(--main-color);
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#product-detail-actions .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  background: #f5f4ee;
}
#product-detail-actions .left {
  padding: 20px 10px 20px 20px;
  min-height: 105px;
  border-right: 2px dashed var(--main-color);
  background: #fff;
}

#product-detail-actions .right {
  padding: 20px 5px 20px 10px;
}
#product-detail-actions .unlogged {
  padding: 10px;
}

#product-detail-actions #old-price,
#product-detail-actions #final-price {
  display: block;
  font-size: 18px;
}
#product-detail-actions #old-price {
  text-decoration: line-through;
  margin-bottom: 10px;
  font-size: 14px;
}
#product-detail-actions #final-price {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
#product-detail-actions #tax {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

#product-detail-actions #input-quantity {
  border: 1px solid var(--main-color);
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px 15px;
  float: left;
  font-size: 17px;
  margin-right: 5px;
}
#product-detail-actions #input-quantity:hover,
#product-detail-actions #input-quantity:focus {
  border: 1px solid var(--main-color-hover);
  outline: none;
}


#product-detail-actions #button-cart {
  height: 50px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
}

#product-detail-actions #button-cart .icon {
  margin-right: 8px;
  font-size: 15px;
  float: left;
}

.input-group-addon {
  background: none;
  background-color: none;
  border: none;
}
.form-control {
  border-radius: 0px;
  border-color: var(--main-color) !important;
}
.form-control:focus {
  border-color: var(--main-color-hover) !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.pagination > li {
  margin: 0px 2px;
  display: inline-block;
}
.pagination > li a {
  border-color: var(--main-color) !important;
}

.nav > li > a {
  padding: 15px 15px;
  font-size: 15px;
  outline: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-color: var(--main-color);
  border-bottom: 1px solid #fff;
  color: var(--main-color);
  font-weight: 600;
}
.related-products {
  margin-top: 60px;
}

.fa {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
#cart-page table thead tr td {
  background: var(--main-color);
  color: var(--main-color-text);
}
#cart-page table td {
  font-size: 14px;
  vertical-align: middle;
  border: none;
}
.display-none {
  display: none;
}

.fa-stack,
.fa-star-o:before {
  content: '\f005';
}
.fa-star-o:before {
  font-weight: 600;
}
#product-page .tab-content table thead td {
  background: var(--main-color);
  color: var(--main-color-text);
}
#product-page .tab-content table td {
  border: none;
  vertical-align: middle;
}
#product-page .tab-content table td p {
  margin-bottom: 0px;
}
.product-rating-detail-stars {
  display: inline-block;
  margin-right: 8px;
}
.product-rating-detail-stars .fa-stack {
  margin: 0px;
  width: auto;
  margin-top: -3px;
}
.pagination-results {
  margin-top: 15px;
}
a.thumbnail {
  border-color: var(--main-color);
  border-radius: 0px;
}
a.thumbnail:hover {
  border-color: var(--main-color-hover);
}
.blog-latest-blog {
  margin-top: 30px;
}

#blog-latest {
  border: 1px solid #e0d6b2;
  margin-top: -16px;
}

#blog-latest .blog-item h4 {
  margin: 0px;
  padding: 0px;
}
#blog-latest .blog-item h4 a {
  padding: 10px 25px;
  display: block;
}
#blog-latest .blog-item .description {
  padding: 0px 25px;
  font-style: Italic;
}
#blog-latest .blog-item .buttons {
  text-align: right;
}
#blog-latest .owl-buttons .owl-prev,
#blog-latest .owl-buttons .owl-next {
  top: -24px;
  left: auto;
  right: 10px;
}
#blog-latest .owl-buttons .owl-prev {
  right: 30px;
}
#blog-latest .owl-buttons .owl-prev i,
#blog-latest .owl-buttons .owl-next i {
  font-size: 28px;
}
.blog-list .blog-item {
  padding: 15px;
}
.blog-list .blog-item h3 {
  margin: 10px 0px;
  padding: 0px;
}
.blog-list .blog-item h3 a {
  font-weight: 600;
  font-size: 16px;
}

#content img {
  max-width: 100%;
  height: auto;
}