@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=latin-ext');
html {overflow-x: hidden;} 
body {
  font-family: 'PT Serif', serif;
	font-weight: 400;
	color: #463e39;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
  background: url('../image/bg_pattern2.jpg');
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 48px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 13px;
}
a {
	color: #76994c;
  text-shadow: none;
}
a:hover, a:focus {
  outline: 0;
  outline-offset: 0;
  color: #463e39;
  text-decoration: none;
}

legend {
	font-size: 16px;
  font-weight:bold;
	padding: 10px 0px;
  border-bottom: 1px solid #c8c0b7;
}

hr {
  background: url('../image/grunge_line_full.svg') no-repeat;
  height: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top: 0;
}

label {
	font-size: 14px;
	font-weight: normal;
}

.form-horizontal .control-label {
  padding-top: 9px;
}

table {
	background:rgba(255,255,255,.8);
}

.form-control {
  height: auto;
  padding: 10px 14px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: solid 2px #c8c0b7;
  background: rgba(255,255,255,.8);
}

textarea.form-control {
  border-radius: 25px 15px 25px 15px/15px 125px 15px 255px;
}

.well {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,.05);
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well h2 {
  margin-top: 0px;
}

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: 14px;
  box-shadow: none;
}

input.form-control:focus {
  border-color: #97877E;
}

.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  font-size: 14px;
  height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

@media (min-width:1320px){
    .container {width: 1320px}
}

.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 {
  background: #76994c url('../image/menu_bg_pattern.jpg');
  color: #fff;
}


/* Header */

header {
  font-family: 'Amatic SC', cursive;
  font-size:32px;
  font-weight: 700;
}

header .left-side {
  padding-top:35px;
}

header .left-side::before {
  content: "";
  width: 175px;
  height: 309px;
  top: -84px;
  position: absolute;
  background: url('../image/listok.png') no-repeat;
  transform: rotate(108deg) scale(0.6);
  left: 260px;
}

header .left-side i.phone {
  background: url('../image/icon_phone2.svg') no-repeat;
  height: 45px;
  width: 25px;
  display: inline-table;
  margin: 0 15px;
  vertical-align: middle;
}

header .left-side hr {
  background: url('../image/grunge_line_full.svg') no-repeat;
  height:4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top: 0;
}

header .left-side ul li {
  position: relative;
  padding: 8px 15px;
  font-size:26px;
}

header .left-side ul li:nth-child(1):after {
  content: "";
  position: absolute;
  background: url('../image/grunge_line.svg') no-repeat;
  height: 3px;
  width: 40px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -24px;
  top: 16px;
}

header .socials {
  padding-top:35px
}

header .socials hr {
  background: url('../image/grunge_line_full.svg') no-repeat;
  height:4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin:25px 0;
  border-top: 0;
}

header .socials i {
  display: inline-table;
  vertical-align: middle; 
  transform: scale(0.75);
  transition:all 0.3s;
}

header .socials i:hover {
  opacity:0.85;
  transform: scale(0.85);
}

header .socials i.insta {
  background: url('../image/icon_insta.svg') no-repeat;
  height: 32px;
  width: 32px;
}

header .socials i.fb {
  background: url('../image/icon_fb.svg') no-repeat;
  height: 32px;
  width: 17px;
}


header .socials .btn-group{
  display: inline-flex;
}

header .socials .btn-group button{
  color: #463e39;
  border: 2px solid #97877e;
  padding: 4px 14px;
  text-align: center;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-size: 20px;
}

header .socials .btn-group > .btn-block + .btn-block{
  margin-top: 0;
  margin-left: 5px;
}

header .socials .btn-group button:hover{
  border: 2px solid #463e39;
}

header .socials .btn-group button.active {
    background: #97877e;
    color: #fff;
    border-color: transparent;
}


