﻿body {
    /*background-color: #000000!important;*/
    /*background-color: #9a0eff0d !important;*/
    /*background-color: #a2a2a20d !important;*/
    /*background-color: #f3f3f38c !important;*/
    background-color: #e0e0e08c !important;
}

.header_main {
    z-index: 1;
    padding: 20px 0 0px 0;
    /*height: 101px;*/
    height: 110px;
    background-color: #333;
    border: 0;
    background: url(/themes/didital2/content/images/header-mag.jpg?v=4);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

    .header_main .fill-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }

.mag-header-search-resultls {
    position: absolute;
    z-index: 999999;
    background: #fff;
    width: 100%;
    margin-top: 10px;
    max-height: 251px;
    min-height: 102px;
    box-shadow: 0 0 16px -11px black;
    border-radius: 10px;
    padding: 20px;
    text-align: right;
    overflow-y: auto;
}

@media(max-width: 560px) {
    .mag-header-search-resultls {
        width: calc(100vw - 30px);
    }
}

.mag-header-search-resultls li {
    min-height: 40px
}

    .cat_menu_container {
        padding-left: 0 !important;
    }

.cat_menu_title {
    margin-right: 27px;
}

.main_nav {
    width: 100%;
    border-top: 0;
    box-shadow: none;
    background: #fff;
    margin: 0;
}

.main_nav_content {
    height: unset !important;
}

.main_nav_dropdown li a {
    color: #929292;
    font-size: 12pt;
    font-weight: bold;
    /*text-shadow: rgb(0 0 0) 1px 0px 4px;*/
}

.main_nav_content .small-icons {
    opacity: .6;
}

.main_nav_content .mag-header-logo {
    height: 90px;

}

.header-search-box {
    border-top: 1px #e7e7e7 solid;
    /*padding: 13px 0;*/
    box-shadow: 0 21px 28px -24px #0000001f;
}

.header-search-box > div {
    padding: 10px 14px;
}

    /*@media(max-width: 768px) {
        .header-search-box {        
        padding: 13px 15px;        
    }
}*/

    .header-search-box .absolute-search-button {
        position: absolute;
        left: 0px;
        /* border-radius: 61px; */
        height: calc(100% - 2px);
        margin-top: 1px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .header-search-box .absolute-search-button .btn {
            border-radius: 25px;
            border-left: 1px solid #ced4da;
            min-width: 100px;
            color: gray;
        }

    .header-search-box input[readonly], .header-search-box input {
        border-radius: 25px;
        background-color: var(--primaryHighlightColorTransparent2);
        transition: all linear 200ms;
        padding-right: 40px;
    }


    .header-search-box .form-control-feedback {
        font-size: 14pt;
        padding-right: 5px;
    }

        .header-search-box .form-control-feedback.fa-spinner {
            padding-right: 0;
            margin-right: 3px;
        }


.main_nav_content .header-small-icons li {
    margin-right: 18px;
    display: inline-block;
    position: relative;
    height: 40px;
}

    .main_nav_content .header-small-icons li a {
        line-height: 40px;
    }

@media only screen and (max-width: 991px) {
    .main_nav_content {
        background: #fff !important;
        z-index: 0;
    }

    .top-image-grid {
        height: auto !important;
    }

    .center-image {
        width: unset;
    }

    .center-image {
        width: unset !important;
    }

    .top-image-grid .center-image img {
        height: 200px !important;
    }
}

.top-image-grid {
    height: 406px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 1px;
    z-index: 0;
}

    .top-image-grid .side .footer-title {
        font-size: 10pt;
    }

.top-image-grid img {
    max-width: 100%;
}

    .top-image-grid div {
        padding:0px;
    }

    .top-image-grid div.side {
        /*height: 100%;*/
        width:30%;
    }

        .top-image-grid div.side > div {
            height: 100%;
        }

            .top-image-grid div.side > div img {
                height: 200px;
                object-fit: cover;
                width:100%;
            }

.header-under-logo-helper {
    width: 135px;
}

.flex-mobile-helper {
    display: none;
    width: 25%;
}

@media(max-width: 768px) {
    .flex-mobile-helper {
        display: block;
    }
    .top-image-grid div.side > div img {
        width:100%;
    }

    .above-article-title {
        margin-top: 0px !important;
    }

    .top-image-grid div.side {
        width: 100%;
        min-width: 200px;
    }

    .mag_main_nav_menu {
        display: none;
        /*overflow-y: auto;*/
    }

    .mag_main_nav_menu ul {
        display: flex;
    }

    .mag_main_nav_menu_mobile {
        display: block !important;
    }


    .header-under-logo-helper {
        display: none;
    }


    .scroll-down-header.is-fixed .standard_dropdown li {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
    }

    .scroll-down-header.is-fixed .standard_dropdown li a {
        color: #333 !important;
        font-weight: bold;     
    }

    .scroll-down-header.is-fixed .standard_dropdown {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        width: 100%;
        padding: 7px;
        background-color: #e8e8e8;
        box-shadow: 0 0 24px -10px black;
    }


    /* start make big image how on top in mobile browsers using flex order and flex reverse */
    .article-cell.center-image {
        order: 1;
    }

    .top-image-grid div {
        flex-direction: column-reverse !important;
    }

    /* */
}

.scroll-down-header .main-nav-dropdown-wrapper {
    overflow-x: auto;
}

.top-image-grid .center-image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.center-image {
    width: 50%;
}

.top-image-grid .footer-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background-color: #00000026;*/
    padding: 10px;
    color: white;
    text-align: right;
    text-shadow: 2px 2px 1px black;
    font-size: 13pt;
    z-index: 1;
}

