body {
  font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
html, body {
  margin: 0px !important;
  padding: 0px !important;
}
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;
}
a {
	color: #c21a5d;
}
a:hover {
	text-decoration: none;
}
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: 15px;
}
.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 li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #eeeae7;
	padding: 0px !important;
	margin: 0px !important;
	height: 40px !important;
  position: absolute;
  top: 0px;
  width: 100%;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links a + a {
	margin-left: 15px;
}

#top-links.info {
  text-align: left;
}
#top-links ul.info {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 40px;
}
#top-links ul.info li {
  display: inline-block;
  margin: 0px 25px 0px 0px;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  color: #9f9a99;
}
#top-links ul.info li.free-shipping,
#top-links ul.info li.phone {
  padding-left: 35px;
}
#top-links ul.info li.free-shipping {
  padding-left: 55px;
  background: url(../image/icon_shipping.png) no-repeat left center;
}
#top-links ul.info li.phone {
  background: url(../image/icon_phone.png) no-repeat left center;
}
#top-links ul.info li a {
  color: #9f9a99;
  font-size: 13px;
}
#top-links ul.info li b {
  color: #9f9a99;
  font-weight: 700;
}







#top-links ul.account {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  height: 40px;
  background: #fff;
}
#top-links ul.account li {
  display: inline-block;
  margin: 0px;
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  color: #9f9a99;
}
#top-links ul.account li.account {
  padding-left: 70px;
  background: url(../image/icon_account.png) no-repeat 25px center;
}
#top-links ul.account li.register {
  padding-right: 25px;
}
#top-links ul.account li.register a,
#top-links ul.account li.login a {
  font-weight: 600;
  color: #9f9a99;
}
#top-links ul.account li.register a:hover,
#top-links ul.account li.login a:hover {
  text-decoration: underline;
}



9f9a99
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search input {
border: 1px solid #eeeae7;
color: #706865;
font-size: 13px;
height: 57px;
padding: 0px 20px 0px 60px;
width: 100% !important;
display: block !important;
background: url(../image/icon_search.png) no-repeat 17px center;
	-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;
}


#search input:hover {
border: 1px solid #bb1954;
background: url(../image/icon_search_active.png) no-repeat 17px center;
}
#search input:focus {
border: 1px solid #bb1954;
color: #bb1954;
font-weight: 600;
background: url(../image/icon_search_active.png) no-repeat 17px center;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart .cart-button {
  border: none;
  height: 57px;
  border-bottom: 4px solid #eeeae7;
  width: 100%;
  text-align: left;
  padding-left: 72px;
  background: url(../image/icon_cart.png) no-repeat 15px center;
}
#cart .cart-button .total-items {
  float: left;
  background: #c01457;
  height: 15px;
  line-height: 15px;
  padding: 0px 4px;
  margin: -28px 0px 0px -43px;
  font-size: 10px;
  color: #fff;
  border-radius: 90px;
}
#cart .cart-button .title {
  color: #9f9a99;
  display: block;
}
#cart .cart-button .cart-total {
  color: #9f9a99;
  display: block;
  font-weight: 600;
  font-size: 20px;
}

#cart:hover {
  background: url(../image/bg_header_cart_arrow.jpg) no-repeat right 25px;
}
#cart:hover .cart-button {
  border-bottom: 4px solid #c01457;
}
#cart:hover .cart-button .cart-total {
  color: #c01457;
}


#cart .dropdown-menu {
  width: 495px;
  padding: 15px;
  background: #fff !important;
  border: none !important;
  margin-top: -30px;
}
#cart .dropdown-menu table tr td {
  border: none;
  padding: 10px 0px;
}

#cart .dropdown-menu table tr + tr td {
  border-top: 1px solid #eeeae7;
}

#cart .product-name {
  vertical-align: middle;
}
#cart .product-name a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

#cart .product-total {
  vertical-align: middle;
  width: 150px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
#cart .product-total .quantity {
  color: #68af55;
  font-size: 12px;
  font-weight: 400;
  display: block;
}
#cart .cart-btn {
  color: #fff;
  background: #68af55;
  padding: 15px 80px;
  border-radius: 3px;
  font-size: 14px;
}
#cart .cart-btn:hover {
  background: #4e943b;
}



#cart.cart-empty .dropdown-menu {
  margin-top: -30px !important;
  padding: 75px 0px;
  width: 365px;
}
#cart .empty-cart-text {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-family: 'Playfair Display', serif;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	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;
}
/* menu */
#menu.navbar {
margin-bottom: 0px;
}
#menu .nav > li > a,
#menu .nav > li > .category {
	color: #000;
  font-size: 14px;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
  font-weight: 600;
  cursor: pointer;
	background-color: transparent;
}

#menu .nav > li > .category .fa {
  margin-left: 5px;
  font-weight: 400;
  font-size: 9px;
  margin: 20px 10px 0px -7px;
  float: right;
  width: 20px;
}



#menu .nav > li.active {
	background-color: #222222;
  color: #fff !important;
}
#menu .nav > li.active .category {
  color: #fff !important;
}


#menu .dropdown-caret.open {
  background: #222222 !important;
  color: #fff !important;
}
#menu .dropdown-caret.open span {
  color: #fff !important;
}

#menu .dropdown-menu {
  display: none;
}
#menu .dropdown-menu {
  min-width: 590px;
	padding: 15px 15px 15px 15px;
  background: #222222;
  color: #fff;
}
#menu .dropdown-inner {
	display: block;
  width: 100%;
}
#menu .dropdown-menu ul {
	display: inline-block !important;
  width: 48% !important;
  float: left;
  vertical-align: top !important;
}
#menu .dropdown-menu .title {
	display: block;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}

#menu .dropdown-menu ul li a {
	color: #fff;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
  text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}
#menu li a:hover,
#menu li .category:hover {
	text-decoration: underline;
  background: none;
}
#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: #000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 8px 18px;
	float: right;
  margin-top: 2px;
	background-color: #cb1a65;
	background-image: linear-gradient(to bottom, #cb1a65, #cb1a65);
	background-repeat: repeat-x;
	border-color: #cb1a65 #cb1a65 #cb1a65;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #cb1a65;
}
@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: 600px;
}
/* footer */
footer {
	margin-top: 30px;
  padding: 30px 0px 10px 0px;
	background-color: #eeeae7;
	color: #383837;
}
footer .phone,
footer .email {
  line-height: 30px;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  padding-left: 50px;
  font-size: 16px;
  color: #9f9a99;
  font-weight: 400;
	background: url(../image/footer-icon-phone.png) no-repeat left center;
}
footer .email{
	background: url(../image/footer-icon-email.png) no-repeat left center;
}
footer .email a {
  color: #9f9a99;
  font-weight: 600;
}
footer .email a:hover {
  color: #9f9a99;
  text-decoration: underline;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Raleway', sans-serif;
  font-size: 12px;
	font-weight: 700;
	color: #383837;
  margin-bottom: 20px;
  text-transform: upperCase;
}
footer ul li {
  padding: 5px 0px;
}
footer ul li a {
	font-family: 'Raleway', sans-serif;
  font-size: 12px;
	font-weight: 400;
	color: #383837;
}
footer ul li a:hover {
  text-decoration: underline;
	color: #000;
}

#copyright {
  display: block;
  color: #9f9a99;
  font-size: 12px;
}
#copyright a {
  color: #9f9a99;
}
#copyright a:hover {
  color: #000;
  text-decoration: underline;
}




/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 0px 0px;
  margin: 0px 0px 0px 0px !important;
  min-height: 40px;
  line-height: 40px;
	border-radius: 0px;
  border: none;
  background: none;
}
.breadcrumb li + li:before {
  border: none;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  content: "\f105";
}

.breadcrumb li a {
  color: #9f9a99 !important;
  font-size: 13px;
  font-weight: 400;
}
.breadcrumb li:last-child a {
  color: #37ac46;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}



.btn-default {
  margin: 30px 0px 0px 15px !important;;
  padding: 10px 15px !important;;
  border: none !important;;
  box-shadow: 0px !important;;
  border-radius: 0px !important;;
  background: #000 !important;;
  color: #fff !important;;
  text-shadow: none !important;
  font-size: 13px !important;;
  text-transform: upperCase !important;;
  font-weight: 700 !important !important;;
  
}
.btn-default:hover {
  color: #fff !important;
  text-decoration: underline !important;
}




/*


.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #000;
	background-image: linear-gradient(to bottom, #000, #000);
	background-repeat: repeat-x;
	border-color: #000;
  border-radius: 0px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
  border-color: #000;
  text-decoration: underline;
}
*/





.btn-primary {
  margin-top: 0px !important;
  border: none;
  background: #68af55;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inlnie-block;
  text-transform: upperCase;
  padding: 11px 15px;
  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;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background: #519b3d;
}




















.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: "Font Awesome 5 Pro";
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: "Font Awesome 5 Pro";
}
/* product list */
.product-thumb {
	border: 1px solid #eeeae7;
  border-radius: 2px;
	margin-bottom: 0px;
  padding-bottom: 5px;
	overflow: hidden;
  cursor: pointer;
  min-height: 455px;
}
.common-home .product-thumb {
  min-height: 390px;
}

