#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child{
	line-height:1.5;
}

#wcpay-express-checkout-button-separator{
	display:none!important;
} 
.wcpay-payment-request-wrapper{
	margin-bottom:20px!important;
}
body{
    color:#2b2824;
  }
  .nav-item:before{
   content: "";
    position: absolute;
    left: 4px;
    top: 12px;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: 0.5s all;
  }
  .nav-item:after{
   content: "";
    position: absolute;
    right: 4px;
    top: 12px;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: 0.5s all;
  }
  .nav-item:hover:after,
  .nav-item:hover:before{
    width:11px;
  }
  .product-item-img img{
    transition:0.5s all;
  }
  .product-item:hover .product-item-img img{
   transform: scale(1.05);
  }
  .product-item:hover .product-img-text{
    opacity:1;
  }
  .product-image-text-inner{
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    left:10px;
    top:10px;
}
.w-slider-dot{
	background:transparent;
  border:1px solid #c96838;
  transition:0.5s all;
}
.w-slider-dot.w-active,
.w-slider-dot:hover{
background:#c96838;
}
.brand-logo img{
    width: 110px;
}
.mobile-navbar-logo img{
    width: 90px;
}
.clssic-page-section{
  padding:180px 0;
}
.product_title {
    font-family: "Spectral SC",serif;
    font-weight: 400;
    color: #2b2824;
    font-size: 40px;
    line-height: 1.175em;
    letter-spacing: .14em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.product_collection a{
    color: #c96838;
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    text-decoration:none;
    transition:0.5s all;
}
.product_collection a:hover{
  color: #2b2824;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #c96838;
    font-size: 28px;
    font-weight: 500;
    margin-bottom:25px;
}
.woocommerce-Price-currencySymbol{
     text-transform: lowercase;
    font-size: 15px;
    margin-left: 4px;
}
.woocommerce-product-details__short-description{
    font-size: 16px;
    line-height: 24px;
    font-family: Spectral, sans-serif;
    color: #2b2824;
}
.product_meta .posted_in{
  display:none;
}
.product-cs-info{
  display: flex;
  flex-wrap:wrap;
}
.pci-item{
font-family: "Spectral SC",serif;
    font-weight: 400;
    color: #c96838;
    font-size: 16px;
    line-height: 20px;
    margin:1% 0;
    padding-right:15px;
    width:31%;
}
.pci-item{
  display:flex;
  align-items:center;
}
.pci-item img{
  max-width:35px;
}
.product-cs-info{
  margin:25px 0;
}
.pci-item div:first-of-type{
 margin-right:15px;
}
.pci-item div span{
  display:block;
  color: #2b2824;
}
.pci-wysylka img{
    max-width: 40px;
}
.woocommerce div.product form.cart .button{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px; 
    transition:0.5s all;
}
.woocommerce div.product form.cart .button:hover{
background-color: #d77647;
background-color: #d77647;
}
.summary .cart{
  display:flex;
  align-items:center;
}
.woocommerce .quantity .qty{
     height: 40px;
    border-radius: 0px;
    border: 1px solid #0000001c; 
    outline:none!important;
}
.product-nuty h3{
color: #2b2824;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
        margin-bottom: 0px;
}
.woocommerce-tabs .wc-tabs li a {
    display: inline-block;
    vertical-align: middle;
    color: #2b2824;
}

.woocommerce-tabs .wc-tabs li a:before {
    margin-right: 8px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 1px;
    margin-top: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background-color: #2b2824;
}
.woocommerce-tabs .wc-tabs li.active a:after,
.woocommerce-tabs .wc-tabs li.active a:before, 
.woocommerce-tabs .wc-tabs li:hover a:after, 
.woocommerce-tabs .wc-tabs li:hover a:before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: .3s cubic-bezier(.22,.75,.39,.92);
    -o-transition: .3s cubic-bezier(.22,.75,.39,.92);
    transition: .3s cubic-bezier(.22,.75,.39,.92);
}
.woocommerce-tabs .wc-tabs li a:after {
    margin-left: 8px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 1px;
    margin-top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    background-color: #2b2824;
}
.woocommerce-tabs .wc-tabs li {
    margin: 0 30px;
    padding: 0;
    font-family: "Spectral SC",serif;
    font-weight: 400;
    color: #2b2824;
    font-size: 18px;
    line-height: 1.277em;
    font-weight: 400;
    letter-spacing: .08em;
}
.woocommerce-tabs .wc-tabs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 14px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:transparent;
  border:transparent;
  color: #2b2824;
  border-radius:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color: #2b2824!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  content:none;
}
.woocommerce-tabs .wc-tabs{
  border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background:transparent;
  border-color:transparent;
}
.woocommerce-tabs{
  margin-top:40px;
}
.nuty-item h4{
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #c4623f;
    margin-bottom: 0px;
}
.nuty-text{
  font-size: 16px;
    line-height: 24px;
    font-family: Spectral, sans-serif;
    color: #2b2824;
}
.nuty-items{
  display:flex;
  margin:0;
}
.nuty-item{
  width:31%;
  margin:1% 0;
}
.product-nuty{
  margin-bottom:25px;
      background-color: #f0f7f9;
    padding: 10px 25px;
}
.nuty-item{
  padding-right:20px;
}
.woocommerce div.product div.images {
    margin-bottom: 70px;
}
.woocommerce-Tabs-panel{
   font-size: 16px;
    line-height: 24px;
    font-family: Spectral, sans-serif;
    color: #2b2824; 
}
.woocommerce-Tabs-panel a{
      color: #c4623f;
      transition:0.5s all;
      text-decoration:none;
}
.woocommerce-Tabs-panel a:hover{
   color: #2b2824; 
}
.woocommerce-tabs .wc-tab {
    max-width: 930px;
    margin:0 auto!important;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 30px;
}
.w-nav-link.w--current {
    color: #fff;
}
.w-nav-link.w--current:after, 
.w-nav-link.w--current:before {
    width: 11px;
}
.product-item-info .price{
 color: #c96838;
    font-size: 18px; 
}
.woocommerce-Price-currencySymbol {
    font-family: Spectral, sans-serif;
}
.woocommerce-products-header{
  margin-bottom:35px;
}
.woocommerce .woocommerce-ordering select{
     border: 1px solid #2b282424;
    border-radius: 0;
    outline: none;
    padding: 5px; 
}
.woocommerce-result-count{
  margin-top:10px;
}
.flaticon-right-arrow {
    right: 20px;
}
.flaticon-back{
  left:20px;
}
.fancybox-caption__body{
  display:none;
}
.brand-logo{
    font-family: Montserrat;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    transition:0.5s all;
}
.brand-logo span{
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    font-weight: 100;
      color:#fff!important;
      font-family: 'Spectral SC', sans-serif;
}
.brand-logo:hover{
color: #c4623f;
}
.brand-logo:hover span{
  color:#fff;
}

