.text_align-center {text-align: center;}
.trusted__h2 {
    margin-bottom: 10px;
}
.da-news__item,
.s-review-wrapper {
    /*background-color: rgba(17, 17, 17, 0.05);*/
    padding: 20px 25px;
    border: 1px solid #eee;
    border-radius: 25px;
}
.s-review-wrapper .review-content  .star-empty.icon16 {
    font-weight: 900;
    color: #e6e6e6;
}
.s-review-wrapper .review-content  .star.icon16,
.s-review-wrapper .review-content  .star-hover.icon16,
.s-review-wrapper .review-content  .star-half.icon16 {
    color: rgb(0, 182, 122);
}
.s-review-wrapper .review-content span.review-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 24px;
    margin: 5px 0;
}
.s-review-wrapper .review-content span.review-username{
    font-size: 14px;
    font-weight: 500;
}

a.mixed-paging__else {
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    border-radius: 25px;
    border: 1px solid #eee;
}

/* Compare cashback */
.cbh-collection__title {
    margin: 20px 0px!important;
    text-transform: capitalize;
}
#product-compare .outer-content-list .outer-content-m:first-of-type h2.cbh-collection__title{
    display: none;
}
ol.cbh-collection {
    margin: 0px;
    padding: 0px;
    display: grid;
}
ol.cbh-collection.main__da {
    border-radius: 25px;
    overflow: hidden;
}

ol.cbh-collection li {
    list-style: none;
}

