/* Your custom style */
.page-header .logo {
    max-width: 44%;
}
.product.attribute.categories a {
    color: #06943f;
}
.product.attribute.categories a:hover {
    text-decoration: underline;
    color: #06943f;
}
.product-info-main .product-reviews-summary .reviews-actions {
    font-size: inherit;
}
.rating-summary .rating-result:before {
    font-size: 18px;
}
.rating-summary .rating-result>span:before {
    font-size: 18px;
}
.product-info-main .product-reviews-summary .reviews-actions {
    text-transform: inherit;
}
.product-view-style-01 .product-main-wrapper .product-reviews-summary {
    padding-bottom: 0;
}

.product-info-stock-sku .stock.available:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f14a";
    font-size: 25px;
    vertical-align: middle;
    color: #39b54a;
    margin-right: 10px;
}
.product-info-stock-url .stock.available:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c1";
    font-size: 23px;
    vertical-align: middle;
    color: #39b54a;
    margin-right: 10px;
}
.product-info-stock-sku .incoming.available:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d1";
    font-size: 20px;
    vertical-align: middle;
    color: #b0b8bc;
    margin-right: 10px;
}
.product-info-stock-sku .incoming.available {
    text-transform: uppercase;
}

.product-info-stock-sku .available {
    margin-bottom: 4px;
}

.product-info-main .product-info-stock-sku {
    font-size: inherit;
}

.product-info-main .swatch-attribute-label, .product-info-main .field.qty .label {
    font-size: 16px;
}

.algolia-instant-selector-results {
  background: white;
  padding: 25px;
}

.result-wrapper .text-ellipsis {
  white-space: inherit;
}

.result-description.text-ellipsis {
  display: none;
}

.result-sub-content .ratings {
  display: none;
}

.result-thumbnail {
    height: 265px;
    width: 265px;
}

#algolia_instant_selector .col-md-4 {
  min-height: 500px;
}

.algolia-instant-results-wrapper {
  max-width: 1400px;
  margin: 20px auto;
}

.category-skladom {
    background: #2baf4f;
    padding: 4px 4px 4px 8px;
    color: white;
}

.category-incoming {
    background: #f7ca51;
    padding: 4px 4px 4px 8px;
    color: #4e4d4d;
}

input#search-top {
    height: 50px;
    font-size: 16px;
    color: #009938;
}

.actions button.action.search {
    height: 50px;
    width: 50px;
}

img.small-logo.visible-xs {
    height: 32px;
}

.product-reviews-summary.custom.short {
    width: 100%;
    color: #767676;
    display: flex;
}

.product-view-sku {
    margin-top: 5px;
    color: #777;
}

.grid12-6, .grid12-12 {
    width: 50%;
    display: inline-block;
    min-height: auto;
    padding: 5px 4%;
    margin-top: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .grid12-6, .grid12-12 {
        width: 100%;
        display: inline-block;
        min-height: auto;
        padding: 5px 4%;
        margin-top: 0;
        vertical-align: middle;
    }
}

.search-autocomplete {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    #m-cookienotice {
        width: 100% !important;
    }
    .cookie-div {
        width: 100%;
    }
    div#message-custom-css {
        font-size: 12px !important;
    }
}

.store-details, .store-details a {
    color: white;
    text-align:right;
}
# ISOLATION
#isolation thead th {
   border: 1px solid #e9eaec;
   padding: 4px 8px;
}

#isolation tbody td {
   border: 1px solid #e9eaec;
   padding: 4px 8px;
}
#isolation thead tr th {
    border: 1px solid #e9eaec;
    font-weight: 700;
}
table#isolation {
  margin: 0 0 12px 0;
  background: ghostwhite;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  text-align: center;
}
table#isolation thead tr th {
  text-align: center;
}
#isolation tbody tr:nth-child(even) {
    background: gainsboro;
}
table#isolation thead {
    background: #b9b9b9;
}

.price-including-tax::after{
    content: attr(data-label) ' ';
    margin-left: 2px;
}
.price-box .special-price .price-label, .price-box .old-price .price-label {
    display: inherit;
}

.old-price {
    text-decoration: inherit;
}

.price-container.price-final_price.tax.weee span.price-label {
    /*display:block;*/
}
span.price-wrapper.price-including-tax, span.price-wrapper.price-excluding-tax {
    display: block !important;
}
.price-including-tax, .price-excluding-tax {
    font-size: inherit;
}
.special-price {
    width: 100%;
}

.cdz-dd-content {
    left: -400px !important;
    min-width: 400px;
}
.cdz-dropdown.cdz-dd-active .cdz-dd-content {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.post-view a {
    color: #29af4f !important;
}

.product-reviews-summary.custom.short {
    position: relative;
}

#product-buy-now-button {
    display: none;
}

.product-view-style-03 .product-info-main .box-tocart .actions button {
    width: 100%;
    height: 50px;
    font-size: 20px;
}

.product-view-style-03 .product-info-main .page-title-wrapper .page-title {
    text-transform: inherit;
}

.product-item-name .product-item-link, .page-header .product-item .product-item-link, .product-item-link, .product.name a {
    font-size: 12px;
}

div#algoliaAutocomplete {
    margin: 0 auto !important;
    float: none;
}

@media only screen and (max-width: 768px) {
    div#algoliaAutocomplete {
        width: 80%;
        margin: 0 auto !important;
        float: none;
    }
}

body input[type="search"] {
    height: 50px;
    font-size: 17px;
}

#algoliaAutocomplete .aa-SubmitButton {
    height: 50px;
}

div#product-options-wrapper * {
    font-size: 17px !important;
}
.large-box-tocart.box-tocart .field.qty {
    padding: 0;
    align-items: baseline;
}
.field.qty * {
    font-size: 17px;
}
.field.qty .control {
    margin-right: 8px;
}

.breadcrumbs {
    margin: 0px;
}

.post-list .post-footer {
    margin: 0px;
}

.post-list .post-info .item.post-author {
    display: none;
}

.post-list .post-info .item:before {
    font-size: 21px;
}

.post-list .post-info .item {
    padding: 0 0 0 30px;
}

.product.attribute.overview strong.type {
    display: none !important;
}
.post-list .post-date {
    display: none;
}

.breadcrumbs ul.items * a {
    color: #287f3b !important;
}

.contact-index-index.store-info-grid * {
    font-size: inherit !important;
}
.footer-content-top * {
    font-size: inherit !important;
}

.block.crosssell, .block.upsell, .block.related {
    box-shadow: none;
}

.block-content, .block-content .action {
    font-size: inherit !important;
}

.product.attribute.overview li::before {
    content: "\2705";
    margin-right: 7px;
}

.product.attribute.overview ul {
    list-style-type: none;
    padding: 0px !important;
}

span.price-container.price-tier_price.tax.weee .price-wrapper {
    display: inherit !important;
}

#infofoam {
   border: 1px solid beige; padding: 21px; margin: 12px 0; background-color: blanchedalmond;
}
.product-static-text a {
    text-decoration: underline;
}
.cookie-status-message {
    display: none;
}
.short-description-download-pdf {
    padding: 5px;
    border: 1px solid green;
    color: green;
    font-weight: bold;
}
.product.attribute.overview a:hover {
    color: #019744;
}
.product.attribute.overview a {
    text-decoration: underline;
    color: #3bb54d;
}
.checkout-index-index .page-wrapper .opc-block-summary {
    border: 0px;
}

.checkout-index-index .page-wrapper .opc-block-shipping-information .shipping-information {
    padding: 0px;
    border: 0px;
}
.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field, .firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field, .firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field {
    width: 100%;
}
