/*!
Theme Name:   	Storefront Child
Theme URI:    	https://woocommerce.com/storefront
Author:         WooThemes
Author URI:     https://woocommerce.com/
Description:  	Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Template: storefront
Version:      	2.2.5
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/


@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');

img {
    border-radius: 0px;
}


    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
    {
        padding-left: 0px;
        padding-right:0px;
    }


.container .container .row {
    margin-left:0px;
    margin-right:0px;
}

body, p {
    font-family: lato, sans-serif;
    font-size:16px;
    word-wrap: normal;
}
@media (max-width:991px) {  
    body, p {
        font-size:16px;
    }
}


h1, h2 {
    font-family: oswald, sans-serif;
    font-size:45px;
    font-weight:bold;
  
        border:0px none;    
}

h1 {
    font-size:70px;
}
@media (max-width:991px) { 
    h1 {
        font-size:60px;
    }
}
@media (max-width:767px) { 
    h1 {
        font-size:45px;
    }
}

h3 {
    font-weight: 700;
    font-size: 25px;  
    color:#12a19a;
    margin-top: 40px;
    margin-bottom:40px;
    line-height: 1.3;
    border:0px none;    
}
@media (max-width:991px) {  
    h3 {
        font-weight: 700;
        font-size: 18px; 
    }
}

.site-header {
    border-bottom-color: #fff;
    padding-top: 0px;
    margin-bottom: 0px !important;
}

.site-header .site-branding {
    margin-right: 0px;
    padding-top:38px;
}

.storefront-primary-navigation {
    clear:none;
    float:right;
    padding:0px;
    margin:0px;
}
.main-navigation ul.nav-menu > li {
    position:relative;
}
.main-navigation ul.nav-menu > li > a {
    padding:5px;
    padding-left:9px;
    padding-right: 9px;
    text-transform: uppercase;
    color:#12a19a;
    font-weight:900;
    font-size: 14px;
}
.site-header ul.menu li.current-menu-item > a {
    color:#12a19a;
}

@media (min-width:1200px) {
    .site-header ul.menu li.current-menu-item > a {
        color:#12a19a;
    }
}

.main-navigation ul.nav-menu > li:first-child {
    margin-left: 0px;
}

.main-navigation {
    padding-top:38px;
}

@media (min-width:1200px) {
    .main-navigation .current-menu-item:after {
        position:absolute;
        display:block;
        content:'';
        z-index:9999;
        width:30px;
        height:10px;
        background:#12a19a;
        top:73px;
        left:50%;
        margin-left:-15px;
    }
}

.site-header-cart {
    background:#12a19a;
    padding:10px;
    color:#FFF;
    text-align:center;
    font-weight: 900;
    height:110px;
    padding-top:30px;
    font-size: 16px;
}

@media (max-width:767px) { 
    .site-header-cart { 
        display:none;
    }
}
.site-header-cart  a {
    color:#FFF;
    text-align:center;
    font-weight: 900;
    font-size: 13px;
}

.site-header-cart .cart-contents::after {
    display:none;
}

.site-header-cart .cart-contents {
   
    padding:0px;
    padding-left: 5px;
    color:#FFF;
}

.site-header-cart:hover .cart-contents span,
.site-header-cart:hover .cart-contents a
.site-header-cart .cart-contents a, 
.site-header-cart .cart-contents span {
    color:#FFF;
}

.col-full {
    max-width:1920px;
    padding:0px;
}

@media (max-width:991px) { 
    .col-full {
        margin:0px;
    }
}

.mobile991, .mobile767, .mobile1199 {
    display:none;
}

@media (max-width:1199px) { 
    .mobile1199 {
        display:block;
    }
    .desktop1199 {
        display:none;
    }
}

@media (max-width:991px) { 
    .mobile991 {
        display:block;
    }
    .desktop991 {
        display:none;
    }
}

@media (max-width:767px) { 
    .mobile767 {
        display:block;
    }
    .desktop767 {
        display:none;
    }
}


.najlepsza-kawa {    
    height:1070px;
    width: 100%;
    position: relative;  
    padding-bottom: 125px;
}
@media (max-width:1199px) {
    
    .najlepsza-kawa { 
        height:auto; 
        padding-bottom: 60px;
    }
}

.najlepsza-kawa .opakowanie img {
    max-width:458px;
    margin-left:-242px;
}

@media (min-width:992px) {  
    .najlepsza-kawa .opakowanie{
        padding-top:100px;
    }
}

@media (max-width:1199px) { 
    .najlepsza-kawa .opakowanie {
        padding-top:60px;
    }
    .najlepsza-kawa .opakowanie img {
        max-width: 100%;  
        margin-left:0px;        
    }
}
@media (max-width:767px) { 
    .najlepsza-kawa .opakowanie img {
        margin:auto;       
    }
}
@media (min-width:1200px) { 
    .najlepsza-kawa:after {
        content: '';
        display: block;
        background: url(assets/images/kawki/bg-section-opakowanie.jpg) no-repeat right bottom;
        position:absolute;
        right:0px;
        bottom:0px;
        width:350px;
        height:350px;
        z-index: 10;
    } 
}


@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 992px;
  }
}

.entry-header {
    display:none;
}


 
.wzt-social a {
    border-radius: 50%;
    color:#323232;
    width:50px;
    height:50px;
    display:block;
    background:#FFF;
    text-align:center;
    padding-top:10px;
    margin-top: 25px;
}
.wzt-social a .fa-2x {
    font-size: 30px;
}

.site-footer {
    background:#323232;
    padding-bottom: 0px;
    padding-top:0px;
    
}
.blog .site-footer  {
    margin-top:100px; 
} 

    .site-footer .container {  
        position: relative;
        background:transparent;
        padding-bottom:50px;
        padding-top:50px;
        padding-left:50px;        
    }

@media (min-width:992px) { 

    .site-footer .container {  
        position: relative;
        background: url(assets/images/kawki/footerozdobnik.png) no-repeat center bottom;
        padding-bottom:0px;
        padding-top:50px;
        padding-left:50px;
        min-height: 428px;
    }

    .site-footer .container:before { 
        content: '';
        display:block;
        background: url(assets/images/kawki/footer-over.jpg) no-repeat left bottom;
        width:189px;
        height:63px;
        position:absolute;
        top:-63px;
        left:0px;
        z-index:11;
    } 
    .site-footer .container:after { 
        content: '';
        display:block;
        background: #FFF url(assets/images/kawki/footer-left.jpg) no-repeat right bottom;
        width:670px;
        height:491px;
        position:absolute;
        top:-63px;
        left:-670px;
        z-index:11;
    } 
}
 

.site-footer h3 {
    color:#12a19a;
    font-weight: 700;
    text-transform: uppercase;
    font-size:25px;
    margin-top: 10px;
}

.footernav li {
    float:none;
}

.site-footer  .footernav li a {
    float:none;
    padding:0px;
    color:#FFF;
    font-size:25px;
    text-decoration: underline;
    line-height: 1.8;
}

.site-footer  .footernav li:hover, 
.site-footer  .footernav li a:hover {
    background: transparent;
}

.site-footer .wzt-footer-3,
.site-footer .wzt-footer-3 a {
    color:#FFF;
    font-size: 20px;
}

@media (max-width:767px) {  
    .site-footer .wzt-footer-3 {
        padding-top:50px;
    }
}

.under-header {
    background:#f0f0f0;
    display: block;
    height:40px;
    width:100%;
}

.woocommerce-breadcrumb  {
    display:none;
}

.under-logo {
    display:block;
    height:40px;
    width:300px;
    background: url(assets/images/kawki/under-logo.png) no-repeat left center;
}

.opakowanie-prawa {
    padding-top:80px;
}

.opakowanie-prawa h1 {
    font-size:70px;
    font-family: oswald, sans-serif;
    font-weight:700;
    line-height: 1.2;
    text-shadow: 5px 5px 5px rgba(150, 150, 150, 1);
}

@media (max-width:1199px) {  
    .opakowanie-prawa {
        padding-top:60px;
    }

    .opakowanie-prawa h1 {
        font-size:45px;
        text-shadow:none;
    }
}

@media (max-width:767px) { 
    .opakowanie-prawa {
        background:#FFF;
        text-align: center;
       
    }
}

.opakowanie-prawa div:first-child a { 
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    font-size: 25px;
    padding:45px;
    padding-top:4px;
    padding-bottom:4px;
    border:10px solid #12a19a;
    color:#12a19a;
    max-width:60%;    
    text-align:center;    
    text-transform: uppercase;
}
.opakowanie-prawa div:first-child a:hover {
    background:  #12a19a;
    color:#FFF;
}



.najlepsza-kawa .col-sm-7,
.opakowanie-prawa {
    z-index: 99;
}


.opakowanie-prawa > div:last-child {
    background:#f0f0f0;
    padding:50px;
   
    -webkit-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    -moz-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
}
@media (min-width:1199px) { 
    .opakowanie-prawa > div:last-child {
        margin-right:0px;
    }
}

@media (max-width:767px) { 
    .opakowanie-prawa > div:last-child {
        box-shadow: none;
    }
}

.opakowanie-prawa div:last-child {
    font-size: 18px;
    z-index: 11;
}
.opakowanie-prawa div:last-child  p {
    margin-bottom:4px;
}

.opakowanie-prawa div:last-child h2 {
    font-family: lato, sans-serif;
    font-size:25px;
    color:#12a19a;
    line-height: 1.4;
    font-weight:700;
} 

@media (max-width:1199px) {   
    .opakowanie-prawa div:first-child a { 
        font-size: 18px;
        border:5px solid;
    }
    .opakowanie-prawa div:last-child h2 {
        font-size:18px;
    }
    .opakowanie-prawa div:last-child {
        font-size: 14px; 
    }
}
.carousel-home .container {
    padding:0px;
}

.carousel-home .owl-item img { 
    width: 1050px;
    max-width: 1050px;
    margin-left:-430px;
    float:left;
    -webkit-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    -moz-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    margin-bottom: 100px;
} 



.carousel-home .owl-item {
    overflow:hidden;
}

.carousel-home p {
    display:inline;
}

.nawigacja_zew {
    position:relative;
    z-index:9999;
}
@media (min-width:1200px) {    
    .nawigacja_zew {
        margin-top:130px;
    }
    
    .nawigacja_zew:after  {
        position:absolute;
        top:-174px;
        left:0px;
        content:'';
        display:block;
        background: url(assets/images/kawki/ozdobnik-carousel.jpg) no-repeat left center;
        background-size:contain;
        width:379px;
        height:174px;        
    } 
}

@media (max-width:1199px) {    
    .carousel-home .owl-item img { 
        width: 100%;
        margin-left:0px;
        float:none;
        clear:both;
        box-shadow: none;
        margin-bottom: 30px;
    }
    .carousel-home h2 { 
         width: 100%;
         font-size:60px;
         text-align: center;
         padding:0px;
    }   
    .carousel-home .owl-item .container {
        width: 100%;
    }
}



.slogan {
    position:absolute;
    right:50px;
    top:35px;
    width:340px;
    z-index:999;
}
@media (max-width:1199px) {  
    .slogan {
        position:relative;
        right:auto;
        top:auto;
        text-align:center;
        padding-top:30px;
        width:100%;
        z-index:999;
        margin:auto;
    }
}

.slogan h2 {
    display: inline-block;
    font-size: 95px;
    font-weight: 700;
    font-family: oswald, sans-serif;
}

.nawigacja {
    position:absolute;
    right:50px;
    top:430px;
    width:200px;
}
@media (max-width:1199px) { 
    .nawigacja {
        position:absolute;
        left:0px;
        top:-90px;
        width:200px;
        display:none;
    }
    .slogan h2 {    
        font-size: 65px;
    }
}

@media (max-width:767px) { 
    .nawigacja {
        position:absolute;
        left:20px;
        top:-50px;
        width:200px;
    }
}

.nawigacja .left, 
.nawigacja .right {
    border: 10px solid #12a19a;
    width:70px;
    height:70px;
    display:inline-block;
    cursor:pointer;
    overflow:hidden;
    text-indent:-200px;
    background: url(assets/images/kawki/arrow-left.png) no-repeat center center;
} 

.nawigacja .right { 
    background: url(assets/images/kawki/arrow-right.png) no-repeat center center;
    margin-left:50px;
} 

@media (max-width:767px) { 
    .nawigacja .left, 
    .nawigacja .right {
        border: 5px solid #12a19a;
        width:40px;
        height:40px;
    }
    .nawigacja .right { 
        margin-left:20px;
    } 
}


.home-icons {
    padding-top:80px;
    position:relative;
}

@media (min-width:1200px) { 
    .home-icons:before {
        content:'';
        display:block;
        width:170px;
        height:360px;
        position:absolute;
        top:-270px;
        right:0px;
        background: url(assets/images/kawki/ozdobnik-prawa.png) no-repeat top right;
    }
}

.home-icons .col-sm-4 {
    text-align:center;
}

.home-icons .col-sm-4 > div > div > p:first-child {
    height:160px;
    text-align:center;
}
.home-icons .col-sm-4 > div > div > p:first-child img {
    margin:auto;
} 


.home-icons .col-sm-4 > div > div > p:last-child {
    color:#12a19a;
    font-weight:700;
    font-size:25px;
    padding-left:10%;
    padding-right:10%;
}

@media (min-width:1200px) { 
    .home-icons .col-sm-4:after {
        content:'';
        display:block;
        width:20px;
        height:20px;
        position:absolute;
        top:50px;
        right:-10px;
        background: url(assets/images/kawki/arrow-right.png) no-repeat center center;
    }
}

.home-icons .col-sm-4:last-child:after { 
    display:none;
}

.storefront-full-width-content .woocommerce-products-header {
    padding-top:100px;
    padding-bottom:25px;
    text-align:left;
    
}

.storefront-full-width-content .woocommerce-products-header h1 {
    font-family:oswald, sans-serif;
    font-weight:bold;
    text-transform:uppercase; 
}

.wzt-onsale {
    background:#12a19a;
    color:#FFF;
    border: 0px none transparent;
    font-size:19px;
    font-weight:bold;
    font-family:oswald, sans-serif;
    border-radius:0px;
}

.add_to_cart_button, .wzt-post-more {
    border: 5px solid #12a19a;
    padding:28px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:19px;
    font-weight:700;
    background:#FFF;
    color:#12a19a;
    text-transform:uppercase;        
}
@media (max-width:991px) { 
    .add_to_cart_button, .wzt-post-more {
        max-width: 100%; 
        padding:10px;
        font-size:16px;
    }
    
}

.wzt-post-more {
    border: 10px solid #12a19a;
    display:inline-block;    
}

.add_to_cart_button:hover,
.wzt-post-more:hover {
    background:#12a19a;
    color:#FFF;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
    font-size: 25px;
    font-weight: 700;
    color:#12a19a;
}

@media (min-width:768px) {
    ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
        min-height:70px;
    }
}

ul.products li.product .price {
    font-size:18px;
}

.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
    width: 18.62%;
    float: left;
    margin-right: 8.5%;    
}

ul.products li.product.product-category img  {
    display:none;
}

ul.products li.product.product-category {
    display: inline-block;
    float:none;
    clear:right    
}

ul.products li.product.product-category.first:after {
    clear:none;
}

.wzt-sel-cat a {
    float: left;
    display:block;
    padding-right: 15px;
    padding-top: 5px;
}

@media (max-width:991px) { 
    .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
        width: 20%;
        margin-right: 5%;    
    } 
}
@media (max-width:767px) { 
    .page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product, .page-template-template-homepage-php .site-main .columns-4 ul.products li.product, .storefront-full-width-content .site-main .columns-4 ul.products li.product {
        width: 100%;
        margin-right: 0px;   
    } 
}
ul.products li.product img {
    background:#fafafa;
    padding:5px;
}

.hentry.type-post .entry-content {
    width: 100%;
    float: none;    
    margin-right: 0;
}

.wzt-shop-wrapper .type-post {
    padding-left:70px;
    padding-right:70px;
}

.blog .wzt-shop-wrapper article  {
    width:100%;
    box-sizing: border-box;
    float:none;
    clear:none;
    vertical-align: top;
} 

@media (min-width:1200px) { 
    .blog .wzt-shop-wrapper article  {
        width:580px;      
    } 
}
@media (min-width:992px) { 
    .blog .wzt-shop-wrapper article  {
        width:470px;      
    } 
}


.blog .wzt-shop-wrapper article .entry-content {
    padding-bottom:90px;
    border-bottom:10px solid #f0f0f0;
}

.blog .wzt-shop-wrapper article h2.wzt-blog-title {
    position: relative;
    font-family: oswald, sans-serif;
    font-size:45px;
    font-weight:bold;
    text-transform: uppercase;
}

.blog .wzt-shop-wrapper article h2.wzt-blog-title:before {
    content: '';
    position:absolute;
    left:-80px;
    top:-60px;
    width:60px;
    height:60px;        
    background: url(assets/images/kawki/kawka_red.png) no-repeat center center;
    background-size:contain;
}
@media (min-width:992px) { 
    .blog .wzt-shop-wrapper article:nth-child(2) {
        margin-top:200px;
    }
}

.blog .wzt-shop-wrapper article:nth-child(odd) h2.wzt-blog-title:before {         
    background: url(assets/images/kawki/kawka_blue.png) no-repeat center center;
}

.wzt-blog-excerpt {
    padding-bottom: 50px;
}

.wzt-blog-header {
    display:none;
}

.blog .wzt-blog-header {
    display:block;
    background: url(assets/images/kawki/bg_blog_header.jpg) no-repeat top center;
    height:270px;    
    margin-bottom:100px;
}

.blog .wzt-blog-header .container {
    position: relative;
    padding-top:60px;
    height:100%;
}
.blog .wzt-blog-header .container h1 {
    z-index: 20;
    position:absolute;
    
}
.blog .wzt-blog-header .container:after {
    position:absolute;
    top:0px;
    left:48.5%;
    content:'';    
    display:block;
    width:80%;
    height:150%;
    background: url(assets/images/kawki/blog_after.png) no-repeat left top;  
    background-size:contain;
    z-index:10;
}

@media (max-width:992px) {   
    .blog .wzt-blog-header .container:after { 
        display: none;
    }
}

.wzt-blog-title-single {
    padding-left: 80px;
    margin-top:0px;
    width:40%;
    margin-bottom: 0px;
}
@media (max-width:991px) { 
    .wzt-blog-title-single {        
        width:100%;        
    }
}

.wzt-blog-date {
    padding-left: 80px;
    color:#12a19a;
    font-size:18px;
    margin-bottom: 55px;     
}

.blog-left {
    
}

.blog-left .row > div:first-child {
    padding-left:80px;
    padding-right:80px;
    background: url(assets/images/kawki/kawka_blue.png) no-repeat top left;
}

.blog-left .row > div:last-child img { 
    max-width:150%;
    -webkit-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    -moz-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    margin-bottom: 100px;
}

.blog-right {
    padding-top:60px;
}

.blog-right .row > div:last-child {
    padding-left:80px;
    padding-right:80px;   
}

.blog-right .row > div:first-child img { 
    max-width:120%;
    margin-left:-20%;
    -webkit-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    -moz-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    margin-bottom: 100px;
}
@media (max-width:991px) { 
    .blog .container .row {
        margin-left: 0px;
        margin-right: 0px; 
    }
    
    .blog-left .row > div:last-child img,
    .blog-right .row > div:first-child img  {
        max-width:100%;
        -webkit-box-shadow: none;
        -moz-box-shadow:none;
        box-shadow: none;
        margin:0px;
    }
}


.block-dark-wrapper {
    background:#323232;
    padding-top:100px;
    padding-bottom:100px;
}
.block-dark-wrapper .col-sm-5 {
    padding-right:160px;
}
@media (max-width:991px) { 
    .block-dark-wrapper .col-sm-5 {
        padding-right:30px;
    }
}

.block-dark-wrapper, .block-dark-wrapper p {
    color:#fff;
}

.blog h3 {
    font-weight: 700;
    font-size: 25px;  
    color:#12a19a;
    margin-top: 40px;
    margin-bottom:40px;
}
.crp-list {
    margin:0px;
}


.carousel-nasze-kawy {
    margin-bottom:70px;
}
@media (max-width:1199px) { 
    .carousel-nasze-kawy {
        padding:15px;
        padding-left:30px;
        padding-right:30px;
        margin-bottom:0px;
    }
}
@media (max-width:499px) { 
    .carousel-nasze-kawy {
        padding:15px;       
    }
}

.carousel-nasze-kawy .container {
    padding:0px;
}

.carousel-nasze-kawy .opis { 
    width: 55%;
    float:left;
}

.carousel-nasze-kawy .obrazek { 
    width: 100%;
}

.carousel-nasze-kawy  img { 
    float:right;
    width:45%;
}  
@media (max-width:991px) {
    .carousel-nasze-kawy  img { 
        float:none;
        width:70%;
        margin:auto;
    }     
}

@media (max-width:767px) {
    .carousel-nasze-kawy  img {        
        width:100%;       
    }   
}


.carousel-nasze-kawy  h1,
.carousel-nasze-kawy  h2, 
.carousel-nasze-kawy  h3,
.carousel-nasze-kawy  a {
    max-width:55%;
    display:inline-block;
    border:0px none;        
}

@media (max-width:991px) {  
    .carousel-nasze-kawy  h1,
    .carousel-nasze-kawy  h2, 
    .carousel-nasze-kawy  h3,
    .carousel-nasze-kawy  a {
        display:block;
        max-width:100%; 
    }
}



.carousel-nasze-kawy a, 
.kawy_b_header .kawy_b_lead a,
.kawy_b_zamow a {
    display:block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    background: #FFF;
    color: #12a19a;
    border:10px solid #12a19a;
    text-transform: uppercase; 
    width:220px;
    text-align:center;
}
@media (max-width:991px) {  
    .carousel-nasze-kawy a, 
    .kawy_b_header .kawy_b_lead a,
    .kawy_b_zamow a {
        border:5px solid #12a19a;
        font-size: 14px;
        width:180px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.carousel-nasze-kawy  h1 {
    text-shadow: 5px 5px 5px rgba(150, 150, 150, 1);
    margin-bottom: 30px; 
    margin-top: 100px; 
}

.carousel-nasze-kawy  h2 {
    text-shadow: 5px 5px 5px rgba(150, 150, 150, 1);
}

@media (max-width:991px) {  
    .carousel-nasze-kawy  h1 {
        text-shadow: none; 
        margin-top: 60px; 
        margin-bottom: 10px; 
    }
    .carousel-nasze-kawy  h2 {
        text-shadow: none;
        font-size:30px;
    }
}

.carousel-nasze-kawy  h3 {
    margin-top: 0px;
}

.single-product div.product {
    margin-top:100px;
}

.nasze-kawy-row .fsn-column-inner {
    padding-left:40px;
    padding-right:40px;
    padding-bottom:40px;
    margin-bottom:100px;
}
@media (max-width:1199px) { 
    .nasze-kawy-row .fsn-column-inner {
        padding-left:0px;
        padding-right:0px;
        padding-bottom:20px;
        margin-bottom:20px;
    }    
}

.nasze-kawy-row .fsn-column-inner a {
    text-indent: -2000px;
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    overflow: hidden;
    display: block;
} 

.nasze-kawy-row .fsn-column-inner h3 {
    margin-bottom:0px;
}

.nasze-kawy-row .fsn-column-inner  img {
    width:100%;
    border:10px solid #fafafa;
    margin:auto;
}

.nasze-kawy-row .fsn-column-inner:hover {
        background:#fafafa; 
}

@media (min-width:1199px) { 
    .nasze-kawy-row .fsn-column-inner:hover {    
        -webkit-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
        -moz-box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
        box-shadow: 25px 29px 65px -17px rgba(77,77,77,1);
    } 
}



.nasze-kawy-row .col-sm-4 {
    padding:10px;
}
@media (max-width:767px)  {  
    .nasze-kawy-row .col-sm-4 h3 { 
        font-size:18px;
        margin-top:15px;
    } 
}

@media (min-width:400px) and (max-width:767px) {  
    .nasze-kawy-row .col-sm-4 { 
        padding-left:30px;
        padding-right:30px;
    }
    .nasze-kawy-row .col-sm-4 img { 
        width:70%;
        margin:auto;
        border:0px none;       
    }
    
}

.kawy_b_header {
    position: relative;
    margin-top:50px;
    padding-bottom: 170px;
}
@media (max-width:991px) {
    .kawy_b_header {
       
        padding-bottom: 0px;
    }
}

.kawy_b_header .bg_kawy_b {
    position:absolute;
    z-index:10;
    right:0px;
    top:0px;    
}
@media (max-width:991px) {    
    .kawy_b_header .bg_kawy_b {
        display: none;
    }
}

.kawy_b_header .kawy_b_lead {
    position:relative;
    z-index:11; 
    width:80%;
    padding-top:70px;
    padding-left:40px;
}

@media (min-width:992px) { 
    .bg_kawy_b_row1_col1 {
        position:relative; 
        padding-top:65px;
    } 
}
@media (max-width:991px) {  
    .kawy_b_header .kawy_b_lead {
        position:relative;
        width:100%;
        padding-top:30px;
        padding-left:30px;
        padding-right:30px;
    }
}

.bg_kawy_b_row1_col1 .bg_kawy_b1 {
    display:block;
    position:absolute;
    z-index:10;
    right:30px;
    top:15px; 
    width:525px;
    height:685px;
    z-index:10;
} 


@media (max-width:991px) {
    .bg_kawy_b_row1_col1 .bg_kawy_b1 {
        position:relative;
        top:30px;
        width:100%;
        height:auto;
    }
    .kawy_b_row2 .col-sm-5, .kawy_b_row2 .col-sm-7 {
        padding-left:30px;
        padding-right:30px;
    }
}

.bg_kawy_b_row1_col1 .bg_kawy_b2 {
    z-index:11;
    position:relative;
    padding-top:30px;
}
@media (max-width:991px) { 
    .bg_kawy_b_row1_col1 .bg_kawy_b2 img { 
        margin:auto;
    }
}

.kawy_b_row2_col1 {
    padding-right:80px;
}

@media (min-width:992px) {
    .kawy_b_cechy img {
        margin-top:-150px;
        float:right;
    } 
}



.kawy_b_row3_col1 {
    position:relative;
    padding-top:95px;
    z-index:10;
}

@media (min-width:991px) { 
    .kawy_b_row3_col1 img {    
        max-width:1000px;
        height:570px;
        width:850px;
        margin-left:calc(-1 * (850px - 100%));    
    }
}


    
.kawy_b_table {
     background: #f0f0f0;
     padding-left:120px; 
     position:relative;
     z-index:9;     
     padding-top:45px;
     padding-bottom: 45px;
     margin-left:-80px;
     width:calc(100% + 80px);
     padding-right: 30px;
}

@media (min-width:1199px) { 
    .kawy_b_table {
         padding-left:160px; 
         width:calc(100% + 80px + ((100vw - 1180px)/2) );
         padding-right: calc(((100vw - 1180px)/2) - 5px);
    }
}

@media (max-width:991px) { 
    .kawy_b_row3 .col-sm-5, 
    .kawy_b_row3 .col-sm-7 {
        width:100%;       
        clear:both;
        
    }
    .kawy_b_table {
         padding-left:30px;
         padding-right:30px;
         width:100%;
         margin-left:0px;
         clear:both;
    }
}



.kawy_b_table table {
    width:100% !important;    
}

.kawy_b_table table td, 
.kawy_b_table table tbody tr:nth-child(2n) td {
    width:50% !important;
    background: transparent;
    padding:5px;    
    font-size: 18px;
    text-transform: uppercase;    
}

.kawy_b_table table tr td:first-child {
    color: #12a19a;
}
.kawy_b_table table tbody  tr td:last-child {
    text-align: right;
    padding-right: 0px;
}


@media (min-width:992px) { 
    .kawy_b_zamow {
        padding-left:160px;
        padding-top:100px;    
    }
}

@media (max-width:991px) { 
    .kawy_b_zamow {
        padding:30px;    
    }
}

.kawy_b_zamow img {
    float:left;   
}

.kawy_b_zamow a {
    float:right;
}

.kawy_b_social {
    width:100%;
    text-align: right;
}
@media (max-width:991px) { 
    .kawy_b_social {
        padding:30px;    
    }
}

.kawy_b_social:before {
    content:'';
    display:block;
    clear:both;
    border-top:5px solid #f0f0f0;
    position:relative;
    width:540px;
    float:right;
}

@media (max-width:991px) {
    .kawy_b_social { 
        padding-top:30px;
    }
    .kawy_b_social:before { 
        width:100%;
    } 
}

.kawy_b_social hr  {
    content:'';
    display:block;
    clear:both;    
    position:relative;
    width:100%;  
    background: transparent;
    border:0px none;
}

.kawy_b_social pre  {
    background:#FFF;
    display: block;
    width:auto;
    float:right;
    padding-right:0px;
}

.kawy_b_social ul.heateor_sss_sharing_ul li {   
    margin-left:20px !important;
}

.contact-header {
    padding-top:100px;
    padding-bottom:350px;
}

.contact-header h1 {
    color:#FFF;
}

.contact-form-wrapper {
    
}
.contact-form-wrapper .wpcf7 {
    position:relative;
    background:#12a19a;
    padding:60px;
    margin-top:-250px;
    color:#FFF;
    z-index:11;    
}

@media (min-width:992px) {   
    .contact-form-wrapper  {
        margin-bottom:100px;
    }
    .contact-form-wrapper:after {
        content:'';
        display: block;
        position:absolute;
        z-index: 10;
        background: url(assets/images/kawki/bg_contact_form.jpg) no-repeat left bottom;
        bottom: -70px;
        left:-60px;
        width:560px;
        height:380px;    
    }
}


.wpcf7 .input-text, 
.wpcf7 input[type="submit"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], .wpcf7 input[type="text"], .wpcf7 input[type="url"], .wpcf7 textarea {
    background:transparent;
    border:5px solid #FFF;
    color:#FFF;
    padding:5px;
    width: 100%;  
    margin-bottom:20px;
}
.wpcf7 textarea {
    height:140px;
}

.wpcf7 input[type="submit"] {
    width:220px;
    float:right;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity:1;
  
}
::-moz-placeholder { /* Firefox 19+ */
     opacity:1;
  
}
:-ms-input-placeholder { /* IE 10+ */
    opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
    opacity:1;
}

