/* general */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1140px;
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        width: 1540px;
        max-width: 1540px;
    }
}

@media only screen and (min-width: 1920px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        width: 1600px;
        max-width: 1600px;
    }
}

.color-white {
    color: white !important;
}


.color-black {
    color: #404040 !important;
}

.color-red {
    color: #e31e24 !important;
}

.background-black {
    background: #404040 !important;
}

.background-red {
    background: #e31e24 !important;
}

.background-white {
    background: white !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.uws-default .uws-setting p > a,
.uws-default .uws-setting p a,
.uws-default .uws-setting ul > li > a,
.uws-default .uws-main-column p > a,
.uws-default .uws-main-column ul li > a,
.uws-default .uws-setting table tr td a {
    text-decoration: underline;
}

    .uws-default .uws-setting p > a:hover,
    .uws-default .uws-setting p a:hover,
    .uws-default .uws-setting ul > li > a:hover,
    .pagination .page-item .page-link,
    .uws-default .uws-main-column p > a:hover,
    .uws-default .uws-main-column ul li > a:hover,
    .uws-default .uws-setting table tr td a:hover {
        text-decoration: none;
    }

.uws-btn-red,
.uws-btn-red:focus {
    background-color: #e31e24 !important;
    border: solid 2px #404040 !important;
    color: white !important;
    font-size: 17px;
    padding: 10px 20px;
    margin-bottom: 15px;
    text-decoration: none !important;
}

    .uws-btn-red:hover {
        background-color: #404040 !important;
        border: solid 2px #e31e24 !important;
        color: white !important;
        font-size: 17px;
        padding: 10px 20px;
        margin-bottom: 15px;
        text-decoration: none !important;
    }

.uws-default .uws-setting ul li::marker {
    color: #e31e24;
}

.uws-default .uws-setting ol {
    padding-left:26px;
}

/* page title & breadcrums */
.uws-header-title {
    padding: 10px 16px;
    margin-top: 15px;
    margin-bottom: 39px;
    border-left: solid 5px #e31e24;
}

    .uws-header-title h1 {
        margin-bottom: 3px;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 500
    }    

.breadcrumb > li:last-child a {
    color: #e31e24;
    font-weight: normal;
    cursor: default;
    font-weight: bold;
    text-transform: uppercase
}

.breadcrumb > li a {
    color: #444444;
    text-transform: none;
    font-size:15px;
}

.breadcrumb > li a:hover {
    text-decoration: none;
    color: #e31e24;
}

@media only screen and (max-width: 575px) {
    .breadcrumb > li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .uws-header-title h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 33px;
    }
}

/* sidebar */
@media only screen and (max-width: 991px) {
    .sidebar {
        margin-bottom:25px;
    }
}


    /* iframe */
    iframe, object, embed {
    max-width: 100%;
    border: none;    
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* header */
.uws-header-contacts li,
.uws-header-contacts li a {
    color: #888 !important;
}

    .uws-header-contacts li i {
        color: #888 !important;
        margin-top: 2px;
        float: left;
    }

.uws-header-contacts .uws-header-li-search-products {
    margin-right: 0px !important;
    vertical-align: middle;
    margin-top: 3px
}

.uws-header-contacts li a {
    vertical-align: middle
}

    .uws-header-contacts li i:hover,
    .uws-header-contacts li a:hover,
    .uws-header-contacts li:hover i,
    .uws-header-contacts li:hover a {
        color: #e31e24 !important;
    }

#header .header-logo img {
    max-width:100% !important;
    height:auto !important;
}

#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a > i {
    display: none !important;
}

.dropdown-toggle::after {
    display: none !important; 
}