.product-layout .button-group {
  visibility: hidden;
  margin-bottom: 0px;
  height: 38px;
}
.product-layout:hover .button-group {
  visibility: visible;
}
.product-layout:hover .product-thumb {
  border: 1px solid #68af55;
}

.product-layout:hover .button-group button {
  background: #68af55;
  color: #fff;
  padding: 0px 0px;
  height: 38px;
  text-align: center;
  border: none;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  text-transform: upperCase;
	-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;
}
.product-layout:hover .button-group button:hover {
  background: #4e943b;
}
.product-layout:hover .button-group button i {
  background: #68af55;
    margin-right: 10px;
}






.product-thumb h4 a {
	color: #000;
  text-transform: upperCase;
  font-weight: 700;
}

.product-thumb .stock-status {
  display: block;
  height: 45px;
  padding-top: 25px;
  
}
.product-thumb .product-price {
  display: block;
  height: 45px !important;
  line-height: 45px !important;
	color: #000;
  text-transform: upperCase;
  font-weight: 700;
  text-align: right;
}

.product-thumb .product-price span {
	display: block;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  font-size: 12px;
}


.product-thumb .product-price span.price-normal {
  padding-top: 0px;
}
.product-thumb .product-price span.price-normal-from {
  float: right;
  line-height: 20px;
  margin-top: 20px;
  line-height: 25px;
}

.product-thumb .product-price span.price-new2 {
	margin-top: 0px !important;
  
}

.product-thumb .product-price span.price-old {
  display: block;
  width: 100%;
  clear: both;
  height: auto;
}
.product-thumb .product-price span.price-old span {
	color: #fff;
  margin-bottom: 0px;
  float: right;
  line-height: 25px;
  height: 20px;  
  background: #e13535;
  display: inline-block;
  padding: 0px 5px;
  line-height: 15px;
  
}
.product-thumb .product-price span.price-special-new {
  margin-top: -35px;
  line-height: 10px;
  
  
  line-height: 20px;
  margin-top: 0px !important;
  line-height: 25px !important;
}





.product-thumb .product-price span.price-old span {
	text-decoration: line-through;
  display: inline-block;
}
.product-thumb .product-price span.price-new {
	color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 20px;
  line-height: 25px;
}
.product-thumb .product-price span.price-tax {
  font-size: 11px;
	color: #b5b5b5;
  font-weight: 400;
}




.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 {
	
}
.product-thumb h4 {
	font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
}
.product-thumb .caption {
	padding: 0 15px;
  font-size: 11px;
  color: #aca7a7;
}
.product-thumb .caption a {
  display: block;
  min-height: 35px;
}
.product-thumb .caption > p {
  display: block;
  min-height: 45px;
  min-height: 60px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 15px;
}

#product-attributes .stock-status,
#product-attributes .stock-status .info {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: upperCase;
}
#product-attributes .stock-status .info {
  margin-left: 5px;
  font-weight: 400;
  text-transform: none;
}
#product-attributes .stock-status.in-stock {
  color: #68af55;
}
#review-start .fa-stack {
cursor: pointer;
}

.product-thumb .stock-status,
.product-thumb .stock-status .info {
  display: block;
}
.product-thumb .product-stock {
  
}

.product-thumb .top-5 {
margin-top: 00px !important;
}

.product-thumb .product-stock.top-5 {
margin-top: 0px !important;
}

#product .row-price {
border-bottom: 1px solid #eeeae7;
padding-bottom: 35px !important;
margin-bottom: 35px !important;
}

.product-thumb .product-stock,
.product-thumb .product-price {
  padding: 0px;
  white-space: nowrap;
}


.product-thumb .product-stock .in-stock,
.product-thumb .product-stock .out-of-stock {
  color: #68af55;
  font-size: 15px;
  font-weight: 600;
  text-transform: upperCase;
}
.product-thumb .product-stock .info {
  font-weight: 400;
  text-transform: none;
}
.product-thumb .product-stock .out-of-stock {
  color: #dc312a;
  font-weight: 400;
}
.product-thumb .product-stock .out-of-stock-2 {
  color: #ff8000;
  font-weight: 400;
}







#product-attributes .in-stock,
#product-attributes .out-of-stock,
#cart-table .in-stock,
#cart-table .out-of-stock {
  color: #68af55;
  font-weight: 600;
  text-transform: upperCase;
}
#product-attributes .info,
#cart-table .info {
  font-weight: 400;
  text-transform: none;
  display: block;
}
#product-attributes .out-of-stock,
#cart-table .out-of-stock {
  color: #dc312a;
}
#product-attributes .out-of-stock-2,
#cart-table .out-of-stock-2 {
  color: #ff8000;
}



.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	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: 0px;
}
.thumbnails {
	margin-left: 0px;
  text-align: center;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: none;
  display: inline-block;
	margin-left: 0px;
}

@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;
}



header {
  margin: 80px 0px 50px 0px;
}
.display-none {
display: none !important;
}

#menu .navbar-nav {
display: block;
width: 100%;
}

#main-menu-container {
  width: 100%;
  display: block;
  height: 55px;
  margin-bottom: 25px;
  border-top: 1px solid #eeeae7;
  border-bottom: 1px solid #eeeae7;
}
#main-menu-container .navbar-nav {
  line-height: 51px;
  height: 51px;
}
#main-menu-container .navbar-collapse{
  padding-left: 0px;
}

#main-menu-container .navbar-nav > li {
  display: block;
  padding: 0px;
  margin: 0px;
  height: 51px;
}
#main-menu-container .navbar-nav > li > a {
  display: block;
  line-height: 51px;
  margin: 0px;
  padding: 0px 17px;
  font-weight: 600;
  font-size: 15px;
  color: #383837;
  text-shadow: none;
}
#main-menu-container .navbar-nav > li:first-child > a {
  padding-left: 0px;
}
#main-menu-container .navbar-nav > li > a:hover {
  background: none;
  text-decoration: underline;
}
#main-menu-container .navbar-nav > li.pull-right > a {
  font-weight: 400;
}



#home-category {
display: block;
text-align: center;
vertical-align: top;
margin-bottom: 60px;
}
#home-category .category {
display: inline-block;
vertical-align: top;
text-align: center;
margin: 40px 30px 0px 30px;
}
#home-category .category h3 {
display: block;
margin: 0px;
padding: 0px;
font-size: 28px;
color: #000;
font-family: 'Playfair Display', serif;
}
#home-category .category .tags {
width: 110px;
margin: 0 auto;
font-size: 12px;
color: #383837;
display: block;
font-weight: 800;
padding-top: 15px;
padding-bottom: 15px;
}
#home-category .category .description {
width: 230px;
margin: 0 auto;
font-size: 13px;
color: #000;
display: block;
margin-bottom: 25px;
}
#home-category .category .more {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 2px;
	-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;
}
#home-category .category .more:hover {
  background: none;
  color: #000;
}



#story {
  height: 530px;
  background: url(../image/bg_story.jpg) no-repeat center;
  text-align: center;
  padding: 125px 20px 0px 20px;
  
  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;


background-attachment: local; 
background-size: auto;
}

#story h3 {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
}
#story p {
  margin: 0px;
  padding: 0px 100px;
  color: #fff;
  font-size: 16px;
}
#story a {
  margin: 50px 0px 0px 0px;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 2px;
	-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;
}
#story a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;;
}

















#kremy {
  height: 530px;
  background: url(../image/bg_kremy.jpg) no-repeat center;
  text-align: center;
  padding: 125px 20px 0px 20px;
  
  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;

background-attachment: local; 
background-size: auto;

}

#kremy h3 {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
}
#kremy p {
  margin: 0px;
  padding: 0px 100px;
  color: #fff;
  font-size: 16px;
}
#kremy a {
  margin: 50px 0px 0px 0px;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 2px;
	-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;
}
#kremy a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;;
}




