.shop-custom-header{
  display: block;
  width: 100%;
  height: 200px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.iworks-omnibus{font-weight: 700}
.iworks-omnibus span{
	font-weight: 700;
	color: #f99839;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

#main-search-wrapper{
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFF;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#main-search-wrapper.expanded{
  opacity: 1;
  height: 80px;
  overflow: visible;
  padding: 20px 0;
  box-shadow: 0 20px 20px rgba(0,0,0,0.04);
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
input[type="submit"].button,
.cookie-notice-container .button {
  font-family: 'Jost*', sans-serif;
  font-weight: 400;
  text-transform: none;
  position: relative;
  padding: 16px 15px 12px 15px;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 12px;
  background: transparent;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}

.woocommerce a.button:before{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-color: #000000 transparent transparent transparent;
    -webkit-transition: 0.8s;
    transition: 0.5s;
}


.woocommerce a.button:hover:before{
    border-width: 350px 550px 0 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
}

.woocommerce .widget_price_filter .price_slider_amount {
     font-family: 'Jost*', sans-serif;
    font-size: 14px;
    color: #999;

}


.cookie-notice-container .button{
  padding: .618em 1em;
  background: #000;
  text-shadow: none;
}

.product_list_widget .amount{
  color: #999;
  font-size: 13px;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce div.products div.product .star-rating {
    display: none;
}

.woocommerce ul.products li.product .price,
.woocommerce div.products div.product .price {
  color: #f99839;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Jost*', sans-serif;
  text-align: right;
  padding-right: 7%;
  display: block;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .8;
    display: inline-block;
    color: #999;
    font-size: 16px;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol{
  margin-left: -3px;
  font-size: 0.8em;
  font-weight: 300;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
    text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce div.products div.product .button {
    margin-top: 1em;
    display: block;
    text-align: center;
}

.woocommerce ul.products li.product .onsale,
.woocommerce div.products div.product .onsale{
  top: 15px;
  right: -7px;
  left: auto;
  margin: 0;
  padding: 8px 10px 4px 10px;
  border-radius: 0;
  min-height: 1px;
  min-width: 1px;
  line-height: 1.34;
  font-weight: 300;
  font-size: 11px;
  background: #f99839;
  border: 1px solid #f99839;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Jost*', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}

.woocommerce ul.products li.product .onsale.new-item,
.woocommerce div.products div.product .onsale.new-item{
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}

.woocommerce ul.products li.product .onsale.new-item.lower,
.woocommerce div.products div.product .onsale.new-item.lower{
  top: 54px;
}

.woocommerce ul.products li.product .onsale:after,
.woocommerce div.products div.product .onsale:after{
  content: '';
  position: absolute;
  bottom: -9px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #000 transparent transparent transparent;
}






.woocommerce span.onsale {
    padding: 8px 10px 4px 10px;
    border-radius: 0;
    min-height: 1px;
    min-width: 1px;
    line-height: 1.34;
    font-weight: 300;
    font-size: 13px;
    background: #f99839;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Jost*', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

.widget_shopping_cart .widgettitle{
  font-size: 1.268em;
  border-bottom: 1px solid #EEE;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 10px;
}


.woocommerce ul.products li.product a,
.woocommerce div.products div.product a{
    text-decoration: none;
}



.woocommerce ul.products li.product a.add_to_wishlist,
.woocommerce div.products div.product a.add_to_wishlist{
  display: inline-block;
  text-align: center;
  color: #999;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;

}

.woocommerce ul.products li.product a.add_to_wishlist:hover,
.woocommerce ul.products li.product a.add_to_wishlist:focus,
.woocommerce div.products div.product a.add_to_wishlist:hover,
.woocommerce div.products div.product a.add_to_wishlist:focus{
  color: #f99839;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
  padding: .634em 2.55em;
}

.woocommerce.widget_shopping_cart .buttons a:first-of-type{
	border-color: transparent;
}

.woocommerce.widget_shopping_cart .buttons a:first-of-type:before{
	display: none;
}

.woocommerce.widget_shopping_cart .buttons a:first-of-type:hover{
	color: #999;
	background: #FFF;
	border-color: #FFF;
}

.woocommerce.widget_shopping_cart p{
  margin-bottom: 0;
}



.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse,
.woocommerce div.products div.product .yith-wcwl-wishlistexistsbrowse{
  text-align: center;
  color: #999;
  text-align: center;
}

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 15px 60px 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}
*/

.yith-wcwl-wishlistaddedbrowse.show{
  text-align: center;
}

.yith-wcwl-wishlistaddedbrowse .feedback{
  display: block;
  font-weight: 300;
}

.woocommerce ul.products li .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce ul.products li .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce div.products .product .yith-wcwl-wishlistaddedbrowse.show a,
.woocommerce div.products .product .yith-wcwl-wishlistexistsbrowse.show a{
  display: block;
  color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.woocommerce ul.products li .yith-wcwl-wishlistaddedbrowse.show a:hover,
.woocommerce ul.products li .yith-wcwl-wishlistexistsbrowse.show a:hover,
.woocommerce div.products .product .yith-wcwl-wishlistaddedbrowse.show a:hover,
.woocommerce div.products .product .yith-wcwl-wishlistexistsbrowse.show a:hover{
  color: #fac38b;
}

#yith-wcwl-popup-message{
  display: none!important;
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  right: 1.5em;
  font-size: 15px;
  line-height: 1;
  width: 15px;
  height: 15px;
  text-align: center;
  top: 1em;
}

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce div.products div.product a.added_to_cart{
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Jost*', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
}

.woocommerce ul.products li.product a.added_to_cart:hover,
.woocommerce div.products div.product a.added_to_cart:hover{
	color: #f99839;
}


.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    color: #333e48;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.618em;
  background-color: #fac38b;
  margin-left: 0;
  border-radius: 0;
  color: #000;
  clear: both;
  border-left: .618em solid rgba(0,0,0,.04);
  border-top: none;
  line-height: 1.44;
}

.woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
    background-color: #f99839;
    color: #FFF;
}

.woocommerce-error{
  color: #FFF;
}

.woocommerce-error a, .woocommerce-info, .woocommerce-message a{
  color: #fff;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  display: none;
}

.woocommerce-info button, .woocommerce-noreviews a, .woocommerce-noreviews button, p.no-comments a, p.no-comments button {
    color: #333e48;
    font-weight: 700;
}


.woocommerce-info a{color: #FFF;}

.woocommerce-error {
    background-color: #d9534f;
}

.woocommerce table.shop_table{border-radius: 0}

table.cart .product-name a {
    color: #3e3e3e;
}

table.cart .product-quantity .input-text {
    padding: .5em 1em;
    border-radius: 0;
}

table.cart .product-remove a,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    color: #a7a7a7!important;
    font-size: 1.5em;
    font-weight: 400;
}

table.cart .product-remove a:hover,
table.cart .product-remove a:focus,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:focus{
    color: #e00!important;
    background: transparent;
}

table.cart td {
    vertical-align: middle;
    padding-top: 1.029em;
  padding-bottom: 1.029em;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 82px;
    width: auto;
    border: 1px solid #ddd;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: transparent;
    color: #000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff;
}

#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 {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1em;
    padding: 0.8em;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 15px; right: 25px; box-shadow: 0 0 32px 0 rgba(0,0,0,.1);
  width: 44px;
  height: 44px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
  transform: translateY(-5px);
}

.pswp__caption__center {display: none!important}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 14px;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #999;
    border-radius: 6px;
    position: absolute;
    top: 25px;
    left: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}


#secondary .widget-title,
.cart_totals  > h2,
.entry-header > .entry-title,
.woocommerce-checkout h3{
  font-size: 1.286em;
  line-height: 1em;
  margin-bottom: 1.65em;
  padding-bottom: 1.053em;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}

.entry-header > .entry-title{
  font-size: 1.568em;
  margin-top: 0.8em;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}

.woocommerce-products-header h1{
  font-size: 1.867em;
  margin-top: 0;
  padding-bottom: 0.6em;
  position: relative;
  margin-bottom: 30px;
}


#secondary .widget-title:after,
.cart_totals  > h2:after,
.entry-header > .entry-title:after,
.woocommerce-checkout h3:after,
.woocommerce-products-header h1:after{
  content: ' ';
  width: 200px;
  border-bottom: 2px solid #DDD;
  display: block;
  position: absolute;
  bottom: 0px;
   left: 0;
  transform-origin: left;
  -webkit-transform: scaleX(.3);
  transform: scaleX(.3);
  -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}

#secondary .widget-title:before,
.cart_totals  > h2:before,
.entry-header > .entry-title:before,
.woocommerce-checkout h3:before,
.woocommerce-products-header h1:before{
  content: ' ';
  width: 8.684em;
  border-bottom: 1px solid #DDD;
  display: block;
  position: absolute;
  bottom: 0;
}

.entry-header > h1.entry-title:before{
	width: 100%;
}

.entry-header > .entry-title.blog-title:before{
  width: 120px;
  left: 50%;
  margin-left: -60px;
}

.entry-header > .entry-title.blog-title:after{
  width: 80px;
  margin-left: -40px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-blog-post .posted-on{
  margin-right: 0;
}

.woocommerce table.shop_table {
    border: none;
    border-collapse: separate;
}

.woocommerce table.wishlist_table {
    font-size: 1em;
    border-collapse: collapse;
}

.wishlist_table tr td.product-thumbnail img{
  height: 82px;
  width: 82px;
  max-width: 82px;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: transparent;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  padding: 1.257em 1.214em;
  border-radius: 0;
  border: none;
  line-height: 1;
  border: 1px solid #000;
}

.woocommerce table.wishlist_table thead th {
  border-top: none;
  border-bottom: none;
}

.wishlist-title h2 {
    font-size: 1.286em;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 1em;
}



.woocommerce table.wishlist_table thead tr{
  border-bottom: 2px solid #eee;;
}

.woocommerce table th{
  border-top: none;
  border-bottom: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce .woocommerce-form-coupon .input-text{
  height: 50px;
  padding: .857em 1.214em;
}

.woocommerce .coupon .button,
.woocommerce .woocommerce-form-coupon .button{
  border-radius: 0 ;
  height: 50px;
  margin-left: -5px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #000;
  color: #FFF;
}


.woocommerce .coupon .input-text,
.woocommerce .woocommerce-form-coupon .input-text{
  border-radius: 0;
  width: auto!important;
}

.woocommerce .woocommerce-form-coupon .input-text{
  width: 100%!important;
}

.woocommerce .woocommerce-form-coupon .form-row-last{
  float: left;
}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 16px 15px 12px 15px;
  background: #EEE;
  color: #000;
  opacity: .1;
}



.woocommerce table.cart td.actions{
  padding-top: 30px;
}

.woocommerce form.checkout_coupon{
  border: none;
  padding: 0;
}

#secondary .widget + .widget {
  border-radius: 0;
  padding: 20px;
}

#secondary .widget + .widget:hover .widget-title:after,
#secondary .widget_product_categories:hover .widget-title:after {
   -webkit-transform: scaleX(.6);
  transform: scaleX(.6);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background-color: #000;
  top: -6px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    border: 2px solid #000;
    background-color: #fff;
    margin-left: -1em;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  color: #f99839;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.woocommerce .widget_layered_nav_filters ul li a:hover:before {color: #000;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f5f5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
   float: left;
  padding: .857em 2.214em;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce .widget_price_filter .price_slider_amount .from,
.woocommerce .widget_price_filter .price_slider_amount .to{
  font-weight: 500;
  color: #000;
}


.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    font-weight: 500;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1em;
  padding: 0.8em;
  width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 3px;
}

.nice-select .list{border-radius: 0}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout #payment ul.payment_methods li p img {  margin-left: 0}

.woocommerce-checkout #payment div.payment_box {
	background: #FFF;
}

