@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/PLS/PLS.bjcc009ogh.bundle.scp.css';

/* _content/PL/Views/AccountManage/IndexAccountManage.razor.rz.scp.css */
[front-account-css] .collapse-account {
    width: 100%;
    float: left;
}

[front-account-css] .nav-link-account {
    width: 100%;
    float: left;
    color: #464545;
    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: #464545;
            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: #464545;
        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: #464545;
    }

    [front-account-css] .shortcut-item .shortcut-header .shortcut-icon {
        font-size: 24px;
        color: #4b4b4b;
    }

[front-account-css] .shortcut-item .btn-link {
    color: #464545;
    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: #464545;
        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 {
    padding: 1rem;
    border: 2px solid #eeeeee;
    box-shadow: none;
    border-radius: 0;
}

[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: #464545;
}

[front-account-css] .order-btn-group {
}

[front-account-css] .adress-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
    position: relative;
    color: #464545;
    font-family: "Cormorant Garamond", serif;
}

    [front-account-css] .adress-title .hydrated {
        font-size: 19px;
    }

[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;
}

[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: #464545;
}

    [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: #464545;
        }

        [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: 520px;
}

.ArtClip[front-articlecategory-css] {
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ShortDescription[front-articlecategory-css] {
    max-height: 75px;
    height: auto;
    overflow: hidden;
}
/* _content/PL/Views/FrontArticle/IndexFrontArticle.razor.rz.scp.css */
.thumbImage[front-article-css] {
    overflow: hidden;
    height: 100px;
    text-align: center;
    border: 1px solid #efefef;
}

    .thumbImage img[front-article-css] {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: all .3s;
    }

.xzoom-thumbs[front-article-css] {
    overflow: hidden !important;
    height: 100px;
}

    .xzoom-thumbs .owl-stage[front-article-css] {
        float: none;
        margin: 0 auto;
    }

.owl-carousel .owl-item[front-article-css] {
    margin-right: 10px !important;
}

[front-article-css] .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}

[front-article-css] h1, [front-article-css] h2, [front-article-css] h3, [front-article-css] h4, [front-article-css] h5, [front-article-css] h6 {
    line-height: 1.5;
    font-family: "Cormorant Garamond", serif;
    color: #37424a;
    font-weight: 500;
}

[front-article-css] .art-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 2rem;
}

    [front-article-css] .art-header .art-date {
        color: #37424a;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        font-size: 14px;
    }

@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;
    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] .ArticleFrontItem {
    position: relative;
}
    [front-department-css] .ArticleFrontItem img {
        height: auto !important
    }

[front-department-css] .ArtDate {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px
}

[front-department-css] .owl-nav .owl-prev{
    width:24px;
    height:24px;
    font-size:30px!important;
    line-height:24px;
}

[front-department-css] .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    font-size: 30px !important;
    line-height: 24px;
}
/* _content/PL/Views/FrontProductCategory/IndexFrontProductCategory.razor.rz.scp.css */
h1[front-productcategory-css], [front-productcategory-css] h1 {
    color: #000;
}

[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] .ProdSortbar .form-select {
    font-size: 0.9rem;
    border-radius: 0;
    color: #464545;
}

[front-productcategory-css] .vacation-box .vb-title {
    font-size: 1.75rem;
}

[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;
}

.destination-content[front-productcategory-css] {
    height: 90vh;
    width: 100%;
    overflow: hidden;
    transition: height 0.7s ease;
}
    .destination-content.scrolled[front-productcategory-css] {
        transition: height 1s ease;
        height: 30vh;
    }

.category-description[front-productcategory-css] {
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 30px;
}
.category-description[front-productcategory-css]  img
{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 1rem;
}
.destination-tags[front-productcategory-css] {
    padding: 20px;
    background-color: #efefef;
    text-align: center;
    height: 100%;
    border-bottom: solid 30px #fff;
}

