h1,
.h1 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
}

h2,
.h2 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}

h3,
.h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

h4,
.h4 {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.container {
    max-width: 1240px;
    width: 100%;
}

.top-navigation-bar {
    border-top: 0;
}

.top-navigation-bar .container {
    min-height: 49px;
    flex-direction: row-reverse;
}

.top-navigation-bar .container > div {
    flex: none;
    flex-basis: auto !important;
}

.top-navigation-menu {
    margin-right: auto;
}

.top-navigation-bar-menu {
    text-transform: none;
}

.top-navigation-bar-menu li:before {
    display: none;
}

.top-navigation-bar-menu a {
    color: #999999;
    font-size: 13px;
}

.top-navigation-bar-menu li:first-child a {
    padding-left: 0;
}

.top-navigation-contacts .project-phone {
    color: #333333;
    font-size: 13px;
    padding-right: 0;
}

.top-navigation-contacts a:first-of-type {
    padding-right: 0;
}

.top-navigation-contacts .project-email {
    display: none;
}

.cart-count {
    margin-left: 50px;
}

.headerOpeningHours {
    color: #999999;
}

#navigation {
    background-color: #81ba48;
    min-height: 60px;
    margin-left: 0;
    margin-right: 0;
}

#navigation .container,
.navigation-in.menu,
.navigation-in.menu > ul,
.navigation-in.menu > ul > li,
.navigation-in.menu > ul > li > a {
    height: 100%;
}

.fitted .navigation-in.menu > ul {
    justify-content: space-between;
}

.navigation-in.menu {
    max-width: 1200px;
}

.menu-helper {
    z-index: 100;
}

.navigation-in.menu > ul > li {
    border: none;
}

.navigation-in.menu > ul > li > a,
.navigation-in.menu > ul > li.exp > a,
.navigation-in.menu > ul > li.ext.exp > a {
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.navigation-in.menu > ul > li.makeItOrange > a {
    background-color: #ffa617;
}

.navigation-in.menu > ul > li > a:hover,
.navigation-in.menu > ul > li:first-child > a:hover,
.navigation-in.menu > ul > li > a:focus,
.navigation-in.menu > ul > li > a.active,
.navigation-in.menu > ul > li.exp > a,
.navigation-in.menu > ul > li.exp > a:hover,
.navigation-in.menu > ul > li.exp:first-child > a:hover,
.navigation-in.menu > ul > li.exp > a:focus,
.navigation-in.menu > ul > li.exp > a.active {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    background-color: #6ca534;
    color: #ffffff;
}

.search #formSearchForm .btn {
    height: 40px;
    width: 80px;
    text-transform: none;
    background-color: #81ba48;
    border-color: #81ba48;
    color: #fff;
    line-height: 1;
    padding: 0;
}

.search #formSearchForm .btn:hover {
    background-color: #6ca534;
}

.search #formSearchForm .query-input {
    height: 40px;
    border-radius: 0;
    padding-right: 80px;
    padding-left: 50px;
}

.searchIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.popup-widget.login-widget {
    top: 120px;
    margin-left: 50px;
}

.popup-widget.cart-widget {
    top: 120px;
    margin-left: 175px;
}

.popup-widget.cart-widget .cart-widget-button a {
    background-color: #81ba48;
    border-color: #81ba48;
}

.navigation-buttons a[data-target='login'] {
    background-color: transparent;
    color: #666666;
}

.navigation-buttons a[data-target='login']:hover,
.navigation-buttons a[data-target='login']:focus {
    background-color: transparent;
    color: #81ba48;
}

.navigation-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.userProfile {
    display: inline-flex;
    align-items: center;
}

.personIcon {
    margin-right: 10px;
}

.top-nav-button-account {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    color: #666666;
}

.userName {
    font-weight: bold;
    color: #333333;
}

#header .cart-count:before {
    display: none;
}

#header .cart-count {
    display: inline-flex;
    align-items: center;
}

#header .cart-count .cartIconContainer {
    margin-right: 10px;
    position: relative;
}

#header .cart-count .cartIconContainer.notEmptyCart:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #ffa617;
    border-radius: 100%;
    border: 3px solid #fff;
    top: -2px;
    right: -5px;
}

#header .cart-count .cart-price {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
    text-transform: none;
}

#header .cart-count .cartInfo {
    text-align: left;
    line-height: 1;
}

#header .cart-count .cartInfo i {
    position: static;
    background-color: transparent;
    color: #666666;
    font-size: 13px;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    width: auto;
    height: auto;
    text-transform: none;
    margin-top: 3px;
}

.breadcrumbs-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumbs {
    border: none;
}

.breadcrumbs:before {
    display: none;
}

.breadcrumbs > span > a::before,
.breadcrumbs > span > a::after {
    display: none;
}

.navigation-home-icon:before,
.navigation-home-icon:after {
    display: none;
}

.breadcrumbs span[itemprop='itemListElement'] {
    display: flex;
    align-items: center;
}

.breadcrumbs span[itemprop='itemListElement'] img.rightArrow {
    width: 6px;
    height: 10px;
}

.breadcrumbs span[itemprop='itemListElement']:last-child img.rightArrow {
    display: none;
}