.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #FFF;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {font-size: 1em}

.woocommerce .widget_price_filter .price_slider_amount{margin-top: 30px;}

.select2-container .select2-selection.select2-selection--single, .woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection.select2-selection--single {
    height: 44px;
    border-radius: 0;
    padding: 8px;
    font-size: 1em;
    line-height: 1.286em;
    border: 1px solid #ddd;
    width: 100%;
}

.select2-container .select2-selection .select2-selection__arrow, .woocommerce-widget-layered-nav-dropdown .select2-container .select2-selection .select2-selection__arrow {
    top: 0;
    right: 10px;
    height: 44px;
}

#customer_details .woocommerce-input-wrapper{
  display: block;
  width: 100%;
}

#customer_details .woocommerce-additional-fields{
  display: block;
  margin-top: 30px;
}

.woocommerce table.woocommerce-checkout-review-order-table th {
  border: none;
}

.shop-bradcrumb{
  padding: 40px 0;
  background-image: url('../images/bread-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

.woocommerce-breadcrumb {
    margin-top: 1.786em;
    margin-bottom: 3.571em;
}

.woocommerce-breadcrumb a {
    color: #333e48;
    display: inline-block;
}

 .woocommerce #content div.product div.summary.entry-summary {
  width: 100%;
  margin-top: 0;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #bbb;
}

.woocommerce .summary.entry-summary .product_meta{
    color: #999;
    border-top: 1px solid #EEE;
}

.entry-summary .yith-wcwl-wishlistaddedbrowse.show {
    text-align: left;
}



  .woocommerce .summary.entry-summary .product_meta span.sku_wrapper{
    display: block;
    font-weight: 500;
  }

  .woocommerce .summary.entry-summary .product_meta span.sku_wrapper .sku{
    font-weight: 400;
  }

  .woocommerce .summary.entry-summary .product_meta span.posted_in,
  .woocommerce .summary.entry-summary .product_meta span.tagged_as{
    display: block;
    font-size: .929em;
    margin: 15px 0;
  }

   .woocommerce .summary.entry-summary .product_meta span.tagged_as {display: block;}
   .woocommerce .summary.entry-summary .product_meta span.tagged_as a{
     font-size: 13px;
     font-family: 'Jost*', sans-serif;
    display: inline-block;
    padding: 6px 10px;
    color: #000;
    border-radius: 0;
    min-height: 1px;
    min-width: 1px;
    line-height: 1.34;
    font-weight: 500;
    background: transparent;
    z-index: 1;
    border: 1px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
   }

   .woocommerce .summary.entry-summary .product_meta span.tagged_as a:hover{
    background-color: #000;
    color: #FFF;
    text-decoration: none;
   }

  .woocommerce .summary.entry-summary  .yith-wcwl-add-to-wishlist{
     color: #6c757d;
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
  }

  .woocommerce .summary.entry-summary  .yith-wcwl-add-to-wishlist a{
    color: #000;
    padding: .834em 0;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: 'Jost*', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
  }

  .woocommerce .summary.entry-summary  .yith-wcwl-add-to-wishlist a:hover{
    color: #999;
    text-decoration: none;
  }

  .single-product  .product_title {
    font-size: 2.286em;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}

.woocommerce .star-rating span {
    color: #EEE;
}

.woocommerce .star-rating {
    line-height: 1;
    font-size: 20px;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 12px;
  line-height: 1em;
  color: #999;
  margin-top: 40px;
  display: block;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce div.products div.product, .woocommerce-page div.products div.product{
  padding-bottom: 40px;
  position: relative;
}

.products .product-slide{
  padding: 0 15px;
}

/*.woocommerce-page div.products div.product .product-wrap-in{
  padding: 0 15px;
}*/

.woocommerce div.products div.product, .woocommerce-page div.products div.product{
  margin-bottom: 2.992em;
}

.woocommerce #reviews #comments h2 {
  font-size: 1.286em;
  line-height: 1.222em;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 15px 0;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border-color: #eee;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none!important;
}

.woocommerce #review_form #respond .stars a{
  color: #000;
  font-size: 24px;
}

