/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

@font-face{
	src: url(fonts/Poppins-Regular.ttf) format("truetype");
	font-family: "poppins";
	font-weight: normal;
}
@font-face{
	src: url(fonts/Poppins-Black.ttf) format("truetype");
	font-family: "poppins";
	font-weight: 800;
}

body{
	background-size: auto auto;
	background-repeat: repeat;
	background-position: left -240px;
}
@media only screen and (max-width:800px){
	body{
		background-image: url(img/bg-mini.jpg);
	}
}
@media only screen and (min-width:801px) and (max-width:1998px){
	body{
		background-image: url(img/bg.jpg);
	}
}
@media only screen and (min-width:1999px){
    body{
        background-image: url(img/bg-wide.jpg);
    }
}

html,body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "poppins", Arial !important;
}

p{
    font-size:16px;
    color:rgba(0,0,0,0.7);
}

@media only screen and (max-width:600px){
    p, span{
        font-size:13px !important;
    }
}

::-webkit-scrollbar {
    width: 1em;
}
::-webkit-scrollbar-track {
    background-color:#461249;
}
::-webkit-scrollbar-thumb {
    background-color: #f47e1a;
    outline: 1px solid #f47e1a;
}
::-webkit-scrollbar-thumb:hover{
    outline: 1px solid #f9a72b;
    background-color: #f9a72b;
}

.custom-logo-link img{
    height:200px;
    width:auto;
}
.header-top .custom-logo-link img{
    /*height: 120px;*/
    height:auto;
    /* width: auto; */
    width: 165px;
    padding: 15px;
}

#js-header *{
	transition: 0.6s;
}

.header-scroll .custom-logo-link img{
    
   width:120px!important;
   height:auto;
   	/*width: 110px;*/
    margin-left: 15px;
    
}
@media only screen and (max-width:991px){
    .header-top .custom-logo-link img{
        height:80px;
        width:auto;
        margin-top:0px;
        padding:0 !important;
    }
    .scroll-hidden{
        display: none;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    	top: 65px;
	}
	a.mega-menu-link:hover{
		background: rgba(255,255,255,0.1) !important;
		color:#777 !important;
	}
	.second-language-bar{
		display: block;
    	position: absolute;
    	right: 60px;
	}
}
.g-bg-primary--after::after {
    /*background-color: rgba(255,155,0, 0.15) !important;*/
    background-color: rgba(244,126,26,0.3) !important;
}

@media only screen and (min-width: 992px){
	.second-language-bar{
		display: none !important;
	}
	.mega-menu-item-has-children a.mega-menu-link:hover{
		background: rgba(255,255,255,0.1) !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary{
		display: flex!important;
    	justify-content: space-between;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	width: 100% !important;
    	text-align: center !important;
	}
}
.header-scroll .scroll-hidden{
    display: none;
}

::selection {
    color: #fff !important; 
    background-color: #7a4627 !important;
}

a, a:focus{
    color: #333333;
    outline: none;
    transition: 0.3s;
}

a:hover {
    color: #004a48;
    text-decoration: none;
}

.g-bg-primary{
    background-color: #f47b20 !important;
}
.g-color-primary{
    color:#004a48 !important;
}
.g-color-secondary{
	color: #004a48 !important;
}
.image-fit { /*image will fit to block*/
    object-fit: cover;
}

.ta-c { /*text-center*/
    text-align: center; align-items:center !important;
}
.ta-cm { /*text-middle*/
    margin:auto auto !important;
  align-self:center !important;
}
@media only screen and (max-width:991px){
	.menu-top-space{
		padding-top:100px;
	}
}
@media only screen and (min-width:992px){
	.menu-top-space{
    	padding-top:150px;
	}
}

.copyright-background{
    background: #000;
}

.header-top{
    background: transparent;
    /*min-height: 95px;*/
    align-self: center;
}
.header-top #navbar{
    height:auto; /*95px*/
}

.header-scroll {
    background: #004a48;
    opacity: 0.96;
}

.header-scroll .mega-menu-link {
  color: #fff!important;
}

.header-scroll .header-scroll-hidden-element{
    display:none;
}

.footer-background{
    background-color:#222222;
}
.footer-icons a{
    color:rgba(245,245,245,0.7);
    transition: 0.4s;
}
.footer-icons a:hover{
    color:rgba(255,255,255,1);
    text-decoration: none;
}