.navbar-mobile-logo{
    font-family: Montserrat;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    transition:0.5s all; 
}
.navbar-mobile-logo span{
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    font-weight: 100;
      color:#fff!important;
      font-family: 'Spectral SC', sans-serif;
}
.mobile-navbar-logo{
    font-family: Montserrat;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    transition:0.5s all;  
    text-decoration:none;
    line-height: 15px;
}
.mobile-navbar-logo span{
    font-size: 8px;
    display: block;
    letter-spacing: 1px;
    font-weight: 100;
      color:#fff!important;
      font-family: 'Spectral SC', sans-serif;
}

.products.columns-4{
  display:flex;
  flex-wrap:wrap;
}
.home .woocommerce.columns-4 {
    margin-top: 90px;
}
@media (max-width:767px){
.faq-paragraph {
    max-width: 100%;
  }
}
.section-page-header{
  padding-bottom:40px;
  padding-top:200px;
}
.section-contact{
  padding:90px 0;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"]{
      height: 40px;
    border-radius: 0px;
    border: 1px solid #0000001c;
    outline: none!important;
    padding: 10px 20px;
    width:100%;
    font-weight:normal;
}
.wpcf7-form-control-wrap textarea{
    height: 120px;
    border-radius: 0px;
    border: 1px solid #0000001c;
    outline: none!important;
    padding: 10px 20px;
    width:100%;
    font-weight:normal;
}
.contact-columns{
  display:flex;
  justify-content:space-between;
}
.contact-col{
  width:45%;
}
.wpcf7-form-control-wrap{
  width:100%;
  display:block;
}
.wpcf7 label{
  margin-bottom:13px;
}
.wpcf7-submit{
 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.5s all; 
    padding:0 25px;
    cursor:pointer;
}
.wpcf7-submit:hover{
background-color: #d77647;
}
.zgoda .wpcf7-list-item-label{
    font-family: Spectral, sans-serif;
    color: #817c7b;
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
    margin-left: 7px;
}
.zgoda .wpcf7-list-item-label a{
  color: #c96838;
  text-decoration:none;
  transition: 0.5s all;
}
.zgoda .wpcf7-list-item-label a:hover{
  color:#000;
}
.wpcf7-list-item{
  margin:0;
}
.wpcf7{
  font-family: Spectral, sans-serif;
  font-weight:normal;
}
.kontakt-item-title{
font-family: "Spectral SC",serif;
    font-weight: 500;
    color: #2b2824;
    font-size: 17px;
    margin-bottom: 12px;
}
.contact-flex{
  display:flex;
}
.cf-item a{
    color: #c96838;
    font-size: 18px;
    font-weight: 500;
    transition:0.5s all;
    text-decoration:none;
    display: block;
}
.cf-item a:hover{
  color:#2b2824;
}
.cf-item{
  padding-right:40px;
}
.cf-item-dane{
  margin-top:20px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #c4623f;
    background: #c4623f;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
        border-color: #46b450;
    background: #46b450;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    font-size: 15px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #c4623f;
    color: #ffffff;
    border-top: 0px solid #c4623f!important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-notices-wrapper .button{
      border-radius: 0px!important;
    background: #fff!important;
        color: #2b2824!important;
        border:1px solid #fff!important;
        transition:0.5s all;
}
.woocommerce-message::before {
    color: #ffffff;
}
.woocommerce-notices-wrapper .button:hover{
  background:transparent!important;
  color:#fff!important;
}

