/*
Theme Name: Emapa Sklep
Author: Emapa
Author URI: http://www.emapa.pl
Description: Emapa Sklep
*/

html{
  margin:0 auto;
  overflow-x:hidden;
}
.animate { /* Makes columns animate when @media css changes */
	-webkit-transition: width 0.2s ease, height 0.2s ease;
	-moz-transition: width 0.2s ease, height 0.2s ease;
	-o-transition: width 0.2s ease, height 0.2s ease;
	-ms-transition: width 0.2s ease, height 0.2s ease;
	transition: width 0.2s ease, height 0.2s ease;
}

img, img a {
	height:auto;
	margin:0px;
	padding:0px;
  max-width:100%;
}

p{margin:0 0 10pt 0;}

ul, ol {padding:0 0 0 16pt;list-style-position:outside;line-height:16pt;}
ul ul{list-style-type:square;}

table{width:100%; border-collapse:collapse;}
table table{width:100%; border-collapse:collapse;border:1px solid #f3f3f3;}

*{margin:0;padding:0;}
body{
  width:100%;
  font-size:12pt;
  line-height:150%;
  font-family:'Lato', sans-serif;
  font-weight:400;
  background-color:#fff;
  color:#444;
  -webkit-text-size-adjust: none;
}
input, select, textarea {font-family: 'Lato', sans-serif;-webkit-border-radius: 0;border-radius: 0;}

a:link, a:visited{text-decoration:none;color:#ee2e24;}
a:hover{text-decoration:underline;}

.clear{clear:both;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.marginright{
  margin-right:10px;
}

mark{
  padding:2px 5px;
  background:none;
  border-bottom:2px solid #ee2e24;
}

.line{
  border:0;
  border-bottom:1px solid #aaa;
  width:80%;
  margin:15px auto;
  padding:15px 0;
}

/* POP UP */
#popup {
  z-index: 100000;
  margin: 0 auto;
  position: absolute;
  overflow: auto;
  max-width: 1024px;
  background: #fff;
  border: 1px solid #333;
}
#close_popup {
  cursor:pointer;
  width:50px;
  height:50px;
  display:block;
  position:absolute;
  right:0;
  z-index:10000;  
}
#over-page{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  background: rgba(0,0,0,0.7);
}
/* END POP UP */

#header{
  min-width:100%;
  z-index:100;
  position:relative;
  margin-top:10px;
}

#logo{
  position:relative;
  z-index:100;
  background:url('images/logo.svg') 100% 50% no-repeat;
  background-size:calc(70%);
  width:calc(100%);
  height:40px;
  margin-top:10px;
  display:block;
}

#logo-ewr{
  position:relative;
  z-index:100;
  background:url('images/logo_ewr.svg') 0% 50% no-repeat;
  background-size:90px;
  width:90px;
  height:80px;
  display:none;
  vertical-align: middle;
  margin-bottom:10px;
  float:left; 
}

#slogan{
  display:inline-block;
  padding-top:5px;
}
#slogan-1{
  font-size:32pt;
  font-weight:700;
  color:#000;
  display:block;
}
#slogan-2{
  font-size:12.4pt;
  font-weight:400;
  color:#000;
  display:block;
  text-transform:uppercase;
  margin:15px 0 5px 0;
}

#language{
  display:block;
  float:right;
  font-size:10pt;
}
.language-text{
  text-align:center;
  float:left;
  margin-right:10px;
  line-height:36px;
}
#language select{
  float:right;
  border:0;
  padding:10px 25px 10px 10px;
  cursor:pointer;
  background:#f3f3f3 url('images/icons.svg') 90% -230px no-repeat;
  background-size: 25px;
  -webkit-appearance: none;
}

.hline{
  border-top:1px solid #e9e9e9;
}

#main-menu{
  position:relative;
  z-index:10;
}
#main-menu a{
  line-height:60px;
  vertical-align:middle;
  display:inline-block;
  padding:0 12px;
  margin:0 -4px 0 0;
  color:#333;
}
#main-menu li:first-child a{
  padding:0 12px 0 10px;
}
#main-menu a:hover, .current-menu-item>a, .current-menu-parent>a{
  background-color:#ee2e24;
  color:#fff !important;
  text-decoration:none;
}
#main-menu ul{
  list-style:none;
  margin:0;
  padding:0;
}
#main-menu li{
  display:inline-block;
  text-transform:uppercase;
}
.sub-menu{
  display:none;
  background:#f3f3f3;
  position:absolute;
  z-index:100;
  margin-left:1px !important;
}
.menu-item-has-children:hover .sub-menu{
  display:block;
}
.sub-menu li{
  display:block !important;
}
.sub-menu a{
  display:block !important;
  font-size:12pt;
  color:#333;
  margin:0 !important;
  line-height:40px !important;
}
 