.breadcrumbs a {
    color: #81ba48;
}

#navigation-first a {
    display: flex;
    align-items: center;
    color: #81ba48;
    padding-left: 15px !important;
}

#navigation-first a img {
    margin-right: 10px;
}

.banners-content a:hover img,
.banner-footer a:hover img,
.banner-wrapper a:hover img,
.footer-banner a:hover img,
.banner-category a:hover img {
    transform: none;
}

.banners-row {
    margin-left: 0;
    margin-right: 0;
}

.banners-row .col-sm-4 {
    padding-left: 0;
}

/*.banners-row .col-sm-8 {*/
/*  padding-left: 20px;*/
/*}*/

.banners-row .banner-wrapper {
    margin-top: 0;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.banners-row .banner-wrapper + .banner-wrapper {
    margin-top: 0;
}

.next-to-carousel-banners {
    display: flex;
    flex-wrap: wrap;
}

.extended-banner-text {
    bottom: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(129, 186, 72, 0.9);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.banner-wrapper:hover .extended-banner-text,
.banners-row #carousel .item:hover .extended-banner-text {
    background-color: #6ca534;
}

.homepage-box {
    border: none;
    background-color: #fff;
}

.banners-row #carousel .extended-banner-text {
    width: auto;
    padding: 15px 30px;
    font-size: 23px;
    height: 60px;
}

#footer {
    margin-top: 50px;
    background-color: #e6e6e6;
}

#footer > .container {
    background-color: transparent;
}

#footer .site-name {
    display: none;
}

.custom-footer {
    padding-left: 0;
    padding-top: 0;
}

#services, .services {
    display: flex;
    justify-content: space-evenly;
    padding: 50px 15px;
}

.serviceItem {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
}

.serviceIcon {
    margin-right: 20px;
}

.serviceIcon img {
    height: 40px;
}

.serviceText {
    color: #666666;
    font-size: 15px;
}

.homepage-box .services, #content .services {
    padding: 0;
}

.homepage-box .serviceItem, #content .serviceItem {
    flex: 0 0 23.4%;
    padding: 29px 20px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    justify-content: center;
}

.homepage-box .serviceItem:last-child, #content .serviceItem:last-child {
    margin-right: 0;
}

#content .serviceItem {
    flex: 0 0 22.4%;
}

#content .services {
    flex-wrap: wrap;
}

.custom-footer .banner {
    padding-top: 50px;
}

.footerTitle {
    margin-top: 0;
    font-size: 22px;
    color: #6ca534;
    font-weight: 500;
}

.footerList li {
    display: flex;
    align-items: center;
}

.footerList li a {
    color: #666666;
    font-size: 14px;
}

.footerList li img {
    width: 7px;
    height: 12px;
    margin-right: 10px;
}

.footerItem.footerItem__contact .footerList li {
    margin-bottom: 20px;
    color: #666666;
}

.footerItem.footerItem__contact .footerList li a,
.footerItem.footerItem__contact .footerList li span span {
    color: #6ca534 !important;
    font-size: 17px;
    font-weight: 700;
}

.footerItem.footerItem__contact .footerList li img {
    height: auto;
    width: 20px;
    margin-right: 20px;
}

.bottomContent {
    background-color: #cccccc;
}

.footer-bottom {
    border: none;
}

.navigation-in > ul > li.ext > ul > li > a img {
    width: 140px;
    height: 90px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}

.navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 140px;
    padding: 0;
    margin-right: 20px;
}

.navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
}

.navigation-in > ul > li.ext > ul > li {
    color: #999999;
    padding: 20px;
    width: 33%;
    flex-basis: 33%;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul {
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    border: none;
}

.submenu-visible .navigation-in > ul > li.ext.exp > ul:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background-color: #81ba48;
    bottom: 0;
}

.navigation-in .has-third-level div > ul a {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
}

.filter-section {
    border-top-width: 1px;
    border-top-style: solid !important;
    border-top-color: #e6e6e6 !important;
    padding: 20px 0;
}

.filter-sections {
    padding: 0;
    background: #ffffff;
}

.filter-section.filter-section-button {
    padding-top: 20px;
}

.filter-sections input[type='checkbox'] + label::before,
.filter-sections input[type='radio'] + label::before {
    width: 20px;
    height: 20px;
    border-color: #cccccc;
}

.filter-sections input[type='checkbox']:checked + label::before,
.filter-sections input[type='radio']:checked + label::before {
    border-color: #cccccc;
}

.filter-sections input[type='checkbox']:checked + label::after,
.filter-sections input[type='radio']:checked + label::after {
    width: 16px;
    height: 14px;
    border: none;
    background: url('/user/documents/icons/check.svg') no-repeat center center #ffffff;
}

.filter-sections input[type='checkbox'] + label,
.filter-sections input[type='radio'] + label {
    padding-left: 28px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.sidebar {
    background: #ffffff;
}

#category-filter-hover .filter-section:first-child {
    background: #ffffff;
}

.box.box-sm.box-filters {
    padding: 0;
}

.ui-slider,
.slider-content {
    border-color: #e6e6e6;
    border-radius: 3px;
}

.ui-slider .ui-slider-range {
    background-color: #6ca534;
    border-color: #6ca534;
}

