@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/PLS/PLS.ktuldpmbbh.bundle.scp.css';

/* _content/PL/Views/AccountManage/IndexAccountManage.razor.rz.scp.css */
body[front-account-css] {
}

.width-100[front-account-css] {
    width: 100%;
    float: left;
}

[front-account-css] .width-100 {
    width: 100%;
    float: left;
}

[front-account-css] .collapse-account {
    width: 100%;
    float: left;
}

[front-account-css] .nav-link-account {
    width: 100%;
    float: left;
    color: #000;
    padding: 5px 0px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

    [front-account-css] .nav-link-account img {
        opacity: 0.3;
    }

    [front-account-css] .nav-link-account.active {
        font-weight: bold;
    }

        [front-account-css] .nav-link-account.active img {
            opacity: 1;
        }

    [front-account-css] .nav-link-account:hover {
        font-weight: bold;
        text-decoration: none;
    }

        [front-account-css] .nav-link-account:hover img {
            opacity: 1;
        }

[front-account-css] .account-name-link {
}

[front-account-css] .dropdown-account {
    width: 100%;
    float: left;
    position: sticky;
    top: 85px;
    margin-bottom: 30px;
}

[front-account-css] .user-profile {
    display: flex;
    align-items: start;
}

    [front-account-css] .user-profile img {
        width: 75px;
        height: auto;
        margin-top: -6px;
    }

    [front-account-css] .user-profile .up-info {
        display: flex;
        flex-direction: column;
    }

        [front-account-css] .user-profile .up-info .up-name {
            font-size: 1.8rem;
            color: #000;
            margin-bottom: 5px;
            font-weight: 700;
            line-height: 1;
        }

[front-account-css] .user-profile .up-details {
    display: flex;
    align-items: center;
}

    [front-account-css] .user-profile .up-details .up-item {
        display: flex;
        align-items: center;
        color: #000;
        font-size: 15px;
        position: relative;
    }

        [front-account-css] .user-profile .up-details .up-item:first-of-type {
            padding-right: 15px;
            margin-right: 15px;
        }

            [front-account-css] .user-profile .up-details .up-item:first-of-type::after {
                content: '';
                width: 2px;
                height: 15px;
                background: #eee;
                position: absolute;
                right: 0;
            }

    [front-account-css] .user-profile .btn-link {
        font-weight: 500;
        color: #198754;
        display: flex;
        align-items: center;
    }

[front-account-css] .AccountShortcut {
    margin-top: 1.5rem;
}

    [front-account-css] .AccountShortcut .shortcut-item {
        border-radius: 5px;
        padding: 15px;
        margin: 0;
        position: relative;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        background: #f4f4f4;
    }

[front-account-css] .shortcut-item .shortcut-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
}

    [front-account-css] .shortcut-item .shortcut-header .shortcut-title {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 1.2rem;
        color: #000;
    }

    [front-account-css] .shortcut-item .shortcut-header .shortcut-icon {
        font-size: 24px;
        color: #4b4b4b;
    }

[front-account-css] .shortcut-item .btn-link {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
}

[front-account-css] .account-summary .ProductItem.PSmall {
    height: 100%;
    margin: 0;
    border: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #00000017;
}

    [front-account-css] .account-summary .ProductItem.PSmall .row {
        width: 100%;
    }

    [front-account-css] .account-summary .ProductItem.PSmall .ProdImage {
        min-height: unset;
    }

        [front-account-css] .account-summary .ProductItem.PSmall .ProdImage img {
            max-height: unset;
            width: 100%;
            height: auto;
        }

    [front-account-css] .account-summary .ProductItem.PSmall .ProdDetails {
        min-height: unset;
        text-align: start;
        color: #777;
        line-height: 1.3;
    }

    [front-account-css] .account-summary .ProductItem.PSmall .ProdTitle {
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 15px;
        color: #000;
        max-height: 55px;
        height: unset;
    }

[front-account-css] .btn-secondary.btn-light {
    background-color: #dedede !important;
    border-color: #dedede;
}

    [front-account-css] .btn-secondary.btn-light:hover {
        background-color: #ccc !important;
        border-color: #ccc;
    }

[front-account-css] .btn-link-dark.bg-light {
    background-color: #f5f5f5 !important
}

    [front-account-css] .btn-link-dark.bg-light:hover {
        background-color: #e9e9e9 !important
    }

[front-account-css] .order-box {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 10px 20px 0px, rgba(0, 0, 0, 0.01) 0px 1px 2px 0px;
    padding: 20px 20px;
}

[front-account-css] .order-nr {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #9b9b9b;
    position: relative;
    top: -2px;
}

[front-account-css] .order-title a {
    color: #000;
}

[front-account-css] .order-btn-group {
}

[front-account-css] .adress-title {
    margin-top: 0px;
    margin-bottom: 10px;
}

    [front-account-css] .adress-title .hydrated {
        font-size: 19px;
        margin-bottom: -3px;
    }

[front-account-css] .table-bg {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 15px 15px;
    margin-top: 15px;
}

[front-account-css] .small-adress-title {
    position: relative;
    margin-top: -10px;
}

[front-account-css] .box {
    padding: 20px 20px
}