.top-image-grid .post-category {
    background-color: #e51a2d;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    color: white;
    top: 10px;
    left: 10px;
    padding: 6px;
    box-shadow: -51px -20px 53px 33px #00000091;
    font-size: 9pt;

}

.articles-body .title {
    color: white;
    background: transparent;
    text-align: right;
    padding: 13px 0px;
    border-bottom: 2px #cccccc solid;
    line-height: 15px;
    font-size: 16px;
}

    .articles-body .title span {
        /*color: white;
        background: #9800ff;
        padding: 9px 20px;
        line-height: 16px;*/
        color: #656565;
        padding: 9px 20px;
        line-height: 16px;
        font-weight: bold;
        letter-spacing: .5px;
    }

@media(max-width: 768px) {
    .articles-body {
        padding: 0;
    }
}

.arrow-purple-footer-left-side {
    background-color: white;
}

.article-cell {
    overflow: hidden;
    /* border-radius: 12px; */
    margin: 2px;
}

    .article-cell img {
        transition: all cubic-bezier(0.13, 0.55, 0, 1.02) 3s;
    }

    .article-cell:after {
        /*background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,.1)),color-stop(75%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.75)));
            background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
            background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);
            background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.75) 100%);*/
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.9) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(40%,rgba(0,0,0,.1)),color-stop(75%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,.9)));
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.9) 100%);
        background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.9) 100%);
        background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.9) 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 0;
    }

.article-cell:hover {
    cursor: pointer;
}

    .article-cell:hover img {
        transform: scale(1.2);
    }

.new-articles .div-image {
    background-size: contain;
    background-repeat: no-repeat;
    /*margin-top: 17px;*/
    padding: 0;
}

    .new-articles .div-image img {
        object-fit: cover;
        background-repeat: no-repeat;
        margin-top: 17px;
        max-width: 100%;
        width: 100%;
        height: 80px;
        border-radius: 5px;
    }

.artice-detail, .artice-detail p {
    font-size: 13pt;
    color: #7b7b7b;
    line-height: normal;
    line-height: 42px;
    font-weight: 100;
}

.article-detail-wrapper article .abs {
    padding: 45px 23px 10px 23px;
    text-align: justify;
    font-style: italic;
    font-size: 13pt;
    line-height: 30pt;
}


@media(max-width: 768px) {
    .article-detail-breadcrumb {
        padding: 2px 18px !important;    
    }

    .article-detail-breadcrumb li {
        display: inline-block;
        padding: 5px 0px !important;
        line-height: 18px;
    }

        .article-detail-breadcrumb li a {            
            font-size: 10pt;
        }

        .article-detail-breadcrumb li:after {
            content: '/' !important;
            margin: 0 5px 0 5px !important;
        }

        .article-detail-breadcrumb li:last-child:after {
            content: '' !important;
        }

    .article-detail-wrapper article .abs {        
        line-height: 24pt;
    }

    .artice-detail, .artice-detail p {
        font-size: 13pt;
        color: #7b7b7b;
        line-height: normal;
        line-height: 42px;
        font-weight: 100;
    }
}