.ui-slider-horizontal .ui-slider-handle::after {
    background-color: #81ba48;
    border-top-color: #81ba48;
}

#filters h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: none;
    color: #333333;
}

.filter-total-count {
    display: none;
}

#clear-filters .close-after,
.toggle-filters {
    font-size: 13px;
    text-transform: none;
    color: #6ca534;
}

#clear-filters .close-after:after,
.toggle-filters:after {
    margin-left: 15px;
}

.filter-count {
    padding: 0;
    font-weight: 400;
    color: #cccccc;
}

.category-perex {
    font-size: 15px;
    color: #666666;
}

.subcategories.with-image {
    padding: 35px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.subcategories.with-image a:before,
.subcategories.with-image a:after {
    display: none;
}

.subcategories.with-image li a {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 !important;
    height: auto;
    border: none;
}

.subcategories.with-image a .image {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.subcategories.with-image a .image img {
    width: 117px;
    height: 117px;
    max-height: 117px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.subcategories.with-image li a .text {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.subcategories.with-image a:hover .text {
    text-decoration: underline;
}

.products-inline.products-top > div {
    width: 100%;
    padding: 0;
}

.products-inline.products-top > div .p {
    width: 100%;
}

.products-inline.products-top > div {
    display: flex;
}

.products-inline.products-top > div .p .p-in {
    display: flex;
    padding-left: 20px;
}

.products-inline.products-top > div .p .p-in .p-bottom > div {
    text-align: right;
    align-items: flex-end;
}

.products-inline > div .p .p-in .p-bottom {
    flex-basis: 20%;
    margin-left: auto;
}

.products-inline > div .p .p-in .p-in-in {
    display: flex;
    justify-content: space-between;
    flex-basis: 80%;
}

.products-inline > div .p .p-in .p-in-in a.name {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.products-inline > div .p .p-in .p-in-in a.name:hover {
    text-decoration: underline;
}

#productsTop .product.active {
    position: relative;
}

body {
    counter-reset: section variants;
}

.cart-inner {
    counter-reset: steps;
}

#productsTop .product:before {
    counter-increment: section;
    content: counter(section);
    width: 27px;
    height: 26px;
    color: #ffffff;
    margin-right: 20px;
    font-size: 13px;
    border-radius: 50%;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#productsTop .product.active:nth-child(1):before {
    display: block;
    background-color: #f2c464;
}

#productsTop .product.active:nth-child(2):before {
    display: block;
    background-color: #cccccc;
}

#productsTop .product.active:nth-child(3):before {
    display: block;
    background-color: #dca86d;
}

.variant-list th:before {
    counter-increment: variants;
    content: counter(variants);
    width: 27px;
    height: 27px;
    color: #000;
    margin-right: 10px;
    font-size: 13px;
    border-radius: 50%;
    padding: 5px 10px;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 50%;
    display: inline-flex;
    background: #ffa617;
}
.variant-list th {

}

#category-header {
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 35px;
}