#footer{
  margin-top:15px;
  clear:both;
}
#footer .bottom{
  clear:both;
  background:#333;
  color:#fff;
  font-size:10pt;
  text-transform:uppercase;
  padding:20px 0 10px 0;
  text-align:right;
}

#go-up{
  width:50px;
  height:50px;
  position:fixed;
  z-index:1000;
  bottom:10px;
  left:50px;
  cursor:pointer;
  background:rgba(0,0,0,0.2) url('images/icons.svg') 50% -205px no-repeat;
  background-size: 50px;
}

#primary-sidebar{
	border-top: 1px solid #e9e9e9;
}
.widget{
	border-bottom: 1px solid #e9e9e9;
}
.widget ul{
	list-style:none;
	padding: 0 0 0 28pt;
}

.post-list{
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top:15px;
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
}

.pcontent{
  padding:0 10px;
}

h1.title{
  font-size:18pt;
  font-weight:400;
  color:#ee2e24;
  padding:10px 0;
  text-transform:uppercase;
}
h1.title:before{
  content:"";
  width:36px;
  height:36px;
  background:#ee2e24;
  display:inline-block;
  margin-right:10px;
  vertical-align:middle;
}

h2{
  font-size:16pt;
  font-weight:400;
  margin:15px 0;  
}
h2:before{
  content:"";
  width:26px;
  height:26px;
  background:#ee2e24;
  display:inline-block;
  margin-right:10px;
  vertical-align:middle;
}

h3{
  font-size:13pt;
  font-weight:400;
  margin:15px 0;  
}
h3:before{
  content:"";
  width:16px;
  height:16px;
  background:#ee2e24;
  display:inline-block;
  margin-right:10px;
  vertical-align:top;
}

.button{
  display:inline-block;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background:#ee2e24;
  color: #fff !important;
  font-size:12pt;
  font-weight:400;
  text-transform:uppercase;
}
.button2{
  display:inline-block;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background:#f3f3f3;
  color: #000 !important;
  font-size:12pt;
  font-weight:400;
  text-transform:uppercase;
}
.button3{
  display:inline-block;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background:#474747;
  color: #fff !important;
  font-size:12pt;
  font-weight:400;
  text-transform:uppercase;
}
.button:hover{
  background: #890005;
  text-decoration:none;
}
.button2:hover{
  background: #d3d3d3;
  text-decoration:none;
}
.button3:hover{
  background: #000;
  text-decoration:none;
}

.text{
  display: block;
  text-align: left;
  text-transform:uppercase;
  font-size:10pt;
}
.textbox{
  border:0;
  background-color: #fff;
  width:100%;
  display: block;
  padding: 10px 0 10px 10px;
  margin: -5px 0;
  font-size: 12pt;
  resize:none;
  box-sizing:border-box;
  text-transform:uppercase;
  font-size:10pt;
}
.req-text{
  float: left;
  font-size:10pt;
  margin: 15px 0px 0px 0px;
  text-transform:uppercase;
  font-size:10pt;
}
.buttons{
  float: right;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background:#ee2e24;
  color: #fff;
  font-size:12pt;
  font-weight:400;
  text-transform:uppercase;
}

