/*A quick place to add custom css overrides for testing.*/
/*These should eventually be added to the scss files.*/
body {
    word-break: break-word;
}

/* shop by category menu */
.header-style-5 .bottom-part .marketplace-sidebar .pixelstrap > li > a {
    color: #222222;
}
.marketplace-sidebar.sidenav.fixed-sidebar {
    width: calc(100% - 23px);
    z-index: 5; /*higher than pagination*/
}

/* right mobile menu bars */
@media screen and (max-width: 1199px) {
    .main-nav-center .toggle-nav {
        /*position: absolute;*/
        /*z-index: 9;*/
        right: 60px;
        top: -108px;
    }
}
@media screen and (max-width: 577px) {
    .main-nav-center .toggle-nav {
        right: 15px;
        top: -78px;
    }
}
.toggle-nav i {
    font-size: 28px;
}

/*Page titles should be H1!*/
.breadcrumb-section .page-title h1 {
    /*font-size: 16px;*/
    font-size: 2rem;
    margin-bottom: 0;
}

/*Listing Page - @todo remove from here when the component is fully ready*/
.pi-best-list {
    padding-top: 15px;
}

.pi-best-list__item {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 3%);
    position: relative;
}

.pi-flex-justify-center {
    justify-content: center;
}
.pi-flex-center-align {
    align-items: center;
    display: flex;
    flex-direction: row;
}
.pi-flex-grow1 {
    flex-grow: 1;
    flex-basis: 0;
}
.pb15 {
    padding-bottom: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}
/*.listitem_column.listbuild_image {*/
/*    min-width: 160px;*/
/*    max-width: 160px;*/
/*    padding-left: 25px;*/
/*}*/
/*.text-center {*/
/*    text-align: center;*/
/*}*/

.pi-best-list__item_column {
    padding: 0 15px;
}

.pi-best-list__pro-cons-column {
    display: flex;
    flex-direction: row;
}

.pi-best-list__cta_column {
    display: flex;
    flex-direction: column;
    max-width: 200px;
    padding: 0 15px;
}

.pi-best-list__cta_column legend {
    font-size: 1.2rem;
}

.pi-best-list__rank-count {
    z-index: 2;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    background-color: #111;
    border: 2px solid #fff;
    box-shadow: 0 0 4px #999;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    /*margin: -20px 0 0 -37px;*/
    /*margin: -20px 0 0 -40px;*/
    margin: -20px 0 0 -15px;
}

.pi-best-list__rank-count--first {
    background: #ff4136;
}

.pi-best-list__item figure {
    /*width: 126px;*/
    /*height: 126px;*/
    width: 166px;
    height: 166px;
    position: relative;
    margin: 0 0 0 10px;
    overflow: visible;
}

.pi-best-list__item figure>a {
    width: 126px;
    height: 126px;
    /*border: 1px solid #eee;*/
    padding: 2px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    display: table-cell;
    background-color: #fff;
}

.pi-best-list__item figure>a img {
    width: auto;
    max-height: 160px;
    max-width: 160px;
}

.pi-best-list__title {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}

.pi-best-list__features {
    font-size: 15px;
    line-height: 22px;
    color: #888;
    margin: 8px 0;
}

.pi-best-list__features li {
    display: list-item;
}

.pi-best-list__pros {
    margin-right: 10px;
}

.pi-best-list__pros-title, .pi-best-list__cons-title {
    margin: 0 0 15px;
    font-size: 19px;
    font-weight: 700;
}

.pi-best-list__pros-title {
    color: #58c649;
}

.pi-best-list__cons-title {
    color: #f24f4f;
}

.pi-best-list__pros ul, .pi-best-list__cons ul {
    margin: 0 0 15px;
}

.pi-best-list__pros ul li, .pi-best-list__cons ul li {
    list-style: none !important;
    margin: 0 0 10px;
    display: block;
}

.pi-best-list__pros ul li:before {
    font-family: FontAwesome;
    /*content: '\e907';*/
    content: '\f058';
    color: #58c649;
    padding-right: 8px;
    font-size: 18px;
    /*vertical-align: top;*/
    vertical-align: middle;
}

.pi-best-list__cons ul li:before {
    font-family: FontAwesome;
    content: '\f00d';
    color: #f24f4f;
    padding-right: 8px;
    /*vertical-align: top;*/
    vertical-align: middle;
}

/*@media (max-width: 767px) {*/
@media (max-width: 1199px) {
    .tabledisplay.mobileblockdisplay, .mobileblockdisplay .celldisplay, .mobileblockdisplay .rowdisplay,
    .mobileblockdisplay {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    .pi-best-list__rank-count {
        top: 0;
        left: 50%;
        margin: -15px 0 0 -17px;
    }

    .pi-best-list__item {
        margin-bottom: 25px;
    }

    .pi-best-list__item>.mobileblockdisplay>div {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 10px 15px;
        margin: 0;
        text-align: center;
        border: none;
    }

    .pi-best-list__item figure {
        margin: 0 auto !important;
    }

    .pi-best-list__features {
        margin: 8px 32px;
        text-align: left;
    }

    .pi-best-list__pros ul, .pi-best-list__cons ul {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .pixelstrap ul {
        width: auto !important;
        max-width: unset !important;
    }
}

section.listicle-content {
    padding-top: 1.6rem;
}

section.listicle-content p {
    line-height: 1.3rem;
    font-size: 1rem;
}

section.listicle-content h3 {
    color: #222;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

section.listicle-content h4 {
    color: #444;
    margin-top: 1rem;
}

section.listicle-content li {
    display: list-item;
    margin-left: 1.5rem;
}
