@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/PLS/PLS.vvn5y5yiik.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;
    }
}
/* _content/PL/Views/FrontArticleCategory/IndexFrontArticleCategory.razor.rz.scp.css */
.ArtItem[front-articlecategory-css] {
     width: 100%;
     float: left;
     padding: 0px 0px;
     border-radius: 5px;
     margin: 10px 0px;
     height: 520px;
}
 .ArtClip[front-articlecategory-css] {
     height: 300px;
     overflow: hidden;
     position: relative;
     text-align: center;
}
 .ArtClip img[front-articlecategory-css] {
     max-height: 100%;
}
 .ShortDescription[front-articlecategory-css] {
     max-height: 75px;
     height: auto;
     overflow: hidden;
}
 [front-articlecategory-css] .ArticleFrontItem {
     padding: 10px;
     border-radius: 3px;
     position: relative;
     min-height: 250px;
}
 [front-articlecategory-css] .article-text {
     padding: 10px 20px;
     display: flex;
     flex-direction: column;
     align-items: start;
     justify-content: center;
}
 [front-articlecategory-css] .ArtDate {
     color: #6E6C6C;
     font-size: 15px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
     font-weight: 500;
}
 [front-articlecategory-css] .article-title {
     color: #000000;
     font-size: 19px;
     font-weight: 600;
     width: 100%;
     float: left;
     max-height: 55px;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow: hidden;
}
 [front-articlecategory-css] .ArticlesFrontDesc {
     color: #6E6C6C;
     font-size: 16px;
     width: 100%;
     float: left;
     height: 50px;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow: hidden;
     margin: 10px 0px;
}
 [front-articlecategory-css] .article-link-image {
     width: 100%;
     float: left;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     aspect-ratio:1/0.8;
}
 [front-articlecategory-css] .article-link-image img {
     height: 100%;
     width: auto !important;
}
 [front-articlecategory-css] .article-text .btn {
     height: 45px;
     line-height: 33px;
     padding: 5px 30px;
     background-color: #53AA73;
     border-color: #53AA73;
     border-radius: 30px;
}
/* _content/PL/Views/FrontArticle/IndexFrontArticle.razor.rz.scp.css */
.thumbImage[front-article-css] {
     overflow: hidden;
     height: 100px;
     text-align: center;
     border: 1px solid #efefef;
}
 [front-article-css] .ArtDate {
     color: #6E6C6C;
     font-size: 15px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
     font-weight: 500;
}
 .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;
}
 @media (max-width: 990px) {
     .ArticleRating[front-article-css] {
         zoom: 0.8;
    }
}
 @media (max-width: 576px) {
     .leftArticle h1[front-article-css] {
         font-size: 22px;
    }
     .leftArticle .h2[front-article-css], .leftArticle h2[front-article-css] {
         font-size: 1.2rem;
    }
}
 
/* _content/PL/Views/FrontDepartment/IndexFrontDepartment.razor.rz.scp.css */
 