.comment-respond .comment-reply-title{
  font-size: 1.286em;
  line-height: 1.222em;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  display: block;
}

#tab-additional_information > h2,
#tab-description > h2{
  font-size: 1.286em;
  line-height: 1.222em;
  font-weight: 400;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  display: block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    /*color: #f99839;*/
	color: #000;
    font-size: 1.8em;
    font-weight: 700;
    font-family: 'Jost*', sans-serif;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-weight: 400;
    font-size: 0.875em;
}

.woocommerce div.product span.price{color: #000;}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  color: #f99839;
  text-decoration: none;
}

.woocommerce div.product .stock {
    color: #8ed3af;
    font-weight: 400;
}
.woocommerce-product-gallery .flex-viewport{
  border: 1px solid #EEE;
  margin-bottom: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border-color: #ccc;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
  border: 1px solid #EEE;
}
.woocommerce div.product .out-of-stock {
    color: #f99839;
}

.woocommerce div.product .out-of-stock > span{
  display: block;
  margin-bottom: 15px;
}

.ask-for-product__item{
  padding: 30px 0;
  margin-bottom: 30px;
}

#ask-for-product-wrapper{
  display: block;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  display: block;
  width: 100%;
  transform-origin: top;
  transform: scaleY(1);
  transform-style: flat;
  transform-origin: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .9s .1s cubic-bezier(.29,1,.42,1);
  transition: all .9s .1s cubic-bezier(.29,1,.42,1);
}