.cennik-table{
  width:100%;
  font-size:10pt;
}
.cennik-table tr, .cennik-table th, .cennik-table td{
  padding:10px 0;
  text-align:center; 
  border-left:1px solid #f0f0f0;
  border-right:1px solid #f0f0f0;
}
.cennik-table thead{
  font-size:18pt;
  font-weight:700;
}
.cennik-table thead tr:first-child th{
  padding:15px 0;
  background-color:#e9e9e9;
}
.cennik-table thead th{
  padding:15px 0;
  background-color:#fafafa;
  border:1px solid #f0f0f0;
}
.cennik-table tfoot th{
  background-color:#333;
  color:#fff;
  border-left:1px solid #000 !important;
  border-right:1px solid #000 !important;
}
.cennik-table .button{
  font-size:14pt;
  font-weight:700;
  background: -webkit-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* Standard syntax */
  color:#fff;
  padding:10px 40px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px; 
}
.cennik-table .button:hover{
  background: -webkit-linear-gradient(rgba(137,0,5,1), rgba(238,46,36,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(137,0,5,1), rgba(238,46,36,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(137,0,5,1), rgba(238,46,36,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(137,0,5,1), rgba(238,46,36,1)); /* Standard syntax */
}
.cennik-czas{
  height:50px;
  background: -webkit-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(238,46,36,1), rgba(137,0,5,1)); /* Standard syntax */
  color:#fff;
  border-left:1px solid #890005 !important;
  border-right:1px solid #890005 !important;
}
.cennik-czas span{
  font-size:16pt;
  font-weight:700;
  display:block;
}
td.cena{
  height:80px;
}
.cennik-cena{
  font-size:22pt;
  font-weight:700;
  display:block;
  margin-bottom:5px;
  color:#ee2e24;
}
.cennik-cena-onsale{
  text-decoration:line-through;
  font-size:16pt;
  font-weight:400;
  display:block;
  margin-bottom:5px;
}

.cennik ul{
  list-style-image: url('images/check.svg');
  padding:0 5px;
  list-style-position:inside;
}


/* CENNIK */
.demo-container, .europe-container, .poland-container{
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  padding:10px;
  margin:35px 0 25px 0;
}
.demo-container{
  padding:35px 15px;
}
.europe-container{
  top: -15px;
  bottom: -15px;
  background: #fff;
  z-index:1;
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.30);
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.30);
  box-shadow: 0 0 15px 0 rgba(0,0,0,.30);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  box-sizing: border-box;
}
.poland-container{
  padding:0 15px;
}
.demo-container .product-name, .europe-container .product-name, .poland-container .product-name{
  margin-top:20px;
  color:#888;
  font-size:18px;
  font-weight:700;
  display:block;
}
.poland-container .product-name{
  margin-top:10px;
}
.product-version{
  text-transform:uppercase;
  color:#000;
  font-size:28px;
  font-weight:700;
  display:block;
}
.product-description{
  background-color:#414550;
  color:#fff;
  margin:0 -16px;
}
.product-description ul{
  list-style-image: url('images/check_white.svg');
  padding:0 5px;
  list-style-position:inside;
  font-weight:700;
  font-size:13px;
  padding:15px 5px;
}

#ewr_eu_selector, #ewr_pl_selector, .ewr_demo{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  box-sizing: border-box;
  background-color:#ccc;
  width:70%;
  margin:15px auto;
  font-size:16px;
  padding:5px;
}
.ewr_demo{
  color:#fff;
  font-weight:700;
  padding:8px 20px;
  font-size:18px;
  display:block;
  width:50%;    
}
#eu_month, #eu_year, #pl_month, #pl_year{
  cursor:pointer;
  display:inline-block;
  width:48%;
  color:#fff;
}
#eu_month.active, #eu_year.active, #pl_month.active, #pl_year.active{
  background-color:#fff;
  color:#888;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -khtml-border-radius: 15px;
  padding:3px 15px;
  font-size:18px;
  font-weight:700;
}
#ewr_eu_price_month,
#ewr_pl_price_month,
#ewr_eu_buy_month,
#ewr_pl_buy_month,
#ewr_eu_price_year,
#ewr_pl_price_year,
#ewr_eu_buy_year,
#ewr_pl_buy_year{
  display:none;
}
#ewr_eu_price_month.show,
#ewr_pl_price_month.show,
#ewr_eu_buy_month.show,
#ewr_pl_buy_month.show,
#ewr_eu_price_year.show,
#ewr_pl_price_year.show,
#ewr_eu_buy_year.show,
#ewr_pl_buy_year.show{
  display:block;
}
.price{
  font-size:26pt;
  font-weight:700;
  display:block;
  margin-bottom:5px;
  color:#666;
}
.price-onsale{
  text-decoration:line-through;
  font-size:16pt;
  font-weight:400;
  display:block;
  margin-bottom:5px;
  color:#666;
}
.price .woocommerce-Price-currencySymbol, .price-onsale .woocommerce-Price-currencySymbol{
  color:#666;
}
.europe-container .price, .poland-container .price{
  margin-bottom:0;
}
.pricing.button{
  color:#083F50 !important;
  background:#fff;
  -moz-box-shadow: 0 3px 5px 0 rgba(128,128,128,.30);
  -webkit-box-shadow: 0 3px 5px 0 rgba(128,128,128,.30);
  box-shadow: 0 3px 5px 0 rgba(128,128,128,.30);    
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  box-sizing: border-box;
  font-weight:700;
  width:70%;
  margin:20px 0;
}
.pricing.button:hover{
  background-color:#ee2e24;
  color:#fff !important;
}
#ewr_eu_price_month,
#ewr_eu_price_year{
  margin-bottom:20px;
  min-height:125px;
}
#ewr_pl_price_month,
#ewr_pl_price_year{
  margin-bottom:10px;
  min-height:125px;
}