/*CarouselBanner effect*/
 [front-department-css] .carousel-indicators {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
}
 [front-department-css] .carousel-item {
     position: relative;
     float: left;
     width: 100%;
     margin-right: -100%;
}
 [front-department-css] .carousel-caption {
     position: absolute;
     right: 15%;
     bottom: 20px;
     left: 15%;
     color: #fff;
     text-align: center;
}
 [front-department-css] .carousel-caption {
     text-shadow: 0 0 3px #000;
     font-size: 27px;
}
 [front-department-css] .carousel-caption h3 {
     font-size: 32px;
     color: #de1c37 
}
 [front-department-css] .carousel-fade .carousel-inner .item {
     opacity: 0;
     -webkit-transition: opacity 0.5s ease-in-out;
     -moz-transition: opacity 0.5s ease-in-out;
     -ms-transition: opacity 0.5s ease-in-out;
     -o-transition: opacity 0.5s ease-in-out;
     transition: opacity 0.5s ease-in-out;
}
 [front-department-css] .carousel-fade .carousel-inner .active {
     opacity: 1;
}
 [front-department-css] .carousel.carousel-fade .active.left, [front-department-css] .carousel.carousel-fade .active.right {
     left: 0;
     z-index: 2;
     opacity: 0;
     filter: alpha(opacity=0);
}
 [front-department-css] .carousel-item {
     transition: opacity 0.5s !important;
}
 [front-department-css] .OnHomePager {
     width: 100%;
     margin-top: 20px;
}
 [front-department-css] .OnHomePager .pagination .btn-prev {
     font-size: 30px;
     background: #efefef;
     line-height: 23px;
     margin-right: 10px;
}
 [front-department-css] .OnHomePager .pagination .btn-next {
     font-size: 30px;
     background: #efefef;
     line-height: 23px;
}
 [front-department-css] .OnHomePager .pagination .PagNum {
     display: none 
}
 [front-department-css] .GuestbookComments {
     text-align: center;
     padding: 10px;
     font-size: 18px;
     background: #efefef;
     border-radius: 5px;
}
 [front-department-css] .CategoriesPhotoHome {
     margin-top: 20px;
     width: 100%;
     height: 400px;
     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
     background: #000;
}
 [front-department-css] .CategoriesPhotoHome img {
     opacity: .5;
}
 [front-department-css] .CategoriesPhotoHomeTitle {
     font-weight: 600;
     position: absolute;
     margin: auto;
     left: 0;
     right: 0;
     font-size: 30px;
     color: #fff;
     padding: 10px;
     text-align: center;
     top: 0;
     bottom: 0;
     display: block;
     height: 20px;
     z-index: 9;
     line-height: 28px;
}
 [front-department-css] .NewsletterSub {
     text-align: center;
     background: #0082e6;
     background-image: -webkit-linear-gradient(left,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
     background-image: linear-gradient(to right,#ff1d25 5%,#a0328c 35%,#7040a4 45%,#4359c7 55%,#0082e6 70%);
     color: #fff;
     padding: 20px 10px;
}
 [front-department-css] .NewsletterSub input {
     font-size: 18px;
     height: 50px;
}
 [front-department-css] .NewsletterSub .btn {
     background-color: #1a5fa9;
     border-color: #6b9dc3;
}
 .GalleryPage img[front-department-css] {
     max-width: 100%;
}
/*Articles*/
 [front-department-css] .ArticleFrontItem {
     padding: 10px;
     border-radius: 3px;
     position: relative;
     min-height: 250px;
}
[front-department-css] .pagination .btn-light.active {
    background: #53aa73!important;
    border-color: #53aa73;
    color: #fff;
}
[front-department-css] .pagination .btn-light {
    color: #090909;
}
[front-department-css] .pagination .btn-light:hover {
    background: #53aa73 !important;
    border-color: #53aa73;
    color: #fff;
}
[front-department-css] .pagination {
    gap: 3px;
}
 [front-department-css] .owl-nav .owl-prev{
     width:24px;
     height:24px;
     font-size:30px!important;
     line-height:24px;
}
 [front-department-css] .owl-nav .owl-next {
     width: 24px;
     height: 24px;
     font-size: 30px !important;
     line-height: 24px;
}
 [front-department-css] .catalog-container {
     display: grid;
     gap: 15px;
     margin-bottom: 6.5rem;
     padding-right: calc(var(--bs-gutter-x)* .5);
     padding-left: calc(var(--bs-gutter-x)* .5);
}
 [front-department-css] .item1 {
     grid-column: 1;
     grid-row: 1 / span 2;
}
 [front-department-css] .item2 {
     grid-column: 2;
     grid-row: 1 
}
 [front-department-css] .item3 {
     grid-column: 2;
     grid-row: 2 
}
 [front-department-css] .item4 {
     grid-column: 3;
     grid-row: 1 / span 2;
}
 [front-department-css] .catalog-item {
     position: relative;
     text-align: center;
     color: white;
     overflow:hidden;
}
 [front-department-css] .catalog-item img {
     min-height: 100%;
     width: 100%;
     transition:all 0.5s;
     -moz-transition:all 0.5s;
     -webkit-transition:all 0.5s;
}
 [front-department-css] .catalog-item:hover img {
     transform:scale(1.1);
}
 [front-department-css] .catalog-text {
     position: absolute;
     font-size: 1.2rem;
     top: 0;
     bottom: 0;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     left: 0;
     right: 0;
     color:#fff;
}
 [front-department-css] .catalog-text img {
     min-height: unset;
     width: unset;
     margin-left: 10px;
}
 [front-department-css] .price-list {
     position: absolute;
     top: 15px;
     right: 15px;
     background: #53aa73;
     color: white;
     padding: 5px;
     border-radius: 45px;
     z-index: 2;
     width: 90px;
     height: 90px;
     display: flex;
     align-items: center;
     font-weight: 600;
     font-size: 15px;
     line-height: 20px;
}
 [front-department-css] .catalog-button {
     margin-top: 15px;
     background: white;
     color: black;
     border: none;
     padding: 10px 25px;
     border-radius: 25px;
     font-weight: 700;
     font-size: 15px;
     text-transform: uppercase;
}
 .article-section[front-department-css]{
     margin-bottom:3.5rem;
}
 [front-department-css] .article-text {
     padding: 10px 20px;
     display: flex;
     flex-direction: column;
     align-items: start;
     justify-content: center;
}
 [front-department-css] .ArtDate {
     color: #6E6C6C;
     font-size:15px;
     width:100%;
     float:left;
     margin-bottom:5px;
     font-weight:500;
}
 [front-department-css] .article-title {
     color: #000000;
     font-size: 19px;
     font-weight: 600;
     width: 100%;
     float: left;
     max-height: 55px;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow:hidden;
}
 [front-department-css] .ArticlesFrontDesc {
     color: #6E6C6C;
     font-size: 16px;
     width: 100%;
     float: left;
     height: 50px;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow: hidden;
     margin: 10px 0px;
}
 [front-department-css] .article-link-image {
     width: 100%;
     float: left;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     aspect-ratio: 1 / 0.8;
}
 [front-department-css] .article-link-image img {
     height: 100%;
     width: auto !important;
}
 [front-department-css] .article-text .btn {
     height: 45px;
     line-height: 33px;
     padding: 5px 30px;
     background-color: #53AA73;
     border-color: #53AA73;
     border-radius: 30px;
}
 .services-section[front-department-css] {
     padding: 5rem 0;
     height: 700px;
     margin-top: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     overflow: hidden;
     position: relative;
     display: block;
     margin-bottom:5.5rem;
     margin-top:5.5rem;
}
 [front-department-css] .services-text {
     z-index: 2;
     position: relative;
}
 [front-department-css] .parallax {
     clip: rect(0, auto, 700px, 0);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
    /* height: 700px;
     */
     transition: all .5s;
}
 [front-department-css] .parallax-banner {
     background-image: url('../images/specific/services.jpg');
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     position: fixed;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     transform: translateZ(0);
     will-change: scroll-position;
     z-index: 1;
     background-attachment: scroll;
}
 [front-department-css] .services-text .h1 {
     color:#fff;
}
 [front-department-css] .services-text .white-text {
     color:#fff;
     font-size:17px;
     font-weight:400;
}
 [front-department-css] .service-box{
     overflow:hidden;
}
 [front-department-css] .service-image {
     width: 100%;
     height: 260px;
     overflow: hidden;
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-department-css] .service-image img {
     width: auto;
     height: 100%;
     object-fit: cover;
     object-position: center;
     position: relative;
     transition: all 0.5s;
     -moz-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     min-width:100%;
}
 [front-department-css] .service-text {
     width: 90%;
     float: right;
     background: #fff;
     padding: 20px 20px;
     margin-top: -30px;
     position: relative;
     z-index: 1;
     display: flex;
     gap: 30px;
     text-align: left;
     color: #6E6C6C;
     align-items:start;
     transition:all 0.5s;
     -moz-transition:all 0.5s;
     -webkit-transition:all 0.5s;
}
 [front-department-css] .service-text img{
     width:45px;
     height:auto;
}
 [front-department-css] .service-text .icon-img {
     position:relative;
}
 [front-department-css] .service-text .icon-img::before {
     content: '';
     width: 30px;
     height: 30px;
     border-radius: 50%;
     background: #53AA73;
     display: block;
     position: absolute;
     right: -10px;
     z-index: -1;
     top: 5px;
}
 [front-department-css] .service-text .h6 {
     color:#000;
     font-weight:700;
     margin-bottom:5px;
     font-size:18px;
}
 [front-department-css] .text-section {
    /* padding: 50px 50px;
     border-radius: 10px;
     background: #f7f7f7;
     */
     margin: 4rem 0 4rem 0;
}
 [front-department-css] .text-section .h3{
     color:#000;
     font-weight:700;
}
 [front-department-css] .two-box {
     position: relative;
     align-items: center;
     display: flex;
     overflow: hidden;
}
 [front-department-css] .two-box .img-left {
     width: auto;
     height: auto;
     max-width: 100%;
     position: relative;
}
 [front-department-css] .about-services {
     margin-top: 3rem;
     background: #f7f7f7;
     padding: 30px 30px;
     border-radius: 0px;
}
 [front-department-css] .about-services .service-text {
     width: 100%;
     background:#fff;
     padding: 0px 0px;
     margin-top: 0;
     position: relative;
     z-index: 1;
     display: flex;
     gap: 15px;
     text-align: center;
     color: #6E6C6C;
     align-items: center;
     flex-direction: column;
     background:transparent;
}
 [front-department-css] .about-info {
     margin-bottom: 3rem;
    /* background: #f7f7f7;
     */
    /* padding: 30px 30px;
     */
     border-radius: 0;
     width: 100%;
     float: left;
     padding-top: 30px;
     border-top: 1px solid #eee;
     color: #6E6C6C;
}
 [front-department-css] .about-info .h3 {
     font-weight:700;
     color:#000;
}
 [front-department-css] .gallery-section {
     display: flex;
     align-items: center;
     justify-content: start;
     flex-direction: row;
     overflow: hidden;
}
 [front-department-css] .col-text {
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-left:40px;
}
 [front-department-css] .about-info .quote {
     margin-top: 30px;
     margin-bottom: 20px;
     background: #f7f7f7;
     padding: 50px 50px;
     border-radius: 0px;
}
 [front-department-css] .gallery-image {
    /* aspect-ratio: 1 / 1.1;
     */
     overflow: hidden;
     position: relative;
     width: auto;
     height: auto;
     float:left;
     margin-top:20px;
     border-radius:0px;
     margin-right:15px;
}
 [front-department-css] .gallery-image a {
     width: 100%;
     float: left;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-department-css] .gallery-image img {
     width: auto;
     height: 160px;
    float:left;
    margin-right:15px;
}
 [front-department-css] .flex-btns .btn-secondary {
     background-color: #53aa73;
     border-color: #53aa73;
     border-radius: 30px;
     transform: scale(1);
     height: 45px;
     line-height: 33px;
     padding: 5px 30px;
}
 [front-department-css] .service-page .service-text {
     background:#f7f7f7;
     width:100%;
}
 [front-department-css] .service-page .service-box {
     margin-bottom:30px;
}
 [front-department-css] .service-box:hover .service-text{
     width:100%;
}
 [front-department-css] .service-page .service-image img {
     height:auto;
}
 [front-department-css] .services-page .service-box {
     overflow: hidden;
     background: #f7f7f7;
     height: 100%;
     align-items: center;
     display: flex;
     padding: 20px 15px;
     border-radius: 10px;
}
 [front-department-css] .services-page .row {
     gap: 30px 0px;
     justify-content: center;
}
 [front-department-css] .contact-info{
     margin-bottom:30px;
}
 [front-department-css] .col-bg-info {
     color: #6E6C6C;
     background: #f7f7f7;
     padding: 30px;
     border-radius: 10px;
}
 [front-department-css] .col-bg-info .row {
}
 [front-department-css] .col-bg-info h5 {
     color:#000;
     font-weight:700;
}
 [front-department-css] .col-bg-info h5 span {
     color: #53aa73;
}
 [front-department-css] .col-bg-info span {
}
 [front-department-css] .col-bg-info hr {
}
 [front-department-css] .col-bg-info a {
     color: #000;
     margin-right:15px;
}
 [front-department-css] .col-bg-info .hydrated {
     color: #DA251D;
     position: relative;
     top: 6px;
     font-size: 20px;
}
 [front-department-css] .contact-adress{
     margin:30px 0px;
}
 [front-department-css] .contact-adress.bg {
     padding:30px 30px;
     background:#f7f7f7;
     border-radius:10px;
}
 [front-department-css] .col-info {
     color: #6E6C6C;
}
 [front-department-css] .col-info h5 {
     color: #000;
     font-weight: 700;
}
 [front-department-css] .col-info h5 span {
     color: #53aa73;
}
 [front-department-css] .col-info span {
}
 [front-department-css] .col-info hr {
}
 [front-department-css] .col-info a {
     width:100%;
     float:left;
     color:#000;
}
 [front-department-css] .col-info strong {
     width: 100%;
     float: left;
     color:#000;
}
 [front-department-css] .col-info .hydrated {
     color: #DA251D;
     position: relative;
     top: 5px;
     font-size: 20px;
}
 [front-department-css] .right-contact{
     position:relative;
}
 [front-department-css] .right-contact img {
     position: absolute;
     width: 220px;
     top: 28%;
     left: 30px;
}
 [front-department-css] .right-contact iframe {
     width: 80%;
     float: right;
     height: 400px;
}
 [front-department-css] .left-contact {
     position:relative;
}
 [front-department-css] .left-contact img {
     position: absolute;
     width: 220px;
     top: 28%;
     right: 30px;
}
 [front-department-css] .left-contact iframe {
     width: 80%;
     float: left;
     height:400px;
}
 [front-department-css] .form-control {
     height: calc(2em + 0.75rem + 10px);
     border: 1px solid #e0e0e0;
     border-radius: 2rem;
}
 [front-department-css] .form-control::placeholder {
     color: #999;
     font-size: 15px;
     font-weight: 400;
     position: relative;
     transition: all 0.2s;
     -moz-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     top: 0;
}
 [front-department-css] .form-control:focus::placeholder {
     top: -12px;
     font-size: 13px;
     color: #000;
}
 [front-department-css] .contact-card{
     margin-bottom:40px;
}
 [front-department-css] input[type='checkbox']:after {
     width: 20px;
     height: 20px;
     border-radius: 3px;
     top: 0px;
     left: 0px;
     position: relative;
     background-color: #fff;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #000;
}
 [front-department-css] input[type='checkbox']:checked:after {
     width: 20px;
     height: 20px;
     border-radius: 3px;
     top: 0px;
     left: 0px;
     position: relative;
     background-color: #53AA73;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #53AA73;
     background-image: url('../images/specific/check.png');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position: center center;
}
 [front-department-css] input[type='radio']:after {
     width: 20px;
     height: 20px;
     border-radius: 10px;
     top: 0px;
     left: 0px;
     position: relative;
     background-color: #fff;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #000;
}
 [front-department-css] input[type='radio']:checked:after {
     width: 20px;
     height: 20px;
     border-radius: 10px;
     top: 0px;
     left: 0px;
     position: relative;
     background-color: #53AA73;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #53AA73;
     background-image: url('../images/specific/check.png');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position: center center;
}
[front-department-css] .GalleryPage{

}
.GalleryPage[front-department-css] {
    gap: 15px;
    display: flex;
    width: 100%;
    float: left;
    flex-direction: row;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

[front-department-css] .image-gallery {
    width: 18.5%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  /*  padding:10px;*/
    flex-wrap:wrap;
 /*   background:#f5f5f5;*/
/*    border:1px solid #eee;*/
    border-radius:0px;
}
[front-department-css] .col-gallery {
    width: 100%;
    float: left;
    aspect-ratio: 1 / 1.5;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0px;
    background: #f5f5f5;
    padding: 10px;
}
[front-department-css] .col-gallery img {
    height:100%;
}
[front-department-css] .jg-caption {
    position: relative;
 /*   background: #ffffffbf;*/
    padding: 10px 10px 0px 10px;
    width: 100%;
    bottom: 00px;
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    border-radius: 0px;
}
.width-100[front-department-css] {
    width: 100%;
    float: left;
}
[front-department-css] .width-100 {
    width: 100%;
    float: left;
}
@media screen and (min-width:991px) and (max-width:1200px) {
    [front-department-css] .about-services{
        margin-top:1rem;
    }
    [front-department-css] .text-section {
        margin: 2rem 0 1rem 0;
    }

}
    @media(max-width: 991px) {
        [front-department-css] .about-services {
            margin-top: 0rem;
        }

        [front-department-css] .text-section {
            margin: 2rem 0 1rem 0;
        }
        [front-department-css] .price-list {
            top: 15px;
            right: 0;
            width: 110px;
            height: 37px;
            left: 0;
            margin: 0 auto;
            text-align: center;
            justify-content: center
        }

        [front-department-css] .catalog-button {
            padding: 8px 20px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 12px;
        }

        [front-department-css] .catalog-container {
            margin-bottom: 3.5rem;
        }

        .latest-guestbook[front-department-css]{
            padding-bottom:3rem;
        }

        .services-section[front-department-css] {
            margin-bottom: 3.5rem;
            margin-top: 3.5rem;
            padding: 3rem 0;
            height: 920px;
        }

        [front-department-css] .parallax {
            clip: rect(0, auto, 920px, 0);
        }

        [front-department-css] .service-text {
            width: 100%;
            margin-top: 0px;
        }

        [front-department-css] .service-image {
            height: 200px;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4:last-of-type {
            margin-left: 25%;
            margin-top: 20px;
        }
    }
@media(max-width: 767px) {
    [front-department-css] .about-text{
        order:2;
        margin-top:20px;
    }
    [front-department-css] .two-box{
        order:1;
    }
    [front-department-css] .col-text{
        padding-left:15px;
        margin-top:20px;
    }
    [front-department-css] .about-text{
        margin-top:0px;
    }
    [front-department-css] .text-section {
        margin: 0rem 0 1rem 0;
    }

}
    @media screen and (min-width:768px) and (max-width:991px) {
        .services-section[front-department-css] {
            margin-bottom: 3.5rem;
            margin-top: 3.5rem;
            padding: 3rem 0;
            height: 920px;
        }

        [front-department-css] .parallax {
            clip: rect(0, auto, 920px, 0);
        }

        [front-department-css] .service-text {
            width: 100%;
            margin-top: 0px;
        }

        [front-department-css] .service-image {
            height: 200px;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4:last-of-type {
            margin-left: 25%;
            margin-top: 20px;
        }

        [front-department-css] .image-gallery {
            width: 23.5%;
        }
    }

    @media screen and (min-width:570px) and (max-width:768px) {
        [front-department-css] .image-gallery {
            width: 31%;
        }
    }

    @media screen and (min-width:480px) and (max-width:570px) {
        [front-department-css] .image-gallery {
            width: 31%;
        }
    }

    @media screen and (min-width:480px) and (max-width:768px) {
        [front-department-css] .about-info iframe {
            height: 350px !important;
        }
        [front-department-css] .item1 {
            grid-column: 1;
            grid-row: 1;
        }

        [front-department-css] .item2 {
            grid-column: 2;
            grid-row: 1;
        }

        [front-department-css] .item3 {
            grid-column: 1;
            grid-row: 2;
        }

        [front-department-css] .item4 {
            grid-column: 2;
            grid-row: 2;
        }

        .services-section[front-department-css] {
            margin-bottom: 3rem;
            margin-top: 3rem;
            padding: 3rem 0;
            height: 1300px;
        }

        [front-department-css] .parallax {
            clip: rect(0, auto, 1300px, 0);
        }

        [front-department-css] .service-text {
            width: 100%;
            margin-top: 0px;
        }

        [front-department-css] .service-image {
            height: 200px;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4:last-of-type {
            margin-left: 0%;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4 {
            margin: 10px 0px;
        }

        [front-department-css] .contact-info .row {
            gap: 15px;
        }

   
    }

    @media(max-width: 480px) {
        [front-department-css] .about-info iframe {
            height: 250px !important;
        }
        [front-department-css] .image-gallery {
            width: 47%;
        }

        [front-department-css] .contact-info .row {
            gap: 15px;
        }

        [front-department-css] .item1 {
            grid-column: 1;
            grid-row: 1;
        }

        [front-department-css] .item2 {
            grid-column: 1;
            grid-row: 2;
        }

        [front-department-css] .item3 {
            grid-column: 1;
            grid-row: 3;
        }

        [front-department-css] .item4 {
            grid-column: 1;
            grid-row: 4;
        }

        .services-section[front-department-css] {
            margin-bottom: 2.5rem;
            margin-top: 2.5rem;
            padding: 3rem 0;
            height: 1450px;
        }

        [front-department-css] .parallax {
            clip: rect(0, auto, 1450px, 0);
        }

        [front-department-css] .service-text {
            width: 100%;
            margin-top: 0px;
        }

        [front-department-css] .service-image {
            height: 200px;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4:last-of-type {
            margin-left: 0%;
        }

        [front-department-css] .services-text .width-100 .row .col-lg-4 {
            margin: 10px 0px;
        }

        .article-section[front-department-css]  .mt-4 {
            margin-top: 0px !important;
        }
    }

/* _content/PL/Views/FrontProductCategory/IndexFrontProductCategory.razor.rz.scp.css */
 [front-productcategory-css] h1 {
     font-size: 20px;
}
[front-productcategory-css] .ProductsShowFilters {

}
[front-productcategory-css] .ProductItem .ProdImage img {
    max-height: 85% !important;
    bottom: -10px;
}
[front-productcategory-css] .ProdAtributesLeft {
    width: 100%;
    float: left;
}
[front-productcategory-css] .filter-box {
    width: 100%;
    float: left;
}
[front-productcategory-css] .filter-collapse {
    width: 100%;
    float: left;
    padding: 8px 10px;
    border: 1px solid #e7e7e7;
    font-weight: 500;
    position: relative
}
[front-productcategory-css] .filter-collapse::after {
    content:'';
    border: solid #222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
[front-productcategory-css] .filter-collapse.show::after {
    border: solid #53AA73;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 17px;
}
[front-productcategory-css] .filter-collapse.show {
    color:#53AA73;

}
[front-productcategory-css] .filter-menu {
    width: 100%;
    float: left;
    padding: 10px 15px !important;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
}
[front-productcategory-css] .filter-menu a {
    color: #6E6C6C;
}
    [front-productcategory-css] .filter-menu li {
    width:100%;
    float:left;
    margin:2px 0px;
    }
[front-productcategory-css] input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: -3px;
    left: -1px;
    position: absolute;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

[front-productcategory-css] input[type='checkbox']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: -3px;
    left: -1px;
    position: absolute;
    background-color: #53AA73;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #53AA73;
    background-image: url('../images/specific/check.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
}
[front-productcategory-css] .selected-filter li{
    float:left;
    margin-bottom:5px;
    margin-top:5px;
    margin-right:10px;
}
[front-productcategory-css] .selected-filter li .hydrated {
    color:#000;
}
[front-productcategory-css] .delete-filters {
    color: #ccc !important;
    float: left;
    margin-left: 15px;
    font-weight: 600;
    text-decoration: underline;
    margin-top:3px;
}
[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: 15px 15px 10px 15px;*/
     border: solid 0px #ccc;
     text-align: center;
     border-radius: 0;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
     */
     position: relative;
     margin-bottom: 30px;
   /*  background: #f7f7f7;*/
     width: 100%;
     float: left;
}
 [front-productcategory-css] .AtributBox .ctg-link {
     width: 100%;
     float: left;
     overflow: hidden;
     aspect-ratio: 1 / 1.4;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
}
[front-productcategory-css] .AtributBox img {
    height: 100%;
    width: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
[front-productcategory-css] .AtributBox:hover img {
    transform: scale(1.1)
}
[front-productcategory-css] .TitleCat {
    height: 60px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    width: 90%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 0px 4px #3c3c3c;
    line-height: 32px;
}
/*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.PSmall .ProdImage img {
     max-height: 200px;
}
 [front-productcategory-css] .ProductItem .ProdTitle {
     display: block;
     height: 50px;
     overflow: hidden;
}
 [front-productcategory-css] .ProductRating a {
     margin-right: 10px 
}
 [front-productcategory-css] .ResultOnPage {
     float: left;
     color: #6E6C6C;
     position: relative;
     font-size: 13px;
     top: 0;
     margin:10px 0px;
}
 [front-productcategory-css] .ProdSortbar {
     color: #6c757d;
}
 [front-productcategory-css] .ProdSortbar .control-label {
     text-align: right;
     padding: 5px;
}
 [front-productcategory-css] .ProdSortbar .form-control {
     border: 0;
     background-color: transparent;
     color: #6c757d;
     border-radius: 0;
     border-bottom: solid 1px #ccc;
}
 [front-productcategory-css] .ProdSortbar .ResultOnPage {
     float: left;
     position: relative;
     top: 8px;
     margin-left: 10px;
     font-size: 16px;
}
 [front-productcategory-css] .ProdCategoriesLeft .ProdSubCategories a {
     font-size: 13px;
}
[front-productcategory-css] .ProdAtributesLeft input[type=checkbox], [front-productcategory-css] .ProdAtributesLeft input[type=radio] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 5px;
    margin-top:0px;
}
 [front-productcategory-css] .ProdCategoriesLeft ul, [front-productcategory-css] .ProdAtributesLeft ul, [front-productcategory-css] .ArticlesCategories ul {
     list-style-type: none;
     padding: 0;
}
 [front-productcategory-css] .ProdCategoriesLeft ul li, [front-productcategory-css] .ArticlesCategories ul li {
     padding: 5px 0 
}
 [front-productcategory-css] .ProdCategoriesLeft a, [front-productcategory-css] .ProdAtributesLeft a, [front-productcategory-css] .ArticlesCategories a {
     color: rgba(0,0,0,.75);
     font-size: 16px;
     cursor: pointer;
}
 [front-productcategory-css] .ProdAtributesLeft input[type=checkbox], [front-productcategory-css] .ProdAtributesLeft input[type=radio] {
     width: 15px;
     height: 15px;
     cursor: pointer;
}
 [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a {
     display: inline-block;
     font-size: 13px;
     color: #6c757d;
     border-radius: 30px;
     border: solid 1px #ccc;
     padding: 2px 5px;
     cursor: pointer;
}
 [front-productcategory-css] .ProdAtributesLeft .SelectedFilter a:hover span {
     color: #de1c37 
}
 [front-productcategory-css] .EditGenralBtn {
     position: absolute;
     right: 0;
}
 [front-productcategory-css] .pagination .btn {
     margin-right: 5px;
}
 [front-productcategory-css] .pagination .btn-secondary {
     color: #fff;
}
 .xzoom-source[front-productcategory-css], .xzoom-preview[front-productcategory-css] {
     display: none !important 
}
 @media (max-width: 991px) {
     [front-productcategory-css] .ProductsShowFilters {
         display: none;
         margin-top: 10px;
    }
     [front-productcategory-css] .BtnShowFilters {
         display: block !important;
         cursor: pointer;
         background-color: #efefef;
         line-height: 30px;
         border-radius: 0px;
         color: #000;
         font-weight: bold;
    }
     [front-productcategory-css] .brdswrap {
         overflow-x: scroll;
         position: relative;
         height: 25px;
         overflow-y: hidden;
    }
}
 @media (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 (max-width: 480px) {
    [front-productcategory-css] .ProductsList .col-product {
        width: 100%;
    }

}
 
/* _content/PL/Views/FrontProduct/IndexFrontProduct.razor.rz.scp.css */
.ProductOptions[front-product-css] {
     width: 100%;
     float: left;
}
 [front-product-css] .ProductOptions label {
     border: solid 1px #ccc;
     padding: 7px;
     border-radius: 5px;
     font-size: 13px;
     cursor: pointer;
     display: block;
     width: auto;
     float: left;
     line-height: 23px;
     margin-right: 7px;
     margin-top: 5px;
}
 [front-product-css] .ProductOptions input {
     width: 15px !important;
     height: 15px !important;
}
 [front-product-css] .ProductOptions label:hover {
     background-color: #efefef;
}
 [front-product-css] .second-title {
     color: #000;
     margin: 10px 0px;
}
 [front-product-css] .characteriscs-list {
     width: 100%;
     float: left;
}
 [front-product-css] .characteriscs-list .item {
     margin-bottom: 10px;
     margin-right: 10px;
     padding: 5px 15px;
     border: 1px solid #eee;
     border-radius: 20px;
     color: #000;
     width: auto;
     float: left;
     background: #f5f5f5 
}
 [front-product-css] .characteriscs-list .item b {
     font-weight:500;
}
 .btn .badge[front-product-css] {
     left: 5px;
}
 [front-product-css] .ProdGallery {
     position: sticky;
     top: 100px;
     margin-top:20px;
}
 [front-product-css] .ProdGallery iframe {
     width: 100% !important;
     height: auto !important;
     min-height: 330px;
}
/*Product Page*/
 [front-product-css] .product-title {
     font-size: 30px;
     margin-top: 0;
     margin-bottom: 0px;
     color: #53aa73;
}
 [front-product-css] .black-text {
     font-weight: 600;
     margin-bottom: 5px;
     font-size: 17px;
     color: #000;
}
 [front-product-css] .similar-item{
     width:100%;
     float:left;
}
 [front-product-css] .similar-image {
     width: 100%;
     float: left;
     position: relative;
     display: flex;
     align-items: end;
     justify-content: center;
    /* height: 180px;
     */
     aspect-ratio: 1 / 2;
     overflow: hidden;
     margin-bottom: 5px;
}
 [front-product-css] .similar-image a {
     width: 100%;
     float: left;
     position: relative;
     height: 100%;
     display: flex;
     align-items: end;
     justify-content: center;
}
 [front-product-css] .similar-image img {
     width: auto !important;
     height: 98%!important;
     max-height:98%!important 
}
 [front-product-css] .similar-details {
     width: 100%;
     float: left;
}
 [front-product-css] .similar-title {
     width: 100%;
     float: left;
     color:#000;
     font-weight:500;
     font-size:13px;
     text-align:center;
}
 [front-product-css] .atributes-list {
     width: 100%;
     float: left;
     display: flex;
     flex-wrap: wrap;
     gap: 8px 8px;
}
 [front-product-css] .xzoom-preview{
     display:none!important;
}
 [front-product-css] .xzoom-lens {
     display: none !important;
}
 .xzoom-preview[front-product-css] {
     display: none !important;
}
 .xzoom-lens[front-product-css] {
     display: none !important;
}
 [front-product-css] .tooltip-atribute {
     position: relative;
}
/* Tooltip text */
 [front-product-css] .tooltip-atribute .atribute-name {
     visibility: hidden;
     width: 85px;
     background-color: black;
     color: #fff;
     text-align: center;
     padding: 3px 5px;
     border-radius: 3px;
     position: absolute;
     z-index: 1;
     font-size: 12px;
    /* max-width: 171px;
     */
     top: -35px;
     left: -10px;
}
 [front-product-css] .tooltip-atribute .atribute-name::before {
     content: '';
     width: 0;
     height: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-top: 7px solid #000000;
     position: absolute;
     bottom: -6px;
     left: 0;
     right: 0;
     margin: auto;
}
/* Show the tooltip text when you mouse over the tooltip container */
 [front-product-css] .tooltip-atribute:hover .atribute-name {
     visibility: visible;
}
 [front-product-css] .atribute-box {
}
 [front-product-css] .atribute-bs {
     width: 60px;
     height: 60px;
     overflow: hidden;
     border-radius: 50%;
     border: 1px solid #eee;
}
 [front-product-css] .atribute-bs a {
     width: 100%;
     float: left;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-product-css] .atribute-bs img {
}
 [front-product-css] .atribute-bs2 {
     width: 100px;
    /* height: 100px;
    */
     overflow: hidden;
     border-radius: 0;
     border: 1px solid #eee;
}
 [front-product-css] .atribute-bs2 a {
     width: 100%;
     float: left;
     height: 100px;
     overflow:hidden;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-product-css] .atribute-bs2 img {
     width: 100%;
     height: auto;
}
 [front-product-css] .atribute-bs2 span {
     width: 100%;
     float: left;
     text-align: center;
     color: #6E6C6C;
     margin-top: 5px;
     font-size: 11px;
     padding:0px 5px;
}
 [front-product-css] .product-description {
     padding-left: 45px;
}
 [front-product-css] .BtnAddtoCart {
     text-transform: uppercase;
     font-weight: 500;
     padding: 0 2.5rem;
}
 [front-product-css] .col-contact a{
     color:#000;
}
 .ProductPage .ProdGallery .FirstPic[front-product-css] {
    /* border: solid 1px #efefef;
     height: 600px;
     */
     aspect-ratio: 1 / 1.2;
     text-align: center;
     overflow: hidden;
     position: relative;
     cursor:pointer;
}
 .ProductPage .ProdGallery .FirstPic a[front-product-css] {
     width: 100%;
     float: left;
     position: relative;
     height: 100%;
     display: flex;
     align-items: end;
     justify-content: center;
     cursor:pointer;
}
[front-product-css] .thumbImage a {
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
[front-product-css] .thumbImage img {
    float: left;
    height: auto;
    width: auto;
    max-height: 100%;
}
[front-product-css] hr {
    color: #ccc;
}
 hr[front-product-css] {
     color: #ccc;
}
[front-product-css] .images-slider {
    width: 100%;
    float: left;
    height: auto;
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    padding-right:10px;
}
.ProdGallery .FirstPic img[front-product-css] {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    /* bottom: 0;
    */
    left: 0;
    right: 0;
    cursor: pointer;
}
 .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;
}
/*::deep .owl-carousel .owl-item {
     margin-right: 10px !important;
}
 */
 [front-product-css] .xzoom-preview {
     z-index: 10 !important;
}
 .xzoom-thumbs[front-product-css] {
     position: relative;
}
 [front-product-css] .xzoom-thumbs .owl-prev {
     position: absolute;
     left: 0;
     top: 30%;
     right: unset;
     width: 20px;
}
 [front-product-css] .xzoom-thumbs .owl-next {
     position: absolute;
     left: unset;
     top: 30%;
     right: 0;
     width: 20px;
}
 [front-product-css] .xzoom-thumbs .owl-stage {
     float: none;
     margin: 0 auto;
     text-align: center;
}
 .ProductPage .SelectQuantity[front-product-css] {
     height: 46px;
     padding: 5px 
}
 .ProductFavComp[front-product-css] {
     display: flex;
     margin-bottom: 20px 
}
 .ProductFavComp .btn-link[front-product-css] {
     color: rgba(0,0,0,.75);
     padding: 0;
     margin-right: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 12px 
}
 .ProductPage .BtnRequestOff[front-product-css] {
     display: inline-block;
}
 .ProductPage .Comments[front-product-css] {
     margin-bottom: 20px;
}
 .ProductPage .ProdComment[front-product-css], .ProdComment[front-product-css], .GuestComment[front-product-css] {
     padding: 10px;
     background-color: #e8e8e8;
     border-radius: 10px;
     margin-bottom: 10px;
}
 [front-product-css] .ProductPage .ProdSortbar .form-control {
     font-size: 13px 
}
 [front-product-css] .ProductDesc {
     width: 100%;
     float: left;
     color: #6E6C6C;
     margin-top: 10px;
     font-size: 15px;
     margin-bottom: 15px;
     padding-bottom: 10px;
     border-bottom: 1px solid #eee;
}
 .ProductLongDesc[front-product-css] {
     color: #6E6C6C;
     margin-top: 15px;
     font-size: 15px;
}
 .ProductLongDesc[front-product-css]  h1, h2[front-product-css], h3[front-product-css] {
     color:#000;
}
 .similar-h[front-product-css]{
     color:#000;
     font-size:2rem;
     font-weight:700;
}
 .similar-h span[front-product-css]{
     color:#53aa73;
}
 .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;
}
 .product-services[front-product-css] {
     margin-top: 30px;
     margin-bottom: 30px;
}
 [front-product-css] .product-services .service-box {
}
 [front-product-css] .service-box {
     overflow: hidden;
}
 [front-product-css] .service-image {
     width: 100%;
     height: 260px;
     overflow: hidden;
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-product-css] .service-image img {
     width: auto;
     height: 100%;
     object-fit: cover;
     object-position: center;
     position: relative;
     transition: all 0.1s;
     -moz-transition: all 0.1s;
     -webkit-transition: all 0.1s;
}
 [front-product-css] .service-text {
     width: 100%;
     float: right;
     background: #f7f7f7;
     padding: 20px 20px;
     position: relative;
     z-index: 1;
     display: flex;
     gap: 30px;
     text-align: left;
     color: #6E6C6C;
     align-items: start;
     border-radius:10px;
}
 [front-product-css] .service-text img {
     width: 45px;
     height: auto;
}
 [front-product-css] .service-text .icon-img {
     position: relative;
}
 [front-product-css] .service-text .icon-img::before {
     content: '';
     width: 30px;
     height: 30px;
     border-radius: 50%;
     background: #53AA73;
     display: block;
     position: absolute;
     right: -10px;
     z-index: -1;
     top: 5px;
}
 [front-product-css] .service-text .h6 {
     color: #000;
     font-weight: 700;
     margin-bottom: 5px;
     font-size: 18px;
}
 [front-product-css] .right-text p{
     margin-bottom:0px;
}
@media(max-width: 1200px) {
    [front-product-css] .contactTop {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }

}
    @media(max-width: 991px) {
        .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] .FirstPic {
            width: 100%;
        }

        .product-services[front-product-css] {
            gap: 15px;
        }
    }

    @media(max-width: 767px) {
        [front-product-css] .product-description {
            padding-left: 15px;
            margin-top: 35px;
        }
    }

    @media(max-width: 570px) {
    }
 
/* _content/PL/Views/ShoppingCart/IndexShoppingCart.razor.rz.scp.css */
[front-shoppingcart-css] .CartNav {
     margin-bottom: 20px;
     border-bottom: solid 0px #e0e0e0;
}
 [front-shoppingcart-css] .CartNav a {
     color: #6c757d;
     font-weight: 400;
     font-size: 17px;
}
 [front-shoppingcart-css] .cart-menu li:first-child a .shop-link:before {
     content: '';
     display: inline-block;
     width: 100%;
    /* background-image: url('../images/specific/cart-shop1.svg');
    */
     background-repeat: no-repeat;
     background-position: center;
     background-size: 32px;
     height: 40px;
     position: absolute;
     top: 4px;
     left: 0;
     right: 0;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .active .shop-link {
     background-color: #53aa73;
     color: #fff;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .active .shop-link:before {
     background-image: url('../images/specific/cart-shop.svg');
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .shop-link {
     background-color: #53aa73;
     color: #fff;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .shop-link:before {
     background-image: url('../images/specific/cart-shop.svg');
}
 [front-shoppingcart-css] .cart-menu li:nth-child(2) a .shop-link:before {
     content: '';
     display: inline-block;
     width: 100%;
     background-image: url('../images/specific/order1.svg');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 32px;
     height: 40px;
     position: absolute;
     top: 4px;
     left: 0;
     right: 0;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(2) .active .shop-link {
     background-color: #53aa73;
     color: #fff;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(2) .active .shop-link:before {
     background-image: url('../images/specific/order.svg');
}
 [front-shoppingcart-css] .cart-menu li:nth-child(3) a .shop-link:before {
     content: '';
     display: inline-block;
     width: 100%;
     background-image: url('../images/specific/check1.svg');
     background-repeat: no-repeat;
     background-position: center;
     background-size: 32px;
     height: 40px;
     position: absolute;
     top: 4px;
     left: 0;
     right: 0;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(3) .active .shop-link {
     background-color: #53aa73;
     color: #fff;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(3) .active .shop-link:before {
     background-image: url('../images/specific/check.svg');
}
 .CartNav[front-shoppingcart-css] {
     width: 100%;
     float: left;
     margin: 40px 0px 40px 0px;
}
 [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 a {
     text-align: center;
     border-bottom: 4px solid #eee;
     color: #cecece;
     font-weight: 500;
     font-size: 16px;
     padding-bottom: 20px;
     transition: all 0.5s;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type a:before {
     right: unset;
}
 [front-shoppingcart-css] .cart-menu li:last-of-type a:before {
     left: unset;
}
 [front-shoppingcart-css] .cart-menu li .active:before {
     background-color: #717476;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .active {
     border-bottom: 4px solid #53aa73;
}
 [front-shoppingcart-css] .cart-menu li:first-of-type .nav-link {
     border-bottom: 4px solid #53aa73;
}
 [front-shoppingcart-css] .cart-menu li:last-of-type .active {
     border-bottom: 4px solid #53aa73;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(2) .active {
     border-bottom: 4px solid #53aa73;
}
 [front-shoppingcart-css] .cart-menu li:last-of-type a .shop-link {
     float: right;
}
 [front-shoppingcart-css] .cart-menu li:nth-child(2) a .shop-link {
     margin-left: 30%;
}
 [front-shoppingcart-css] .shop-link {
     width: 80px;
     height: 80px;
     background-color: #f5f5f5;
     float: left;
     border-radius: 50%;
     padding-top: 43px;
     color: #c6c6c6;
     text-align: center;
     font-size: 13px;
     position: relative;
     margin-top: -40px;
}
 [front-shoppingcart-css] .cart-menu li a {
     padding: 0px !important;
}
 .ShoppingList[front-shoppingcart-css] {
     padding: 10px 0;
     font-size: 14px;
     background-color: #fff;
     background-clip: border-box;
     border: 1px solid rgba(0,0,0,.125);
     border-radius: .25rem;
     margin-bottom: 10px;
}
 .SoppingCartPage[front-shoppingcart-css]{
     width:100%;
     float:left;
     margin-bottom:30px;
}
 [front-shoppingcart-css] .ShoppingProducts{
    /* gap:20px;
    */
     margin-bottom:30px;
}
 [front-shoppingcart-css] .shop-product {
     position: relative;
     border: 1px solid #eee;
     border-radius: 10px;
     margin-bottom: 20px;
}
 [front-shoppingcart-css] .close-shop {
     position: absolute;
     z-index: 1;
     right: 20px;
     top: 8px;
     background: #eee;
     width: 30px;
     height: 30px;
     border-radius: 50%;
     padding: 5px 0px;
     overflow: hidden;
}
 [front-shoppingcart-css] .shop-image {
    /* width: 100%;
     float: left;
    */
     aspect-ratio: 1 / 1.2;
     overflow: hidden;
     position: relative;
    /* background-color: #f7f7f7;
    */
     margin-bottom: 5px;
}
 [front-shoppingcart-css] .shop-image a {
     width: 100%;
     float: left;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 [front-shoppingcart-css] .shop-image img {
     max-height: 90%;
     max-width: 90%;
     width: auto;
     height: auto;
}
 [front-shoppingcart-css] .shop-details {
    /* width: 100%;
     float: left;
    */
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
}
 [front-shoppingcart-css] .shop-title {
     width: 100%;
     float: left;
     text-align:left;
     color:#000;
     font-weight:500;
     margin-bottom:5px;
}
 [front-shoppingcart-css] .form-label {
     position: relative;
     color: #9b9b9b;
     font-size: 16px;
     top: 0;
     margin-left: 0;
}
 [front-shoppingcart-css] .shop-form {
     border-radius: 7px;
     margin-bottom: 10px;
     height: 50px;
     padding: 7px 10px 10px 10px;
     width:90% 
}
 [front-shoppingcart-css] .form-control {
     height: calc(2em + 0.75rem + 0px);
     border: 1px solid #e0e0e0;
     border-radius: 2rem;
}
 [front-shoppingcart-css] .SelectForm .LabelSelectLoc {
     height: calc(2em + 0.75rem + 5px);
     border: 1px solid #e0e0e0;
     border-radius: 2rem;
     color: #999;
     padding: .375rem .75rem;
}
 [front-shoppingcart-css] .card .form-control {
     height: calc(2em + 0.75rem + 5px);
}
 [front-shoppingcart-css] .form-control::placeholder {
     color: #999;
     font-size: 15px;
     font-weight: 400;
     position: relative;
     transition: all 0.2s;
     -moz-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     top: 0;
}
 [front-shoppingcart-css] .form-control:focus::placeholder {
     top: -12px;
     font-size: 13px;
     color: #000;
}
 [front-shoppingcart-css] .SoppingCartPage .CartSummaryRight {
}
 [front-shoppingcart-css] .SelectLocationList{
}
 [front-shoppingcart-css] .select-control {
     width: 100%;
     float: left;
     height: 40px !important;
     border-radius: 5px;
     margin-bottom: 5px;
     position: relative !important;
}
 [front-shoppingcart-css] .ListSelector{
     width:100%;
     float:left;
     padding:10px 10px;
}
 [front-shoppingcart-css] input[type='checkbox']:after {
     width: 20px;
     height: 20px;
     border-radius: 3px;
     top: -1px;
     left: -1px;
     position: relative;
     background-color: #fff;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #000;
}
 [front-shoppingcart-css] input[type='checkbox']:checked:after {
     width: 20px;
     height: 20px;
     border-radius: 3px;
     top: -1px;
     left: -1px;
     position: relative;
     background-color: #53AA73;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 1px solid #53AA73;
     background-image: url('../images/specific/check.png');
     background-repeat: no-repeat;
     background-size: 14px;
     background-position: center center;
}
/*CART*/
 .CartSummaryRight[front-shoppingcart-css] {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
}
 @media screen and (max-width: 991px) and (min-width: 768px) {
     .CartNav[front-shoppingcart-css] {
         flex-direction: row;
    }
     .CartNav[front-shoppingcart-css]  .nav-link {
         font-size: 13px !important;
    }
     .CartNav[front-shoppingcart-css]  li {
         float: left;
         width: 30%;
    }
     .ShoppingList .form-control[front-shoppingcart-css] {
         padding: 5px;
    }
     [front-shoppingcart-css] .request-none{
         display:none;
    }
     [front-shoppingcart-css] .CartSummaryRight{
    }
    [front-shoppingcart-css] .cart-menu{
        zoom:0.9;
    }
}
 @media screen and (min-width: 400px) and (max-width: 768px) {
    [front-shoppingcart-css] .cart-menu {
        zoom: 0.85;
    }
     [front-shoppingcart-css] .shop-image img {
         max-height: 120px;
    }
     [front-shoppingcart-css] .shop-image {
         padding: 10px 0px;
         aspect-ratio: unset;
    }
     [front-shoppingcart-css] .shop-product{
         padding:15px 15px;
    }
}
 @media (max-width: 767px) {
     [front-shoppingcart-css] .close-shop{
         right:5px;
         top:5px;
    }
     [front-shoppingcart-css] .shop-image img {
         max-height: 120px;
    }
     [front-shoppingcart-css] .shop-image {
         padding: 10px 0px;
         aspect-ratio: unset;
    }
     [front-shoppingcart-css] .shop-product {
         padding: 15px 15px;
    }
     [front-shoppingcart-css] .request-none {
         display: none;
    }
     .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;
    }
     [front-shoppingcart-css] .shop-details {
         padding: 0px 30px;
    }
     [front-shoppingcart-css] .cart-menu {
         width: 100%;
         margin-left: 0%;
    }
     .CartNav[front-shoppingcart-css] {
         margin: 20px 0px 20px 0px;
    }
}
 @media (max-width: 400px) {
     [front-shoppingcart-css] .shop-image img {
         max-height: 100px;
    }
     [front-shoppingcart-css] .shop-image {
         padding: 10px 0px;
         aspect-ratio: unset;
    }
     [front-shoppingcart-css] .shop-product {
         padding: 15px 15px;
    }
     [front-shoppingcart-css] .cart-menu {
         zoom: 0.75;
    }
     [front-shoppingcart-css] .shop-col {
         width: 100%;
    }
}
 [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;
}
 