#reviews h3 {
  display: block;
  text-align: center;
  color: #000;
  font-size: 40px;
  margin: 80px 0px;
  padding: 0px;
  font-family: 'Playfair Display', serif;
  text-align: center;
  font-weight: 400px;
}

#reviews .owl-prev,
#reviews .owl-next {
  width: 23px;
  height: 53px;
  cursor: pointer;
  background: url(../image/reference_arrows2.png) no-repeat left;
	-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.4;
}
#reviews .owl-next {
  background: url(../image/reference_arrows2.png) no-repeat right;
}

#reviews .owl-prev:hover,
#reviews .owl-next:hover {
  opacity: 1;
}

#reviews .review-thumb {
text-align: left;
padding: 0px 20px;
}

#reviews p.description {
color: #9f9a99 !important;
font-size: 13px !important;
font-style: Italic !important;
}


#reviews .quote-start,
#reviews .quote-stop {
  width: 26px;
  height: 20px;
  display: inline-block;
  background: url(../image/icon_quote.png) no-repeat left;
}
#reviews .quote-stop {
  float: right;
  background: url(../image/icon_quote.png) no-repeat right;
}



.slider-sreview-all {
  display: block;
  text-align: center !important;
  margin: 30px 0px !important;
}
.slider-sreview-all a {
  display: inline-block;
  background: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
	-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;
}
.slider-sreview-all a:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}




#experts {
  height: 530px;
  background: url(../image/bg_experts.jpg) no-repeat center;
  text-align: center;
  padding: 125px 20px 0px 20px;
  margin-bottom: -31px;
  background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;


}
#experts h3 {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 400;
}
#experts p {
  margin: 0px;
  padding: 0px 100px;
  color: #fff;
  font-size: 16px;
}
#experts a {
  margin: 50px 0px 0px 0px;
  padding: 12px 20px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
	-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;
}
#experts a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}




#under-footer {
display: block;
padding: 30px 0px 100px 0px;
text-align: center;
background: url(../image/under_footer.jpg) no-repeat center bottom;
}
#under-footer a {
  margin: 0 auto;
}

.category-list ul {
display: block;
margin: 0px;
padding: 0px;
list-style: none;
}
.category-list ul li {
display: block;
margin: 0px;
padding: 0px;
}
.category-list ul li span.main-menu,
.category-list ul li a {
font-size: 15px;
padding: 7px 0px !important;
display: block;
cursor: pointer;
color: #000;
font-weight: 600;
}
.category-list ul li span.main-menu:hover,
.category-list ul li a:hover {
  text-decoration: underline;
}
.category-list ul li span.main-menu .fa {
float: right;
font-size: 25px;
font-weight: 300 !important;
margin: 3px 30px 0px 0px;
}



.category-list ul li span.main-menu .fa-angle-up:before {
  content: '';
  width: 18px;
  height: 10px;
  display: block;
  position: absolute;
  margin-top: 8px;
  background: url(../image/arrow-up.jpg) no-repeat center;
}
.category-list ul li span.main-menu .fa-angle-down:before {
  content: '';
  width: 18px;
  height: 10px;
  display: block;
  position: absolute;
  margin-top: 8px;
  background: url(../image/arrow-down.jpg) no-repeat center;
}







.category-list ul li ul {
display: none;
margin: 0px;
padding: 0px;
list-style: none;
}
.category-list ul li ul li {
display: block;
margin: 0px;
padding: 0px;
}


.category-list ul li ul li a {
display: block;
margin: 0px;
padding: 5px 0px 5px 0px !important;
font-weight: 400;
}


.subsubcategory a .fa {
  padding-left: 15px !important;
  padding-right: 5px !important;
}
.subsubcategory a {
  color: #000 !important;
}
.subsubcategory .active a {
  color: #c6927f !important;
}




.category-list ul li ul li a .fa {
  padding: 0px 20px 0px 5px;
  visibility: hidden;
}
.category-list ul li ul li.active a .fa,
.category-list ul li ul li a:hover .fa {
  visibility: visible;
}
.category-list ul li ul li a:hover,
.category-list ul li ul li.active a {
  color: #c6927f;
}


.category-list ul li ul.active {
display: block;
}

#content.col-sm-9 {
border-left: 20px solid #fdece3;
padding: 0px 0px 0px 50px !important;
}

#content h1,
#content h2,
#content h3 {
display: block;
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
font-size: 40px;
color: #000;
font-family: 'Playfair Display', serif; 
}
#content h2 {
font-size: 35px;
}
#content h3 {
font-size: 30px; 
}
.category-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 25px;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.category-description p {
  display: block;
  padding: 0px;
  margin: 0px;
}

.full-description {
display: none;
}
.show-more-description {
display: block;
color: #000;
font-size: 13px;
font-weight: 700;
cursor: pointer;
margin: 10px 0px;
text-transform: upperCase;
}
.show-more-description i {
padding-left: 5px;
}

.product-filter {
  border-top: 1px solid #eeeae7;
  margin-top: 15px;
  padding-top: 15px;
}
.product-filter label {
  padding-top: 5px;
}
.product-filter select {
  border: 1px solid #eeeae7;
  box-shadow: none;
}



.pagination,
.pagination li,
.pagination li a,
.pagination > li:first-child > span {
border: none;
background: none;
padding: 0px;
margin: 0px;
}



.pagination li {
display: inline-block;
margin: 0px 0px 0px 10px;
}
.pagination li a,
.pagination li span {
display: block;
border: 1px solid #eeeae7;
padding: 2px 8px !important;
border-radius: 3px;
color: #9f9a99;
font-size: 13px;
background: none;
	-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;
}
.pagination li span,
.pagination li a:hover {
border: 1px solid #c01457 !important;
color: #c01457 !important;
background: none !important;
}


.filter-pagination {
  margin-top: 5px;
}


#product-page .fa-star {
color: #ecea60 !important;
}
#product-page .fa-star-disable {
color: #eeeae7 !important;
}

#product-page h1 {
  margin-bottom: 0px;
}

#product-page .meta-description {
  display: block;
}
#product-page .meta-description p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

#product-page .total-reviews {
  color: #9f9a99;
  text-transform: none;
  font-size: 13px !important;
  padding: 0px 10px;
}
#product-page .add-review {
  font-size: 11px;
  color: #000;
  font-weight: 700;
  text-transform: upperCase;
}




.thumbnail {
border: none !important;
}
#product-page .row-price {
  padding: 20px 0px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeae7;
}

#product-page > .price {
  display: block;
  margin-top: 47px;
}
#product-page .price-specials {
  display: block;
  margin-top: 17px;
}
#product-page .price-normal.ws {
  margin-top: 52px !important;
}
#product-page .price span {
  display: block;
}
#product-page .price .price-old {
  color: #fff;
  text-decoration: line-through;
  background: #dc312a;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}
#product-page .price .price-normal {
  color: #000;
  padding: 0px 0px 5px 0px;
  font-size: 27px;
  font-weight: 700;
}


#product-page .product-quantity-col {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
#product-page .product-quantity {
  display: block;
  margin-top: 38px;
}
#product-page .product-quantity input[type=text] {
  display: inline-block;
  width: 38px;
  height: 45px;
  padding: 0px 5px 0px 8px;
  text-align: right;
  color: #9f9a99;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #eeeae7;
  border-right: none;
  -webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
#product-page .product-quantity .text {
  float: right;
  border: 1px solid #eeeae7;
  border-left: none;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #9f9a99;
  font-weight: 700;
  padding: 0px 5px 0px 0px;
  -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}




#product-page .product-button-cart {
  border: none;
  background: url(../image/icon_add_to_cart.png) #68af55 no-repeat 10px center;
  color: #fff;
  margin-top: 38px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inlnie-block;
  text-transform: upperCase;
  padding: 10px 15px 10px 45px;
  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;
}
#product-page .product-button-cart:hover {
  background: url(../image/icon_add_to_cart.png) #519b3d no-repeat 10px center;
}


#product-page .product-button-cart .fa {
  font-size: 23px;
  padding: 0px 10px 0px 0px;
  display:none;
}










#product-page .nav-tabs li a {
  color: #9f9a99;
  font-size: 13px;
  font-weight: 700;
  text-transform: upperCase;
  border-radius: 0px;
}


#product-page .nav-tabs > li.active > a,
#product-page .nav-tabs > li.active > a:focus,
#product-page .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #eeeae7;
    border-bottom-color: transparent;
}


