@media only screen and (max-width: 1440px) {
    .block-search{
        width: 263px!important;
        padding-left: unset!important;
    }
    body.page-layout-3columns .column-outer {
        width: 51%!important;
    }
    body.page-layout-3columns .sidebar-main {
        width: 26.833333% !important;
    }
    body.page-layout-3columns .sidebar.sidebar-additional-right {
        width: 20.833% !important;
    }
    .top-products-price-wrapper {
        font-size: 20px;
    }
    .top-product-specialprice:before {
        font-size: 17px;
    }
    .top-product-regularprice:before {
        font-size: 17px;
    }
    .page-layout-3columns.catalog-product-view .column-outer .column.main  {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px ){
    .toolbar-products .field.limiter .limiter-text{
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px ){
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.2%!important;
    }
    .subcats-wrapper .col-subcat {
        width: 32%;
    }

}

@media only screen and (min-width: 771px) and (max-width: 1024px) {
    .page-layout-2columns-left .column.main {
        width: 70.166667% !important;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 29.833333% !important;
    }
}

@media only screen and (max-width: 770px) {
    body.page-layout-3columns .columns .column-outer {
        width: 100% !important;
    }
}
@media only screen and (min-width: 770px) {
    .page-products .product-item-info {
        width: unset;
        max-width: 90%;
    }
    .nav-sections-item-content > .navigation {
        top: -1px;
    }
    .nav-sections-item-content #search_mini_form{
        margin-top: -1px;
    }
}

@media only screen and (min-width: 771px) and (max-width: 1440px){
    .page-layout-3columns .column-outer .product.media {
       width: 100%;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .page-layout-3columns .column-outer .product-info-main {
        width: 100%;
    }
}

@media only screen and (max-width: 937px) {
    .block-search{
        width: 200px!important;
    }
    .block-search input{
        font-size: 10px!important;
    }
    .minicart-wrapper{
        margin-left: unset!important;
    }
}

tr.accordion:first-child{
    border-top: 1px solid #86464b;
}

.sidebar-main {
    height: 100% !important;
}



.page-layout-3columns .column-outer {
    width: 64%!important;
    display: inline-block;
    height: 100%;
}
.page-layout-3columns .column-outer .column.main  {
    width: 100%!important;
}
.table-body .tablecolumn:nth-child(2){
    background-color: unset;
}
.block-search .block-content {
    padding-top: 1px;
}
.catalog-product-view .product.attribute.sku{
    display: none;
}
.catalog-product-view .product.attribute.overview {
    margin-bottom: 30px!important;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 30px;
    line-height: 50px;
}
.catalog-product-view .product-info-main .product-info-price {
    border-bottom: unset;
}
.catalog-product-view .product.attribute.description ul > li{
    margin-bottom: -2px;
}
span.product-attribute-overview-title-wrapper {
    font-weight: 700;
    font-size: 16px;
}
div#amasty-main-container {
    min-height: unset!important;
}
.catalog-product-view .product-add-form .box-tocart {
    display: block;
}
.box-tocart .fieldset {
    max-width: 250px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.box-tocart .qty-field {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    max-width: 80px;
}
.box-tocart .control {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.box-tocart .actions {
    width: 60px;
}
.box-tocart .control .input-text.qty {
    width: 90px;
    margin: unset;
}
.box-tocart #product-addtocart-button{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.qty-field-value {
    font-weight: 300;
    font-size: 16px;
    padding-top: 3px;
}
/* ie hacks */
.ie11 .table-body :nth-child(2).tablecolumn {
    background-color: inherit;
}

.catalog-category-view.page-layout-2columns-left.catalog-category-view .category-description {
    border: none !important;
}
.category-firma.catalog-category-view.catalog-category-view .subcats-wrapper {
    display: none !important;
}
.category-firma.catalog-category-view.catalog-category-view .category-description {
    border: none !important;
}
.category-societe.catalog-category-view.catalog-category-view .subcats-wrapper {
    display: none !important;
}
.category-societe.catalog-category-view.catalog-category-view .category-description {
    border: none !important;
}