@media only screen and (max-width: 991px) {
    .nav-pills .nav-link {
        color: #3C3C3C
    }
}

    @media only screen and (max-width: 556px) {
        .uws-header-address {
            display: none !important;
        }

        .uws-header-contacts {
            margin-top: 7px;
        }

            .uws-header-contacts li {
                margin-bottom: 7px !important;
                margin-right: 0px !important;
                width: 49%;
            }

            .uws-header-contacts .uws-header-li-search-products {
                width: 100%;
            }

            .uws-header-contacts .uws-header-email {
                text-align: right !important;
            }

            .uws-header-contacts li.uws-header-email i {
                float: none;
            }

            .uws-header-contacts .uws-header-search-products {
                text-align: center;
                width: 100%;
            }

            .uws-header-contacts li,
            .uws-header-contacts li a,
            .uws-header-contacts li i {
                font-size: 17px;
            }

        #header .uws-header-div-logo,
        #header .uws-header-div-logo .header-row,
        #header .header-logo {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

        /*#header.header-effect-shrink,
    #header .header-body {
        min-height: 231px !important;                         
        height: 231px !important;
        max-height:231px !important;
    }*/
    }

    @media only screen and (max-width: 299px) {

        .uws-header-contacts {
            margin-top: 7px;
        }

            .uws-header-contacts li {
                margin-bottom: 7px !important;
                margin-right: 0px !important;
                width: 100%;
                text-align: left
            }

            .uws-header-contacts .uws-header-email {
                text-align: left !important;
            }

            .uws-header-contacts li.uws-header-email i {
                float: left;
                margin-top: 3px;
            }

            .uws-header-contacts .uws-header-search-products {
                text-align: left;
            }

            .uws-header-contacts li,
            .uws-header-contacts li a,
            .uws-header-contacts li i {
                font-size: 17px;
            }

                .uws-header-contacts li.uws-li-header-email {
                    display: none;
                }

        #header .header-logo {
            margin: 0px 0;
        }

        #header.header-effect-shrink .header-container {
            min-height: 35px;
        }

        #header .header-container.container.bg-color-light .header-row {
            display: block;
            flex-grow: initial;
            align-self: initial;
            align-items: initial;
            width: 100%;
            max-width: 100%;
        }

        #header .uws-header-div-logo,
        #header .uws-header-div-logo .header-row,
        #header .header-logo {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

            #header .header-logo img {
                max-width: 80% !important;
                height: auto;
            }

        #header .header-btn-collapse-nav {
            margin: 0 0 0 8px;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 380px) {
        .uws-header-contacts {
            margin-top: 7px;
        }

            .uws-header-contacts li {
                margin-bottom: 7px !important;
                margin-right: 0px !important;
                width: 100%;
                text-align: left
            }

            .uws-header-contacts .uws-header-email {
                text-align: left !important;
            }

            .uws-header-contacts li.uws-header-email i {
                float: left;
                margin-top: 3px;
            }

            .uws-header-contacts .uws-header-search-products {
                text-align: left;
            }

            .uws-header-contacts li,
            .uws-header-contacts li a,
            .uws-header-contacts li i {
                font-size: 17px;
            }

                .uws-header-contacts li.uws-li-header-email {
                    display: none;
                }

        #header .header-logo {
            margin: 0px 0;
        }

        #header.header-effect-shrink .header-container {
            min-height: 35px;
        }

        #header .header-container.container.bg-color-light .header-row {
            display: block;
            flex-grow: initial;
            align-self: initial;
            align-items: initial;
            width: 100%;
            max-width: 100%;
        }

        #header .uws-header-div-logo,
        #header .uws-header-div-logo .header-row,
        #header .header-logo {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

        #header .uws-header-div-menu .header-nav {
            display: block;
            align-items: center;
        }

        #header .header-logo img {
            max-width: 80% !important;
            height: auto;
        }

        #header .header-btn-collapse-nav {
            margin: 0 0 0 0px;
        }
    }

    @media only screen and (min-width: 338px) and (max-width: 556px) {


        .uws-header-contacts,
        .uws-header-contacts ul {
            width: 100%;
            max-width: 100%;
            display: block;
        }

        .header-column-search {
            width: 30%;
            padding-right: 15px;
        }

        #header .header-logo img {
            max-width: 250px;
            height: auto;
        }

        .uws-header-div-logo,
        .uws-header-div-logo .header-row,
        #header.header-effect-shrink .header-logo {
            width: 250px;
            max-width: 250px;
        }
    }

    @media only screen and (max-width: 386px) {
        #header .header-btn-collapse-nav {
            margin: 0 0 0 0px;
            position: absolute;
            right: 15px;
            top: -59px
        }

        #header .header-column.uws-header-div-basket,
        #header .header-column.uws-header-div-basket .header-row,
        #header .header-column.uws-header-div-menu .header-nav-features .uws-icon-basket {
            display: inline-block;
            align-self: initial;
            align-items: initial;
            flex-grow: initial;
            flex-direction: initial;
            width: 13%;
            max-width: 13%;
            float: right;
            margin-top: 25px;
            text-align: left;
            position: absolute;
            right: 9px;
        }

        #header .header-column.uws-header-div-menu,
        #header .header-column.uws-header-div-menu .header-nav-features {
            display: inline-block;
            align-self: initial;
            align-items: initial;
            flex-grow: initial;
            flex-direction: initial;
            width: 20%;
            max-width: 20%;
            float: right;
        }

        #header.header-effect-shrink,
        #header .header-body {
            min-height: 150px !important;
            height: 150px !important;
            max-height: 150px !important;
            padding-top: 10px
        }

            .uws-header-div-logo,
            .uws-header-div-logo .header-row,
            #header.header-effect-shrink .header-logo {
                margin-top: 5px;
            }

        .uws-header-contacts .uws-header-li-search-products {
            padding-bottom: 10px
        }
    }

    @media only screen and (min-width: 557px) and (max-width: 767px) {
        .uws-header-address {
            display: none !important;
        }

        .header-column-search {
            width: 30%;
            padding-right: 15px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .header-column-search {
            width: 30%;
            padding-right: 15px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        #header .header-logo img {
            max-width: 275px;
            height: auto;
        }

        .uws-header-div-logo,
        .uws-header-div-logo .header-row,
        #header.header-effect-shrink .header-logo {
            width: 275px;
            max-width: 275px;
        }

        #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
            padding: 0 9px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        #header .header-logo img {
            max-width: 285px;
            height: auto;
        }

        .uws-header-div-logo,
        .uws-header-div-logo .header-row,
        #header.header-effect-shrink .header-logo {
            width: 285px;
            max-width: 285px;
        }

        #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
            padding: 0 10px;
        }
    }

    /* header search */
    .uws-icon-search {
        margin-right: 12px;
        vertical-align: middle;
        margin-top: 5px;
    }


    @media only screen and (min-width: 1919px) {
        .header-nav-features-search-reveal-big-search .input-group .form-control {
            height: 42px;
            min-height: 42px;
            max-height: 42px;
        }
    }



    /* header basket */
    .uws-icon-basket {
        vertical-align: middle;
        margin-top: 5px;
    }

    /* sidebar column search */
    .uws-sidebar-column .sidebar form input {
        font-size: 17px !important;
    }


    /* eshop */
    .uws-eshop-basket-content {
        margin-top: 18px;
        margin-right: 19px;
        vertical-align: middle
    }

    .uws-eshop-item {
        margin-bottom: 22px;
    }

    .item-availability {
        margin-bottom: 9px;
    }

        .item-availability.item-no {
            color: red;
            font-weight: 600;
            font-size: 17px;
            color: red;
        }

        .item-availability.item-yes {
            color: green;
            font-weight: 600;
            font-size: 17px;
            color: green;
        }

