@CHARSET "UTF-8";


#bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #b8eeed  url(images/gr-bg.png) repeat-x top;
  overflow-x: hidden;
}
hr.space {
  margin: 0;
}
.container,
.span-25,
#container-articles-menu {
  width: 100%;
  max-width: 1400px;
}
.site-color {
  position: relative;
}
.site-color .outside-img-right {
  position: absolute;
  top: 0;
  right: -200px;
}
.site-color .outside-img-left {
  position: absolute;
  top: 0;
  left: -200px;
}
#container-header {
  background-color: transparent;
}
.nav-con-sec {
  position: fixed;
  background-color: #fff !important;
  border-bottom: 1px solid #dedede;
  z-index: 10;
}
#header {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top-home {
  position: relative;
  width: auto;
  height: auto;
  float: left;
}
#public-cart {
  float: right;
  margin: 0;
  padding: 0;
  top: initial;
  right: initial;
  left: initial;
  width: auto;
  padding: 0;
  border: 1px solid #95bb76;
  border-radius: 5px;
  padding: 15px;
  z-index: 10;
}
#public-cart:hover {
  border-bottom: none;
}
#public-cart:hover .products {
  position: absolute;
  display: block;
  right: -1px;
  top: 0;
  margin-top: 48px;
  background: #fff;
  z-index: 4;
  border: 1px solid #95bb76;
  padding: 15px 10px;
  box-sizing: border-box;
}
.products ul {
  border: none;
  width: 250px;
}
.products ul li {
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
  box-sizing: border-box;
}
#public-cart-fixed {
  position: relative;
  left: initial;
  width: auto;
  top: initial;
  display: flex;
  align-items: center;
}
.user-side {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.info-cart-small {
  display: block;
  height: auto;
  margin: 0;
  line-height: initial;
  padding-left: 10px;
}
#public-cart p {
  line-height: initial;
}
.material-icons {
  color: #333;
  padding: 0 5px;
  font-size: 30px !important;
}
ul#user_menu li.title {
  display: none;
}
#head-login ul#user_menu,
#head-login {
  margin: 0;
  width: auto;
  float: right;
  line-height: initial;
}
#top-header-login-list ul#user_menu {
  width: 180px !important;
}
#head-login {
  padding: 0 15px;
}
#head-login a {
  color: #333;
  font-size: 12px;
}
#container-header #search {
  margin: 0;
  transition: .3s ease;
  padding-right: 15px;
}
#container-header #search:hover {
  width: 280px;
}
#fieldset-search {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #95bb76;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
}
#search .myform .buttons {
  right: 0;
  height: 100%;
  position: relative;
}
#search .myform .buttons:after {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f002';
    position: absolute;
    top: -5px;
    right: 0;
    pointer-events: none;
    color: #95bb76;
    font-size: 20px;
}
#search .myform .row {
  width: 100%;
}
#header-opacity {
  background: none;
  height: 80px;
}
ul#user_menu ul {
  right: 0;
  margin-top: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
