/*** Main stylesheet****  for OC 2.1.0.1**********************************************/
* {
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
	border: 0;
	outline: none;
	outline: 0;
	color: inherit;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	-webkit-padding-end: 0px;
}
a{
    color: #03793a;
}
.payment-card,.bank-card{display:none !important}
/*Media queries ===========================*/
/*Effects=========================== */
.radius-rouded {
	overflow: hidden;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
/*Dir settings=========================== */
/*Font color settings=========================== */
/*Font settings  ========================================================================================================== */
@font-face {
	font-family: 'bassoonb';
	src: url("../fonts/bassoonb-webfont.eot");
	src: url("../fonts/bassoonb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bassoonb-webfont.woff2") format("woff2"), url("../fonts/bassoonb-webfont.ttf") format("truetype"), url("../fonts/bassoonb-webfont.svg#bassoonb") format("svg");
	font-weight: normal;
	font-style: normal;
}
/*Bootstrap overwrite  ========================================================================================================== */
header, footer, main, section, nav, article {
	display: block;
}
.panel {
	border: 0;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	-o-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
.panel-heading {
	border: 0;
	background-color: transparent;
}
.container {
	padding-bottom: 20px;
}

p{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

ol,ul{
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

@media (min-width: 1200px) {
.container {
	width: 970px;
}
}
@media (min-width: 1240px) {
.container {
	width: 1200px;
}
}
/*Vendor overwrite  ========================================================================================================== */
.owl-carousel {
	margin: 0 !important;
}
.owl-carousel .owl-wrapper-outer {
	border: 0;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
.owl-carousel .owl-controls {
	position: absolute !important;
	width: 100%;
	left: 0px !important;
	bottom: 50px !important;
}
.owl-carousel .owl-controls .owl-pagination {
	text-align: left;
	top: 20px;
}
.owl-carousel .owl-controls .owl-buttons {
	position: absolute !important;
	width: 100%;
	bottom: 150px !important;
}
/*Document styles  ========================================================================================================== */
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-border {
	border: 0 !important;
}
.ccol-green {
	color: #03793A;
}
.ccol-dgreen {
	color: #003E23;
}
.ccol-ddgreen {
	color: #003E23;
}
.ccol-yellow {
	color: #FFB82F;
}
.ccol-orange {
	color: #E8AD2E;
}
.ccol-white {
	color: #FFFFFF;
}
.ccol-red {
	color: #EA0000;
}
.ccol-ggray {
	color: #98A09E;
  font-weight: 600;
}
.cbgcol-green {
	background-color: #03793A;
}
.cbgcol-dgreen {
	background-color: #003E23;
}
.cbgcol-ddgreen {
	background-color: #00321c;
}
.cbgcol-yellow {
	background-color: #FFB82F;
}
.cbgcol-orange {
	background-color: #E8AD2E;
}
.cbgcol-white {
	background-color: #FFFFFF;
}
.cbgcol-red {
	background-color: #EA0000;
}
html {
	background: #00311c url(../image/bg_main.jpg) no-repeat center top;
}
html body {
    overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 116%;
	color: #7D6F5F;
	background: transparent !important;
/*    Header    ========================================================================================================== */
/*    Content    ========================================================================================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/* =============================================== */
/*    Footer    ========================================================================================================== */
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body .font-heading {
	font-family: 'bassoonb', sans-serif;
	font-weight: 400;
}
html body h1{
    margin-bottom: 15px;
}
html body h2, html body .text-h2 {
	font-size: 140%;
}
html body h3, html body .text-h3 {
	font-size: 132%;
}
html body h4, html body .text-h4 {
	font-size: 124%;
}
html body h5, html body .text-h5 {
	font-size: 116%;
}
html body h6, html body .text-h6 {
	font-size: 108%;
}
html body .heading-panel {
	position: relative;
	width: 100%;;
	height: 51px;
	line-height: 51px;
	margin: 10px auto;
	vertical-align: middle;
	text-align: center;
        background: url(../image/menu_header_bg.png) no-repeat center center;
        background-size: 100% 51px;
}
html body .heading-panel span {
	position: relative;
	display: inline-block;
	z-index: 2;
	line-height: 20px;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
@media (min-width: 992px) {
html body {
	font-size: 124%;
}
html body h2, html body .text-h2 {
	font-size: 148%;
}
html body h3, html body .text-h3 {
	font-size: 140%;
}
html body h4, html body .text-h4 {
	font-size: 132%;
}
html body h5, html body .text-h5 {
	font-size: 124%;
}
html body h6, html body .text-h6 {
	font-size: 116%;
}
}
@media (lg) {
html body {
	font-size: 132%;
}
html body h2, html body .text-h2 {
	font-size: 156%;
}
html body h3, html body .text-h3 {
	font-size: 148%;
}
html body h4, html body .text-h4 {
	font-size: 140%;
}
html body h5, html body .text-h5 {
	font-size: 132%;
}
html body h6, html body .text-h6 {
	font-size: 124%;
}
}
html body > header > .top {
	padding: 8px 0 7px;
	line-height: 30px;
	color: #98A09E;
	font-size: 116%;
	border-bottom: 1px dashed #044429;
}
html body > header > .top p {
	margin: 0;
	padding: 0;
}
html body > header > .top p, html body > header > .top li {
	line-height: 32px;
	vertical-align: middle;
}
html body > header > .top a, html body > header > .top button, html body > header > .top .c-icon {
	display: inline-block;
	vertical-align: middle;
}
html body > header > .top ul {
	margin: 0;
	padding: 0;
}
html body > header > .top .top-info {
	padding: 1px 0 0;
}
html body > header > .top .top-info a, html body > header > .top .top-info a:visited {
	color: #E8AD2E;
	line-height: 100%;
	font-size: 100%;
	text-decoration: underline;
}
html body > header > .top .top-info a:hover, html body > header > .top .top-info a:active, html body > header > .top .top-info a:visited:hover, html body > header > .top .top-info a:visited:active {
	color: #FFFFFF;
}
html body > header > .top .top-links .flag {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
  margin-right: 6px;
  
}
html body > header > .top .top-links .flag img {
	position: relative;
	left: -2px;
	top: -6px;
}
html body > header > .top .top-links a, html body > header > .top .top-links a:visited, html body > header > .top .top-links button {
	color: #98A09E;
	padding: 0 10px;
	font-size: inherit;
	background-color: transparent;
}
html body > header > .top .top-links a:hover, html body > header > .top .top-links a:active, html body > header > .top .top-links a:visited:hover, html body > header > .top .top-links a:visited:active, html body > header > .top .top-links button:hover, html body > header > .top .top-links button:active {
	color: #FFFFFF;
}
html body > header > .top .top-links .dropdown .dropdown-menu a, html body > header > .top .top-links .dropdown .dropdown-menu a:visited, html body > header > .top .top-links .dropdown .dropdown-menu button {
	color: #98A09E;
  text-align:left;
}
html body > header > .top .top-links .dropdown .dropdown-menu a:hover, html body > header > .top .top-links .dropdown .dropdown-menu a:active, html body > header > .top .top-links .dropdown .dropdown-menu a:visited:hover, html body > header > .top .top-links .dropdown .dropdown-menu a:visited:active, html body > header > .top .top-links .dropdown .dropdown-menu button:hover, html body > header > .top .top-links .dropdown .dropdown-menu button:active {
	color: #111111;
}
html body > header > .top .top-links .dropdown.open a, html body > header > .top .top-links .dropdown.open a:visited, html body > header > .top .top-links .dropdown.open button {
	color: #FFFFFF;
}
html body > header > .top .top-links .dropdown.open a:hover, html body > header > .top .top-links .dropdown.open a:active, html body > header > .top .top-links .dropdown.open a:visited:hover, html body > header > .top .top-links .dropdown.open a:visited:active, html body > header > .top .top-links .dropdown.open button:hover, html body > header > .top .top-links .dropdown.open button:active {
	color: #FFFFFF;
}
html body > header > .top .top-links .dropdown.open .dropdown-menu a, html body > header > .top .top-links .dropdown.open .dropdown-menu a:visited, html body > header > .top .top-links .dropdown.open .dropdown-menu button {
	color: #fff;
}
html body > header > .top .top-links .dropdown.open .dropdown-menu a:hover, html body > header > .top .top-links .dropdown.open .dropdown-menu a:active, html body > header > .top .top-links .dropdown.open .dropdown-menu a:visited:hover, html body > header > .top .top-links .dropdown.open .dropdown-menu a:visited:active, html body > header > .top .top-links .dropdown.open .dropdown-menu button:hover, html body > header > .top .top-links .dropdown.open .dropdown-menu button:active {
	color: #ffb82f;
}
html body > header > .mid {
	padding: 15px 0;
}
html body > header > .mid .logo a {
	display: block;
}
html body > header > .mid .logo a img {
	display: block;
  margin:0 auto;
}
html body > header > .mid .col-headings {
	padding-left: 0;
	padding-right: 30px;
  margin-top:20px;
}

html body > header > .mid .col-headings .text-h2 {
	font-family: 'bassoonb', sans-serif;
	font-weight: 400;
	position: relative;
	left: -39px;
	font-size: 252%;
	line-height: 140%;
	letter-spacing: 1.5px;
  margin: 0;
  display: block;  
}
html body > header > .mid .col-headings .text-h3 {
	font-family: 'bassoonb', sans-serif;
	font-weight: 400;
	position: relative;
	left: -36px;
	font-size: 183%;
	padding: 14px 0 0;
	line-height: 130%;
	letter-spacing: 1.0px;
  margin: 0px;
  display: block;  
}
@media(max-width: 767px){
    html body > header > .mid {
	overflow-x: hidden;
    }
}
html body > header > .mid .col-search {
	padding-top: 34px;
	padding-left: 15px;
}
html body > header > .mid .col-search .search button, html body > header > .mid .col-search .search button:hover{
	border-color: #EA0000;
}

html body > header .btn-default:hover {
    background-color: #EA0000;
}



html body > header > .mid .col-search .search button, html body > header > .mid .col-search .search input {
	height: 52px;
	line-height: 1;
	vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}
html body > header > .mid .col-cart {
	padding-top: 8px;
	padding-left: 50px;
}
html body > header > .mid .col-cart .cart .btn {
	position: relative;
	padding: 5px 0 0 85px;
	color: #FFFFFF;
	background: transparent;
	text-align: left;
}
html body > header > .mid .col-cart .cart .btn .c-icon {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0;
}
html body > header > .mid .col-cart .cart .btn span {
	position: absolute;
	display: block;
	z-index: 3;
	left: -5px;
	top: -7px;
	width: 28px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #EA0000;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
html body > header > .mid .col-cart .cart .btn strong {
	display: block;
	padding: 11px 0 0 0;
	font-size: 134%;
	font-family: 'bassoonb', sans-serif;
	font-weight: 400;
	color: #FFB82F;
}
@media (min-width: 992px) {
html body > header > .mid {
	padding: 22px 0;
}
}
@media (min-width: 1240px) {
html body > header > .mid {
	padding: 32px 0 25px;
}
html body > header > .mid .logo {
	position: relative;
	left: -3px;
}
html body > header > .mid .col-headings {
	padding-left: 0;
	padding-right: 30px;
  margin-top:0;
}
html body > header > .mid .col-headings h2 {
	position: relative;
	left: -39px;
	font-size: 252%;
	line-height: 140%;
}
html body > header > .mid .col-headings h3 {
	position: relative;
	left: -36px;
	font-size: 183%;
	padding: 14px 0 0;
}
html body > header > .mid .col-cart {
	padding-top: 14px;
	padding-left: 76px;
}
}
html body > header > .menu_wrap {
	padding: 0;
	background: #003E23 url(../image/bg_menu.jpg) no-repeat center top;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
  min-height:73px;
}
html body > header > .menu_wrap .navbar {
	margin: 0;
	padding: 0;
}
html body > header > .menu_wrap .navbar .navbar-wrap {
	margin: 0;
	padding: 0;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
        margin-top: 5px;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li {
	display: table-cell;
	position: relative;
	float: none !important;
	margin: 0;
	padding: 0 20px;
        height: 62px;
        vertical-align: middle;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li:before {
	display: block;
	position: absolute;
	content: " ";
	left: 0;
	top: 18px;
	width: 0;
	height: 30px;
	border-left: 1px dashed #7D6F5F;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li:first-child:before {
	border-left: 0;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:visited {
        position: relative;
        padding: 0;
        line-height: 20px;
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        color: #FFFFFF;
        background: transparent;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

@media (max-width: 768px) {
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:visited {
	line-height: 20px;
  }
}


html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:hover, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:active, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a.active, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:visited:hover, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:visited:active, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav > li > a:visited.active {
	color: #FFB82F;
	background: transparent;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu {
	padding: 10px;
	display: none;
	background: #FFFFFF;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a:visited {
	padding: 2px 0;
	display: block;
	text-decoration: none;
	color: #fff;
  line-height: 25px;
  font-size:14px;
	background: transparent;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a:hover, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a:active, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a:visited:hover, html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown > .dropdown-menu > .dropdown-inner li a:visited:active {
	color: #FFB82F;
	text-decoration: none;
}
html body > header > .menu_wrap .navbar .navbar-wrap .navbar-nav .dropdown:hover > .dropdown-menu {
	display: block;
  background: url(../image/bg_footer.jpg) no-repeat left top;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
}

#menu .navbar-toggle {
    margin-top: 7px;
    font-size: 25px;
}

#menu .navbar-toggle i {
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;

}

#language ul.dropdown-menu, #currency ul.dropdown-menu, .dropdown-menu-right{
    margin-top: 10px;
    border-radius: 0px;
    background: #044429;
    min-width: 100px;
}

#language ul.dropdown-menu li a span img{
    margin-right:5px;
}

#language ul.dropdown-menu li a:hover, #currency ul.dropdown-menu li button:hover, .nav .open > a:hover{
    color:#ffb82f;
    text-decoration:underline;
}

html body > #body_main {
	padding: 0;
/* =============================================== */
/* =============================================== */
}
html body > #body_main > * {
	background: #FFFFFF;
}
html body > #body_main .top .module {
	float: left;
	width: 50%;
	height: 190px;
        overflow-x: hidden;
}
html body > #body_main .top .module .rev_slider .caption-sale {
	padding: 5px 10px;
	background: #EA0000;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
html body > #body_main .top .module:first-child {
	width: 100%;
	height: 380px;
}
@media (min-width: 992px) {
html body > #body_main .top .module {
	width: 33.33%;
	height: 190px;
}
html body > #body_main .top .module img {
	/*height: 190px;
	max-width: auto;  */
}
html body > #body_main .top .module:first-child {
	width: 66.66%;
	height: 380px;
}
html body > #body_main .top .module:first-child #hok-slider0 {
	height: 380px !important;

}
}
html body > #body_main .top .module:first-child #hok-slider0 .tp-bgimg {
	background-position:inherit !important;

}

