.cpd-edit-bar {
    display: none !important;
}

.catalog-leftnav-top .filter .filter-title{
    height: 37px;
}



.description_documentation_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    flex-wrap: wrap;

}
.product-view__main-text-wrap ul {
    list-style: none !important;
}
.description_documentation_container .item.text-left {
    text-align: left;
}
.product-items .price-label {
    color: #CF5050 !important; ;
    font-size: 13px !important;
}

.description_documentation_container .item {
    min-width: 50%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description_documentation_container .full-item,
.flex-column .full-item
{
    flex-basis: 100%;
    text-align: center;
    padding: 20px 0;
}


.description_documentation_container .item h5,
.flex-column h5
{
    text-transform: uppercase;
    font-size: 20px;

}

@media only screen and (min-width: 767px) and (max-width: 1200px)  {
    .navigation .level0 {
        margin: 0 !important;
    }
    .navigation .level0.parent > .level-top {
        padding-right: 15px !important;;
    }

}
.old-price .price-label {
    display: none;
}

@media only screen and (max-width: 767px) {
    .description_documentation_container .item {
        flex-basis: 100%;
    }
}

.flex-column {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.note-descr {
    text-align: center;font-size: 1.7rem;
    padding: 20px 0;
}
.old-price span.price {
    color: #A0A0A0;
    text-decoration: line-through !important;
}
.control {

}.action.showcart.icon_sprite {
     position: absolute;

 }
.action.showcart.icon_sprite .counter {
    position: absolute;
    bottom: -9px;
    right: -2px;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 1px !important;
}

@media only screen and (max-width: 771px){
    .service__container {
        height: auto !important;

    }

    .service__container ul {
        flex-wrap: wrap !important;
    }

}

#mini-cart li .product-image-container {
    width: 80px !important;
}

.catalog-product-view .price-final_price.tax.weee {
        font-size: 18px !important;
    display: flex;
    flex-direction: column;
}
.catalog-product-view .price-final_price.tax.weee .price-label {
    margin: 0 !important;
}
.price-box.price-final_price .special-price {
    padding-right: 25px;
}
.cpd-sidebar-bottom-buttons-container .cpd-save-button {
    font-size: 14px !important;
}
.cpd-sidebar-bottom-buttons-container .cpd-save-button,
.cpd-sidebar-bottom-buttons-container .cpd-reset-button
{
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 658px) {
    img.cpd-product-image {
        max-width: 80%;
    }

    .cpd-sidebar-bottom-buttons-container .cpd-save-button,
    .cpd-sidebar-bottom-buttons-container .cpd-reset-button
    {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 15px;
        margin: 7px 0 !important;
        display: inline !important;;
    }


    .cpd-sidebar-bottom-buttons-container {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }



}

.cpd-sidebar-bottom-buttons-container a i {
   background-image: url(../images/control-icons.png) !important;
}
.option-preview .big-image {
    display: none;
}

.ui-menu-item-wrapper span {
    display: inline-block;
    width: 100%;
}

.search-field {
    position: absolute;
    top: 108px;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}


.search-field .my-search-field.active {
    width: 100%;
    min-height: 30px;
    position: relative;
    display: block;
    padding: 4px;
    box-sizing: border-box;
}

.search-field .my-search-field .form.minisearch input {
    font-size: 18px;
    background: #FFF;
    border: 1px solid #BEBEBE !important;
    display: inline-block;
    padding: 15px 10px;
    color: #333 !important;
}

@media only screen and (max-width: 768px) {
    .nav-open .nav-sections {
        background: #82ad00;
        color: #333;
    }
    .nav-sections-item-title a {
        color: #333;
    }
    .ui-menu-item-wrapper span.ui-icon {
        display: none;
    }
    li.all-category {
        display: none;
    }

    .navigation .level0 {
        border-top: 1px solid #678900;
        font-size: 1.6rem;
    }

    .navigation .submenu > li {
        word-wrap: break-word;
        border-top: 1px solid #666;
        background-color: #9acd00;
        padding: 5px 0;
    }

    .navigation .level1.submenu:not(:first-child) {
        padding-left: 0;
        display: none !important;
    }

    .navigation .submenu:not(:first-child) ul > li {
        padding-left: 15px;
        background: #a9e100;
    }
    .nav-sections-item-content {
        padding: 0;
    }
    .nav-sections-item-title {
        padding: 12px;
        background: #678900;
    }
    .nav-sections-item-title.active {
        padding: 12px;
        background: #9acd00;
    }
    .nav-sections-item-title a {
        color: #FFFFFF;
        font-size: 20px;
    }
    .ui-menu-item-wrapper span {
        color: #333 !important;
    }
    .nav-sections-item-title[aria-controls="store.links"] {
        display: none;
    }
    /*.nav-sections .header.links {*/
    /*    border: none;*/
    /*}*/
    /*.nav-sections .header.links li {*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    float: left;*/
    /*}*/
    /*.nav-sections .header.links > li span {*/
    /*    display: none;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    background: transparent;*/
    /*    border: none;*/
    /*    text-align: center;*/
    /*    margin-top: 0;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown > li:first-of-type {*/
    /*    border-top: 1px solid #666;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown > li {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    border: none;*/
    /*    border-bottom: 1px solid #666;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown > li:hover {*/
    /*    background: #9acd00;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown > li a {*/
    /*    border-top: none;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown:before {*/
    /*    display: none;*/
    /*}*/
    /*.nav-sections .header.links .authorization-link ul.dropdown:after {*/
    /*    display: none;*/
    /*}*/
    /*header.page-header .authorization-link .action.toggle {*/
    /*    display: none*/
    /*}*/
    .navigation li.level0:last-child {
        border-bottom: #666 !important;
    }
}

@media screen and (min-width: 768px) {
    .hide-on-desktop { display: none !important; }
}

@media screen and (max-width: 768px) {
    .hide-on-mobile { display: none !important; }
}