.woocommerce-page div.woocommerce .shop_table th {
    font-family: "Spectral SC",serif;
    font-weight: 400;
    color: #2b2824;
    font-size: 16px;
    line-height: 1.277em;
    font-weight: 400;
    letter-spacing: .08em;
}
.shop_table td.product-name a {
    font-family: "Spectral SC",serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.277em;
    font-weight: 400;
    letter-spacing: .08em;
    text-decoration:none;
    color: #2b2824;
}
.product-price span,
.product-subtotal span{
 color: #c96838;
    font-size: 19px;
    font-weight: 500; 
}
#coupon_code{
  min-width:150px;
  height:40px;
  padding:10px 20px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.5s all; 
}
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
    background-color: #d77647!important;
    color:#fff!important;
    border: 1px solid #d77647!important;
}
button[name="update_cart"]{
  color:#fff!important;
}
.woocommerce table.shop_table{
  border:0px;
}
.shop_table tr {
    border-bottom: 1px solid #e6e6e6;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 72px;
    box-shadow: none;
}
.woocommerce a.remove {
    color: #c4623f!important;
    transition:0.5s all;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #c4623f;
}
.cart_totals h2{
    font-family: "Spectral SC",serif;
    font-weight: 400;
    color: #2b2824;
    font-size: 28px;
    line-height: 1.175em;
    letter-spacing: .14em;  
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
 
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.5s all;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #d77647!important;
    color:#fff!important;
    border: 1px solid #d77647!important;
}
.shipping-calculator-button{
  color: #c96838;
  text-decoration:none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 48%;
    margin: 0 auto;
    float:none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
  margin-top:55px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
   -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.5s all; 
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
      background-color: #d77647!important;
    color:#fff!important;
    border: 1px solid #d77647!important;
}
.woocommerce-shipping-methods button{
  margin:5px 0 0 0!important;
}
.woocommerce-shipping-destination,
.selected-paczkomat,
#selected-paczkomat{
  font-family: Spectral, sans-serif;
  font-weight:normal;
}
#selected-paczkomat{
  margin:6px 0;
}
.section-cart-header{
  margin-bottom:60px;
  padding-top:20px;
}
.woocommerce-info::before {
    color: #fff;
}
.showcoupon,
.showlogin{
  color:#fff!important;
  text-decoration:none;
}
.woocommerce-checkout .woocommerce .clssic-page-section{
  padding:0;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
#order_review_heading{
     font-family: "Spectral SC",serif;
    font-weight: 400!important;
    color: #2b2824;
    font-size: 28px;
    line-height: 1.175em;
    letter-spacing: .14em;  
}
#ship-to-different-address span{
   font-weight: 400!important;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #0000001c;
    outline: none!important;
    padding: 5px 12px;
    font-family: Spectral, sans-serif;
}
.woocommerce form .form-row textarea{
  height:80px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #0000001c;
    padding: 20px;
    margin: 0em 0 2em 0;
    text-align: left;
    border-radius: 0px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #fff;
}
.checkout label{
  font-weight:500;
}
.lost_password a{
  color: #2b2824;
}

 
  form.woocommerce-checkout {
    display: flex;
    justify-content:space-between;
  }

  #customer_details .col-1,
  #customer_details .col-2 {
    width: auto;
    float: none;
  }

  #customer_details .col-2 {
    margin-top: 40px;
  }
 
  form.checkout.woocommerce-checkout {
    flex-wrap: wrap;
  }

  .woocommerce-NoticeGroup-checkout {
    flex-grow: 1;
  }
 