[front-productcategory-css] .destination-gallery {
    height: 100%;
    position: relative;
    background-color: #000;
}

    [front-productcategory-css] .destination-gallery .dg-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-shadow: 0 0 20px #000;
        max-width: 100%;
        width: fit-content;
        height: fit-content;
        padding: 0 1.75rem;
        font-size: 4rem;
        font-weight: 600;
        line-height: 1.2;
        color: #fff;
        font-family: "Cormorant Garamond", serif;
    }
    [front-productcategory-css] .destination-gallery video {
        object-fit: cover;
        height: 100%;
        object-position: center;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        opacity: 0.8;
        width: 100vw !important;
    }
    [front-productcategory-css] .destination-gallery .dg-slider {
        height: 100%;
    }

        [front-productcategory-css] .destination-gallery .dg-slider .ds-item {
            display: flex;
            height: 100%;
            width: 100%;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

            [front-productcategory-css] .destination-gallery .dg-slider .ds-item img {
                max-width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: auto;
                min-height: 100%;
                transition: all .3s;
            }

    [front-productcategory-css] .destination-gallery img.dg-banner {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: all .3s;
    }

[front-productcategory-css] .destination-video, [front-productcategory-css] .destination-map {
    height: 500px;
    position: relative;
}

    [front-productcategory-css] .destination-video iframe, [front-productcategory-css] .destination-map iframe {
        width: 100%;
        height: 100%;
        /*min-height: calc(55vh + 142px);*/
         
    }

    [front-productcategory-css] .destination-map small {
        position: absolute;
        bottom: 5px;
        right: 0;
        left: 0;
        margin: auto;
        width: fit-content;
        background: #2a363f;
        padding: 5px 10px;
    }

        [front-productcategory-css] .destination-map small a {
            color: #fff !important;
            font-size: 14px;
        }

.destination-nav[front-productcategory-css] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f6f8fb;
}

      .destination-nav .btn-link[front-productcategory-css] {
   
        text-decoration: none;
        font-size: 1em;
    }
        .destination-nav .btn-link[front-productcategory-css]  img {
            opacity: 0.6;
        }
    [front-productcategory-css] .destination-nav .btn-link {
        text-decoration: none;
        color: #212529;
        font-weight: 600;
        font-size: 13px;
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0 0 0 2rem;
        box-shadow: none !important;
        border-radius: 0;
        text-transform: uppercase;
        padding: .2rem 0.5rem;
        position: relative;
    }

        [front-productcategory-css] .destination-nav .btn-link.active img {
            filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4439%) hue-rotate(336deg) brightness(99%) contrast(94%);
        }


/*        ::deep .destination-nav .btn-link::after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            top: 100%;
            left: 0;
            background: rgba(245, 148, 51, 0.5);
            opacity: 0;
            transition: opacity 0.3s, transform 0.3s;
            transform: translateY(5px);
        }

            ::deep .destination-nav .btn-link:hover::after {
                opacity: 1;
                transform: translateY(0px);
            }

        ::deep .destination-nav .btn-link.active::after {
            opacity: 1;
            transform: translateY(0px);
            background-color: #f59433;
        }*/