@media (min-width: 1240px) {
html body > #body_main .top .module {
	width: 25%;
	height: 190px;
}
html body > #body_main .top .module:first-child {
	width: 75%;
	height: 380px;
}
html body > #body_main .top .module:first-child #hok-slider0 {
	height: 380px !important;
}
}
html body > #body_main #column-left {
	background: url(../image/bg_leftpanel.jpg) no-repeat right top;
  padding-bottom: 15px;
}
html body > #body_main #column-left .panel-wrap {
	padding: 15px 5px;
}
html body > #body_main #column-left .panel-wrap .list-group-item, html body > #body_main #column-left .panel-wrap .list-group-item:visited {
	position: relative;
	padding: 10px 10px 10px 40px;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dashed #D8BFB0;
	border-top: 1px dashed #EFE5DF;
	font-size: 125%;
	font-weight: 600;
  margin: -1px 0;
  transition:all 0.3s;
}
html body > #body_main #column-left .panel-wrap .list-group-item:first-child, html body > #body_main #column-left .panel-wrap .list-group-item:visited:first-child {
	border-top: 0;
}
html body > #body_main #column-left .panel-wrap .list-group-item:before, html body > #body_main #column-left .panel-wrap .list-group-item:visited:before {
	display: block;
	position: absolute;
	content: " ";
	left: 20px;
	top: 18px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-left-color: #D8BFB0;
}