.category-header input[type='radio'] + label {
    font-size: 15px;
    color: #666666;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.category-header input[type='radio']:checked + label,
.category-header input[type='radio'] + label:hover {
    border-bottom-color: #81ba48;
    color: #666666;
}

.category-header div {
    padding-right: 0;
    font-size: 15px;
    color: #666666;
}

.products-block .product,
.products-block > div:nth-child(3n),
.products-block > div:last-child,
.products-block > div:nth-child(1),
.products-block > div:nth-child(2),
.products-block > div:first-child {
    border: 1px solid #e6e6e6;
    padding: 15px;
}

.products-block .product {
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 288px;
    transition: all 0.3s ease;
}

.products-block .product .p-in {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-block .product .p-bottom {
    margin-top: auto;
}

.products-block .product:hover {
    border-color: #81ba48;
}

.products-block .product:nth-child(3n) {
    margin-right: 0;
}

.products-block .product img {
    height: 248px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-block.products .p .name {
    text-align: center;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
}

.p-short-description {
    margin-top: 15px;
}

.products-block .p .flags-default {
    left: -15px;
}

.flag {
    margin-bottom: 5px;
    padding: 6px 9px 5px 9px;
    font-size: 12px;
    font-weight: 400;
}

.flag.flag-action {
    background-color: #ff8800;
}

.flags.flags-extra {
    top: 0;
    bottom: auto;
}

.flags.flags-extra .flag {
    width: 46px;
    height: 46px;
    padding: 0;
}

.flag.flag-discount {
    background-color: #ff576f;
}

.flag.flag-discount .price-save {
    font-size: 14px;
    font-weight: 700;
}

.availability {
    font-size: 13px;
    font-weight: 500;
    color: #81ba48;
    margin-bottom: 3px;
}

.btn.btn-cart.add-to-cart-button:before {
    display: none;
}

.btn.btn-cart.add-to-cart-button,
.btn.btn-primary {
    background-color: #81ba48;
    border-color: #81ba48;
    padding: 13px 5px;
    min-width: 120px;
    line-height: 1;
    font-size: 13px;
    text-transform: none;
}

.btn.btn-cart.add-to-cart-button:hover,
.btn.btn-primary:hover {
    border-color: #6CA534;
    color: #fff;
    background-color: #6CA534;
}

.price-standard {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 3px;
}

.ratings-wrapper {
    display: none !important;
}

.products-block.products .p .price strong,
.products-block.products .p .price span {
    font-size: 19px;
}

.pagination-wrapper {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.pagination,
.pagination-loader,
.pagination-top {
    min-width: auto;
}

.pagination-top {
    display: none;
}

.pagination-wrapper .pagination {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.pagination-loader {
    margin-bottom: 0 !important;
}

.pagination-loader .btn {
    background-color: #ffa617;
    border-color: #ffa617;
    padding: 13px 5px;
    min-width: 130px;
    font-size: 13px;
    text-transform: none;
    line-height: 1;
}

.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
    width: 28px;
    height: 28px;
    border-radius: 0;
    min-width: 28px;
    line-height: 2;
    position: relative;
}

.pagination .current {
    background-color: #81ba48;
    color: #ffffff;
}

.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-image-wrapper .flags {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: auto;
    top: 8px;
}

.p-image-wrapper .flags.flags-extra {
    right: 30px;
}

.p-image-wrapper .flags.flags-extra .price-standard {
    display: none;
}

.p-image-wrapper .flag {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: 0;
}

.p-info-wrapper .social-buttons-wrapper {
    display: none;
}

.p-image-wrapper .p-image {
    border: 1px solid #e6e6e6;
    min-height: 580px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.p-image-wrapper .p-thumbnails img {
    padding: 3px;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-image-wrapper .p-thumbnail.highlighted::before,
.show360image.highlighted::before,
.p-thumbnail:hover::before,
.show360image:hover::before {
    display: none;
}

.p-image-wrapper .p-thumbnail {
    margin-right: 20px;
}

.p-image-wrapper .p-thumbnail:last-child {
    margin-right: 0;
}

.p-image-wrapper .p-thumbnail.highlighted img {
    border: 1px solid #81ba48;
}

.p-detail-inner-header h1 {
    margin-top: 0;
    margin-bottom: 40px;
}

.quantity-form .increase::before, .quantity .increase::before {
    content: '+';
    right: 0;
}

.quantity-form .decrease::before,
.quantity .decrease::before {
    content: '-';
    left: 0;
}

.quantity-form .increase::before,
.quantity-form .decrease::before,
.quantity .increase::before,
.quantity .decrease::before {
    height: auto;
    font-size: 15px;
    line-height: 1.5 !important;
    transform: translateY(50%);
    top: 0 !important;
}

.quantity-form .increase,
.quantity-form .decrease,
.quantity .increase,
.quantity .decrease {
    background-color: #ffffff;
    height: 100% !important;
    top: 0 !important;
    border: 0;
}

.quantity-form .increase, .quantity .increase {
    right: 0;
    width: 20px !important;
}

.quantity-form .decrease, .quantity .decrease {
    left: 0;
}

.quantity input {
    width: 35px !important;
    height: 51px !important;
    text-align: center;
    font-size: 17px;
}

.quantity {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border-color: #cccccc;
    margin-right: 20px;
}

.p-detail .add-to-cart .quantity {
    border-style: solid;
}

.p-info-wrapper .add-to-cart button {
    width: 83%;
    height: 51px;
}

.p-info-wrapper .add-to-cart.disabled {
    opacity: 0.1;
}

.p-info-wrapper .add-to-cart.disabled > * {
    pointer-events: none;
}

.p-info-wrapper .add-to-cart.disabled:hover {
    cursor: not-allowed;
}

.p-info-wrapper .add-to-cart button:before {
    display: none;
}

.infoBox {
    display: flex;
    justify-content: space-between;
}

.infoBox .availability-value .parameter-dependent.default-variant {
    display: none;
}

.infoBox .price-final-holder {
    font-size: 31px;
    color: #666666;
    font-weight: 700;
}

.infoBox .availability-label {
    font-size: 15px;
    color: #6ca534;
    font-weight: 500;
}

.p-info-wrapper .p-final-price-wrapper,
.p-info-wrapper .add-to-cart {
    margin-bottom: 0;
}

.p-info-wrapper .chevron-down-after {
    display: none;
}

.p-detail-info {
    justify-content: space-between;
}

.p-detail-info > div:not([class]) {
    display: none;
}

.p-info-wrapper .detail-parameters tr {
    display: flex;
    flex-direction: column;
}

.p-info-wrapper .detail-parameters {
    width: 100%;
}

/*Change variant selects into buttons*/

.selectButtonsContent {
    display: flex;
    flex-wrap: wrap;
}

.selectButtonsContent .select-option {
    flex: 0 0 180px;
    padding: 10px;
    border: 1px solid #cccccc;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}
.variant-not-chosen .variant-list:not(.variant-selected) .select-option {
    border: 1px solid #d63500;
    box-shadow: 0 0 3px #d63500;
}

.selectButtonsContent .select-option.active,
.selectButtonsContent .select-option:not(.disabled):hover {
    border-color: #6ca534;
    box-shadow: 0 0 1px 1px rgb(108 165 52);
}

.selectButtonsContent .select-option:hover {
    cursor: pointer;
}

/*.selectButtonsContent .select-option.unavailable-option {*/
/*  opacity: 0.5;*/
/*}*/

/*.selectButtonsContent .select-option.unavailable-option:hover {*/
/*  cursor: not-allowed;*/
/*}*/

.unavailable-option-wrapper {
    display: none;
}

.p-info-wrapper {
    padding-left: 0;
}

.variant-list.variant-not-chosen-anchor th {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.variant-list.variant-not-chosen-anchor th .selectedTitle {
    font-weight: 700;
    margin-left: -3px;
}

.variant-list:nth-child(3):not(.variant-selected):has([id="parameter-id-19"]) {
    opacity: 0.25;
    pointer-events: none;
}
.variant-list:nth-child(3):not(.variant-selected):hover {
    cursor: not-allowed;
}

.advanced-parameter {
    width: 80px;
    height: 80px;
    margin: 0 20px 20px 0;
}

label.advanced-parameter:hover span.advanced-parameter-inner {
    cursor: pointer !important;
}

.advanced-parameter-inner {
    width: 80px;
    height: 80px;
    border-radius: 0;
    padding: 3px;
}

.advanced-parameter-inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.advanced-parameter-inner.yes-before {
    box-shadow: 0 0 1px 1px rgb(108 165 52);
}

.advanced-parameter-inner.yes-before:before {
    display: none;
}

.alert.alert-danger {
    padding: 15px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.alert-danger .btn-danger {
    background: #a94442;
    border-color: #a94442;
    color: #fff;
    margin-left: 10px;
}

.footer-banners, .latest-contribution-box {
    display: none;
}

.discussion-form, .discussion, .rate-wrapper, .votes-wrap, .add-comment, .welcome div, .welcome h1 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;

}

.in-index .products-block .product:last-child, .products-block.products-related .product:last-child {
    margin-right: 0;
}

.in-index .products-block .product, .products-block.products-related .product {
    margin-right: 15px;
}

.in-index .products-block .product:nth-child(3n), .products-block.products-related .product:nth-child(3n) {
    margin-right: 15px;
}

.homepage-group-title {
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.products-block.products-alternative > div:nth-child(3), .products-block.products-related > div:nth-child(3), .products-block.products-alternative > div:nth-child(4), .products-block.products-related > div:nth-child(4) {
    border-top-style: solid;
}

.products-related-header, .homepage-group-title {
    position: relative;
}

.products-related-header .title-line, .homepage-group-title .title-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.products-related-header .title-text, .homepage-group-title .title-text {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    padding: 0 20px;
}

.products-related-header .title-text {
    padding-left: 0;
}

.shp-tabs-holder, .shp-tabs, .shp-tab-link {
    background-color: transparent;
}

.shp-tabs-holder {
    border-bottom: 1px solid #e6e6e6;
}

.shp-tabs-holder ul.shp-tabs li {
    margin-bottom: -1px;
}

.shp-tabs-holder ul.shp-tabs li a {
    border-style: none none solid none;
    border-bottom-width: 1px;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 30px;
}

.shp-tabs-holder ul.shp-tabs li.active a {
    border-color: #6ca534;
}

.tab-content #description .description-inner {
    flex-direction: row-reverse;
    padding: 0;
}

.tab-content .extended-description {
    padding-left: 0;
    padding-right: 20px;
}

.tab-content .extended-description h3 {
    display: none;
}

.tab-content #description .description-inner .detail-parameters {
    width: 100%;
}

.tab-content #description .description-inner .detail-parameters tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tab-content #description .description-inner .detail-parameters th, .tab-content #description .description-inner .detail-parameters td {
    font-size: 15px;
    padding: 12px;
    font-weight: 400;
    color: #666666;
}

.tab-content #description .description-inner .detail-parameters td {
    text-align: right;
}

.tab-content .basic-description h3:first-child {
    display: none;
}

.tab-content .basic-description h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333333;
}

.tab-content .basic-description p {
    margin-bottom: 22px;
}

.tab-content .basic-description p * {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
}

.p-short-description {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
}

.logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #f6f6f6;
    padding: 12px 0;
}

.logosItem {
    display: flex;
    flex: 0 0 16.6%;
    justify-content: center;
    align-items: center;
}

.articleList {
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.articleListItem {
    display: flex;
    flex: 0 0 32%;
    margin-right: 23px;
    margin-bottom: 20px;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    padding: 30px;
}

.articleListItem:last-child {
    margin-right: 0;
}

.articleListItem__title h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #6ca534;
}

.articleListItem__text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
}

.articleListItem__button .btn {
    background-color: transparent;
    text-transform: none;
}

.heurekaRatings {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.heurekaRatingsItem {
    display: flex;
    flex-direction: column;
    flex: 0 0 23.7%;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 30px 20px 20px;
}

.heurekaRatingsItem:last-child {
    margin-right: 0;
}

.heurekaRatingsItem--noRate img {
    width: 82px;
    height: 82px;
    margin: -60px auto 24px;
}

.heurekaRatingsItem--noRate h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.ratingClaim {
    margin-bottom: 23px;
    font-size: 13px;
    line-height: 23px;
}

.ratingText {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 30px;
}

.ratingName {
    font-size: 13px;
    margin-bottom: 5px;
}

.heurekaLink a {
    color: #30a9d4;
    font-size: 13px;
}

.menu-helper {
    top: 162px;
    right: 10px;
}

.cart-inner {
    margin-top: 20px;
}

ol.cart-header li {
    margin-bottom: 15px;
    border-color: #dadada;
    border-bottom-width: 1px;
}

ol.cart-header li a, ol.cart-header li strong {
    border-color: #dadada;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
}

.cart-header {
    border-color: transparent;
    background: #f6f6f6;
}

ol.cart-header li a span::before, ol.cart-header li strong span::before {
    border: none;
    content: counter(steps) ".";
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    line-height: 1;
}

.homepage-box.welcome-wrapper {
    margin-top: 0;
}

.in-kosik .cart-inner {
    margin-top: 50px;
}

.cart-table {
    border: none;
}

.cart-table .remove-item {
    opacity: 1 !important;
    padding: 0;
    margin-left: 50px;
}

.cart-table .remove-item:before {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.cart-table .p-price {
    display: none;
}

.cart-table .p-name {
    padding-left: 30px;
}

.cart-table .p-total .price-final {
    font-size: 18px;
    color: #333333;
}

.cart-table .quantity {
    margin-right: 0;
}

.cart-table tr > td {
    border-right: none;
    padding: 15px 5px;
}

.cart-table th {
    background: #81ba48;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    font-size: 15px;
}

.cart-table .cart-p-image img {
    width: 150px;
    height: 90px;
    object-fit: contain;
}

.cart-table .main-link {
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    color: #000 !important;
}

.cart-table .main-link span.main-link-variant {
    color: gray;
    font-weight: 400;
    margin-top: 5px;
}

.in-kosik .cart-content.checkout-box-wrapper {
    display: none;
}

.in-kosik .cart-content.summary-wrapper {
    margin-top: 0;
}

.in-kosik .cart-summary > h4 {
    display: none;
}

.in-kosik .cart-content.summary-wrapper .box-bg-default {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.in-kosik .cart-content.summary-wrapper .price-wrapper {
    width: auto;
    margin-bottom: 0;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon {
    padding-left: 0;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon #discountCouponCode {
    height: 41px;
    border-radius: 0;
    margin-right: 10px;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon .btn {
    height: 41px;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon .toggleBox label {
    padding-left: 35px;
    font-size: 15px;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon .toggleBox label:before {
    width: 20px;
    height: 20px;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon .toggleBox input[type='checkbox']:checked + label:after {
    width: 16px;
    height: 14px;
    border: none;
    background: url('/user/documents/icons/check.svg') no-repeat center center #ffffff;
}

.in-kosik .cart-content.summary-wrapper .discount-coupon form {
    margin-top: 15px;
}

/*.in-kosik .cart-content.summary-wrapper .price-wrapper .price-label, .in-kosik .cart-content.summary-wrapper .next-step, .in-kosik .cart-content.summary-wrapper .discount-coupon:before, .in-kosik .cart-content.summary-wrapper .extra.delivery:before {*/
/*    display: none;*/
/*}*/

.in-kosik .cart-content.summary-wrapper .price-wrapper {
    flex-direction: column;
    align-items: flex-end;
}

.in-kosik .cart-content.summary-wrapper .price-wrapper .price.price-primary {
    font-size: 25px;
}

.in-kosik .cart-content.summary-wrapper .price-wrapper .price.price-secondary {
    padding-top: 5px;
}

.in-kosik .cart-content.summary-wrapper .extra.delivery .price-range {
    width: 300px;
    background-color: #e6e6e6;
    border-radius: 100px;
    height: 20px;
    margin: 10px auto 0;
}

.in-kosik .cart-content.summary-wrapper .extra.delivery .price-range > div {
    border-radius: 100px 0 0 100px;
    background-color: #81ba48;
}

.back-shopping-link {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    padding: 20px;
    max-width: 930px;
}

.in-kosik .back-shopping-link {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.back-shopping-link .next-step-back {
    padding: 0;
    text-transform: none;
    flex: none;
}

.in-kosik #continue-order-button, .back-shopping-link .next-step-forward {
    text-transform: none;
    display: flex;
    align-items: center;
    height: 50px;
}

.in-kosik #continue-order-button:after {
    top: 0;
}

.in-krok-1 #checkoutSidebar, .in-krok-2 #checkoutSidebar {
    padding-left: 0;
}

.in-krok-1 #checkoutSidebar .cart-content, .in-krok-2 #checkoutSidebar .cart-content {
    padding-bottom: 5px;
}

.in-krok-1 ol.cart-header, .in-krok-2 ol.cart-header {
    margin: 0 20px;
}

.in-krok-1 .cart-inner, .in-krok-2 .cart-inner {
    margin-top: 30px;
}

.in-krok-1 .cart-item > div, .in-krok-2 .cart-item > div {
    border-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.in-krok-1 .cart-item-name, .in-krok-2 .cart-item-name {
    text-transform: none !important;
    color: #333333;
}

.in-krok-1 .cart-item-name a, .in-krok-2 .cart-item-name a {
    color: #333333;
}

.in-krok-1 .cart-item-price, .in-krok-2 .cart-item-price {
    font-weight: 600;
}

.in-krok-1 .cart-items, .in-krok-2 .cart-items {
    margin-bottom: 0;
}

.in-krok-1 .recapitulation-shipping-billing-label, .in-krok-2 .recapitulation-single span {
    display: flex;
    color: #6ca534;
}

.in-krok-1 .recapitulation-single, .in-krok-2 .recapitulation-single {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
}

.in-krok-1 .order-summary-item.price, .in-krok-2 .order-summary-item.price {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
}

.in-krok-1 .order-summary-item.price .price-wrapper, .in-krok-2 .order-summary-item.price .price-wrapper {
    margin-bottom: 0;
}

.in-krok-1 #shipping-billing-summary, .in-krok-2 #shipping-billing-summary {
    margin-bottom: 0;
}

.in-krok-1 .order-summary-item .price.price-primary, .in-krok-2 .order-summary-item .price.price-primary {
    font-size: 20px;
}

.in-krok-1 .order-summary-item .price-label.price-primary, .in-krok-2 .order-summary-item .price-label.price-primary {
    font-size: 16px;
    color: #333;
}

.in-krok-1 .order-summary-item .price-secondary, .in-krok-2 .order-summary-item .price-secondary {
    padding-top: 5px;
}

.in-krok-1 .recapitulation-single > span, .in-krok-2 .recapitulation-single > span {
    flex: none;
}

.in-krok-1 .recapitulation-single > strong, .in-krok-2 .recapitulation-single > strong {
    flex: none;
    width: 100%;
    color: #6ca534;
    font-weight: 600;
}

.in-krok-1 .order-summary-inner > h4, .in-krok-2 .order-summary-inner > h4 {
    margin: -20px -20px 0 -20px;
    background-color: #81ba48;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    padding: 15px 20px;
}

label[for="deliveryCountryId"] {
    background-color: #81ba48;
    color: #fff;
    margin: -30px -20px 20px -20px;
    width: calc(100% + 40px);
    padding: 15px;
    line-height: 1;
}

#deliveryCountryId {
    width: 100%;
    border-radius: 0;
}

/*.in-krok-1 .checkout-box, .in-krok-2 .checkout-box, .in-krok-1 .cart-item-amount, .in-krok-2 .cart-item-amount, .in-krok-1 .order-summary-item.helper, .in-krok-2 .order-summary-item.helper, .in-krok-1 .next-step, .order-information {*/
/*    display: none;*/
/*}*/

.co-box h4::before {
    display: none;
}

.co-box {
    padding: 30px 20px;
}

@media(max-width: 991px) {
    .in-krok-1 #checkoutSidebar, .in-krok-2 #checkoutSidebar {
        padding-left: 20px;
        margin-top: 60px;
    }
    .in-krok-1 .order-summary-inner > h4, .in-krok-2 .order-summary-inner > h4 {
        margin: -20px 0 0 0 ;
    }
    .order-summary-item+.cart-items {
        padding-left: 10px;
        padding-right: 10px;
    }
    .in-krok-1 #shipping-billing-summary, .in-krok-2 #shipping-billing-summary {
        padding-left: 10px;
        padding-right: 10px;
    }
}


#checkoutContent h4.order-delivery, #checkoutContent h4.order-payment {
    background-color: #81ba48;
    color: #fff;
    margin: -30px -20px 20px -20px;
    width: calc(100% + 40px);
    padding: 15px;
    line-height: 1;
    text-transform: none;
}

#checkoutContent .contentTitle {
    background-color: #81ba48;
    color: #fff;
    padding: 15px;
    line-height: 1;
    text-transform: none;
    margin: 0;
    font-size: 15px;
}

#checkoutContent .cart-content {
    padding: 0 20px;
}

#checkoutContent .form-group {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

#order-shipping-methods .radio-wrapper, #order-billing-methods .radio-wrapper {
    padding: 10px 0;
}