[front-account-css] .small-heading {
    font-size: 14px;
    color: #9b9b9b;
}

[front-account-css] .box-item {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    [front-account-css] .box-item:last-of-type {
        border-bottom: 0px solid #e5e5e5;
    }

[front-account-css] .form-control {
    overflow: hidden;
}

[front-account-css] .nav-admin-tabs .nav-link {
    color: #000;
}

    [front-account-css] .nav-admin-tabs .nav-link.active {
        font-weight: bold;
    }

[front-account-css] .address-btns {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

[front-account-css] .settings-addresses .address-btns {
    padding-left: 0 !important;
}

[front-account-css] .notification-count {
    border-radius: 20px;
    color: #fff;
    background-color: #de1c37;
    text-align: center;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 2px 6px;
    line-height: 1.3;
    font-weight: normal !important;
}

/* Order tracking */
[front-account-css] .order-tracking {
    position: relative;
}

    [front-account-css] .order-tracking .stage {
        display: flex; 
        align-items: start;
    }

        [front-account-css] .order-tracking .stage .stage-date {
            width: 95px;
            display: flex;
            flex-direction: column;
            text-align: right;
            font-size: 14px;
            padding: 0 20px 20px 0;
            color: #666;
        }

            [front-account-css] .order-tracking .stage:last-of-type .stage-date {
                padding-bottom: 0;
            }

        [front-account-css] .order-tracking .stage .stage-details {
            display: flex;
            flex-direction: column;
            padding: 0 0 45px 20px;
            position: relative;
            color: #666;
            border-left: 1px solid #ccc;
            width: calc(100% - 95px);
        }

            [front-account-css] .order-tracking .stage:last-of-type .stage-details {
                padding-bottom: 0;
            }

        [front-account-css] .order-tracking .stage .stage-details::before {
            content: '';
            position: absolute;
            left: -5px;
            top: 7px;
            width: 8px;
            height: 8px;
            background-color: #a5a5a5;
            border-radius: 50%;
            box-shadow: 0 0 0 5px #fff;
        }

        [front-account-css] .order-tracking .stage .stage-title {
            color: #000;
        }

        [front-account-css] .order-tracking .stage .stage-location {
            display: flex;
            align-items: center;
        }

            [front-account-css] .order-tracking .stage .stage-location img {
                opacity: 0.5;
                margin-right: 3px;
                width: 16px;
                height: auto;
            }


/*-----Responsive-----*/
@media(min-width: 767px) {
    .collapse-account[front-account-css] {
        display: block !important;
    }

        .collapse-account:not(show)[front-account-css] {
            display: block !important;
        }

    [front-account-css] .account-name {
        display: none;
    }

    [front-account-css] .left-box {
        border-right: 1px solid #e5e5e5;
        padding-left: 35px;
    }

    [front-account-css] .right-box {
        padding-right: 35px;
    }
}

@media(max-width: 767px) {
    [front-account-css] .account-name-link {
        display: none;
    }

    [front-account-css] .box {
        padding: 20px 30px
    }

    [front-account-css] .collapse-account {
        margin-top: 10px;
    }
}

@media(max-width: 991px) {
    [front-account-css] .card {
        height: auto !important;
        margin-top: 15px !important;
    }

    [front-account-css] .order-box .btn-dark {
        float: left !important;
        margin-top: 10px;
    }

    [front-account-css] .order-btn-group {
        width: 100%;
        float: left;
    }
}

@media(min-width: 991px) {
    [front-account-css] .border-card {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
}

@media(max-width: 576px) {
    [front-account-css] .order-tracking .stage .stage-details {
        font-size: 15px;
    }

    [front-account-css] .order-tracking .stage .stage-date {
        width: 95px;
        display: flex;
        flex-direction: column;
        text-align: right;
        font-size: 13px;
        padding: 0 20px 20px 0;
        color: #666;
    }
}
/* _content/PL/Views/FrontArticleCategory/IndexFrontArticleCategory.razor.rz.scp.css */
.ArtItem[front-articlecategory-css] {
    width: 100%;
    float: left;
    padding: 0px 0px;
    border-radius: 5px;
    margin: 10px 0px;
    height: fit-content;
}

.ArtClip[front-articlecategory-css] {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ShortDescription[front-articlecategory-css] {
    max-height: 75px;
    height: auto;
    overflow: hidden;
}

[front-articlecategory-css] .ArtInfo .btn-outline-secondary {
    border-color: #e74315;
    color: #e74315;
}

    [front-articlecategory-css] .ArtInfo .btn-outline-secondary:hover {
        background-color: #e74315;
        color: #ffffff;
    }

/* _content/PL/Views/FrontArticle/IndexFrontArticle.razor.rz.scp.css */
.thumbImage[front-article-css] {
    overflow: hidden;
    height: 100px;
    text-align: center;
}

    .thumbImage img[front-article-css] {
        max-width: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.xzoom-thumbs[front-article-css] {
    overflow: hidden !important;
    height: 100px;
}

    .xzoom-thumbs .owl-stage[front-article-css] {
        float: none;
        margin: 0 auto;
    }

[front-article-css] .xzoom-thumbs .owl-stage {
    float: none;
    margin: 0 auto;
    text-align: center;
}
[front-article-css] .xzoom-thumbs .owl-stage {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto
}
[front-article-css] .owl-carousel.owl-drag .owl-item {
    display: flex;
}

.owl-carousel .owl-item[front-article-css] {
    margin-right: 10px !important;
}
.ArticlePage iframe[front-article-css]
{
    max-width: 100% !important;
    margin: 20px auto
}

@media (max-width: 990px) {
    .ArticleRating[front-article-css] {
        zoom: 0.8;
    }
}

@media (max-width: 576px) {
    .leftArticle h1[front-article-css] {
        font-size: 22px;
    }

    .leftArticle .h2[front-article-css], .leftArticle h2[front-article-css] {
        font-size: 1.2rem;
    }
}
/* _content/PL/Views/FrontDepartment/IndexFrontDepartment.razor.rz.scp.css */



/*CarouselBanner effect*/
[front-department-css] .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

[front-department-css] .carousel-item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
}

[front-department-css] .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    color: #fff;
    text-align: center;
}
[front-department-css] .carousel-caption {
    text-shadow: 0 0 3px #000;
    font-size: 27px;

}

    [front-department-css] .carousel-caption h3 {
        font-size: 32px;
        color: #de1c37
    }

[front-department-css] .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

[front-department-css] .carousel-fade .carousel-inner .active {
    opacity: 1;
}

[front-department-css] .carousel.carousel-fade .active.left,
[front-department-css] .carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

[front-department-css] .carousel-item {
    transition: opacity 0.5s !important;
}


[front-department-css] .OnHomePager {
    width: 100%;
    margin-top: 20px;
}

[front-department-css] .OnHomePager .pagination .btn-prev {
    font-size: 30px;
    background: #efefef;
    line-height: 23px;
    margin-right: 10px;
}

[front-department-css] .OnHomePager .pagination .btn-next {
    font-size: 30px;
    background: #efefef;
    line-height: 23px;
}

[front-department-css] .OnHomePager .pagination .PagNum {
    display: none
}

[front-department-css] .GuestbookComments {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: #efefef;
    border-radius: 5px;
}

[front-department-css] .CategoriesPhotoHome {
    margin-top: 20px;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
}

    [front-department-css] .CategoriesPhotoHome img {
        opacity: .5;
    }

[front-department-css] .CategoriesPhotoHomeTitle {
    font-weight: 600;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #fff;
    padding: 10px;
    text-align: center;
    top: 0;
    bottom: 0;
    display: block;
    height: 20px;
    z-index: 9;
    line-height: 28px;
}

[front-department-css] .NewsletterSub {
    text-align: center;
    background: #0082e6;
    background-image: -webkit-linear-gradient(left,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
    background-image: linear-gradient(to right,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
    color: #fff;
    padding: 20px 10px;
}

    [front-department-css] .NewsletterSub input {
        font-size: 18px;
        height: 50px;
    }

    [front-department-css] .NewsletterSub .btn {
        background-color: #1a5fa9;
        border-color: #6b9dc3;
    }

.GalleryPage img[front-department-css] {
    max-width: 100%;
}

/*Articles*/
[front-department-css] .ArtDate {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px
}
/* _content/PL/Views/FrontProductCategory/IndexFrontProductCategory.razor.rz.scp.css */

[front-productcategory-css] h1 {
    font-size: 20px;
}

[front-productcategory-css] .btn-outline-dark:hover {
    color: #fff;
}

[front-productcategory-css]  .ProdSortbar .form-control {
    border: 0;
    background-color: transparent;
    color: #6c757d;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
}


[front-productcategory-css] .AtributBox {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
/*ProductsList*/

[front-productcategory-css] .table .ProdTitle {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

[front-productcategory-css] .table .table-header {
    background-color: #f6f6f6;
}

[front-productcategory-css] .ProdRecentVisited .ProductItem {
    margin: 0 10px;
}

[front-productcategory-css] .AddtoFav button, [front-productcategory-css] .AddtoComp button {
    position: absolute;
    left: 0;
    outline: none;
    opacity: 0
}

[front-productcategory-css] .ProductItem.PSmall .ProdDetails {
    min-height: 130px
}

[front-productcategory-css] .ProductItem.PSmall .ProdImage {
    min-height: 200px;
}

[front-productcategory-css] .ProductItem.PSmall .ProdImage img {
    max-height: 200px;
}

[front-productcategory-css] .ProductItem .ProdTitle {
    display: block;
/*    height: 50px;
*/    overflow: hidden;
}
[front-productcategory-css] .offcanvas-title.experience-text{
    font-weight:bold;

}

[front-productcategory-css] .offcanvas-header{
    justify-content:center;
}

[front-productcategory-css] .offcanvas-title {
    margin: auto;
}

[front-productcategory-css] .ProductRating a {
    margin-right: 10px
}

.sort-results[front-productcategory-css], [front-productcategory-css] .sort-results {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

[front-productcategory-css] .ResultOnPage {
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

[front-productcategory-css] .ProdSortbar {
    color: #777;
}

    [front-productcategory-css] .ProdSortbar .control-label {
        text-align: right;
        padding: 0 0 0 5px;
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
        font-weight: 700;
        color: #777;
    }

    [front-productcategory-css] .ProdSortbar .form-control {
        color: #777;
        margin-right: 5px;
        font-size: 14px;
        border-bottom: solid 1px #ccc;
        padding-top: 0px;
        padding-bottom: 3px;
    }

    [front-productcategory-css] .ProdSortbar .ResultOnPage {
        color: #777;
        font-size: 13px;
        font-weight: 700;
    }

[front-productcategory-css] .orientation-btns .btn {
    display: flex;
    align-items: center;
    border-color: #ccc;
}

    [front-productcategory-css] .orientation-btns .btn:hover {
        background-color: #f6f6f6;
    }
 
 
[front-productcategory-css] .ProdCategoriesLeft .ProdSubCategories a {
    font-size: 13px;
}

[front-productcategory-css] .ProdAtributesLeft input[type=checkbox], [front-productcategory-css] .ProdAtributesLeft input[type=radio] {
    width: 15px;
    height: 15px;
}

[front-productcategory-css] .ProdCategoriesLeft ul, [front-productcategory-css] .ProdAtributesLeft ul, [front-productcategory-css] .ArticlesCategories ul {
    list-style-type: none;
    padding: 0;
}

    [front-productcategory-css] .ProdCategoriesLeft ul li, [front-productcategory-css] .ArticlesCategories ul li {
        padding: 5px 0
    }



[front-productcategory-css]  .ProdCategoriesLeft a, [front-productcategory-css] .ProdAtributesLeft a, [front-productcategory-css] .ArticlesCategories a {
    color: rgba(0,0,0);
    font-size: 16px; cursor: pointer;
    text-wrap:auto;
}

[front-productcategory-css] input[type=checkbox], 
[front-productcategory-css] input[type=radio] {
    border: 1px solid #dbdbdb;
    padding: 0.5em;
    -webkit-appearance: none;
    border-radius: 0px;
    margin-top: 0;
    margin-right: 10px;
    background-color: #fff;
    cursor: pointer;
}

[front-productcategory-css] input[type="checkbox"]:checked,
[front-productcategory-css] input[type="radio"]:checked {
    background-image: url(/images/general/white-check.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #0f5f4a;
    border-color: #0f5f4a;
}
    [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a {
    display: inline-block;
    font-size: 13px;
    color: #6c757d;
    border-radius: 30px;
    border: solid 1px #ccc;
    padding: 2px 5px;
    cursor: pointer;
}

    [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a:hover span {
        color: #de1c37
    }

[front-productcategory-css] .filters-selected {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-right: 9px;
}

    [front-productcategory-css] .filters-selected .atribute-selected {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        font-size: 14px;
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        color: #000;
        margin: 0 5px 5px 0;
        padding: 2px 10px;
        border-radius: 5px;
        transition: all .3s;
    }

        [front-productcategory-css] .filters-selected .atribute-selected:hover {
            border-color: #000;
        }

[front-productcategory-css] .EditGenralBtn {
    position: absolute;
    right: 0;
}

[front-productcategory-css] .pagination .btn {
    margin-right: 5px;
}

[front-productcategory-css] .pagination .btn-secondary {
    color: #fff;
}

.xzoom-source[front-productcategory-css], .xzoom-preview[front-productcategory-css] {
    display: none !important
}

.bg-gray-portofolio[front-productcategory-css] {
    background-color: #f7f7f7;
}

/*Culoare fundal*/
/*::deep .row-wrapper {
    height: 710px;
    overflow-y: auto;
}
*/

/*  ::deep .row-wrapper::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 40%;
        background-color: #f7f7f7;
        z-index: -1;
   
::deep .portofolio-map-background .row-wrapper::-webkit-scrollbar {
    width: 14px;
    background-color: #ffffff;
}

::deep .portofolio-map-background .row-wrapper::-webkit-scrollbar-thumb {
    background-color: #003b59;
    border: 3px solid #ffffff;
} }*/

[front-productcategory-css] .ProdDetails .ProdTitle a{
    font-weight:bold;
    text-align:left;
}

/*::deep .portofolio-map-background .row-wrapper::-webkit-scrollbar-button {
    height: 20px;
    background-color: #003b59;
    display: block;
    background-repeat: no-repeat;
    background-position:center;
    background-size:50%;
}

::deep ::-webkit-scrollbar-button:vertical:start:increment {
    background-image: url('/wwwroot/images/arrow-top-portofolio.svg');
}

::deep ::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}

::deep ::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}

::deep ::-webkit-scrollbar-button:vertical:end:decrement {
    background-image: url('/wwwroot/images/arrow-top-portofolio.svg');
}
*/

[front-productcategory-css] .ProductItem .ProdImage {
    min-height: 0px;
    height:300px;
}

    [front-productcategory-css] .ProductItem .ProdImage img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: all .3s;
    }

[front-productcategory-css] .ProductItem .ProductAtributes{
    height:100%;
}
/*Portofoliu*/
[front-productcategory-css] .experience-map.portofolio-map {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*Portofoliu*/

[front-productcategory-css] .portofolio-map-background {
   padding-top: 40px;
    z-index: 1;
}

/*Pagina de Portofoliu*/
/*::deep .PortofolioPage,
::deep .ProdDetails {
    position: relative;
}

::deep .ProdImage.ProdPortofolio {
    position: relative;
    overflow: hidden;
}

::deep .ProdImage.ProdPortofolio img{
    width:100%;
    height:auto;
}

    ::deep .ProdImage.ProdPortofolio .ProdDetails {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background: rgba(33, 37, 41, 0.2);
    }


::deep .PortofolioItem.PortofolioPage .view-btn {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

    ::deep .PortofolioItem.PortofolioPage .view-btn:before {
        height: 26px;
        width: 4px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -500px);
        -moz-transform: translate(-50%, -500px);
        -webkit-transform: translate(-50%, -500px);
        -ms-transform: translate(-50%, -500px);
        -o-transform: translate(-50%, -500px);
    }

    ::deep .PortofolioItem.PortofolioPage .view-btn:after {
        height: 4px;
        width: 26px;
        top: 50%;
        left: 50%;
        transform: translate(-500px, 50%);
        -moz-transform: translate(-500px, 50%);
        -webkit-transform: translate(-500px, 50%);
        -ms-transform: translate(-500px, 50%);
        -o-transform: translate(-500px, 50%);
    }

::deep .PortofolioItem.PortofolioPage:hover .view-btn:after,
::deep .PortofolioItem.PortofolioPage:hover .view-btn:before {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 1;
}

    ::deep .PortofolioItem.PortofolioPage .view-btn:after,
    ::deep .PortofolioItem.PortofolioPage .view-btn:before {
        content: "";
        position: absolute;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        background: #fff;
        opacity: 0;
    }

::deep .PortofolioItem.PortofolioPage:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}


::deep .PortofolioItem.PortofolioPage {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

    ::deep .PortofolioItem.PortofolioPage:hover .view-btn {
        background: #003b59;
        transition-delay: 0s;
    }

    ::deep .PortofolioItem.PortofolioPage .ProdDetails {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        background:0;
        background-color: rgba(33, 37, 41, 0.2);
    }

        .lightimg {
            cursor: pointer;
        }

::deep .PortofolioItem.PortofolioPage .ProdDetails .ProdTitle {
    position: absolute;
    padding-right: 20%;
    margin: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

::deep .PortofolioItem.PortofolioPage .ProdDetails .sub-title {
    writing-mode: tb-rl;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}* /

    /*Pagina de Portofoliu*/

.portofolio-map-background .offcanvas[front-productcategory-css] {
    position: absolute;
}

.portofolio-map-background .offcanvas-start[front-productcategory-css] {
    width:650px;
    height:650px;
}

[front-productcategory-css] .offcanvas-body {
    overflow-y: visible;
}

[front-productcategory-css] .offcanvas-body .jsmaps-wrapper .jsmaps{
    top:0 !important;
}

/*    @media(max-width:1199px) {
        ::deep .portofolio-map-background .row-wrapper::after {
            height: 0;
        }

        ::deep .portofolio-map-background .row-wrapper {
            height: 870px;
        }
    }
*/

.ProdAtributesLeft[front-productcategory-css] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; 
    background-color: #f7f7f7; 
}

.atribute-title[front-productcategory-css] {
    color: #e74315;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    border-radius: 0;
    padding: 6px 12px;
    cursor: pointer;
    /*    text-transform: uppercase;
*/ display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    gap: 5px;
}

.dropdown-menu[front-productcategory-css] {
    background: #fff;
    border: 1px solid #f6f6f6;
    padding: 10px;
    min-width: 100%;
    width: fit-content;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 9px #0000000f;
    box-shadow: 0px 5px 9px #0000000f;
}

dropdown-menu li[front-productcategory-css] {
    padding: 0 0 5px 0;
    width: 100%;
    background-color: transparent !important;
}

.dropdown-item[front-productcategory-css] {
    padding: 5px 10px;
    color: #0f5f4a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

[front-productcategory-css] .PortofolioFilter .ProdAtributesLeft .col-atribute:first-child{
    display:none !important;
}

.dropdown-menu li label[front-productcategory-css] {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent !important;
}
.dropdown-item:hover[front-productcategory-css] {
    background-color: #0f5f4a;
}

    [front-productcategory-css] .ProductItem .ProdDetails{
        margin-top:10px;
    }

.ProdCount[front-productcategory-css] {
    font-size: 12px;
    color: #888;
}

[front-productcategory-css] .atributes-list{
    max-height:240px;
    overflow:auto;
}

/*Filter changed*/

[front-productcategory-css] .ProdAtributesLeft .selected-filters {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

    [front-productcategory-css] .ProdAtributesLeft .selected-filters .selected-item {
        display: flex;
        align-items: center;
        gap: 15px;
    }

[front-productcategory-css] .ProdAtributesLeft .selected-filter {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #e74315;
    padding: 4px 8px;
    cursor: pointer;
    transition: all 0.2s;
}

    [front-productcategory-css] .ProdAtributesLeft .selected-filter:hover {
        background-color: #e74315;
        color: #fff;
    }

        [front-productcategory-css] .ProdAtributesLeft .selected-filter:hover .atribute-selected {
            color: #fff;
        }

        [front-productcategory-css] .ProdAtributesLeft .selected-filter:hover .remove-filter {
            color: #fff !important; 
        }

[front-productcategory-css] .selected-item .selected-filter .atribute-selected .remove-filter {
    margin-left: 5px;
    font-weight: bold;
    color: #e74315;
    cursor: pointer;
    line-height: 1;
}

[front-productcategory-css] .ProdAtributesLeft .red-link {
    color: #e74315;
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-align: center;
}

[front-productcategory-css] .ProdAtributesLeft.filter {
    flex-direction: column;
    align-items: start;
    gap: 0;
}

[front-productcategory-css] .ProdAtributesLeft .red-txt {
    color: #e74315 !important;
}



@media (max-width: 991px) {

    [front-productcategory-css] .atributes-row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y)* -1);
        margin-right: calc(var(--bs-gutter-x)* -.5);
        margin-left: calc(var(--bs-gutter-x)* -.5);
        justify-content: space-between;
        gap: unset;
    }

        [front-productcategory-css] .atributes-row .col-atribute {
            flex: 0 0 auto;
            width: 50%;
            padding-right: calc(var(--bs-gutter-x)* .5);
            padding-left: calc(var(--bs-gutter-x)* .5);
        }

            [front-productcategory-css] .atributes-row .col-atribute .dropdown-toggle {
                width: 100%;
            }

    [front-productcategory-css] .ProductsShowFilters {
        display: none;
        margin-top: 10px;
        width: 100%;
    }

    [front-productcategory-css] .BtnShowFilters {
        display: block !important;
        cursor: pointer;
        background-color: #003b59ad;
        border: 1px solid #003b59ad;
        color: #000;
    }

    [front-productcategory-css] .brdswrap {
        overflow-x: scroll;
        position: relative;
        height: 50px;
        overflow-y: hidden;
    }
}

@media (max-width: 768px) {

    [front-productcategory-css] .romania-map .row-phone .fixed768{
        width:100%;
        margin-bottom:1rem !important;
    }

    [front-productcategory-css] .row-wrapper .romania-map .row-phone .btn-primary{
        margin-left:0 !important;
    }

    [front-productcategory-css] .ProdSortbar .form-control {
        max-width: 133px !important;
        font-size: 15px;
    }

    [front-productcategory-css] .ProdSortbar .ResultOnPage, .ProdSortbar .control-label[front-productcategory-css] {
        font-size: 12px !important;
    }

    [front-productcategory-css] .ResultOnPage {
        float: none !important;
        top: 1px !important;
    }
}

@media(max-width:550px) {
    [front-productcategory-css] .romania-map {
        flex-direction: column;
    }
}


@media(max-width:359px) {

        [front-productcategory-css] .row-phone .button-phone .hydrated,
        [front-productcategory-css] .row-phone .BtnShowFilters img {
            display: none;
        }
}
/* _content/PL/Views/FrontProduct/IndexFrontProduct.razor.rz.scp.css */
.ProductOptions[front-product-css] {
    width: 100%;
    float: left;
}

[front-product-css] .ProductOptions label {
    border: solid 1px #ccc;
    padding: 7px;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
    display: block;
    width: auto;
    float: left;
    line-height: 23px;
    margin-right: 7px;
    margin-top: 5px;
}

[front-product-css] .ProductOptions input {
    width: 15px !important;
    height: 15px !important;
}

[front-product-css] .ProductOptions label:hover {
    background-color: #efefef;
}

.btn .badge[front-product-css] {
    left: 5px;
}

[front-product-css] .quantity-selector {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 0.375rem;
}

    [front-product-css] .quantity-selector .form-control {
        padding: 5px;
        width: 65px;
        border-top: 0;
        border-bottom: 0;
        text-align: center;
        border-radius: 0;
        box-shadow: none !important;
    }

    [front-product-css] .quantity-selector .decrement-quantity, [front-product-css] .quantity-selector .increment-quantity {
        border: 0;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px 5px;
        font-size: 20px;
        width: 28px;
        transition: all .2s;
    }

    [front-product-css] .quantity-selector .decrement-quantity {
        border-radius: 0.375rem 0 0 0.375rem;
    }

        [front-product-css] .quantity-selector .decrement-quantity:hover, [front-product-css] .quantity-selector .increment-quantity:hover {
            background-color: #f1f1f1;
        }


/*Product Page*/
.ProductPage h1[front-product-css] {
    font-size: 22px;
    margin-top: 0;
}

.ProductPage .ProdGallery .FirstPic[front-product-css] {
    height: 60vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.ProdGallery .FirstPic img[front-product-css] {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

[front-product-css] .text-description {
    font-weight: 700;
    text-transform: uppercase;
    color: #0f5f4a;
}

.ProductPage .ProdGallery .xzoom-gallery[front-product-css] {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: auto;
    min-height: 100%;
    cursor: pointer;
}
.ProductPage iframe[front-product-css] {
    max-width: 100% !important;
    margin: 20px auto
}
.xzoom-thumbs[front-product-css] {
    overflow: hidden !important;
    height: 100px;
}

[front-product-css] .xzoom-thumbs .owl-stage {
    float: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

[front-product-css] .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

[front-product-css] .owl-carousel .owl-item {
    margin-right: 10px !important;
}

[front-product-css] .xzoom-preview {
    z-index: 10 !important;
}

.xzoom-thumbs[front-product-css] {
    position: relative;
}

[front-product-css] .xzoom-thumbs .owl-prev {
    position: absolute;
    left: 0;
    top: 30%;
    right: unset;
    width: 20px;
}

[front-product-css] .xzoom-thumbs .owl-next {
    position: absolute;
    left: unset;
    top: 30%;
    right: 0;
    width: 20px;
}

[front-product-css] .xzoom-thumbs .owl-stage {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.ProductPage .SelectQuantity[front-product-css] {
    height: 46px;
    padding: 5px
}

.ProductFavComp[front-product-css] {
    display: flex;
    margin-bottom: 20px
}

    .ProductFavComp .btn-link[front-product-css] {
        color: rgba(0,0,0,.75);
        padding: 0;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px
    }

.ProductPage .BtnRequestOff[front-product-css] {
    display: inline-block;
}

.ProductPage .Comments[front-product-css] {
    margin-bottom: 20px;
}

.ProductPage .ProdComment[front-product-css], .ProdComment[front-product-css], .GuestComment[front-product-css] {
    padding: 10px;
    background-color: #e8e8e8;
    border-radius: 10px;
    margin-bottom: 10px;
}

[front-product-css] .ProductPage .ProdSortbar .form-control {
    font-size: 13px
}

[front-product-css] .ProductPage .ProductDesc {
    margin: 20px 0;
}

.ProductLongDesc[front-product-css]  img {
    max-width: 100%;
    height: auto !important;
}

.ProductLongDesc[front-product-css]  iframe {
    max-width: 100% !important
}

[front-product-css] .ProdTableCharact tr:nth-child(even) {
    background-color: #efefef;
}

.ProdSortbar[front-product-css] {
    color: #6c757d;
}

[front-product-css] .ProdSortbar .control-label {
    text-align: right;
    padding: 5px;
}

[front-product-css] .ProdSortbar .form-control {
    border: 0;
    background-color: transparent;
    color: #6c757d;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
}

[front-product-css] .ProductPage{
    padding-top:20px;
}

/*Pagina de produs*/

.gray-bg[front-product-css] {
    background-color: #f7f7f7;
}


[front-product-css] .owl-carousel .owl-dots.disabled,
[front-product-css] .owl-carousel .owl-nav.disabled {
    display: block !important;
}

[front-product-css] .product-page-owl.owl-carousel .owl-nav button.owl-next,
[front-product-css] .product-page-owl.owl-carousel .owl-nav button.owl-prev{
    position:absolute;
    top:45%;
}
/* General styling */
[front-product-css] .product-desc {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[front-product-css] .product-item {
    display: flex;
    align-items: center; 
    gap: 10px;
}

[front-product-css] .icon-and-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

[front-product-css] .product-icon {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

[front-product-css] .text-description {
    font-weight: bold;
}

[front-product-css] .product-detail {
    text-align: left;
}

@media screen and (max-width: 990px) {
    [front-product-css] .product-item {
        flex-direction: column; 
        align-items: flex-start;
    }

    [front-product-css] .product-item {
        gap:0;
    }

    [front-product-css] .product-desc {
        gap: 0.8rem;
    }
}

@media screen and (min-width: 991px) {
    [front-product-css] .product-item {
        flex-direction: row; 
    }
}

[front-product-css] .thumbImage{
    max-width:unset;
    border:0;
}

.ProductPage .page-section[front-product-css] {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

[front-product-css] .gallery-background {
    position: relative;
    z-index: 0;
}
    [front-product-css] .gallery-background::after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f7f7f7;
        opacity: .9;
        z-index: -1;
    }


[front-product-css] .product-header h1{
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.2;
    position: relative;
}

/*Pagina de produs*/

[front-product-css] .experience-btn{
    padding:5px 20px;
}

[front-product-css] .ProductPage .product-right {
    position: sticky;
    top: 100px;
    background-color: #EAEAEA;
    padding: 20px;
}

    [front-product-css] .ProductPage .product-right .product-paragraph{
        color:#003b59;
        font-weight:600;
    }

    [front-product-css] .ProductPage .product-right .product-second-paragraph {
        text-transform: uppercase;
        color: #003b59;
    }

        [front-product-css] .ProductPage .product-right .product-second-paragraph p{
            margin-bottom:0px;
        }

        [front-product-css] .portofolio-map-background {
            padding-top: 50px;
        }

[front-product-css] .ProductPage .page-section {
    padding-right: 15px;
    padding-left: 15px;
}

/*Responsive*/

@media(max-width:1220px) {

    [front-product-css] .product-header .page-title h1 {
        text-align: center;
    }
}

    @media(max-width: 990px) {
        .ProductPage .ProdGallery .FirstPic[front-product-css] {
            height: 50vh;
        }

        .ProductRating[front-product-css] {
            zoom: 0.8;
        }

        .ProductLongDesc table td[front-product-css] {
            display: block
        }
        .ProductPage .page-section[front-product-css] {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }
    }

    @media(max-width:675px) {

        [front-product-css] .product-header .ProductDesc .product-description,
        [front-product-css] .product-header .ProductDesc .product-short-description {
            align-items: start;
            text-align: left;
        }

        [front-product-css] .product-header .ProductDesc .product-description{
            margin-bottom:10px;
        }

        .ProductPage .ProdGallery .FirstPic[front-product-css] {
            height: 40vh;
        }

    }

    @media(max-width:576px){
        .ProductPage .ProdGallery .FirstPic[front-product-css] {
            height: 30vh;
        }
    }

@media(max-width:350px) {
    .ProductPage .ProdGallery .FirstPic[front-product-css] {
        height: 20vh;
    }
}
/* _content/PL/Views/ShoppingCart/IndexShoppingCart.razor.rz.scp.css */
.CartNav[front-shoppingcart-css]  li:first-child a:before {
    content: "1.";
}

.CartNav[front-shoppingcart-css]  li:nth-child(2) a:before {
    content: "2.";
}

.CartNav[front-shoppingcart-css]  li:nth-child(3) a:before {
    content: "3.";
}

.CartNav[front-shoppingcart-css]  li a:before {
    display: inline-block;
    border: solid 1px #6c757d;
    padding: 0 8px;
    border-radius: 30px;
    margin-right: 10px;
}

.CartNav[front-shoppingcart-css] {
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
}

    .CartNav[front-shoppingcart-css]  a {
        color: #6c757d;
        font-weight: 300;
        font-size: 17px;
    }

.ShoppingList[front-shoppingcart-css] {
    padding: 10px 0;
    font-size: 14px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 10px;
}


/*CART*/

.CartSummaryRight[front-shoppingcart-css] {
    padding: 20px
}

.CartNav[front-shoppingcart-css] {
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
}

    .CartNav[front-shoppingcart-css]  a {
        color: #6c757d;
        font-weight: 300;
        font-size: 17px;
    }

    .CartNav[front-shoppingcart-css]  li:first-child a:before {
        content: "1.";
        display: inline-block;
        border: solid 1px #6c757d;
        padding: 0 8px;
        border-radius: 30px;
        margin-right: 10px;
    }

    .CartNav[front-shoppingcart-css]  li:nth-child(2) a:before, .CartNav li:nth-child(3) a[front-shoppingcart-css]:before {
        content: "2.";
        display: inline-block;
        border: solid 1px #6c757d;
        padding: 0 8px;
        border-radius: 30px;
        margin-right: 10px;
    }

    .CartNav[front-shoppingcart-css]  li:nth-child(3) a:before {
        content: "3.";
    }

    .CartNav[front-shoppingcart-css]  li a.active:before {
        background-color: #6c757d;
        color: #fff;
    }

[front-shoppingcart-css] .table-bg {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 15px 15px;
    margin-top: 15px;
}

[front-shoppingcart-css] .small-adress-title {
    position: relative;
    margin-top: -10px;
}

[front-shoppingcart-css] .table .ProdTitle {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    line-height: 1.3;
    display: inline-flex;
}

[front-shoppingcart-css] .table .table-header {
    background-color: #f6f6f6;
}

[front-shoppingcart-css] .upselling {
    float: left;
    width: 100%;
}

[front-shoppingcart-css] .upselling-prod {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: .5rem 1rem;
}

    [front-shoppingcart-css] .upselling-prod .up-thumb {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        height: 110px;
        width: 100%;
        border-radius: 10px;
    }

        [front-shoppingcart-css] .upselling-prod .up-thumb img {
            max-width: 100%;
            height: auto;
        }

    [front-shoppingcart-css] .upselling-prod .up-title {
        display: flex;
        margin-bottom: 5px;
        text-align: left;
        font-size: 1rem;
        font-weight: bold;
        color: #000;
    }

    [front-shoppingcart-css] .upselling-prod .BtnAddtoCart {
        color: #0d6efd;
        display: flex;
        font-weight: bold;
        font-size: 1rem;
        position: relative;
        padding-left: 25px;
    }

        [front-shoppingcart-css] .upselling-prod .BtnAddtoCart::before {
            content: '+';
            width: 20px;
            height: 20px;
            font-size: 18px;
            border-radius: 50%;
            background-color: #0d6efd;
            color: #fff;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

@media screen and (max-width: 991px) and (min-width: 768px) {
    .CartNav[front-shoppingcart-css] {
        flex-direction: row;
    }

        .CartNav[front-shoppingcart-css]  .nav-link {
            font-size: 13px !important;
        }

        .CartNav[front-shoppingcart-css]  li {
            float: left;
            width: 30%;
        }

    .ShoppingList .form-control[front-shoppingcart-css] {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .CartNav[front-shoppingcart-css] {
        flex-direction: row;
    }

        .CartNav[front-shoppingcart-css] .nav-link {
            font-size: 12px !important;
        }

    .CartNav[front-shoppingcart-css]  li a:before {
        display: block !important;
        width: 30px;
        margin: auto;
    }

    .CartNav[front-shoppingcart-css]  li:nth-child(2) a:before, .CartNav[front-shoppingcart-css]  li:nth-child(3) a:before, .CartNav[front-shoppingcart-css]  li:first-child a:before {
        margin-right: auto;
    }
}