#search .row #text {
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
}
#search .row #text:focus {
  outline: none !important;
  border: none;
  color: #95bb76;
}
#search .myform #button-indexSearch {
  height: 100%;
}
#container-articles-menu {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
#container-articles-menu .span-25 {
  width: 100%;
}
#articles-menu,
#articles-menu ul li {
  background: none;
}
#articles-menu > ul > li > a {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 0 15px;
}
#articles-menu {
  display: flex;
  justify-content: flex-start;
  border-radius: 5px 5px 0 0;
  border: 1px solid #f9f9f9;
  border-bottom: 2px solid #95bb76;
  box-sizing: border-box;
}
#articles-menu ul li {
  height: 60px;
  line-height: 60px;
  margin: 0;
}
#articles-menu>ul>li:hover {
  background: #e1f8f7;

}
#articles-menu > ul > li.active > a {
  color: #333;
}
#articles-menu > ul > li:hover > a {
  color: #333;
  font-weight: bold;
}
#articles-menu > ul > li.active {
  background: none;
  border-bottom: 2px solid #00a098;

}
#img-catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#img-catalog::before {
  content: 'Obľúbené kategórie';
  color: #95bb76;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -20px;
  padding-left: 10px;
}
.img-catalog-block {
  position: relative;
  width: 23%;
  height: 100%;
  min-height: initial;
  margin: 1%;
  background: #fff;
  transition: .3s;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cecece;
  box-sizing: border-box;
  box-shadow: 0 0 3px 0px #33333342;
  min-height: 140px;
    display: flex;
    flex-wrap: wrap;
}
.img-catalog-block:hover {
  transform:translate(0,-10px);
  box-shadow: 0 5px 5px 0px #33333347;
}
.img-catalog-subcat-link {
  width: auto;
  color: #333;
  padding: 3px 5px;
  display: none;
}
.img-catalog-subcat-link:hover {
  text-decoration: underline;
}
.catalog-links {
  float: left;
  padding: 0;
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  display: flex;
}
.img-catalog-block .button-type-1 {
  visibility: visible;
    width: 100%;
    background: none;
    border-top: 1px solid #dedede;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0;
}
.img-catalog-block .button-type-1 a {
  color: #333;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
  line-height: initial;
    height: auto;
}
.img-catalog-block .button-type-1 a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  padding-left: 10px;
}
.img-catalog-block .img-catalog-image-link {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 10px 15px;
  box-sizing: border-box;
  background: rgb(247,247,247);
background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
}
.img-catalog-block img {
  width: 100%;
  max-width: 90px;
  height: auto;
  float: right;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.img-catalog-block .img-catalog-image-link > span {
  position: initial;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.products-title-with-line {
  background: none;
  text-align: left;
}

.products-title-with-line span {
  color: #95bb76;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.product-third, .product-second {
  width: 25%;
  margin: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
}
.add-cart-button, #add-cart-button {
  background: none !important;
  padding: 0 10px !important;
  line-height: initial;
}
.product-content .button-add-cart-button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f290';
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
}
.product-content .button-add-cart-button,
.detail-add-to-cart-all #button-add-cart-button,
.detail-add-to-cart-all .button-add-cart-button,
#cart-add-product-success .button-type-next,
#button-payDel-button,
#fieldset-second_step_buttons #button-update,
#fieldset-second_step_buttons #button-next,
#third-cart-submit #button-corfimation-button {
  background: #95bb76;
  border-radius: 5px;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  height: 35px;
}
.product-content .button-add-cart-button:hover,
.detail-add-to-cart-all #button-add-cart-button:hover,
.detail-add-to-cart-all .button-add-cart-button:hover,
#cart-add-product-success .button-type-next:hover,
#button-payDel-button:hover,
#fieldset-second_step_buttons #button-update:hover,
#fieldset-second_step_buttons #button-next:hover,
#third-cart-submit #button-corfimation-button:hover {
  background: #84a569;
}
.add-cart-catalog-count-container .count {
  height: 29px;
  width: 29px;
  margin: 5px;
}
.add-cart-catalog-count-container > span {
  margin-top: 13px;
  width: 15px;
}
.add-cart-catalog-count-container {
  margin: 0;
}
#container-footer {
  border-top: 1px solid #616161;
  background: #2a5569;
  max-width: 1400px;
}
.detail-add-to-cart-all {
  padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
#top-category-panel {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #fff;
  border-top: 2px solid #95bb76;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
}
#top-category-panel > div {
  margin: 0 20px !important;
  display: flex;
  align-items: center;
}
#top-category-panel select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
}
#CategoryName .category-products-count {
  font-size: 14px;
}

.param-product-select-row-2 p {
    font-size: 12.7px;
}



