.prev-modal, .next-modal{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
}
.prev-modal{
    left: 15px;
    top: calc(50% - 35px);
}
.next-modal{
    right: 15px;
    top: calc(50% - 35px);
}
.next-modal img{
    transform: rotate(180deg);
}
.inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 1px;
}

.inner::-webkit-scrollbar-thumb {
    background: #72b1af;
    border-radius: 2px;
}

.inner::-webkit-scrollbar-thumb:hover {
    background: #72b1af;
}

.wr-slider-image{
    max-width: 520px;
    width: 100%;
}

.image-product-scroll.border-slide{
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

.image-main {
    max-width: 520px;
    max-height: 500px;
    width: 100%;

}

.image-product-scroll.slick-current {
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

.image-product-scroll {
    padding: 10px 0;
    margin: 0 3px;
    width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.wr-slider-product .slick-slide {
    display: flex;
}

.wr-slider-product {
    padding-top: 40px;
}

.wr-slider-product-slide {
    padding-top: 70px;
    padding-bottom: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0ccbc4;
}
.tittle-prod-slide {
    text-align: center;
    font-size: 45px;
    color: #000;
    font-weight: 400;
    padding-bottom: 25px;
}

.slide-prod-page .slick-slide {
    display: flex;
}

.slide-prod-page .slick-list .slick-track > .item-main:hover {
    box-shadow: none;
}

.next-prod {
    right: -25px;
}

.prev-prod {
    left: -25px;
}

.wr-for-slide-button .slick-slide{
    display: flex;
}
.wr-arrows-clients{
    position: relative;
}
.prev-clients {
    fill: #C8C8C8;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}
.next-clients{
    fill: #C8C8C8;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    cursor: pointer;

}
.left-arrows , .right-arrows{
    height: 70px;
    width: 25px;
    background: rgb(0,0,0);
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.left-arrows:hover , .right-arrows:hover{
    opacity: 0.7;
}
.slick-track{

}
.left-arrows{
    position: absolute;
    left: 0;
    top: 40px;
}
.right-arrows{
    position: absolute;
    right: 0;
    top: 40px;
}
.right-arrows > img{
    transform: rotate(180deg);
}
.wr-arrows-slider-porduct{
    position: relative;
}
.modal {
    background-color: rgba(128,128,128,0.6);
}
.modal-dialog{
    max-width: 800px;
}
.modal-content{
    position: relative;
    margin: 0 15px;
}
.modal-image{
    height: 650px;
    width: 100%;
    padding: 50px;
    background: #ffffff;
    border-radius: 8px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-image > img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.image-main{
    cursor: pointer;
}
.wr-image-product{
    position: relative;

}
.image-main .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-img-box:hover > .zoom-main{
    opacity: 0.7;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.zoom-main{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #000000;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 1;
}

@media (max-width: 1200px) {
    /*.dropdown-menu {*/
        /*max-height: 150px;*/
    /*}*/
    a.item-main{
        max-width: 212px;
    }

    div.item-main{
        max-width: 212px;
    }
    .wr-slider-product{
        max-width: 420px;
    }
    .tab-price-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wr-slider-image {
        max-width: 470px;
        width: 100%;
    }

    .image-main {
        max-width: 420px;
        width: 100% !important;
    }

    .item-main {
        max-width: 156px;
    }

    /*categories page end*/
    /*all products*/
    .item-less-margin {
        max-width: 166px;
    }

    .main-categories {
        max-width: 175px;
    }

    .block-media-social > a {
        margin: 0 3px;
    }

    .country-footer > a {
        margin: 0 10px;
    }

    /*.product-main {*/
        /*max-width: 200px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 220px;
    }
    /*change home page*/
    .wr-main-categories {
        justify-content: flex-start;
    }

    .main-menu-products {
        max-width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 4px;
    }

    .navbar-nav {
        margin: 0;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }

}

@media (min-width: 992px) and (max-width: 1368px) {
    h3.tittle-home-page {
        margin-top: -145px;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }
}

.nav-link > svg {
    display: none;
}

@media (max-width: 991px) {

    /*temporary for COVID */
/*   .navabr-back-wr {
       height: 160px;
   }*/

   /*temporary for COVID */
/*   a.item-main {
       max-width: 210px;
   }*/

    .top-menu-bar {
        display: none;
    }

    div.item-main {
        max-width: 210px;
    }
    h3.tittle-home-page{
        margin-top: -70px;
    }
    .next-clients{
        right: 0;
    }
    .prev-clients{
        left: 0;
    }
    .contact-us-map{
        height: 850px;
    }
    .delivery-product-page {
        flex-direction: column;
    }

    .info-delivery-product > p {
        max-width: 100%;
    }

    .info-delivery-product {
        padding: 5px;
    }

    .info-delivery-product {
        margin: 5px 0;
    }

    .wr-product-option {
        flex-direction: column;
        align-items: center;
    }

    .wr-product-price {
        max-width: 100%;
        margin-top: 20px;
    }

    .wr-form-contact-us {
        position: absolute;
        top: 99%;
        left: calc(50% - 215px);

    }



    .description {
        max-width: 190px;
    }

    .tittle-compare-products > h3 {
        padding-top: 40px;
    }

    .block-info-context > p {
        margin-left: 10px;
    }

    .block-context, .tittle-compare-product {
        padding-left: 15px;
    }

    .info-delivery > p {
        margin-left: 16px;
    }

    .main-delivery {
        align-items: center;
    }

    /*Compare Page*/
    .content-categories > h3 {
        padding-top: 30px;
    }

    .content-categories > p {
        padding-top: 20px;
    }

    .wr-tittle-categories {
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .item-main {
        max-width: 198px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    /*categories page end*/
    .item-less-margin {
        max-width: 210px;
    }

    .custom-item.active > .nav-link {
        border-bottom: none;
    }

    .custom-item > .nav-link > svg {
        fill: #000;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        display: block;
        margin-left: 10px;
    }

    .custom-item.active > .nav-link > svg {
        fill: #0ccbc4;
        transform: rotate(-180deg);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    .main-menu-products {
        max-width: 80%;
    }

    ul.block-menu > li {
        padding-top: 10px;
    }

    .main-categories > picture {
        max-width: 85%;
    }

    .main-categories {
        max-width: 150px;
        padding: 30px 5px 20px 5px;
        margin: 10px 10px;
        justify-content: space-between;
    }

    li.nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .collapse.show {

    }

    .collapse {

    }

    .menu-popular-categories {
        position: static;
        display: none;
    }

    .custom-item.active > .menu-popular-categories {
        display: block;
        height: auto;
    }

    .abs-icon {
        display: block;
        right: 0px;
        top: 10px;
        z-index: 999;
    }

    ul.navbar-nav {
        display: flex;
        align-items: center;
    }

    .search-block {
        margin: 0 auto;
    }

    .navbar-collapse-header {
        position: fixed;
        height: 85%;
        overflow-y: scroll;
        width: 100vw;
        left: 0;
        top: 100px;
        margin: 0 auto;
    }

    .mb-2, .my-2 {
        margin-top: -1px !important;
        margin-bottom: 0 !important;
    }

    .back-div-mobile {
        padding-bottom: 30px;
        display: block;
    }

    ul.navbar-nav, .back-div-mobile {
        background: #f7f8f8;
    }

    .nav-item > .nav-link {
        height: 60px;
    }

    .search-block {
        max-width: 50%;
    }

    .wr-section-product {
        justify-content: flex-start;
    }

    .slider-home-page {
        background-position: 40%;
    }

    .main-clients-button > img {
        max-width: 60%;
    }

    .next {
        right: -35px;
    }

    .prev {
        left: -35px;
    }

    .page-link-footer > a {
        margin: 0 10px;
    }

    .block-partner > a > img {
        height: 40px;
    }

    .block-partner > a:last-child {
        margin-left: 20px;
    }

    .form-footer {
        height: 55px;
    }

    .block-media-social > a > img {
        height: 30px;
    }

    .row-footer-wr > .col-md-3 {
        margin-right: 15px;
    }

    h3.copyright {
        font-size: 14px;
    }

    .country-footer > a {
        margin: 0 5px;
        font-size: 13px;
    }

    h3.tittle-home-page {
        font-size: 45px;
        line-height: 46px;
    }

    .product-row {
        padding: 0 15px;
    }

    .navbar {
        position: static;
    }

    li.nav-price-link {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .nav-about > li {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .tittle-product > h3 {
        font-size: 20px;
    }

    .select-all-product {
        padding-bottom: 0px;
    }
    .wr-slider-product{
        max-width: 100%;
    }
    .image-main {
        max-width: 100%;
        width: 100% !important;
    }
    .wr-slider-image {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    a.item-main {
        max-width: 235px;
    }

    div.item-main {
        max-width: 235px;
    }
    .tabs-about-main {
        padding-right: 0;
    }

    .info-delivery-product > p {
        margin-left: 20px;
    }

    .tittle-page-contact > h3 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .contact-data {
        margin-top: 15px;
    }

    .main-delivery {
        padding: 10px 0;
    }

    .info-delivery {
        margin-top: 20px;
    }

    .info-delivery > p {
        max-width: 100%;
    }

    .include-price > p, .description {
        max-width: 100%;
    }

    .tittle-compare-products > h3 {
        font-size: 40px;
    }

    .tittle-compare-products {
        padding-bottom: 0px;
    }

    .compare-row {
        flex-direction: column;
    }

    .main-product-compare {
        margin-top: 40px;
    }

    .content-categories > h3 {
        font-size: 45px;
    }

    .content-categories > p {
        font-size: 15px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    .item-main {
        max-width: 225px;
    }

    .item-less-margin {
        max-width: 235px;
    }

    .tittle-all-products > h3 {
        font-size: 45px;
    }

    .tittle-all-products > p {
        font-size: 15px;
    }

    /*categories page end*/
    .wr-section-product {
        justify-content: space-between;
    }

    .row-footer-wr {
        flex-direction: column;
        align-items: flex-start;
    }

    .wr-col-footer {
        margin-top: 30px;
    }

    .block-media-social > a > img {
        height: 45px;
    }

    .block-media-social > a {
        margin: 0 20px;
    }

    .country-footer {
        margin-top: 10px;
    }

    .country-footer > a {
        margin: 0 4px;
    }

    input.footer-email {
        padding-left: 20px;
    }

    .wr-main-categories {
        justify-content: space-between;
    }

    .slide-back-wr {
        max-width: 440px;
    }

    .slide-main > p {
        max-width: 400px;
    }

    .wr-about-product {
        padding-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .wr-form-product-page {
        margin-top: 40px;
    }

    .tittle-prod-slide {
        font-size: 25px;
        padding-bottom: 0;
    }

    .name-product {
        flex-direction: column;
        align-items: center;
    }

    .icon-product {
        margin-top: 20px;
        justify-content: center;
    }

    a.show-product {
        max-width: 100%;
    }
    .icon-product > a:first-child{
        padding-left: 0;
    }
    /*.dropdown-menu {*/
        /*max-height: 130px;*/
    /*}*/
    .modal-image{
        height: 400px;
    }
}

@media (max-width: 576px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    .modal-image{
        padding: 5px;
    }
    .modal-content{
        margin: 0;
    }
    .tittle-page-contact > h3 {
        font-size: 40px;
    }

    .tittle-data > p {
        font-size: 17px;
    }

    .contact-data > a {
        font-size: 14px;
    }

    .tittle-data {
        padding-bottom: 5px;
    }

    .wr-form-contact-us {
        margin: 20px auto 0 auto;
    }

    .row-form-contact > .custom-file-upload {
        width: 100%;
    }

    .row-form-contact > p {

        width: 100%;
        padding-top: 14px;
    }

    .select-item-form > .bootstrap-select > .btn {
        width: 100%;
        margin-top: 14px;
    }

    .select-item-form {
        width: 100%;
    }

    .select-item-form > .bootstrap-select {
        max-width: 100%;
    }

    /*Contact US*/
    .content-categories {
        margin: 0 auto;
    }

    .tittle-item-block {
        flex-direction: column;
        align-items: center;
    }

    .tittle-item-block > h3 {
        margin-right: 0;
        padding-bottom: 20px;
    }

    .item-product-main-wr {
        justify-content: center;
    }

    .wr-block-category-item {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .tittle-item-block {
        padding-bottom: 0;
    }

    .wr-tittle-categories {
        flex-direction: column;
    }

    .content-categories > h3 {
        text-align: center;
    }

    .content-categories > p {
        text-align: center;
    }

    .row-footer-wr:first-child {
        margin-top: 0;
    }

    .select-all-product {
        margin: 0 auto;
    }

    .tittle-all-products > h3 {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .tittle-all-products > p {
        padding-bottom: 20px;
    }

    /*categories page end*/
    .search-block {
        max-width: 90%;
    }

    .wr-section-product {
        justify-content: center;
    }

    .wr-main-categories {
        justify-content: center;
    }

    .country-footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .slide-back-wr {
        max-width: 280px;
    }

    .slide-main > h3 {
        font-size: 20px;
    }

    .slide-main > p {
        max-width: 280px;
        font-size: 14px;
        padding-top: 15px;
    }

    .prev, .next {
        top: 46%;
    }

    .next {
        right: -20px;
    }

    .prev {
        left: -20px;
    }

    .wr-for-slide-button {
        margin-bottom: 40px;
    }

    .wr-form-home-page {
        padding: 30px 20px;
        position: static;
        background: #fff;
    }

    h3.tittle-home-page {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
        max-width: 100%;
    }

    .select-home-page {
        max-width: 100%;
    }

    .row-footer-wr > .col-md-3 {
        margin: 0;
    }

    .wr-col-footer {
        flex-direction: column;
    }

    .row-footer-wr:last-child {
        flex-direction: column-reverse;
    }

    .country-footer {
        justify-content: center;
    }

    .country-footer > a {
        margin: 5px 4px;
    }

    .country-footer {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    h3.copyright {
        text-align: center;
    }

    .wr-col-footer {
        margin-top: 20px;
    }

    .page-link-footer {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .page-link-footer > a:last-child {
        margin: 0 10px;
    }

    .block-media-social > a {
        margin: 0 10px;
    }

    .block-media-social {
        display: flex;
        justify-content: center;
    }

    .info-block-footer {
        margin-right: 0;
        text-align: center;
    }

    .form-footer {
        margin-top: 20px;
    }

    footer {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .dropdown-toggle {
        padding-left: 20px;
    }

    .dropdown-item {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .dropdown-item:hover{
        font-size: 13px;
    }

    h3.tittle-section {
        font-size: 35px;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .product-main > p {
        font-size: 20px;
    }

    .main-clients-button {
        height: 70px;

    }

    .wr-border-right {
        height: 30px;
    }

    .row-form-contact {
        flex-direction: column;
    }

    .row-form-contact > input {
        width: 100% !important;
    }

    #map {
        display: none;
    }

    .wr-form-relative {
        max-width: 100%;
        padding: 0 15px;
    }

    .dropdown-toggle .dropdown-menu {
        max-width: 100%;
    }

    .bs-searchbox .form-control, .bootstrap-select .no-results {
        padding-left: 20px;
    }

    .nav-item > .nav-link {
        height: 50px;
    }

    .main-menu-products {
        max-width: 100%;
    }

    .abs-icon {
        top: 10px;
        right: 15px;
    }

    .main-categories {
        max-width: 126px;
    }

    ul.block-menu > li {
        padding-top: 5px;
    }

    a.logo {
        margin-top: 20px;
    }

    .product-main > img {
        height: 70px;
    }

    /*.product-main {*/
        /*max-width: 143px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 143px;
    }
    /*change home page*/

    .body-product-wr {
        padding-top: 30px;
    }

    .name-product {
        align-items: flex-start;
    }

    .tittle-price > li {
        width: auto;
        font-size: 13px;
    }

    .price-block {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .nav-price {
        width: 100%;
        border: none;
        justify-content: center;
    }

    .main-delivery {
        padding-bottom: 20px;
    }

    .wr-slider-product .slick-list .slick-track {
    }

    .wr-slider-product .slick-list {

        padding: 0 !important;
    }

    .next-prod {
        right: 0;
    }

    .prev-prod {
        left: 0;
    }
    .wr-for-slide-button{
        max-width: 85%;
    }

}

@media (max-width: 400px) {
    .wr-product-price {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 350px) {
    .block-partner > a > img {
        height: 35px;
    }

    .slide-back-wr {
        max-width: 250px;
    }

    .slide-main > p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dropdown-toggle::after, .dropup .dropdown-toggle::after {
        width: 35px;
        right: 15px;
    }

    .slider-home-page {
        align-items: flex-start;
    }

    h3.tittle-home-page {
        margin-top: 0px;
        padding-top: 35px;
    }

    .navbar-brand > img {
        height: 70px;
    }

    .tab-about-link {
        font-size: 14px;
    }

    .item-less-margin {
        max-width: 280px;
    }
}
#main-img-box > img{
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}
#main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
}
.extra-product-thumbs {
    width: 100%;
    height: 72px;
    position: relative;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.extra-product-thumbs ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    white-space: nowrap;
    float: none;
    display: inline;
}
.extra-product-thumbs ul li {
    display: inline-block;
    position: relative;
    height: 70px;
    max-width: 100%;
    min-width: 60px;
    padding: 4px 6px;
    border: 2px solid #ffffff;

    margin: 0 0.5%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.extra-product-thumbs ul li.active-thumb{
    border: 2px solid #0ccbc4;
}
.extra-product-thumbs ul li img {
    display: flex;
    vertical-align: middle;
    max-height: 60px;
    max-width: 70px;
    align-items: center;
    justify-content: center;
}
#product-page #main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
}
#product-page #main-img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 400px;
    cursor: pointer;
}
.extra-thumb-nav {
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
    z-index: 0;
}
.extra-controls {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.thumb-fader {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 90;
    height: 100%;
}
.extra-prev-controls {
    left: 0;
}
.extra-next-controls {
    right: 0;
}
.extra-thumb-next > img {
    transform: rotate(180deg);
}
.extra-thumb-next, .extra-thumb-prev{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 575px){
    #main-img-box{
        height: 330px;
    }
    .modal-image {
        height: 350px;
    }
}

.grecaptcha-badge {
    display: none;
}

#social-links ul li a,
.share-to-email {
    color: #000;
    font-size: 23px !important;
    text-decoration: none;
}

#social-links ul li a:hover,
.share-to-email:hover {
    text-decoration: none;
    color: #000;
}

#social-links ul li {
    list-style: none;
    padding-left: 17px;
    display: inline-block;
}

#social-links ul {
    padding-left: 0;
    margin: 0;
}

a.individual-product-listings {
    text-decoration: none;
}

.prev-modal, .next-modal{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
}
.prev-modal{
    left: 15px;
    top: calc(50% - 35px);
}
.next-modal{
    right: 15px;
    top: calc(50% - 35px);
}
.next-modal img{
    transform: rotate(180deg);
}
.inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 1px;
}

.inner::-webkit-scrollbar-thumb {
    background: #72b1af;
    border-radius: 2px;
}

.inner::-webkit-scrollbar-thumb:hover {
    background: #72b1af;
}

.wr-slider-image{
    max-width: 520px;
    width: 100%;
}

.image-product-scroll.border-slide{
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

.image-main {
    max-width: 520px;
    max-height: 500px;
    width: 100%;

}

.image-product-scroll.slick-current {
    border: 2px solid #0ccbc4;
    box-sizing: border-box;
    height: 70px !important;
}

.image-product-scroll {
    padding: 10px 0;
    margin: 0 3px;
    width: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.wr-slider-product .slick-slide {
    display: flex;
}

.wr-slider-product {
    padding-top: 40px;
}

.wr-slider-product-slide {
    padding-top: 70px;
    padding-bottom: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0ccbc4;
}
.tittle-prod-slide {
    text-align: center;
    font-size: 45px;
    color: #000;
    font-weight: 400;
    padding-bottom: 25px;
}

.slide-prod-page .slick-slide {
    display: flex;
}

.slide-prod-page .slick-list .slick-track > .item-main:hover {
    box-shadow: none;
}

.next-prod {
    right: -25px;
}

.prev-prod {
    left: -25px;
}

.wr-for-slide-button .slick-slide{
    display: flex;
}
.wr-arrows-clients{
    position: relative;
}
.prev-clients {
    fill: #C8C8C8;
    position: absolute;
    top: calc(50% - 10px);
    left: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}
.next-clients{
    fill: #C8C8C8;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    cursor: pointer;

}
.left-arrows , .right-arrows{
    height: 70px;
    width: 25px;
    background: rgb(0,0,0);
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.left-arrows:hover , .right-arrows:hover{
    opacity: 0.7;
}
.slick-track{

}
.left-arrows{
    position: absolute;
    left: 0;
    top: 40px;
}
.right-arrows{
    position: absolute;
    right: 0;
    top: 40px;
}
.right-arrows > img{
    transform: rotate(180deg);
}
.wr-arrows-slider-porduct{
    position: relative;
}
.modal {
    background-color: rgba(128,128,128,0.6);
}
.modal-dialog{
    max-width: 800px;
}
.modal-content{
    position: relative;
    margin: 0 15px;
}
.modal-image{
    height: 650px;
    width: 100%;
    padding: 50px;
    background: #ffffff;
    border-radius: 8px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-image > img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.image-main{
    cursor: pointer;
}
.wr-image-product{
    position: relative;

}
.image-main .slick-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-img-box:hover > .zoom-main{
    opacity: 0.7;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.zoom-main{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #000000;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    z-index: 1;
}

@media (max-width: 1200px) {
    /*.dropdown-menu {*/
        /*max-height: 150px;*/
    /*}*/
    a.item-main{
        max-width: 212px;
    }

    div.item-main{
        max-width: 212px;
    }
    .wr-slider-product{
        max-width: 420px;
    }
    .tab-price-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wr-slider-image {
        max-width: 470px;
        width: 100%;
    }

    .image-main {
        max-width: 420px;
        width: 100% !important;
    }

    .item-main {
        max-width: 156px;
    }

    /*categories page end*/
    /*all products*/
    .item-less-margin {
        max-width: 166px;
    }

    .main-categories {
        max-width: 175px;
    }

    .block-media-social > a {
        margin: 0 3px;
    }

    .country-footer > a {
        margin: 0 10px;
    }

    /*.product-main {*/
        /*max-width: 200px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 220px;
    }
    /*change home page*/
    .wr-main-categories {
        justify-content: flex-start;
    }

    .main-menu-products {
        max-width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 4px;
    }

    .navbar-nav {
        margin: 0;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }

}

@media (min-width: 992px) and (max-width: 1368px) {
    h3.tittle-home-page {
        margin-top: -145px;
    }
    h3.tittle-home-page{
        line-height: 52px;
        font-size: 49px;
    }
}

.nav-link > svg {
    display: none;
}

@media (max-width: 991px) {

    /*temporary for COVID */
/*   .navabr-back-wr {
       height: 160px;
   }*/

   /*temporary for COVID */
/*   a.item-main {
       max-width: 210px;
   }*/

    .top-menu-bar {
        display: none;
    }

    div.item-main {
        max-width: 210px;
    }
    h3.tittle-home-page{
        margin-top: -70px;
    }
    .next-clients{
        right: 0;
    }
    .prev-clients{
        left: 0;
    }
    .contact-us-map{
        height: 850px;
    }
    .delivery-product-page {
        flex-direction: column;
    }

    .info-delivery-product > p {
        max-width: 100%;
    }

    .info-delivery-product {
        padding: 5px;
    }

    .info-delivery-product {
        margin: 5px 0;
    }

    .wr-product-option {
        flex-direction: column;
        align-items: center;
    }

    .wr-product-price {
        max-width: 100%;
        margin-top: 20px;
    }

    .wr-form-contact-us {
        position: absolute;
        top: 99%;
        left: calc(50% - 215px);

    }



    .description {
        max-width: 190px;
    }

    .tittle-compare-products > h3 {
        padding-top: 40px;
    }

    .block-info-context > p {
        margin-left: 10px;
    }

    .block-context, .tittle-compare-product {
        padding-left: 15px;
    }

    .info-delivery > p {
        margin-left: 16px;
    }

    .main-delivery {
        align-items: center;
    }

    /*Compare Page*/
    .content-categories > h3 {
        padding-top: 30px;
    }

    .content-categories > p {
        padding-top: 20px;
    }

    .wr-tittle-categories {
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .item-main {
        max-width: 198px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    /*categories page end*/
    .item-less-margin {
        max-width: 210px;
    }

    .custom-item.active > .nav-link {
        border-bottom: none;
    }

    .custom-item > .nav-link > svg {
        fill: #000;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        display: block;
        margin-left: 10px;
    }

    .custom-item.active > .nav-link > svg {
        fill: #0ccbc4;
        transform: rotate(-180deg);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
    }

    .main-menu-products {
        max-width: 80%;
    }

    ul.block-menu > li {
        padding-top: 10px;
    }

    .main-categories > picture {
        max-width: 85%;
    }

    .main-categories {
        max-width: 150px;
        padding: 30px 5px 20px 5px;
        margin: 10px 10px;
        justify-content: space-between;
    }

    li.nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .collapse.show {

    }

    .collapse {

    }

    .menu-popular-categories {
        position: static;
        display: none !important;
    }
    .menu-popular-categories.sub-menu-active {
        display: block !important;
    }
    .custom-item.active > .menu-popular-categories {
        display: block;
        height: auto;
    }

    .abs-icon {
        display: block;
        right: 0px;
        top: 10px;
        z-index: 999;
    }

    ul.navbar-nav {
        display: flex;
        align-items: center;
    }

    .search-block {
        margin: 0 auto;
    }

    .navbar-collapse-header {
        position: fixed;
        height: 85%;
        overflow-y: scroll;
        width: 100vw;
        left: 0;
        top: 100px;
        margin: 0 auto;
    }

    .mb-2, .my-2 {
        margin-top: -1px !important;
        margin-bottom: 0 !important;
    }

    .back-div-mobile {
        padding-bottom: 30px;
        display: block;
    }

    ul.navbar-nav, .back-div-mobile {
        background: #f7f8f8;
    }

    .nav-item > .nav-link {
        height: 60px;
    }

    .search-block {
        max-width: 50%;
    }

    .wr-section-product {
        justify-content: flex-start;
    }

    .slider-home-page {
        background-position: 40%;
    }

    .main-clients-button > img {
        max-width: 60%;
    }

    .next {
        right: -35px;
    }

    .prev {
        left: -35px;
    }

    .page-link-footer > a {
        margin: 0 10px;
    }

    .block-partner > a > img {
        height: 40px;
    }

    .block-partner > a:last-child {
        margin-left: 20px;
    }

    .form-footer {
        height: 55px;
    }

    .block-media-social > a > img {
        height: 30px;
    }

    .row-footer-wr > .col-md-3 {
        margin-right: 15px;
    }

    h3.copyright {
        font-size: 14px;
    }

    .country-footer > a {
        margin: 0 5px;
        font-size: 13px;
    }

    h3.tittle-home-page {
        font-size: 45px;
        line-height: 46px;
    }

    .product-row {
        padding: 0 15px;
    }

    .navbar {
        position: static;
    }

    li.nav-price-link {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .nav-about > li {
        width: auto;
        display: block;
        flex-direction: row;
    }

    .tittle-product > h3 {
        font-size: 20px;
    }

    .select-all-product {
        padding-bottom: 0px;
    }
    .wr-slider-product{
        max-width: 100%;
    }
    .image-main {
        max-width: 100%;
        width: 100% !important;
    }
    .wr-slider-image {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    a.item-main {
        max-width: 235px;
    }

    div.item-main {
        max-width: 235px;
    }
    .tabs-about-main {
        padding-right: 0;
    }

    .info-delivery-product > p {
        margin-left: 20px;
    }

    .tittle-page-contact > h3 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .contact-data {
        margin-top: 15px;
    }

    .main-delivery {
        padding: 10px 0;
    }

    .info-delivery {
        margin-top: 20px;
    }

    .info-delivery > p {
        max-width: 100%;
    }

    .include-price > p, .description {
        max-width: 100%;
    }

    .tittle-compare-products > h3 {
        font-size: 40px;
    }

    .tittle-compare-products {
        padding-bottom: 0px;
    }

    .compare-row {
        flex-direction: column;
    }

    .main-product-compare {
        margin-top: 40px;
    }

    .content-categories > h3 {
        font-size: 45px;
    }

    .content-categories > p {
        font-size: 15px;
    }

    .item-product-main-wr {
        justify-content: flex-start;
    }

    .item-main {
        max-width: 225px;
    }

    .item-less-margin {
        max-width: 235px;
    }

    .tittle-all-products > h3 {
        font-size: 45px;
    }

    .tittle-all-products > p {
        font-size: 15px;
    }

    /*categories page end*/
    .wr-section-product {
        justify-content: space-between;
    }

    .row-footer-wr {
        flex-direction: column;
        align-items: flex-start;
    }

    .wr-col-footer {
        margin-top: 30px;
    }

    .block-media-social > a > img {
        height: 45px;
    }

    .block-media-social > a {
        margin: 0 20px;
    }

    .country-footer {
        margin-top: 10px;
    }

    .country-footer > a {
        margin: 0 4px;
    }

    input.footer-email {
        padding-left: 20px;
    }

    .wr-main-categories {
        justify-content: space-between;
    }

    .slide-back-wr {
        max-width: 440px;
    }

    .slide-main > p {
        max-width: 400px;
    }

    .wr-about-product {
        padding-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .wr-form-product-page {
        margin-top: 40px;
    }

    .tittle-prod-slide {
        font-size: 25px;
        padding-bottom: 0;
    }

    .name-product {
        flex-direction: column;
        align-items: center;
    }

    .icon-product {
        margin-top: 20px;
        justify-content: center;
    }

    a.show-product {
        max-width: 100%;
    }
    .icon-product > a:first-child{
        padding-left: 0;
    }
    /*.dropdown-menu {*/
        /*max-height: 130px;*/
    /*}*/
    .modal-image{
        height: 400px;
    }
}

@media (max-width: 576px) {
    .remove-banner-on-mobile {
        display: none;
    }

    .tittle-section {
        margin-top: 65px;
    }

    .modal-image{
        padding: 5px;
    }
    .modal-content{
        margin: 0;
    }
    .tittle-page-contact > h3 {
        font-size: 40px;
    }

    .tittle-data > p {
        font-size: 17px;
    }

    .contact-data > a {
        font-size: 14px;
    }

    .tittle-data {
        padding-bottom: 5px;
    }

    .wr-form-contact-us {
        margin: 20px auto 0 auto;
    }

    .row-form-contact > .custom-file-upload {
        width: 100%;
    }

    .row-form-contact > p {

        width: 100%;
        padding-top: 14px;
    }

    .select-item-form > .bootstrap-select > .btn {
        width: 100%;
        margin-top: 14px;
    }

    .select-item-form {
        width: 100%;
    }

    .select-item-form > .bootstrap-select {
        max-width: 100%;
    }

    /*Contact US*/
    .content-categories {
        margin: 0 auto;
    }

    .tittle-item-block {
        flex-direction: column;
        align-items: center;
    }

    .tittle-item-block > h3 {
        margin-right: 0;
        padding-bottom: 20px;
    }

    .item-product-main-wr {
        justify-content: center;
    }

    .wr-block-category-item {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .tittle-item-block {
        padding-bottom: 0;
    }

    .wr-tittle-categories {
        flex-direction: column;
    }

    .content-categories > h3 {
        text-align: center;
    }

    .content-categories > p {
        text-align: center;
    }

    .row-footer-wr:first-child {
        margin-top: 0;
    }

    .select-all-product {
        margin: 0 auto;
    }

    .tittle-all-products > h3 {
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .tittle-all-products > p {
        padding-bottom: 20px;
    }

    /*categories page end*/
    .search-block {
        max-width: 90%;
    }

    .wr-section-product {
        justify-content: center;
    }

    .wr-main-categories {
        justify-content: center;
    }

    .country-footer {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .slide-back-wr {
        max-width: 280px;
    }

    .slide-main > h3 {
        font-size: 20px;
    }

    .slide-main > p {
        max-width: 280px;
        font-size: 14px;
        padding-top: 15px;
    }

    .prev, .next {
        top: 46%;
    }

    .next {
        right: -20px;
    }

    .prev {
        left: -20px;
    }

    .wr-for-slide-button {
        margin-bottom: 40px;
    }

    .wr-form-home-page {
        padding: 30px 20px;
        position: static;
        background: #fff;
    }

    h3.tittle-home-page {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
        max-width: 100%;
    }

    .select-home-page {
        max-width: 100%;
    }

    .row-footer-wr > .col-md-3 {
        margin: 0;
    }

    .wr-col-footer {
        flex-direction: column;
    }

    .row-footer-wr:last-child {
        flex-direction: column-reverse;
    }

    .country-footer {
        justify-content: center;
    }

    .country-footer > a {
        margin: 5px 4px;
    }

    .country-footer {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    h3.copyright {
        text-align: center;
    }

    .wr-col-footer {
        margin-top: 20px;
    }

    .page-link-footer {
        margin-top: 20px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .page-link-footer > a:last-child {
        margin: 0 10px;
    }

    .block-media-social > a {
        margin: 0 10px;
    }

    .block-media-social {
        display: flex;
        justify-content: center;
    }

    .info-block-footer {
        margin-right: 0;
        text-align: center;
    }

    .form-footer {
        margin-top: 20px;
    }

    footer {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .dropdown-toggle {
        padding-left: 20px;
    }

    .dropdown-item {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .dropdown-item:hover{
        font-size: 13px;
    }

    h3.tittle-section {
        font-size: 35px;
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .product-main > p {
        font-size: 20px;
    }

    .main-clients-button {
        height: 70px;

    }

    .wr-border-right {
        height: 30px;
    }

    .row-form-contact {
        flex-direction: column;
    }

    .row-form-contact > input {
        width: 100% !important;
    }

    #map {
        display: none;
    }

    .wr-form-relative {
        max-width: 100%;
        padding: 0 15px;
    }

    .dropdown-toggle .dropdown-menu {
        max-width: 100%;
    }

    .bs-searchbox .form-control, .bootstrap-select .no-results {
        padding-left: 20px;
    }

    .nav-item > .nav-link {
        height: 50px;
    }

    .main-menu-products {
        max-width: 100%;
    }

    .abs-icon {
        top: 10px;
        right: 15px;
    }

    .main-categories {
        max-width: 126px;
    }

    ul.block-menu > li {
        padding-top: 5px;
    }

    a.logo {
        margin-top: 20px;
    }

    .product-main > img {
        height: 70px;
    }

    /*.product-main {*/
        /*max-width: 143px;*/
    /*}*/
    /*change home page*/
    a.product-main-link{
        max-width: 143px;
    }
    /*change home page*/

    .body-product-wr {
        padding-top: 30px;
    }

    .name-product {
        align-items: flex-start;
    }

    .tittle-price > li {
        width: auto;
        font-size: 13px;
    }

    .price-block {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .nav-price {
        width: 100%;
        border: none;
        justify-content: center;
    }

    .main-delivery {
        padding-bottom: 20px;
    }

    .wr-slider-product .slick-list .slick-track {
    }

    .wr-slider-product .slick-list {

        padding: 0 !important;
    }

    .next-prod {
        right: 0;
    }

    .prev-prod {
        left: 0;
    }
    .wr-for-slide-button{
        max-width: 85%;
    }

}

@media (max-width: 400px) {
    .wr-product-price {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 350px) {
    .block-partner > a > img {
        height: 35px;
    }

    .slide-back-wr {
        max-width: 250px;
    }

    .slide-main > p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dropdown-toggle::after, .dropup .dropdown-toggle::after {
        width: 35px;
        right: 15px;
    }

    .slider-home-page {
        align-items: flex-start;
    }

    h3.tittle-home-page {
        margin-top: 0px;
        padding-top: 35px;
    }

    .navbar-brand > img {
        height: 70px;
    }

    .tab-about-link {
        font-size: 14px;
    }

    .item-less-margin {
        max-width: 280px;
    }
}
#main-img-box > img{
    display: block;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}
#main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
}
.extra-product-thumbs {
    width: 100%;
    height: 72px;
    position: relative;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.extra-product-thumbs ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    white-space: nowrap;
    float: none;
    display: inline;
}
.extra-product-thumbs ul li {
    display: inline-block;
    position: relative;
    height: 70px;
    max-width: 100%;
    min-width: 60px;
    padding: 4px 6px;
    border: 2px solid #ffffff;

    margin: 0 0.5%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.extra-product-thumbs ul li.active-thumb{
    border: 2px solid #0ccbc4;
}
.extra-product-thumbs ul li img {
    display: flex;
    vertical-align: middle;
    max-height: 60px;
    max-width: 70px;
    align-items: center;
    justify-content: center;
}
#product-page #main-img-box {
    position: relative;
    width: 97%;
    height: 400px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    background: #fff;
}
#product-page #main-img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 400px;
    cursor: pointer;
}
.extra-thumb-nav {
    height: 70px;
    width: 20px;
    background: rgb(0,0,0);
    opacity: 0.5;
    cursor: pointer;
    z-index: 0;
}
.extra-controls {
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.thumb-fader {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 90;
    height: 100%;
}
.extra-prev-controls {
    left: 0;
}
.extra-next-controls {
    right: 0;
}
.extra-thumb-next > img {
    transform: rotate(180deg);
}
.extra-thumb-next, .extra-thumb-prev{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 575px){
    #main-img-box{
        height: 330px;
    }
    .modal-image {
        height: 350px;
    }
}

.grecaptcha-badge {
    display: none;
}

#social-links ul li a,
.share-to-email {
    color: #000;
    font-size: 23px !important;
    text-decoration: none;
}

#social-links ul li a:hover,
.share-to-email:hover {
    text-decoration: none;
    color: #000;
}

#social-links ul li {
    list-style: none;
    padding-left: 17px;
    display: inline-block;
}

#social-links ul {
    padding-left: 0;
    margin: 0;
}

a.individual-product-listings {
    text-decoration: none;
}

#fullpage-loading {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#fullpage-loading-image {
  position: absolute;
  top: 50%;
  z-index: 100;
}
#files-area{
    width: 100%;
    margin: 0 auto;
}
.file-block{
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    & > span.name{
        padding-right: 10px;
        width: max-content;
        display: inline-flex;
    }
}
.file-delete{
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
    &:hover{
        background-color: rgba(144, 163, 203, 0.2);
        border-radius: 10px;
    }
    & > span{
        transform: rotate(45deg);
    }
}