h1.tytul{
    font-size:36px;
    /*font-weight: 800;*/
    text-transform: uppercase;
    margin-bottom:0;
    color:#004a48;
}

h2.tytul{
    font-size:32px;
    font-weight: 300;
    margin-bottom:0;
    color:#004a48;
}
h3.tytul{
    font-size:24px;
    /*font-weight: 800;*/
    text-transform: uppercase;
    margin-bottom:0;
    color:#004a48;
}
h4.tytul{
    font-size:18px;
    /*font-weight: 800;*/
    text-transform: uppercase;
    margin-bottom:0;
    color:#004a48;
}
@media only screen and (max-width:767px){
    h1.tytul{
        font-size:28px;
        /*font-weight: 800;*/
        text-transform: uppercase;
        margin-bottom:0;
        color:#004a48;
    }

    h2.tytul{
        font-size:24px;
        /*font-weight: 800;*/
        text-transform: uppercase;
        margin-bottom:0;
        color:#004a48;
    }
    h3.tytul{
        font-size:20px;
        /*font-weight: 800;*/
        text-transform: uppercase;
        margin-bottom:0;
        color:#004a48;
    }
    h4.tytul{
        font-size:16px;
        /*font-weight: 800;*/
        text-transform: uppercase;
        margin-bottom:0;
        color:#004a48;
    }
    .media-body.g-font-size-24{
        font-size:18px !important;
    }
}
.tytul-wpis{
    font-size:17px;
    font-weight: 800;
    margin-bottom:0;
    color:#004a48;
}
.orange-line{
    margin-top:15px;
    border-bottom: solid 2px #f47b20;
    width:100%;
    max-width:120px;
    margin-bottom:15px;
    margin: 0 auto;
}
.box-shadow{
    box-shadow: 0 0 15px rgb(55,55,55,0.15);
    border: solid 1px rgba(55,55,55,0.05);
}

.woocommerce-page .box-shadow{
    box-shadow: 0 0 0px rgb(55,55,55,0.15);
    border: solid 0px rgba(55,55,55,0.05);
}

.hover-bg-white-opacity-0_7{
    border-radius:30px;
    transition: 0.4s;
    display: block;
    padding:15px 15px;
    text-decoration: none !important;
}
.hover-bg-white-opacity-0_7:hover{
    background-color:rgba(245,245,245,0.7);
}
.g-color-grey{
	color:#a2a1a1;
}
.wpis-date{
    border-top: solid 1px #a2a1a1;
    border-bottom: solid 1px #a2a1a1;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.size-120-xl{
    width:115%;
    max-width:115%;
    float: right;
}
.size-120-xl-right{
    width:115%;
    max-width:115%;
}
.size-120-xl-carousel{
    width:100%;
    max-width:100%;
}
.background-carousel-130{
    position: absolute; 
    max-width: 85%;
    width: 85%;
    left: 15%; 
    height: 100%; 
    display: block; 
    top: 0; 
    background-color: rgba(245,245,245,0.7); 
    border-radius: 30px;
}

.background-right-130{
    position: absolute; max-width: 100%; width: 100%;  left: 15%; height: 100%; display: block; top: 0; background-color: rgba(245,245,245,0.7); border-radius: 30px;
}