#articles-menu ul.open-submenu-on-hover li:hover ul.submenu ul.submenu-1 {
  visibility: visible;
}
#articles-menu ul.submenu {
    margin-top: 62px;
  	width: 100%;
    max-width: 650px;
    left: auto;
    padding: 20px;
  	box-sizing: border-box;
    background: #FFFFFF;
    border-top: 1px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
    display: flex;
    flex-wrap: wrap;
}
#articles-menu ul.submenu li {
  background: #FFFFFF !important;
  padding: 0;
}
#articles-menu > ul > li ul.submenu-1 > li > a {
  padding: 5px 10px;
}
#articles-menu ul.submenu > li {
  	width: 100%;
    max-width: 150px;
  	float: none;
  	vertical-align: top;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 50px;
}
#articles-menu ul.submenu > li > span {
  	float: left;
  	width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 1px #3333332b;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 0;
}
#articles-menu .small_image_category_top {
    height: auto;
    width: 100%;
    max-width: 50px;
}
#articles-menu > ul > li ul.submenu-1 {
  	position: initial;
  	margin: 0;
  	float: left;
    width: 100%;
}
#articles-menu ul.submenu-1 ul {
  	display: none;
}
#articles-menu > ul > li ul.submenu-1 > li > a {
  	line-height: 20px;
}
#product-detail .detail-old-and-actual-price .old_price {
  	width: 100%;
  	margin: 0;
  	float: left;
}
#product-detail .detail-old-and-actual-price .normal_price {
  	margin: 0 0 5px 0;
  	width: 100%;
  	float: left;
}
#product-detail p.save-price {
  	width: 100%;
  	float: left;
  	margin-top: 0;
}
#product-detail #price-block {
  display: flex;
  flex-wrap: wrap;
  background: none;
  padding: 20px;
  box-sizing: border-box;
  padding-left: 0;
}
.detail-old-and-actual-price,
.detail-add-to-cart-all {
  background: #f9f9f9;
  width: 100%;
  margin: 0;
}
#product-detail #price-block .mini-imput-text {
  	margin-top: 27px;
}
#product-detail #price-block .add-cart {
  	margin: 10px 0 20px 13px;
}
#product-detail #price-block .add-cart .button-type-1 {
  	height: 60px;
  	margin: 0;
}
#product-detail #price-block #add-cart-button {
  	background: none !important;
    padding: 0 40px 0 10px !important;
}
#product-detail #price-block .add-cart .button-type-1::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f290';
    padding-right: 10px;
    color: #fff;
    font-size: 18px;
    pointer-events: none;
    position: absolute;
}
#container-header #search .myform .button-type-1 input {
  height: 100%;
  line-height: initial;
  background: none;
}
.img-catalog-not-index::before {
  content: none !important;
}
.img-catalog-not-index .img-catalog-block img {
  max-width: 60px;
}
#detail #gallery .other-photo img {
  border: 1px solid #dedede;
}
#detail #gallery .other-photo a {
  text-decoration: none;
}
.param-product {
  margin: 20px 0;
}
.param-product .odd,
.param-product .first,
.param-product .odd:hover,
.param-product .first:hover {
  background: none;
  border-top: 1px solid #dedede;
}
#detail #description {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px 0;
  border-top: 1px solid #dedede;
}
#messages #flash-message p.success {
  font-size: 16px;
  min-height: initial;
  padding: 10px;
  background-color: #95bb76;
}
#messages #flash-message p.success span {
  background: none;
  width: auto;
  height: auto;
  position: initial;
}
#messages #flash-message p.success span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  padding: 0 10px;
  font-size: 30px;
}
.img-catalog-not-index .img-catalog-block .img-catalog-image-link > span {
  width: 64%;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  position: relative;
}
#container-newsletter {
  background: #333;
  height: 150px;
}
#container-newsletter p {
  margin: 15px;
}
#product-detail .add-cart #show-customer-interest-dialog {
  margin: 0;
  line-height: 60px;
}

#header-free-delivery-info {
  background: #d3f7ad;
  width: 100%;
}
.cart-steps {
  float: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 20px;
  box-sizing: border-box;
}

.cart-steps-3 {
  margin: 0;
  border-left: 0px solid #dedede;
}

.product-prices-history-lowest-price {
	width: 100%;
	float: left;
	font-size: 9px;
	color: rgb(155, 155, 155);
}

@media screen and (max-width: 1400px) {
  .cart-steps-3 {
    margin: 0 auto;
    border-left: 1px solid #dedede;
  }
}

.cart-content {

	position: relative;

}

.cart-steps.first-second-third .box-fixed {
	width: 400px;
	min-height: 10px;
	border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
	position: absolute;
  /*
	top: 300px;
	right: 30px;
  */
  top: 0px;
	right: 0px;
}

#cart-info-table tr.title, #del-title {
  background-color: #00a098;
}
#cart-info-table .inputCount {
  color: #333;
}
#cart-info-table .button-type-1 {
  background: none;
}
.icon-type-remove {
  background: url(images/Images_CMS.png) no-repeat scroll -131px -198px transparent;
    display: block;
    float: left;
    height: 18px;
    width: 14px;
}
#cart-info-table tr.normal, #gifts_in_cart_content .image-gift, .gifts_in_cart_product {
  border-bottom: 1px solid #dedede;
}
#fullPrice,
#fullPrice2 {
  background: #95bb76;
  border: none;
}
#cart-first-step-bottom-buttons .button-type-back {
  border-radius: 5px;
}
.block-1 {
  padding: 20px;
  box-sizing: border-box;
}
#header-free-delivery-info p {
  width: 100%;
  position: relative;
  font-weight: normal;
  color: #333;
  font-size: 14px;
  padding: 4px 0;
  text-align: center;
}
#pickup-delivery-alert-dialog {
  display: none;
}
#pickup-delivery-alert-dialog > p {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  float: left;
}
#pickup-delivery-alert-dialog > p:first-child {
  color: #FF0000;
  font-weight: bold;
}
#pickup-delivery-alert-dialog > a {
  width: 100%;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
}

#container-top-header-strip {
  display: none;
}
#container-top-header-strip .material-icons {
  color: #fff;
}
#container-top-header-strip #top-header-cart #public-cart-fixed {
  display: block;
}