.woocommerce .col2-set, 
.woocommerce-page .col2-set,
.order-review{
    width: 48%;
}

#customer_details .col-2 {
    margin-top: 0px;
}
.navbar{
  z-index:999999999;
}
 
.woocommerce-checkout #payment div.payment_box,
.woocommerce-privacy-policy-text{
  font-family: Spectral, sans-serif;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  background:transparent;
}
.payment_box{
   width:100%;
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.payment_methods li label{
  margin-bottom:0;
}
.payment_methods li label{
   font-family: Spectral, sans-serif;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    transition: 0.5s all; 
        padding: 15px 40px;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover{
      background-color: #d77647!important;
    color:#fff!important;
    border: 1px solid #d77647!important;
}
.select-paczkomat-button{
  background:transparent!important;
  color: #d77647!important;
}
.order-review{
background: #f1f7f9;
    padding: 0px 30px;  
}
.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link{
  color: #d77647!important;
  text-decoration:none;
}
.woocommerce-terms-and-conditions-checkbox-text{
   font-family: Spectral, sans-serif;
}
.woocommerce form .form-row .input-checkbox{
  margin-right:0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
  content:none;
}
.payment_box a{
  color: #d77647!important;
  text-decoration:none;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #0000001c;
    outline: none!important;
    padding: 6px 12px;
    font-family: Spectral, sans-serif;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
  background:#fff;
}
.wc_payment_methods li input{
  margin-right:6px!important;
}
.woocommerce ul#shipping_method .amount{
  font-weight:normal;
}
#shipping_method{
    font-family: Spectral, sans-serif;
}
.cart_totals h2{
     text-align: center;
    margin-bottom: 25px; 
}
.cart-count{
 font-family: Spectral, sans-serif;
}
.woocommerce-form-coupon-toggle{
  display:none;
}
.woocommerce-thankyou-order-received{
  text-align:center;
  margin-bottom:10px;
}
.woocommerce-thankyou-order-details{
    margin: 30px auto;
    padding: 0px;
    display: flex;
    justify-content: center;  
}
.woocommerce-table--order-details{
   font-family: Spectral, sans-serif;
}
#customer_login{
  width:100%;
}
#customer_login h2{
     color: #2b2824;
    font-size: 39px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px; 
}
.woocommerce-MyAccount-navigation ul{
 padding-left: 0;
    list-style: none; 
}
.woocommerce-MyAccount-navigation ul li a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    transition:0.5s all;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom:10px;
}
.woocommerce-MyAccount-content a{
  color:#c96838;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation-link.is-active a{
   color:#c96838; 
}
.woocommerce-MyAccount-content a.button{
  background-color: #ffffff;
  color:#c96838!important;
}
.woocommerce-MyAccount-navigation-link--downloads{
  display:none;
}
.addresses{
  width:100%!important;
}
.woocommerce-account .addresses .title .edit {
    margin-top: 26px;
}