.corner-label {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 100;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 0;
}
.corner-label .corner-label__left-corner, .corner-label .corner-label__middle, .corner-label .corner-label__right-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 8px;
  left: 0;
  border: 0 solid transparent;
  border-right: 37px solid transparent;
  border-bottom: 37px solid #ee2e24;
}
.corner-label .corner-label__left-corner, .corner-label .corner-label__right-corner {
  top: 0;
  left: -45px;
  border: 0 solid transparent;
  border-top: 37px solid #ee2e24;
  border-left: 37px solid transparent;
}
.corner-label .corner-label__right-corner {
  top: 53px;
  left: 8px;
}
.corner-label .corner-label__label-text {
  position: absolute;
  top: 29px;
  left: -38px;
  display: block;
  width: 95px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.corner-label .corner-label__left-corner .corner-label__back-side, .corner-label .corner-label__left-corner:after, .corner-label .corner-label__left-corner:before, .corner-label .corner-label__right-corner .corner-label__back-side, .corner-label .corner-label__right-corner:after, .corner-label .corner-label__right-corner:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -37px;
  left: -41px;
  border: 4px solid transparent;
  border-top: 0 solid transparent;
  border-bottom-color: #930700;
}
.corner-label .corner-label__left-corner:after, .corner-label .corner-label__left-corner:before, .corner-label .corner-label__right-corner:after, .corner-label .corner-label__right-corner:before {
  content: '';
  left: 0;
  border: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left-color: #ee2e24;
}
.corner-label .corner-label__left-corner:after, .corner-label .corner-label__right-corner:after {
  top: -27px;
  left: -27px;
  border-top: 37px solid #ee2e24;
  border-bottom: 0 solid transparent;
  border-left: 37px solid transparent;
}
.corner-label .corner-label__right-corner:before {
  top: -49px;
  left: -12px;
}
.corner-label .corner-label__right-corner .corner-label__back-side {
  top: -4px;
  left: -4px;
  border: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left-color: #930700;
}
.corner-label .corner-label__right-corner:after {
  top: -47px;
  left: -47px;
}