#ask-for-product-wrapper.expanded{
  max-height: 800px;
  opacity: 1;
   -webkit-transform: translateZ(1);
  transform: translateZ(1);
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -5px;
  margin-right: -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 5px;
}

.woocommerce-variation-price{
  display: block;
  margin-bottom: 15px;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
  }

.woocommerce #content div.product .woocommerce-tabs{
  padding: 0;
  margin: 30px 0;
}

.single-product .woocommerce-product-details__short-description {
  line-height: 1.5em;
  color: #000;
  margin-bottom: 30px;
}

.single-product .woocommerce-product-details__short-description ul,
#tab-description ul{
  list-style: none;
  padding-left: 10px;
}

.single-product .woocommerce-product-details__short-description ul li:before
/*,#tab-description ul li:before*/ {
    content: "";
    width: 8px;
    height: 9px;
    border: 1px solid #ccc;
    border-width: 1px 1px 2px 1px;
    border-radius: 0 0 2px 2px;
    display: inline-block;
    font-size: 60%;
    margin-right: 8px;
    margin-top: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.up-sells.upsells.products > h2,
.cross-sells > h2,
.related.products > h2{
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 1.95em;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.up-sells.upsells.products > h2:after,
.cross-sells > h2:after,
.related.products > h2:after{
  content: ' ';
  width: 4.684em;
  border-bottom: 1px solid #000;
  display: block;
  position: absolute;
  bottom: -1px;
}

.variations a.reset_variations{
  margin: 5px 10px;
  color: #999;
  float: left;
}

.woocommerce div.product form.cart .variations {
    display: block;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 50px 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 500;
  font-family: 'Jost*', sans-serif;
  color: #CCC;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
   border-bottom: 3px solid #DDD;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
  color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: center;
  font-size: 22px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    margin-top: 5px;
    color: #333e48;
}

.woocommerce-page .woocommerce-message .button {
  background-color: transparent;
  padding: 0 1.214em;
  color: #FFF;
  border-color: #FFF;
  border: none;
  line-height: 2em;
}

.woocommerce-page .woocommerce-message .button:hover{
  background: transparent;
  color: #000!important;
}

.shop-loop-filters{
  display: block;
  overflow: visible;
  margin-bottom: 15px;
  height: auto;
  float: left;
  width: 100%;
}

.nice-select{
  border-radius: 0;
}

.shop-loop-filters .nice-select{
  border-color: #DDD;
  color: #999;
}

.shop-loop-filters form.woocommerce-ordering{
  margin: 0;
}

.widget_product_categories{
  border-radius: 0;
  padding: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*.widget_product_categories:hover{
  box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}*/

.shop-loop-filters .nice-select{
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Jost*', sans-serif;
  font-weight: 700;
}


ul.product-categories,
#menu-menu-boczne{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #999;
}

.widget_product_categories ul li > a,
#menu-menu-boczne li > a{
  font-family: 'Jost*', sans-serif;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  color: #000;
  padding: .4em 0;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-transform: uppercase;
}

.widget_product_categories ul li > a:after,
#menu-menu-boczne li > a:after{
  content: '';
  width: 100%;
  height: 1px;
  transform-origin: left;
  background: #f99839;
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}

