@import '_content/PLS/PLS.ilc1zelm9o.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] .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;
}
/*-----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;
    }
}
/*---End Responsive---*/
/* _content/PL/Views/FrontArticleCategory/IndexFrontArticleCategory.razor.rz.scp.css */
[front-articlecategory-css] .page-title {
    font-size: 2.1rem;
}

[front-articlecategory-css] .col-ctg {
    background-color: #f5f5f5;
    box-shadow: none; 
    border: 1px solid #f5f5f5;
    padding: 20px;
    transition: all .3s;
}

[front-articlecategory-css] .col-ctg:hover {
    border-color: #000;
    box-shadow: none;
    background-color: #fff;
}

[front-articlecategory-css] .col-ctg:hover .btn-primary {
    box-shadow: 0 0 40px 40px #000 inset;
    border-color: #000;
    color: #fff
}

    [front-articlecategory-css] .col-ctg:hover .btn-primary.arrow-right::after {
        -webkit-animation: arrowRight .3s alternate ease infinite;
        animation: arrowRight-front-articlecategory-css .3s alternate ease infinite;
    }

.ArticleCategoryPage[front-articlecategory-css]::deep, [front-articlecategory-css] .leftArticle .row {
    justify-content: center;
    display: flex
}

.ArticleFrontItem[front-articlecategory-css] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ArtItem[front-articlecategory-css] {
    width: 100%;
    float: left;
    padding: 0px 0px;
    border-radius: 0px;
    margin: 10px 0px;
    height: 550px;
}

.ArtClip[front-articlecategory-css] {
    height: 270px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 25px;
}

    .ArtClip img[front-articlecategory-css] {
        max-height: unset;
        max-width: 100% !important;
        min-width: unset !important;
    }

.ShortDescription[front-articlecategory-css] {
    max-height: 75px;
    height: auto;
    overflow: hidden;
}

[front-articlecategory-css] .ArtDate {
    width: 100%;
    float: left;
    color: #6F6F6F;
    font-size: 13px;
}

[front-articlecategory-css] .article-title {
    color: #000;
    font-size: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    float: left;
    font-weight: 600;
    margin: 5px 0px;
    line-height: 30px;
}

[front-articlecategory-css] .ArticlesFrontDesc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #4e4e4e;
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

[front-articlecategory-css] .ArtCategories {
    width: 100%;
    float: left;
}