html body > #body_main #column-left .panel-wrap .list-group-item.sub:before, html body > #body_main #column-left .panel-wrap .list-group-item.sub:visited:before {
	left: 35px;
}


html body > #body_main #column-left .panel-wrap .list-group-item:hover, html body > #body_main #column-left .panel-wrap .list-group-item:active, html body > #body_main #column-left .panel-wrap .list-group-item.active, html body > #body_main #column-left .panel-wrap .list-group-item:visited:hover, html body > #body_main #column-left .panel-wrap .list-group-item:visited:active, html body > #body_main #column-left .panel-wrap .list-group-item:visited.active {
	color: #111111;
	background-color: #FFB82F;
	border-color: transparent;
  margin: -1px 0;
  z-index: 9;
  	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

html body > #body_main #column-left .panel-wrap .list-group-item.sub.active {
	background-color: transparent;
  font-weight:bold;
}
html body > #body_main #column-left .panel-wrap .list-group-item.sub  {
  font-size:15px;
  margin-left: 10px;
}

html body > #body_main #column-left .panel-wrap .list-group-item:hover::before, html body > #body_main #column-left .panel-wrap .list-group-item.active::before {
	border-left-color: #b9892c;
}

html body .block-reinsurance {
	font-size: 108%;
	padding-top: 15px;
	padding-bottom: 30px;
}
html body .block-reinsurance .title {
	padding: 10px 0 5px;
}
@media (min-width: 992px) {
html body .block-reinsurance {
	font-size: 116%;
	padding-top: 20px;
	padding-bottom: 30px;
}
html body .block-reinsurance .title {
	padding: 15px 0 5px;
}
}
@media (min-width: 1240px) {
html body .block-reinsurance {
	font-size: 124%;
	padding-top: 25px;
	padding-bottom: 30px;
}
html body .block-reinsurance .title {
	padding: 15px 0 5px;
}
}
html body .html-hpblock-wrap {
	padding: 15px 5px;
}
html body .html-hpblock-wrap .html-hpblock {
	padding: 30px 20% 65px;
        background: #fcf8f5 url(../image/bg_homeabout.jpg) no-repeat center bottom;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
html body .html-hpblock-wrap .html-hpblock h2 {
	font-size: 220%;
	padding: 0 0 10px;
	color: #111111;
}
html body .html-hpblock-wrap .html-hpblock p {
	font-size: 15px;
	padding: 20px 0;
  font-weight: 600;
  line-height: 24px;
  
}
html body .html-hpblock-wrap .html-hpblock p strong {
	font-weight: 600;
	color: #111111;
}
html body .html-hpblock-wrap .html-hpblock p a {
	text-decoration: underline;
}
html body .html-hpblock-wrap .html-hpblock p a:hover {
	text-decoration: none;
  color: #03793A;
  
}
html body .product-tabs {
	padding: 15px 5px;
}
html body .product-tabs .product-tabs-menu {
	border-bottom: 2px solid #F5EEE7;
        font-weight: 600;
        margin-bottom: 5px;
}
html body .product-tabs .product-tabs-menu a {
	position: relative;
	top: 2px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 124%;
	color: #D8BFB0;
	border: 2px solid #F5EEE7;
	background-color: #FBF9F5;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
  font-weight: 600px; 
}
html body .product-tabs .product-tabs-menu a:hover, html body .product-tabs .product-tabs-menu a:active {
	text-decoration: none;
	background-color: #FFFFFF;
}
html body .product-tabs .product-tabs-menu a.selected {
	color: #111111;
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
html body .product-thumb {
	text-align: center;
}
html body .product-thumb .image a {
	display: block;
}
html body .product-thumb .image a img {
	margin: 0 auto;
}
html body .product-thumb .caption h4 {
	font-size: 17px;
  height: 2em;
	font-family: 'Open Sans', sans-serif;
	color: #111111;
	font-weight: 600;
}
html body .product-thumb .caption h4 a, html body .product-thumb .caption h4 a:visited {
	color: #111111;
}
html body .product-thumb .caption h4 a:hover, html body .product-thumb .caption h4 a:active, html body .product-thumb .caption h4 a:visited:hover, html body .product-thumb .caption h4 a:visited:active {
	color: #03793A;
	text-decoration: underline;
}
html body .product-thumb .caption p {
	padding: 0;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	line-height: 1.2em;
  height: 18px;
  color: #7b6d5e;
}
/*html body .product-thumb .caption .popis p
{
  height: 37px;
  line-height: 20px;
}
*/
html body .product-thumb .caption .popis {
  height: 40px;
  overflow: hidden;
}

html body .product-thumb .caption p.dostupnost {
  color: #03793A;
}

html body .product-thumb .caption .price {
	font-size: 22px;
	font-family: 'bassoonb', sans-serif;
	font-weight: 400;
	color: #03793A;
  height:auto;
}
html body .product-thumb .caption .price .price-new {
	display: inline;
	color: #EA0000;
}
html body .product-thumb .caption .price .price-old {
	text-decoration: line-through;
	color: #111111;
}
html body .product-thumb .caption .price .price-tax {
	display: none;
}
html body .product-thumb .button-group {
	display: none;
}
@media (min-width: 992px) {
html body .product-thumb {
	font-size: 108%;
}
}
@media (min-width: 1240px) {
html body .product-thumb {
	font-size: 116%;
}
}
html body .module-news {
	padding: 20px 0;
}
html body .module-news .panel-heading {
	font-size: 220%;
}
html body .breadcrumb {
	padding: 15px 0;
	background-color: transparent;
  border-bottom: 2px dashed #e7dacc;
  border-radius:0;
}
html body .breadcrumb li a, html body .breadcrumb li a:visited {
	padding: 0 10px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #7D6F5F;
}

html body .breadcrumb li a:hover, html body .breadcrumb li a:active, html body .breadcrumb li a:visited:hover, html body .breadcrumb li a:visited:active {
	color: #111111;
	text-decoration: none;
}
html body .breadcrumb li:before {
	position: relative;
	top: -5px;
	content: "\f04b";
	font-size: 44%;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #D8BFB0;
}
html body .breadcrumb li:first-child a {
	padding-left: 0;
	color: #D8BFB0;
	font-size: 146%;
}
html body .breadcrumb li:first-child:before {
	display: none;
}
@media (min-width: 992px) {
html body .breadcrumb li {
	font-size: 108%;
}
}
@media (min-width: 1240px) {
html body .breadcrumb li {
	font-size: 116%;
}
}
html body > footer {
/* =============================================== */
/* =============================================== */
}
html body > footer .top {
	position: relative;
}
html body > footer .top .container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
        background-color: #241814;
        background-image: url(../image/bg_footer_ovce.png), url(../image/bg_footer.png);
        background-repeat: no-repeat, repeat;
        background-position: right bottom, left top;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

html body > footer .top .container:after {
	display: block;
	position: absolute;
	z-index: 100;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: #9F7A3F url(../image/bg_woodline.jpg) repeat-x center top;
}
html body > footer .top .container .title {
	font-size: 18px;
        padding-bottom: 20px;
        color: #fff;
        letter-spacing: 1px;
}

html body > footer .top .container {
	color: #dacdc7;   
  font-size:15px;
  font-weight:600;
}

html body > footer .top .container a, html body > footer .top .container a:visited {
	padding: 3px 0;
        line-height: 24px;
        color: #dacdc7;
        display: block;
}

html body > footer .top .container a.mail, html body > footer .top .container a.mail:visited {
    display:inline;
}

html body > footer .top .container .heureka p{
    line-height: 25px;
}

html body > footer .top .container .heureka img{
    float: left;
    margin-right: 40px;
}

html body > footer .top .container .list-unstyled.contact li {
    margin-bottom: 7px;
}

html body > footer .top .container .list-unstyled.contact .mail{
    color: #ffb82f;
    text-decoration: underline;
}

html body > footer .top .container i {
	margin-right:8px;
}

html body > footer .top .container a:hover, html body > footer .top .container a:active, html body > footer .top .container a:visited:hover, html body > footer .top .container a:visited:active {
	color: #ffb82f;
}

html body > footer .top .container .list-unstyled {
	margin-bottom:15px;
}

html body > footer .top .container .list-unstyled i{
	color:#a89f9b;
        display: inline-block;
}

html body > footer .top .container .list-unstyled span{
        display: inline-block;
}

html body > footer .top .container .list-unstyled span{
        display: inline-block;
}

@media (min-width: 992px) {
html body > footer .top .container {
	padding: 50px 20px 30px;
}
}
@media (min-width: 1240px) {
html body > footer .top .container {
	padding: 55px 30px 30px;
}
}
html body > footer .bottom {
	padding: 30px 0;
	color: #98A09E;
}
html body > footer .bottom p {
	font-size: 116%;
	line-height: 43px;
	vertical-align: middle;
}
html body > footer .bottom a, html body > footer .bottom a:visited {
	display: inline-block;
	color: #E8AD2E;
	text-decoration: underline;
	margin: 0 5px;
  font-weight: 600;
}
html body > footer .bottom a:hover, html body > footer .bottom a:active, html body > footer .bottom a:visited:hover, html body > footer .bottom a:visited:active {
	color: #FFFFFF;
}
/*Sprites & Icons & Buttons=========================== */
.c-icon {
	display: inline-block;
	position: relative;
	background: url(../image/sprites-main.png) no-repeat 0 0;
}
.c-icon.c-icon-wholesale {
	width: 18px;
	height: 18px;
}
.c-icon.c-icon-login {
	width: 16px;
	height: 18px;
	background-position: -20px 0px;
}
.c-icon.c-icon-coins {
	width: 23px;
	height: 20px;
	background-position: -38px 0px;
}
.c-icon.c-icon-search {
	width: 20px;
	height: 20px;
	background-position: -60px 0px;
}
.c-icon.c-icon-home {
	width: 24px;
	height: 24px;
	background-position: -79px 0px;
  top:3px;
}
.c-icon.c-icon-cart {
	width: 65px;
	height: 80px;
	background-position: 0px -21px;
}
.c-icon.c-icon-sheep {
	width: 59px;
	height: 49px;
	background-position: -67px -62px;
}
.c-icon.c-icon-calendar {
	width: 59px;
	height: 49px;
	background-position: -67px -62px;
}
.c-icon.c-icon-panel {
	width: 260px;
	height: 51px;
	background-position: -108px -1px;
}
/*# sourceMappingURL=stylesheet.css.map */



.no-padding-left {
	padding-left:0 !important;
}
  
h1 {
  font-size: 28px;
  color: #2b2a2a;
  margin-bottom:15px;
}

.category .podkategoria {
  padding:5px 10px;
  background:#fbf9f5;
  border:2px solid #f5eee7;
  border-radius:3px;
  font-size:13px;
  font-weight:500;
  margin-bottom:20px;
}

.category .podkategoria img{
  padding-right:15px;
}

.category .podkategoria a{
  color:#03793a;
  font-weight: 600;
  text-decoration: underline;
}

.category .podkategoria a:hover{
  text-decoration:underline;
}

.category hr {
  border-top: 2px dashed #e7dacc;
  margin-top: 10px;
  margin-bottom: 10px;
}


.category ul.sorting {
  list-style:none;
  padding-left:0;
  font-size:15px;
}

.category ul.sorting li{
  display:inline;
  margin:0 10px;
}

.category ul.sorting li a{
  color:#7d6f5f;
  font-weight: 600;
}

.category ul.sorting li a.active{
  color: #03793a;
  text-decoration: underline;
}

.category ul.sorting li::after{
  content: "|";
  position: relative;
  font-size: 16px;
  color: #ece1d7;
  left: 12px;
}

.category ul.sorting li:first-child {
  color: #362c28;

}

.category ul.sorting li:first-child::after{
  content: "";
  position: relative;
  font-size: 16px;
  color: #ece1d7;
  left: 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #036b33;
    border-color: #276649;
    font-weight: bold;
}
.pagination > li > a, .pagination > li > span{
    padding: 10px 15px;
    z-index: 2;
    color: #ab8662;
    cursor: pointer;
    background-color: #fbf9f5;
    border-color: #f5eee7;
    font-weight: bold;
    border-radius: 4px!important;
    margin: 0 5px;
}

ul.pagination a.arrow-left {
    background: url(../image/pagination_arrow.png) no-repeat;
    border-radius:50%;
    width: 27px;
    height: 27px;
    padding-right: 20px;
    text-indent: 100%;
    overflow: hidden;
}

ul.pagination a.arrow-right {
  background: url(../image/pagination_arrow.png) no-repeat;
  border-radius:50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 27px;
    height: 27px;
    padding-left: 20px;
    text-indent: 100%;
    overflow: hidden;
}

ul.pagination li a.arrow-left,
ul.pagination li a.arrow-right{
  border:none;
  margin-top: 8px;
}

.category .product-thumb .dostupnost {
  color:#03793a;
  font-weight: 600;
}

.category .button-to a, .related .button-to a {
  padding:10px;
  display:block;
  background:#fbf9f5;
  border:2px solid #f5eee7;
  border-radius:3px;
  font-size:15px;
  color:#1c1c1c;
  font-weight:600;
  margin-bottom:30px;
  text-decoration:none;
  transition:all 0.3s;
}

.category .product-thumb, .related .product-thumb {
  transition:all 0.3s;
}

.category .product-thumb:hover, .related .product-thumb:hover {
  opacity:0.85;
}

.category .product-thumb:hover .button-to a, .related .product-thumb:hover .button-to a {
  background:#004b29;
  color:#fff;
  border:2px solid transparent;
  border-radius:3px;
}

@media (max-width: 991px) {
    .top .top-links {
        float: none!important;
        display: block;
        text-align: center;
    }
    html body > #body_main .top .module{
        display: none;
    }
    html body .html-hpblock-wrap .html-hpblock {
        padding: 30px 15px 65px;
    }
}

@media (min-width: 768px) {
  #content.col-sm-9 {
	width: calc(75% - 30px);
  margin-left:20px;
  margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .category .podkategoria {
  text-align:center;
  }
  
  .category .podkategoria a {
  display: inherit;
  }
}

.sidebar-box {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 23px;
}
.sidebar-box .read-more { 
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background: white;
  height: 44px;
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background: #fff;
}

.sidebar-box .read-more a{ 
  position: relative;
  color:#03793a;
  text-decoration:underline;
}

.sidebar-box .read-more a::after{ 
  position: absolute;
  content: " ";
  right: -15px;
  top: 8px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #03793a;
}


/*Product*/
.product h1{ 
  margin:19px 0 10px 0;
}
 
.product .thumbnails{ 
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
}

.product .thumbnail{ 
  border:0;
}

.product .thumbnails .image-additional{ 
  float: left;
}

.product .thumbnails .image-additional a{ 
  border:0;
  border-right:1px dashed #e5d7c9;
  padding: 0 15px;
}

.product p, .product ul.list-unstyled li{ 
  font-size:15px;
  font-weight:600;
}

.product .price h2{ 
  color:#03793A;
  font-size:30px;
  margin-top:15px;
}

.product ul.price li{ 
  /*display: inline-block;*/
}

.product ul.price li:last-child{ 
  /*display: block;*/
}

.product ul.price li.oldprice{ 
  font-size:22px;
  margin-left:20px;
  font-family: 'bassoonb', sans-serif;
  font-weight: 400;
  color:#2a2a2a;
}

.product ul.price h2.newprice{ 
  color:#ea0000;
}

.product hr{ 
  border-top: 2px dashed #e5d7c9;
  margin-top: 15px;
  margin-bottom: 10px;
}

.product label.spinner{ 
  display: block;
}

.product .input-group{ 
  display: inline-flex;
  padding: 15px 15px 60px 15px;
  background: #fbf9f5;
  border: 2px solid #f5eee7;
  border-radius: 6px;
  width: 100%;
}

.product .input-group input{ 
  height:55px;
  width:50px;
  border: 2px solid #f5eee7;
  border-right:0;
}

.product .input-group-btn{
  width:0;
}

.product .input-group button{
  border-radius:0;
  background: #2f1e13;
  color: #fff;
  border: 0;
  height: 27px;
  line-height: 15px;
}

.product .input-group button:focus{
  outline:none;
  background: #2f1e13;
}

.product .input-group button.btn-lg{
  margin: 0;
  margin-left:35px;
  background: #ffb82f;
  border: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;  
  width: 100%;
  font-weight:bold;
  color: #362c28;
  font-size: 17px;
  height: 54px;
  padding: 12px 20px;
}

.product .input-group .input-group-btn:nth-child(2){ 
  margin-top:27px;
}

.product .input-group .dostupnost{ 
  position: absolute;
  padding: 12px 0px;
  top: 62px;
  left: 20px;
  font-weight:normal; 
  color:#03793A;
  font-weight:600;
}

.product .input-group .nedostupnost{ 
  position: absolute;
  padding: 12px 0px;
  top: 70px;
  left: 20px;
  font-weight:normal; 
  color:#d00;
  font-weight:600;
}

.product .input-group .dostupnost span{  
  color:#7d6f5f;
}

#product .color .radio{ 
  display: inline;
  margin: 0 0 0px 10px!important;
}