#product-page .nav-tabs {
  margin-bottom: 0px;
}
#product-page .nav-tabs li a .count {
  font-weight: 400;
  margin-left: 5px;
}
#product-page .tab-content {
  border: 1px solid #eeeae7;
  border-top: none;
  padding: 20px 30px;
  margin-bottom: 30px;
}

#tab-products .product-thumb span {
  font-size: 12px !important;
}

#tab-products .product-thumb .price-tax {
  font-size: 10px !important;
}


#tab-description {
  font-size: 16px;
  line-height: 25px;
}
#tab-description h1,
#tab-description h2,
#tab-description h3 {
display: block;
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
color: #000;
font-family: 'Playfair Display', serif; 
}
#tab-description h1 {
font-size: 30px;
}
#tab-description h2 {
  font-size: 16px;
  margin: 15px 0px;
  padding: 15px 0px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

#cart-login {
  display: block;
  padding: 25px 100px 25px 175px;
  margin-bottom: 20px;
  background: url(../image/cart_login_icon.png) #fdece3 no-repeat 100px center;
}
#cart-login .buttons {
  float: right;
}
#cart-login .buttons a {
  padding: 13px 20px;
  color: #fff;
  text-transform: upperCase;
  background: #c6927f;
  display: inline-block;
  border-radius: 4px;
  margin: -8px 0px 0px 30px;
	-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-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
#cart-login .buttons a:hover {
  background: #a66d59;
}
#cart-login .title {
  color: #c6927f;
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
font-family: 'Playfair Display', serif; 
}
#cart-login p {
  color: #c6927f;
  font-size: 13px;
  display: block;
  margin: 0px;
  padding: 0px; 
}

#cart-table tr td {
  border: none;
  padding-top: 40px;
}
#cart-table tr td.image-col {
  padding: 0px;
}

#cart-table tr td {
  border-bottom: 1px solid #eeeae7 !important;
}
#cart-table a.image {
  float: right;
}
#cart-table img {
  border: none;
}
#cart-table .product-name {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  display: block;
}
#cart-table .product-col span {
  color: #706f6f;
  padding: 4px 0px;
}

#cart-table .price {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}


#cart-table .price-total {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 3px;
}

#cart-table .stock {
  display: block;
}

#cart-table .stock b {
  font-weight: 700;
}

#cart-table .stock-out-of-stock {
  color: #ef7635;
}
#cart-table .stock-in-stock {
  color: #68af55;
}
#cart-table .quantity input {
  width: 35px;
  text-align: right;
  padding: 0px 2px;
  border: 1px solid #eeeae7;
  border-right: none;
  -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
color: #9f9a99;
font-size: 14px;
font-weight: 600;
  font-family: 'Raleway', sans-serif;
  height: 38px;
  float: left;
}
#cart-table .quantity .text {
  width: 30px;
  text-align: right;
  padding: 0px 2px;
  border: 1px solid #eeeae7;
  border-left: none;
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
color: #9f9a99;
font-size: 14px;
font-weight: 400;
  font-family: 'Raleway', sans-serif;
  height: 38px;
  line-height: 37px;
  text-align: left;
  display: inline-block;
  float: left;
}

#cart-table .btn-remove {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: left;
  border: none;
  margin: 5px 0px 0px 5px;
  cursor: pointer;
  background: url(../image/cart_icon_remove.png) no-repeat center;
}





.cart-codes {
  display: block;
  margin: 20px 0px;
  width: 100%;
}
.cart-codes h4 {
  display: inline-block;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
.cart-codes input[type=text] {
  height: 37px;
  width: 155px;
  padding: 0px 15px;
  color: #c01457;
  font-size: 13px;
  border: 1px solid #eeeae7;
  border-right: none;
  -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
  margin-top: -11px;
  font-family: 'Raleway', sans-serif;
}
.cart-codes .input-block:hover input[type=text],
.cart-codes .input-block:hover input[type=button] {
  border-color: #c01457;
}

.cart-codes input[type=button] {
  font-size: 0px;
  float: left;
  height: 37px;
  width: 35px;
  background: none;
  border: 1px solid #eeeae7;
  border-left: none;
  margin-left: -5px;
  margin-top: -1px;
  -webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
background: url(../image/icon_check2.png) no-repeat center;
}














.cart-custom-checkbox {
  width: 22px;
  height: 23px;
  display: inline-block;
  cursor: pointer;
  margin-top: -2px;
  background: url(../image/custom-checkbox.png) no-repeat center top;
}

.cart-custom-checkbox.checked {
  background: url(../image/custom-checkbox.png) no-repeat center bottom;
}

.mfilter-content {
    border: none !important;
    border-radius: 0px !important;
}
.mfilter-opts-container {
    padding: 0 !important;
    border-top: none !important;
}

.mfilter-heading-content {
    padding: 7px 0px !important;
}
.mfilter-heading {
  margin-top: 20px !important;
    background: none !important;
    font-size: 15px !important;
    border-top: none !important;
    font-weight: 600;
    color: #000 !important;
}

.mfilter-heading .mfilter-head-icon {
  display: none !important;
}

#mfilter-opts-price-min, #mfilter-opts-price-max,
#mfilter-opts-price-min:hover, #mfilter-opts-price-max:hover,
#mfilter-opts-price-min:focus, #mfilter-opts-price-max:focus {
  border: none !important;
  cursor: Default !important;
  border-radius: none !important;
  box-shadow: 0px !important;
}

#mfilter-opts-price-max {
  text-align: right;
  margin-right: 0px;
  float: right;
}


.mfilter-tb-as-td {
border-top: 0px !important;
}


.label-special {
  width: 54px;
  height: 54px;
  background: #dc312a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  padding: 0px;
  margin: 10px 10px -78px 0px;
  position:absolute;
  right: 15px;
  z-index: 998;
  border-radius: 90px;
  font-family: 'Playfair Display', serif;
}

.objem {
  color: #000;
  font-size: 13px;
  display: block;
  text-align: center;
  margin: 0px;
}
#table-cart-totals {
  border: 10px solid #d1e7cc;
}



#table-cart-totals td {
  border: none;
  padding: 5px 20px;
  color: #000;
  font-size: 14px;
}

#table-cart-totals td.text-right {
  padding: 5px 20px 5px 10px;
}

#table-cart-totals .title2 {
  color: #9f9a99;
  padding-top: 5px;
  font-size: 14px;
}




.cart-free-shipping {
  display: block;
  font-size: 14px;
  padding: 0px 0px 0px 15px;
}
.cart-free-shipping b {
  color: #c01457;
}

.cart-total-coupon td {
  color: #000 !important;
}
.cart-total-price td {
padding-top: 30px;
padding-bottom: 30px;
font-weight: 600;
font-size: 16px;
color: #000 !important;
}

.cart-back {
  margin: 30px 0px 0px 15px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-size: 13px;
  text-transform: upperCase;
  font-weight: 700 !important;
  
}
.cart-back:hover {
  color: #fff;
  text-decoration: underline;
}


.cart-continue {
  display: block;
  width: 100%;
  border: none;
  background: #68af55;
  font-size: 13px;
  color: #fff;
  padding: 20px 0px;
  text-align: center;
  text-transform: upperCase;
  border-radius: 2px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

.cart-continue:hover {
  color: #fff;
  text-decoration: underline;
}



#collapse-checkout-confirm .btn-primary {
  display: block;
  width: 100%;
  border: none;
  background: #68af55;
  font-size: 14px !important;
  color: #fff;
  padding: 25px 85px !important;
  text-align: center;
  text-transform: upperCase;
  border-radius: 2px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}

#collapse-checkout-confirm .btn-primary:hover {
  color: #fff;
  text-decoration: underline;
}



.cart-continue-text {
display: block;
color: #68af55;
font-size: 11px;
text-align: center;
margin-bottom: 10px;
}







#submenu {
  background: url(../image/bg_submenu.jpg) repeat-y center top;
  position: absolute;
  width: 100%;
  margin: 0px;
  padding: 35px 0px;
  left: 0px;
  z-index: 9999;
  height: 255px;
  display: none;
}



#submenu .container {
  display: none;
}


#submenu .container ul {
  display: inline-block !important;
  vertical-align: top;
  margin: 0px 40px 0px 0px !important;
  width: auto !important;
}