@media (max-width:767px){
.woocommerce-MyAccount-content{
  margin-top:40px;
}
}

.woocommerce-column__title{
      color: #2b2824;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
address{
background-color: #f0f7f9;
    padding: 20px;
    border: 0px!important;
    border-radius: 0!important;
}
mark {
    background: #c56645;
    color: #fff;
    padding: 0 5px;
}
.navbar{
  padding-bottom:20px;
}
.spage-content{
     font-family: Spectral, sans-serif;
     font-size:16px;
     line-height:21px;
}
.spage-content a{
   color:#c96838;
}
.spage-content h2{
color: #2b2824;
    font-size: 26px;
    line-height: 40px;
    font-weight: normal;
}
.spage-content {
    padding: 30px 0 90px 0;
}
.faq-paragraph{
  font-size:15px!important;
}
.faq-paragraph h2 {
    color: #2b2824;
    font-size: 26px;
    line-height: 33px;
    font-weight: normal;
}
.pa{
display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c96838;
    background-color: #c96838;
    font-family: 'Spectral SC', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration:none;
    max-width:250px;
    margin:20px auto;
    transition:0.5s all;
}
.section-404{
  padding-bottom:100px;
}
.pa:hover{
    background-color: #d77647!important;
    color:#fff!important;
    border: 1px solid #d77647!important; 
}
.footer-text a{
  color:#c96838;
  text-decoration:none;
}
.cookie-notice-container{
  font-family: Spectral, sans-serif;
}
.cn-buttons-container a{
  border-radius:0!important;
  color:#fff!important;
  transition:0.5s all;
  border:1px solid #c96838!important;
}
.cs-page-over .woocommerce-notices-wrapper .button:hover {
    background: transparent!important;
    color: #fff!important;
    border-color: #fff!important;
}
.cn-buttons-container a:hover{
background-color: #d77647!important;
    color:#fff!important;
 
}
#cn-more-info{
  background:transparent!important;
  color: #c96838!important;
  border:1px solid #c96838!important;
}
#cn-more-info:hover{
 background-color: #d77647!important;
    color:#fff!important; 
    border:1px solid #d77647!important;
}
.testi-slide-flex{
  min-height:500px;
}

@media (max-width:800px){
 .testi-slide-flex{
  min-height:200px;
}
#cookie-notice{
      background-color: rgba(240,247,249,1)!important;
} 
}
.hero-section{
  background-size:cover;
  background-position:center;
  position:relative;
  background-attachment: fixed;
}
.hero-section:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.7;
}
.hero-flex{
  position:relative;
}