.shop_table.cart input[name='update_cart']{
  /*display:none;*/
  margin-top:10px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

::-webkit-input-placeholder{color:#404040;}
:-moz-placeholder{color:#404040;}
::-moz-placeholder{color:#404040;}
:-ms-input-placeholder{color:#404040;}
input:-moz-placeholder{color:#404040;}
input:-ms-input-placeholder{color:#404040;}


#outer-baner{
  background:#fff;
  z-index:10;
  position:relative;
  margin-top:-10px;
  clear:both;
}
#baner{
  height: 250px;
  margin:0 auto;
}
.caption{
  padding-top:35px;
}
.intro {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}
.txt{
  text-transform: uppercase;
  font-size: 1.125rem;
}
.color-0 {
  color: #333;
}
.color-1 {
  color: #ee2e24;
}

ul.points{
  list-style:none;
  padding:0;
}
ul.points>li{
  border:1px solid #e9e9e9;
  margin:6px 0;
  padding:6px;
}
.point-title{
  font-weight:400;
  cursor:pointer;
  font-size:10pt;
}
.point-title span{
  margin-left:25px;
  display:block;
}
.point-title:before{
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  background:url('images/icons.svg') no-repeat 0% -188px;
  background-size:20px;
}
.point-title:hover{
  color: #ee2e24;
}
ul.points li.open .point-title:before{
	background:url('images/icons.svg') no-repeat 0% -216px;
	background-size:20px;
}
.point-description{
  display:none;
  margin-top:10px;
}
.point-description p{
  margin:0;
}


#error-email, #error-question, #error-name, #error-rule, #error-company, #error-phone {
    color: #ff0000;
}


/* SKLEP
-------------------------------------------*/
/* Strona produktu */
.woocommerce-breadcrumb, #breadcrumbs{
  display:inline-block;
  font-size:12px;
  margin: 10px 0 0 0;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.product_meta{
  display:none;
}
.req {
  color: red;
}
.images{
  display:none;
}
.images, .summary{
  float:left;
  vertical-align:middle;
}
.summary{
  width:100%;
  padding:20px 0;
}
.summary h1.product_title{
  float:left;
  font-weight:700;
}
.summary form{
  float:right;
  margin:0 0 10px 0;
}
.summary:after{
  content:"";
  clear:both;
}
.summary .price, .variations-grid .price{
  color:#ee2e24;
  font-size:20pt;
  font-weight:700;
  text-align:right;
}
.users_count{
  margin-right:10px;
  font-weight:700;
}
.variations-grid{
  width: inherit;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-variation-add-to-cart{
  text-align:right;
}
.images .woocommerce-main-image img{
  max-width:120px;
  height:auto;
  padding:15px;
}
.images-noshop{
  margin: 10px auto;
}
.images .thumbnails{
  display:inline-block;
  list-style:none;
  vertical-align: top;
}
.thumbnails li{
  margin:0 0 5px 5px;
}
.thumbnails li:last-child{
  margin-bottom:0;  
}
.woocommerce-tabs{
  clear:both;
}
ul.tabs{
  list-style:none;
  display:none;
}
ul.tabs li{
  display:inline-block;
  margin: 5px 0 0 0;
  padding: 5px 10px;
}
.tabs li{
  background:#eee;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}
.tabs li>a{
  color:#666;
}
.tabs li>a:hover{
  text-decoration:none;
}
.tabs .active{
  padding: 5px 15px 5px 15px;
  font-size:16px;
  border: none;
}
.tabs .active>a{
  color:#fff;
}
.variations .label{
}
.variations select{
  border: 1px solid #e9e9e9;
  padding:5px;
  font-size:12pt;
  margin-left:10px;
}
.quantity{
  display:inline-block;
}
.quantity .input-text{
  border: 1px solid #ddd;
  padding: 6px 8px;
  text-align: center;
  width:48px;
  height:38px;
  line-height:24px;
  margin:auto;
}
.variations{
  width:inherit;
}
.reset_variations{
  cursor: pointer;
  margin-left: 10px;
  font-size: 0px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: #ee2e24 url(images/icons.svg) 50% -26px no-repeat;
  background-size: 20px;
  content: "";
  line-height:30px;
}
.reset_variations:hover{
  background-color: #890005;
}
.produkt-onsale{
  display: inline-block;
  background:none;
  color:#ff0000;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0 10px;
  line-height:30px;
}

.product-prices{
  width:100%;
}
.p-one{
  width:33%;
  display:inline-block;
  vertical-align:middle;
}
.p-two{
  width:66%;
  display:inline-block;
  vertical-align:middle;
}

/* Kategoria produktow */
ul.products{
  text-align:center;
  padding:0;
  list-style:none;
}
.products li{
  margin:0;
  vertical-align: top;
  text-align: center;
  margin-bottom:10px;
  border-bottom:1px solid #f3f3f3;
  padding: 10px 0;
}
.products li img{
  display:inline-block;
  width:100px;
  vertical-align:middle;
  margin-right:15px;
}
.products h3{
  display:inline-block;
  margin-right:15px;
}
.products a:hover{
  text-decoration:none;
}
.products h3, .products a h3{
  color:#000;
  font-size:20pt;
}
.products .price{
  display:inline-block;
  font-weight:700;
  margin-right:15px;
}
.woocommerce-price-suffix, .woocommerce-Price-currencySymbol{
  color:#000;
  font-weight:400;
}
.woocommerce-price-suffix{
  font-size: 10pt;
}
.related, .upsells{
  margin-top:10px;
  border-bottom: 1px solid #f3f3f3;
}
.woocommerce-result-count{
  text-align: right;
}
.woocommerce-ordering{
  display:none;
}

/* Koszyk */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em!important;
  margin:2px 0 10px 0;
  position: relative;
  background-color: #f3f3f3;
  color: #515151;
  border-top: 3px solid #ee2e24;
  list-style: none!important;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before{
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  background-color: #ee2e24;
  color:#fff;
  width:20px;
  height:20px;
  border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
}
.woocommerce-message:before, .woocommerce-info:before {
  content: "i";
}
.woocommerce-error:before {
  content: "!";
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
  float:right;
}
.woocommerce-message:after, .woocommerce-Message:after{
  content:"";
  display:block;
  clear:both;
}
.shop_table{
  border-collapse:collapse;
  width:100%;
  border: 1px solid #eee;
  border-top:none;
  margin: 0 0 35px 0;
}
.shop_table tr:last-child{
  background-color:#f3f3f3;
}
.shop_table tbody tr:last-child{
  background-color:#fff;
}
.shop_table.woocommerce-checkout-review-order-table tfoot{
  margin-top:20px;
}
.shop_table .product-thumbnail{
  width:10%;
  text-align:left;
  padding-right: 10px;
}
.shop_table .product-name{
  text-align:left;
}
.shop_table .product-price{
  text-align:right;
}
.shop_table .product-quantity{
  text-align:center;
}
.shop_table .product-subtotal{
  text-align:right;
}
.shop_table .product-remove{
  text-align:center;
}
.shop_table tr{
  border-collapse: separate;
}
.shop_table th{
  border-top: 1px solid #eee;
  padding: 9px 12px;
}
.shop_table td{
  border-top: 1px solid #eee;
  padding: 6px 12px;
  vertical-align: middle;
}
.shop_table .button{
  font-size:10pt;
  border-color:#ee2e24;
}.coupon input{
  border: 1px solid #ddd;
  padding: 6px 8px;
  margin:auto;
}

.order-actions a{
  margin-right:5px;
}
.order-actions a:last-child{
  margin-right:0px;
}

.cart_item .product-name a{
  font-weight:bold;
  padding-bottom: 5px;
  display: block; 
}
.cart-subtotal .amount, .order-total .amount, .cart_totals .amount, #shipping_method .amount, ul.order_details .total, .shop_table tfoot .woocommerce-Price-amount.amount{
  font-weight:bold;
  color:#ee2e24;
}
.product-total .amount, .product-subtotal .amount{
  font-weight:bold;
}
.shop_table .actions{
  text-align: right;
}
.cart_totals h2{
  font-weight:bold;
  margin-bottom:15px;
}
.cart_totals table{
  width:100%;
}
.cart_totals table th{
  text-align:right;
}
.cart_totals table th, .cart_totals table td{
  border-bottom:none;
}
#shipping_method input{
  vertical-align:middle;
}

.product-remove a{
  cursor: pointer;
  margin:0 auto;
  font-size:0px;
  height:24px;
  width:24px;
  display:block;
  background:#ee2e24 url('images/icons.svg') 50% -32px no-repeat;
  background-size:24px;
  content:"";
}
.product-remove a:hover{
  background-color:#890005;
}
a.remove:hover{
  text-decoration:none;
}
.product_list_widget>li{
  display: block;
}
.product_list_widget .miniatura{
  display:inline-block;
}
.product_list_widget .tekst-miniatura{
  display:inline-block;
  width: 115px;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: top;
}
.product_list_widget .tekst-miniatura a{
  font-size:11px;
}
.product_list_widget .quantity{
  display:block;
}
.variation dt, .variation dd{
  display:inline-block;
}
.variation dd{
  font-weight:bold;
  margin-left:5px;
}
.product_list_widget .amount{
  color: #a41d21;
  font-weight:bold;
  font-size:11px;
}
.widget_shopping_cart_content .total, .widget_shopping_cart_content .buttons{
  padding: 0 5px;
}
.widget_shopping_cart_content .buttons{
  font-size:11px;
}
.widget_shopping_cart_content .buttons a{
  display:block;
}

/* Zamowienie */
form.login_zamowienie{
  margin-top:10px;
}
.col-2 h3{
  display: inline-block;
}
.col2-set{
  margin-top:20px;
}
div.register{
  margin:30px 0 0 0;
}
div.login h2, div.register h2{
  border: 1px solid #ccc;
  background: #ddd;
  padding:5px 10px;
  width:770px;
}
#shiptobilling{
  margin:10px 0 0 10px;
  display: inline-block;
}
#shiptobilling .input-checkbox{
  vertical-align: middle;
}
.create-account{
  border-top:1px dotted #ddd;
  border-bottom:1px dotted #ddd;
  padding:5px 0;
}
abbr{
  border:none;
}
.required{
  color: red;
}
.checkout .req-text{
  clear: both;
  float: left;
  margin: 5px 0px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 10px;
  text-align:right;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, #payment ul.payment_methods {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
  list-style: none;
}
#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before, #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods li:after, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, #payment ul.payment_methods li:after, #payment ul.payment_methods li:before, #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 15px 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, #payment ul.payment_methods li input {
  margin: 0 10px 0 0;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.5;
  background-color: #f3f3f3;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #f3f3f3;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#add_payment_method #payment .wc_payment_method img, .woocommerce-cart #payment .wc_payment_method img, #payment .wc_payment_method img {
  vertical-align: middle;
}
#add_payment_method #payment .wc_payment_method .about_paypal, .woocommerce-cart #payment .wc_payment_method .about_paypal, #payment .wc_payment_method .about_paypal {
  float: right;
}

