footer.site-footer {
    background-color: #3d3d3d;
    color: #fff;
    padding-top: 80px;
}

footer.site-footer a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer.site-footer .logo {
    width: 170px;
}

footer.site-footer .logo24 {
    width: 210px;
    margin-bottom: 20px;
}

footer.site-footer .footer-menu {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

footer.site-footer .footer-menu li {
    margin-bottom: 20px;
    position: relative;
}

footer.site-footer .foot {
    width: 80%;
    padding: 20px 0 60px;
}

.brands-logos {
    width: 100%;
}


/*logowanie*/


.bg-grey2 {
    background: #F7F7F7;
    color: black;
}

.bg-dark2 {
    background: #3D3D3D;
    color: white;
}

/*#panel-logowanie .div{*/
/*    gap: 1rem;*/
/*    width: 80%;*/
/*}*/


.articles-list a article {
    background-color: #fff;
    display: flex;
    color: #000;
}

.articles-list a:hover img {
    transition: .6s all;
    transform: scale(1.08);
}

.news-box {
    /*background: white;*/
    /*padding: 25px 15px;*/

}

.news-list2 article a .category {
    background-color: #c6c6c6;
    font-weight: bold;
    font-size: 22px;
    color: black;
    padding: 2px 15px 2px 30px;
    margin-left: -25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.news-list2 article .h2 a {
    font-size: 20px;
    color: black;
    text-decoration: none;
}


.news-slider article a p, .news-list2 article a p {
    font-size: 13px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 95px;

    text-decoration: none;
}


.news-list2 article a button {
    font-size: 18px;
    font-weight: bold;
    color: #1c9dd9;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.news-list2 article a .date {
    opacity: .5;
    font-size: 13px;
    color: grey;
}

@media (max-width: 991.98px) {
    .navbar {
        padding-top: 0;
    }

    .navbar .menu {
        padding: 1rem 0;
        height: 60px;
    }
}

@media (max-width: 1350px) {
    .outer-arrows .slick-arrow.slick-next {
        right: 0.5rem;
    }

    .outer-arrows .slick-arrow.slick-prev {
        left: 0.5rem;
    }

    .type2-arrows .slick-arrow {
        margin-top: -200px;
    }

    .navbar-nav {
        /*margin-left: 5px;*/
        background: #e5e4e4;
        /*font-size: 1.5rem;*/
    }

    a .dropdown-item .nav-item-left {
        color: #7d7d7d;
    }

    ul .dropdown-menu .dropdown-right {
        background: #3D3D3D;
        color: #7d7d7d;
        /*font-size: 1.5rem;*/
    }

    ul .dropdown-menu .nav-item-left {
        color: #7d7d7d;
    }

    .nav-item {
        padding: 2px 0px 2px 10px;
    }

    .nav-item-right {
        background: #3D3D3D;
    }

    #navbarSupportedContent ul li.dropdown a .mobile-menu-icon i {
        font-size: 17px;
    }

    ul.dropdown-menu.dropdown-left.show {
        background: #EFEFEF;
        /*font-size: 1.5rem;*/
    }

    ul.dropdown-menu.dropdown-right.show {
        background: #3D3D3D;
        /*font-size: 1.5rem;*/
    }

    .navbar-nav .nav-item.nav-item-right .nav-link {
        color: #EFEFEF !important;
    }

    .navbar .dropdown-menu.dropdown-right .dropdown-item {
        color: #EFEFEF !important;
    }

    .mobile-menu-icon {
        margin-right: 15px;
        float: right;
    }

    .img-wrap {
        max-width: 100%;
        height: auto;
    }

    .products-view-grid .products, #similar-products .products-view-grid .products {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-info-details-right-border {
        border-left: 0;
    }

    .product-info-details-right-border > div {
        padding-left: 0;
    }
}

@media (min-width: 991px) {
    .img-wrap {
        max-width: 100%;
        height: auto;
    }
}


@media screen and (min-width: 992px) {
    .dropdown-focus {
        content: "";
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top:0;
        background-color: rgba(0,0,0,.2);
        display: none;
        z-index: 1;
    }

    .dropdown-focus-con.active .dropdown-focus {
        display: block;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-link[role="button"] i {
        margin-left: 2px;
        font-size: 17px;
    }

    .nav-link[role="button"] i.fa-caret-down {
        display: inline-block;
    }

    .nav-link[role="button"] i.fa-caret-up {
        display: none;
    }

    .nav-link[role="button"]:hover i.fa-caret-down {
        display: none;
    }

    .nav-link[role="button"]:hover i.fa-caret-up {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav-link[role="button"] i {
        font-size: 14px;
    }

    .navbar .menu .navbar-nav .nav-item .nav-link {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (min-width: 1200px) {
    .nav-link[role="button"] i {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) {
    .navbar form.search-form--desktop {
        border-left: 1px solid #b2b2b2;
    }
}

@media screen and (max-width: 767px) {
    .products-view-grid .products, #similar-products .products-view-grid .products {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-info-footer-tabs > a {
        padding: 1rem 1rem;
    }

    #academySlider .slide .slide-child {
        min-height: 550px;
    }

    #homeSlider .slide .slide-child  {
        min-height: 600px;
    }

    .history div.image {
        display: block;
        margin: 0 auto 0 auto;
    }

    .news-single h1 {
        text-align: center;
    }

    #homeSlider .slide .slide-child {
        padding-top: 70px;
    }

    #shippingCost .costs-info {
        flex-direction: column;
    }

    #shippingCost .weight-column {
        width: 98%;
        padding: 10px 0 10px 0;
    }

    #shippingCost-options{
        flex-direction: column;
        border: 1px solid #EFEFEF;
    }
    #shippingCost-options .nav-item {
        width: 100%;
        border: 0;
        margin-bottom: 1px;
    }

    .category-filters {
        padding: 0 0 0 0;
        border-radius: 0;
        box-shadow: none;
    }

    .category-filters  #category-filters-response h4 {
        display: none;
    }

    #product-list-filter {
        display: inline;
    }

    .offer-section-head #product-list-limit-wrapper {
        display: none;
    }

    .offer-section-head .count-info {
        display: none;
    }

    .offer-section-head .switch-view {
        margin-top: 0;
    }

    #tradeLimit .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 478px) {
    .products-view-grid .products, #similar-products .products-view-grid .products {
        grid-template-columns: repeat(1, 1fr);
    }

    #homeSlider .slide .slide-child  {
        min-height: 700px;
    }

    #homeSlider .slick-dots {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    #homeSlider .slick-dots {
        bottom: 0;
        margin-bottom: .5rem;
    }

    #homeSlider .slick-dots button {
        transform: scale(0.7);
    }

    #homeSlider .slick-prev {
        transform: scale(0.5);
        left: 0;
    }

    #homeSlider .slick-next {
        transform: scale(0.5);
        right: 0;
    }
}

@media (max-width: 1000px) {
    .login-panel-leftside{
        width: 100%;
        height: 100%;
        border-radius: 4px;
        position: relative;
        padding: 20px 20px;
        margin-bottom: 3rem;
    }

    .login-panel-leftside-benefits ul{
        flex-direction: column;
    }

    .login-panel-leftside-benefits ul li{
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

    .login-panel-leftside-benefits ul li > span:first-child{
        flex: 0 0 30px;
    }

    .login-panel-leftside-benefits ul li svg{
        width: 25px !important;
        height: 25px !important;
    }

    .cky-revisit-bottom-left {
        bottom: 70px !important;
    }
}