[front-articlecategory-css] .ctg-article {
    color: #000;
    font-weight: 500;
    background-color: #e8edf4;
    padding: 5px 15px;
    border-radius: 0px;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

[front-articlecategory-css] .ArticlesCategories {
    /* position: sticky;
     top: 90px;
     */
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

[front-articlecategory-css] .ArticleFrontItem {
    border-radius: 0px;
    position: relative;
    /* min-height: 253px;
     */
}

    [front-articlecategory-css] .ArticleFrontItem img {
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: all .3s;
    }

[front-articlecategory-css] .art-title {
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;*/
    line-height: 20px;
    width: 100%;
    float: left;
    font-weight: 700;
    color: #000;
    font-size: 1.05rem;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
}

[front-articlecategory-css] .article-image {
    width: 100%;
    float: left;
    height: 226px;
    overflow: hidden;
}

[front-articlecategory-css] .ArticlesFrontDesc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #62606C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

[front-articlecategory-css] .bottom-art {
    width: 100%;
    float: left;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

[front-articlecategory-css] .article-col {
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 12px;
    border: 1px solid #edecec;
    margin-bottom: 30px;
    overflow: hidden;
    background: #f9f9f9;
}

[front-articlecategory-css] .col-descr {
    padding: 25px 30px 30px 30px;
}

[front-articlecategory-css] .art-date {
    color: #62606C;
    margin-right: 25%;
}

    [front-articlecategory-css] .art-date .hydrated {
        color: #294072;
        position: relative;
        font-size: 19px;
        margin-bottom: -4px;
        margin-right: 5px;
    }

[front-articlecategory-css] .read-btn {
    color: #353535;
    font-weight: 400;
}

    [front-articlecategory-css] .read-btn .hydrated {
        color: #294072;
        position: relative;
        font-size: 19px;
        margin-bottom: -4px;
        margin-right: 5px;
    }

    [front-articlecategory-css] .read-btn img {
        margin-left: 5px;
        position: relative;
        top: 2px;
    }

[front-articlecategory-css] .article-card {
    padding: 0px;
    margin: 0px;
    border: 3px solid #e8edf4;
    flex-direction: row;
    background: #fff;
    transition: background linear 0.5s;
    -moz-transition: background linear 0.5s;
    -webkit-transition: background linear 0.5s;
}

    [front-articlecategory-css] .article-card:hover {
        border: 3px solid #165396;
    }

[front-articlecategory-css] .card-image {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 370px;
}

    [front-articlecategory-css] .card-image img {
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: 120%;
    }

[front-articlecategory-css] .info-card {
    width: 50%;
    float: left;
    padding: 30px 50px;
    color: #165396;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

    [front-articlecategory-css] .info-card .btn-white {
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px 30px;
    }

[front-articlecategory-css] .host-title {
    font-size: 33px;
    color: #165396;
}

[front-articlecategory-css] .host-description {
    margin: 10px 0px 30px 0px;
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}
/*::deep .art-col:nth-child(2n) .info-card {
     order: 1;
}
 ::deep .art-col:nth-child(2n) .card-image {
     order: 2;
}
*/
/*::deep .article-card:hover .info-card {
     width:55%;
}
 ::deep .article-card:hover .card-image {
     width: 45%;
}
*/
[front-articlecategory-css] .after-box {
    display: flex;
    opacity: 0;
    visibility: hidden;
    /* display:none;
     opacity:0;
     visibility:hidden;
    */
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    background: rgba(0, 44, 98, 0.95);
    padding: 20px 20px;
    color: #fff;
}

[front-articlecategory-css] .art-title-after {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

[front-articlecategory-css] .read-more {
    width: 100%;
    float: left;
    color: #294072;
    padding: 7px 15px;
    background: #fff;
    text-align: center;
    font-weight: 600;
}

[front-articlecategory-css] .inside-description {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
}

[front-articlecategory-css] .article-col {
    position: relative;
}

    [front-articlecategory-css] .article-col:hover .after-box {
        opacity: 1;
        visibility: visible;
        animation-name: animate-front-articlecategory-css;
        animation-duration: 0.5s;
    }

/* ANIMATIONS */

@keyframes arrowRight-front-articlecategory-css {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(3px);
    }
}

@keyframes animate-front-articlecategory-css {
    from {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

/* RESPONSIVE */

/*@media screen and (max-width: 1024px) {
    ::deep .article-image {
        height: 160px
    }
}*/

@media screen and (max-width: 991px) {
    [front-articlecategory-css] .page-title {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {

    [front-articlecategory-css] .page-title {
        font-size: 1.65rem;
    }

    [front-articlecategory-css] .col-ctg {
        padding: 15px;
    }

    [front-articlecategory-css] .art-title {
        font-size: 1rem;
    }

    [front-articlecategory-css] .article-card {
        display: block;
    }

    [front-articlecategory-css] .card-image {
        width: 100%;
        height: auto;
    }

        [front-articlecategory-css] .card-image img {
            width: 100%;
            height: auto;
            min-height: unset;
            min-width: unset;
        }

    [front-articlecategory-css] .article-image {
        height: 190px
    }

    [front-articlecategory-css] .info-card {
        width: 100%;
        float: left;
        padding: 20px 20px;
    }

    [front-articlecategory-css] .art-col:nth-child(2n) .info-card {
        order: unset;
    }

    [front-articlecategory-css] .art-col:nth-child(2n) .card-image {
        order: unset;
    }

    [front-articlecategory-css] .article-card:hover .info-card {
        width: 100%;
    }

    [front-articlecategory-css] .article-card:hover .card-image {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    [front-articlecategory-css] .article-image {
        height: 220px
    }
}
/* _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%;
        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;
    }

.owl-carousel .owl-item[front-article-css] {
    margin-right: 10px !important;
}

[front-article-css] .ArtCategories {
    width: 100%;
    float: left;
}

[front-article-css] .ctg-article {
    color: #000;
    font-weight: 500;
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: 5px 15px;
    border-radius: 0px;
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
}

[front-article-css] .ArticlesCategories {
    /* position: sticky;
     top: 90px;
     */
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

[front-article-css] .article-right-categories {
    position: sticky;
    top: 80px;
}

/*::deep .list-article {
    padding: 0px 0px;
    width: 100%;
    float: left;
    list-style-type: none;
    margin-bottom: 30px;
}

    ::deep .list-article li {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 30px;
        background: url('../images/check1.svg');
        background-repeat: no-repeat;
        background-size: 19px;
        background-position: center left;
        margin-bottom: 10px;
    }*/

[front-article-css] .list-article {
    list-style-type: none;
    padding-inline-start: 0;
}

    [front-article-css] .list-article li {
        margin-bottom: 5px;
        padding-left: 30px;
        position: relative;
        transition: all .3s;
    }

        [front-article-css] .list-article li::before {
            content: '';
            display: inline-block;
            height: 30px;
            width: 30px;
            background-size: 23px;
            background-image: url(/images/blue-check.svg);
            background-repeat: no-repeat;
            background-position: center;
            top: -1px;
            left: -2px;
            position: absolute;
            transition: all .5s;
        }

[front-article-css] .jg-caption-visible {
    display: none !important;
}

[front-article-css] .description-article {
    font-size: 1rem;
}

[front-article-css] .list-article li:hover {
    color: #002c62;
}

[front-article-css] .bottom-banner {
    padding: 50px 15px;
    color: #165396;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: -30px;
    border: solid 2px #165396;
}

    [front-article-css] .bottom-banner .h1 {
        margin-bottom: 20px;
    }

    [front-article-css] .bottom-banner .btn {
        background: #165396;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 20px;
    }

.description-article[front-article-css] {
}

[front-article-css] .responsive-art-image {
    max-width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

[front-article-css] .description-article img {
    max-width: 100%;
}

[front-article-css] .clients-carousel {
    margin-top: 10px;
    margin-bottom: 50px;
}

    [front-article-css] .clients-carousel .owl-dots {
        margin-top: 25px !important;
    }

    [front-article-css] .clients-carousel.owl-theme .owl-dots .owl-dot.active span, [front-article-css] .clients-carousel.owl-theme .owl-dots .owl-dot:hover span {
        background: #165396;
    }

    [front-article-css] .clients-carousel.owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
    }

    [front-article-css] .clients-carousel .owl-nav {
        margin-top: 0px;
    }

    [front-article-css] .clients-carousel .owl-prev {
        position: absolute;
        left: -35px;
        top: 40%;
    }

    [front-article-css] .clients-carousel .owl-next {
        position: absolute;
        right: -35px;
        top: 40%;
    }

    [front-article-css] .clients-carousel .owl-prev span {
        font-size: 0px !important;
    }

    [front-article-css] .clients-carousel .owl-next span {
        font-size: 0px !important;
    }

    [front-article-css] .clients-carousel .owl-prev::before {
        content: '';
        border: solid #ccc;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 7px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: 0px;
    }

    [front-article-css] .clients-carousel .owl-next::before {
        content: '';
        border: solid #ccc;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }

    [front-article-css] .clients-carousel .col-ctg {
        margin-bottom: 10px;
        float: none
    }

    [front-article-css] .clients-carousel .col {
        padding: 5px;
    }

[front-article-css] .FixSteps .owl-item .col-md-6, [front-article-css] .FixSteps2 .owl-item .col-md-6 {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

    [front-article-css] .FixSteps .owl-item .col-md-6 .col-ctg, [front-article-css] .FixSteps2 .owl-item .col-md-6 .col-ctg {
        margin-bottom: 10px;
        height: 100%;
    }

[front-article-css] .FixSteps .owl-stage, [front-article-css] .FixSteps2 .owl-stage {
    align-items: stretch;
    display: flex;
    padding-left: 0 !important
}

[front-article-css] .owl-nav.disabled {
    display: none
}
/*---Responsive---*/
@media (max-width: 990px) {
    .ArticleRating[front-article-css] {
        zoom: 0.8;
    }
}

@media (max-width: 767px) {
    [front-article-css] .responsive-art-image {
        max-width: 100%;
        float: unset;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .leftArticle .h2[front-article-css], .leftArticle h2[front-article-css] {
        font-size: 1.2rem;
    }
}
/*---End Responsive---*/
/* _content/PL/Views/FrontDepartment/IndexFrontDepartment.razor.rz.scp.css */
[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] .h-request .hydrated {
    position: relative;
    top: 4px;
    color: #165396;
    font-size: 25px;
    margin-right: 10px;
}

[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: #4c4c4c;
    color: #fff;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

    [front-department-css] .NewsletterSub input {
        font-size: 16px;
        height: 45px;
    }

[front-department-css] .news-col .newsletter-input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    [front-department-css] .news-col .newsletter-input input {
        width: 35vw;
        border-radius: 30px;
        border: 0;
        height: calc(1.5em + 0.75rem + 8px);
        padding: 5px 25px;
    }

    [front-department-css] .news-col .newsletter-input .btn-primary {
        border-radius: 50%;
        padding: 5px;
        width: 45px;
        height: 45px;
        position: absolute;
        right: 0;
    }

    [front-department-css] .news-col .newsletter-input .btn-primary img {
        top: unset;
        right: 1px;
    }

/* ::deep .NewsletterSub .btn {
     background-color: #1a5fa9;
     border-color: #6b9dc3;
}
 */
.GalleryPage img[front-department-css] {
    max-width: 100%;
}
/*Articles*/
[front-department-css] .ArticleFrontItem {
    border-radius: 0px;
    position: relative;
    /* min-height: 253px;
     */
}

    [front-department-css] .ArticleFrontItem img {
        height: 100%;
        width: auto;
        min-width: 100%
    }

[front-department-css] .article-image {
    height: 220px;
    overflow: hidden
}

[front-department-css] .art-title {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    float: left;
    font-weight: 700;
    margin: 15px 0px 10px 0px;
    line-height: 20px;
}

    [front-department-css] .art-title div {
        display: block;
        overflow: hidden;
        height: 40px;
        -webkit-line-clamp: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

[front-department-css] .ArticlesFrontDesc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #62606C;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
}

[front-department-css] .bottom-art {
    width: 100%;
    float: left;
    /* padding-top: 15px;
     margin-top: 15px;
     border-top: 1px solid #eee;
     */
}

[front-department-css] .article-col {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
     */
}

[front-department-css] .col-descr {
    /* padding: 20px 30px 20px 30px;
     */
}

[front-department-css] .col-box-img {
    height: 220px;
    overflow: hidden;
}

    [front-department-css] .col-box-img img {
    }

[front-department-css] .art-date {
    color: #62606C;
    margin-right: 25%;
}

    [front-department-css] .art-date .hydrated {
        color: #294072;
        position: relative;
        font-size: 19px;
        margin-bottom: -4px;
        margin-right: 5px;
    }

[front-department-css] .read-btn {
    color: #353535;
    font-weight: 400;
}

    [front-department-css] .read-btn .hydrated {
        color: #294072;
        position: relative;
        font-size: 19px;
        margin-bottom: -4px;
        margin-right: 5px;
    }

    [front-department-css] .read-btn img {
        margin-left: 5px;
    }

[front-department-css] .ArtDate {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px
}

[front-department-css] .owl-nav .owl-prev {
    width: 25px;
    height: 40px;
    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;
}

.HomeProducts[front-department-css] {
    margin: 80px 0px;
}

.width-100[front-department-css] {
    width: 100%;
    float: left;
}

[front-department-css] .width-100 {
    width: 100%;
    float: left;
}

.HomeMessenger[front-department-css] {
    padding: 80px 0px;
    position: relative;
    /* background-image: url('../images/Container11.jpg');
     */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
}

    .HomeMessenger[front-department-css]::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgb(76, 76,76);
    }

.HomeGeneral[front-department-css] {
    position: relative;
    color: #353535;
    text-align: left;
}

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:before {
        content: '';
        width: 3px;
        height: 70%;
        background-color: #e8edf4;
        position: absolute;
        left: -15px;
        top: 15%;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:first-child:before {
        content: '';
        width: 0;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:last-child {
        padding-right: 0
    }
/* .HomeGeneral::before {
     content: '';
     position: absolute;
     z-index: 0;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
     background: rgb(3, 62, 138, 0.86);
}
 */
[front-department-css] .ProductBestS img {
    max-width: 80%;
    position: relative;
    margin-bottom: -100px;
    margin-left: 10%
}

[front-department-css] .ProductBestS {
    margin-bottom: 60px
}

.HomeGeneral h1[front-department-css] {
    color: #353535;
}

[front-department-css] .text-box {
}

[front-department-css] .btn-white {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 50px;
    background-color: transparent;
    transition: background-color linear 0.2s;
}

    [front-department-css] .btn-white:hover {
        background-color: rgba(255, 255, 255, 0.2)
    }

[front-department-css] .col-sm-img {
}

[front-department-css] .col-sm-text {
    padding-left: 20px;
}

.HomeArticles[front-department-css] {
    margin: 80px 0px;
}

[front-department-css] .RecomProductsHome .owl-stage-outer {
    /* padding-left: 15px;
     padding-right: 15px;
     */
}

[front-department-css] .NewProjects {
    width: 94%;
    margin: 0 3%;
}

[front-department-css] .h-news {
}

    [front-department-css] .h-news img {
    }

[front-department-css] .news-flex {
}

[front-department-css] .big-news {
    font-weight: 700;
    font-size: 27px;
    width: 100%;
    float: left;
}

[front-department-css] .small-news {
    width: 100%;
    float: left;
}

[front-department-css] .input-col .form-control {
    width: 100%;
    float: left;
    margin: 0px 0%;
    border-radius: 0px;
}

[front-department-css] .input-col .btn {
    height: 49px;
    width: 49px;
    margin-left: 0%;
    position: absolute;
    top: 0px;
    right: 0%;
    z-index: 1
}

    [front-department-css] .input-col .btn .hydrated {
        font-size: 25px;
        position: relative;
        top: 3px;
    }

[front-department-css] .col-row {
    color: #22314A
}

    [front-department-css] .col-row a {
        color: #22314A
    }

    [front-department-css] .col-row img {
        position: relative;
        top: 7px;
    }

[front-department-css] .img-contact {
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 15px;
}

    [front-department-css].img-contact img {
    }

.HomeProducts[front-department-css] {
}

    .HomeProducts[front-department-css]  .owl-nav {
        margin-top: 0px;
    }

    .HomeProducts[front-department-css]  .owl-prev {
        position: absolute;
        left: -35px;
        top: 40%;
    }

    .HomeProducts[front-department-css]  .owl-next {
        position: absolute;
        right: -35px;
        top: 40%;
    }

    .HomeProducts[front-department-css]  .owl-prev span {
        font-size: 0px !important;
    }

    .HomeProducts[front-department-css]  .owl-next span {
        font-size: 0px !important;
    }

    .HomeProducts[front-department-css]  .owl-prev::before {
        content: '';
        border: solid #165396;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: 0px;
    }

    .HomeProducts[front-department-css]  .owl-next::before {
        content: '';
        border: solid #165396;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }

.HomeNewProjects[front-department-css]  .owl-nav {
    margin-top: 0px;
}

.HomeNewProjects[front-department-css]  .owl-prev {
    position: absolute;
    left: -35px;
    top: 40%;
}

.HomeNewProjects[front-department-css]  .owl-next {
    position: absolute;
    right: -35px;
    top: 40%;
}

.HomeNewProjects[front-department-css]  .owl-prev span {
    font-size: 0px !important;
}

.HomeNewProjects[front-department-css]  .owl-next span {
    font-size: 0px !important;
}

.HomeNewProjects[front-department-css]  .owl-prev::before {
    content: '';
    border: solid #165396;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: 0px;
}

.HomeNewProjects[front-department-css]  .owl-next::before {
    content: '';
    border: solid #165396;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 0px;
}

[front-department-css] .new-projects {
    margin: 30px 0px;
}

    [front-department-css] .new-projects .btn img {
        float: right;
        position: relative;
        top: 5px;
        margin-left: 10px;
    }

    [front-department-css] .new-projects .col-sm-ctg {
        /* padding:0px 15px;
    */
    }

    [front-department-css] .new-projects .col-ctg {
        margin-bottom: 0px;
        width: 100%;
        float: left;
        margin-top: 15px;
    }

    [front-department-css] .new-projects .img-ctg {
        margin-bottom: 20px;
    }

        [front-department-css] .new-projects .img-ctg img {
            width: 100% !important;
        }

[front-department-css] .NewProjects .details-ctg:before {
    height: 0;
    margin: 0
}

[front-department-css] .secondary-title {
    width: 100%;
    float: left;
    font-weight: 600;
    color: #353535;
    font-size: 22px;
}

[front-department-css] .left-news {
    padding-right: 0px;
    overflow: hidden;
}

    [front-department-css] .left-news img {
        /* width:100%;
    */
        height: 100%;
    }

[front-department-css] .bg-news {
    background-color: #F6F6F6;
    padding: 30px 30px;
}

[front-department-css] .news-col {
    padding-left: 0px;
    display: flex;
    align-items: center;
}

/*::deep input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

::deep input[type='checkbox']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #165396;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #165396;
    background-image: url('../images/specific/check.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
}*/

[front-department-css] .request-option {
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #cccccc;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

    [front-department-css] .request-option span {
        position: relative;
        top: 0px;
        margin-left: 3px;
    }

[front-department-css] .request-offer-form .form-control {
    border: 1px solid #cccccc;
}

    [front-department-css] .request-offer-form .form-control:focus {
        border: solid 1px #165396
    }

[front-department-css] .list {
    width: 100%;
    float: left;
    padding-left: 0px;
    list-style-type: none;
}
/*---Responsive---*/
@media screen and (max-width: 1450px) {
    .HomeProducts[front-department-css]  .owl-next {
        right: -9px;
    }

    .HomeProducts[front-department-css]  .owl-prev {
        left: -9px;
    }

    [front-department-css] .news-col .newsletter-input input {
        width: 60vw;
    }
}

@media screen and (max-width: 1399px) {
    .HomeProducts[front-department-css]  .owl-next {
        right: -20px;
    }

    .HomeProducts[front-department-css]  .owl-prev {
        left: -20px;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    [front-department-css] .article-image {
        height: 200px
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .HomeProducts[front-department-css] {
        margin: 50px 0px;
    }

    .HomeArticles[front-department-css] {
        margin: 50px 0px;
    }

    [front-department-css] .col-box {
        flex-wrap: wrap;
    }

    [front-department-css] .col-sm-text {
        padding-left: 0px;
    }

    [front-department-css] .secondary-title {
        font-size: 20px;
    }

    [front-department-css] .NewProjects .article-image, [front-department-css] .NewProjects .col-box-img {
        height: 160px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .HomeProducts[front-department-css] {
        margin: 40px 0px;
    }

    .HomeArticles[front-department-css] {
        margin: 40px 0px;
    }

    [front-department-css] .secondary-title {
        font-size: 18px;
    }

    [front-department-css] .NewProjects .article-image, [front-department-css] .NewProjects .col-box-img {
        height: 130px;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:nth-child(4):before {
        content: '';
        width: 0;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .home-option {
        padding: 0 5% 30px 5%;
    }
}

@media screen and (max-width: 991px) {
    [front-department-css] .news-col {
        padding-left: 15px;
    }

    [front-department-css] .col-box {
        flex-wrap: wrap;
    }

    [front-department-css] .col-sm-text {
        padding-left: 0px;
    }

    [front-department-css] .input-col {
        position: relative;
        left: -1%;
        margin-top: 10px;
    }

    [front-department-css] .ProductBestS {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {

    [front-department-css] .news-col .newsletter-input input {
        width: 90vw;
    }

    [front-department-css] .request-form {
        margin-top: 30px;
    }

    [front-department-css] .contact-col {
        margin-bottom: 30px;
    }

    .HomeProducts[front-department-css]  .owl-next::before {
        padding: 7px !important;
    }

    .HomeProducts[front-department-css]  .owl-prev::before {
        padding: 7px !important;
    }

    .HomeProducts[front-department-css]  .owl-next {
        right: 0 !important;
    }

    .HomeProducts[front-department-css]  .owl-prev {
        left: 0 !important;
    }

    .HomeNewProjects[front-department-css]  .owl-next::before {
        padding: 7px !important;
    }

    .HomeNewProjects[front-department-css]  .owl-prev::before {
        padding: 7px !important;
    }

    .HomeNewProjects[front-department-css]  .owl-next {
        right: -22px !important;
    }

    .HomeNewProjects[front-department-css]  .owl-prev {
        left: -22px !important;
    }

    [front-department-css] .new-projects .img-ctg {
        height: auto !important;
        max-height: 120px;
        overflow: hidden;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .HomeProducts[front-department-css] {
        margin: 40px 0px;
    }

    .HomeArticles[front-department-css] {
        margin: 40px 0px;
    }

    .HomeMessenger[front-department-css] {
        padding: 40px 0px;
    }

    .HomeGeneral[front-department-css] {
        padding: 40px 0px;
    }

    [front-department-css] .bg-news {
        padding: 30px 15px;
    }

    [front-department-css] .secondary-title {
        font-size: 18px;
    }

    [front-department-css] .col-box-img {
        height: 180px;
    }

    [front-department-css] .NewProjects .article-image, [front-department-css] .NewProjects .col-box-img {
        height: 150px;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:before {
        left: -6px
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:nth-child(3):before, .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:nth-child(5):before {
        content: '';
        width: 0;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .home-option {
        padding: 0 5% 30px 5%;
    }
}

@media screen and (max-width: 576px) {
    [front-department-css] .secondary-title {
        font-size: 18px;
    }

    [front-department-css] .request-option {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 8px 15px;
    }

    [front-department-css] .bg-news {
        padding: 30px 15px;
    }

    .HomeProducts[front-department-css] {
        margin: 30px 0px;
    }

    .HomeArticles[front-department-css] {
        margin: 30px 0px;
    }

    .HomeMessenger[front-department-css] {
        padding: 40px 0px;
    }

    .HomeGeneral[front-department-css] {
        padding: 40px 0px;
    }

    [front-department-css] .ProductBestS img {
        margin-bottom: 20px;
        margin-left: 10%
    }

    [front-department-css] .SistemBoxIcons {
        padding: 20px 10px
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:before {
        left: -6px
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:nth-child(3):before, .HomeGeneral[front-department-css]  .SistemBoxIcons .col-6:nth-child(5):before {
        content: '';
        width: 0;
    }

    .HomeGeneral[front-department-css]  .SistemBoxIcons .home-option {
        padding: 0 2% 30px 2%;
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    [front-department-css] .input-col .form-control {
        /* width:48%;
         */
    }

    [front-department-css] .input-col .btn {
        /* width: 50%;
         margin-left: 25%;
         float: left;
         margin-top: 10px;
         */
    }

    [front-department-css] .col-box-img {
        height: 160px;
    }
}

@media screen and (min-width:481px) and (max-width:576px) {
    [front-department-css] .input-col .btn {
        /* width: 50%;
         margin-left: 25%;
         float: left;
         margin-top:10px;
         */
    }

    [front-department-css] .ProductItem .ProdImage {
        min-height: 170px !important;
        height: 170px;
    }

    [front-department-css] .col-sm-adv {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    [front-department-css] .h-news {
        text-align: center;
    }

    [front-department-css] .new-projects .img-ctg {
        height: auto !important;
        max-height: 280px;
        overflow: hidden;
    }

    [front-department-css] .NewProjects .article-image {
        height: 250px;
    }

    [front-department-css] .NewProjects .col-box-img {
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    [front-department-css] .new-projects .img-ctg {
        height: auto !important;
        max-height: 180px;
        overflow: hidden;
    }

    [front-department-css] .input-col .form-control {
        /* width:99%;
         margin-bottom:10px;
         float:left;
         */
    }

    [front-department-css] .input-col .btn {
        /* width: 99%;
         margin-left: 1%;
         float: left;
         */
    }

    [front-department-css] .RecomProductsHome .owl-stage-outer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    [front-department-css] .RecomProductsHome .ProductItem {
        width: 97%;
    }

    [front-department-css] .NewProjects .article-image {
        height: 220px;
    }

    [front-department-css] .NewProjects .col-box-img {
        height: auto;
    }
}
/*---End Responsive---*/
/* _content/PL/Views/FrontProductCategory/IndexFrontProductCategory.razor.rz.scp.css */
 [front-productcategory-css] h1 {
     font-size: 1.2rem;
     color: #000;
}
 [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;
}
[front-productcategory-css] .atributes-list .dropdown-menu {
    z-index:9;
}
[front-productcategory-css] .carousel-indicators li {
    padding-left: unset!important;
}

/*ProductsList*/

[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 .ProdDetails {
    color: #6E6E6E;
    padding: 10px 0px 0px 0px;
}
[front-productcategory-css] .ProductItem.PSmall .ProdImage img {
    max-height: 200px;
}
[front-productcategory-css] .ProductItem .ProdTitle {
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
    color: #1E1E1E;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #1E1E1E;
    font-size: 15px;
    line-height: 1.3;
}

[front-productcategory-css] .ProductItem .prod-description {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

[front-productcategory-css] .ProductItem .prod-description p {
    text-align: left;
    height: 70px;
    overflow: hidden;
    font-size: 15px;
    color: #6E6E6E;
    font-weight: 500;
}

    [front-productcategory-css] .ProductItem .prod-description p strong {
        font-weight: 500;
    }

 [front-productcategory-css] .ProductRating a {
     margin-right: 10px 
}

[front-productcategory-css] .ResultOnPage {
    float: left;
    color: #999;
    position: relative;
    margin-left: 0px;
    font-size: 12px;
}
 [front-productcategory-css] .ProdSortbar {
     color: #6c757d;
}
 [front-productcategory-css] .ProdSortbar .control-label {
     text-align: right;
     padding: 5px;
}
 [front-productcategory-css] .ProdSortbar .form-control {
     background-color: transparent;
     color: #000;
     border-radius: 0px;
     border: solid 1px #eee;
     font-size: 14px;
     font-weight: 400;
}
 [front-productcategory-css] .ProdSortbar .ResultOnPage {
     position: relative;
     top: 0px;
     margin-left: 0px;
     font-size: 16px;
     width:100%;
     float:left;
     margin-bottom:20px;
}
 [front-productcategory-css] .ProdCategoriesLeft .ProdSubCategories a {
     font-size: 14px;
}

 [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: #6E6E6E;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

 [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a {
     display: inline-block;
     font-size: 13px;
     color: #6c757d;
     border-radius: 0px;
    
     cursor: pointer;
     margin-right:5px;
}
 [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a:hover span {
     color: #de1c37 
}
[front-productcategory-css] .ProdAtributesLeft .SelectedFilter .hydrated {
    font-size: 20px;
    position: relative;
    float: left;
    color: #165396;
    margin-right: 5px;
}
 [front-productcategory-css] .EditGenralBtn {
     position: absolute;
     right: 0;
}
 [front-productcategory-css] .pagination .btn {
     margin-right: 5px;
     padding: 5px 10px;
}
 [front-productcategory-css] .pagination .btn-secondary {
     color: #fff;
}
 .xzoom-source[front-productcategory-css], .xzoom-preview[front-productcategory-css] {
     display: none !important 
}
 [front-productcategory-css] .LeftFilters {
     width: 100%;
     float: left;
    /* border: 1px solid #eee;
     */
     border-radius: 0px;
    /* padding: 15px 15px;
     */
     margin-bottom: 15px;
}
 [front-productcategory-css] .col-list {
     margin-bottom: 0px;
}
 [front-productcategory-css] .ProdAtributesLeft {
     width: 100%;
     float: left;
}
 [front-productcategory-css] .atributes-list {
     width: 100%;
     float: left;
     margin-bottom: 15px;
     border: 1px solid #f1f1f1;
    /*border-bottom: 1px solid #eee;
     padding-bottom: 15px;
     */
}
[front-productcategory-css] .ProdCategoriesLeft .category-link:hover {
    color: #000;
}
[front-productcategory-css] .atributes-list ul.dropdown-menu {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    height: auto;
    max-height: 236px;
    overflow-y: auto;
    overflow-x: visible;
    list-style-type: none;
    padding: 0 15px;
    border-radius: 0px;
    border: 1px solid #5c5c5c;
    top: -3px !important;
    background: #fff;
    min-width: unset;
}
    [front-productcategory-css] .atributes-list ul.dropdown-menu .dropdown-item {
        width: 100%;
        float: left;
        padding: 6px 0;
        border-bottom: 1px solid #C8C8C8;
    }
 [front-productcategory-css] .atributes-list ul.dropdown-menu .dropdown-item:last-of-type {
     border-bottom: 0px solid #f1f1f1;
}
    [front-productcategory-css] .atributes-list ul.dropdown-menu .dropdown-item label
    {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
[front-productcategory-css] .atribute-title::after {
    border: solid #5c5c5c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 14px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
 [front-productcategory-css] .atributes-list.show .atribute-title::after {
     transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
}
 .dropdown-item.active[front-productcategory-css], .dropdown-item:active[front-productcategory-css], [front-productcategory-css] .dropdown-item:hover a {
     color: #000;
     text-decoration: none;
     background-color: #fff;
}
 [front-productcategory-css] .dropdown-item.active, [front-productcategory-css] .dropdown-item:active {
     color: #000;
     text-decoration: none;
     background-color: #fff;
}

 [front-productcategory-css] .dropdown-item:hover {
     background: #fff;
 }
[front-productcategory-css] .atribute-title {
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
    color: #1e1e1e;
    padding: 8px 15px;
    text-align: left;
    background: #fff;
    position: relative;
    border: 1px solid #5c5c5c;
}

 [front-productcategory-css] .ProdAtributesLeft .atributes-list:last-of-type {
     border-bottom: 0px solid #fff;
     margin-bottom: 15px;
}
 

 [front-productcategory-css] ::-webkit-scrollbar-thumb:hover {
     background: #888;
}
 [front-productcategory-css] input[type="radio"]:disabled {
     opacity: 0.6;
}
 [front-productcategory-css] input[type="radio"]:disabled + span {
     opacity: 0.6;
}

 [front-productcategory-css] .h1-left {
     margin-bottom: 15px;
     padding-bottom: 15px;
     position: relative;
}
 [front-productcategory-css] .h1-left::after {
     content: '';
     width: 55px;
     height: 3px;
     background: #05E177;
     position: absolute;
     left: 0;
     right: unset;
    /* margin: 0 auto;
     */
     bottom: 0;
}
 [front-productcategory-css] .h2.h1-after {
     font-size: 30px;
     font-weight: 500;
     color: #353535;
}
 [front-productcategory-css] .list {
     width: 100%;
     float: left;
     padding-left: 0px;
     list-style-type: none;
}
 [front-productcategory-css] .list li {
     width: auto;
     float: left;
     padding: 10px 15px;
     color: #000;
     background-color: #f5f5f5;
     border: 1px solid #cfcfcf;
     margin-right: 10px;
     margin-bottom: 10px;
     font-size: 18px;
     font-weight: 400;
}
 [front-productcategory-css] h3 {
     color: #353535;
     font-size: 30px;
     font-weight: 300;
     text-transform: inherit;
}
[front-productcategory-css] .h3 {
    color: #353535;
    font-size: 30px;
    font-weight: 300;
    text-transform: inherit;
}
[front-productcategory-css] h2 {
    color: #353535;
    font-size: 35px;
    font-weight: 400;
    text-transform: inherit;
}

[front-productcategory-css] .h2 {
    color: #353535;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}
/*::deep .ProductMenuDesc {
     background-color: #EFF2F9;
     color:#000;
     padding:10px 15px;
     text-align:center;
     margin-bottom:20px;
     width:100%;
     float:left;
}
 */
 [front-productcategory-css] .ProdCategoriesLeft {
    /* background-color: #f4f4f4;
     color: #000;
     padding: 15px 15px;
     margin-bottom: 20px;
     */
     width: 100%;
     float: left;
    /* border-bottom :0px solid #fff;
     */
}

[front-productcategory-css] .selected-filters {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

[front-productcategory-css] .selected-filters .selected-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 3px;
    margin-right: 10px;
}

    [front-productcategory-css] .selected-filters .selected-filter {
        display: flex;
        align-items: center;
        background-color: #dcdcdc;
        border-radius: 30px;
        border: solid 1px #dcdcdc;
        padding: 0px 8px;
        margin: 2px 5px 2px 0px;
        cursor: pointer;
        transition: background .2s;
    }

        [front-productcategory-css] .selected-filters .selected-filter a {
            display: inline-flex;
            align-items: center;
            font-size: 13px;
            color: #000;
        }

        [front-productcategory-css] .selected-filters .selected-filter a ion-icon {
            margin-left: 3px;
        }

[front-productcategory-css] .col-sm-product .ProductItem {
    height: 100%;
    margin-bottom: 0px;
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    padding: 10px;
}
[front-productcategory-css] .col-sm-product .ProductItem:hover {
    transition: box-shadow 0.25s ease, transform 0.25s ease;   
}
[front-productcategory-css] .ProductItem:hover .btn {
    background-color: #fff;
    border: solid 2px #165396;
    color: #165396;
}
 [front-productcategory-css] .col-sm-product {
     margin-bottom: 30px;
}
 [front-productcategory-css] .atributte-item {
     width: auto;
     margin-bottom: 5px;
     color: #6e6e6e;
     margin-right: 10px;
     font-size: 15px;
     font-weight: 500;
}

 [front-productcategory-css] .atributte-item .hydrated {
     position: relative;
     font-size: 12px;
     top: 1px;
}
.ProductItem .ProdImage .colors img[front-productcategory-css]
{
    width: 15px;
    height: 15px;
    border-radius: 50px;
    position: relative;
    margin-right: 5px
}

[front-productcategory-css] .ProductItem {
    background-color: #165396
}
[front-productcategory-css] .ProductItem .ProdImage {
    margin-bottom: 0px;
    background:#fff;
    height: 160px;
}
[front-productcategory-css] .ProductPrice {  
    margin-bottom: 10px;
    margin-top: 5px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #165396;
    font-size: 16px;
    display: inline-block;
}
    [front-productcategory-css] .ProductPrice a {
        color: #fff;
    }
    [front-productcategory-css] .configure-col .btn-primary {
        background-color: #fff;
        border-color: #fff;
        color: #3b3b3b;
    }
[front-productcategory-css] .configure-col .btn-primary:hover {
    border-color: #002C62;
    background-color: #002C62;
    color:#fff;
}
[front-productcategory-css] .hover-load{
    display:none;
}
[front-productcategory-css] .configure-col .btn-primary:hover .hover-load {
    display:block
}
[front-productcategory-css] .configure-col .btn-primary:hover .active-load {
    display: none;
}
[front-productcategory-css] .OldPrice {
    font-size: 14px;
}
[front-productcategory-css] .border-box {
    border: 1px solid #1e1e1e;
    padding: 30px 30px;
    margin: 30px 0px;
    font-weight: 400;
}
 [front-productcategory-css] .box-text {
     margin: 15px 0px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     justify-items: center;
}
 [front-productcategory-css] .box-text .col-12 {
     display: flex;
     flex-wrap: wrap;
     align-self: center;
}
 .category-description[front-productcategory-css] {
     font-size: 1rem;
     letter-spacing: 0.1px;
     font-weight: 300;
}


[front-productcategory-css] .sitePathPic {
    position: absolute;
    width: 100%;
    background: #000;
    overflow: hidden;
    height: 460px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  
}

    [front-productcategory-css] .sitePathPic img {
        width: 100%;
        opacity: .7;
        min-height: 100%;
    }
[front-productcategory-css] .sitePathCategory {
    height: 400px
}
[front-productcategory-css] .category-container {
    text-align: left;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    z-index: 10;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
 [front-productcategory-css] .top-section {
     align-self: start;
}
 [front-productcategory-css] .primary-title {
     font-size: 1.5rem;
     font-weight: bold;
     margin: 0px 0px;
     color: #000;
}
 [front-productcategory-css] .secondary-text {
     font-size: 20px;
     text-shadow: 1px 1px 1px #020202;
     margin: 10px 0px;
}
 [front-productcategory-css] .btn-link-bottom {
     width: 200px;
     opacity: 0.85;
     font-weight: 600;
     font-size: 13px;
     margin-top: 15px;
     letter-spacing: 0.5px;
     text-transform: uppercase;
     padding: 10px 10px;
     border-color:#000;
     background-color:#000;
}
 [front-productcategory-css] .bottom-section {
     align-self: end;
     display: none;
}
 [front-productcategory-css] .bottom-text {
     font-size: 20px;
     text-shadow: 1px 1px 1px #020202;
}
 [front-productcategory-css] .bottom-text b {
     font-weight: 600;
     font-size: 30px;
}
 [front-productcategory-css] .ProductsShowFilters {
     margin-top: 0px;
}
 [front-productcategory-css] .ProdCategoriesLeft li.dropdown-item:hover {
     color: #000;
     background-color: transparent;
}
 [front-productcategory-css] .ProdSubCategories a {
     padding: 3px 0px;
     color: #888;
}
 [front-productcategory-css] .image-col img {
     max-width: 100%;
}
 [front-productcategory-css] .box-text h3{
     width:100%;
     float:left;
}
 [front-productcategory-css] .box-text ul li::before {
     content: '';
     border: solid #848484;
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 3px;
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     position: absolute;
     left: 0;
     top: 9px;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     width: unset;
     height: unset;
     background: unset;
     border-radius: unset;
}
 [front-productcategory-css] .box-text ul {
     width: 100%;
     float: left;
     padding-left: 0px;
     list-style-type: none;
}
 [front-productcategory-css] .box-text li {
     position: relative;
     padding-left: 20px;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
}

/*::deep .home-option:first-of-type{
    display:none;
}*/
[front-productcategory-css] .home-option:only-child{
    display: block!important;
}
/*::deep .gama-atribut:last-of-type{
    display:none;
}*/
[front-productcategory-css] .gama-atribut {
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    background: #e8edf4;
    color: #000;
    /*  background: #ffe100;
    color: #000;*/
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px;
    z-index: 1;
}
    [front-productcategory-css] .gama-atribut:hover {
        background: #165396;
        color:#fff;
    }
    /*---Responsive---*/

@media screen and (min-width:991px) and (max-width:1200px) {
    [front-productcategory-css] .ProductItem .ProdImage {
        min-height: 200px !important;
        height: 200px !important;
    }
}
 @media screen and (max-width: 991px) {
    [front-productcategory-css] .sitePathPic {
        height: 390px;
    }
    [front-productcategory-css] .category-container {
       
    }
    [front-productcategory-css] .sitePathCategory
    {
        height: 350px
    }
    [front-productcategory-css] .ProdSortbar {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
     [front-productcategory-css] .ProductsShowFilters {
         display: none;
         margin-top: 0px;
    }
    [front-productcategory-css] .BtnShowFilters {
        display: block !important;
        cursor: pointer;
        line-height: 30px;
        border-radius: 0;
        color: #000;
        font-weight: bold;
        width: 100%;
        float: left;
        border: 0;
        background: #f5f5f5;
        margin-bottom: 10px
    }
     [front-productcategory-css] .col-list {
         margin-top: 30px;
    }
     [front-productcategory-css] .ProductsShowFilters {
         margin-top: 0px !important;
    }
     [front-productcategory-css] .brdswrap {
         overflow-x: auto;
         position: relative;
         height: 44px;
         overflow-y: hidden;
         display: flex;
    }
     [front-productcategory-css] .RecomProductsHome .owl-stage-outer {
         padding-left: 0px;
    }
     [front-productcategory-css] .LeftFilters {
         margin-bottom: 0px !important;
    }
}
 @media screen and (max-width: 767px) {
     [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 screen and (min-width:768px) and (max-width:991px) {

    [front-productcategory-css] .ProductItem .ProdImage {
        min-height: 130px !important;
        height: 130px !important;
    }
}

 @media screen and (min-width:576px) and (max-width:768px) {
    [front-productcategory-css] .sitePathPicContainer {
        height: 200px;
    }
    [front-productcategory-css] .sitePathCategory {
        height: 250px
    }
    [front-productcategory-css] .sitePathPic {
        height: 300px;
    }
    [front-productcategory-css] .secondary-text {
        font-size: 17px;
    }
     [front-productcategory-css] .bottom-text {
         font-size: 16px;
    }
     [front-productcategory-css] .bottom-text b {
         font-size: 22px;
    }
    [front-productcategory-css] .ProductItem .ProdImage {
        min-height: 170px!important;
        height: 170px!important;
    }
}
 @media screen and (max-width: 576px) {
    [front-productcategory-css] .atributes-list ul.dropdown-menu {
        transform: translate3d(0px, 0px, 0px) !important;
        position: relative !important;
    }

    [front-productcategory-css] .ProductItem .ProdImage {
        min-height:unset;
        height:auto;
    }
    [front-productcategory-css] .ProductItem .ProdImage img {
         position:relative;
    }
    [front-productcategory-css] .btn-link-bottom {
        display: none;
    }
     [front-productcategory-css] .bottom-text {
         display: none;
    }

    [front-productcategory-css] .sitePathPic {
        height: 248px;
    }
    
    [front-productcategory-css] .primary-title {
         font-size: 1.4rem;
    }
    [front-productcategory-css] .sitePathPicContainer {
        height: 145px
    }
    [front-productcategory-css] .sitePathCategory {
        height: 200px
    }
}
 
/*---End Responsive---*/
/* _content/PL/Views/FrontProduct/IndexFrontProduct.razor.rz.scp.css */
.ProductOptions[front-product-css] {
    width: 100%;
    float: left;
}

[front-product-css] .ProductOptions label {
    border: solid 0px #353535;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    transition: background-color linear 0.3s;
    -moz-transition: background-color linear 0.3s;
    -webkit-transition: background-color linear 0.3s;
}

[front-product-css] .ProductOptions input {
    width: 15px !important;
    height: 15px !important;
}

[front-product-css] .ProductOptions label:hover {
    background-color: transparent;
}

.btn .badge[front-product-css] {
    left: 5px;
}
/*Product Page*/
[front-product-css] .prod-subtitle {
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 1rem;
}

.ProductPage h1[front-product-css] {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

[front-product-css] .small-thumbnail {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
}

[front-product-css] .box-thumbnail {
    width: 120px;
    margin: 0px 5px;
    ;
    text-align: center;
    float: left;
    border: 0;
    background-color: #fff;
    cursor: pointer;
}

    [front-product-css] .box-thumbnail.active {
        border-bottom: 4px solid #000;
    }

    [front-product-css] .box-thumbnail::focus {
        border: 1px solid #353535;
    }

[front-product-css] .image-box {
    width: 100%;
    float: left;
}

    [front-product-css] .image-box img {
        /*width: 100%;*/
        margin: 0px !important;
        max-height: 80px;
    }

[front-product-css] .title-box {
    width: 100%;
    float: left;
    color: #353535;
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}

[front-product-css] .ProductPage .FirstPic {
    border: solid 0px #efefef;
    height: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 83%;
}

[front-product-css] .FirstPic img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 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] .optionals-desc .col-img, [front-product-css] .optionals-desc .col-desc {
    margin-bottom: 1rem;
}

[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 .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] .specs {
    color: #353535;
}

    [front-product-css] .specs img {
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

[front-product-css] .item-spec {
    width: auto;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #353535;
}

    [front-product-css] .item-spec b {
        font-size: 18px;
        display: flex;
        width: 100%;
        float: left;
        color: #000;
    }

[front-product-css] .OldPrice {
    font-size: 18px;
    font-weight: 400;
    color: #353535;
}

[front-product-css] .ProducPrice {
    color: #165396;
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    width: 100%;
    float: left;
}

[front-product-css] .BtnRequestOff {
    padding: 10px 1rem;
    background-color: #165396;
    border: 1px solid #165396;
    width: 100%;
    font-size: 14px;
}

    [front-product-css] .BtnRequestOff .hydrated {
        position: relative;
        margin-left: 10px;
        font-size: 19px;
    }

[front-product-css] .tva-price {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #4e4e4e;
    position: relative;
    top: -5px;
}

[front-product-css] .price-request {
    color: #165396;
    float: left;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #e8edf4;
    margin-bottom: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    margin-bottom: 0px;
}

[front-product-css] .ProductLongDesc {
    margin-top: 40px;
}

[front-product-css] .atr-item {
    background-color: #fff;
    border-radius: 0px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.2px;
    cursor: pointer;
    font-size: 17px;
}

.ProductLongDesc[front-product-css]  .h3 {
    font-size: 1.4rem;
    color: #000;
}



[front-product-css] .info-prod {
    /* padding: 15px 0px;
     background: #fff;
     box-shadow: rgba(0, 0, 0, 0.07) 0px 5px 25px;
     */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

    [front-product-css] .info-prod .row .col-lg-2:last-of-type .col-product {
        border-right: 1px solid #cfcfcf !important;
    }

[front-product-css] .ProductsList .owl-stage-outer {
    padding: 10px 5px 10px 0px;
}

[front-product-css] ::-webkit-scrollbar-thumb:hover {
    background: #888;
}

[front-product-css] input[type="radio"]:disabled {
    opacity: 0.6;
}

    [front-product-css] input[type="radio"]:disabled + span {
        opacity: 0.2;
    }

[front-product-css] input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #002c62;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #002c62;
    background-image: url('../images/specific/check.png');
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center center;
}

[front-product-css] input[type='radio']:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #a9a7a7;
}

[front-product-css] input[type='radio']:hover:after {
    border: 2px solid #002c62;
}

[front-product-css] input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

[front-product-css] input[type='checkbox']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 0px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #002c62;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #002c62;
    background-image: url('../images/specific/check.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
}

[front-product-css] .radio-text {
    position: relative;
    top: -1px;
    margin-left: 3px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #353535;
}

[front-product-css] .col-specs {
    color: #353535;
}

[front-product-css] .ProductPage {
    margin-top: 0px;
    height: 65vh;
    position: relative;
}

[front-product-css] .ProductLongDesc {
    margin-top: 20px;
}

[front-product-css] .bottom-details {
    width: 100%;
    float: left;
    /* background: #fff;
     */
    padding: 30px 20px;
    /* position: relative;
     */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 18px, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*::deep .bottom-details::before {
     content: '';
}
 */
[front-product-css] .ProdGallery {
    /* position: sticky !important;
     position: -webkit-sticky !important;
     top: 79px;
     float: left;
     */
}

[front-product-css] .right-box-product {
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px;
    float: left;
    overflow: hidden;
}

[front-product-css] .left-box-product {
    position: relative;
    max-height: 100%;
    overflow: auto;
}

[front-product-css] .border-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

[front-product-css] .product-container {
    padding: 0px 15px;
}

[front-product-css] .box-title {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

[front-product-css] .ProdSimilar .ProdImage {
    height: 150px;
    min-height: 150px;
}

    [front-product-css] .ProdSimilar .ProdImage a {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
    }

    [front-product-css] .ProdSimilar .ProdImage img {
        position: unset;
    }

[front-product-css] .ProdSimilar .ProdTitle {
    font-size: 14px;
    height: 45px;
    line-height: 24px;
}

[front-product-css] .height-box {
    width: 100%;
    height: auto;
}

[front-product-css] .ProdSimilar .ProductItem {
    margin-bottom: 0px;
    padding: 10px;
}

[front-product-css] .scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 0.5rem;
    overflow: auto;
}

[front-product-css] .row-input {
    display: flex;
    flex-wrap: wrap;
}

[front-product-css] .radio-image {
    color: #353535;
    background-color: #fff;
    padding: 0px 0px;
    border-radius: 0px;
    width: 100%;
    float: left;
    font-size: 15px;
    letter-spacing: 0.2px;
    position: relative;
    cursor: pointer;
}

[front-product-css] .option-image {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all .3s;
}

[front-product-css] .col-optional {
    margin: 4px 8px;
    width: 85px;
}

[front-product-css] .radio-image .radio-text {
    top: 4px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 0px;
    text-align: center;
    width: 100%;
    float: left;
}

[front-product-css] .radio-height-box {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    border: 1px solid #c8c8c8;
}

[front-product-css] .radio-image input[type="radio"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-right: 0px;
    visibility: hidden;
    /* border-radius: 0px;
     margin-top: 0px;
     margin-right: 0px;
     */
}

    [front-product-css] .radio-image input[type='radio']:after {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        top: -4px;
        left: unset;
        right: 8px;
        position: relative;
        background-color: #000;
        content: '';
        display: inline-block;
        visibility: visible;
        z-index: 9;
        opacity: 0;
    }

    [front-product-css] .radio-image input[type='radio']:checked:after {
        border: 0px solid #165396;
        background-image: url('../images/specific/check.png');
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center center;
        opacity: 1;
    }

    [front-product-css] .radio-image input[type='radio']:checked + .radio-height-box {
        border: 2px solid #000;
    }
/*::deep .radio-image:hover input[type='radio']:after {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     top: 4px;
     left: -4px;
     position: relative;
     background-color: #353535;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 0px solid #002c62;
     background-image: url('../images/specific/check.png');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position: center center;
     opacity: 0;
}
*/
[front-product-css] .atr-item input[type='checkbox'] {
    visibility: hidden;
}

    [front-product-css] .atr-item input[type='checkbox']::after {
        visibility: visible;
        top: 2px;
    }

[front-product-css] .atr-text {
    position: relative;
    top: -3px;
}

[front-product-css] .sel-atribute {
    float: right;
    margin-left: 15px;
    width: 45px;
    border: 1px solid #a7a7a7;
}
/*::deep .ul-list {
     width: 100%;
     float: left;
     padding-left: 0px;
     list-style-type: none;
}
 ::deep .ul-list li {
     width: 100%;
     float: left;
     position:relative;
     padding-left:20px;
     transition:all 0.5s;
     -moz-transition:all 0.5s;
     -webkit-transition:all 0.5s;
}
 ::deep .ul-list li:hover {
     padding-left: 30px;
}
 ::deep .ul-list li:hover::before {
     left: 10px;
}
 ::deep .ul-list li::before {
     content: '';
     border: solid #848484;
     border-width: 0 2px 2px 0;
     display: inline-block;
     padding: 3px;
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     position: absolute;
     left: 0;
     top: 9px;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
*/
/*::deep .list {
     width: 100%;
     float: left;
     padding-left: 0px;
     list-style-type: none;
}
 ::deep .list li {
     width: auto;
     float: left;
     padding: 4px 15px;
     background-color: #f5f5f5;
     border: 1px solid #cfcfcf;
     margin-right: 10px;
     margin-bottom: 10px;
     font-size: 18px;
     font-weight: 400;
}
 ::deep .list li::before {
     display:none!important;
}
*/
[front-product-css] .ProductLongDesc {
    font-size: 19px;
    letter-spacing: 0.1px;
    font-weight: 300;
}

    [front-product-css] .ProductLongDesc b.width-100 {
        /* color: #000;
    */
        font-size: 20px;
    }

    [front-product-css] .ProductLongDesc h4 {
        font-size: 30px;
        font-weight: 400;
    }

[front-product-css] .bg-grey {
    /* background-color: #f2f2f3; */
    /* padding: 40px 0px;*/
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* width: 100%; */
    /* margin-bottom: 30px;*/
}

[front-product-css] .box-text {
    margin: 0px 0px;
    /* display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     justify-items: center;
    */
    font-size: 16px;
    border: 3px solid #e8edf4;
    padding: 0px 15px 15px 15px;
    color: #165396;
    height: 100%;
    overflow: hidden;
}

[front-product-css] .owl-tab .owl-item {
    /* height:100%;*/
    flex: 1;
    display: flex;
}

[front-product-css] .box-text .col-12 {
    /*     display: flex;
     flex-wrap: wrap;
     align-self: center;*/
}

[front-product-css] .owl-tab .owl-stage {
    display: flex;
}

[front-product-css] .box-text h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

    [front-product-css] .box-text h3::after {
        content: '';
        width: 80%;
        margin: 3px auto;
        height: 3px;
        background-color: #ff1d24;
        position: relative;
        display: block;
    }
/*::deep .bullet-list {
     width: 100%;
     float: left;
     padding-left: 0px;
     list-style-type: none;
}
 ::deep .bullet-list li {
     width: 100%;
     float: left;
     position: relative;
     padding-left: 20px;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
 ::deep .bullet-list li:hover {
     padding-left: 30px;
}
 ::deep .bullet-list li:hover::before {
     left: 10px;
}
 ::deep .bullet-list li::before {
     content: '';
     display: inline-block;
     padding: 3px;
     position: absolute;
     left: 5px;
     top: 11px;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     width: 5px;
     height: 5px;
     background: #848484;
     border-radius: 50%;
}
*/

[front-product-css] .short-descr ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    list-style-type: none;
}

    [front-product-css] .short-descr ul li {
        margin-bottom: 5px;
        padding-left: 30px;
        position: relative;
        transition: all .3s;
    }

        [front-product-css] .short-descr ul li::before {
            content: '';
            display: inline-block;
            height: 30px;
            width: 30px;
            background-size: 23px;
            background-image: url(/images/blue-check.svg);
            background-repeat: no-repeat;
            background-position: center;
            top: -3px;
            left: -2px;
            position: absolute;
            transition: all .5s;
        }

[front-product-css] .short-descr p {
    margin-bottom: 0;
}

[front-product-css] .col-product-description ul {
    padding-left: 0px;
    list-style-type: none;
}

    [front-product-css] .col-product-description ul li {
        margin-bottom: 5px;
        padding-left: 30px;
        position: relative;
        background: none;
        transition: all .3s;
    }

        [front-product-css] .col-product-description ul li::before {
            content: '';
            display: inline-block;
            height: 22px;
            width: 22px;
            border-radius: 50%;
            border: 1px solid #ccc;
            background-size: 15px;
            background-image: url(/images/general/arrow-right.svg);
            background-repeat: no-repeat;
            background-position: center;
            top: 2px;
            left: 0px;
            position: absolute;
            transition: all .5s;
        }

/*::deep .col-product-description ul li:hover {
     padding-left: 30px;
}
 ::deep .col-product-description ul li:hover::before {
     left: 10px;
}
*/

[front-product-css] .optionals-desc {
    margin-bottom: 1rem;
}

[front-product-css] .prod-optionals-box {
    width: 100%;
    float: left;
}

[front-product-css] .optionals-desc ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
    transition: all .3s;
    padding-left: 0;
    font-size: 15px;
}

    [front-product-css] .optionals-desc ul li::before {
        display: none;
    }

[front-product-css] .from-price {
    font-size: 16px;
    margin-right: 2px;
    font-weight: 400;
    color: #353535;
}

[front-product-css] .image-col img {
    max-height: 98% !important;
    height: auto;
    /* max-width: unset!important; */
    /* max-height: 100%; */
    /* height: 100%; */
    width: auto;
    max-width: 98% !important;
}

[front-product-css] .col-product-description .h1 {
    /* color: #626262;*/
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 40px !important;
    text-transform: uppercase;
    color: #262626;
}

[front-product-css] .col-product:hover img {
    transform: unset;
}

[front-product-css] .container-box hr {
    width: 100%;
    float: left;
}

[front-product-css] .two-col {
    width: 100%;
    float: left;
}

    [front-product-css] .two-col .image-col {
        width: 100%;
        float: left;
        height: 330px;
        text-align: center;
    }

        [front-product-css] .two-col .image-col img {
            max-width: 100%;
            max-height: 100%;
            height: auto !important;
        }

.header-breadcrumb[front-product-css] {
    position: relative;
    padding: 20px 15px;
}

[front-product-css] .h-title-product {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #000;
    padding-left: 0px;
    font-size: 2rem;
    margin-top: 0px;
}

[front-product-css] .breadcrumb-links {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    [front-product-css] .breadcrumb-links .breadcrumb {
        align-items: center;
        font-size: 14px;
    }

        [front-product-css] .breadcrumb-links .breadcrumb a {
            color: #6e6e6e;
        }

    [front-product-css] .breadcrumb-links .breadcrumb-item .hydrated {
        position: relative;
        top: 2px;
    }

    [front-product-css] .breadcrumb-links .breadcrumb-item.active {
        color: #353535;
    }

[front-product-css] .prod-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    width: 100%;
    float: left;
}

    [front-product-css] .prod-section.top {
        border-bottom: 2px solid #000;
        margin-bottom: 15px;
        padding-bottom: 1rem;
    }


[front-product-css] .prod-desc-item {
    display: flex;
    align-items: start;
    width: 100%;
    float: left;
}

[front-product-css] .tab-navigation .nav-tab {
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}

[front-product-css] .tab-navigation .tab-content {
    padding: 40px 0px 10px 0px;
}

[front-product-css] .tab-navigation .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    width: 100%;
    justify-content: start;
}

.nav-tabs .nav-link[front-product-css] {
    font-size: 1rem;
    padding: .75rem 2rem;
    font-weight: 600;
    color: #6e6e6e;
    border: solid 1px #c8c8c8;
    text-align: center;
}

[front-product-css] .tab-navigation .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    margin-right: 10px;
}

    [front-product-css] .tab-navigation .nav-tabs .nav-link.active, [front-product-css] .tab-navigation .nav-tabs .nav-item.show .nav-link {
        color: #000;
        background-color: #fff;
        position: relative;
    }
    /*::deep .tab-navigation .nav-tabs .nav-link.active::after, ::deep .tab-navigation .nav-tabs .nav-item.show .nav-link::after {
    content: '';
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: #165396;
}*/

    [front-product-css] .tab-navigation .nav-tabs .nav-link:focus, [front-product-css] .tab-navigation .nav-tabs .nav-link.active {
        border-bottom: 1px solid #fff;
    }

    [front-product-css] .tab-navigation .nav-tabs .nav-link:hover {
        color: #000;
    }

[front-product-css] .tab-pane#nav-optionals .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

[front-product-css] .owl-tab {
    width: 100%;
    float: left;
}

    [front-product-css] .owl-tab .owl-nav {
        margin-top: 0px;
    }

    [front-product-css] .owl-tab .owl-prev {
        position: absolute;
        left: -35px;
        top: 40%;
    }

    [front-product-css] .owl-tab .owl-next {
        position: absolute;
        right: -35px;
        top: 40%;
    }

    [front-product-css] .owl-tab .owl-prev span {
        display: none !important;
    }

    [front-product-css] .owl-tab .owl-next span {
        display: none !important;
    }

    [front-product-css] .owl-tab .owl-prev::before {
        content: '';
        border: solid #165396;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        position: relative;
        top: 0px;
    }

    [front-product-css] .owl-tab .owl-next::before {
        content: '';
        border: solid #165396;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }

    [front-product-css] .owl-tab .owl-item img {
        width: auto !important;
        max-width: 100%;
        max-height: 300px;
        float: none;
        margin: auto;
    }

[front-product-css] .image-col .carousel-item {
    text-align: center;
}

[front-product-css] .image-col .carousel-indicators {
    background: rgba(0, 0, 0, 0.3);
    width: 120px;
    margin: auto;
    /* min-width: 102px; */
    border-radius: 30px;
    bottom: 10px;
}

    [front-product-css] .image-col .carousel-indicators li {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
    }

[front-product-css] .box-text .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
}

[front-product-css] .box-text .image-col {
    order: -1;
    background-color: #fff;
    border: 15px solid #fff;
    margin-bottom: 10px;
    padding: 0px !important;
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

[front-product-css] .col-product-description .bg-grey {
    background: transparent;
}

[front-product-css] .ProdSimilar .owl-nav {
    margin-top: 0px;
}

[front-product-css] .ProdSimilar .owl-prev {
    position: absolute;
    left: -35px;
    top: 40%;
}

[front-product-css] .ProdSimilar .owl-next {
    position: absolute;
    right: -35px;
    top: 40%;
}

[front-product-css] .ProdSimilar .owl-prev span {
    font-size: 0px !important;
}

[front-product-css] .ProdSimilar .owl-next span {
    font-size: 0px !important;
}

[front-product-css] .ProdSimilar .owl-prev::before {
    content: '';
    border: solid #165396;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: 0px;
}

[front-product-css] .ProdSimilar .owl-next::before {
    content: '';
    border: solid #165396;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 0px;
}

[front-product-css] .atr-link .hydrated {
    position: relative;
    margin-left: 5px;
    color: #165396;
    font-size: 21px;
    top: 4px;
}
/*---Responsive---*/
@media screen and (min-width: 1550px) {
}

@media screen and (min-width: 1400px) {
    [front-product-css] .container-box {
        width: 1330px;
        padding: 0px 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1400px) {
    [front-product-css] .container-box {
        width: 100%;
        float: left;
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    [front-product-css] .ProductPage {
        height: 65vh !important;
    }

    [front-product-css] .col-optional {
        width: 65px;
    }

    [front-product-css] .radio-height-box {
        height: 75px;
        width: 75px;
    }

    [front-product-css] .radio-image input[type="radio"] {
        top: -5px;
        right: -15px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    [front-product-css] .radio-image input[type="radio"] {
        top: -5px;
        right: -15px;
    }

    [front-product-css] .radio-image .radio-text {
        font-size: 14.5px;
    }

    [front-product-css] .col-optional {
        width: 50px;
    }

    [front-product-css] .radio-height-box {
        height: 60px;
        width: 60px;
    }

    [front-product-css] .FirstPic {
        /* height: 450px !important;*/
    }

    [front-product-css] .ProductPage {
        height: 60vh !important;
    }

    [front-product-css] .col-price-left {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    [front-product-css] .col-price-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
    }

    [front-product-css] .small-thumbnail {
        max-height: 65vh;
        overflow-y: auto;
        padding-right: 5px;
    }
}

@media screen and (min-width: 992px) {
    [front-product-css] .small-thumbnail {
        margin-top: 10px;
    }

    [front-product-css] .image-col {
        /*        height: 300px;
        overflow:hidden;*/
        text-align: center;
    }

        [front-product-css] .image-col img {
            max-height: 100%;
            height: auto;
            /*   max-width: unset!important;*/
            /* max-height: 100%;*/
            /*  height:100%*/
        }

    [front-product-css] .price-request {
        flex: 0 0 34%;
        max-width: 33.3%;
    }
}

@media screen and (max-width: 991px) {

    [front-product-css] .info-prod .col-product {
        margin: 0px 0px !important;
    }

    [front-product-css] .left-box-product {
        border: 0
    }

    [front-product-css] .owl-item .box-text {
        margin: 0px;
    }

    [front-product-css] .tab-navigation .tab-content {
        padding: 30px 10px 10px 10px;
    }

    [front-product-css] .h-title-product {
        font-size: 1.8rem;
    }

    [front-product-css] .box-thumbnail {
        width: 100px;
        margin: 5px 10px;
        text-align: center;
        float: left;
    }

    [front-product-css] .small-thumbnail {
        position: relative;
        right: 19px;
        z-index: 1;
        top: 0;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        padding-left: 30px;
    }

    [front-product-css] .FirstPic {
        height: 400px !important;
    }

    [front-product-css] .height-box {
        padding-bottom: 0px !important;
    }

    [front-product-css] .price-request {
        right: 0px;
        margin-bottom: 0px !important;
        position: fixed !important;
        z-index: 9;
        bottom: 0;
        padding: 10px 15px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 10px;
    }

    .ProductPage .ProdGallery .FirstPic[front-product-css] {
        height: 400px !important;
    }

    .ProductRating[front-product-css] {
        zoom: 0.8;
    }

    .ProductLongDesc table td[front-product-css] {
        display: block
    }

    [front-product-css] .right-box-product {
        position: unset !important;
    }

    [front-product-css] .ProdGallery {
        margin-bottom: 0px;
    }

    [front-product-css] .ProductPage {
        height: auto !important;
    }


    [front-product-css] .bottom-details {
        position: relative !important;
    }

    [front-product-css] .col-product-description {
        padding: 0
    }

    [front-product-css] .box-text .image-col {
        height: 175px;
    }
}

@media screen and (min-width: 767px) {
    [front-product-css] .height-box {
        padding-bottom: 50px;
        float: left;
    }

    [front-product-css] .box-text .col-12 {
        /*      padding:0px 30px;*/
    }

    [front-product-css] .image-col {
        padding: 0px 15px !important;
    }
}

@media screen and (max-width: 767px) {
    [front-product-css] .info-prod {
        padding: 0px 5px;
    }

        [front-product-css] .info-prod .col-product {
            margin: 0px 0px !important;
        }


    [front-product-css] .image-col {
        order: 2;
    }

    [front-product-css] .owl-tab .owl-item img {
        width: auto !important;
        max-width: 100%;
        max-height: unset !important;
        float: none;
        margin: auto;
    }

    [front-product-css] .box-text .image-col {
        height: 230px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    [front-product-css] .FirstPic {
        height: 350px !important;
    }

    [front-product-css] .h-title-product {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 576px) {
    .nav-tabs .nav-link[front-product-css] {
        padding: .5rem 1rem;
    }

    .header-breadcrumb[front-product-css] {
        padding: 10px 10px;
    }

    [front-product-css] .h-title-product {
        font-size: 1.2rem;
    }

    [front-product-css] .breadcrumb-links .breadcrumb {
        margin-bottom: 0px;
    }

    [front-product-css] .FirstPic {
        height: auto !important;
    }

        [front-product-css] .FirstPic img {
            position: relative;
        }

    [front-product-css] .price-request {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    [front-product-css] .ProducPrice {
        text-align: center !important;
    }

    [front-product-css] .BtnRequestOff {
        float: unset !important;
        display: unset !important;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        justify-self: center !important;
        align-self: center !important;
        justify-items: center !important;
    }
}

@media screen and (min-width:480px) and (max-width:576px) {
    [front-product-css] .box-thumbnail {
        width: 90px;
        margin: 5px 6px;
    }

    [front-product-css] .col-optional {
        width: 80px;
    }

    [front-product-css] .radio-height-box {
        height: 80px;
        width: 80px;
    }

    [front-product-css] .tva-price {
        text-align: center
    }
}

@media screen and (min-width:380px) and (max-width:480px) {
    [front-product-css] .box-thumbnail {
        width: 70px;
        margin: 5px 6px;
    }

    [front-product-css] .col-optional {
        width: 58px;
    }

    [front-product-css] .radio-height-box {
        height: 65px;
        width: 65px;
    }

    [front-product-css] .radio-image .radio-text {
        font-size: 14.5px;
    }

    [front-product-css] .radio-image input[type="radio"] {
        top: -5px;
        right: -15px;
    }

    [front-product-css] .tva-price {
        text-align: center
    }
}

@media screen and (max-width: 425px) {
    .nav-tabs .nav-link[front-product-css] {
        padding: 5px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 380px) {
    [front-product-css] .title-box {
        font-size: 13px;
    }

    [front-product-css] .box-thumbnail {
        width: 60px;
        margin: 5px 5px;
    }

    [front-product-css] .col-optional {
        width: 45px;
    }

    [front-product-css] .radio-height-box {
        height: 55px;
        width: 55px;
    }

    [front-product-css] .radio-image .radio-text {
        font-size: 13.5px;
    }

    [front-product-css] .radio-image input[type="radio"] {
        top: -5px;
        right: -15px;
    }

    [front-product-css] .tva-price {
        text-align: center
    }
}
/*---End Responsive---*/
/* _content/PL/Views/ShoppingCart/IndexShoppingCart.razor.rz.scp.css */
/*.CartNav ::deep li:first-child a:before {
     content: "1.";
}
 .CartNav ::deep li:nth-child(2) a:before {
     content: "2.";
}
 .CartNav ::deep li:nth-child(3) a:before {
     content: "3.";
}
 .CartNav ::deep li a:before {
     display: inline-block;
     border: solid 1px #6c757d;
     padding: 0 8px;
     border-radius: 30px;
     margin-right: 10px;
}
 .CartNav {
     margin-bottom: 20px;
     border-bottom: solid 1px #e0e0e0;
}
 .CartNav ::deep a {
     color: #6c757d;
     font-weight: 300;
     font-size: 17px;
}
 */
.ShoppingList[front-shoppingcart-css] {
    padding: 10px 0;
    font-size: 16px;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0rem;
    position: relative;
}

    .ShoppingList[front-shoppingcart-css]  .CartPrice {
        color: #165396;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

        .ShoppingList[front-shoppingcart-css]  .CartPrice .price-info {
            color: #000;
            font-weight: normal;
            font-size: 14px;
            margin-right: 5px;
        }
/*CART*/
.CartSummaryRight[front-shoppingcart-css], [front-shoppingcart-css] .CartSummaryRight {
    padding: 20px;
    position: sticky;
    top: 130px;
    height: fit-content;
    border: 0 !important;
    background: #f5f5f5;
}
/* .CartNav {
     margin-bottom: 20px;
     border-bottom: solid 1px #e0e0e0;
}
 .CartNav ::deep a {
     color: #6c757d;
     font-weight: 300;
     font-size: 17px;
}
 */
/* .CartNav ::deep li:first-child a:before {
     content: "1.";
     display: inline-block;
     border: solid 1px #6c757d;
     padding: 0 8px;
     border-radius: 30px;
     margin-right: 10px;
}
 .CartNav ::deep li:nth-child(2) a:before, .CartNav li:nth-child(3) a:before {
     content: "2.";
     display: inline-block;
     border: solid 1px #6c757d;
     padding: 0 8px;
     border-radius: 30px;
     margin-right: 10px;
}
 .CartNav ::deep li:nth-child(3) a:before {
     content: "3.";
}
 .CartNav ::deep 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] .cart-menu {
    width: 70%;
    float: left;
    margin-left: 15%;
    display: block !important;
}

    [front-shoppingcart-css] .cart-menu li {
        width: 33%;
        float: left;
        position: relative;
    }

        [front-shoppingcart-css] .cart-menu li:first-of-type a {
            text-align: left;
        }

        [front-shoppingcart-css] .cart-menu li:first-of-type .active {
            border-bottom: 3px solid #165396;
        }

            [front-shoppingcart-css] .cart-menu li:first-of-type .active:before {
                background-color: #165396;
                border-color: #165396;
                color: #fff;
            }

        [front-shoppingcart-css] .cart-menu li:nth-child(2) .active {
            border-bottom: 3px solid #165396;
        }

            [front-shoppingcart-css] .cart-menu li:nth-child(2) .active:before {
                background-color: #165396;
                border-color: #165396;
                color: #fff;
            }

        [front-shoppingcart-css] .cart-menu li:nth-child(3) .active {
            border-bottom: 3px solid #165396;
        }

            [front-shoppingcart-css] .cart-menu li:nth-child(3) .active:before {
                background-color: #165396;
                border-color: #165396;
                color: #fff;
            }

        [front-shoppingcart-css] .cart-menu li:first-of-type a:before {
            right: unset;
        }
/* .CartNav ::deep li:first-child a:before {
     content: "1.";
     display: inline-block;
     padding: 0 8px;
     border-radius: 30px;
     margin-right: 10px;
}
 .CartNav ::deep li a:before {
     background-color: #ebebeb;
     color: #000;
     position: absolute;
     bottom: -13px;
     margin: auto;
     left: 0;
     right: 0;
     border: 3px solid #f9f9f9;
     font-size: 13px;
     font-weight: 700;
     width: 31px;
     height: 31px;
     text-align: center;
     padding: 3px 0px;
     border-radius: 50%;
     transition: all 0.5s;
     line-height: 26px;
}
 ::deep .cart-menu li a {
     text-align: center;
     border-bottom: 3px solid #e8edf4;
     color: #e8edf4;
     font-weight: 500;
     font-size: 16px;
     padding-bottom: 20px;
     transition: all 0.5s;
}
 .CartNav ::deep li:nth-child(2) a:before {
     content: "2.";
     display: inline-block;
     padding: 0 8px;
     border-radius: 30px;
}
 .CartNav ::deep li:nth-child(3) a:before {
     content: "3.";
     display: inline-block;
     padding: 0 8px;
     border-radius: 30px;
}
*/
[front-shoppingcart-css] .cart-span {
    position: relative;
    text-transform: uppercase;
}

[front-shoppingcart-css] .cart-menu li .active .cart-span {
    color: #000;
}

[front-shoppingcart-css] .cart-menu li:first-of-type .cart-span {
    left: -8%;
}

[front-shoppingcart-css] .cart-menu li:last-of-type a {
    text-align: right;
}

    [front-shoppingcart-css] .cart-menu li:last-of-type a:before {
        left: unset;
    }

[front-shoppingcart-css] .cart-menu li:last-of-type .cart-span {
    right: -7%;
}

[front-shoppingcart-css] .summary-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    [front-shoppingcart-css] .summary-item b {
        display: inline-flex;
        flex-wrap: wrap;
    }

    [front-shoppingcart-css] .summary-item.total {
        font-size: 1.2rem;
    }

.CartNav[front-shoppingcart-css] {
    width: 100%;
    margin-bottom: 20px;
    padding: 1rem 0 2rem;
}

    .CartNav .nav-item[front-shoppingcart-css] {
        min-width: 220px;
        text-align: center;
        background-color: #fff;
        position: relative;
        opacity: 1 !important;
    }

    .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link {
        color: #212529;
        font-weight: normal;
        font-size: 14px;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 15px 20px 15px;
        opacity: 1 !important;
    }

        .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link .yellow-bg-icon {
            background-color: #e5e4e4;
        }

        .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link.active {
            font-weight: bold;
        }

            .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link.active .yellow-bg-icon, .CartNav.navbar-nav[front-shoppingcart-css]  li:first-child a.nav-link .yellow-bg-icon {
                background-color: #1E1E1E;
            }

    .CartNav[front-shoppingcart-css]  li a.nav-link.active:before {
        content: '';
        width: 10px;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #1E1E1E;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #1E1E1E;
        background-color: #fff;
    }

    .CartNav[front-shoppingcart-css]  li a:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        border-right: 1px solid #fff;
        padding-left: 20px;
    }

    .CartNav[front-shoppingcart-css]  li:first-child a:after {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #1E1E1E;
        border-color: #1E1E1E;
    }

    .CartNav[front-shoppingcart-css]  li:last-child a:after {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .CartNav[front-shoppingcart-css]  li a.active:after {
        background-color: #1E1E1E;
        border-color: #1E1E1E;
    }

.ShoppingList[front-shoppingcart-css]  .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    z-index: 1;
}

.ShoppingList[front-shoppingcart-css]  .col-item-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[front-shoppingcart-css] .cart-number {
    width: 140px;
    height: 140px;
    padding: 5px 10px;
    margin-bottom: 15px;
    /* text-decoration: underline;
     */
    font-weight: 500;
    color: #999;
    font-size: 17px;
    border-radius: 50%;
    background: #f5f5f5;
}

[front-shoppingcart-css] .TotalProd {
    color: #000;
}

[front-shoppingcart-css] .atr-item {
    color: #353535;
    /* background-color: #fff;
     padding: 5px 15px;
     */
    border-radius: 0px;
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.2px;
    /* border: 1px solid #a7a7a7;
     */
    cursor: pointer;
    font-size: 16px;
}

[front-shoppingcart-css] .atr-text {
    position: relative;
    top: -3px;
}

[front-shoppingcart-css] .sel-atribute {
    float: left;
    margin-left: 0px;
    width: 100%;
    border: 1px solid #a7a7a7;
}

[front-shoppingcart-css] .atr-item input[type='checkbox'] {
    visibility: hidden;
}

    [front-shoppingcart-css] .atr-item input[type='checkbox']::after {
        visibility: visible;
        top: 2px;
    }

[front-shoppingcart-css] input[type="radio"]:disabled {
    opacity: 0.6;
}

    [front-shoppingcart-css] input[type="radio"]:disabled + span {
        opacity: 0.2;
    }

[front-shoppingcart-css] input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #165396;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #165396;
    background-image: url('../images/specific/check.png');
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center center;
}

[front-shoppingcart-css] input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #a9a7a7;
}

[front-shoppingcart-css] .atr-item {
    color: #353535;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0px;
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.2px;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    font-size: 17px;
}

    [front-shoppingcart-css] .atr-item input[type='checkbox']::after {
        visibility: visible;
        top: 2px;
    }

[front-shoppingcart-css] input[type=checkbox], [front-shoppingcart-css] input[type=radio] {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0px !important;
    position: relative;
    top: 3px;
}

[front-shoppingcart-css] .count-checkout {
    width: 100%;
    float: left;
    font-size: 42px;
    color: #777;
}
/*---Responsive---*/
@media(max-width: 990px) {

    .CartNav .nav-item[front-shoppingcart-css] {
        min-width: 160px;
    }

    .CartNav .nav-item[front-shoppingcart-css]  .gray-bg-icon img {
        width: 30px; 
        height: auto;
    }

    .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link {
        padding: 15px 0px 20px 0px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .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;
        }

        .CartNav[front-shoppingcart-css] {
            padding: 1rem 0 0;
        }

    .ShoppingList[front-shoppingcart-css]  .col-item-desc {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
}

@media(max-width: 576px) {
    [front-shoppingcart-css] .cart-menu {
        width: 98% !important;
        float: left;
        margin-left: 1% !important;
        display: block !important;
    }

    .CartNav[front-shoppingcart-css] {
        flex-direction: column;
    }

        .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link .gray-bg-icon {
            margin-bottom: 0 !important;
            margin-right: 10px;
            z-index: 1;
        }

        .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link .gray-bg-icon img {
            width: 35px;
        }

    .CartNav[front-shoppingcart-css]  .col.nav-item {
        flex-basis: unset;
        flex-grow: unset;
    }

        .CartNav.navbar-nav[front-shoppingcart-css]  a.nav-link {
            justify-content: start;
            padding: 5px 5px 5px 5px;
            flex-direction: row;
            align-items: center;
        }

    .CartNav[front-shoppingcart-css]  li a:after {
        width: 5px;
        height: 100%;
        padding-left: 0px;
    }

    .CartNav[front-shoppingcart-css]  li:first-child a:after {
        border-radius: 3px 3px 0px 0px;
    }

    .CartNav[front-shoppingcart-css]  li:last-child a:after {
        border-radius: 0px 0px 3px 3px;
    }

        .CartNav[front-shoppingcart-css]  li a.nav-link.active:before {
            transform: rotate(90deg);
            left: 18px;
            right: unset;
            bottom: 0;
            top: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #1E1E1E;
        }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    [front-shoppingcart-css] .col-xs-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    [front-shoppingcart-css] .col-xs-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media(max-width: 480px) {

    .ShoppingList[front-shoppingcart-css] {
        border-bottom: 1px solid #eee;
    }
}

@media(max-width: 380px) {
    [front-shoppingcart-css] .cart-menu {
        zoom: 0.9;
    }
}

@media(max-width: 340px) {
    [front-shoppingcart-css] .cart-menu {
        zoom: 0.8;
    }
}
/*---End Responsive---*/