:placeholder {
    opacity:1;
}

.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity:1;
    color:#FFF;
  
}
.wpcf7 ::-moz-placeholder { /* Firefox 19+ */
    opacity:1;
    color:#FFF;
  
}
.wpcf7 :-ms-input-placeholder { /* IE 10+ */
    opacity:1;
    color:#FFF;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
    opacity:1;
    color:#FFF;
}

.wpcf7 :placeholder {
    opacity:1;color:#FFF;
}
 

.wpcf7-form p {
    display: inline;
}


.wpcf7-form .agreement {
    position:relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    width: calc(100% - 220px);
    max-width: 100%;
    float: left;
    padding-left:15px;
}

@media (max-width:991px) { 
    .wpcf7-form .agreement {
        display: block;      
        width: calc(100%);
        max-width: 100%;
        padding-bottom:20px;
    }
} 
.wpcf7-form .agreement label.checkbox_label::before {
    position: absolute;
    content: '';
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: 1;
    margin-right: 10px;
    margin-top: 5px;
    background: #FFF; 
    left:0px;
    top:0px;
}

.wpcf7-form .agreement label.checkbox_label.input-radio-checked::before {
    content: '\f00c';
    color: #000;
}

.wpcf7-form [type='checkbox'] {
    float:left;
    width:15px;
    height:15px;
    margin:0px;
    margin-top:4px;
    margin-bottom:30px;
    margin-right:10px;
    vertical-align:top; 
    /**if_overwritten**/
    opacity: 0;  
    float: left;
    width: 18px;
    margin:0px;
    padding:0px;
    position:absolute; 
}