/*.main_nav_dropdown li a {
    color: #fff;
    font-size: 12pt;
}*/


/* mag fixed header */
/*.header.is-fixed {
    position: relative !important;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    padding: 0;
    transition: none;

}*/

.main_nav.is-fixed {
    position: fixed;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    padding: 0;
    transition: none;
    top: 0;
}

.scroll-down-header {
    z-index: 1;
    left: 0;
    top: 0;
    /*width: 100%;*/
    /* font-size: 2rem; */
    /*background-color: white;*/
    /* padding: 3rem 0; */
    /*display: flex;*/
    justify-content: center;
    animation-duration: 0.5s;
    transition: 0.0s;
    background: var(--primaryBorder);
    width: 100%;
    top: 0;
    z-index: -3;
    opacity: 0;
    height: 0 !important;
}

    .scroll-down-header.is-fixed {
        position: fixed;
        z-index: 100;
        -webkit-animation-name: stickySlideDown;
        animation-name: stickySlideDown;
        padding: 0;
        transition: none;
        top: 0;
        opacity: 1;
        height: 40px !important;
    }

        .scroll-down-header.is-fixed .standard_dropdown li a {
            color: #fff;
            font-weight: bold;
        }

        .scroll-down-header.is-fixed .standard_dropdown li a:hover {
            color: #000000;
            /*text-shadow: none;*/
            text-shadow: 1px 1px 8px white;
        }



@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* end mag fixed header */

.standard_dropdown li a:hover {
    color: var(--primaryBorder);
}


.post__card_cat {    
    font-size: 9pt!important;
}

.post__card-2 .post__card__image-2 {
    width: 100%;
    object-fit: cover;
    height: 9rem;
}

.post__card-2 .post__card__image-2::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.post__card-2 .post__card__image-2:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.shine-on-hover figure img {
    width: 100%;
    object-fit: cover;
    height: 9rem;
    border-radius: 5px;
}

.shine-on-hover figure {
    position: relative;
}

    .shine-on-hover figure::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
        pointer-events: none;
    }

    .shine-on-hover figure:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.shine-on-hover article:hover figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.scroll-line {
    height: 2px;
    margin-bottom: 14px;
    background: white;
    width: 10%;
    z-index: 99999;
    top: 62px;
    position: fixed;
    top: 0;
    width: 0%;
    box-shadow: 4px 0 6px 0px black;
    border-radius: 25px 0 0 25px;
}

.above-article-title
{
    font-size: 9pt;
    margin-top: -20px;
    color: #a0a0a0;
    margin-bottom: 30px;
}

.time-to-read {
    font-size: 9pt;
    color: #a0a0a0;
/*    margin-top: -20px;
    margin-bottom: 30px;*/
}


/* start article tag */
.article-tags {
    list-style: none;
    text-align: right;
}

    .article-tags li {
        display: inline-block;
        padding: 7px 10px;
        font-size: 12px;
        background-color: #f2f2f2;
        color: #868e95;
        margin: 5px 0 5px 15px;
        border-radius: 10px;
    }
/* end product tag */

/* start share */
.share span {
    color: #585858;
    /*font-size: 15px;*/
    background-color: #dbdbdb;
    border-radius: 7px;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px transparent solid;
}

    .share span:hover {
        border: 1px var(--primaryBorder) solid;
    }


.share .linktosocials {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 7;
    border-radius: 0 0 7px 7px;
    width: 100%;
    text-align: right;
    display: none;
    /*border-radius: 19px;*/
}