@media screen and (max-width: 679px){
.hero-section {
    padding-top: 120px;
}
.navbar {
    padding-bottom: 0px;
}
}
 @media (min-width:767px){
 .nav-col{
  width:33.33%;
 }
 .nth1{
  text-align:right;
 } 
 .nth2{
  text-align:center;
  display:flex;
  justify-content: center;
  max-width:215px;
 }
  .nth3{
  text-align:left;
 }
 .brand-logo{
  margin:0 auto;
  display:block;
 }
 }
 

 @media (min-width:800px) and (max-width:991px){
  .nth1 {
    text-align: right;
    width: auto;
}
 }

 @media (max-width: 769px){
.navbar {
    padding-bottom: 0px;
}
.clssic-page-section {
    padding: 140px 0 20px 0;
}
.product_title {
    font-size: 27px;
    line-height: 34px;
}
.product_collection a {
    font-size: 15px;
}
.woocommerce div.product div.images {
    margin-bottom: 40px;
}
.pci-item {
    width: 100%;
    margin-bottom:25px;
}
.nuty-item {
    width: 100%;
    margin: 1% 0;
}
.nuty-items,
.contact-columns{
  flex-wrap:wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
    padding-bottom: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  width:100%;
  text-align:center;
}
.woocommerce div.product .woocommerce-tabs .panel{
  padding:30px 0;
}
.footer-col-first img{
  max-width:150px;
}
.contact-col{
  width:100%;
}
.section-contact {
    padding: 0px 0 60px 0;
}
.page-template-template-onas .section-candles-info {
    padding-top: 10px;
    padding-bottom: 30px;
}
.page-template-template-pomoc .faq-faq {
    margin-top: 20px;
}
.woocommerce-cart .clssic-page-section {
    padding: 140px 0 0px 0;
}
button[name="apply_coupon"]{
 
  width:auto!important;
}
#coupon_code{
  max-width:150px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-top: 0px;
}
.woocommerce-billing-fields h3, #ship-to-different-address, #order_review_heading{
  text-align:center;
  font-size: 19px;
}
.order-review{
  padding: 0px 10px;
  margin-top:30px;
}
.woocommerce form .form-row label {
    line-height: 19px;
}
.woocommerce-message .button{
  display:block!important;
  float:none!important;
  text-align:center;
  margin-bottom:8px!important;
}
.woocommerce-checkout .spage-content .clssic-page-section .container{
  padding:0;
}
 }

 @media screen and (max-width: 767px){
.brand-logo {
    display: none;
}
 .woocommerce .col2-set, .woocommerce-page .col2-set, .order-review {
    width: 100%;
}
 }
 
 .woocommerce-NoticeGroup-checkout {
    flex-grow: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations select{
      height: 40px;
    border-radius: 0px;
    border: 1px solid #0000001c;
    outline: none!important;
    padding: 0 10px;
}
.reset_variations,
.sku_wrapper,
.additional_information_tab{
  display:none!important;
}
.single_variation_wrap{
  width:100%;
}
.variations_form {
  flex-wrap:wrap;
}
.variations .label{
  width:140px;
}
.variations .label label{
    margin-top: 5px;
}
.related.products{
  margin-top:55px;
}
.related.products h2{
      font-weight: 700;
      font-size:18px;
      text-align:center;
}
.single-product .clssic-page-section{
  padding-bottom:100px;
}
.add-text h2{
font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.product_collection{
  display:flex;
}
.product_collection a{
  margin-right:4px;
}
.spec-info{
  position:absolute;
  left:20px;
  top:20px;
  background:#c96838;
  color:#fff;
  padding:5px 10px;
      font-size: 11px;
      transition:0.5s all;
      display: flex;
    align-items: center;
}
.spec-info img{
  width:19px;
  margin-right:4px;
}
.si-bestseller{
  background:#000;
}
.variations tr{
  margin-bottom:10px;
  display:block;
}
.product-img-text{
  font-size:13px;
}
.product-img-text{
  padding:25px!important;
}

@media (max-width:600px){
  .woocommerce-thankyou-order-details{
    flex-wrap:wrap;
    margin-top:20px!important;
  }
  .woocommerce ul.order_details li{
    width:100%;
    margin:5px;
    border:0;
  }
}

ins,
.woocommerce-Price-currencySymbol{
	text-decoration: none!important;
}
.woocommerce span.onsale {
    min-height: 10px;
    min-width: 3.236em;
    padding: 5px 30px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 20px;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    background-color: #c4623f;
    color: #fff;
    font-size: 14px;
    z-index: 9;
}
.hero-info a{
	color:#fff;
	text-transform:uppercase;
	border:1px solid #fff;
	padding:10px 20px;
	transition:0.5s all;
	text-decoration: none;
}
.hero-a{
	display:block;
	margin-top:30px;
}
.hero-info a:hover{
	background:#fff;
	color:#000;
}
.payinfo{
	display:flex;
	align-items:center;
}
.payinfo img{
	max-width:55px;
	margin-right:10px;
}
@media (max-width:576px){
	.payinfo{
		justify-content:center;
	}
}
.przewidywana-dostawa{
	padding: 10px;
    background: #c4623f;
    margin-bottom: 13px;
    font-weight: 400;
    color: #fff;
}
.woocommerce div.product form.cart {
    margin-bottom: 10px;
}
.przewidywana-dostawa img{
	height:30px
}
.przewidywana-dostawa span{
	 
	margin-left:5px;
}

@media (max-width:575px){
	.przewidywana-dostawa{
		text-align:center;
	}
}
.dostepnosc{
  margin-bottom:15px;
}
.blackfriday{
  margin-top:55px;
  position:relative;
}
.counter-box-1{
  position: absolute!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 80px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bfi span{
font-size: 50px;
    line-height: 50px;
    margin: 0 20px;
}
.counter-box-1 .csf{
font-family: Spectral, sans-serif;
display:block;
font-size:15px;
}
.blackmobile{
  display:none;
}


@media (max-width:767px){
 
  .blackmobile{
    display:block;
     margin:0 auto;
  }
  .blackdesktop{
    display:none;
  }
  .counter-box-1{
    bottom:150px;
  }
  .bfi span {
    font-size: 34px;
    line-height: 24px;
    margin: 0 11px;
}
}

@media (max-width:367px){

  .counter-box-1{
    bottom:120px;
  }
  }

  @media (max-width:322px){
  .bfi span {
    font-size: 28px;
    line-height: 24px;
    margin: 0 4px;
}
  .counter-box-1{
    bottom:110px;
  }
  }

  .page-id-66 .navbar{
  	display:none;
  }
   .page-id-66 .footer{
  	display:none;
  }
  .page-id-66  .section-page-header {
    padding-bottom: 40px;
    padding-top: 50px;
}
.page-id-66 .subtitle-text{
background:

}
.cart-nav .brand-logo {
    color: #000;
    display:block!important;
}
.cart-nav .brand-logo span{
	color: #000!important;
}
.cart-nav .w-nav-brand{
	float:none;
}
.cart-nav{
display: block;
    margin: 20px auto 0px auto;
    text-align: center;
    width: 100%;
    height: auto;	
}

@media (max-width:768px){
	.woocommerce-page table.cart .product-thumbnail{
		display:block!important;
	}
	.product-thumbnail:before{
		content:none!important;
	}
	.woocommerce-cart table.cart img{
    width: 102px;
    box-shadow: none;
}
}
.payment_method_przelewy24{
	display:none!important;
}
label[for="payment_method_przelewy24_extra_227"]{
	display:flex;
}
.przewidywana-dostawa{
	margin-top:7px;
}
.paypoinfo{
    width: 23%;
    margin: 1%;
}
.payinfo2 img{
	width: 100px;
    margin-top: 23px;
}

.paypomobile{
	display:none;
}
 
@media screen and (max-width: 767px){
.paypoinfo {
    width: 48%;
}
}
 @media (max-width:479px){
.paypoinfo {
    width: 100%;
    margin: 1%;
    display:none;
}
.paypoinfo img{
	display:block;
	margin:0 auto;
}
.paypomobile{
	display:block;
}
.home .woocommerce.columns-4 {
    margin-top: 30px;
}
}
.christ-info{
background: #c96838;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 20px auto 0 auto;
}
.ctn{
  text-align:center;
}

.home .woocommerce.columns-4 {
    margin-top: 20px;
}
.single-product .christ-info{
background: #c96838;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 20px auto 20px auto;
}

#wcpay-payment-request-button-separator{
  display:none!important;
}
#wc-woocommerce_payments-upe-form label{
line-height:0.5;
}
.woocommerce-checkout #payment div.payment_box{
  line-height:0.5;
}