@media only screen and (max-width: 575px) {
    #eshop-detail-designLeft .item-availability.item-no > strong > span,
    #eshop-detail-designLeft .item-availability.item-yes > strong > span {
        text-indent: 15px;
        display: inline-block;
    }
}

@media only screen and (max-width: 375px) {
    #eshop-detail-designLeft .item-availability.item-no > strong > span,
    #eshop-detail-designLeft .item-availability.item-yes > strong > span {
        text-indent: 20px;
        display: inline-block;
    }
}

@media only screen and (max-width: 255px) {
    #eshop-detail-designLeft .item-availability.item-no > strong > span,
    #eshop-detail-designLeft .item-availability.item-yes > strong > span {
        text-indent: initial;
        display: inline;
    }
}

@media only screen and (min-width: 410px) and (max-width: 575px) {
    #eshop-detail-designLeft .item-availability.item-no > strong > span,
    #eshop-detail-designLeft .item-availability.item-yes > strong > span {
        text-indent: initial;
        display: inline;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-eshop-item .item-availability.item-no > span {
        text-indent: 15px;
        display: inline-block;
    }

    .uws-eshop-item .item-availability.item-yes > span {
        text-indent: 20px;
        display: inline-block;
    }
}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uws-eshop-basket-content {
            margin-top: 12px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .uws-eshop-basket-content {
            margin-top: 12px;
        }
    }

@media only screen and (min-width: 1200px) {
    .uws-eshop-item .item-availability.item-no > span {
        text-indent: 15px;
        display: inline-block;
    }

    .uws-eshop-item .item-availability.item-yes > span {
        text-indent: 20px;
        display: inline-block;
    }
}