[front-productcategory-css] .nav-product-tabs .nav-tabs {
    border-bottom: 2px solid #000;
    margin: 0;
}

    [front-productcategory-css] .nav-product-tabs .nav-tabs .nav-link {
        border: 0;
        font-weight: 600;
        color: #464545;
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Cormorant Garamond", serif;
        font-size: 22px;
    }

    [front-productcategory-css] .nav-product-tabs .nav-tabs .nav-link::after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #e5e5e5;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: all .3s;
    }

    [front-productcategory-css] .nav-product-tabs .nav-tabs .nav-link.active::before {
        content: '';
        display: flex;
        width: 20px;
        height: 20px;
        background-image: url("/images/general/pin.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px;
        transition: all .3s;
    }

    [front-productcategory-css] .nav-product-tabs .nav-tabs .nav-link.active {
 
    }

        [front-productcategory-css] .nav-product-tabs .nav-tabs .nav-link.active::after {
            background-color: #f59433;
        }



/*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, [front-productcategory-css] .AddtoComp {
    bottom: 10px;
    left: 10px;
    top: unset;
    right: unset;
    padding: 8px;
}

[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] .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: 500;
}

[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: 500;
        color: #777;
    }

    [front-productcategory-css] .ProdSortbar .form-control {
        color: #777;
        margin-right: 5px;
        font-size: 14px;
        border-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #f5f5f5;
        cursor: pointer;
    }

[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,.75);
    font-size: 16px;
    cursor: pointer;
}

[front-productcategory-css] .ProdAtributesLeft input[type=checkbox], [front-productcategory-css] .ProdAtributesLeft input[type=radio] {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

[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] .filter-box {
    padding: 1rem;
    background-color: #f6f8fb;
}

    [front-productcategory-css] .filter-box .filter-title {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 700;
        padding: 0 30px 0 0;
        border: 0;
        background: transparent;
        text-align: start;
        line-height: 1.2;
        position: relative;
        color: #4d5154;
        display: flex;
        align-items: center;
        font-family: "Cormorant Garamond", serif;
    }

        [front-productcategory-css] .filter-box .filter-title::before {
            content: '';
            width: 2px;
            height: 14px;
            background: #29353f;
            position: absolute;
            top: 4px;
            right: 11px;
            margin: auto;
            opacity: 1;
            transition: all .3s;
        }

        [front-productcategory-css] .filter-box .filter-title::after {
            content: '';
            width: 14px;
            height: 2px;
            background: #29353f;
            position: absolute;
            top: 10px;
            right: 5px;
            margin: auto;
            transition: all .2s;
        }

        [front-productcategory-css] .filter-box .filter-title.hide::before {
            opacity: 0;
            transform: rotate(90deg);
        }

[front-productcategory-css] .ProdAtributesLeft .filter-box .filter-values {
    margin-top: 10px;
}

[front-productcategory-css] .filter-box .filter-values {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-right: 9px;
    max-height: 305px;
    overflow-y: auto;
    overflow-x: hidden;
}

    [front-productcategory-css] .filter-box .filter-values#DateRange .form-control, [front-productcategory-css] .date-range .form-control {
        padding-right: 30px;
        position: relative;
    }

    [front-productcategory-css] .filter-box .filter-values#DateRange .form-group, [front-productcategory-css] .date-range .form-group {
        position: relative;
    }

        [front-productcategory-css] .filter-box .filter-values#DateRange .form-group::after, [front-productcategory-css] .date-range .form-group::after {
            content: '';
            position: absolute;
            bottom: 8px;
            right: 8px;
            width: 20px;
            height: 20px;
            background-image: url(/images/general/calendar-outline.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
        }

    [front-productcategory-css] .filter-box .filter-values label {
        display: flex;
        align-items: start;
        margin-right: 5px;
        cursor: pointer;
    }

    [front-productcategory-css] .filter-box .filter-values#PriceRange label {
        font-size: 14px;
    }

        [front-productcategory-css] .filter-box .filter-values label input[type=checkbox] {
            margin-top: 1px;
        }

    [front-productcategory-css] .filter-box .filter-values li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        [front-productcategory-css] .filter-box .filter-values li a {
            color: #464545;
            font-size: 14px;
        }

        [front-productcategory-css] .filter-box .filter-values li .ProdCount {
            font-size: 13px;
        }

[front-productcategory-css] .ProdCategoriesLeft .filter-box .filter-values {
    max-height: unset;
}

[front-productcategory-css] .filter-box .filter-values#Filters_Price {
    max-height: unset;
    overflow: initial;
}

[front-productcategory-css] .ProdCategoriesLeft .filter-box .filter-values li {
    display: block;
}

    [front-productcategory-css] .ProdCategoriesLeft .filter-box .filter-values li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

[front-productcategory-css] .ProdAtributesLeft .filter-box .filter-values li {
    margin-bottom: 8px;
}

[front-productcategory-css] .filter-box .filter-values .filter-selected {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    font-size: 14px;
    background-color: #f1f1f1;
    color: #000;
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    transition: all .3s;
}

    [front-productcategory-css] .filter-box .filter-values .filter-selected:hover {
        background-color: #000;
        color: #fff;
    }

[front-productcategory-css] .filter-box .filter-values .filter-subcategory {
    font-weight: 500;
}

    [front-productcategory-css] .filter-box .filter-values .filter-subcategory .btn-icon img{
        transition: all .3s;
    }

    [front-productcategory-css] .filter-box .filter-values .filter-subcategory .btn-icon.hide img {
        transform: rotate(180deg);
    }

[front-productcategory-css] .filter-box .filters-selected {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 8px;
    font-size: 14px;
}

    [front-productcategory-css] .filter-box .filters-selected .atribute-selected {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #fff;
        color: #000;
        margin: 0 5px 5px 0;
        padding: 0px 5px;
        border-radius: 0;
        transition: all .3s;
    }

        [front-productcategory-css] .filter-box .filters-selected .atribute-selected:hover {
            border-color: #dd3337;
        }
.filter-box .filters-selected .atribute-selected a[front-productcategory-css] {
    font-size: 12px;
}
[front-productcategory-css] .offers-form {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background: #f6f8fb;
}

    [front-productcategory-css] .offers-form .vacation-types {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        [front-productcategory-css] .offers-form .vacation-types .vt-item {
            display: flex;
            align-items: center;
            padding: .5rem 1rem;
            border: 2px solid #fff;
            background: #fff;
            font-size: 15px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 500;
        }

            [front-productcategory-css] .offers-form .vacation-types .vt-item.selected {
                border-bottom: 2px solid #f59433;
            }

        [front-productcategory-css] .offers-form .vacation-types .vt-item input {
            display: none;
        }

            [front-productcategory-css] .offers-form .vacation-types .vt-item.selected img {
                filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4439%) hue-rotate(336deg) brightness(99%) contrast(94%);
            }

    [front-productcategory-css] .offers-form .vacation-filters {
        column-count: 5;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        columns: 5 auto;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

        [front-productcategory-css] .offers-form .vacation-filters .vf-item {
            margin-bottom: 10px;
        }

            [front-productcategory-css] .offers-form .vacation-filters .vf-item label {
                display: flex;
                align-items: start;
            }

    [front-productcategory-css] .offers-form .form-control {
        border-color: #e9ebed;
    }


[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
}

[front-productcategory-css] .ProductItem {
    text-align: left;
    border: 2px solid #eeeeee;
    height: 100%;
}

    [front-productcategory-css] .ProductItem .ProdImage {
        height: 250px;
        width: 100%;
    }

    [front-productcategory-css] .ProductItem.prod-testimonial .ProdImage {
        min-height: 240px;
    }

    [front-productcategory-css] .ProductItem .ProdDetails {
        border: 0;
        width: 100%;
        align-items: unset;
    }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-category {
            font-size: 13px;
        }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-departure {
            font-size: 15px;
            display: flex;
            align-items: start;
            margin-bottom: .5rem;
        }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-departure img {
            margin-top: 1px;
        }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-title {
            height: unset;
            font-size: 1.5rem;
            color: #464545;
            margin-bottom: 1rem;
            overflow: visible;
        }

        [front-productcategory-css] .ProductItem.prod-testimonial .prod-title {
            font-size: 1.75rem;
        }

    [front-productcategory-css] .ProductItem .ProdDetails .prod-rating {
        height: auto;
        width: auto;
        max-height: 14px;
        filter: brightness(0) saturate(100%) invert(58%) sepia(61%) saturate(552%) hue-rotate(347deg) brightness(98%) contrast(95%);
        /*filter: brightness(0) saturate(100%) invert(12%) sepia(90%) saturate(2172%) hue-rotate(188deg) brightness(100%) contrast(101%);*/
    }

    [front-productcategory-css] .ProductItem .ProdDetails .prod-title-rating {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 1rem;
        min-height: 50px;
        justify-content: center;
        text-align: center;
    }

            [front-productcategory-css] .ProductItem .ProdDetails .prod-title-rating .prod-title {
                margin-bottom: 0;
                margin-right: 15px;
            }

            [front-productcategory-css] .ProductItem .ProdDetails .prod-title-rating .prod-rating {
                margin-top: 5px;
            }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-price-components {
           
            
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 1.3;
        }

            [front-productcategory-css] .ProductItem .ProdDetails .prod-price-components .ppc-item {
                position: relative;
                padding-left: 10px;
                display: inline-flex;
                align-items: start;
          
                margin-bottom: 3px;
            }

                /*::deep .ProductItem .ProdDetails .prod-price-components .ppc-item::before {
                    content: '';
                    height: 5px;
                    width: 5px;
                    margin-right: 5px;
                    margin-top: 7px;
                    border-radius: 50%;
                    display: flex;
                    background-color: #ccc;
                }*/

                [front-productcategory-css] .ProductItem .ProdDetails .prod-price-components .ppc-item .gray-dot {
                    height: 5px;
                    width: 5px;
                    margin-right: 5px;
                    margin-top: 6px;
                    border-radius: 50%;
                    display: flex;
                    background-color: #ccc;
                    flex-shrink: 1;
                }

        [front-productcategory-css] .ProductItem .ProdDetails .ProductPrice {
            font-size: 1.1rem;
            font-weight: bold;
        }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-short-desc {
            font-size: 14px;
        }

        [front-productcategory-css] .ProductItem.prod-testimonial .prod-short-desc {
            max-height: 103px;
            overflow: hidden;
        }

        [front-productcategory-css] .ProductItem .ProdDetails .prod-short-desc .btn-text img {
            transition: all .3s;
        }

            [front-productcategory-css] .ProductItem .ProdDetails .prod-short-desc .btn-text[aria-expanded=true] img {
                transform: rotate(180deg)
            }

    [front-productcategory-css] .ProductItem .ProdDetails .col-atributes {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
    }
    [front-productcategory-css] .ProductItem .ProductAtributes {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-flow: wrap;
        justify-content: center;
    }

    [front-productcategory-css] .ProductItem .ProdDetails .atribute-item {
        display: flex;
        align-items: start;
        margin-right: 10px;
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2px;
    }

        [front-productcategory-css] .ProductItem .ProdDetails .atribute-item img {
            margin-top: 1px;
        }