.widget_product_categories ul li > a:hover:after,
#menu-menu-boczne li > a:hover:after{
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.widget_product_categories ul li .count {
    font-size: .857em;
    color: #acacac;
}


.widget_product_categories li.current-cat > a,
#menu-menu-boczne li.current-menu-item > a{
    font-weight: 700;
    color: #f99839;
}

#menu-menu-boczne li .sub-menu{
	display: none;
}

#menu-menu-boczne li.current-menu-item .sub-menu,
#menu-menu-boczne li.current-menu-parent .sub-menu{
	display: block;
}

/*ul.product-categories ul.children li {
   font-size: .857em;
}*/

ul.product-categories ul.children{
  padding-left: 30px;
}

.widget_product_categories ul li > a:hover,
#menu-menu-boczne li > a:hover{
  color: #f99839;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 1px solid #000;
  border-right: none;
  border-radius: 0;
	margin-bottom: 60px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #000;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: .6em 1.2em;
    color: #444;
    font-weight: 400;
}

.woocommerce .star-rating:before {
  color: #EEE;
}

/* Filters */

.woocommerce .woocommerce-widget-layered-nav-list a{
  color: #999;
}

.woocommerce .woocommerce-widget-layered-nav-list .chosen a{
  color: #000;
}

.woocommerce .woocommerce-widget-layered-nav-list a:before {
    content: '';
    display: inline-block;
    line-height: 1;
    margin-right: .618em;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 0;
    border-radius: 50%;
}

.widget_layered_nav ul li .count{
  font-size: .857em;
  color: #acacac;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    background: transparent;
    content: '';
    margin-right: .618em;
    color: #a00;
    background: #000;
    border-color: #000;
    border-radius: 50%;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::after {
    content: '';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
}

.shop_table.woocommerce-checkout-review-order-table{
  padding: 15px;
  background: #f5f5f5;
}

h3#ship-to-different-address{
  margin-top: 30px;
  margin-bottom: 0;
}

.shipping_address .woocommerce-shipping-fields__field-wrapper{
  padding-top: 15px;
}

.woocommerce a.registration-link{
  background: #f5f5f5;
  margin-left: 8px;
}

.form-header-text{
   font-size: 1.286em;
  line-height: 1.222em;
  font-weight: 400;
}

.woocommerce-password-strength {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

/* Notka pod rejestracją */

#customer_login .register-benefits h3 {
    font-size: 1.286em;
    line-height: 1em;
    margin-bottom: 1.444em;
    margin-top: 1.444em;
    font-weight: 500;
}

#customer_login .register-benefits ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#customer_login .register-benefits ul > li {
    line-height: 2.143em;
}

#customer_login .register-benefits ul > li .lnr{
  margin-right: 6px;
  color: #000;
}

/*#customer_login .register-benefits ul > li::before {
    content: "\f00c";
    color: #5bb300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 1em;
}*/

/* Form register */

.woocommerce form.register {
  border: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login{
  border-color: #EEE;
  border-radius: 0;
}

/* My account */

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;
}