ol.cbh-collection * {
    box-sizing: border-box;
}
.collection-container > .item-container.secretdiscounter {
    order: 1;
    border-radius: 0px!important;
    background: #f5f3de!important;
    border-left: 3px solid #fdd718 !important;
}
.collection-container > .item-container > ol > li{
    margin: 1px 0;
    border-radius: 3px;
    overflow: hidden;
}
/* 2 Column Card Layout */
@media screen and (max-width: 736px) {
    ol.cbh-collection.main__da {
        border-radius: 0px;
        overflow: hidden;
    }

    .collection-container > .item-container {
        border-radius: 25px!important;
        border: 1px solid #f4f4f4;
        overflow: hidden;
    }
    .collection-container > .item-container.secretdiscounter {
        border-radius: 25px!important;
    }

    .collection-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .item {
        padding: 20px 15px 5px;
    }

        /* Don't display the first item, since it is used to display the header for tabular layouts*/
    .collection-container>li:first-child {
        display: none;
    }

    .attribute::before {
        content: attr(data-name);
    }

    /* Attribute name for first column, and attribute value for second column. */
    .attribute {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Tabular Layout */
@media screen and (min-width: 737px) {
    /* The maximum column width, that can wrap */
    .item-container.item-container__header,
    .collection-container > .item-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }


    .attribute-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
    }

    /* In order to maximize row lines, only display one line for a cell */
    .attribute {
        border-right: 1px solid gray;
        border-bottom: 1px solid gray;
        padding: 2px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .collection-container>.item-container:first-child {
        background-color: #f4f4f4;
        border-bottom: 1px solid #ddd;
        order: 0;
    }
    .item-container.item-bold_da .attribute:not(:first-of-type) {
        /*font-weight: 600;*/
    }
    .collection-container>.item-container:first-child .attribute {
        border-color: #f4f4f4;
        font-weight: bold;
    }

    /* Center header labels */
    .collection-container>.item-container .attribute {
        display: flex;
        align-items: center;
        justify-content: center;
        text-overflow: initial;
        overflow: auto;
        white-space: normal;
        border-color: transparent;
    }
    .collection-container>.item-container .attribute a {
        text-align: center;
    }
    .collection-container > .item-container {
        border-right: 1px solid #f7f7f7;
    }
    .collection-container > .item-container:nth-child(2n) > div {
        background: rgba(0, 0, 0, 0.01);
    }
}
.item-container > ol{
    padding: 0px;
}
.collection-container > .item-container {
    order: 2;
}
.collection-container > .item-container:last-of-type {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.collection-container > .item-container.secretdiscounter .attribute {
    flex-direction: column;
}
.item-container__header .attribute.cbh-info {
    padding: 8px 0;
}
.collection-container > .item-container.secretdiscounter .attribute i {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #7f7934;
}
.collection-container > .item-container .attribute .button {
    height: 30px;
    margin: 10px 0;
    line-height: 30px;
}
.collection-container > .item-container .attribute a img {
    margin-right: 5px;
    vertical-align: text-top;
}

/* Search */
.products-mini__link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.products-mini__link .products-mini__content {
    margin: 0 0 0 15px;
}
.products-mini__link .products-mini__image {
    min-width: 70px;
    float: left;
    text-align: center;
    height: 30px;
}
.products-mini__link .products-mini__image img {
    max-width: 100%;
    max-height: 30px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.products-mini__prices {
    width: 100%;
}
.products-mini__cashback {
    font-size: 12px;
}

/* DA NEWS BLOCK MAIN */
.da-news__item {
    padding: 25px;
}
.da-news__item .da-news__link {
    display: flex;
    text-decoration: none;
    gap: 2rem;
    flex-wrap: wrap;
}
.da-news__item .da-news__link .da-news__image {
    flex: auto;
    width: 100%;
    overflow: hidden;
    max-width: 100px;
}
.da-news__item .da-news__link .da-news__image img {
    border-radius: 5px;
    object-fit: cover;
    height: 100%;
    max-height: 100px;
    width: 100%;
}
.da-news__item .da-news__link .da-news__content {
    flex: 1;
}
.da-news__item .da-news__link .da-news__content .da-news__title {
    font-weight: 600;
    font-size: 18px;
}
.da-news__item .da-news__link .da-news__content .da-news__date {
    line-height: 30px;
    font-size: 12px;
    color: #757575;
    float: left;
}
.da-news__item .da-news__link .da-news__content .da-news__btn {
    float: right;
}
@media (max-width: 550px) {
    .da-news__item .da-news__link .da-news__image {
        max-width: 100%;
    }
    .da-news__item .da-news__link .da-news__image img {
        max-height: 150px;
    }
}

.adsbygoogle_div {
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 40px 0px 0px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}
.adsbygoogle {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.mainpage .adsbygoogle_div {
    text-align: center;
    margin-bottom: 25px;
}
.sidebar-l .adsbygoogle_div{
    margin: 40px 0px 40px;
}
@media (max-width: 1000px) {
    .sidebar-l .adsbygoogle_div{
        margin: 0 0 40px;
    }
}
.onetrack_ads .adsbygoogle_div{
    margin: 50px 0px 50px;
    display: flex!important;
    justify-content: center;
}
.product-info .adsbygoogle_div{
    margin: 50px 0px 50px;
}


@keyframes placeHolderShimmer {
    0% {
        background-position: -1000px 0
    }
    100% {
        background-position: 1000px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8;
    background: linear-gradient(to right, #ffffff 5%, #f5f5f5 15%, #ffffff 45%);
    background-size: 1000px 104px;
    height: 70px;
    position: relative;
}

.animated-background > div {
    background: white!important;
}

/* SAVE BOOKMARKS*/
.popup-content.popup-content--save_bookmarks {
    height: 100vh;
    max-width: 320px;
    border-radius: 0px;
    padding: 40px;
    margin: 0px;
    margin-right: -6px;
    float: right;
}

.popup-content.popup-content--save_bookmarks img{
    width: 100%;
    height: auto;
    max-width: 250px;
    object-fit: contain;
}

.popup-content.popup-content--save_bookmarks .h1 {
    font-size: 30px;
    line-height: 36px;
}

a.mixed-paging__else.view__all_btn__withoutbg {
    display: block;
    margin-top: -30px;
    margin-bottom: 50px;
    border-radius: 0px;
}

@media (max-width: 500px) {
    .category-sort {
        float: right;
        margin-top: 8px;
    }
}