@media only screen and (min-width: 576px) {
    .uws-eshop-item .item-availability {
        height:46px;
        overflow:hidden;
    }
}

    /* eshop list */
    .uwsGoodsArentInStock .product-thumb-info-image img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .uwsGoodsArentInStock .price,
    .uwsGoodsArentInStock .price .sale,
    .uwsGoodsArentInStock .price .amount,
    .uwsGoodsArentInStock h3,
    .uwsGoodsArentInStock h3 a {
        color: grey !important;
    }

    /* eshop detail */
    .uwsGoodsArentInStockED .thumb-gallery-wrapper img,
    .uwsGoodsArentInStockED .zoomWindowContainer {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .uwsGoodsArentInStockED .thumb-gallery-wrapper img {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    #eshop-detail-designLeft .owl-carousel .product-thumb-info-badges-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 3;
    }

        #eshop-detail-designLeft .owl-carousel .product-thumb-info-badges-wrapper .badge + .badge {
            margin-top: 5px;
        }

    .summary.entry-summary ul > br {
        display: none !important
    }

    .thumb-gallery-detail.owl-carousel,
    .thumb-gallery-detail.owl-carousel:hover {
        border: 2px solid #f7f7f7;
    }



    /* download */
    .uws-download-files .file-content .file-icon {
        position: relative;
        margin-right: 5px;
        display: inline-block;
        margin-top: -2px;
        float: left
    }

    .uws-download-files .file-content a {
        color: #444444;
    }

    .uws-download-files td:first-child {
        width: 90%;
        max-width: 90%;
    }


    @media only screen and (max-width: 1024px) {
        .uws-download-files td:first-child {
            width: 100%;
            max-width: 100%;
        }
    }


    .uws-home-banner-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    html #header .header-body {
        border-bottom-color: rgba(234, 234, 234, 0.5);
        box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    }

    .owl-carousel .imageBox:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg,rgba(51,53,64,.35),rgba(51,53,64,.15));
        bottom: 0;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .owl-carousel .slide-captions {
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        top: 15%;
        /*top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
        width: 100%;
        max-width: 100%;
    }

    .owl-carousel #slide1 .slide-captions {
        text-align: right;
    }

    .owl-carousel .slide-captions h2 {
        font: 49px/30px "Dosis", Arial;
        letter-spacing: 1px;
        color: #e31e24;
        margin-bottom: 10px;
        font-weight: 300;
        text-shadow_: 1px 1px 1px black;
        margin-top: 0px
    }

    .owl-carousel .slide-captions p {
        font: 27px/28px "Dosis", Arial;
        color: white;
        font-weight: 300;
        text-shadow: 1px 1px 1px #3c3c3c;
        margin-bottom: 20px;
    }

    .owl-theme .owl-dots .owl-dot span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: white;
        border: solid black 1px
    }

    .owl-theme .owl-dots .owl-dot.active span {
        border-color: #e31e24;
    }

    .owl-theme .owl-dots .owl-dot.active:hover span {
        background: #e31e24;
        border-color: #e31e24;
    }

    @media only screen and (max-width: 767px) {

        .owl-carousel .slide-captions h2 {
            font-size: 25px;
            line-height: 27px;
            margin-bottom: 8px;
            max-width: 100%;
            text-shadow: 1px 1px 1px black;
            font-weight: 500
        }

        .owl-carousel .slide-captions p {
            font-size: 19px;
            line-height: 24px;
            margin-bottom: 8px;
            max-width: 100%;
            text-shadow: 1px 1px 1px black;
            color: white;
            font-weight: 500
        }

        .owl-carousel .slide-captions p {
            margin-bottom: 10px;
        }

        .owl-carousel .owl-nav {
            display: none;
        }

        .owl-carousel .imageBox:after {
            background: linear-gradient( 90deg,rgba(51,53,64,.39),rgba(51,53,64,.25));
        }

        .owl-carousel .slide-captions {
            padding-left: 15px;
            padding-right: 15px;
            position: absolute;
            top: 5%;
            left: 0%;
        }
    }

    @media only screen and (max-width: 575px) {
        .owl-carousel .slide-captions {
            width: 100%;
        }

            .owl-carousel .slide-captions h2 {
                font-size: 32px;
                line-height: 37px;
                margin-bottom: 8px;
                max-width: 100%;
                text-shadow: 1px 1px 1px black;
                font-weight: 500
            }

            .owl-carousel .slide-captions p {
                font-size: 25px;
                line-height: 30px;
                margin-bottom: 8px;
                max-width: 80%;
                text-shadow: 1px 1px 1px black;
                color: white;
                font-weight: 500
            }

        .owl-carousel #slide1 .slide-captions {
            text-align: left;
        }


        .btn-outline {
            border-width: 2px;
            padding: 4px 5px;
        }

        .owl-carousel {
            margin-top: 0px;
        }

        .uws-slide .imageBox a img {
            display: none !important;
        }

        .uws-slider-aboutUs-col .uws-slide .imageBox a img {
            display: initial !important;
        }

        .uws-slide#slide1 .imageBox:before {
            background-image: url('/uws_images/design/slides/imes-icore_600x400.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: block;
            width: 600px;
            height: 400px;
            position: relative;
            content: "";
        }

        .uws-slide#slide2 .imageBox:before {
            background-image: url('/uws_images/design/slides/bredent-medical_600x400.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: block;
            width: 600px;
            height: 400px;
            position: relative;
            content: "";
        }

        .uws-slide#slide3 .imageBox:before {
            background-image: url('/uws_images/design/slides/renfert_600x400.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            display: block;
            width: 600px;
            height: 400px;
            position: relative;
            content: "";
        }

        .uws-home-banner-section {
            margin-bottom: 24px !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .owl-carousel .slide-captions h2 {
            font-size: 25px;
            line-height: 31px;
            margin-bottom: 10px;
            text-shadow: 1px 1px 1px black
        }

        .owl-carousel .slide-captions p {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 15px;
            max-width: 80%;
            text-shadow: 1px 1px 1px black
        }

        .owl-carousel #slide1 .slide-captions,
        .owl-carousel #slide1 .slide-captions p {
            text-align: right;
        }

        .owl-carousel .slide-captions p > br {
            display: none;
        }

        .owl-carousel .owl-nav {
            display: none;
        }
    }

    @media only screen and (max-width: 991px) {
        .uws-home-banner-section {
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {

        .owl-carousel .slide-captions h2 {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 8px;
            margin-top: 20px;
            max-width: 100%;
            text-shadow: 1px 1px 1px black;
            font-weight: 500;
        }

        .owl-carousel .slide-captions p {
            font-size: 27px;
            line-height: 32px;
            margin-bottom: 0px;
            max-width: 80%;
            text-shadow: 1px 1px 1px black;
            color: white;
            font-weight: 500
        }

            .owl-carousel .slide-captions p > br {
                display: none;
            }

        .owl-carousel .owl-nav {
            display: none;
        }
    }



    /* motto */
    @media only screen and (max-width:767px) {

        .uws-motto {
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }
    }

    /* about us + news + slider */
    .uws-slider-aboutUs-col {
        padding-right: 0px;
    }

    .uws-card-aboutUs-col {
        padding-left: 0px;
    }

        .uws-card-aboutUs-col p {
            line-height: 23px;
            font-size: 21px;
            margin-bottom: 5px;
        }

        .uws-card-aboutUs-col .card {
            border: none;
        }

            .uws-card-aboutUs-col .card img,
            .card img {
                border-radius: initial;
            }

            .uws-card-aboutUs-col .card h4 a {
                color: #404040
            }

    .uws-slider-aboutUs-col .owl-carousel .slide-captions {
        top: 19%;
        left: 5%;
        max-width: 50%
    }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions h2 {
            font: 49px/30px "Dosis", Arial;
            line-height: 55px;
            letter-spacing: 1px;
            color: #e31e24;
            margin-bottom: 10px;
            font-weight: 500;
            width: 50%;
            max-width: 50%;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions p {
            font: 27px/28px "Dosis", Arial;
            color: white;
            font-weight: 300;
            text-shadow: 1px 1px 1px #3c3c3c;
            margin-bottom: 35px;
            width: 50%;
            max-width: 50%;
            line-height: 33px;
        }

    @media only screen and (max-width:767px) {

        .uws-slider-aboutUs-col {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 20px;
        }

        .uws-card-aboutUs-col {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-slider-aboutUs-col,
        .uws-card-aboutUs-col {
            padding-left: 12px;
            padding-right: 12px;
        }

        .uws-news {
            margin-top: 0px !important;
            margin-bottom: 25px !important;
            padding-bottom: 0px !important;
        }
    }

    @media only screen and (max-width:575px) {
        .uws-slider-aboutUs-col .owl-carousel .slide-captions h2 {
            font: 35px/30px "Dosis", Arial;
            line-height: 40px;
            margin-bottom: 0px;
            margin-top: 15px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions p {
            font-size: 22px;
            margin-bottom: 0px;
            width: 80%;
            max-width: 80%;
            line-height: 29px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions {
            top: 10%;
            left: 5%;
            max-width: 60%
        }
    }

    @media only screen and (max-width:370px) {
        .uws-slider-aboutUs-col .owl-carousel .slide-captions h2 {
            font-size: 29px;
            line-height: 34px;
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions p {
            font-size: 19px;
            margin-bottom: 0px;
            width: 80%;
            max-width: 80%;
            line-height: 24px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions {
            top: 10%;
            left: 5%;
            max-width: 75%
        }
    }


    @media only screen and (max-width:300px) {

        .uws-slider-aboutUs-col .owl-carousel .slide-captions p {
            display: none;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {

        .uws-slider-aboutUs-col .owl-carousel .slide-captions h2 {
            font: 35px/30px "Dosis", Arial;
            line-height: 40px;
            margin-bottom: 0px;
            margin-top: 15px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions p {
            font-size: 22px;
            margin-bottom: 0px;
            width: 80%;
            max-width: 80%;
            line-height: 29px;
        }

        .uws-slider-aboutUs-col .owl-carousel .slide-captions {
            top: 10%;
            left: 5%;
            max-width: 60%
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .uws-slider-aboutUs-col {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 20px;
        }

        .uws-card-aboutUs-col {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-slider-aboutUs-col {
            padding-right: 15px;
            padding-left: 15px;
        }

        .uws-card-aboutUs-col {
            padding-left: 15px;
            padding-left: 15px;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uws-card-aboutUs-col .card-body {
            padding: 15px;
            min-height: 276px;
            height: 276px;
        }

            .uws-card-aboutUs-col .card-body h4 {
                font-size: 21px !important;
                margin-bottom: 7px !important;
            }

            .uws-card-aboutUs-col .card-body p {
                font-size: 15.5px !important;
                margin-bottom: 7px !important;
                padding-bottom: 0 !important;
            }

        .uws-slider-aboutUs-col {
            flex: 0 0 auto;
            width: 70%;
        }

        .uws-card-aboutUs-col {
            flex: 0 0 auto;
            width: 30%;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .uws-card-aboutUs-col .card-body {
            padding: 15px;
            min-height: 326px;
            height: 326px;
        }

            .uws-card-aboutUs-col .card-body h4 {
                font-size: 25px !important;
            }

            .uws-card-aboutUs-col .card-body p {
                font-size: 19px !important;
                margin-bottom: 19px !important;
            }

        .uws-slider-aboutUs-col {
            flex: 0 0 auto;
            width: 70%;
        }

        .uws-card-aboutUs-col {
            flex: 0 0 auto;
            width: 30%;
        }
    }

    @media only screen and (min-width: 1600px) {
        .uws-card-aboutUs-col .card-body {
            padding: 20px;
            min-height: 298px;
            height: 298px;
        }
    }

    /* news */

    @media only screen and (max-width: 767px) {
        /*.uws-card-new-col h4,
    .uws-card-new-col h4 a{
        font-size: 23px;
        line-height: 28px;
    }*/
    }

    @media only screen and (max-width: 575px) {
        .uws-card-new-col {
            margin-bottom: 28px;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .uws-card-new-col {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 28px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        .uws-card-new-col {
            flex: 0 0 auto;
            width: 50%;
            margin-bottom: 25px;
        }
    }

    @media only screen and (min-width: 992px) {
       /* .uws-card-new-col .card-text {
            height: 73px;
            overflow: hidden;
        }*/
    }

@media only screen and (min-width: 768px) {
    .uws-card-new-col .card-text {
        height: 73px;
        overflow: hidden;
    }

    .uws-card-new-col .card-title {
        height: 56px;
        overflow: hidden;
    }
}

/* eshop detail */
.uws-layout-detail .post-content .UWS_tags_link {
    background: #e31e24;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    margin-right: 10px;
    border: solid #e31e24 1px;
    margin-bottom: 10px;
    display: inline-block;
}

    .uws-layout-detail .post-content .UWS_tags_link:hover {
        background: transparent;
        color: #e31e24;
        border: solid #e31e24 1px;
        font-weight: bold;
        text-decoration: none;
    }

    /* submenu photo */
    @media only screen and (min-width: 768px) {

        .uws-graphics-submenu .card-body {
            padding: 20px 24px 18px;
            position: relative;
            z-index: 1;
        }

            .uws-graphics-submenu .card-body h3 {
                height: 64px;
                overflow: hidden;
            }

        .uws-graphics-submenu.uws-graphics-submenu-setting .card-body h3 {
            height: initial;
            overflow: initial;
        }
    }

    /* form */
.custom-select-1:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    top: 53.5%;
    right: 14px;
    color: #212530;
    font-weight: 900;
    font-size: 0.9em;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}

.uws-vars-type .UWS_shop_items_vars {     
     /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    border-color: rgba(0,0,0,.09);
    font-size: .8em!important;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    height: auto!important;
    transition: none;
    display: block;
    width: 48%;
    padding: 0.375rem 0.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5; 
    border-radius:3px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    float:left;
    margin-right:6px
    }

.uws-vars-type .UWS_shop_items_vars:last-child {     
    margin-right:0px
    }

/*.custom-select-2:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    top: 56.2%;
    left: 154px;
    color: #212530;
    font-weight: 900;
    font-size: 0.9em;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}

.custom-select-2:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: block;
    top: 56.2%;
    right: 65px;
    color: #212530;
    font-weight: 900;
    font-size: 0.9em;
    pointer-events: none;
    transform: translate3d(0, -50%, 0);
}*/

/* kontakt */
@media only screen and (min-width: 575px) and (max-width: 767px) {
    .uws-contactInfo1,
    .uws-contactInfo2,
    .uws-contactInfo3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .uws-contactInfo1,
    .uws-contactInfo2,
    .uws-contactInfo3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .uws-contactInfo1,
    .uws-contactInfo2,
    .uws-contactInfo3 {
        margin-bottom: 0 !important;
    }
}



    /* footer */
    @media only screen and (max-width: 767px) {
        .uws-footer-services,
        .uws-footer-interest,
        .uws-footer-contacts,
        .uws-footer-socials {
            flex: 0 0 auto;
            width: 50%;
        }

        .uws-footer-services,
        .uws-footer-interest {
            padding-top: 0px !important;
            margin-bottom: 20px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uws-footer-services,
        .uws-footer-interest,
        .uws-footer-contacts {
            flex: 0 0 auto;
            width: 33.33333333334%;
        }

        .uws-footer-socials {
            flex: 0 0 auto;
            width: 100%;
        }

        .uws-footer-services,
        .uws-footer-interest,
        .uws-footer-contacts {
            padding-top: 0px !important;
            margin-bottom: 20px;
        }
    }



    /* footer - copy */
    #footer .footer-copyright a:not(.btn):not(.no-footer-css) {
        color: white;
        transition: all 0.1s ease-in-out;
        /*text-decoration: underline*/
    }

    #footer a:hover {
        color: #e31e24;
    }

    #footer .footer-contacts a,
    #footer .footer-aboutUs a {
        text-decoration: underline
    }

        #footer .footer-contacts a:hover,
        #footer .footer-aboutUs a:hover {
            text-decoration: none
        }

    #footer .footer-copyright a {
        text-decoration: underline
    }

        #footer .footer-copyright a:hover {
            text-decoration: none
        }

    .uws-layout-home #footer .footer-copyright .copy2.copy2 span,
    #footer .footer-copyright .copy2,
    #footer .footer-copyright .copy2 a {
        color: white !important;
    }

        .uws-layout-home #footer .footer-copyright .copy2.copy2 span a:hover,
        #footer .footer-copyright .copy2 a:hover {
            color: white !important;
        }

        #footer .footer-copyright .copy2 a {
            color: white !important;
            text-decoration: underline;
        }

        .uws-layout-home #footer .footer-copyright .copy2.copy2 span:before {
            content: "\f0fa";
            font-family: 'Font Awesome\ 5 Free';
            font-weight: bold;
            font-style: normal;
            margin-right: 5px;
            vertical-align: middle;
            margin-top: -3px;
            display: inline-block
        }

    #footer .copyright-text span a,
    #footer .copyright-text a {
        text-decoration: underline !important;
    }

    #footer .copyright-text .btn-white {
        text-decoration: none !important;
    }



    #footer .copyright-text span a:hover,
    #footer .copyright-text a:hover {
        text-decoration: none !important;
    }
