/*!
 * bsStepper v{version} (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - {year} Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */.bs-stepper .step-trigger{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:20px;font-size:1rem;font-weight:700;line-height:1.5;color:#6c757d;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;user-select:none;background-color:transparent;border:none;border-radius:.25rem;transition:background-color .15s ease-out, color .15s ease-out}.bs-stepper .step-trigger:disabled,.bs-stepper .step-trigger.disabled{pointer-events:none;opacity:.65}.bs-stepper .step-trigger:focus{color:#007bff;outline:none}@media (max-width: 520px){.bs-stepper .step-trigger{flex-direction:column;padding:10px}}.bs-stepper-label{display:inline-block;margin:.25rem}.bs-stepper-header{display:flex;align-items:center}@media (max-width: 520px){.bs-stepper-header{margin:0 -10px;text-align:center}}.bs-stepper-line,.bs-stepper .line{flex:1 0 32px;min-width:1px;min-height:1px;margin:auto;background-color:rgba(0, 0, 0, .12)}@media (max-width: 400px){.bs-stepper-line,.bs-stepper .line{flex-basis:20px}}.bs-stepper-circle{display:inline-flex;align-content:center;justify-content:center;width:2em;height:2em;padding:.5em 0;margin:.25rem;line-height:1em;color:#fff;background-color:#6c757d;border-radius:1em}.active .bs-stepper-circle{background-color:#eb8529}.active .bs-stepper-label{color:#eb8529}.success .bs-stepper-circle{background:#28a745}.success .bs-stepper-label{color:#28a745}.bs-stepper-content{padding:0 20px 20px}@media (max-width: 520px){.bs-stepper-content{padding:0}}.bs-stepper.vertical{display:flex}.bs-stepper.vertical .bs-stepper-header{flex-direction:column;align-items:stretch;margin:0}.bs-stepper.vertical .bs-stepper-pane,.bs-stepper.vertical .content{display:block}.bs-stepper.vertical .bs-stepper-pane:not(.fade),.bs-stepper.vertical .content:not(.fade){display:block;visibility:hidden}.bs-stepper-pane:not(.fade),.bs-stepper .content:not(.fade){display:none}.bs-stepper .content.fade,.bs-stepper-pane.fade{visibility:hidden;transition-duration:.3s;transition-property:opacity}.bs-stepper-pane.fade.active,.bs-stepper .content.fade.active{visibility:visible;opacity:1}.bs-stepper-pane.active:not(.fade),.bs-stepper .content.active:not(.fade){display:block;visibility:visible}.bs-stepper-pane.dstepper-block,.bs-stepper .content.dstepper-block{display:block}.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,.bs-stepper:not(.vertical) .content.dstepper-none{display:none}.vertical .bs-stepper-pane.fade.dstepper-none,.vertical .content.fade.dstepper-none{visibility:hidden}body:after{content:url(../../images/lightbox/close.png) url(../../images/lightbox/loading.gif) url(../../images/lightbox/prev.png) url(../../images/lightbox/next.png);display:none}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid white}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:white}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../../images/lightbox/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container > .nav{left:0}.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../../images/lightbox/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../../images/lightbox/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../../images/lightbox/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}body{font-family:"Open Sans","Tahoma",sans-serif;transition:0.5s ease}input[type='number']{-moz-appearance:textfield !important}input[type='number']::-webkit-inner-spin-button,input[type='number']::-webkit-outer-spin-button{-webkit-appearance:none !important}.btn{border-radius:5px;cursor:pointer;text-decoration:none !important}.btn-primary{color:#fff;background-color:#eb8529;border-color:#eb8529;font-size:14px}.btn-primary:hover{background-color:#C3630E;border-color:#C3630E}a.btn-primary{color:#fff !important}.header{position:relative;padding:25px 0 35px;-webkit-box-shadow:0 1px 7px rgba(5,5,5,.2);-moz-box-shadow:0 1px 7px rgba(5,5,5,.2);box-shadow:0 1px 7px rgba(5,5,5,.2)}.header__links{width:100%;min-height:40px}.header__link{color:#000;font-size:13px;font-weight:600;padding-bottom:5px;margin-right:0px}.header__link:hover{color:#EB8529;text-decoration:none}.header__links__link__icon{font-size:40px !important;vertical-align:middle;padding-right:10px;float:left;color:#EB8529}.header__links__link__note{font-size:12px;display:block;font-weight:300;text-transform:uppercase;vertical-align:bottom;color:#000;padding-top:0px;line-height:0.8em}.header__links__link__text{color:#000}.header__links__link__text__phone{font-size:21px}.header__links__link__icon--smaller{font-size:23px !important}.header__links__link__text--smaller{font-size:12px}@media min-width: 1080px){.header__part{height:60px}}.header__search-group{-webkit-border-radius:5px;-moz-border-radius:5px;border:none;width:100%}.header__search-input{background-color:#f1f1f1;border:solid 1px rgba(113,113,113,.3);font-size:12px}.header__search-button{font-size:12px;background:#eb8529;color:#fff}.header__search-button:hover{background:#C3630E;outline-color:#C3630E;color:#fff}.header__btn{font-size:12px}.header__user-btn{float:left}.header__cart__icon{font-size:25px !important;color:#64bc4a;padding-top:0px;float:left;margin-left:0px;margin-right:10px}.header__cart__text{display:inline-block;font-size:14px;margin-left:10px;line-height:0.85rem;padding-top:5px;font-weight:bold;color:#eb8529;vertical-align:middle;position:absolute}.header__cart__text span{display:block;font-weight:400}.header__cart__text__count{position:absolute;background:grey;border-radius:19px;padding:0px;font-size:8px;color:#fff;width:15px;height:15px;text-align:center;top:-5px;right:-7px}.main-menu{background:#eb8529;width:100%}.main-menu__list{padding:8px 0;margin-bottom:0;text-transform:uppercase;font-weight:bold}.main-menu__list li a{color:#fff;font-size:14px;padding:15px 20px}.main-menu__list li:after{content:"|";color:#f1aa6a}.main-menu__list li:last-child:after{display:none}.main{-webkit-box-shadow:inset 0px 5px 19px -9px rgba(0,0,0,0.41);-moz-box-shadow:inset 0px 5px 19px -9px rgba(0,0,0,0.41);box-shadow:inset 0px 5px 19px -9px rgba(0,0,0,0.41);padding-top:1.5rem;min-height:calc(100vh - 156px - 192px)}.category-list{list-style:none;padding:0}.category-list__item{border-bottom:1px solid #f2f2f2;position:relative}.category-list__item:last-child{border-bottom:0}.category-list__item a{width:100%;position:relative;font-size:13px;padding:10px 10px 10px 5px;font-weight:bold}.category-list__item a{color:#000}.category-list__item:hover a{color:#fff;text-decoration:none}.category-tree li .category-list__text{color:#000}.category-tree li:hover > a > .category-list__text{color:#fff}.category-tree li .category-list__text__subtext{display:block;font-style:italic;font-weight:normal;font-size:11px;color:#8C8F94;padding:5px 25px 0 0}.category-list__item:hover{background:#eb8529}.category-list__item:hover .category-list__text__subtext{color:#fff}.category-list__icon--more{display:none}.category-tree li .category-list__icon{color:#eb8529}.category-tree li:hover a .category-list__icon{color:#eb8529}.category-tree li:hover > a > .category-list__icon{color:#fff}.category-list__item-first-level:hover .category-list__first-level-link{text-decoration:none;color:#fff}.category-list__text{float:left;display:inline-block;width:90%;padding-right:10px;vertical-align:middle}.category-tree li .category-list__icon{font-size:26px !important;vertical-align:middle;display:inline-block;width:10%}.category-list__item .category-sublist{background:#fff;position:absolute;left:100%;top:0;list-style:none;padding:0px 0;min-width:300px;display:none;color:#000;-webkit-box-shadow:0 2px 3px rgba(7,8,8,.22);-moz-box-shadow:0 2px 3px rgba(7,8,8,.22);box-shadow:0 2px 3px rgba(7,8,8,.22);z-index:1000}@media only screen and (min-width: 768px){.category-list__item:hover > .category-sublist{display:block}.category-sublist li:hover > a{color:#fff}}.category-list__item-second-level{border:none;padding:0px 10px 0px 30px;font-size:13px;font-weight:600}.category-sublist:before{content:" ";width:11px;height:20px;border-style:solid;border-width:10px 0 10px 11px;border-color:transparent transparent transparent #eb8329;position:absolute;top:15px}.carousel{border-radius:4px;padding:20px;box-shadow:0 2px 3px rgba(7,8,8,.22)}.carousel-control-prev{left:20px}.carousel-control-right{right:20px}.carousel-item{width:810px;height:170px}.carousel-control-next-icon,.carousel-control-prev-icon{color:#333333;background-image:none;font-size:20px}.carousel-control-next-icon{margin-left:65%}.carousel-control-prev-icon{margin-right:65%}.carousel-caption{right:50%;bottom:45px;left:7%}.slide-title{font-size:30px;color:#eb8529;font-weight:600;text-align:left;text-transform:uppercase}.slide-text{text-align:left;font-size:15px;color:#303030;font-weight:600}.homepage__intro-text,.category__description{font-size:14px;margin-top:1rem;line-height:1.5rem}.product-showcase__item{margin:0 0 2rem;padding:10px;-webkit-box-shadow:0 2px 3px rgba(7,8,8,.22);-moz-box-shadow:0 2px 3px rgba(7,8,8,.22);box-shadow:0 2px 3px rgba(7,8,8,.22);border-radius:4px}.product-showcase__item__image{margin:0 auto 1rem;height:105px;text-align:center;width:100%;position:relative;text-align:center;overflow:hidden}.product-showcase__item__image img{bottom:0;float:left;margin:auto;max-height:110px}.product-showcase__item__title{font-size:14px;font-weight:400;text-align:center;border-top:1px solid #f1f1f1;padding-top:1rem}a .product-showcase__item__title{color:#000}.product-showcase{margin:3rem auto}.footer{background:#323232;padding:2rem 0 1rem}.footer__title{font-size:16px;color:#fff;font-weight:700}.footer__list{padding:0.5rem 0 0;list-style:none}.footer__list__item{color:#fff;line-height:1.5rem;font-size:13px}.footer__list__item a{color:#fff}.footer__facebook-icon{font-size:30px;color:#3B5998}.content__main-title{font-size:26px;font-weight:bold;color:#000;padding:1rem 0 0}.content__breadcrumb .list-inline-item{font-size:12px}.content__breadcrumb .list-inline-item a{padding-right:10px;color:#000}.content__breadcrumb .list-inline-item:after{content:"\f054";color:#eb8529;font-family:'FontAwesome';font-size:14px;display:inline-block;font-weight:300;vertical-align:middle}.content__breadcrumb .list-inline-item:last-child:after{display:none}.subcategories__item{background-color:#fbe7d4;-webkit-box-shadow:0 1px 5px rgba(7,8,8,.37);-moz-box-shadow:0 1px 5px rgba(7,8,8,.37);box-shadow:0 1px 5px rgba(7,8,8,.37);background-color:rgba(235,133,41,0.75);border-radius:4px;color:#fff !important;font-size:12px;text-align:center;padding:1rem 10px;margin-bottom:1rem;transition:0.3s;min-height:4rem}.subcategories a:hover{text-decoration:none}a:hover .subcategories__item{background:#eb8529;color:#fff !important;text-decoration:none !important}.category__description__more,.category__description__more:focus{font-weight:bold;color:#000;text-decoration:none}.category__description__more:hover{text-decoration:none;color:#eb8529}.category__description__hidden{display:none;padding:1rem 0}.category__products{margin:2rem 0 0}.category__products-title{text-align:center;padding:1rem 0;font-size:16px;border-bottom:1px solid #ececec;margin-bottom:2rem}.category__products__item__title{text-align:left;margin-bottom:1rem;padding-top:0;font-size:17px;font-weight:700;text-decoration:none;text-transform:uppercase}.category__products__item__title a{color:#000;text-decoration:underline}.category__products__item__title a:hover,a:hover .category__products__item__title{text-decoration:none}.category__products__label{background:#65bc4a;color:#fff;font-size:10px;padding:5px 10px;position:relative}.category__products__label-text{font-size:12px;padding:5px;border-radius:5px;bottom:10px;left:10px;right:10px;color:#fff;font-style:normal;text-align:left;position:absolute;background:rgba(235,133,41,0.75)}.category__products__label:after{content:" ";border-style:solid;border-width:12px 0 12px 10px;border-color:transparent transparent transparent #64bc4a;width:10px;height:24px;position:absolute;top:0px;right:-10px}.product-showcase__item a{text-decoration:none;color:#000}.product-showcase__item__link:hover{text-decoration:none}.category__products__price,a .category__products__price{display:block;font-size:16px;font-weight:bold;color:#4a4a4a;margin:0rem 0 1rem;text-align:right}a:hover .category__products__price{text-decoration:none}.category__products__button{font-size:13px;font-weight:300;padding:8px;border-radius:4px}.category__products__item__image{margin-left:0;margin-right:0}.category__products__item__image img{max-width:130px}.category__products__item{margin-bottom:2rem}.category__products__paginator{margin:1rem 0 2rem;margin-right:15px}.category__products__paginator a{color:#eb8529}.category__products__paginator a.active{color:#000000}.product__first-row{margin-top:2rem;margin-bottom:-2rem}.product__parameters{font-size:13px;line-height:2rem;list-style:none;padding-left:0}@media max-width: 767px){.product__related-categories{display:none}}.product__related-categories{border-top:1px solid #ececec;border-bottom:1px solid #ececec;margin:1rem 0;padding-bottom:1rem}.product__related-categories__title{font-size:16px;text-align:center;width:100%;padding:1rem 0}.product__related-categories__image{max-width:60px;text-align:center;display:block;margin:10px auto}.product__related-categories__item-title{font-size:14px;display:inline-block;color:#000000;margin-left:15px;margin:0 auto;width:100%;text-align:center}.product__variants{padding:1rem 0}.product__variants__text-input{background-color:#f1f1f1;border:solid 1px rgba(6,7,7,.15);border-radius:4px;font-size:13px;color:#000;padding:5px 10px}.product__variants__text-input::placeholder{color:#000}.product__variants__question{background:#eb8529;border-radius:4px;color:#fff;padding:5px 10px}.product__variants__button-add{padding:7.5px 15px;margin:0;border-radius:5px;font-size:14px}.product__variants__button-add__icon{font-size:16px !important;padding:0 0px 0 10px}.product__variants__table-radio{font-size:13px;margin-right:25px;margin-top:0.5rem}.product__variants__table-container{margin:2rem auto}.product__variants__table{width:100%;padding:0 20px}.product__variants__table tr:first-child th:first-child{border-top-left-radius:5px}.product__variants__table tr:first-child th:last-child{border-top-right-radius:5px}.product__variants__table tr:last-child td:first-child{border-bottom-left-radius:5px}.product__variants__table tr:last-child td:last-child{border-bottom-right-radius:5px}.product__variants__table th{background:#eb8529;font-size:12px;color:#fff;vertical-align:top;padding:10px;text-align:center;font-weight:bold}.product__variants__table th span{display:block}.product__variants__table td{font-size:12px;text-align:center;color:#000;padding:5px;vertical-align:middle}.product__variants__table tr td:last-child,.product__variants__table tr th:last-child{width:30%}.product__variants__table tr:nth-child(odd) td{background:#f1f1f1}.product__variants-bottom{margin-bottom:2rem}.full-width{width:100%}.category__short-description{min-height:6rem}.product-image{max-width:100%;max-height:340px;margin:auto;display:block}.product-tabs{width:100%;float:left}.product-tabs__item{margin-right:3.5rem}.product-tabs__item a{color:#000;font-size:14px;border-bottom:3px solid transparent;border-top:none;border-left:none;border-right:none}.product-tabs__item a.active{border-bottom:6px solid #eb8529;border-top:none;border-left:none;border-right:none;border-color:#eb8529 !important;font-weight:bold}.product-tabs__tabs{width:100%}.product-tabs__tabs .tab-pane{font-size:14px;margin:2rem 0}.product-tabs__tabs .tab-pane table tr:nth-child(odd){background:#f1f1f1}.product-tabs__tabs .tab-pane a{color:#eb8529;text-decoration:underline}.table-tabs__item a{border:none !important;color:#000000 !important}.message-individual{background:#EB8529;color:#fff;padding:10px;font-size:12px;border-radius:5px;text-align:center;margin:1rem 0}.product__variants__table-input{max-width:85px;min-width:75px;text-align:center;font-weight:bold}.product-tabs__tabs-bottom table{margin:10px auto 30px;width:90%;border-radius:4px}.product-tabs__tabs-bottom table tr:nth-child(even) td{background:#fff}.product-tabs__tabs-bottom table tr:nth-child(odd) td{background:#f1f1f1}.product-tabs__tabs-bottom table tr td{padding:3px 10px}.product-tabs__tabs-bottom table tr td:first-child{font-weight:bold}.button-individual-container{text-align:right;font-size:12px}.button-individual-container .btn{vertical-align:middle}.button-individual-container__text{vertical-align:middle;margin-right:15px}.table-question-mark{font-size:16px;margin-top:10px}.cart-subtitle{font-size:16px}.cart-price-tip{font-size:14px;float:left;margin-left:15px;margin-top:-2px}.cart-distributor{margin:1.5rem 0}.empty-cart-text{font-size:1rem;font-weight:bold;margin:2rem 0}.empty-cart-total-price{padding:0rem 0 1rem;float:right}.category__description a,.homepage__intro-text a{color:#eb8529;text-decoration:underline}.category__description a:hover,.homepage__intro-text a:hover{text-decoration:none}.flash-message-holder{position:fixed;left:15px;top:150px}.flash-message-holder .flash-message-holder__message.success{background:#a3c293}.flash-message-holder .flash-message-holder__message{padding:10px 20px;font-size:14px;border-radius:4px;color:#fff;transition:0.5s}.flash-message-holder__message a{color:#fff;text-decoration:underline}.flash-message-holder__message a:hover{text-decoration:none}.flash-message-holder__message .fa{font-weight:normal;font-size:40px;display:inline-block;vertical-align:middle;padding-right:5px}.product__variants__table a{color:#000}.cart-distributor--transport{padding:1rem 0}.cart__transport li{font-size:14px;line-height:22px}.cart__transport li .fa{font-size:20px;margin-left:10px}.cart__transport li label{cursor:pointer}.order-group{margin:0rem 0 2rem}.order-group__title{font-size:16px}.order-group .form-control{font-size:12px}.order-group__table-summary{width:100%}.order-group__table-summary td{padding:5px 5px 5px 0}#delivery_address__container{display:none}.note{min-height:75px}.checkout-top-button{margin-bottom:20px}.checkout-button{margin-bottom:75px}.cart-button{margin-bottom:125px}.button-individual-container__text{font-size:11px}.category__description__more{text-decoration:none !important;font-size:14px}.cart__input__number{width:65px;font-weight:bold}.content{margin-bottom:2rem}.homepage__gallery{margin-top:2rem}.footer_facebook-icon-img{width:36px;height:36px}.textarea--small-margin{margin-top:5px}.fucking-eu-cookies{position:fixed;left:0;bottom:0;width:100%;color:#000;background-color:#f1f1f1;z-index:1000;padding:20px}.fucking-eu-cookies button{margin:0 10px}.fucking-eu-cookies a{color:#eb8529}.modal{background:rgba(0,0,0,0.25);text-align:center}.modal .fa{font-size:100px;border-radius:100px;border:5px solid #e47365;color:#e47365;margin:40px auto;padding:40px 45.575px}.modal-header,.modal-footer{border-color:transparent}.modal-footer-left{padding:15px}.modal-header{font-size:20px}.table-highlight,.table-highlight td{background:#EFA26A !important}.product__variants__button-green{background:#64bc4a;border-color:#64bc4a}.product__variants__button-green:hover{background:#48A52A;border-color:#48A52A}.homepage__headline{margin-bottom:0}.bootstrap-autocomplete.dropdown-menu{width:500px !important}.bootstrap-autocomplete.dropdown-menu.show{display:block}.bootstrap-autocomplete .dropdown-item{font-size:12px;padding:5px;white-space:normal}.bootstrap-autocomplete .dropdown-item img{float:left;margin-right:10px}.bootstrap-autocomplete .dropdown-item .subtitle{font-size:14px}.bootstrap-autocomplete .dropdown-item .price{font-size:14px;display:block;text-align:right}.bootstrap-autocomplete .dropdown-item:hover{background:none}.bootstrap-autocomplete .dropdown-item{padding:6px 20px;cursor:pointer}.bootstrap-autocomplete .dropdown-item:hover .subtitle{text-decoration:underline}.bootstrap-autocomplete .dropdown-item{color:#EB8529;border-bottom:1px solid #f1f1f1}.bootstrap-autocomplete .dropdown-item:last-child{border-bottom:none}.bootstrap-autocomplete .dropdown-item span{display:block}.bootstrap-autocomplete .dropdown-item .price{font-size:11px;float:right;vertical-align:middle}.dropdown-item.active,.dropdown-item:active{background:none}.cart__transport{list-style:none;padding-left:0}.cart__transport li{margin-bottom:10px}.form__transport--label-wrapper{background:#EB8529;background:rgba(235,133,41,1);padding:20px 20px 5px;border-radius:5px;color:#fff;box-shadow:1.5px 2px 8px rgba(0,0,0,0.18);width:100%}.form__transport--label-wrapper--disabled{background:rgba(235,133,41,0.45)}.form__transport--label{text-transform:uppercase;font-weight:bold;margin-bottom:0px;display:block}.form__transport--input{display:inline-block;vertical-align:top}.form__transport--more-info{padding:0 20px;display:inline-block;max-width:calc(100% - 20px)}.alert--small-text{font-size:14px}.cart-distributor table td{height:34px}.cart__table{box-shadow:1.5px 2px 8px rgba(0,0,0,0.18)}.cart__table tr td:first-child{width:30%}.cart__table tr td:nth-child(2){width:20%}.cart__table tr td:nth-child(3){width:15%}.cart__table tr td:nth-child(4){width:15%}.cart__table tr td:nth-child(5){width:15%}.cart__table tr td:nth-child(6){width:5%}.cart__table tr td{padding:10px;font-size:13px}.cart__table tr td a{text-decoration:underline}.cart__table tr td a:hover{text-decoration:none}.cart__table tr:last-child td:first-child{border-bottom-left-radius:5px}.cart__table tr:last-child td:last-child{border-bottom-right-radius:5px}.cart-subtitle{font-size:15px;font-weight:bold;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px;margin-left:10px}.category-product--price-note{display:block;font-size:11px;font-weight:normal}.category__short-description{min-height:3rem}.product-category__variants{font-size:11px;color:#000;margin:10px 0;min-height:66px;margin-top:24px}.product-category__variants span{font-weight:bold}.category__products__item__title{margin-bottom:0}.category__products__label-text{font-style:normal}.product-showcase__item{-webkit-box-shadow:0 2px 8px rgba(7,8,8,.22);-moz-box-shadow:0 2px 8px rgba(7,8,8,.22);box-shadow:0 2px 8px rgba(7,8,8,.22);height:calc(100% - 20px)}.category__products__item__title{border-top:0}.category__products__button{float:none;width:100%}.product-showcase__item::after{clear:both;display:block;content:""}.cart-summary-checkout{background:rgba(235,133,41,0.75);padding:20px;border-radius:5px;color:#fff;box-shadow:1.5px 2px 8px rgba(0,0,0,0.18);margin-bottom:1rem}a.checkout-button--left{color:#eb8529 !important;background:transparent !important;padding-left:5px !important}.checkout-button--left .fa{margin-right:5px;margin-left:5px}a.checkout-button--right,button.checkout-button--right{padding-right:5px}.checkout-button--right .fa{margin-right:5px;margin-left:5px}.order-group__table-summary--price-table{border-top:1px solid #fff;margin-top:10px;padding-top:10px;border-collapse:separate}.order-group__table-summary--price-table td{padding-top:0;padding-bottom:0}.btn-xs{padding:.15rem 0.25rem;font-size:.675rem}.cart__table td a.change-amount-link{background:#64bc4a;color:#fff}.increase-decrease-btn--increase{border-top-left-radius:0;border-bottom-left-radius:0}.increase-decrease-btn--decrease{border-top-right-radius:0px;border-bottom-right-radius:0}.product-image-category{width:100%;background-size:cover;background-repeat:no-repeat}.product-showcase__item__image{border-top-left-radius:4px;border-top-right-radius:4px;height:190px}.product-showcase__item{padding:0;display:flex;flex-direction:column}.product-showcase__item-inner{padding:10px}.product-showcase__footer{bottom:20px;padding:0 10px 10px;margin-top:auto}.product__parameters li{border-bottom:1px #ececec solid;width:100%}.product__parameters li:first-child{border-top:1px #ececec solid}.product__parameters__value{float:right}.product__short-desc{font-size:15px;margin-bottom:25px}.product__short--title{display:block;font-weight:bold}.header__cart{float:right;border:1px solid #64bc4a;padding:3px 10px 3px 10px;border-radius:4px;text-decoration:none;color:#64bc4a;margin-right:-15px;transition:0.5s}.header__cart:hover{background:#64bc4a;color:#fff;text-decoration:none}.header__cart:hover .fa{color:#fff}.header--fixed{position:fixed;z-index:1039;background:#fff;width:100%;padding:10px 0;top:0px}.header--fixed-with-admin{top:57px}.header--fixed-top{top:0px}.header--fixed .header__logo img{max-width:105px}.header--fixed .header__links__link__icon{font-size:28px !important}.header--fixed .header__links__link__note{font-size:10px}.header--fixed .header__links__link__text__phone{font-size:15px}.header--fixed .header__link--phone{margin-top:5px;padding-bottom:0;display:block}.header--fixed .header__link--email{display:block}.header--fixed .header__links__link__text--smaller{padding-top:5px;margin-top:5px;display:block}.sidebar--fixed{position:fixed;max-width:290px;margin-top:10px;z-index:1000}.sidebar--fixed-admin{margin-top:67px}.product__parameters--files{text-align:left}.product__parameters--files a{color:#EB8529}.plus-minus-product{max-height:25px}.plus-minus-product .input-group-addon{padding-left:10px;padding-right:10px}.plus-minus-product .btn-sm{font-size:12px;padding:0px 10px}.plus-minus-product .btn-success{background:#64bc4a;border-color:#64bc4a}.plus-minus-product .btn-success:hover{background:#4f9939;border-color:#4f9939}.plus-minus-product input{border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15);border-right:1px solid rgba(0,0,0,.15);text-align:right;font-size:14px;padding-left:10px;padding-right:10px}.plus-minus___input-group-wrapper{max-width:190px;margin:0 auto;display:inline-block}.product__variants__button-green{vertical-align:top;padding:3.5px 15px;margin-left:10px;display:inline-block}.product__variants__button-green.disabled,.product__variants__button-green:disabled{background:rgba(100,188,74,0.75);border-color:rgba(100,188,74,0.75) !important}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.125rem 0.5rem}.increase-decrease-btn{border-color:rgba(0,0,0,0.15)}.btn.disabled,.btn:disabled{opacity:.5}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.25em + 0.5rem + 2px)}@media (min-width: 990px){.modal-dialog{max-width:800px}}.add-item-modal-table{width:95%;margin:0 auto}.add-item-modal-table td{text-align:left}.add-item-modal-table tr td:last-child{text-align:right}.add-item-modal-table__product-name{display:block;font-size:18px}.add-item-modal-table__variant-name{display:block;font-size:14px}.add-item-modal-table__image{max-width:80px}.add-item-modal-table__price-vat{display:block;font-size:18px}.add-item-modal-table__price{display:block;font-size:14px}.add-item-modal-button-primary{font-size:16px}.product-modal__cart{padding:16px;border-radius:4px;box-shadow:0 2px 8px rgb(7 8 8 / 22%);height:100%}.checkout__customer-type li{display:inline-block;float:left}.checkout__customer-type li .form__transport--label-wrapper{padding:20px}.homepage__intro-text h3{font-size:16px;font-weight:bold}.font-table-bigger{font-size:1rem !important}.alert-shop-warning{background-color:#00873E;border-color:#00873E;color:#fff}.alert-shop-warning .fa{color:rgba(255,255,255,0.5);font-size:70px;float:left;margin-right:25px}.alert-shop-warning p{padding-top:13px;font-weight:bold}.navbar-toggler{border:1px solid #eb8529;color:#eb8529;padding:6px 9px}.header__link--search{border:none;background:none}.search-responsive{width:100%;padding:15px;background:#eb8529;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem}.responsive-menu-title{padding:5px 5px 15px;margin-top:10px;margin-bottom:0;text-transform:uppercase;font-weight:bold;display:block}@media (max-width: 1279px){.header__logo img{max-width:100%}.header__links__link__text__phone{font-size:18px}.header__links__link__text--smaller{font-size:10px}}@media (min-width: 1120px){.container{width:1120px}}@media (min-width: 1280px){.container{width:1280px}}@media (min-width: 1280px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1280px}}@media (max-width: 1119px){.header__links__link__note{display:none}.header__links__link__icon{font-size:23px !important}.header__links__link__text__phone{font-size:17px}.header__links{display:flex;align-items:center;min-height:33px}.header__link{padding-bottom:0}.alert-shop-warning .fa{font-size:60px}.alert-shop-warning p{font-size:13px}}@media (max-width: 991px){.header__links__link__text{display:none}.alert-shop-warning .fa{display:none}}@media (max-width: 950px){.product-tabs__item{margin-right:0.5rem}}@media (max-width: 890px){.carousel{display:none}}@media (max-width: 767px){.header__part{text-align:center}.header__links{margin:0rem auto;padding-left:0px;justify-content:flex-end}.header__cart{margin-right:15px}.header__search-group{margin:0rem auto}.header__cart__icon{margin-left:0}.header{padding-bottom:10px;padding-top:10px}.header__logo{float:left;max-width:70%}.header__links__link__icon{font-size:1.25rem !important;border-radius:0.25rem;border:1px solid #eb8529;color:#eb8529;padding:6px 9px;margin-right:15px}.category-sublist{display:none}.product__related-categories{display:none}.main-menu{display:none}.category-sublist{position:relative !important;left:auto !important;box-shadow:none !important;flex-basis:100%;top:auto !important;min-width:0 !important}.category-sublist::before{display:none !important}.category-list__icon{display:none !important}.category-list__icon--more{display:block !important;padding-top:10px}.category-list__item{width:100%;justify-content:space-between;flex-wrap:wrap}.category-list__item a{width:auto}.category-list__text{width:auto}.category-list__item{border-top:1px solid #fff;border-bottom:none}.category-list__item:hover{background:unset}.category-list__item:hover a{color:#000 !important}.category-tree li:hover > a > .category-list__text{color:#000}.category-list__item-second-level{padding-bottom:7px;padding-top:8px}.category-tree{background:rgb(235, 133, 41);color:rgb(255, 255, 255) !important;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-bottom:10px}.main{padding-top:0}.category-tree li .category-list__text{color:#fff}.category-list__item .category-sublist{background:none}.category-tree li:hover > a > .category-list__text{color:#fff}.category-list{margin-bottom:0}.content{margin-top:15px}.category-list__item a{color:#fff}.product-image-category{background-size:contain;background-position:center}}@media (max-width: 549px){.header__link--email,.header__link--phone{display:none}}@media (max-width: 500px){.header__logo{max-width:100%}}@media (max-width: 376px){.header__cart__title{display:none}}.grecaptcha-badge{visibility:hidden}.copyright-recaptcha{font-size:13px;color:#fff}.copyright-recaptcha a{color:#eb8529}.nav-tabs--no-bb{border-bottom:none}@media (max-width: 1130px){.product__variants__table td{min-width:120px}.product__variants__table--detail tr td:last-child,.product__variants__table--detail tr th:last-child{min-width:280px}.product__variants__table--cart tr td:nth-child(2),.product__variants__table--cart tr th:nth-child(2){min-width:280px}}.not-available-text{text-transform:uppercase;display:block;padding-top:6px;padding-bottom:6px}.not-available-text--sold-out{color:red}.not-available-text--temporary-unavailable{color:#F39C12}.alert-sold-out{font-size:14px;padding:15px;border-radius:5px;color:#fff;font-style:normal;text-align:left;font-weight:bold;background:red}.alert-sold-out a{color:#fff;text-decoration:underline}.alert-sold-out a:hover{text-decoration:none}.mobile-swipe{display:none;font-size:14px}.mobile-swipe img{max-width:25px;margin-right:10px;padding-bottom:10px;float:left}@media (max-width: 1200px){.mobile-swipe{display:block;clear:both;font-weight:bold}.mobile-swipe--top{padding-top:20px;padding-bottom:20px}}.nav-tabs .nav-link--vat-switch{border:none !important;margin-top:0;padding-top:1rem;padding-bottom:.5rem}.admin-toolbar{z-index:1000;padding:0}.admin-toolbar .navbar-brand{margin-top:-6px}.admin-toolbar .nav-item{margin-top:6px;text-transform:uppercase;font-weight:400;font-size:13px}.product-table-responsive{direction:rtl}.product-table-responsive table{direction:ltr}.another-variants{font-size:14px;margin-top:-2rem}.alert--better-price{font-size:14px}.alert--better-price p{margin-bottom:0}.product__variants__table th{font-weight:bold;font-size:14px;padding:10px 5px}.product__variants__table th span{font-weight:normal;font-size:14px}.product__variants__table th span{font-weight:normal;font-size:12px}#zakladni-informace-tabulka .product__variants__table th span{font-weight:bold}#technicke-informace-tabulka .product__variants__table td{padding:9.5px 5px}.product__variants__table td{font-size:14px;min-height:41px}.product__variants__table tfoot td{padding:10px;border-radius:5px;background:#d4edda !important;color:#155724;font-weight:bold}.cart__table tfoot td{background:#d4edda;color:#000 !important;font-size:14px;border-radius:0}.product__variants__table tr td:last-child,.product__variants__table tr th:last-child{width:25%}.product__variants__table-input{min-width:65px;max-width:65px}.plus-minus___input-group-wrapper{max-width:160px}.product__variants__table-radio{font-size:14px}@media (min-width: 992px){.price-switch .nav-item:last-child .nav-link{padding-right:0;margin-right:0}}.plus-minus___input-group-wrapper input::placeholder,.credentials-form input::placeholder{opacity:50%}.plus-minus___input-group-wrapper input:focus::placeholder,.credentials-form input:focus::placeholder{color:transparent}.text-orange{color:#eb8529 !important}.cart__table td{background:#fff !important;font-size:14px !important}.cart__table .distributor-tr td{background:#f1f1f1 !important}.icon__cart{font-size:18px;vertical-align:middle;padding-right:5px}.cart-packages{padding-top:5px;font-size:12px}.credentials-form .checkbox-large input{transform:scale(1.5);margin-top:0px;display:inline-block;vertical-align:middle;margin-right:8px}.credentials-form .checkbox-large label{font-size:20px}.form-group-top{margin-bottom:-2rem}.product__related-categories--detail{border:none !important}.detail-info-button{font-size:15px !important}