.wc-terms-and-conditions{
  text-align:left;
}
.shop_table.order_details .product-name{
  text-align:left;
}
.shop_table.order_details .product-total{
  text-align:right;
}
.shop_table .total th, .shop_table .cart-subtotal th, .shop_table .shipping th, .shop_table .order-total th, .shop_table tfoot th{
  text-align:right;
  width:70%;
}
.shop_table .total td, .shop_table .shipping td, .shop_table.order_details tfoot td{
  text-align:right;
}

.woocommerce-error{
  color:#ff0000;
  font-size: 16px;
  margin-bottom:10px;
}
ul.order_details{
  margin:25px 0;
  line-height:150%;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding:5px 0;
  list-style:none;
}

.thankyou{
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

#login_register_form{
  width:300px;
  margin:0 auto;
}
#showlogin_form_button, #showregister_form_button{
  display:inline-block;
  margin:10px;
}
#login_register_form .button{
  border: 1px solid #ddd;
  padding: 4px 9px;
  cursor: pointer;
  background: #eee;
  color: #666;
  font-size: 16px;
  width: 100px;
  text-align: center;
  text-decoration:none;
  display:block;
}
#login_register_form .button:hover{
  border: 1px solid #ccc;
  background: #ddd;
}
#login_register_form .button.activ{
  font-size: 16px;
  padding: 5px 10px;
  display:block;
  border:none;
  cursor: pointer;
	color:#fff;
	width: 100px;
  text-align: center;
  text-decoration:none;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce form .form-row-wide, .woocommerce form .form-row:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page form .form-row-wide, .woocommerce-page form .form-row:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  float: left;
  width: 47%;
  overflow: visible;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 6px;
  font-size:12pt;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails:after, .woocommerce .cart-collaterals:after, .woocommerce .col2-set:after, .woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails:after, .woocommerce ul.products, .woocommerce ul.products li.first, .woocommerce ul.products:after, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page .cart-collaterals:after, .woocommerce-page .col2-set:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page ul.products, .woocommerce-page ul.products li.first, .woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right;
}
.wc-terms-and-conditions label{
  display:inline-block !important;
}

