/* Newspaper theme underline patch*/
article .tagdiv-type a:hover{
    text-decoration: none;
}
.my-custom-table.az-table-cover {
    padding: 0px 15px;
    margin-bottom: 20px;
}
.my-custom-table a {
    text-decoration: none
}
.my_custom_table__item p,
.my_custom_table__item br
{
    display:none;
}
.my-custom-table .featured-border{
    border: 4px solid #addeff;
}
.my-custom-table .featured-border:hover {
    border-color: #e7cd60;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.my_custom_table__item-container:first-child>.my_custom_table__item.desktop {
    position: relative;
    border: 4px solid #addeff;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    -webkit-box-shadow: 0 2px 10px 0 rgba(78,137,175,.15);
    box-shadow: 0 2px 10px 0 rgba(78,137,175,.15);
}

.my_custom_table__item.desktop {
    position: relative;
    min-height: auto;
    height: 200px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}
.my_custom_table__item {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
    box-shadow: 0 -10px 16px 0 rgba(0,0,0,.05);
    position: relative;
    min-height: auto;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}
.my_custom_table__badge-wrapper.desktop {
    position: absolute;
    top: -15px;
    left: -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my_custom_table__badge-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.my_custom_table__position.desktop {
    height: 50px;
    width: 50px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my_custom_table__position {
    height: 42px;
    width: 42px;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #00113d;
    font-family: libre baskerville,serif;
    z-index: 3;
}
.my_custom_table__badge.desktop {
    top: 0;
    left: -6px;
    z-index: 2;
    font-size: 13px;
    padding: 6px 15px;
    position: relative;
    font-weight: 500;
}
.my_custom_table__badge {
    left: 60px;
    top: 33px;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    position: absolute;
    font-family: montserrat,sans-serif;
    background: #1c88e0;
    border-radius: 0 100px 100px 0;
    z-index: 2;
}
.my_custom_table__item__left {
    max-width: 220px;
    margin: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my_custom_table__img__wrapper.desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 160px;
    max-width: 160px;
}
.my_custom_table__img__wrapper {
    width: 150px;
    height: 150px;
    margin: auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.my_custom_table__img {
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.my_custom_table__img {
    margin: auto;
    display: table;
    /*max-width: 200px;*/
    max-height: 150px;
    border-radius: 4px;
}
.my_custom_table__item__center {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my_custom_table__item__center>.brg_editorial_product_card__brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.my_custom_table__title.desktop {
    font-size: 18px;
    max-height: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.my_custom_table__title {
    max-height: 60px;
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    margin: 15px 0 5px;
    display: -webkit-box;
    color: #00113d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.my_custom_table__brand.desktop {
    font-size: 18px;
    font-weight: 700;
    margin-top: 11px;
    min-height: 24px;
    max-width: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.my_custom_table__brand {
    font-size: 20px;
    font-weight: 900;
    max-width: 140px;
    color: #00113d;
    text-transform: capitalize;
    font-family: montserrat,sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
.my_custom_table__extra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    width: 95%;
}


.my_custom_table__info.desktop {
    height: auto;
    border: none;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    font-weight: 100;
    position: relative;
    margin-right: 25px;
    line-height: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.my_custom_table__info.desktop>.my_custom_table__info--arrow {
    height: 28px;
}
.my_custom_table__info.desktop .my_custom_table__info--arrow {
    top: 0;
    left: 100%;
}
.my_custom_table__info--arrow.up {
    margin-left: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.my_custom_table__info--arrow {
    width: 20px;
    height: 40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "✓ ";

    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
}
.my_custom_table__info.desktop {
    height: auto;
    border: none;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
    font-weight: 100;
    position: relative;
    margin-right: 25px;
    line-height: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.my_custom_table__info {
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #00113d;
    font-family: montserrat,sans-serif;
    background: #f3f3f3;
    border: solid .5px #e9e9e9;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
    background: #e9f5fd;
}
.my_custom_table__extra--wrapper.wide {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.my_custom_table__extra--wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.my_custom_table__item__right {
    /*border-left: 1px solid rgba(78,137,175,.15);*/
    width: 30%;
    min-width: 185px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*margin-left: 20px;*/
}
.my_custom_table__score.desktop {
    line-height: 35px;
    margin-bottom: 13px;
    position: relative;
}
.my_custom_table__score {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    font-weight: 900;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #78c02a;
    font-family: libre baskerville,serif;
}
.my_custom_table__score.desktop::after {
    color: #78c02a;
    content: "✓ ";
    left: 100%;
    margin-left: 6px;
    position: absolute;
    top: 0;
}
.my_custom_table__flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px;
}
.my_custom_table__flex-wrapper a:first-of-type {
    width: 100%;
    margin: auto;
    max-width: 240px;
}
.my_custom_table__button.desktop {
    background: var(--button_color);
    border-radius: 6px;
    color: #fff;
    min-height: 50px;
    width: 100%;
    outline: none;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.my_custom_table__button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: .8;
    -webkit-flex: .8;
    -ms-flex: .8;
    flex: .8;
    padding: 10px;
    border: none;
    font-size: 15px;
    max-width: 315px;
    max-height: 85px;
    overflow: hidden;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
    color: #00113d;
    letter-spacing: .35px;
    text-transform: capitalize;
    background: #e7cd60;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: montserrat,sans-serif;
}

.my-custom-table .accordion > input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    opacity: 0;
    z-index: 100;
    cursor: pointer
}

.my-custom-table .accordion .handle:hover {
    opacity: .8
}
.my-custom-table  .content-wrap {
    background: #e9f5fd;


}
.my-custom-table  .content {
    max-height: 0;
    padding: 0px 40px;

    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


.my-custom-table .accordion > input[type=checkbox]:checked ~ .content {
    height: auto;
    max-height: 800px;
    overflow: scroll
}

.my-custom-table .accordion {
    position: relative
}

.my-custom-table .accordion .handle {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.2em;
    display: inline-block;
    position: relative;
}

.my-custom-table .accordion .handle label{
    cursor: pointer;

}
.my-custom-table .accordion .handle label:before {
    content: "Show More "
}

.my-custom-table .accordion .handle label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: -15px;
    border-left: 6px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-top: -6px
}

.my-custom-table .accordion .handle.active label:before {
    content: "Close "
}

.my-custom-table .accordion .handle.active label:after {
    border-left: 6px solid transparent;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    margin-left: -4px;
    margin-top: -4px
}
.content .info-title{
    font-size: 25px;
}
.my-custom-table ul.product-highlights > li::before {
    content: "✓ ";
    color: #1a73e8;
}
.my-custom-table ul.product-highlights > li {
    padding-bottom: 15px;
    color: #636161;
    font-size: 17px;
    line-height: 1.3;
}
.my-custom-table ul.product-highlights > li:last-child{
    margin-bottom: 20px;
}


.my-custom-table .card .product-list ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.my-custom-table .accordion.mobile{
    display: none;
}

.my_custom_table__item:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 -2px 8px #ccc;
    box-shadow: 0 -2px 8px #ccc;
}
@media screen and (max-width: 768px) {
    .my-custom-table.az-table-cover {
        padding: 0px 0px;
    }
    .my_custom_table__item {
        padding: 25px;
        display: block;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .my_custom_table__item__left{
        width: 100%;
        max-width:100%;
        margin: 0px;
        display: block;
        text-align: right;
    }
    .my_custom_table__item__center{
        display: block;
        width: 100%;
    }
    .my_custom_table__badge{
        display: none;
    }
    .my_custom_table__badge-wrapper.desktop{
        justify-content: left;
        position: relative;
        display: inline-block;
        top: 0;
        float: left;
        left: 0;
    }
    .my-custom-table .accordion{
        display: none;
    }
    .my-custom-table .accordion.mobile{
        display: block;
    }
    .my_custom_table__item__right{
        border: none;
        display: inline-block;
        margin-left: 0px;
        width: 100%;
    }

    .my_custom_table__score.desktop {
        line-height: 1.5;
        margin-bottom: 0px;
        position: relative;
        display: inline-block;
        float: left;
    }

    .my_custom_table__flex-wrapper{
        width: 75%;
        display: inline-block;
        margin-right: auto;
        padding: 0px;
        margin-left: 20px;
        float: right;
        text-align: right;
    }

    .my_custom_table__button.desktop{
        width: 85%;
    }
    .my_custom_table__info {
        height: 40px;
        font-weight: 600;
        line-height: 40px;
        text-align: center;
        color: #00113d;
        font-family: montserrat,sans-serif;
        background: #f3f3f3;
        border: solid .5px #e9e9e9;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
        box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
        background: #e9f5fd;
    }
    .my_custom_table__img__wrapper.desktop{
        display: inline-block;
    }
    .my-custom-table .content{
        padding: 0px 20px;
    }
}