#order-shipping-methods .radio-wrapper label, #order-billing-methods .radio-wrapper label {
    padding-left: 40px;
}

#order-shipping-methods .radio-wrapper label:before, #order-billing-methods .radio-wrapper label:before {
    width: 20px;
    height: 20px;
}

#order-shipping-methods .radio-wrapper input[type="radio"]:checked + label:after, #order-billing-methods .radio-wrapper input[type="radio"]:checked + label:after {
    width: 16px;
    height: 16px;
}

.contentTop, .contentBottom {
    display: flex;
}

.contentTop .validator-msg, .contentBottom .js-validator-msg , .contentTop .js-validator-msg, .contentBottom .validator-msg{
    margin-left: 0;
}

.contentTop .form-group > input.form-control, .contentTop .form-group, .contentBottom .form-group > input.form-control, .contentBottom .form-group {
    width: 100%;
    max-width: 320px;
}

.contentBottom {
    border-top: 1px solid #e6e6e6;
}

.contentTop > *, .contentBottom > * {
    width: 50%;
}

.contentBottom #shipping-address fieldset > .form-group {
    display: none;
}
.contentTop .co-box {
    padding-top: 0;
}

.contentTop .co-box, .contentBottom .co-box {
    border-top: 0;
}

.contentTop .form-group-tooltip, .contentBottom .form-group-tooltip {
    left: auto;
    right: 0;
}