/*    .share .linktosocials li a {
        display: block;
        border-radius: 0;
        padding: 9px 3px;
        border-bottom: 1px solid #d7d4d4;
        background-color: #eee;
        color: #585858;
        font-size: 12px;
    }*/

    .share .linktosocials li:first-child a {
        border-radius: 10px 10px 0 0;
    }


        .share .linktosocials li:hover .instagram {
            background-color: #3e75ff;
            color: #fff
        }

        .share .linktosocials li:hover .twitter {
            background-color: #5ccbff;
            color: #fff
        }

        .share .linktosocials li:hover .google-plus {
            background-color: #ed2525;
            color: #fff
        }

        .share .linktosocials li:hover .email {
            background-color: #da0606;
            color: #fff
        }

        .share .linktosocials li:hover .whatsapp {
            background-color: #25d366;
            color: #fff
        }

        .share .linktosocials li:hover .telegram {
            background-color: #08c;
            color: #fff
        }

        .share .linktosocials li:hover .facebook {
            background-color: #3b5998;
            color: #fff
        }

        .share .linktosocials li:last-child a {
            border-bottom: 0;
            border-radius: 0 0 7px 7px
        }

        .share .linktosocials li a {
            display: block;
            border-radius: 0;
            padding: 9px 3px;
            border-bottom: 1px solid #d7d4d4;
            background-color: #eee;
            color: #585858;
            font-size: 14px
        }

            .share .linktosocials li a:hover i {
                color: #fff
            }

            .share .linktosocials li a i {
                padding-left: 6px;
                padding-right: 6px;
                position: relative;
                top: 2px
            }

/* end share */

.no-text-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}



.mag-go-back-to-main-page {
    background-color: var(--primaryHighlightColor);
    border-color: var(--primaryHighlightColor);
    border-radius: 20px;
}


    .mag-go-back-to-main-page:hover {
        background-color: var(--primaryBorder);
        border-color: var(--primaryBorder);
    }

.kw-in-content-iframe {
    width: 100%;
    min-height: 400px;
}

.product-old-price {
    color: gray;
    position: absolute;
    left: 46px;
    bottom: 32px;
    font-size: 11pt;
    font-weight: 100;
    text-decoration: line-through;
}

.old-price-unit {
    text-decoration: none;
    display: inline-block;
    background: red;
    padding: 5px 8px;
    color: white;
    border-radius: 7px;
    position: absolute;
    left: -32px;
    bottom: -6px;
}



/* start mag detail */
.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

body {
    /*background-color: #000;*/
}

.ag-container-shops {
    padding: 20px 0;
    /*overflow: hidden;*/
}

    .ag-container-shops .flickity-viewport {
        overflow: visible;
    }

.ag-card-bg {
    height: 100%;
    /*width: 200%;*/
    width: 277%;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    /*left: -50%;*/
    left: -100%;
    -webkit-transition: height .6s;
    -moz-transition: height .6s;
    -o-transition: height .6s;
    transition: height .6s;
}

.ag-shop-card_box-wrap {
    padding: 15px;
}

.ag-shop-card_box {
    background-color: #FFF;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 300px;
}

.ag-shop-card_body {
    display: block;
    height: 250px;
    width: 300px;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
}

.ag-shop-card-body_link {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
}

.ag-shop-card-body_link {
    box-shadow: 0px 0px 40px -3px #00000094;
    border: 1.5px #484848 solid;
}

.ag-shop-card-body_img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.ag-shop-card_footer {
    padding: 15px 30px;
    border: 0;
    background-color: #FFF;
    position: relative;
}

.ag-shop-card-footer_title {
    display: block;
    line-height: 1.3;
    font-weight: 700;
    font-size: 14px;
    color: #690911;
    text-align: right;
    padding-right: 40px;
    padding-top: 4px;
    padding-bottom: 13px;
    height: 52px;
    margin-bottom: 10px;
}

.ag-shop-card-footer_products {
    display: block;
    line-height: 1.3;
    font-size: 12px;
    /*padding-right: 45px;*/
    margin-top: 11px;
    text-align: justify;
    line-height: normal;
    letter-spacing: 0px;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word; /* Important for long words! */
}

/*.text {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;


      @@supports (-webkit-line-clamp: 2) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
    }*/

.ag-shop-card-footer_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #e6e6e6;
    position: absolute;
    /*right: 30px;
              top: 15px;*/
    right: 20px;
    top: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ag-shop-card-footer_arrow {
    max-width: 16px;
}


@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}


