.most_popular_pages_box_aaastate #show_most_popular_pages {
    padding-left: 65px
}
.most_popular_pages_box_aaastate #show_most_popular_pages {
    cursor: pointer;
    display: inline-block;
    color: #666;
    padding: 5px 20px;
    line-height: 1.2;
    border: 1px solid #eaf65d;
    height: auto;
    border-radius: 20px;
    text-shadow: -1px -1px 0 #c58100;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.most_popular_pages_box_aaastate .button.orange {
    background: #f99100;
    color: #fff !important;
    display: inline-block;
    font-size: 20px;
    padding: 4px 35px;
    margin-top: 10px;
}

.most_popular_pages_box_aaastate .button {
    width: auto;
    height: 50px;
    border: 0;
    text-align: left;
    cursor: pointer;
    margin: 5px auto 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    line-height: 50px;
    float: none;
    display: block;
    text-decoration: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .29);
    background: #3990d3;
    background: -moz-linear-gradient(top, #3990d3 0%, #347fc1 100%);
    background: -webkit-linear-gradient(top, #3990d3 0%, #347fc1 100%);
    background: linear-gradient(to bottom, #3990d3 0%, #347fc1 100%);
}

#most_popular_pages-wrapper ul {
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#most_popular_pages-wrapper li {
    list-style: none;
    margin: 0;
    display: block;
    flex-grow: 1;
    padding: 5px 20px;
    width: 33%;
}

@media (max-width: 767px) {
    #most_popular_pages-wrapper li {
        width: 100%;
    }
}

#most_popular_pages-wrapper li a {
    display: block;
    margin: 5px 0;
}

button.action.primary.btn-view-cart {
    display: inline-block !important;
    border: 2px solid #ffdc9e;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #fbaa00;
    background: -moz-linear-gradient(top, #fbaa00 0%, #faa000 50%, #f98e00 51%, #f87d00 100%);
    background: -webkit-linear-gradient(top, #fbaa00 0%, #faa000 50%, #f98e00 51%, #f87d00 100%);
    background: linear-gradient(to bottom, #fbaa00 0%, #faa000 50%, #f98e00 51%, #f87d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbaa00', endColorstr='#f87d00', GradientType=0);
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.38);
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 3px 20px 0;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    margin-left: 20px;
}
#most_popular_pages-wrapper {
    display: none;
}
#most_popular_pages-wrapper.open{
    display: block;
}
.column.main .aaasetback .aaapreset{
    display: none;
}
.aaapreset{
    display: flex;
}