#container-top-header-strip #top-header-cart {
  margin-top: 3px;
}
#related-product {
  text-align: center;
}
#product-detail h1 {
  margin: 20px 0;
  font-size: 24px;
  color: #95bb76;
  font-weight: bold;
  letter-spacing: .8px;
}
#catalog-appurtenances {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #e3e3e3;
}
#appurtenances-filter-show {
  display: block;

}
.appurtenances-filter-show-single {
  margin: 10px;
  display: flex;
  align-items: center;
}
.appurtenances-filter-show-single p {
  margin: 0;
  width: auto;
  padding-right: 15px;
  font-size: 16px !important;
}
#filter-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#catalog-appurtenances form .button-type-1 {
  margin: 20px 0;
}
.appurtenances-filter-show-single select {
  display: block;
	font-size: 16px;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: 5px 10px;
	width: 120px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;

}
.appurtenances-filter-show-single select::-ms-expand {
	display: none;
}
.appurtenances-filter-show-single select:hover {
	border-color: #888;
}
.appurtenances-filter-show-single select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.appurtenances-filter-show-single select option {
	font-weight:normal;
}
.description-for-img-catalog {
  position: absolute;
  top: 100px;
  left: 20px;
  color: #333;
  text-align: left;
}
#appurtenances-filter-show p {
  text-transform: uppercase;
  background: #00a098;
  padding: 2px 5px;
  margin: 5px;
  color: #fff !important;
  font-size: 16px;
}
.appur-name {
  box-sizing: border-box;
  padding: 10px;
  height: 100%;
  border: 1px solid #dedede;
  background: #fff;
}
.appur-name p {
  font-size: 14px;
    font-weight: bold;
}
#filter-products a.show-more,
.top-filter-first {
  font-size: 12px;
}
#public-cart-fixed i:before {
    font-size: 20px;
    color: #95bb76;
}
#user_menu i::before {
  font-size: 20px;
    color: #95bb76;
}
#public-cart p .cout, .products ul li p .count {
  font-weight: bold;
}
#public-cart p .price, .products ul li p .price-li {
  font-weight: bold;
}
#top-header-cart a {
    color: #FFFFFF;
}
#category {
  width: 100%;
  margin: 0 !important;
}
#category .depth-1 {
  height: auto !important;
  background: #f9f9f9 !important;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f6f6f6;
  box-sizing: border-box;
}
#category .depth-1:hover {
  background: #e1f8f7 !important;
}
#category .depth-1 a {
  color: #333;
  position: initial;
  margin: 0;
  padding-left: 15px;
  box-sizing: border-box;
}
#category .depth-1 a:hover {
  color: #222;
  text-decoration: underline !important;
  font-weight: bold;
}
.span-6 #category li span.category-tree-left-arrow {
  width: 20px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.span-6 #category li span.category-tree-left-arrow::before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 16px;
  font-weight: 900;
}
.span-6 #category li span.category-tree-left-arrow.category-tree-left-arrow-open::before {
  content: '\f107';
}
#mobile-hamburger-menu-left-category li span:not(.category-tree-left-arrow):not(.mobile-hamburger-menu-expand),#category .category-tree li span:not(.category-tree-left-arrow):not(.mobile-hamburger-menu-expand) {
  display: none;
}
#category .depth-3 a:before,
#category .depth-3-active a:before {
  left: 25px;
  font-size: 8px;
}
#category ul li.depth-1-active {
  background: #e1f8f7;
}
#category ul li.depth-1-active a {
  color: #222 !important;
  text-decoration: underline !important;
  font-weight: bold;
  position: initial;
  padding-left: 15px;
  margin: 0;
  font-size: 15px;
}
#category ul li.depth-2:hover, #category ul li.depth-2-active,
#category ul li.depth-3:hover, #category ul li.depth-3-active,
#category ul li.depth-4:hover, #category ul li.depth-4-active,
#category ul li.depth-5:hover, #category ul li.depth-5-active,
#category ul li.depth-6:hover, #category ul li.depth-6-active {
  background: #e1f8f7;
}
#category ul li.depth-2,
#category ul li.depth-2-active,
#category ul li.depth-3,
#category ul li.depth-3-active,
#category ul li.depth-4,
#category ul li.depth-4-active,
#category ul li.depth-5,
#category ul li.depth-5-active,
#category ul li.depth-6,
#category ul li.depth-6-active {
  background: #e1f8f7;
  height: auto !important;
}
#category ul li.depth-2 a,
#category ul li.depth-2-active a {
  color: #222;
  font-size: 14px;
  padding-left: 30px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  top: initial;
  left: initial;
}
#category ul li.depth-2 a:hover,
#category ul li.depth-2 a:active,
#category ul li.depth-2-active a,
#category ul li.depth-2-active a:hover {
  color: #222;
  text-decoration: underline !important;
}
#category ul li.depth-3 a,
#category ul li.depth-3-active a {
  color: #222;
  font-size: 13px;
  padding-left: 40px;
  box-sizing: border-box;
  margin: 0;
  position: initial;
}
#category ul li.depth-3 a:hover,
#category ul li.depth-3 a:active,
#category ul li.depth-3-active a,
#category ul li.depth-3-active a:hover {
  color: #222;
  text-decoration: underline !important;
  text-decoration: underline;
}
#category ul li.depth-4 a,
#category ul li.depth-4-active a {
  color: #222;
  font-size: 12px;
  padding-left: 55px;
  box-sizing: border-box;
  margin: 0;
  position: initial;
}
#category ul li.depth-4 a:hover,
#category ul li.depth-4 a:active,
#category ul li.depth-4-active a,
#category ul li.depth-4-active a:hover {
  color: #222;
  text-decoration: underline !important;
}
#category ul li.depth-5 a,
#category ul li.depth-5-active a {
  color: #222;
  font-size: 11px;
  padding-left: 65px;
  box-sizing: border-box;
  margin: 0;
  position: initial;
}
#category ul li.depth-5 a:hover,
#category ul li.depth-5 a:active,
#category ul li.depth-5-active a,
#category ul li.depth-5-active a:hover {
  color: #222;
  text-decoration: underline !important;
}
#category ul li.depth-6 a,
#category ul li.depth-6-active a {
  color: #222;
  font-size: 11px;
  padding-left: 75px;
  box-sizing: border-box;
  margin: 0;
  position: initial;
}
#category ul li.depth-6 a:hover,
#category ul li.depth-6 a:active,
#category ul li.depth-6-active a,
#category ul li.depth-6-active a:hover {
  color: #222;
  text-decoration: underline !important;
}
#navigation, #article-navigation {
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
ul.navigation li a:BEFORE, ul.navigation li span:BEFORE {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  color: #95bb76;
  font-size: 6px;

  margin: 0 5px;
}
ul.navigation li a {
  margin: 0;
  display: flex;
  align-items: center;
}
ul.navigation li a:hover {
  font-weight: bold;
  color: #95bb76;
}
ul.navigation, #article-navigation ul.navigation {
  margin: 0;
}
.top-navigation {
  margin: 0;
}
#home, #article-navigation #home {
  margin: 0;
}
#navigation-back-button a,
#navigation-back-button a:hover {
  margin: 0;
  background: none;
  text-decoration: none;
  width: auto;
  height: auto;
  padding-right: 20px;
  transition: .3s ease;
}
#navigation-back-button a:hover {
  transform: translate(-5px,0);
}
#navigation-back-button a:hover::before {
  color: #333;
}
.navigationLine {
  border-color: #dedede;
  width: 100%;
}
#CategoryName {
  margin: 0 20px;
}
#category-products {
  padding-top: 20px;
  box-sizing: border-box;
}
.paginationControlTop .a_paginator_lt,
.paginationControlTop .a_paginator_lt:hover,
.paginationControl .a_paginator_lt,
.paginationControl .a_paginator_lt:hover {
  background: none;
  width: auto;
  height: auto;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
}
.paginationControlTop .a_paginator_lt::before,
.paginationControl .a_paginator_lt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f137';
  pointer-events: none;
  color: #95bb76;
  font-size: 20px;
}
.paginationControlTop .a_paginator_lt:hover::before,
.paginationControl .a_paginator_lt:hover::before {
  color: #333;
  transition: .3s ease;
}
.paginationControlTop .a_paginator_gt,
.paginationControlTop .a_paginator_gt:hover,
.paginationControl .a_paginator_gt,
.paginationControl .a_paginator_gt:hover {
  background: none;
  width: auto;
  height: auto;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
}
.paginationControlTop .a_paginator_gt::before,
.paginationControl .a_paginator_gt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f138';
  pointer-events: none;
  color: #95bb76;
  font-size: 20px;
}
.paginationControlTop .a_paginator_gt:hover::before,
.paginationControl .a_paginator_gt:hover::before {
  color: #333;
  transition: .3s ease;
}
.paginationControlTop .a_paginator_lt_disabled,
.paginationControl .a_paginator_gt_disabled,
.paginationControlTop .a_paginator_gt_disabled,
.paginationControl .a_paginator_lt_disabled {
  background: none;
  width: auto;
  height: auto;
  text-decoration: none;
  margin: 0;
  padding: 0 10px;
}
.paginationControlTop .a_paginator_lt_disabled::before,
.paginationControl .a_paginator_lt_disabled::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f137';
  pointer-events: none;
  color: #f7f7f7;
  font-size: 20px;
}
.paginationControl .a_paginator_gt_disabled::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f138';
  pointer-events: none;
  color: #f7f7f7;
  font-size: 20px;
}
#navigation-back-button a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f137';
  pointer-events: none;
  color: #95bb76;
  font-size: 20px;
}
.paginationControlTop .page-number p {
  margin: 0;
}
.page-number {
  margin: 0;
  display: flex;
    align-items: center;
}
.paginationControlTop {
  display: flex;
  align-items: center;
}
.paginationControl #pages {
  margin: 0;
}
#navigation ul li span, #article-navigation ul li span {
  display: flex;
  align-items: center;
}
#detail-social-network-buttons > div {
  margin: 10px 0 !important;
}
#product-detail #detail-social-network-buttons {
  display: none;
}
#eshop-certificate-img-left {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#eshop-certificate-img-left img {
  width: auto;
  max-width: 100%;
}