#faktura_dane{
  border-top:1px solid #e9e9e9;
  border-bottom:1px solid #e9e9e9;
  margin:15px 0;
  padding:8px 0;
}
#faktura_dane label.checkbox{
  font-size:13pt;
}

.woocommerce-MyAccount-navigation ul{
  list-style:none;
  margin-bottom:15px;
}
.woocommerce-MyAccount-content fieldset{
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin:20px 0;
}

/* wczytywanie miniaturek zdjec produktu na stronie produktu
-------------------------------------------*/
#thumbnails.content{
	overflow: hidden;
	height:312px;
	position: relative;
}
#thumbnails.content ul{ 
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
#thumbnails.content li{
  border:1px solid #eee;
  padding:5px;
}
#thumbnails.content.scroller-ready ul{ opacity: 1; }
@keyframes spinner-thumbnails{ to {transform: rotate(360deg);} }
@-webkit-keyframes spinner-thumbnails{ to {-webkit-transform: rotate(360deg);} }
.spinner-thumbnails{
  min-width: 24px;
  min-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
	width: 100%;
}
.spinner-thumbnails:before{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.spinner-thumbnails:not(:required):before{
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  animation: spinner .6s linear infinite;
  -webkit-animation: spinner .6s linear infinite;
}
#thumbnails.content.scroller-ready .spinner-thumbnails{ display: none; }