.contentBottom > div > .form-group > label:before, .stay-in-touch > .form-group > label:before {
    width: 20px;
    height: 20px;
}

.contentBottom > div > .form-group > input[type='checkbox']:checked + label:after, .stay-in-touch > .form-group > input[type='checkbox']:checked + label:after {
    width: 16px;
    height: 14px;
    border: none;
    background: url('/user/documents/icons/check.svg') no-repeat center center #ffffff;
}

.contentBottom > div > .form-group > input[type='checkbox'] + label, .stay-in-touch > .form-group > input[type='checkbox'] + label {
    padding-left: 30px;
}

#shipping-address .co-box {
    padding: 0;
}

#shipping-address h4 {
    display: none;
}

.cart-content .loginContent {
    padding: 30px 20px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.cart-content .loginContent .form-group {
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    width: 100% !important;
    max-width: 100%;
    align-items: center;
}

.cart-content .loginContent .form-group label {
    width: auto;
    margin-left: 20px;
}

.cart-content .loginContent a {
    text-transform: none;
    padding: 10px 20px;
}

.co-box-additional {
    padding-top: 0;
}

.co-box-additional > .form-group, .stay-in-touch > .form-group:first-child {
    display: none !important;
}

.stay-in-touch {
    padding: 30px 20px;
    border-top: 1px solid #e6e6e6;
}

#note h4 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: none;
}