.theme-default .nivoSlider {
  box-shadow: none !important;
}
.wrap-head-links {
  display: flex;
  align-items: center;
}
.product-third .product-content h4 a,
.product-second .product-content h4 a,
.product-third .product-content h3 a,
.product-second .product-content h3 a,
.product-third .product-content h2 a,
.product-second .product-content h2 a,
.product-third .product-content .product-content-title a {
  font-weight: bold;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.product-third .product-content h4,
.product-third .product-content .product-content-title,
.product-second .product-content h4 {
  margin: 10px 0;
  display: flex;
  height: 75px;
}
.catalog-delivery_name {
  text-align: left;
  color: #95bb76;
  padding: 0 10px;
  box-sizing: border-box;
}
.product-third .show-appurtenances, .product-second .show-appurtenances {
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
}
.product-third .product-content, .product-second .product-content {
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.product-third .product-content .price, .product-second .product-content .price {
  position: relative;
  bottom: 0;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  left: 0;
}
.product-third .add-cart-catalog, .product-second .add-cart-catalog {
  position: relative;
  bottom: 0;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  right: 0;
}
.wrap-price-product {
  display: flex;
  align-items: baseline;
  position: relative;
  margin-top: 10px;
}
#info-articles .span-6 {
  border: none;
}
#price-block .detail-old-and-actual-price {
  margin: 0;
  width: 100%;
}
#steps-cart .active,
#steps-cart .normal {
  font-size: 22px;
}
#info-block p {
  font-size: 15px;
}
.cart-steps .myform .element input {
  background: none;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.cart-steps .myform .element {
  width: auto;
}
.cart-steps .myform .row {
  width: 100%;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
#cart-login-form-first-step > p, #cart-buy-form-first-step > p, #cart-login-form-first-step .buttons {
  width: 100%;
   margin: 10px 0;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.no-reg-info #address1, .no-reg-info #address2 {
  text-align: center;
}
#cart-login-form-first-step-info {
  display: flex;
  flex-wrap: wrap;
}
#catalog-appurtenances #filter-products > div {
  width: 50% !important;
}
#catalog-appurtenances #filter-products .filter {
  font-size: 13px;
}
#catalog-appurtenances {
  background: #f9f9f9;
}
#footer hr.space {
  margin: 0 0 1.45em;
}
.cookies-container {
  width: 1200px;
  margin: 40px auto;
  color: grey;
  line-height: 1.7;
}
.cookies-container a {
  color: #cd8a18;
}
.cookies-container .cookies-title {
  color: #cd8a18;
}
.cookies-container .button-type-1,
.cookies-container .button-type-1 a,
.cookies-container .button-type-1 a:hover {
  background: #cd8a18;
  color: #ffffff;
}
.cookies-container .button-type-1 {
  border: 1px solid #cd8a18 !important;
}
.cookies-container .button-type-1.cookies-options-button-deactivated,
.cookies-container .button-type-1.cookies-options-button-deactivated a {
  background: #ffffff;
  color: #cd8a18 !important;
}
.cookies-options {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}
.cookies-options > p:first-child {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.cookies-options .button-type-1 {
    margin: 10px 10px 0 0;
    border: 1px solid #333333;
}
.cookies-options .button-type-1 a {
    line-height: 33px;
}
.cookies-options .button-type-1.cookies-options-button-deactivated {
    background: #FFFFFF;
}
.cookies-options .button-type-1.cookies-options-button-deactivated a {
    color: #333333;
}
.cookies-options p.cookies-options-state {
    font-weight: bold;
    text-decoration: underline;
}
.default-cookies-options .content > p > a {
    color: #000000;
    font-weight: bold;
}
.default-cookies-options .content > p > a:hover {
    text-decoration: none;
}
#fieldset-second_step_buttons {
  margin: 0 0 20px 0;
}
#balikovo-button-open {
  clear: both;
  margin: 10px 0 0 22px;
  width: auto;
}
#balikovo-chosen-name {
  width: 100%;
  float: left;
  color: red;
  margin: 5px 0;
  box-sizing: border-box;
  padding: 0 0 0 22px;
}
@media screen and (max-width: 1230px) {
  #catalog-appurtenances #filter-products > div {
    width: 100% !important;
    height: auto !important;
  }
  .product-third, .product-second {
    width: 33.3%;
  }
  #newsletter,
  .products-in-left-menu {
    display: none;
  }
  .img-catalog-block {
    width: 30%;
  }
}
@media screen and (min-width: 1222px) {
  #cart-coutry-pay-delivery-selections .cart-cols-2:nth-child(2) {
  	width: 49%;
  	margin-right: 1%;
	}
	#cart-coutry-pay-delivery-selections .cart-cols-2 {
  	width: 50%;
  	float: left;
	}
	#cart-coutry-pay-delivery-selections .cart-cols-3 {
  	float: left;
	}
	#cart-coutry-pay-delivery-selections .cart-cols-3:nth-child(2) {
  	width: 26%;
  	margin-right: 1%;
	}
	#cart-coutry-pay-delivery-selections .cart-cols-3:nth-child(3) {
  	width: 35%;
  	margin-right: 1%;
	}
	#cart-coutry-pay-delivery-selections .cart-cols-3:nth-child(4) {
  	width: 37%;
	}

  #detail #gallery {
    width: 41%;
  }
  #detail #product-detail {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 1037px) {
	#price-block .detail-old-and-actual-price {
  	width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
	}
}
@media screen and (max-width: 1036px) {
    .user-side {
        display: none;
    }
    #container-top-header-strip {
        display: block;
    }
    .product-third, .product-second {
      width: 50%;
    }
}
@media screen and (max-width: 800px) {
  .appur-name {
    width: 100% !important;
    height: auto !important;
  }
  #container-top-header-strip #top-header-login-links {
    padding-left: 10px;
  }
  .nav-con-sec {
    position: relative;
  }
  ul.navigation li, #article-navigation ul.navigation li {
    padding: 3px;
  }
  #product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #product-detail .detail-add-to-cart-all {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-third, .product-second {
    width: 100%;
  }
  #img-catalog {
    justify-content: center;
  }
  #container-newsletter {
    height: 200px;
  }
  #catalog-products-index {
    text-align: center;
  }
  .user-side {
    display: none;
  }
  #header-opacity {
    height: 130px;
  }
  #header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  ul#user_menu ul {
    left: 0;
    right: initial;
    margin-top: 0;
  }
  .no-block .product-third {
    width: 90%;
    margin: 20px;
    box-sizing: border-box;
  }
  #articles-menu {
    display: none;
  }
  .img-catalog-block {
    width: 100%;
    max-width: 350px;
  }

  #detail #gallery .top-photo a {
    text-align: center;
  }
  #detail #gallery .top-photo img {
    width: auto;
    max-width: 100%;
    float: none;
    display: inline-block;
  }
  #mobile-hamburger-menu {
		display: block;
		position: relative;
		z-index: 9;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float: left;
		padding: 9px 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 10px 0 0;
	}
  #mobile-hamburger-menu>input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0;
		z-index: 10;
		-webkit-touch-callout: none;
	}
  #mobile-hamburger-menu>span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 6px;
		position: relative;
		background: #cdcdcd;
		border-radius: 3px;
		z-index: 9;
		-webkit-transform-origin: 4px 0;
		-ms-transform-origin: 4px 0;
		transform-origin: 4px 0;
		-webkit-transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
		transition: background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
		-o-transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
		transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
		transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,-webkit-transform .5s cubic-bezier(.77,.2,.05,1);
	}
  #mobile-hamburger-menu>span:first-of-type {
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
  #mobile-hamburger-menu>span:nth-last-of-type(1) {
		-webkit-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
  #mobile-hamburger-menu>input:checked~span {
		opacity: 1;
		-webkit-transform: rotate(45deg) translate(-2px,-1px);
		-ms-transform: rotate(45deg) translate(-2px,-1px);
		transform: rotate(45deg) translate(-2px,-1px);
	}
  #mobile-hamburger-menu>input:checked~span:nth-last-of-type(2) {
		opacity: 0;
		-webkit-transform: rotate(0) scale(.2,.2);
		-ms-transform: rotate(0) scale(.2,.2);
		transform: rotate(0) scale(.2,.2);
	}
  #mobile-hamburger-menu>input:checked~span:nth-last-of-type(1) {
		-webkit-transform: rotate(-45deg) translate(0,-1px);
		-ms-transform: rotate(-45deg) translate(0,-1px);
		transform: rotate(-45deg) translate(0,-1px);
	}
  #mobile-hamburger-menu>div {
		position: absolute;
		width: 350px;
		margin: 0 0 0 -12px;
		padding: 0 0 20px;
		top: 40px;
		background: #333;
		list-style-type: none;
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: translateX(calc(-100vw - 30px));
		-ms-transform: translateX(calc(-100vw - 30px));
		transform: translateX(calc(-100vw - 30px));
		-webkit-transition: -webkit-transform .5s ease-in;
		transition: -webkit-transform .5s ease-in;
		-o-transition: transform .5s ease-in;
		transition: transform .5s ease-in;
		transition: transform .5s ease-in,-webkit-transform .5s ease-in;
		color: #fff;
		box-sizing: border-box;
	}
  #mobile-hamburger-menu>div>ul {
		width: 100%;
		float: left;
	}
  #mobile-hamburger-menu>div>ul li {
		width: 100%;
		float: left;
		list-style: none;
		padding: 10px 50px;
		box-sizing: border-box;
	}
  #mobile-hamburger-menu>div>ul#mobile-hamburger-menu-left>li.depth-1,#mobile-hamburger-menu>div>ul#mobile-hamburger-menu-top>li {
		font-size: 18px;
		text-transform: uppercase;
	}
  #mobile-hamburger-menu>div>ul li a {
		color: #fff;
		text-decoration: none;
		position: relative;
		z-index: 9;
    line-height: 25px;
	}
  #mobile-hamburger-menu input:checked~div {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
  #mobile-hamburger-menu ul ul {
		display: none;
	}
  #mobile-hamburger-menu ul.submenu>li {
		font-size: 14px;
	}
  #mobile-hamburger-menu li.depth-2 {
		font-size: 14px;
		padding: 10px 40px 10px 60px;
	}
  #mobile-hamburger-menu ul.submenu-1>li {
		font-size: 12px;
	}
  #mobile-hamburger-menu li.depth-3 {
		font-size: 12px;
		padding: 10px 30px 10px 70px;
	}
  #mobile-hamburger-menu ul.submenu-2>li,#mobile-hamburger-menu ul.submenu-3>li {
		font-size: 10px;
	}
  #mobile-hamburger-menu li.depth-4,#mobile-hamburger-menu li.depth-5 {
		font-size: 10px;
		padding: 10px 20px 10px 80px;
	}
  #mobile-hamburger-menu ul.submenu li {
		padding: 10px 0 10px 10px;
	}
  #mobile-hamburger-menu ul.submenu>li:first-child {
		padding-top: 20px;
	}
  #mobile-hamburger-menu ul.submenu>li:last-child {
		padding-bottom: 0;
	}
  #mobile-hamburger-menu .position-type-home {
		top: 0;
	}
  #mobile-hamburger-menu #search {
		margin: 80px 0 40px;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
  #mobile-hamburger-menu #search .row {
		width: 100%;
	}
  #mobile-hamburger-menu #search .row input {
		background: url(images/mobile-hamburger-menu-search-glass.png) no-repeat left center transparent;
		border-bottom: 1px solid #fff;
		margin: 6px 0 4px;
		color: #fff;
		padding: 0 8px 0 35px;
	}
  #mobile-hamburger-menu #search .row::placeholder {
		color: #fff;
		opacity: 1;
	}
  #mobile-hamburger-menu #search .row::-webkit-input-placeholder {
		color: #fff;
	}
  #mobile-hamburger-menu #search .row::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}
  #mobile-hamburger-menu #search .row:-moz-placeholder {
		color: #fff;
		opacity: 1;
	}
  #mobile-hamburger-menu #search .row:-ms-input-placeholder {
		color: #fff;
	}
  #mobile-hamburger-menu #search .row::-ms-input-placeholder {
		color: #fff;
	}
  #mobile-hamburger-menu #search .buttons {
		display: none;
	}
  #mobile-hamburger-menu input:checked~#search {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
  .mobile-hamburger-menu-active,.mobile-hamburger-menu-active li {
		background: #232323;
	}
  .mobile-hamburger-menu-active-border-top {
		border-top: 1px solid #616161;
	}
  .mobile-hamburger-menu-active-border-bottom {
		border-bottom: 1px solid #616161;
	}
  #mobile-hamburger-menu #search,#mobile-hamburger-menu>ul {
    background-color: #333;
  }
  .mobile-hamburger-menu-expand {
		background: url(images/mobile-hamburger-menu-arrow.png) no-repeat transparent center center;
		width: 40px;
		height: 25px;
		position: relative;
		z-index: 11;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
  #container-top-header-strip {
    padding: 0 0 0 5px;
    box-sizing: border-box;
  }
}
#cart_description label {
  color: #333 !important;
}
@media screen and (min-width: 801px) {
  .span-19 {
    width: calc(100% - 236px);
    margin: 0 !important;
  }
  #mobile-hamburger-menu {
		display: none;
	}
}
@media screen and (min-width: 571px) and (max-width: 800px) {
	#img-catalog:not(.img-catalog-not-index) .img-catalog-block {
		width: 48%;
	}
}
@media screen and (max-width: 570px) {
	#img-catalog:not(.img-catalog-not-index) .img-catalog-block {
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
  .cookies-container {
    width: 92%;
    margin: 40px 20px 0px 20px;
  }
}
@media screen and (max-width: 1156px) {
  .cookies-container {
    margin: 40px 20px 0px 20px;
  }
}