#product .color .radio input{ 
  display: none;
}

#product .color .radio label{ 
  padding-left: 0;
}

#product .color .radio label img{ 
width: 58px;
padding: 3px;
border-radius: 50%;
border: 2px solid #eaeaea;
}

#product .options .color {
  width:100%!important;
}

#product .options .option {
  float: left;
  width: 100%;
}

#product .options .option .radio {
    float: left;
}

#product .color .radio label :checked + img{
border: 4px solid #E8AD2E;
}


#product .select-box select{ 
box-shadow: none;
padding: 7px;
height: 40px;
border: 2px solid #f5eee7;
border-radius: 6px;
}

#product label{ 
color:#362c28;
font-size:15px;
font-weight:600;
margin-bottom:10px;
}

.product .tab-pane h3, h3.related{ 
  font-family: Open Sans;
  font-size: 15px;
  background: #fbf9f5;
  border-bottom: 2px solid #f5eee7;
  padding: 15px;
  margin-bottom: 30px;
  color: #362c28;
  font-weight:600;
}

.product .tab-pane p{ 
  color: #7d6f5f;
}

.product .tab-pane p strong{ 
  color: #362c28;
}

.product .tab-pane h4{ 
  color: #000000;
  margin-bottom:15px;
  font-size:22px;
}