.contentTop h4 {
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 0 !important;
}

.in-krok-2 .next-step > a {
    display: none;
}

.in-krok-2 .next-step > button {
    width: 100%;
    height: 50px;
    text-transform: none;
}

/*---------*/
@media (max-width: 767px) {
    .ordering-process .site-name {
        display: block;
    }
    .content-wrapper.container .row.cart-row>div {
        padding-left: 20px;
        padding-right: 20px;
    }

    #note h4, .contentTop h4 {
        padding-left: 0;
    }
    .contentTop, .contentBottom {
        flex-direction: column;
    }
    .contentTop .co-box, .contentBottom .co-box {
        width: 100%;
    }
    .billing.co-box {
        border-bottom: 1px solid #e6e6e6;
    }
    .in-krok-2 .next-step > button {
        padding: 0;
    }
    #checkoutContent .cart-content {
        padding-left: 0;
        padding-right: 0;
    }
    .cart-content .loginContent .form-group {
        flex-wrap: wrap-reverse;
        justify-content: center;
        text-align: center;
    }
    .cart-content .loginContent .form-group label {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .ordering-process .responsive-tools>a[data-target="navigation"] {
        position: absolute;
    }
    .cart-table th {
        display: none;
    }
    .in-krok-1 #checkoutSidebar .cart-content, .in-krok-2 #checkoutSidebar .cart-content {
        padding-bottom: 20px;
    }
}