.contact-social-wrapper {
    padding-left:100px;
    padding-top:100px;
}

.contact-social {
    background: #b74d4d;
    color:#FFF;
    padding:50px;
}

.contact-social p {
    margin-bottom: 0px;
}

.contact-social a {
    display:block;
    clear:both;
    width:100%;
    min-height:60px;
    background: url(assets/images/kawki/fb_white.png) no-repeat left center;
    overflow:hidden;
    padding-left:90px;
    padding-top:20px;
    padding-bottom:20px;
    border:none !important;
    color:#FFF;
    text-transform: uppercase;
}
.contact-social a.wzt-gplus { 
    background: url(assets/images/kawki/google_white.png) no-repeat left center;
}
.contact-social a.wzt-tweeter { 
    background: url(assets/images/kawki/twitter_white.png) no-repeat left center;
}

.contact-social .heateor_sss_horizontal_sharing .heateorSssSharing ss {
    display:none;
}

@media (max-width:991px) {
    .contact-row2 .col-sm-6 {
        width:100%;
    }
    .contact-social-wrapper {
        padding:0px;
        padding-top:30px;
    }
}

    
.contact-row3 {
    padding-top:100px;
}

.contact-portret {
    padding-top:0px;    
    padding-left:0px;
}
@media (min-width:1199px) {
   .contact-portret {   
        padding-left:80px;
    } 
}
@media (max-width:767px) {
   .contact-portret {   
        padding-left:30px;
    } 
}