.product .tab-pane ul{ 
  font-weight:600;
  font-size:15px;
  margin-bottom:20px;
  margin-left: 40px;
  padding-left:0;
}

.product .tab-pane ul li{ 
  list-style:none;
}

.product .tab-pane ul li::before{ 
content: "";
border-color: transparent #d8bfb0;
border-style: solid;
border-width: 0.35em 0 0.35em 0.45em;
display: block;
height: 0;
width: 0;
left: -1em;
top: 0.9em;
position: relative;
}

.product .tab-pane a{ 
color:#03793a;
}


.contact .panel-body{ 
  background:#fbf9f5;
  border-radius:4px;
  border:2px solid #f5eee7;
  text-align:center;
  min-height: 324px;
  font-size:14px;
}

.contact .panel-body img{ 
  margin:15px 0 20px 0;
}

.contact .panel-body h5{ 
  margin-bottom:10px;
  color: #433a36;
}

.contact .panel-body .mail a{ 
  color:#03793a;
  text-decoration:underline;
}

.contact .panel-body .mail a:hover{ 
  text-decoration:none;
}

.contact .panel-body .mail i{ 
  color:#d1c9c4;
  margin-right:8px;
}

.contact .panel-body p{ 
    font-weight: 600;
    font-size: 15px;
    color: #7b6d5e;
    line-height: 26px;
}