.woocommerce-MyAccount-navigation ul li a {
	font-family: 'Jost*', sans-serif;
	letter-spacing: 1px;
    padding: .657em 0;
    display: block;
    color: #000;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
	color: #f99839;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus{
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-MyAccount-navigation ul li a:focus:before{
  opacity: 1;
	-webkit-transform: translatex(-13px);
	transform: translatex(-13px);
}

/* Dashboard menu icons */

.woocommerce-MyAccount-navigation ul li a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Linearicons-Free';
    font-weight: 400;
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .45;
    -webkit-transition: all .2s;
    transition: opacity all .2s;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\e800";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\e82e";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\e80b";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\e833";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\e82a";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\e820";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--moje-zgody a::before {
  content: "\e80d";
}

.woocommerce-address-fields .woocommerce-input-wrapper{
  width: 100%;
}

.mailpoet-manage-subscription .mailpoet_paragraph,
.mailpoet-manage-subscription .mailpoet_select_label{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.mailpoet-manage-subscription .mailpoet_select{
  width: 100%;
  float: left;
}

.mailpoet-manage-subscription .mailpoet_checkbox_label{
  display: block;
  width: 100%;
  margin-top: 5px;
}

.mailpoet_paragraph fieldset {
  min-width: min-content;
}

.mailpoet-submit-success{ color: #02ca02;}

.mailpoet-manage-subscription .mailpoet_submit{
  border: 1px solid #000!important;
}

.mailpoet-manage-subscription .mailpoet_submit:hover{
  background: #000;
}



.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-1 {
    float: left;
    width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-MyAccount-content .col2-set .col-2 {
    float: right;
    width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3{
  display: block;
  width: 100%;
  font-size: 1.286em;
  line-height: 1em;
  margin-bottom: 1.95em;
  padding-bottom: 1.053em;
  position: relative;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3:after{
  content: ' ';
  width: 3.684em;
  border-bottom: 2px solid #DDD;
  display: block;
  position: absolute;
  bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3:before{
	content: ' ';
	  width: 8.684em;
	  border-bottom: 1px solid #DDD;
	  display: block;
	  position: absolute;
	  bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 0 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
  display: none;
}

.woocommerce-MyAccount-content .edit-account legend{
    background: #EEE;
	padding: 8px 15px;
	text-transform: uppercase;
	margin: 15px 0;
	font-family: 'Jost*',sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.woocommerce-account .addresses .title .edit {
	text-transform: uppercase;
    font-family: 'Jost*', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
	text-decoration: none;
    font-size: 11px;
    padding: 3px 16px;
    background: #EEE;
}

.woocommerce-account .addresses .title .edit:hover{
	background: #000;
	color: #FFF;
}

.woocommerce-order h2.wc-bacs-bank-details-heading,
.woocommerce-order h2.woocommerce-order-details__title,
.woocommerce-MyAccount-content .woocommerce-order-details h2,
.woocommerce-view-order .woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-order .woocommerce-column__title{
  font-size: 1.468em;
  margin-bottom: 0.8em;
}

.woocommerce .woocommerce-breadcrumb {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 30px 0;
    margin: 0;
    font-family: 'Jost*', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #999;
}

.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    border-radius: 0;
    padding: .834em 1em;
    line-height: 1.5;
    font-size: 13px;
    height: 48px;
    border: 1px solid #000;
    color: #000;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0!important;
}

.woocommerce div.product form.cart .button.disabled{
  background: #000;
  padding: .834em 2em;
  opacity: 1;
}

.woocommerce #content div.product div.summary.entry-summary .button{
  width: 80%;
  height: 48px;
  background: #000;
    color: #FFF;
}

.woocommerce #content div.product div.summary.entry-summary .button:hover,
.woocommerce #content div.product div.summary.entry-summary .button:focus{
  background: #f99839;
  border-color: #f99839;
}

.woocommerce #content div.product div.summary.entry-summary div.quantity{
  position: relative;
  width: 18%;
  margin-right: 2%;
}

div.quantity{position: relative; max-width: 140px;}

table.cart .product-quantity .input-text{
  width: 100%;
}

div.quantity .qty-icon{
  cursor: pointer;
  /* font-family: 'Jost*', sans-serif;*/
  font-size: 24px;
  font-weight: 400;
  width: 32px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

div.quantity .qty-icon:after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -webkit-transform 0.5s cubic-bezier(.19,1,.22,1);
  transition: all 0.5s cubic-bezier(.19,1,.22,1);
  transition: all 0.5s cubic-bezier(.19,1,.22,1),-webkit-transform 0.5s cubic-bezier(.19,1,.22,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

div.quantity .qty-icon:before{
    position: absolute;
    top: 10px;
    left: -5px;
    width: 100%;
    z-index: 1;
}

.cwginstock-subscribe-form{
	display: block;
	float: left;
	width: 100%;
}


div.quantity .qty-icon:hover:after{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

div.quantity .qty-icon:hover:before{
  color: #FFF;
}


.qty-icon.icon-plus{
  right: 0;
}

.qty-icon.icon-plus:before{
  content: '+';
}

.qty-icon.icon-minus{
  left: 0;
}

.qty-icon.icon-minus:before{
  content: '-';
}

.woocommerce #content div.product div.summary.entry-summary div.quantity .qty{
  width: 100%;
}

#main-search-wrapper .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  background: transparent;
  text-shadow: none;
  color: #000;
  border: 1px solid #000;
  font-weight: 700;
  min-width: 120px;
}

#main-search-wrapper .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{
  background: #000;
  color: #FFF;
  opacity: 1;
}

#main-search-wrapper .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}

#main-search-wrapper .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
  font-family: 'Jost*', sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #EEE;
  border-radius: 0;
}

#main-search-wrapper .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus{
  border: 1px solid #000;
  box-shadow: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si img {
  border: none;
  border-radius: 0;
}

.dgwt-wcas-suggestions-wrapp{
  border: none!important;
  box-shadow: 0px 18px 32px 0px rgba(0,0,0,.1);
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion {
  border-bottom: none;
  font-family: 'Jost*', sans-serif;
  font-weight: 400;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp{
  font-weight: 500;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
}

.woocommerce ul.products li .yith-wcwl-add-to-wishlist,
.woocommerce div.products div .yith-wcwl-add-to-wishlist{
    font-family: 'Jost*', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0;
    z-index: -1;
    text-align: center;
    position: absolute;
    padding: 15px 0;
    -ms-transform: translateY(-44px);
    -webkit-transform: translateY(-44px);
    transform: translateY(-44px);
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.woocommerce ul.products li:hover .yith-wcwl-add-to-wishlist,
.woocommerce div.products div.product:hover .yith-wcwl-add-to-wishlist{
  opacity: 1;
  z-index: 1;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.woocommerce div.products div.product .woocommerce-loop-product__title{
  padding: .5em 0;
  line-height: 30px;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.products div.product .woocommerce-loop-product__title {
  height: 4.872em;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

.woocommerce div.products div.product .woocommerce-loop-product__title{
  margin-top: 1em;
}




.woocommerce ul.products li.product a img,
.woocommerce div.products div.product a img{
  border: 1px solid #EEE;
}

/*.woocommerce ul.products li.product .price{
   -webkit-transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}

.woocommerce ul.products li.product:hover .price{
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}*/

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #eee;
    color: #000;
}

.nice-select::after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

ul.after-cart-info{
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
	float: left;
}

ul.after-cart-info li{
  margin-bottom: 20px;
  color: #999;
  display: inline-block;
	margin-right: 25px;
}

ul.after-cart-info li a, ul.after-cart-info li{
  color: #000;
  text-transform: uppercase;
  font-family: 'Jost*', sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 12px;
}

ul.after-cart-info li .shop-icon{
  margin-right: 15px;
  margin-bottom: -14px;
}


.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: transparent;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border-bottom: none;
}

.woocommerce table.shop_attributes {
  border-top: none;
}

/*.woocommerce ul.products li.product .woocommerce-loop-product__title{
  -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
  transition: all 1s cubic-bezier(.19,1,.22,1);
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title{
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}*/


.woocommerce form #fakturaczyparagon_field,
.woocommerce form #nip_field{
  margin: 0;
}

.pole-nip{
  display: block;
}


.pole-nip span.optional{display: none!important}

.faktura-radio  label {
  display: inline!important;
  margin-right: 10px;
  margin-left: 5px;
}

/* DISABLED FIELDS */


#billing_address_2_field,
#shipping_company_field,

#shipping_address_2
{
  display: none!important;
}

#billing_country_field .nice-select,
#shipping_country_field .nice-select{
	width: 100%;
}

/* Billing radio fields styling */

.faktura-radio .input-radio{
  visibility: hidden;
  position: absolute;
}

.faktura-radio .input-radio + label{
  font-family: 'Jost*', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  float: left;
  padding: 16px 15px 12px 15px;
  text-align: center;
  width: 50%!important;
  cursor: pointer;
 /* border: 1px solid #000;*/
  margin-right: -1px;
  color: #000;
  background-color: #f5f5f5;
  display: inline-block!important;
  line-height: 1!important;
  font-weight: 700!important;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}



/*.faktura-radio .input-radio + label:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: width .3s;
    transition: width .3s;
}*/

.faktura-radio .input-radio:hover + label,
.faktura-radio .input-radio:checked + label{
  color: #FFF;
  background: #000;
  opacity: 1;
}

/*.faktura-radio .input-radio + label:hover:after,
.faktura-radio .input-radio:checked + label:after{
  width: 100%;
  left: 0;
}*/

.woocommerce .woocommerce-form-coupon .form-row{
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-form-coupon .button {
  margin-left: -1px;
}

.ipgs > .ipgs-infobox{
  display: none!important;
}

.pr-slider-prev, .pr-slider-next {
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    cursor: pointer;
    color: #999;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: all .3s;
    transition: opacity all .3s;
}

.pr-slider-prev:hover, .pr-slider-next:hover{
  color: #000;
}


.product-slider-wrapper:hover .pr-slider-prev,
.product-slider-wrapper:hover .pr-slider-next{
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pr-slider-prev{left: -25px;}
.pr-slider-next{right: -25px;}

.woocommerce .coupon .button.back-to-shopping{
    display: block;
    float: right;
    margin-left: 5px;
}


.other-products{
  display: block;
  overflow: hidden;
  margin: 15px 0;
  background: #EEE;
  padding: 15px;
}

.other-product-title{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

.other-products img.wp-post-image{
  border: 1px solid #EEE;
  width: 64px;
  margin-right: 15px;
  display: block;
  float: left;
}

.other-products .amount{
  color: #999;
  font-size: 13px;
  display: block;
  font-weight: 700;
}

.other-products .text{
  font-family: 'Jost*', sans-serif;
  letter-spacing: 1px;
  display: block;
  float: left;
  max-width: calc(100% - 80px);
}

.other-products h4{
  font-size: 14px;
  font-weight: 700;
}

.other-products:hover h4{
  text-decoration: underline;
}

.woocommerce-shipping-methods .shipping-method-description{
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}

.woocommerce-checkout-review-order th.product-total{
  min-width: 45%;
}

.woocommerce ul#shipping_method li label {
  font-family: 'Jost*', sans-serif;
  font-size: 16px;
}

.woocommerce ul#shipping_method .amount{
  font-size: .8em;
}

#sidebars-filters, #secondary .close-sidebar{
  display: none;
}

.mailpoet-subscription-section > h3{
	display: none;
}

.woocommerce-terms-and-conditions-wrapper, .mailpoet-subscription-section p.mailpoet-subscription-field label,
.mailpoet-subscription-section p{
	font-size: 13px;
	line-height: 1.5;
}

.mailpoet-subscription-field-gdpr p{margin: 0}

.form-row.place-order a{
	color: #f99839;
	font-weight: bolder;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
	box-shadow: none;
	border-width: 1px;
	padding: 30px;
}

.woocommerce .woocommerce-order-details{
	font-size: 14px;
}

.woocommerce-MyAccount-orders .button.view{
	padding: 5px 15px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"],
.woocommerce-EditAccountForm button[type="submit"]{
	margin-top: 15px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display: none!important;
}

.woocommerce-MyAccount-content h3{
	font-size: 1.568em;
}

.woocommerce-account .addresses .title h3{
	margin-bottom: 10px;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details td:first-child,
.woocommerce .woocommerce-table.woocommerce-table--order-details th:first-child{
	padding: 9px 0;
}

.woocommerce ul.order_details {
	padding-left: 0;
}

/* mobile cart */

#mobile-cart{
  display: none!important;
}



/****************
* RESPONSIVES   *
****************/

/* 1200px */
@media (max-width:1200px){
  .faktura-radio .input-radio + label{
    width: 50%!important;
  }


}


/* 1024px */
@media (max-width:1024px){
  .woocommerce .woocommerce-result-count {
    display: none;
  }

  .pr-slider-prev, .pr-slider-next {
    display: none!important;
  }

  .woocommerce ul.order_details li {margin-bottom: 15px;}


   .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}

	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
		float: right;
		clear: none !important;
	}
}

/* 991px */
@media (max-width:991px){
  .shop-loop-filters {
    background: transparent;
    padding: 0;
  }

 /* .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
      width: 48%;
      float: left;
      margin: 0 0 2.992em;
  }*/

}

/* 767px */
@media (max-width:767px){
  .woocommerce .coupon .button,
  .woocommerce .woocommerce-form-coupon .button {
      float: left!important;
      width: auto!important;
  }

  .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-1,
  .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-MyAccount-content .col2-set .col-2,
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce .coupon .button.back-to-shopping{
    margin: 10px 0;
    display: block !important;
    width: 100% !important;
    text-align: center;
  }


  #sidebars-filters { display: block; margin-bottom: 30px; }
  #filters-trigger{display: block;}

  #secondary{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 288px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 100000000;
    display: block !important;
    padding-top: 20px;
    -webkit-transform: translate( -300px, 0 );
    transform: translate( -300px , 0 );
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
  }

  #secondary .close-sidebar{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    z-index: 1;
    cursor: pointer;
    padding: 10px 15px;
  }

  #secondary.expanded{
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    box-shadow: 30px 0 40px rgba(0,0,0,.1);
  }

  .widget_product_categories ul li > a{
    font-size: 16px;
    padding: .6em 0;
  }

	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 0;
	}

	.woocommerce .woocommerce-customer-details address,
	.woocommerce .woocommerce-customer-details address:last-child{
		padding: 0;
		border: none;
		margin-bottom:15px;
	}

  #mobile-cart {
    display: block !important;
    position: fixed;
    z-index: 999;
    top: 150px;
    right: 0;
    background: #FFF;
    padding: 4px 0;
  }

  #mobile-cart .wcmenucart-contents:hover,
  #mobile-cart .wcmenucart-contents:focus{
    text-decoration: none;
  }

  .woocommerce-page .woocommerce-message .button{
    float: none;
    display: block;
    padding: 10px 0;
  }


  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    display: none
  }

  table.cart .product-remove a.remove{
    display: inline-block;
    font-size: 36px;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left!important
  }

  .woocommerce table tr td.product-remove{
    text-align: right!important;
  }



  .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {height: 120px;}
   #menu-menu-boczne {
     padding: 15px;
   }

}