.article-detail-wrapper {
    /*        background-color: white;
        padding: 10px 60px 60px 60px;
        border: 2px #b14fff solid;*/

    background-color: white;
    padding: 10px 60px 60px 60px;
    border-radius: 15px;
    box-shadow: 0 0 20px -14px black;
    /*border: 0;
        box-shadow: 0px 0 38px -22px #00000059;
        border-radius: 11px;*/
}

    .article-detail-wrapper article {
        position: relative;
    }

        .article-detail-wrapper article time {
            position: absolute;
            left: 0;
            font-size: 9pt;
            margin-top: 15px;
            font-family: digit, 'Yekan Bakh';
        }

        .article-detail-wrapper article h1 {
            font-size: 22pt;
            margin: 0;
            text-align: right;
            margin-right: 0;
            /*margin-top: 47px;*/
            text-align: justify;
            line-height: normal;
        }

        /*.article-detail-wrapper article .abs {
                padding: 45px 23px 10px 23px;
                text-align: justify;
                font-style: italic;
                font-size: 12pt;
                line-height: 30pt;
            }*/

        .article-detail-wrapper article img {
            max-width: 100%;
        }

.article-detail-side .row article {
    background-color: gray;
    min-height: 300px;
}

.article-detail-side .row div:after {
    background-color: gray;
    min-height: 300px;
    width: 99%;
}

.side-product-grid-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    /*grid-template-rows: 280px 280px 310px 280px;*/
    grid-template-rows: 313px 313px 313px 313px;
    column-gap: 10px;
    row-gap: 10px;
    margin-left: 10px;
    /*grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        justify-items: center;
        grid-gap: 4rem 3rem;*/
}

    .side-product-grid-wrapper.loader .product-grid-item:after {
        content: '';
        background-image: url(https://poweractive.shop/Themes/poweractive/Content/images/logo.png?v=2);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 83px;
        opacity: .6;
        animation: splash-scan 3s infinite;
        animation-delay: 0s;
    }

@keyframes splash-scan {
    0% {
        background-size: 80px;
    }

    50% {
        background-size: 100px;
    }

    100% {
        background-size: 80px;
    }
}

.side-product-grid-wrapper .product-grid-item {
    /*            background-color: white;
            padding: 10px;
            text-align: center;*/

    background-color: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 5px -4px black;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .side-product-grid-wrapper .product-grid-item a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .side-product-grid-wrapper .product-grid-item:hover {
        -webkit-box-shadow: inset 0 0 10px #673aba;
        box-shadow: inset 0 0 9px #673aba;
    }

.product-grid-item img {
    height: 100px;
    margin: auto;
}

.product-grid-item .product-title {
    /*height: 110px;*/
    /*min-height: 110px;*/
    min-height: 140px;
    color: #333;
    font-size: 10pt;
    /*margin-top: 10px;*/
    text-align: right;
    padding: 0 10px;
}

.product-grid-item .product-price {
    padding: 10px 0;
    font-size: 18px;
    color: #5c398e;
    font-weight: bold;
    font-family: digit,Yekan Bakh;
    text-align: left;
    padding-left: 15px;
    line-height: 9px;
}

    .product-grid-item .product-price .currency {
        font-size: 10pt;
        font-weight: 100;
        font-size: 8pt;
        font-weight: 100;
        margin-right: -3px;
    }

.product-grid-item .product-title {
    color: #333;
    font-size: 10pt;
    margin-top: 10px;
}

.article-detail-side-legend {
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: right;
    color: white;
    background-color: var(--primaryBorder);
    font-size: 15pt;
    margin-bottom: 10px;
    background-image: url(/Themes/poweractive/Content/images/suggestion-icon.png);
    background-repeat: no-repeat;
    background-size: 88px;
    background-position: 20px 70%;
    border-radius: 5px;
}

.quote {
    font-size: 16pt;
    line-height: 0;
    font-family: georgia, serif;
    color: #545454;
}

.quote-end {
    position: relative;
    top: 16px;
    font-size: 32pt;
}

.quote-start {
    position: relative;
    top: 16px;
    font-size: 32pt;
}

@media (min-width: 1101px) {
    .item-grid {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}
/* end mag detail */

/* start new footer */
.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 1px
    }

    .site-footer a {
        color: #737373;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #737373
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
/* end new footer */


.content-container, .desktop-main-content {
    flex: 0 0 340px;
    margin: auto;
    max-width: var(--mainContentWidthDesktop);
}