@media (max-width: 990px) {
    .in-kosik #content-wrapper, .in-krok-1 #content-wrapper, .in-krok-2 #content-wrapper, .in-dekujeme #content-wrapper {
        padding-top: 1px;
    }
}

@media (max-width: 990px) {
    .in-kosik ol.cart-header, .in-krok-1 ol.cart-header, .in-krok-2 ol.cart-header, .in-dekujeme ol.cart-header {
        position: static;
    }
    .in-kosik ol.cart-header li, .in-krok-1 ol.cart-header li, .in-krok-2 ol.cart-header li, .in-dekujeme ol.cart-header li {
        display: block;
    }
}

@media (max-width: 990px) {
    .in-kosik .step, .in-krok-1 .step, .in-krok-2 .step, .in-dekujeme .step {
        width: 100%;
        justify-content: center;
        padding: 0 15px;
    }
    .in-kosik .step strong, .in-kosik .step a, .in-krok-1 .step strong, .in-krok-1 .step a, .in-krok-2 .step strong, .in-krok-2 .step a, .in-dekujeme .step strong, .in-dekujeme .step a {
        text-align: center;
        padding: 5px 0 15px;
    }
    /*.in-kosik .step span::before, .in-krok-1 .step span::before, .in-krok-2 .step span::before, .in-dekujeme .step span::before {*/
    /*    vertical-align: middle;*/
    /*    display: inline-block;*/
    /*    width: 30px;*/
    /*    height: 30px;*/
    /*    margin-right: 1ex;*/
    /*    border-style: solid;*/
    /*    border-width: 2px;*/
    /*    font-size: 14px;*/
    /*    line-height: 26px;*/
    /*    text-align: center;*/
    /*    border-radius: 50%;*/
    /*    counter-increment: steps;*/
    /*    content: 'counter(steps). ';*/
    /*}*/
    #checkoutContent .cart-content {
        padding-top: 20px;
    }
    .in-kosik .cart-content.summary-wrapper .box-bg-default {flex-direction: column;
    text-align: center;
    }
    .in-kosik .cart-content.summary-wrapper .box-bg-default > div {
        margin-top: 15px;
    }
    .in-kosik .cart-content.summary-wrapper .price-wrapper {
        align-items: center;
    }
}
