/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 768px) {
    .col-md-6.col-xs-2.price {
        margin-left: 15px;
    }
}
#header {
    background: #c8c8c8 !important;
}

.page-home .thumbnail-container {
    border: none;
}

.description-features {
/*    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
 */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    margin: 0px;
    padding: 20px 0;
}



.description-features img {
    width: 48px;
    height: auto;
}

.description-features span {
    font-size: 16px;
}

.brew-wrapper{
    width: 100%;
    background-color: #ab9666;
}

.brew-wrapper .description-features h4 {
    margin-top: 10px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: normal;
    color: #ffffff;
}

.brew-wrapper .description-features span {
    font-size: 14px;
    font-family: Montserrat;
}


.brew-icons{
    width: 64px !important;
    height: 64px !important;
}

@media(max-width: 768px){
    .brew-icons{
        width: 48px !important;
        height: 48px !important;
    }
    .brew-wrapper .description-features h4 {
        font-size: 12px;
    }

    .brew-wrapper .description-features span {
        font-size: 10px;
    }

}

.description-features div {
    align-items: center;
    text-align: center;
}
/*
@media (max-width: 768px) {
    .description-features {
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 15px;
        align-items: flex-end;
    }
    .description-features span {
        font-size: 12px;
    }

    .description-features img {
        width: 32px;
    }
}

 */
.product-description h2 {
    text-transform: uppercase;
    color: #006100;
    font-size: 24px;
}
.nav-product-description .active{
    color:#006100 !important;
}
.description-info{
    display: flex;
}
.description-info div{
    align-text: center;
}

.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

owl-carousel-tiles img{
    width: 100px;
}

owl-carousel-tiles-product img{
    width: 250px;
}
.owl-carousel
.owl-item img {
    width: auto !important;
}

.cms-buttons-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.faq_answer ol li{
    list-style: none alpha inside;
}
.faq_answer ul li{
    list-style: none circle inside;
}

/* Wpisy na blogu 
h2.blog-post{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

p.blog-post{
    text-align: justify;
}

.blog-post > a{
    text-align: center;
}
*/

.box{
    display:none;
}

.boxA{
    display: block;
}

.clicked{
    border-style: solid;
    border: 0px 0px 2px 0px;
    border-color: #816622;
}

.tabs_switch nav > ul > li > a{
    font-family: "Montserrat", sans-serif;
    color: #141414;
    font-size: 16px;
}

.tabs_switch nav > ul > li > a:hover{
    color: #816622 !important;
}

.tabs_switch nav > ul > li > a.elementor-item-active{
    font-weight: 600;
    color: #816622;
}

.tabs_switch nav > ul > li > a.elementor-item-active:after{
    background-color: #816622;
}

.tabs_switch nav > ul > li > a.elementor-item:hover:after{
    background-color: #816622;
}

.elementor-product-miniature .elementor-description {
    min-height: 40px;
}

.elementor-product-miniature .elementor-title {
    min-height: 40px;
}


.elementor-product-miniature .elementor-content {
    min-height: 150px;
}

.star-listing .star::after{
    font-size: 20px;
}
.products .product-title.product-listing a{
    font-family: Montserrat;
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    
}

.desc-listing {
    font-size: 12px;
    color: #141414;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 52rem;

}

.product-miniature{
    min-height: 480px;
}
.title-listing {
    height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 68px;
    overflow: hidden;
}

.star_content.star-listing.clearfix {
    min-height: 26px;
}

.product-price-and-shipping.price-listing .prange_price_price_from,
.product-price-and-shipping.price-listing .prange_price_price_to,
.product-price-and-shipping.price-listing .prange_price_to{
    font-size: 12px !important;
    font-weight: 400 !important;
}

.product-unit-price{
    font-family: "Montserrat";
    font-size: 12px;
}
.opis-produktu{
    font-size: 18px;
}
.opisp a{
    font-weight: 700;
}

.opisp a:hover{
    color: #816622;
}