.mm-table-main-size_b {
    float: left;
    margin-bottom: 30px;
    margin-top: -6px;
}

.mm-table-main-size_b table > tbody > tr > td {
    padding: 2px 5px;
}

.mm-table-main-size_b .mm-table-col-size_b {
    margin-bottom: 5px;
    background: #f5f5f5;
}

.grid-look {
    margin-bottom: 5px;
}

#product-options-wrapper .mm-first-block {
    border-right: 0;
}

.columns .toolbar.toolbar-products {
    margin-bottom: 10px;
}

.mm-cell {
    position: relative;
}

.mm-popup-box {
    box-shadow: #cecece 2px 2px 4px;
    padding: 5px;
}

.mm-popup-box table {
    border: solid 1px #cecece;
    color: #2b2b2b;
    font-size: 12px;
    white-space: nowrap;
}

.mm-popup-box p {
    margin-top: 5px;
}

.mm-popup-box {
    width: auto;
    background-color: white;
    display: none;
    position: absolute;
    bottom: 60px;
    left: -90px;
    min-height: 50px;
    height: auto;
}

.mm-table-price {
    width: 20%;
    display: inline-block;
    background: #f5f5f5;
}

.products-list .fcpm-col .product-matrix-wrapper {
    text-align: center;
}

div.mm-table-price-product {
    text-align: center;
}

.mm-pricing-product-name,
.mm-pricing-product-val{
    border-top: 1px solid #cccccc;
}

.block-size-b, .block-size-us {
    display: inline;
    margin: 3px;
}

.mm-table-price_b {
    margin-bottom: 5px;
}

.mm-table-price_b div:last-child {
    border-left: solid 1px #666666;
}

.mm-table-price_b div:last-child span:first-child {
    margin-left: 5px;
}

.block-size-us {
    border-right: solid 1px #666666;
}

.mm-price-us  div:last-child {
    border-right: none;
}

.mm-price-us {
    margin-bottom: 5px;
}

.block-size-us span{
    margin-right: 4px;
}

.mm-size-us, .mm-size-b {
    font-weight: 600;
}

.product.details.product-item-details.fcpm-col {
    width: auto;
}

.mm-short-description {
    width: auto;
    display: block;
    text-align: center;
}

/** filters style */
ul.items > li.am-shopby-item {
    display:inline-block;
    margin-right: 25px;
    border: 1px solid #cfcfcf;
    padding: 10px;
}
.filter-actions {
    border: 1px solid #cfcfcf;
    padding: 10px !important;
    width: 7%;
    text-align: center;
    float: right;
    background-color: #eeeeee;
    margin-bottom: 0 !important;
    margin-top: 10px;
}
.filter-actions > a {
    display: block;
    color: #000;
}
.filter-actions > a > span {
    font-weight: 600;
}
.filter-actions:hover {
    background-color: #827e7e;
}
.am-filter-current {
    float: left;
    width: 93%;
}
.block-content .filter-content {
    margin-top: 30px;
}
.filter-current .action.remove {
    left: 0;
    position: relative;
    padding-left: 4px;
    top: 0;
}
.filter-current .items {
    padding: 0;
}
.filter .filter-current-subtitle {
    display: none;
}
.page-layout-2columns-left .sidebar-main {
    width: 100% !important;
}
.block-content.filter-content {
    height: 47px;
}

@media screen and (max-width: 768px) {
    .block-content.filter-content {
        height: unset;
    }
}
/*---------------------------------------*/