[front-productcategory-css] .ProductCategoryItem {
    position: relative;
}
    [front-productcategory-css] .ProductCategoryItem .ProdDetails {
        font-weight: 600;
        text-align: center;
        position: absolute;
        z-index: 1;
        bottom: 0;
        color: #fff;
        width: 100%;
        letter-spacing: 1px;
        height: 45px;
        padding-top: 10px;
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,30,37,0.6530987394957983) 58%);
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 30, 37, 0.6530987394957983) 58%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 30, 37, 0.6530987394957983) 58%);
    }
    [front-productcategory-css] .ProductCategoryItem .ProdImage
    {
        overflow: hidden;
        height: 250px;
    }
    [front-productcategory-css] .ProductCategoryItem .ProdImage img {
        transition: all .3s;       
        width: 100% !important;
    }

    [front-productcategory-css] .ProductCategoryItem .ProdImage:hover img {
        transform: scale(1.2);
    }

/* Responsive */
@media(max-width: 1230px) {
    [front-productcategory-css] .offers-form .vacation-filters {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        columns: 4 auto;
    }
}

@media (max-width: 990px) {
    [front-productcategory-css] .ProductsShowFilters {
        display: none;
        margin-top: 10px;
    }

    [front-productcategory-css] .BtnShowFilters {
        display: block !important;
        cursor: pointer;
        background-color: #f6f8fb;
        line-height: 30px;
        color: #464545;
        font-weight: 500;
        margin-bottom: 10px;
    }

    [front-productcategory-css] .brdswrap {
        overflow-x: scroll;
        position: relative;
        height: 50px;
        overflow-y: hidden;
        z-index: 5;
    }
}