/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#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: #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 {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	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 {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
  margin: 30px 0;
}
/* 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 {
  padding: 65px 0;
  position: relative; 
}

#cart button{
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  text-align:right;
  background: url('../image/icon_cart.svg') no-repeat 25px 7px;
  height: 64px;
}

#cart button:focus, #cart button:hover{
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

#cart::before{
  content: "";
  position: absolute;
  background: url('../image/grunge_line.svg') no-repeat;
  height: 3px;
  width: 120px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -60px;
  top: 95px;
}

#cart-total span {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 25px;
  background: #463e39;
  color: #fff;
  top: 65px;
  left: 72px;
  font-size: 11px;
  text-align: center;
  font-family: 'PT Serif', serif;
}

#cart .dropdown-menu button {
    height: inherit;
    background: indianred;
    padding: 8px 10px;
    border-radius: inherit;
}

#cart .dropdown-menu a {
    font-size: 14px;
}

#cart .dropdown-menu table td {
    font-size: 14px;
}

#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  border-radius: 0;
  padding: 0;
  border-top: 5px solid #463e39;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  min-width: 150%;
  font-family: 'PT Serif', serif;
}



@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
    min-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: 10px 0;
  font-size: 22px;
  padding: 6px;
  line-height: 1.5;
}
/* menu */
.menu-wrap{
  background: #76994c url('../image/menu_bg_pattern.jpg');
  border-top:5px solid #463e39;
}

#menu {
	border:0;
  margin-bottom: 0; 
  position: unset; 
}  

#menu .nav > li.dropdown {
    position: unset;
}

#menu .nav > li > a {
  font-family: 'Amatic SC', cursive;
  font-size:32px;
  font-weight:bold;
	color: #fff;
	padding: 30px 15px;
	min-height: 15px;
	background-color: transparent;
  position:relative;
  z-index: 9;
  min-height: 83px;
  transition:all 0.3s;     
}


#menu .nav > li > a:hover{
	background-color: rgba(0,0,0,.1);
  transition:all 0.3s;
  z-index: 9;
  color:#dce273;
}

#menu .nav > li:hover a.dropdown-toggle {
  background: rgba(0,0,0,.1);
}

#menu .nav > li:hover a.dropdown-toggle::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    background: #fff;
    left: 0;
    bottom: 0;
}

#menu .nav > li > a:hover::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #463e39;
  top: 0px;
  left: calc(50% - 20px);  
}

#menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
  border: 0;
  display: unset;
}  

#menu .dropdown-menu.dropdown-category-menu {
  position: absolute;
  top: 284px;
  left: 0;
  width: 100%;
  background: url('../image/submenu_bg.jpg') repeat;
  z-index: 3;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  transition: visibility 0.5s ease, opacity 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 35px 0;
  margin-left:0 !important;
  transition:all 0.3s;
}


#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 8px 20px;
  clear: both;
  line-height: 20px;
  color: #6b6666;
  font-size: 14px;
  background: url('../image/footer_li_check.svg') no-repeat left center;
}
#menu .dropdown-inner li a:hover {
	color: #76994c;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
  display: unset;
  visibility: visible;
  opacity: 1;
	}
}
@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;
	}
}

/* Slideshow */

.common-home .swiper-viewport{
  margin-top:30px;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
  padding-top: 30px;
  background-color: #373534;
  color: #eee2d5;
}
footer hr {
	opacity: 0.3;
}

footer ul li {
	background: url('../image/footer_li_check.svg') no-repeat left center;
  padding-left:20px;
  line-height:24px;
  padding: 3px 0px 3px 20px;
  
}
footer ul li a{
	padding: 3px 0px;
}

footer a {
	color: #7a7572;
  transition:all 0.3s;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 32px;
	font-weight: bold;
	color: #eee2d5;
  padding-bottom: 15px;
}

footer .copy {
	font-size:14px;
  margin-bottom:10px;
  color:#7a7572;
}

/* alert */
.alert {
	padding: 12px 35px 12px 14px;
  border-radius: 5px 5px 5px 5px/5px 10px 15px 10px;
  margin: 0 5px 30px 5px;
}

.alert-success {
  color: #3d5f14;
  background: rgb(255, 255, 255,.6);
  border-color: #c8c0b7;
}

.alert-success a  {
  color: #76994c;
}

/* breadcrumb */
.breadcrumb-wrap {
	background:rgba(255,255,255,.8);
  margin-bottom:30px;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.breadcrumb {
	padding: 15px 0;
  margin:0;
  background:transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
  top: 6px;
  right: -5px;
  width: 12px;
  height: 12px;
	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);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
  padding: 8px 20px;
  font-size: 20px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  transition:all 0.3s;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 32px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background: #fff;
  border: 1px solid transparent;
  transition:all 0.3s;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #76994c;
  color:#fff;
  border: 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #76994c;
  border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #463e39;
  border: 2px solid transpare;
}
.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: none;
  background-color: #463e39;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {

}
.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:hover, .btn-link:focus {
  text-decoration: none;
}
.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);
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
} 