#submenu .container .right-review {
  float: right;
  width: 430px;
  color: #a09a9a;
}
#submenu .container .right-review .title {
  font-weight: 600;
  font-size: 15px;
}
#submenu .container .right-review p {
  margin: 15px 0px;
  display: block;
  font-style: Italic;
  font-size: 14px;
  line-height: 25px;
}
#submenu .container .right-review .name {
  font-weight: 600;
  font-size: 15px;
  display: block;
}
#submenu .container .right-review .city {
  font-weight: 600;
  font-size: 13px;
  display: block;
}
#submenu .container .right-review .button {
  float: right;
  background: #9f9999;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-transform: upperCase;
  padding: 8px 20px;
}
#submenu .container .right-review .button:hover {
  background: #898181;
  text-decoration: underline;
}
#page-wrapper {
  background: rgba(0,0,0,0.6);
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  margin-top: -27px;
}

#submenu .container h3 {
  font-family: 'Playfair Display', serif; 
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  color: #fff;
  font-size: 27px;
}


#submenu .container ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
#submenu .container ul li {
  padding: 7px 0px;
}
#submenu .container ul li a {
  color: #fff;
  text-decoration: none;
}
#submenu .container ul li a:hover {
  color: #c01353;
}










#login_view {
  margin-bottom: 20px !important;
}

.blog-row h4 a {
  color: #000;
}

#product-attributes {
  display: block;
  margin: 25px 15px;
}
#product-attributes tr td {
  padding: 15px 3px;
  font-size: 13px;
}
#product-attributes tr td.name {
  font-weight: 700;
  font-size: 13px;
  padding-right: 30px;
  text-transform: upperCase;
}

#product-attributes .attribute-1 td.name {
  padding-left: 50px;
  background: url(../image/icon_objem.png) no-repeat left center;
}

#product-attributes .attribute-5 td.name {
  padding-left: 50px;
  background: url(../image/icon_vaha.png) no-repeat left center;
}

#product-attributes .attribute-group-3 td.name {
  padding-left: 50px;
  background: url(../image/icon_slozeni.png) no-repeat left center;
}

#product-attributes .attribute-group-stock td {
  padding-left: 50px;
  background: url(../image/icon_shipping2.png) no-repeat left center;
}

#cart-shipping {
  margin-top: 10px;
  font-size: 11px;
  display: block;
  text-align: right;
}
#cart-shipping b {
  color: #c01457;
  font-weight: 600;
}


.hidden-735 {
  display: none !important;
}


@media (max-width: 1200px) {
#main-menu-container .navbar-nav > li > a {
  font-size:13px;
  padding: 0px 13px;
}
#cart-shipping {
  display: block;
  text-align: center;
}


#home-images {
  display: none;
}


#home-category .category {
  width: 49%;
  display: inline-block;
  float: none;
  margin: 0px 0px 50px 0px;
}
#carouselsr0 .owl-item {
  width: 470px;
}


}




@media (max-width: 991px) {
#main-menu-container .navbar-nav > li > a {
  font-size:13px;
  padding: 0px 13px;
} 

.phone .hide {
display: none;
}
#top-links ul.account li.account {
    padding-left: 30px;
    background: url(../image/icon_account.png) no-repeat 8px center;
}

}




@media (max-width: 768px) {
  #logo a {
    display: block;
    text-align: center;
  }
  #logo a img {
    display: inline-block;
  }
  #search {
    display: block;
    margin: 30px 0px;
  }
  
  footer .col-sm-4, footer .col-sm-3 {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .phone, footer .email {
    background: none;
  }
  
  #copyright {
    display: block;
    text-align: center;
  }
  
  footer .list-unstyled {
    margin-bottom: 20px;
  }
  
  #under-footer {
    display: none;
  }
  
  #home-category .category .description {
    width: auto;
  }
  #experts p {
    padding: 0px 20px;
  }
  
  #home-category .category .image {
    width: 100%;
    height: auto;
  }   
  #story h3 {
    margin: 0px 0px 20px 0px;
}
  #story p {
    padding: 0px 20px;
}
#experts {
    padding: 20px 10px 0px 0px;
}

#experts a {
  margin-top: 10px;
}

footer .phone, footer .email {
padding-left: 0px;
}

#main-menu-container .navbar-nav > li {
    height: auto;
}

#menu .dropdown-inner a {
  color: #000;
}
#menu .dropdown-inner a:hover {
  color: #000 !important;
}

#content.col-sm-9 {
  border: 0px;
  padding: 0px 10px !important;
}

#content.col-sm-9 .row {
  margin: 0px !important;
}

.thumbnails .image-additional {
  margin: 0px;
  width: 100px;
}

#product-page h1 {
  margin-top: 20px;
  text-align: center;
} 

#product-page .rating {
  display: block;
  text-align: center;
} 


#product-page .row-price .col-sm-4,
#product-page .row-price .col-sm-2 {
  width: 49% !important;
  display: inline-block;
}
#product-page .row-price .col-sm-2 .product-quantity {
  margin-top: -10px;
  float: right;
}

#product-page #button-cart {
  width: 100%;
}

#product-page #product-attributes {
  margin-top: -60px;
}


}



@media (max-width: 735px) {










  #top-links .info {
    display: none !important;
  }
  #menu {
    background: rgba(255,255,255,0.96) !important;
    z-index: 999;
    display: block;
    border-bottom: 2px solid #eeeae7;
  }
  #menu .navbar-nav {
    margin: 7.5px 0px;
  }
  #main-menu-container .navbar-nav > li:first-child > a {
    padding: 0px 13px;
  }
  #menu .pull-right {
    display: block !important;
    width: 100%;
  }
  
  #menu .pull-right a {
    display: block;
    line-height: 51px;
    margin: 0px;
    padding: 0px 17px;
    font-weight: 600 !important;
    font-size: 15px;
    color: #383837;
    text-transform: none !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .account.pull-right {
    float: none !important;
    margin: 0 auto;
  }
  
  
  #top {
    text-align: center;
    margin: 0px 0px -30px 0px;
    background: #fff;
  }
  
  #top-links ul.account li.account {
    background: none;
  }



}


.mfilter-option label {
  padding: 0px !important;
  margin: 5px 0px !important;
  height: 23px !important;
  display: block !important;
  line-height: 23px !important;
  cursor: pointer;
  background: url(../image/custom_checkbox.png) no-repeat right top;
}
.mfilter-option label.checked {
  background: url(../image/custom_checkbox.png) no-repeat right bottom;
}
.mfilter-option .mfilter-col-input,
.mfilter-option .mfilter-col-count,
.mfilter-option .display-none {
  display: none !important;
}


.underline {
text-decoration: underline;
cursor: pointer;
}





  #product-cart-popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #product-cart-popup .content {
    position: absolute;
    width: 850px;
    height: 400px;
    display: block;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -425px;
    margin-top: -200px;
    padding: 0px 30px;
-webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
  }
  #product-cart-popup .content .close {
    float: right;
    width: 22px;
    height: 22px;
    background: url(../image/icon_close.png) no-repeat;
    opacity: 0.5;
    display: none;
    margin: 10px 10px -22px 0px;
  -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;
  }
  #product-cart-popup .content .close:hover {
    opacity: 0.8;
  }
  
  #product-cart-popup .content .title {
    display: block;
    text-align: center;
    margin: 60px 0px;
    padding: 0px 0px;
    color: #000;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
  }
  
  
  
  #product-cart-popup .content .product-name {
    padding: 30px 0px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
  }
  #product-cart-popup .content .popup-price {
    padding: 20px 0px 0px 0px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    display: block;
    text-align: right;
  }
  #product-cart-popup .content .popup-quantity {
    font-weight: 600;
    color: #68af55;
    font-size: 13px;
    display: block;
    text-align: right;
  }
  #product-cart-popup .content .clear-line {
    border-top: 1px solid #eeeae7;
    margin: 20px 0px;
    clear: both;
  }
  #product-cart-popup .content .free-shipping-info {
    font-size: 13px;
    color: #000;
    display: block;
    text-align: right;
    margin-bottom: 15px;
  }
  #product-cart-popup .content .free-shipping-info b {
    color: #c01457;
  }
  
  
  #product-cart-popup .content .button-back,
  #product-cart-popup .content .button-continue {
    border: 1px solid #68af55;
    color: #68af55;
    padding: 15px 0px;
    width: 230px;
    text-align: center;
    border-radius: 3px;
    float: left;
    cursor: pointer;
  }
  
  #product-cart-popup .content .button-continue {
    float: right;
    border: 1px solid #68af55;
    background: #68af55;
    color: #fff;
    padding: 15px 60px;
    border-radius: 3px;
  }
  #product-cart-popup .content .button-continue:hover {
    border: 1px solid #4e943b;
    background: #4e943b;
  }
  #product-cart-popup .content .button-back:hover {
    border: 1px solid #4e943b;
    color: #4e943b;
  }
  
  
  
  
  
  
  
  
  
  
  #product-cart-popup .content .sub-title {
    display: block;
    text-align: center;
    margin: 15px 0px;
    padding: 0px 0px;
    color: #000;
    font-size: 15px;
  }
  #product-cart-popup .content .buttons {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dedede;
  }
  
  
  #product-cart-popup .products .product-layout  {
    padding: 0px 3px;
    margin: 0px;
  }
  
  
  #product-cart-popup .products .loading  {
    display: block;
    height: 344px;
    width: 100%;
    background: url(../image/loading.gif) no-repeat center;
  }
  
  #product-cart-popup .products .product-thumb  {
    padding: 4px 2px;
    margin-bottom: 0px;
  }
  #product-cart-popup .products .product-thumb .image {
    margin-bottom: 4px;
  }
  #product-cart-popup .products .product-thumb .stock-status,
  #product-cart-popup .products .product-thumb .price {
    display: block;
  }
  
  #product-cart-popup .products .product-thumb .price {
    margin: 5px 0px;
  }
  
  #product-cart-popup .products .product-thumb .price-old {
    float: left;
  }
  
  #product-cart-popup .products .product-thumb .price-new {
    float: right;
  }
  
  #product-cart-popup .products .product-thumb .caption {
    padding: 0px 5px;
    min-height: 120px;
  }
  
  
  #product-cart-popup .products .product-thumb .in-stock,
  #product-cart-popup .products .product-thumb .in-stock-last,
  #product-cart-popup .products .product-thumb .out-of-stock {
    padding-top: 0px;
  }
  #product-cart-popup .products .product-thumb h4 a {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    display: block;
    line-height: 18px;
  }
  
  #product-cart-popup .products .product-thumb .product-button-group {
    padding: 8px 5px 5px 5px;
  }
  #product-cart-popup .products .product-thumb .show-product {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border: none;
  border-bottom: 2px solid #d0d0d0;
  margin: 0 auto;
  border-radius: 5px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  text-transform: upperCase;
  background: #e1e1e1;
  -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;
}
#product-cart-popup .products .product-thumb .show-product:hover {
  background: #d0d0d0;
  color: #000;
}

.clear {
clear: both;
}

.product-layout-popup .product-thumb {
  height: 320px;
}

#product-cart-popup .buttons {
  margin-top: 30px !important;
  padding-top: 10px !important;
  border-top: 1px solid #dedede;
}
#product-cart-popup .back,
#product-cart-popup .cart-button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #dedede;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  -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;
}

#product-cart-popup .back:hover
#product-cart-popup .cart-button:hover {
  border: 1px solid #bababa;
  background: #eee;
  color: #000;
}
#product-cart-popup .cart-button {
  float: right;
  color: #000;
}








#menu .nav li.dropdown-new .category {
  padding-left: 15px !important;
}






.well {
background: 0px;
border: none;
border-radius: 0px;
}





.product-labels {
  position: absolute;
  margin-top: 200px;
  margin-left: 10px;
  z-index: 999;
}




.product-labels .label-row {
  display: block;
  margin-bottom: 3px;
}



.main-menu a {
display: inline-block !important;
}





.cart-quantity {
  display: block;
  width: 85px;
  height: 35px;
  display: block;
  border-radius: 2px;
  border: 1px solid #eeeae7;
}

.cart-quantity input {
  width: 30px;
  height: 31px;
  padding-right: 3px;
  display: block;
  font-size: 14px;
  text-align: right;
  border: none;
  font-weight: 600;
  color: #9f9a99;
  float: left;
}

.cart-quantity span.unit {
  line-height: 33px;
  font-size: 14px;
  float: left;
  color: #9f9a99;
}

.cart-quantity .quantity-plus {
  width: 24px;
  height: 16px;
  display: block;
  float: right;
  cursor: pointer;
  border-bottom: 1px solid #d1d1d1;
  background: url(../image/cart-quantity-plus.png) no-repeat;
}

.cart-quantity .quantity-minus {
  width: 24px;
  height: 16px;
  display: block;
  float: right;
  cursor: pointer;
  background: url(../image/cart-quantity-minus.png) no-repeat;
}


#cart-table .btn-remove {
  float: left;
  margin-top: -32px;
  margin-left: 90px;
}



























#checkout-page .panel-heading {
  float: left;
}



#checkout-tabs textarea {
  width: 100%;
  resize: vertical;
}

#cart-navigation {
  display: block;
  margin: 0px -20px 30px 0px;
  padding: 0px;
  list-style: none;
}
#cart-navigation.cart-page {
  margin: 0px 0px 19px 0px;
}

#cart-navigation li {
  display: inline-block;
  margin: 0px -2px;
  padding: 0px;
  background: #eeeae7 !important;
  list-style: none;
  width: 229px;
  border-left: 1px solid #fff;
}
#cart-navigation li:first-child {
  margin-left: 0px !important;
  width: 228px;
  border-left: none;
}
#cart-navigation li h4 {
  display: block;
  margin: 0px !important;
  padding: 19px 0px 19px 53px !important;
  text-align: left;
  height: auto !important;
  list-style: none;
  color: #808080 !important;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 400;
}
#cart-navigation li h4.selectable {
  cursor: pointer;
  color: #68af55 !important;
}
#cart-navigation li.active h4.selectable {
  cursor: pointer;
  background-color: #68af55;
  color: #fff !important;
}
#cart-navigation li h4.selectable:hover {
  text-decoration: underline;
  background: none;
}


#cart-navigation li.active h4.selectable:hover {
  text-decoration: none;
  background: none;
  cursor: default;
}



#cart-navigation li.active {
    color: #000 !important;
    background: #68af55 !important;
}

#cart-navigation li.active:after {
position: absolute;
content: '';
width: 0;
height: 0;
margin-top: -36px;
margin-left: 227px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #69af55;

}


#cart-navigation li#title-checkout-confirm.active:after {
display: none;
}







#cart-navigation #title-cart h4 {
  background: url(../image/icon_cart2.png) no-repeat 16px -51px;
}
#cart-navigation #title-payment-address h4 {
  background: url(../image/icon_payment_address.png) no-repeat 16px -51px;
}
#cart-navigation #title-shipping-address h4 {
  background: url(../image/icon_shipping_address.png) no-repeat 16px -51px;
}
#cart-navigation #title-shipping-method h4 {
  background: url(../image/icon_shipping_method.png) no-repeat 16px -51px;
}
#cart-navigation #title-checkout-confirm h4 {
  background: url(../image/icon_confirm.png) no-repeat 16px -51px;
}


      
#cart-navigation #title-cart h4.selectable {
  background: url(../image/icon_cart2.png) #d1e7cc no-repeat 16px bottom;
}
#cart-navigation #title-payment-address h4.selectable {
  background: url(../image/icon_payment_address.png) #d1e7cc no-repeat 16px bottom;
}
#cart-navigation #title-shipping-address h4.selectable {
  background: url(../image/icon_shipping_address.png) #d1e7cc no-repeat 16px bottom;
}
#cart-navigation #title-shipping-method h4.selectable {
  background: url(../image/icon_shipping_method.png) #d1e7cc no-repeat 16px bottom;
}
#cart-navigation #title-checkout-confirm h4.selectable {
  background: url(../image/icon_confirm.png) #d1e7cc no-repeat 16px bottom;
}
      
      
      
      


#cart-navigation #title-cart.active h4 {
  background: url(../image/icon_cart2.png) #68af55 no-repeat 16px 0px;
}
#cart-navigation #title-payment-address.active h4 {
  background: url(../image/icon_payment_address.png) #68af55 no-repeat 16px 0px;
}
#cart-navigation #title-shipping-address.active h4 {
  background: url(../image/icon_shipping_address.png) #68af55 no-repeat 16px 0px;
}
#cart-navigation #title-shipping-method.active h4 {
  background: url(../image/icon_shipping_method.png) #68af55 no-repeat 16px 0px;
}
#cart-navigation #title-checkout-confirm.active h4 {
  background: url(../image/icon_confirm.png) #68af55 no-repeat 16px 0px;
}
      


      
      
      
      
      
      
      


.cart-table thead tr td {
  font-weight: 600;
  color: #000;
  vertical-align: middle;
}



.clear-line {
  clear: both;
  height: 1px;
  width: 100%;
  display: block;
  background: #dedede;
}