.contact .panel-body strong{ 
  font-size: 16px;
    color: #433a36;
    margin-bottom: 8px;
    display: block;
}

.contact .info-maps{ 
  border-radius:4px;
  margin-bottom:30px;
  margin-top:10px;  
}

.contact .info-maps .info-green{ 
  background:#003c21;
  text-align:center;
  min-height:350px;
  padding:30px;
  color:#fff;
  font-size:14px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically aligns items */
  align-items: center; /* horizontally aligns items */
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  border-right:5px solid #bb9973;
  margin-bottom:30px;
  
}

.contact .info-maps .info-green h5{ 
  margin-bottom:30px;
}

.contact .info-maps .info-green .yellow {
    color: #ffb82f;
    font-style: normal;
    font-family: Open-sans;
}

.contact .info-maps .info-green p {
    font-size: 14px;
}

.contact .info-maps .info-green p.italic {
    font-style: italic;
    font-weight: 500;
}

.contact .info-maps .mapa{ 
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}

.contact .info-maps .mapa img{ 
  position: absolute;
  bottom: 4px;
  right: 15px;
}

@media (min-width: 768px) {
  .contact .info-maps .info-green{ 
    margin-right: -15px;
  }
  
  .contact .info-maps .mapa{ 
    margin-left:-15px;
    pointer-events: none;
  }
}