.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.bootstrap-select button {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: solid 2px #c8c0b7;
  background: rgba(255,255,255,.8);
  font-family: 'PT Serif', serif;
  font-size: 13px;
  color: #97877E;
  box-shadow: none;
}

.bootstrap-select button:hover {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border: solid 2px #463e39;
  background: rgba(255,255,255,.8);
  color:#463e39;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
  border-radius: 0px;
}

/* 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 {
  background: rgba(255,255,255,.7);
  margin-bottom: 20px;
  overflow: auto;
  border-radius: 6px;
  transition: all 0.3s;
}

.product-thumb:hover {
  background: rgba(255,255,255,1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.product-thumb .image {
	text-align: center;
  padding: 15px;
}
.product-thumb .image a {
	display: block;
  background-image: none;
}

.product-thumb .image a span.glyphicon  {
  text-shadow: none;
  color: rgba(0,0,0,.3);
  font-size: 16px;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
  border-radius: 6px;
}
.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;
  font-size: 26px;
  text-align: center;
  border-bottom:1px solid #f0ece4;
  padding-bottom:15px;
  
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 160px;
}
.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;
  text-align: center;
}
.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 {
  padding: 15px 0;
  text-align: center;
  font-size: 28px;
  font-family: 'Amatic SC', cursive;
  font-weight: bold;
}
.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 {
	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%;
	}
}

.thumbnail {
  padding: 0;
  background-color: transparent;
}

.thumbnail {
  padding: 0;
  border:0;
  background-color: transparent;
}

.thumbnail img{
  border:10px solid #fff;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  display: block;
  border: 4px solid #fff;
  border-radius: 0;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #97877E;
}

.image-additional {
	max-width: 92px;
}
.thumbnails .image-additional {
	float: left;
}

.thumbnails .image-additional img{
	border: 0;
}

@media (min-width: 1200px) {
	#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-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-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;
}

/* Novinky */

.novinky {
  margin-top:50px;  
}

.novinky h3{
  padding-bottom:20px;
  margin-bottom: 50px;
  text-align:center;
  position:relative;  
  background: url('../image/grunge_line_full.svg') no-repeat center bottom;
}

.novinky h3::after{
  content: "";
  width: 175px;
  height: 309px;
  right: -172px;
  top: -219px;
  position: absolute;
  background: url('../image/listok.png') no-repeat;
}

/* 3x Ikonky hlavna stránka */

.three-hero{
  background: url('../image/grunge_line_full.svg') no-repeat top center, url('../image/grunge_line_full.svg') no-repeat bottom center;
  margin: 50px 0;
  padding: 50px 0 40px 0;
}

.three-hero h4{
  font-size:32px;
  padding:0 75px;
}

/* Instagram */

.instagram{
  background: url('../image/grunge_line_full_fluid.svg') no-repeat top center;
  margin-top:70px;
}

.instagram h3{
  padding: 15px 0;
  margin: 10px;
}

.instagram .btn{
  margin-top: 22px;
}

/* Kosik */

.checkout-cart form button{
  font-family: inherit;
  border-radius: 0;
  border-color: transparent;
  padding: 13px 16px;
  border: 2px solid transparent;
  font-size: inherit;
}

.checkout-cart table{
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.checkout-cart form table thead {
  font-family: 'Amatic SC', cursive;
  font-size: 20px;
  font-weight: bold;
  background: #463e39;
  color: #fff;
}

.checkout-cart form table td {
  border: 1px solid rgba(0,0,0,.1);
  vertical-align: middle;
}

/* Pokladna */


#accordion .panel-title {
  font-size: 24px;
  color:#463e39;
}

#accordion .panel-default {
  background-color: transparent; 
  border:0;
  box-shadow: none;
}

#accordion .panel-default > .panel-heading {
  background-color: rgba(255,255,255,.8);
  border: 0;
}


#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body{
  border-left:2px solid #c8c0b7;
  border-right:2px solid #c8c0b7;
  border-bottom:2px solid #c8c0b7;
  padding: 20px 30px 40px 30px;
}

/* List Group */

.list-group-item {
  padding: 17px 15px;
  background-color: transparent;
  border: 0;  
  font-family: 'Amatic SC', cursive;
  font-size:22px;
  margin-bottom:0;
  font-weight: bold;
  color: #463e39;
  transition:all 0.2s
  
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  background: #76994c url('../image/menu_bg_pattern.jpg');
  color: #fff;
  border-radius: 0;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background: rgba(75,68,65,.15);
  color: #463e39;
}