@media only screen and (max-width:1199px){
    .block-right-130{
        margin-left: -7%;
        margin-right: 7%;
    }
    .mx-auto-xl{
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (min-width:1200px){
    .size-120-xl{
        width:115%;
        max-width:115%;
        float: right;
    }
    .size-120-xl-right, .size-120-xl-carousel{
        width:115%;
        max-width:115%;
        float: left;
    }
    .background-right-130{
        max-width: 100%; width: 100%; left: 75px;
    }
    .background-carousel-130{
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 75px;
    }
}
@media only screen and (min-width:1500px){
    .size-120-xl{
        width:115%;
        max-width:115%;
        float: right;
    }
    .size-120-xl-right, .size-120-xl-carousel{
        width:130%;
        max-width:130%;
        float: left;
    }
    .background-right-130{
        max-width: 110%;
        width: 110%;
        left: 100px;
    }
    .background-carousel-130{
        position: absolute;
        max-width: 110%;
        width: 110%;
        left: 90px;
    }
}

.button-white-opacity, .button-white-opacity:focus{
    border:solid 1px white;
    border-radius:30px;
    padding: 10px 50px;
    text-transform: uppercase;
    color:white;
    opacity:0.7;
    transition: 0.4s;
    text-decoration: none !important;
    display: inline-block;
}
.button-white-opacity:hover{
    opacity:1;
    color:purple;
    background-color:rgba(255,255,255,0.8);
    border: solid 1px rgba(255,255,255,0.8) !important;
}
.button-black-opacity, .button-black-opacity:focus{
    border:solid 1px #bdbdbd;
    border-radius:30px;
    padding: 10px 50px;
    text-transform: uppercase;
    color:#bdbdbd;
    transition: 0.4s;
    text-decoration: none !important;
}
.button-black-opacity:hover{
    color:white;
    background-color:#bdbdbd;
}
@media only screen and (min-width:1550px){
    .g-px-100--xxl{
        padding-left:100px;
        padding-right:100px;
    }
    .translate-size-120-xl{
        transform: translate(-100%, -50%) !important;
    }
}
.orange-button-opacity{
    color:white;
    font-weight:800;
    background-color:rgba(246,122,35,0.7);
    border-radius:30px;
    padding:10px 30px;
    transition: 0.4s;
    text-decoration: none !important;
}
.hover-zoom{
    border-radius: 9999px; 
    overflow: hidden;
    display: block;
}
.hover-zoom img{
    transition: 2s;
}
.hover-zoom:hover img{
    transform: scale(1.2) rotate(8deg);
}
.orange-button-opacity:hover, .do-hover:hover .orange-button-opacity{
    color:white;
    background-color:rgba(246,122,35,1);
}
.element-center-center{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.g-max-width-1000{
    max-width:1000px;
}

.border-primary{
    border:solid 1px #eeeeee !important;
    box-shadow: 0 0 10px #eeeeee;
}

  .ikonka-style{
    font-size:42px;
    color:#f47e1a;
  }
  .button-orange, .button-orange:focus{
    background-color:#f47e1a;
    border-radius: 30px;
    padding: 10px 50px;
    text-transform: uppercase;
    color: white;
    transition: 0.4s;
  }
  .button-orange:hover{
    background-color:orange;
    color:white !important;
  }

  .button-cookies, .button-cookies:focus{
    background-color:#f47e1a !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    text-transform: uppercase !important;
    color: white !important;
    transition: 0.4s;
  }
  .button-cookies:hover{
    background-color:orange !important;
    color:white !important;
  }

.nazwa-strony-w-pasku{
    position: relative;
    padding-top:25px;
    padding-bottom:25px;
    margin-bottom:50px;
}
@media only screen and (max-width:767px){
    .nazwa-strony-w-pasku{
         margin-bottom:25px
    }
}
.nazwa-strony-w-pasku h2{
    text-transform: uppercase !important;
    color:white !important;
    font-weight:800;
    font-size:24px !important;
    position: relative;
}
.nazwa-strony-w-pasku span{
    text-transform: uppercase !important;
    font-weight:800;
    font-size:24px !important;
}
.fioletowy-pasek-nazwy-strony{
    background-color:#004a48;
    height:100%;
    width:999%;
    top:0;
    right:0;
    border-radius:30px;
    display: block;
    position: absolute;
    z-index: -1;
}
.color-primary{
    color: #f47b20 !important;
}
.wielki-napis{
    color: #f47b20;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    font-weight:800;
    opacity:0.3;
}

.left-block-image-130{
    position:relative; 
        max-width:100%; 
        width:100%; 
        display: inline-block; 
        top:0; 
        right: -7%;
        background-color:rgba(245,245,245,0.7); 
        border-radius: 30px; 
}
@media only screen and (min-width:1500px){
    .left-block-image-130{
        max-width:130%; 
        width:130%; 
        float:right;
    }
}
.right-content-background{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    /*left: inherit !important;
    right: 0% !important;*/
    background-color: rgba(245,245,245,0.7);
    border-radius: 30px;
}
@media only screen and (min-width:1200px){
    .right-content-background{
        position: absolute;
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: inherit !important;
        right: -15% !important;
        background-color: rgba(245,245,245,0.7);
        border-radius: 30px;
    }
    .left-block-image-130{
        left:0;
    }
}
@media only screen and (min-width:1500px){
    .right-content-background{
        position: absolute;
        max-width: 115%;
        width: 115%;
        height: 100%;
        display: block;
        top: 0;
        left: inherit !important;
        right: -30% !important;
        background-color: rgba(245,245,245,0.7);
        border-radius: 30px;
    }
}

@media (min-width:1200px){
    .col-xl-5ths {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.ikonki-5ths{
    height:100px;
    width:auto;
    display: inline-flex;
}

.ikonki-5ths img{
    max-height:90px;
    align-self: center;
}

.g-color-grey{
    color:#a2a1a1;
}
a .galeria-image{
    height:280px;
    width:100%;
    object-fit: cover;
    transition: 2s;
}
@media only screen and (min-width:1200px){
	a .galeria-image{
		height:11vw !important;
	}
}

a:hover .galeria-image{
    transform: scale(1.25) rotate(8deg);
}
.border-radius-primary{
    border: solid 1px #eeeeee !important;
    box-shadow: 0 0 10px #eeeeee;
    border-radius:30px;
}

.cena{
    background-color: #F06991;
    font-weight: 600 !important;
    border-radius: 100px;
    padding: 5px 15px;
    color: white;
    display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    position: relative;
}
@media only screen and (min-width:992px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item:after{
	    width:90%;
	    width:calc(100% - 20px);
	    height:10px;
	    position: absolute;
	    bottom:-15px;
	    left:10px;
	    margin-left:auto;
	    margin-right:auto;
	    background-color:#f47b20;
	    display: block;
	    content: " ";
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor:after{
	    width:80%;
	    width:calc(100% - 40px);
	    height:10px;
	    position: absolute;
	    bottom:-15px;
	    left:10px;
	    margin-left:auto;
	    margin-right:auto;
	    background-color:#f47b20;
	    display: block;
	    content: " ";
	}
}

.obraz-100-width{
    width:100%;
    max-width:100%;
    height:auto;
    object-fit: cover;
}

.js-carousel .js-prev, .js-carousel .js-next{
    background-image: url(img/carousel.png);
    background-size:18px 41px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color:transparent !important;
    opacity: 0.5 !important;
    transition: 0.3s;
}
.js-carousel .js-prev, .js-carousel .js-next{
    filter:brightness(12) grayscale(1);
}
.js-carousel .js-next{
    transform: rotate(180deg);
    margin-top: -27px !important;
}

.js-carousel .js-prev:hover, .js-carousel .js-next:hover{
    opacity:1 !important;
    filter:brightness(1) grayscale(0);
}
.js-carousel.orange-arrows .js-prev:hover, .js-carousel.orange-arrows .js-next:hover{
    filter:brightness(5) grayscale(0) hue-rotate(0deg);
}
.js-carousel .js-prev::before, .js-carousel .js-next:before{
    display: none;
}

.height-340{
    height:340px !important;
    object-fit: cover;
    width:100% !important;
}

.g-bg-orange-opacity-after:after{
    background-color: rgba(244,123,32,0.7);
    content: " ";
    width:100%;
    height:100%;
    display: block;
    z-index:1;
    position: absolute;
}
.g-bg-purple-opacity-after:after{
    background-color: rgba(77,27,79,0.7);
    content: " ";
    width:100%;
    height:100%;
    display: block;
    z-index:1;
    position: absolute;
}

@media only screen and (min-width:992px){
	.mega-sub-menu{
		border-radius:2px !important;
		overflow: hidden !important;
        background: #eee!important;
	}
}

.js-g-map{
    background-color: #e5e3df;
}

/*WOOCOMMERCE STYLE*/
.woocommerce ul.products li.product a img{
    height:165px!important;
    object-fit: cover;
    border-radius: 4px;
}
.woocommerce ul.products li.product .price{
    position: absolute;
    bottom: 60px;
    right: 15px;
    left:15px;
    color: #004a48!important;
    text-align: center;
    /*font-weight: 600 !important;*/
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 11pt;
    opacity:0.8;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    /*font-weight: 600;*/
    text-align: center;
    color: #626169;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .button:focus{
    position: absolute;
    bottom:15px;
    margin-top: 2em;
    border-radius: 100px;
    border: solid 1px #004a48;
    background-color: #004a48;
  
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*width: fit-content;*/
    width:250px;
    left: 0;
    right: 0;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight:500 !important;
    margin-left:15px;
    margin-right: 15px;
    margin-bottom: 4px;
    
}
.woocommerce ul.products li.product .button:hover{
    background-color: #003a38;
    border: solid 1px #003a38;
    color:white;
}
.woocommerce-ordering, .woocommerce-result-count, .onsale, .woocommerce-breadcrumb, .koszyk .checkout{
    display: none !important;
}
.woocommerce-products-header__title.page-title{
    font-size:24px;
    /*font-weight:800;*/
    color:#004a48;
    text-transform: uppercase;
}
.woocommerce-products-header__title.page-title:after{
    content: " ";
    background-color: #004a48
    height: 10px;
    width: 80px;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.products.columns-3{
    padding:0px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-bottom: 50px !important;
    position: relative;
    height:100%;
    padding: 15px;
    padding-bottom:60px;
    height:340px;
    border-radius:3px;
    border: solid 1px #eeeeee !important;
    background: linear-gradient(125deg, #f4f3f2 10% 30%, #ffffff 50% 100%);
}

ul.category-list{
    padding-inline-start: 0px !important;
    list-style-type: none;
}
.category-list li{
    margin-top:10px;
    margin-bottom:10px;
    line-height:1.2;
}
.category-list a{
    color:#7d7d7d;
}
.category-list a:hover{
    color:#f47b20 ;
}
.category-list .active a{
    color:#004a48 !important;
    font-weight:600;
}
.category-list-flower-active{
    opacity:0;
    width:30px;
    height:auto;
}
.category-list .active .category-list-flower-active{
    opacity:1;
}
.koszyk .widget_shopping_cart_content{
    display: grid;
}
.koszyk .woocommerce-mini-cart__buttons.buttons{
    order:-1;
}
.variation dd{
    font-size: 14px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    display: none;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p{
    font-size:14px !important;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt{
    padding-bottom:0 !important;
}
.woocommerce .koszyk a.button.wc-forward{
    background-color:transparent !important;
    color:#004a48d !important;
    padding:0 !important;
    padding-top: 5px!important;
    margin-top: 5px!important;
    text-transform: uppercase;
    font-size: 11pt;
}
.woocommerce .koszyk a.button.wc-forward:hover{
    background-color:transparent !important;
    color: #004a48 !important;
}
.place-order .button, .wc-proceed-to-checkout .button {
  background: #004a48 !important;
}
.place-order .button {
  margin-left: 20px!important;
}
.woocommerce .koszyk a.button.wc-forward:before{
    content: "";
    background-image: url(../../themes/understrap-child/img/cart1.png);
    width: 22px;
    height: 20px;
    position: relative;
    display: block;
    float: left;
    top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:10px;
}
/*.woocommerce .koszyk a.button.wc-forward:after{
    content: "";
    display: block;
    background-color: #f47b20;
    margin-top: 25px;
    margin-bottom: 0px;
    height:10px;
    width:80px;
}*/
.single_add_to_cart_button{
        background-color: #004a48  !important;
        border-radius:18px !important;
        width: 200px;
}
.single_add_to_cart_button:hover{
    background-color: #003a38 !important;
}
.product_meta, .woocommerce-tabs, .related.products, .reset_variations{
    display: none !important;
}
.woocommerce div.product .product_title{
    color: #f47b20;
    /*font-weight: 600;*/
    font-size:24px;
}
.woocommerce div.product form.cart .variations label{
    color: #004a48;
}
.woocommerce div.product form.cart .variations select{
    padding: 4px 10px;

    background: #fff;
    border-radius: 4px;
    border: 1px solid #cecece;
}
.woocommerce-product-gallery__wrapper{
    border-radius: 4px !important;
    position: relative;
}

.woocommerce-product-gallery__wrapper:before{
    z-index:-1;
    content: " ";
    position: absolute;
    max-width: 100%;
    height:120%;
    width: 100%;
    display: block;
    top: -10%;
    left: -7%;
    background-color: rgba(245,245,245,0.7);
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.woocommerce-product-gallery__image{
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce-product-gallery__trigger {
  display: none!important;
}
.wrapper{
    padding-top: 0;
    padding-bottom: 30px;
}
.woocommerce div.product form.cart{
    margin-bottom: 0 !important;
}
.woocommerce-product-gallery, .summary.entry-summary{
    width:100% !important;
    margin-top:20px;
}
@media only screen and (max-width:1199px){
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media only screen and (min-width:1200px) and (max-width:1299px){
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
            max-width: 115%;
            width: 115%;
            position: relative;
            left: -15%;
    }
}
@media only screen and (min-width:1300px){
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    width: 130%;
    max-width: 130%;
    position: relative;
    left: -30%;
    }
}
.variations{
    margin-bottom:0px !important;
}
.na-banner, .na-banneren, .na-bannerno{
	display: none;
}
.woocommerce .quantity .qty{
    border-radius: 10px !important;
    background-color: #ffffff !important;
    border: solid 1px #cecece !important;
}
.woocommerce div.product form.cart .button{
    font-weight: 500 !important;
}
.woocommerce div.product form.cart div.quantity {
    /*float: left;
    width: 40% !important;*/
    position: relative !important;
    /*text-align: right !important;*/
    /*padding-right: 15px !important;*/
    padding-top: 3px !important;
    width:100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    background-color: rgba(253,253,253,0.7);
    box-shadow: 0 0 5px rgb(55 55 55 / 15%);
    border-radius: 5px;
    color: #004a48;
    border-top: 2px solid #004a48;
}
/*END WOOCOMMERCE STYLE*/

.image-orange{
    filter: sepia(0.3) saturate(1.5);
}

.pin-square-style{
    color: #f9f9f9 !important;
    background-color: #f47b20;
    width: 34px;
    text-align: center;
    height: 34px;
    border-radius: 5px;
    font-size: 28px !important;
    padding: 3px;
}

span.entry-title-smaller{
    font-size:18px !important;
}

/* WOOCOMMERCE */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%;
}
.woocommerce form .form-row label {
    line-height: 2;
    display: block;
    width: 100%;
    margin-bottom:0;
}
.woocommerce form .woocommerce-input-wrapper{
	width:100%;
}
#order_review_heading{
	margin-top:15px;
}
.woocommerce form .col-1{
	padding-left:0 !important;
	padding-right:0 !important;
}

.filt-obrazu-sabaijai{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: block;
    z-index:1;
    background-color:rgba(244,123,32,0.2);
}

.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span {
    background-color: #f47b20 !important;
}

.gmnoprint{
    transform: translate(0,-30px);
}
.gm-fullscreen-control{
    transform: translate(0,100px);
}
.gm-style-cc, .gm-style-mtc, .gm-svpc{
    display: none !important;
}
.g-mb-minus-100{
    margin-bottom:-100px;
}

.single-product .woocommerce-Price-amount.amount{
	font-size:22px !important;
  color: #004a48!important;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
	height:auto;
	max-width:120px;
	width:100%
}

#woocommerce_widget_cart-2 .woocommerce-mini-cart.cart_list.product_list_widget{
	display: none !important;
} 
label[for=czas-trwania]:after{
	content:":";
}

.cart-subtotal{
	display: none !important;
}

.product-quantity,.ilosc-tekst, .quantity{
    display: none !important;
}
.control-label{
    line-height: 1.2 !important;
    font-weight: 600;
    color: #004a48;
    font-size: 14px;
    padding-bottom: 13px !important;
    padding-top: 5px !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border-radius:5px !important;
    padding: 6px 12px;
    border: 1px solid #bbb;
    margin-top: 7px;
}

.single-product .table-w100.variations tbody tr{
    margin-bottom: 9px;
    display: block;
}

.woocommerce-notice--success{
	font-size:24px !important;
	font-weight: 600;
	color:#004a48;
}

.widget_shopping_cart_content .woocommerce-Price-amount.amount{
    font-size: 18px !important;
}

.shop_table .product-subtotal{
	display: none !important;
}

.woocommerce-checkout-review-order-table thead tr th.product-total{
	display: none !important;
}

label[for=flexible_coupon_recipient_name]{
	font-size:0px !important;
	position: relative;
}
label[for=flexible_coupon_recipient_name]:before{
	content: 'Dla kogo:';
	font-size: 14px !important;
}
label[for=flexible_coupon_recipient_message]{
	font-size:0px !important;
	position: relative;
}
label[for=flexible_coupon_recipient_message]:before{
	content: 'Z okazji:';
	font-size: 14px !important;
}
#flexible_coupon_recipient_message{
	height:31px;
	resize: none;
	white-space: nowrap;
	overflow: hidden;
}
.woocommerce form .form-row {
    margin: 0 0 8px;
}
.form-control:focus, .custom-select:focus {
    border-color: #f47e1a;
}

.pswp__caption{
    display: none !important;
}
.id-96{
    order:02 !important;
}
.id-160{
    order:03 !important;
}