#order-final-price {
  text-align: right;
  border: 1px solid #dedede;
  float: right;
  display: block;
  font-size: 15px;
  padding: 10px;
  margin: 30px 0px;
}
#order-final-price span {
  font-weight: 600;
}



#d_quickcheckout .panel-heading {
  color: #000 !important;
  background: none !important;
}
#d_quickcheckout .panel-default {
  border: none !important;
}
#d_quickcheckout .qc-quantity .btn-primary {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  opacity: 0.5;
}
#d_quickcheckout .qc-quantity .btn-primary:hover,
#d_quickcheckout .qc-quantity .btn-primary:focus,
#d_quickcheckout .qc-quantity .btn-primary:active {
  opacity: 1;
  color: #000;
  background: none;
}
 
#d_quickcheckout .qc-quantity .btn-danger.delete  {
  background: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #000;
  opacity: 0.5;
}


#d_quickcheckout .qc-quantity .btn-danger.delete:hover,
#d_quickcheckout .qc-quantity .btn-danger.delete:focus,
#d_quickcheckout .qc-quantity .btn-danger.delete:active {
  opacity: 1 !important;
  color: #000 !important;
  background: none !important;
}


#d_quickcheckout #confirm_coupon,
#d_quickcheckout #confirm_voucher {
  background: #68af55;
  border: 1px solid #68af55;
  height: 34px;
  color: #fff;
  text-shadow: none;
}
#d_quickcheckout #qc_confirm_order {
  background: #68af55;
  border: 1px solid #68af55;
  color: #fff;
  text-shadow: none;
}

#collapse-payment-method.visible-block {
  display: block !important;
}

#collapse-payment-method label {
  color: #000;
  font-size: 14px !important;
}

#title-checkout-confirm h4:nth-child(2) {
  display: none !important;
}



.quantity-box {
  display: inline-block;
  width: 110px;
}
.quantity-box .fa,
.quantity-box input {
  display: inline-block;
  float: left;
}
.quantity-box .fa {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin: 7px 5px 5px 5px;
  display: block;
  cursor: pointer;
  font-size: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 90px;
}
.quantity-box .fa:hover {
  color: #000;
  border: 1px solid #a9a9a9;
}
.quantity-box input {
  display: inline-block;
  float: left;
  width: 30px;
  text-align: center;
  min-width: 30px;
  max-width: 30px;
  border-radius: 5px !important;
}


.cart-remove {
  border: none;
  background: none;
}
.cart-remove .fa {
  font-size: 21px;
}















@media (max-width: 767px) {


#main-menu-container .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
#main-menu-container .navbar-collapse ul.nav {
}
#main-menu-container .navbar-collapse ul li {
  float: none;
  display: block;
  width: 100%;
  background: #fff;
}

#main-menu-container .navbar-collapse ul li .dropdown-menu {
  position: relative;
  padding: 0px !important;
  margin: 0px !important;
}
#main-menu-container .navbar-collapse ul li .dropdown-menu a.title {
  display: none !important;
}

#menu .dropdown-menu ul {
	display: block !important;
  width: 100% !important;
  float: none !important;
  vertical-align: top !important;
}

#menu .dropdown-menu ul li a {
  color: #383837;
}

#page-wrapper {
display: none !important;
}

#menu .nav > li > a, #menu .nav > li > .category {
font-size: 13px;
}
#menu .dropdown-menu {
  min-width: 100% !important;
}

#menu {
border: none !important;
}

#menu .navbar-toggle {
  float: right;
  margin: 7px 0px 0px 0px;
}
#menu #category {
    float: left;
    padding-left: 15px;
  margin: 7px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
}

header {
  margin-bottom: 0px;
}

#product-page #product-attributes {
    margin-top: 0px;
}




  #product-cart-popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #product-cart-popup .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px 30px;
-webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
  }
    #product-cart-popup .col-xs-2,
    #product-cart-popup .col-xs-7,
    #product-cart-popup .col-xs-3 {
  float: none;
  width: 100%;
  text-align: center;
  }
  
  #product-cart-popup .content .popup-price,
  #product-cart-popup .content .popup-quantity {
  float: none;
  width: 100%;
  text-align: center;
  }
  
  
  #product-cart-popup .content .free-shipping-info {
    text-align: center;
}
  
  
  #product-cart-popup .content .button-back, #product-cart-popup .content .button-continue {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  
  
  #tab-description img {
    width: 100%;
    height: auto;
  }
  
  





}




















#cart-free-shipping {
  padding-left: 15px;
  font-size: 14px;
}


#cart-free-shipping b {
  color: #c01457;
}




#collapse-checkout-option h1,
#collapse-payment-address h1,
#collapse-shipping-address h1,
#collapse-shipping-method h1,
#collapse-payment-method h1,
#collapse-checkout-confirm h1 {
  font-size: 25px;
}



















#collapse-shipping-method .radio label {
  color: #000;
  font-size: 14px !important;
}


#collapse-shipping-method .place-title {
  color: #000;
  font-weight: 600;
}



#collapse-shipping-method .radio p strong {
  color: #c01457;
  font-weight: 600;
}



#collapse-shipping-method .multishipping_destination {
  padding: 5px 10px !important;
  background: #000 !important;
  color: #fff !important;
  display: block !important;
  border: none !important;
  font-size: 12px !important;
  font-weight: 600;
}





#cart-confirm-address {
  border: 10px solid #faf9f8;
  padding: 35px;
}

#cart-confirm-address .title{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding-bottom: 5px;
  display: block;
}
#cart-confirm-address p b {
  font-size: 13px;
}

#totals-in-last-step {
  float: right;
  width: 290px;
  font-size: 15px;
  color: #000 !important;
}
#totals-in-last-step tr.strong td{
  font-weight: 600;
}

#cart-confirm-table thead tr td{
  font-size: 13px;
  padding: 5px 0px;
  color: #9f9a99;
}

#cart-confirm-table tbody tr td,
#cart-confirm-table tfoot tr td {
  font-size: 13px;
  color: #000 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
#cart-confirm-table tbody tr td a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}





#cart-confirm-checkboxes {
  padding: 10px 10px 5px 10px;
  margin-bottom: 15px;
}

#cart-confirm-checkboxes label {
  padding-right: 30px;
  height: 23px;
  line-height: 23px;
  display: block;
  cursor: pointer;
  background: url(../image/custom-checkbox.png) no-repeat right top;
}

#cart-confirm-checkboxes label input[type="checkbox"] {
  display: none;
}

#cart-confirm-checkboxes label.checked {
  background: url(../image/custom-checkbox-checked.png) no-repeat right top;
}


#cart-confirm-checkboxes label.agree-vop {
  background: none !important;
  padding-right: 0px !important;
  cursor: default !important;
}


#store-review-items {
  display: block;
}

.rate-pagination {
  border-top: 1px solid #eeeae7;
  padding-top: 30px;
}

#store-review-items .review-item {
  display: block;
  padding: 50px 0px;
}
#store-review-items .review-item .product-name {
  text-align: center;
  font-size: 16px;
  display: block;
  margin: 30px 0px;
}


#store-review-items .review-item + .review-item {
  border-top: 1px solid #eeeae7;
}

#store-review-items .review-item .description {
  display: block;
  padding: 0px 150px;
}
#store-review-items .review-item .description p {
  color: #9f9a99;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 30px;
}
#store-review-items .review-item .quote-top,
#store-review-items .review-item .quote-bottom {
  width: 100%;
  height: 20px;
  margin: 20px 0px;
  display: block;
  background: url(../image/quote_top.png) no-repeat left bottom;
}
#store-review-items .review-item .quote-bottom {
  background: url(../image/quote_bottom.png) no-repeat right bottom;
}
#store-review-items .review-item .rates {
  display: block;
  text-align: center;
  margin: 50px 0px 15px 0px;
}
#store-review-items .review-item .rates .rate_1,
#store-review-items .review-item .rates .rate_0,
.rates-home .rate_1,
.rates-home .rate_0 {
  display: inline-block;
  width: 24px;
  height: 23px;
  margin: 0px 3px;
  background: url(../image/rate_1.png) no-repeat right bottom;
}
#store-review-items .review-item .rates .rate_0,
.rates-home .rate_0 {
  background: url(../image/rate_0.png) no-repeat right bottom;
}












#store-review-items .review-item .author {
  display: block;
  text-align: center;
  color: #9f9a99;
  font-size: 15px;
}


#store-review-items .review-item .date {
  display: block;
  text-align: center;
  color: #9f9a99;
  font-size: 15px;
}


