/*Domyślne ustawienia*/

.ui-autocomplete .ui-menu-item .product-image
{
    width: 95px;
}
.object-blur
{
 /* filter: blur(7px);*/
}
.cky-btn 
{
	border-radius: 30px !important;
}
.cky-consent-container
{
  height: 100%;
 /* background: rgba(0,0,0,0.65);*/
}
.cky-consent-bar
{
  bottom: 0;
  left: 0;
  position: fixed;
}
body.modal-open
{
  overflow:none;
}
/*Domyślne ustawienia*/

/*Slider*/

@media (max-width: 780px) {
    .an_homeslider.an_homeslider-responsive .an_homeslider-desc>.container {
        justify-content: end !important;
    }
    .an_homeslider.an_homeslider-responsive .an_homeslider-desc>.container>p {
        font-size: 18px !important;
        margin: 0 0 12px 0 !important;
    }

    .an_homeslider.an_homeslider-responsive .an_homeslider-desc .btn-primary{
        display:block !important;
        margin-bottom: 25px;
    }
}

/*Slider*/

/*Banery*/

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    left: 0 !important;
    bottom: 0 !important;
}

.an_homeproducts-banner-default .an_homeproducts-banner-content .an_homeproducts-banner-textlink {
    display: none !important;
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p.h2 {
    color: #000000;
    text-transform: none !important;
    font-size: 22px !important;
    margin: 5px 0 10px 0 !important;
}

.an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content {
    position: static !important;
    padding: 0 !important;
}

.an_homeproducts-banner.an_homeproducts-banner-default.an_homeproducts-banner-overlay.col-sm-4 {
    margin-bottom: 0 !important;
}

div.h2.products-section-title {
    margin: 20px 0;
}

div.an_homeslider-block.an_homeslider-responsive.an_homeslider-hide-mobile.an_homeslider-hide-mobile-content.initialized {
    margin-bottom: 0 !important;
}

div.js-an_homeproducts-block.an_homeproducts-block {
    margin-bottom: 0 !important;
}

.featured-products.an_homeproducts-products.clearfix.mt-3.js-an_homeproducts-products {
    margin-top: 0 !important;
}

@media (max-width: 790px) {
    div.an_homeproducts-content.js-an_homeproducts-content.active div.row {
        display: flex;
        flex-wrap: wrap;
    }
    .an_homeproducts-banner.an_homeproducts-banner-default.an_homeproducts-banner-overlay.col-sm-4 {
        width: 49%;
    }

    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p.h2 {
        font-size: 18px !important;
        line-height: normal;
    }
    div.an_homeproducts.js-an_homeproducts div.an_homeproducts-container.js-an_homeproducts-container div.js-an_homeproducts-block.an_homeproducts-block div.h2.products-section-title span {
        padding: 0 !important;
    }
}
/*Banery*/

/*Cena za szt. produktu*/
div.row.product-mainblock.sticky-product-row div.col-md-6.productblock-content div.product-prices p.product-unit-price.sub {
    display: none !important;
}
/*Cena za szt. produktu*/

/*Ikony płatności w sekcji Serwis klienta*/

.payments__list--glasmo {
        list-style: none;
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 0;
    }
    .payments__list--glasmo li {
        margin-left: 10px;
    }
/*Ikony płatności w sekcji Serwis klienta*/


/*Szary border kolorów mebli*/

span.color.texture {
	border: 1px solid #d3d3d3 !important;
}

.product-actions .input-color:checked+span.color {
  border: 2px solid #5ca60d !important;
}

/*Szary border kolorów mebli*/

.delivery-glasmo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .delivery-glasmo__point {
        background-color: #000;
        color: #fff !important;
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        font-weight: 500;
        margin-right: 30px;
    }


.templateGlasmo__row {
        display: flex;
        flex-direction: column;
    }

    .templateGlasmo__row-left {
        flex-direction: column-reverse;
    }

    .templateGlasmo__content {
        padding: 14px 0;
        text-align: justify;
    }

    @media (min-width: 767px) {
        .templateGlasmo__row {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .templateGlasmo__col {
            flex: 50% 0;
        }

        .templateGlasmo__content {
            padding: 0 25px;
        }

        .templateGlasmo__col-img {
            display: flex;
            justify-content: center;
        }
    }

ul.nav.nav-tabs {
  margin-top: 20px !important;
}