/* 575px */
@media (max-width:575px){

  .woocommerce .coupon .input-text, .woocommerce .woocommerce-form-coupon .input-text {
    width: 100%!important;
  }

  .woocommerce .coupon .button,
  .woocommerce .woocommerce-form-coupon .button {
      width: 100%!important;
      margin-left: 0;
  }

  .products .product-slide {
    padding: 0;
  }

  .woocommerce div.products .product-slide div.product .onsale {
    right: 15px;
  }

  .woocommerce div.products .product-slide div.product .onsale:after{
    display: none;
  }

  .woocommerce #content div.product div.summary.entry-summary div.quantity {
    width: 33%;
  }

  .woocommerce #content div.product div.summary.entry-summary .button {
    width: 100%;
    margin-top: 15px;
  }

  .woocommerce .woocommerce-breadcrumb {text-align: center;}

  .shop-bradcrumb {
    padding: 0 15px;
    background-position: 50% 0;
  }

  form.form-wppp-select.products-per-page, .shop-loop-filters form.woocommerce-ordering{
    display: block!important;
    width: 100%!important;
  }

  .shop-loop-filters .nice-select{
    width: 100%;
  }

	.woocommerce form.register {
		padding: 0;
	}

	.woocommerce-MyAccount-navigation ul {
		margin-bottom: 30px;
	}

	.woocommerce-MyAccount-orders .button.view{margin-top: 15px;}

	.woocommerce ul.order_details li {
		display: block;
		width: 100%;
		border: none;
	}

	.woocommerce ul.products li.product a img, .woocommerce div.products div.product a img{
		margin-bottom: 5px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: block;
		width: 100%;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs:before {
		border-bottom: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: none;
	}

	.post-thumb-wrapper, .blog-content {padding-left: 0}

	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product { width: 100%!important;}

}

/* 480px */
@media (max-width:480px){
   .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%!important;
   }
}

@media (max-width:409px){
  .faktura-radio .input-radio + label[for=fakturaczyparagon_0]{
    line-height: 2 !important;
  }
}