.contact form{ 
    background:#fbf9f5;
    border-radius:4px;
    border:2px solid #f5eee7;
    padding:30px;
}
@media (min-width: 1200px) {
    .contact form{
        background: #fbf9f5 url(../image/contact_form_bg.png) no-repeat bottom left;
    }
}

.contact form h3{ 
  color:#2c2c2c;
  font-size:22px;
  margin-bottom:30px;
  text-align:center;
}

.contact form input.form-control{ 
  border:2px solid #f5eee7;
  box-shadow:none;
  padding: 12px 15px 12px 35px;
  height: 46px;
  color:#7d6f5f;
}

.contact form .form-group i{ 
  position: absolute;
  padding: 17px;
}

.contact form textarea{ 
  border:2px solid #f5eee7;
  box-shadow:none;
  color:#7d6f5f;
}

.contact form .form-control:focus {
    border:2px solid #f5eee7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact form .buttons .btn {
    background: #003d22;
    color: #ffffff;
    border:0;
    padding:12px 18px;
    transition: all 0.3s;
}

.contact form .buttons .btn:hover {
    background: #03793a;
}

.contact form .form-control::-moz-placeholder {
    color: #7d6f5f;
}

.col-cart .cart{
    max-width: 215px;
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
  
  .navbar-collapse.collapse {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
        display: none !important;
  }
  html body > header > .mid .col-cart {
        padding-left: 15px;
  }
  html body > footer .top .container{
        background-image: url(../image/bg_footer.png);
        background-repeat: repeat;
        background-position: left top;
        text-align: center;
        padding-top: 55px;
  }
  html body > footer .bottom p{
	width: 100%;
        text-align: center;
        margin: 0;
        line-height: 24px;
    }
    html body .product-tabs .product-tabs-menu a {
        display: block;
        margin-bottom: -2px;
    }
    html body .product-tabs .product-tabs-menu a.selected {
        border-bottom-color: #F5EEE7;
    }
    .category ul.sorting li:first-child{
        display: block;
    }
} 