@media (max-width: 767px) {
    [front-productcategory-css] .offers-form .vacation-filters {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        columns: 3 auto;
    }
    .destination-gallery .dg-title[front-productcategory-css] {
        font-size: 2.5rem;
    }

    [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;
    }
    .category-description[front-productcategory-css] {
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media(max-width: 576px) {
    [front-productcategory-css] .offers-form .vacation-filters {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        columns: 2 auto;
    }
    .destination-content[front-productcategory-css] {
        height: 85vh;
    }
}
/* _content/PL/Views/FrontProduct/IndexFrontProduct.razor.rz.scp.css */
.ProductOptions[front-product-css] {
    width: 100%;
    float: left;
}

.ProductPage[front-product-css] {
    line-height: 1.7;
}

[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 .page-title[front-product-css] {
    color: #464545;
}

.ProductPage h3[front-product-css] {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.3;
    position: relative;
    color: #464545;
    font-family: "Cormorant Garamond", serif;
}

.ProductPage .prod-header[front-product-css] {
    padding: 1.5rem 0;
}

    .ProductPage .prod-header .AddtoFav[front-product-css] {
        position: unset;
        border: 1px solid #e4e4e4;
        height: 45px;
        width: 45px;
        color: #000;
    }

.ProductPage .prod-header[front-product-css]  .prod-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .ProductPage .prod-header[front-product-css]  .prod-info .pi-item {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .ProductPage .prod-header[front-product-css]  .prod-info .pi-item b {
        font-weight: 600;
    }

        .ProductPage .prod-header[front-product-css]  .prod-info .pi-item img {
            filter: grayscale(1) brightness(0.85);
        }

        .ProductPage .prod-header[front-product-css]  .prod-info .pi-item.dot-end {
            padding-right: 25px;
            margin-right: 20px;
            position: relative;
        }

        .ProductPage .prod-header[front-product-css]  .prod-info .pi-item.dot-end::after {
            content: '';
            height: 5px;
            width: 5px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            border-radius: 50%;
            background-color: #ccc;
        }

        .ProductPage .prod-header[front-product-css]  .prod-info .pi-item .comma-item::after, [front-product-css] .prod-info .pi-item .comma-item::after {
            content: ', ';
            margin-right: 5px;
        }

        .ProductPage .prod-header[front-product-css]  .prod-info .pi-item .comma-item:last-of-type::after, [front-product-css] .prod-info .pi-item .comma-item:last-of-type::after {
            display: none;
        }

.ProductPage[front-product-css]  .prod-rating {
    height: auto;
    width: auto;
    max-height: 18px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(61%) saturate(552%) hue-rotate(347deg) brightness(98%) contrast(95%);
}

.ProductPage .prod-gallery[front-product-css]  .gallery-second {
    height: 100%;
}

.ProductPage .prod-gallery[front-product-css]  .pg-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

    .ProductPage .prod-gallery[front-product-css]  .pg-item img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
    }

.ProductPage .ProdGallery[front-product-css]  .gallery-second .col-gs {
    min-width: 50%;
    /*height: calc(100% / 2 - .5rem);*/
}

.ProductPage .ProdGallery[front-product-css]  .col-gs:last-of-type .pg-item::after {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000094;
    background-image: url(/images/general/gallery-more.svg);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

[front-product-css] .product-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
    overflow-x: auto;
}

    [front-product-css] .product-nav .btn-link {
        text-decoration: none;
        color: #464545;
        font-weight: 600;
        font-size: 21px;
        font-family: "Cormorant Garamond", serif;
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0 1rem 0 0;
        box-shadow: none !important;
        border-radius: 0;
        /* text-transform: uppercase; */
        padding: .2rem 0.5rem;
        position: relative;
    }
        [front-product-css] .product-nav .btn-link  img {
            filter: brightness(0) saturate(100%) invert(76%) sepia(10%) saturate(29%) hue-rotate(336deg) brightness(79%) contrast(94%);
        }
        [front-product-css] .product-nav .btn-link.active img {
            filter: brightness(0) saturate(100%) invert(76%) sepia(30%) saturate(4439%) hue-rotate(336deg) brightness(99%) contrast(94%);
        }

.ProductPage[front-product-css]  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.ProductPage[front-product-css]  .offer-info .section {
    scroll-margin-top: 100px;
}

[front-product-css] .sticky-section {
    position: sticky;
    top: 100px;
}

[front-product-css] iframe {
    width: 100%;
    min-height: 400px;
}

[front-product-css] #offerDescription iframe {
    width: 100%;
    min-height: 400px;
}

[front-product-css] #offerLocation small {
    width: fit-content;
    background: #2a363f;
    padding: 5px 10px;
}

    [front-product-css] #offerLocation small a {
        color: #fff !important;
        font-size: 14px;
    }