#store-review-items .review-item .reply {
  width: 470px;
  margin: 0 auto;
  margin-top: 35px;
  padding: 30px 30px 65px 30px;
  color: #9f9a99;
  background: url(../image/bg_rate_reply.png) #faf9f8 no-repeat bottom center;
}
#store-review-items .review-item .reply .rate-reply-text {
  font-size: 16px;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: center;
}
#store-review-items .review-item .reply .author {
font-size: 13px;
font-weight: 600;
line-height: 25px;
}














#add-to-cart-popup {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
#add-to-cart-popup .content {
  position: fixed;
  width: 582px;
  top: 50%;
  left: 50%;
  padding: 16px;
  margin-top: -232px;
  margin-left: -293px;
  background: #fff;
  /*
  
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
*/
  border-radius: 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;
}
#add-to-cart-popup .content.loading {
  width: 250px;
  height: 150px;
  padding: 0px;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -125px;
  background: url(../image/mini_loading.gif) #fff no-repeat;
}

#add-to-cart-popup .content .close {
  float: right;
  margin-top: 0px;
}
#add-to-cart-popup .content .close {
  opacity: 1 !important;
}
#add-to-cart-popup .content .close .fa {
  font-size: 20px;
  color: #fff !important;
  opacity: 1 !important;
}

#add-to-cart-popup .content h3 {
  margin: -16px -16px 16px -16px;
  padding: 0px 16px 0px 55px;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #d2d2d2;
  background: url(../image/icon-check.png) #68af55 no-repeat left 16px center;
  
  -webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;


}
#add-to-cart-popup .content h4 {
  margin: 5px 0px 10px 0px;
  padding: 0px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
#add-to-cart-popup .content h5 {
  margin: 0px 0px 16px 0px;
  padding: 0px;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #3a3a3a;
}



#add-to-cart-popup .content .free-shipping-content {
  display: block;
  margin: 15px 0px 15px 0px;
  border-top: 1px dashed #d9d5ca;
  border-bottom: 1px dashed #d9d5ca;
  padding: 15px 0px;
}

#add-to-cart-popup .content .shipping {
  display: block;
  font-size: 15px;
}
#add-to-cart-popup .content .shipping b {
  color: #26b304;
}
#add-to-cart-popup .content .shipping-progressbar {
  margin-top: 7px;
  height: 10px;
  background: #f5f5f5;
  display: block;
}
#add-to-cart-popup .content .shipping-progressbar .line {
  height: 10px;
  background: #37cd62;
  display: inlne-block;
  float: left;
}








#add-to-cart-popup .content .shipping .green {
  color: #26b304;
}
#add-to-cart-popup .content .rating {
  display: none;
}
#add-to-cart-popup .content .rating .fa {
  font-size: 17px;
  margin: 0px 3px 0px 0px;
}
#add-to-cart-popup .content .price {
  margin: 10px 0px;
}
#add-to-cart-popup .content .final-price {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
#add-to-cart-popup .content .new-price {
  font-size: 23px;
  color: #000;
  margin-right: 5px;
  font-weight: 600;
}

#add-to-cart-popup .content .old-price {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  text-decoration: line-through;
}

#add-to-cart-popup .content .popup-buttons {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d9d5ca;
}


#add-to-cart-popup .content .popup-buttons .btn-primary {
  display: block;
  margin-top: 0px !important;
  border: none;
  background: #68af55;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inlnie-block;
  text-transform: upperCase;
  padding: 11px 15px;
  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;
}
#add-to-cart-popup .content .popup-buttons .btn-primary:hover {
  background: #519b3d;
}




.common-home #content {
  min-height: auto;
}

#whisperer-block .price-new {
margin-top: 0px !important;
}










.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #c01457;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eeeae7;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.device-only {
  display: none;
}

.mfilter-free-container {
  top: 220px !important;
}





legend {
  border-bottom: none;
  font-weight: 600;
}

#multishippingModal .select_destination {
  margin-top: 29px !important;
  float: right !important;
}


.checkout-success table {
  border: none !important;
}

.checkout-success table tr td {
  border: none !important;
}
.checkout-success table tr td + td {
  border: none !important;
}

.checkout-success table tr:hover td {
  background: #fff !important;
}


#order-preview {
  border: 15px solid #eeeae7;
  padding: 30px;
}
 
 
#contact-styled .col-1,
#contact-styled .col-2,
#contact-styled .col-3 {
  padding-top: 90px;
}

#contact-styled .col-1 {
  background: url(../image/icon_contact_col_1.png) no-repeat 15px top;
}
#contact-styled .col-2 {
  background: url(../image/icon_contact_col_2.png) no-repeat 60px top;
}
#contact-styled .col-3 {
  background: url(../image/icon_contact_col_3.png) no-repeat 60px top;
}




#contact-styled .col-2 {
  border-left: 1px solid #eeeae7;
  border-right: 1px solid #eeeae7;
}

#contact-styled .col-2,
#contact-styled .col-3 {
  padding: 90px 65px 90px 65px;
}




#contact-styled .col .title {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  display: block;
  line-height: 40px;
  color: #000;
  margin-bottom: 20px;
}

#contact-styled .col .time {
  font-size: 11px;
  font-weight: 600;
  text-transform: upperCase;
  display: block;
  margin-bottom: 10px;
  color: #000;
}


#contact-styled .col p {
  font-size: 16px;
  color: #000;
  line-height: 27px;
}

#contact-styled .col p.info {
  font-size: 18px;
  color: #9f9a99;
  margin-top: 50px;
  line-height: 27px;
}


#contact-styled .col p a {
font-weight: 600;
}

#contact-styled .col .name {
  font-weight: 600;
  display: block;
  line-height: 40px;
}
#contact-styled .col .job {
  display: block;
  margin-bottom: 10px;
}



.title-center {
  display: block;
  text-align: center;
  margin: 90px 0px;
  color: #000;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
}

#zamereni {
  display: block;
  margin-bottom: 80px;
}

#zamereni .col-md-2 {
  width: 20%;
}
#zamereni .block {
  background: #fdece4;
  display: block;
  padding: 25px 20px;
  text-align: center;
  color: #000;
}
#zamereni .block .title {
  font-size: 22px;
  margin-bottom: 20px;
  display: block;
  font-family: 'Playfair Display', serif;
}
#zamereni .block .links a {
  font-size: 12px;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#zamereni .block .links a:hover {
  text-decoration: underline;
}
#zamereni .block p {
  font-size: 11px;
  margin: 15px 0px 0px 0px;
  display: block;
  padding: 0px 0px 0px 0px;
}

#zamereni .block a.btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: 15px;
  font-size: 13px;
  border-radius: 2px;
	-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;
}
#zamereni .block a.btn:hover {
  background: none;
  color: #000;
}
#nase-znacky {
  display: block;
  text-align: center;
margin: 50px 0px;
}
#nase-znacky a {
margin: 20px;
  display: inline-block;
}


.product-title-default {
  font-size: 30px !important;
}

#featured-module {
  margin-top: 80px;
  display: block;
  
}


.review-thumb .caption {
  padding: 0px 30px;
}

.rates-home {
  margin-bottom: 15px;
  display: block;
}

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

.common-home .title-center {
margin: 25px 0px 60px 0;
}



.bootstrap-select .btn {
  margin: 0px !important;
  color: #c01457 !important;
  background-color: #fff !important;
  border: 1px solid #eeeae7 !important;
}

.bootstrap-select .dropdown-menu > li > a.active, .bootstrap-select .dropdown-menu > li > a.active:hover {
    background: #c01457 !important;
    color: #fff !important;
}


.form-control.error {
  color: red !important;
  border: 1px solid red !important;
}


.checkout-cart .normal-only {
  display: block;
}
.checkout-cart .device-only {
  display: none;
}


#payment-custom-field6 .radio {
  display: inline-block;
}

#input-search {
  height: 50px;
  text-align: center;
  font-size: 16px;
}
#button-search {
  margin: 20px 0px 0px 0px !important;
  
}

#category-bottom {
  margin-top: 50px;
  display: block;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
  text-align: right !important;
}


#tab-description h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #000;
}

#tab-description h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #000;
}

.totaltitle3 {
  font-size: 13px !important;
  padding-bottom: 15px !important;
  color: #000 !important;
  font-weight: 300 !important;
}

.review-layout {
  cursor: pointer;
}


#collapse-shipping-method .fa-info-circle,
#collapse-payment-method .fa-info-circle {
  margin-left: 10px;
  color: #8f8f8f;
}


#velkoobchod-link-short,
#kontakt-link-short {
  display: none !important;
}