@media (max-width: 480px) {
  #menu .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #004728;
  }

  #menu .navbar-nav > li > a:hover {
      background:#004728;
  } 
} 

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .form-control {
  z-index: 0;
}

.tab-content>.tab-pane {
    margin-bottom: 25px;
}

#table-cart thead td{
    border: 2px solid #F5EEE7;
    background: #FBF9F5;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
}

#table-cart tbody td{
    border: 2px solid #f5f5f5;
    vertical-align: middle;
}

#table-cart tbody td:last-child{
    font-size: 15px;
    font-weight: 600;
}

#table-cart tbody td a{
    font-size: 15px;
    font-weight: 600;
}

#table-cart tbody td .img-thumbnail{
    border: 0;
}

.cupons-cart .panel-default>.panel-heading {
    color: #333;
    background-color: #fbf9f5;
    border: 2px solid #f5eee7;
}

.cupons-cart h4{
    font-size: 15px;
    font-weight: 600;
    font-family: Open sans,sans-serif;
}

#table-cart-totals tr td{
    vertical-align: middle;
}

#table-cart-totals tr td:first-child{
    border: 2px solid #f5eee7;
    background: #fbf9f5;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    font-family: Open sans,sans-serif;
}

#table-cart-totals tr td:last-child{
    border: 2px solid #f5f5f5;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    font-family: Open sans,sans-serif;
}

#table-cart-totals tr:last-child td:last-child{
    font-weight: 600;
    font-size: 18px;
}

.cupons-cart input + span .btn-primary{
    margin: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 13px;
    padding: 7px 28px;
    margin-left: -1px;
    border-bottom: 1px solid #ffb82f;
}

.btn-primary {
    background-color: #ffb82f;
    border-color: transparent;
    border-bottom: 4px solid #df960a;
    font-weight: bold;
    color: #362c28;
    font-size: 14px;
    border-radius: 7px;
    margin: 5px 0;
    padding: 8px 20px;
}

.btn-primary.btn-lg{
    margin: 15px 0;
    font-size: 17px;
    padding: 12px 50px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus {
    background-color: #f4ad24;
    border-color: transparent;
    color: #362c28;
}

.blog-right .box-heading h4{
    font-size:28px;
    color:#2b2a2a;
    text-align:center;
    margin:30px 0;
}

.blog-right ol{
    padding-left:0;
}

.blog-right ol li{
    list-style:none;
    margin-bottom: 15px;
}

.blog-right .date{
    background: #fcf8f5 url(../image/date_cms.png) no-repeat;
    width:56px;
    height:65px;
    color:#2b2a2a;
    text-align:center;
    padding-top: 12px;
    line-height: 20px;
    float: left;
    margin-right: 15px;
}

.blog-right .date span{
    display:block;
    color: #7b6d5e;
}

.blog-right .name{
    font-size:16px;
}

.blog-right .name a{
    text-decoration:underline;
}

.blog-right .name a:hover{
    color: #7b6d5e;
    text-decoration:none;
}
.m-btm-20{
    margin-bottom: 20px;
}
.blog-description{
    font-weight: 500;
    margin-top: 20px;
}
.blog-description p{
    font-weight: 500;
}
.article_content .date{
    margin-bottom: 8px;
}
.options .option span { display:none; }

.free_delivery_text {
    position: absolute;
    font-size: 12px;
    left: 0;
    right: 0;
    top: 85px;
    width: 100%;
    white-space: pre-line;
    text-align: left;
    font-weight: 600;
}

a.btn.btn-default.magnific-popup.btn-tabulka {
    border: 2px solid transparent;
    border-color: #FFB82F;
    background-color: #fbf9f5;
}

a.btn.btn-default.magnific-popup.btn-tabulka:hover {
    border-color: #FFB82F;
    background-color: #fbf9f5;
}

.free-shiping {
    background-color: #FBF9F5!important;
}

.text-success { 
    color: #d9534f!important;
}    
.free-shiping > .progress > .progress-bar  {
    background-color: #FFB82F!important;
}
.free-shiping-info {
    font-size: 15px;
    font-weight: 600;
}

.well {
    min-height: 334px;
}
@media (max-width: 500px){
    .free_delivery_text{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
}
.quickcheckout-summary-table-wrapper{
    max-width: 100%;
    overflow-x: auto;
}
.nav>li>a {
    color:#fff;
    padding: 15px;
    font-size: 17px;
}
.top .top-links > ul > li:last-child{
    /*display: none; */
}
#payment_view {
display:none}

.list-group-item.sub.active
{
  background: #FFB82F !important;  
}

@media (max-width: 991px)
{
  .col-search
  {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-left: 0 !important;
    margin-left: 15px;
    padding-right: 0;
    display: block !important;
  }
  
  header .mid.container
  {
    position: relative;
    padding-bottom: 85px;
  }
  
  .smartsearch
  {
    display: none !important;
  }
}
body.group_id-6 .free_delivery_text,
body.group_id-6 .free-shiping{
	display: none;
}

@media (max-width: 767px){
	html body .product-thumb .caption .popis,
	html body .product-thumb .caption h4{
		height: auto;
	}
}
@media (min-width: 768px){
	html body .product-thumb .caption h4{
		height: 50px;
	}
}
html body.group_id-6 .product-thumb .caption .price .price-tax{
	display: inline-block;
}
html body.group_id-6 .product-thumb .caption .price .price-tax+.price-inner{
	display: none;
}
#tax_price{
	color: #03793A;
	font-size: 30px;
	display: none;
	font-family: 'bassoonb', sans-serif;
}
html body.group_id-6 #tax_price{
	display: initial;
}
html body.group_id-6 #tax_price~.price-list{
	display: none;
}