[front-product-css] .light-gray-border .prod-price-components {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
}

    [front-product-css] .light-gray-border .prod-price-components .ppc-item {
        position: relative;
        padding-left: 18px;
        display: inline-flex;
        align-items: start;
        flex-direction: row-reverse;
        margin-bottom: 3px;
    }

    /*::deep .light-gray-border .prod-price-components .ppc-item::before {
        content: '';
        height: 5px;
        width: 5px;
        margin-right: 5px;
        margin-top: 7px;
        border-radius: 50%;
        display: flex;
        background-color: #ccc;
    }*/

    [front-product-css] .light-gray-border .prod-price-components .ppc-item .gray-dot {
        height: 5px;
        width: 5px;
        margin-left: 5px;
        margin-top: 7px;
        border-radius: 50%;
        display: flex;
        background-color: #ccc;
        flex-shrink: 1;
    }


[front-product-css] .light-gray-border .atribute-item {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
}

    [front-product-css] .light-gray-border .atribute-item img {
        margin-top: 1px;
    }

[front-product-css] .light-gray-border .ProductPrice {
    font-size: 1.75rem;
    text-align: right;
    font-weight: 600;
    margin-bottom:0;
}

[front-product-css] .prices-table {
    border: 1px solid #dee2e6;
}

[front-product-css] .prices-table:last-of-type {
    margin-bottom: 1.75rem !important;
}