.list-group-item::after {
  background: url('../image/grunge_line_full.svg') no-repeat;
  height: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

a.list-group-item.active.sub, a.list-group-item:focus {
  background: rgba(75,68,65,.15);
  color: #463e39;
}

/* Category */

.product-category .input-group {
  border: solid 2px #97877E;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  margin: 10px 0 30px 0;
}

.product-category .input-group .input-group-addon {
  background-color: #97877E;
  border: 0;
  color: #fff;
  border-radius: 0;
}

.product-category .input-group .bootstrap-select{
  border-radius:0;
}

.product-category .input-group .bootstrap-select button{
  background: transparent;
  border:0;
}

.product-category .input-group .bootstrap-select button select{
  background: transparent;
  border:0;
}         

/* Product */

.product-product .product-right {
  padding: 20px 30px;
  border-radius: 50px 5px 50px 5px/5px 50px 15px 20px;
  border: solid 2px #c8c0b7;
}

.product-product .product-right hr {
  background: url('../image/grunge_line_full.svg') no-repeat;
  height: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 20px 0;
  border-top: 0;
}

.product-product .product-right .list-unstyled li {
  line-height:24px;
}

.product-product .product-right .price {
  color:#76994c;
  text-align:right;
}

.product-product .product-right .price h2.normal{
  font-size: 56px;
}

.product .product-right .addtocart{
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
  
.product .product-right .addtocart label{
  float: left;
  margin-bottom: 0;
}

.product .product-right .addtocart input{
  width: 120px;
  float: left;
  margin: 0 15px;
  height: 65px;
  text-align: center;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  font-size: 24px;
}

/* Product right radio */

.product-right label {
   margin-bottom:15px;
}

.product-right .radio {
  margin:0;
  font-size:13px;
}

.product-right .radio label {
  padding-left:0;
}

.product-right .radiovyber label span{
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  border-radius: 50px 5px 15px 5px/5px 15px 15px 20px;
  border: solid 2px #c8c0b7;
  font-size:13px;
  transition: border 0.3s; 
}

.product-right .radiovyber label span:hover{
  border: 2px solid #463e39;
}


.product-right .radiovyber label :checked + span {
  color:#fff;
  background: #463e39;
  border:2px solid transparent;
}

.product-right .radio input[type=radio] {
  display:none;
}

.product-right .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Product popis */

.product-product .popis, .product-product .podobne{
  margin-bottom: 75px;
}

.product-product .popis h3{
  text-align:center;
  font-size:42px;
  font-weight:bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  background: url('../image/grunge_line_full.svg') no-repeat center bottom;
}

.product-product .popis h3::after {
  content: "";
  width: 175px;
  height: 309px;
  right: -172px;
  top: -212px;
  position: absolute;
  background: url('../image/listok.png') no-repeat;
}

.product-product .podobne h3{
  text-align:center;
  font-size:42px;
  font-weight:bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}    

.product-product .podobne h3::before{
  content: "";
  width:100%;
  height: 4px;
  left:0;
  bottom: 0;
  position: absolute;
  background: url('../image/grunge_line_full.svg') no-repeat center bottom;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.product-product .podobne h3::after {
  content: "";
  width: 175px;
  height: 309px;
  left: -173px;
  top: -213px;
  position: absolute;
  background: url('../image/listok.png') no-repeat;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.product-product .popis ul {
  padding-left: 10px;
  list-style: none;
}

.product-product .popis ul li {
  background: url('../image/footer_li_check.svg') no-repeat left center;
  padding-left: 20px;
  line-height: 24px;
  padding: 3px 0px 3px 20px;
}




/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media (min-width: 1200px) {
  .text-right-lg {
      text-align: right;
  }
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


/* Responsive */
@media (max-width: 992px) {

}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  
  header .socials #form-currency{
    display: inline-flex;
  }
  
  header .socials #form-currency strong{
    font-size: 24px;
    padding: 10px 15px 10px 10px;
    text-align: right;
  }
  
  #cart {
    padding: 25px 0;
    padding-left: 40px;
  }
  
  #cart::before {
    display:none;
  }
  
  #cart button {
    text-align: left;
    padding-left: 115px;
  }
  
  #cart-total span {
    top: 25px;
    left: 110px;
  }
  
  #logo {
    margin: 30px 0 0 0;
  }
  
  #logo img {
    margin: 0 auto;
  }
  
  header > div > div > .col-sm-2.col-md-push-2 {
    background: rgba(255,255,255,.4);
    margin: 20px 0 0 0;
  }
}