.contact-data, .contact-data p  {
    font-family: oswald, sans-serif;
    font-size:18px;
    margin:0px;
    text-transform: uppercase;
}
.contact-data p  {
    margin-bottom: 40px;
}
@media (max-width:991px) {
    .contact-data, .contact-row1 {   
        padding-left:30px;
    } 
    .contact-form-wrapper .wpcf7, .contact-social {
        padding:30px;
    }
}

.contact-data h3 {   
    font-size:45px;
    margin:0px;
    margin-top:-10px;
}

.contact-data h4 {   
    font-size:25px;
    margin:0px;
}

/* woocommerce **/
div.woocommmerce {
    padding-top:60px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments,
.woocommerce-info, .woocommerce-noreviews {
     background:#12a19a;
}

.single-product div.product .product_meta .sku_wrapper {
    display:none;
}

table.shop_table th, table.shop_table td {
    width:50%;
    box-sizing: border-box;
}

table.shop_table td.easypack-parcel-machine-select {
    padding:0px;
}

table.shop_table .select2-container {
    width: 95% !important;
    margin-left:5%;
}
table.shop_table td.easypack-parcel-machine-select a {
     margin-left:5%;
}  

.easypack-parcel-machine-label {
    background:#f8f8f8;
}

ul.products li.product .woocommerce-loop-product__title {
    margin-bottom:0px;
}

.product a {
     color:#12a19a;
}

@media (min-width:768px) {
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 50.1304347826%;
        float: left;
        margin-right: 3.347826087%;
        margin-bottom: 3.706325903em;
    }
    .storefront-full-width-content.single-product div.product .summary {
        width: 46.5217391304%;
        float: right;
        margin-right: 0;
        margin-bottom: 3.706325903em;
        
    }
}

table.shop_attributes tbody  tr:first-child {
    display: none !important;
}

.text-ad-links {
    display:none;
}

@media (min-width: 768px) { 
  .site-main ul.products li.product {
    width: 21%;
    float: left;
    margin-right: 5.3% !important;
  }

  .site-main ul.products li.product.last {   
    margin-right: 0% !important;
  }
}