[front-product-css] .prices-table table {
    width: 100%;
    margin-bottom: 0;
}

    [front-product-css] .prices-table table td {
        vertical-align: middle;
        padding: .55rem .55rem;
    }

    [front-product-css] .prices-table table thead tr th {
        color: #464545;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        background-color: #f6f8fb;
        border-bottom: 1px solid #dee2e6 !important;
    }

    [front-product-css] .prices-table tbody tr:last-child td {
        border-bottom: 0;
    }

    [front-product-css] .prices-table .table-subtitle {
        margin: 0;
        font-size: 1.6rem;
        font-weight: 700;
        text-transform: initial;
        font-family: "Cormorant Garamond", serif;
        padding-left: 20px;
        color: #464545;
        position: relative;
    }

        [front-product-css] .prices-table .table-subtitle::before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #c2cfdc;
            position: absolute;
            top: 15px;
            left: 3px;
        }

[front-product-css] .widSSP {
    width: 100% !important;
}

    [front-product-css] .widSSP .widSSPData {
        padding: 0 !important;
    }

[front-product-css] .departure-locations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

[front-product-css] .departure-locations .dl-item {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.05rem;
}

[front-product-css] .price-included ul, [front-product-css] .price-nonincluded ul, [front-product-css] .offer-note ul, [front-product-css] #offerDescription ul {
    list-style-type: none;
    padding-inline-start: 0;
}

[front-product-css] .offer-note ul {
    margin-top: 15px;
}

[front-product-css] .price-included li, [front-product-css] .price-nonincluded li, [front-product-css] .offer-note li, [front-product-css] #offerDescription li {
    list-style-image: none !important;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    transition: all .3s;
}

    [front-product-css] .price-included li::before, [front-product-css] .price-nonincluded li::before, [front-product-css] .offer-note li::before, [front-product-css] #offerDescription li::before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-size: contain;
        background-image: url(/images/general/black-check.svg);
        background-repeat: no-repeat;
        background-position: center;
        top: 0px;
        left: 0px;
        position: absolute;
        transition: all .5s;
    }

    [front-product-css] .price-nonincluded li::before {
        top: 2px;
        background-image: url(/images/general/black-x.svg);
        background-size: 22px;
    }

    [front-product-css] .offer-note li::before, [front-product-css] #offerDescription li::before {
        top: 2px;
        background-image: url(/images/general/arrow-right.svg);
    }

.ProductPage .ProdGallery .FirstPic[front-product-css] {
    border: solid 1px #efefef;
    height: 600px;
    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;
    bottom: 0;
    left: 0;
    right: 0;
}

.ProductPage .ProdGallery .xzoom-gallery[front-product-css] {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.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;
}

/*Responsive*/

@media(max-width: 990px) {
    .ProductPage .ProdGallery .FirstPic[front-product-css] {
        height: 400px !important;
    }

    .ProductRating[front-product-css] {
        zoom: 0.8;
    }

    .ProductLongDesc table td[front-product-css] {
        display: block
    }
}
/* _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;
        }
[front-shoppingcart-css] .card-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    color: #464545;
    margin-top: 10px;
    font-family: "Cormorant Garamond", serif;
}

@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;
    }
}
