@CHARSET "UTF-8";

/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){

}

/* indyvidual */
	@media only screen and (max-width : 760px){

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){

}

/*  default panel  */

#main-content .panel-default{
  border-radius:0px;
  border-color:transparent;
  box-shadow:none;
  position:relative;
}
#main-content .panel-heading{
  background-image:none;
  background-color:transparent;
  font-family:"Droid Sans";
  font-weight:bold;
  color:#3e3e3e;
  font-size:23px;
  text-align:center;
  border-bottom:4px solid #43d487;
}
#main-content .panel-heading:after{
   content:"";
   background:url("../img/bg_mark.png");
    height: 16px;
    left: 49%;
    position: absolute;
    width: 19px;
    top:53px;
}
#main-content .panel-body{

}
/*
.breadcrumb{
    left: -276px;
    position: absolute;
    top: -44px;
}
*/

.breadcrumb{
    background-color:transparent !important;
    margin: 0px !important;
    padding: 18px 30px !important;
}

.breadcrumb > li + li::before{
    font-size: 11px;
    padding-left: 8px;
    padding-right: 5px;
}
.breadcrumb a{
    color: #8f8f8f !important;
    font-size:13px;
}

.product-box{
    background-image: url('../img/product_bg2.png');
  /*  background-size:cover;  */
    background-repeat: repeat-y;
    position:relative;
    margin-right:0px;
    padding: 15px;
    clear:both;
}
.product-item-show {
    padding-bottom:160px;
    padding-top:10px;
    position: relative;
    border-width:4px !important;
    margin-left: -1px;
    margin-right: -1px;
    box-shadow:none;
    border-radius:10px;
    /*  tymczasowa wyskosc do skasowania  */
 /*   height:344px;   */
}
.products-show-item:hover .product-item-show,
.product-item:hover .product-item-show{
    border:4px solid #ffbb00 !important;
}

.product-item-name {
    bottom: 88px;
    color: #353535;
    font-family: "Droid Sans";
    font-weight:bold;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
    padding: 10px 6px;
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform:uppercase;
}

.carousel .prices .price,
.carousel .prices .price-old,
.searcher-list-box .prices .price,
.searcher-list-box .prices .price-old,
.product-list .prices .price,
.product-list .prices .price-old{
    bottom: 60px;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.koszyk-list .prices .price-old,
#order-basket .prices .price-old{
   left: 36px;
    position: absolute;
    top: 44px;
    width: 100px;
}
.koszyk-list .prices .price,
#order-basket .prices .price{
   min-width:90px;
}
.carousel .prices .price-old,
.product-list .prices .price-old,
.searcher-list-box .prices .price-old{
    bottom: 42px;
    right: 62px;
    text-align: right;
}

.prices .price,
.prices .price-old{
    color: #84a725;
    font-size: 15px;
    font-weight: bold;
    display:block;
}
.prices .price-old{
    color: #ffbb00;
    font-weight: normal;
    text-decoration: line-through;
}
/*  product tickets  */

.ticket-box{
    position: absolute;
    right:10px;
    top:0px;
    z-index: 100;
    width:auto !important;
    background-color:transparent !important;
}

.ticket-box .promotion-ticket:before,
.ticket-box .newest-ticket:before,
.ticket-box .recommended-ticket:before,
.ticket-box .bestseller-ticket:before{
  content: "";
  display: block;
  background-position:center;
  background-repeat:no-repeat;
/*  background-color:#b30000;
  border-radius: 22px;
  padding: 22px;     */
  height: 44px;
  width: 44px;
  margin-bottom:2px;
}

.ticket-box .promotion-ticket:before{
  background:url("../img/product/promotion_ticket.png");
}
.newest-ticket:before{
   background:url("../img/product/newest_ticket.png");
}
.recommended-ticket:before{
   background:url("../img/product/recommended_ticket.png");
}
.recommended-ticket:before{
   background:url("../img/product/bestseller_ticket.png");
}

.gallery-box .ticket-box{
  right: 28px;
  top: 30px;
}
.koszyk-list .promotion-ticket::before,
#order-basket .promotion-ticket::before{
   display:none;
}
.prices .price .amount{
    font-size:30px;
}
.prices .price .amount,
.prices .price .cents,
.prices .price .currency,
.prices .price .value{
   display:inline-block;
   color:#70543f;
   font-size:14px;
   font-weight:bold;
}
.prices .price .cents:before{
   content:".";
   display:inline-block;
}
/*  do kasacji  */
.price .cents:before{
   content:".";
   display:inline-block;
}
.price .value,
.price .currency{
   display:inline-block;
}

.price-old,
.price-old .currency{
  text-decoration: line-through;
}
/*
.prices .price .currency{
   color:#bb5940;
   font-size:30px;
   display:inline-block;
   margin-top:10px;
}
.prices .price .cents{
    text-transform: uppercase;
    font-size:22px;
    vertical-align:top;
}
*/
#page-content .product-item-basket,
#page-content .product-item-ask,
#page-content .product-list-empty{
   /*	background-image: url('../img/cart_icon2.png') !important;  */
    background-repeat: no-repeat;
    left: 20%;
    min-height: 40px;
    position: absolute;
    right: 20%;
    bottom: 30px;
    display:block;
    background-position: 30px 16px;
    z-index:100;
    text-align:center;
}
.product-item>.product-item-show>div,
.products-carousel-item>.product-item-show>div,
.products-show .product-item-show>div{
    text-align:center;
    width:100%;
    background-color:#fff;
    padding: 10px 0px
}
.product-item:hover .product-item-basket,
.products-carousel-item:hover .product-item-basket{
    background-position: 30px 16px !important;
    display:block !important;
}

/*
.product-item-basket:hover{
    background-position: 20px 10px;
}
.button.cart.basket.add{
    padding-right:40px;
   	background-image: url('../img/cart_icon2.png') !important;
    background-repeat: no-repeat;
    background-position: 130px 5px;
}
*/
.product-footer{
   	background-color: #97c119;
    background-repeat: repeat;
    bottom: 0;
    height: 170px;
    padding: 14px;
    width: 100%;
    margin-top:20px;
    padding-top:30px;
}

/* product details  */
.product-details:before{
    background-color: #e9e9e9;
    content: "";
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 10;
}
.product-details>h1>span{
    color: #6e6e6e;
    display: block;
    font-size: 24px;
    font-style: italic;
    font-weight: lighter;
}
.product-details .description{
    overflow: hidden;
    color:#585858;
    clear:both;
}
.product-details .prices{
   padding-top:30px;
   padding-bottom:30px;
   margin-top:20px;
   margin-bottom:20px;
   border-top:1px solid #d6d6d6;
   border-bottom:1px solid #d6d6d6;
}
/*
.product-details .price-old::before{
    content:'Cena przed: ';
}
*/
.product-details .price-old{
    color: #ffbb00;
    font-size: 14px;
    text-decoration:line-through;
    margin-right: 8px;
    display:inline-block;
    margin-bottom:6px;
}
.product-details .price::before{
    content:'Cena: ';
}
.product-details .price{
    color: #70543f;
    font-size: 24px;
    font-weight: bold;
}
.product-details .price-old .currency{
    display:none;
}
.product-details .price .currency span{
    font-size: 14px;
}

/*  wariants select */
.product-details #product-select{
  padding-bottom:15px;
}
.product-details #product-select .variant-values-item-color{
   border:2px solid transparent;
}
.product-details #product-select .active .variant-values-item-color{
   border-color:#ffbb00;
}
.product-details #product-select .control{
   clear:both;
}
.product-details #product-select .control>label{
  font-size:17px;
  color:#000;
  padding-top:10px;
}
.product-details #product-select .select input[type=radio]{
   float:left;
   width:10px;
}
.product-details #product-select .variant-values-item-color{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  cursor:pointer;
}
.product-details .search input {
    display: none;
}

#product-basket.disable {
    display: none;
}

/*  product gallery  */
.gallery-box{
   margin-bottom:30px;
}

.product-gallery-box .product-gallery-small-item-show img{
    width:100%;
}

/*  indywidual erase */
.product-item .thumbnail{
   border-width:4px !important;
   box-shadow:none;
   border-color:transparent;
}

.kasa-code-box label {
	display: none;
}

.categories-list li>a {
	display: block;
	font-size: large;
	background-image: linear-gradient(to bottom, #e8e8e8 0px, #f5f5f5 100%);
	padding: 20px;
	margin: 5px;
	border-radius: 10px;
}

.quick-cart{
/*
	background: rgba(255, 255, 255, 0.76) none repeat scroll 0 0;
	border-radius: 5px;
	float: right;
*/
  text-align:right;
  position:relative;
}
.quick-cart .label{
  display:none;
}
.quick-cart>img{
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 4px;
}
.quick-cart>section{
   float:left;
}
/*
.quick-cart>section>a:first-child .value{
    display: block;
    text-align: left;
    width: 52px;
}
*/
/*
.quick-cart>section>a:first-child .value span{
   display:none;
}
*/
.quick-cart>span{
  padding-top:4px;
}
.quick-cart>a{
    color: #70543f;
    display: inline-block;
    font-size: 14px;
    margin: 0 4px;
    text-align: center;
}
.quick-cart a:first-child{

}
.quick-cart a:nth-child(2){
    width: 86px;
}
.quick-cart a:last-child{
   position:absolute;
   top:-6px;
   right:100px;
}
.quick-cart a:last-child .value{
   display:block;
   font-size:11px;
   color:#fff;
   width:18px;
   height:19px;
   background: url("../img/tool_tip.png") no-repeat;
   padding-top:1px;
}
.quick-cart a:last-child .value span{
   display:none;
}
.quick-cart>section{
  clear:both;
}
.quick-cart>section>a{
  display:block;
  text-align:center;
  width:65px;
}

/*  product details footer  */

.product-footer .product-info h4{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

.product-footer .product-info a{
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 4px;
    padding-bottom: 18px;
    padding-top: 18px;
}

.facebook-button,
.tweeter-button,
.google-button,
.pinterest-button{
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 4px;
    padding-bottom: 18px;
    padding-top: 18px;
}
.facebook-button:hover,
.tweeter-button:hover,
.google-button:hover,
.pinterest-button:hover{
    background-position: center center;
}

.facebook-button{
    background-image: url("../img/facebook_icon.png") !important;
}
.tweeter-button{
    background-image: url("../img/tweeter_icon.png") !important;
}
.google-button{
    background-image: url("../img/google_icon.png") !important;
}
.pinterest-button{
    background-image: url("../img/pinterest_icon.png") !important;
}


/*  basket box  */
#basket-box .info-box a:first-child{
    font-size:16px;
    display:block;
}
#basket-box .info-box a:last-child{
    display:block;
    clear:both;
}

/* paginator */
.paginationControl{
    clear: both;
    color: #7d7d7d;
    font-size: 12px;
    text-align: right;
    margin:10px 0px;
}
.paginationControl span,
.paginationControl a{
    background-color: #f5f6f1;
    border: none;
    border-radius: 16px;
    color: #000;
    display: inline-block;
    margin: 2px;
    padding: 5px;
    text-align: center;
    width: 28px;
}
.paginationControl .numbers{
    display:inline-block;
}
.paginationControl .numbers span,
.paginationControl a:hover{
    background: #ffbb00 none repeat scroll 0 0;
    color: #fff;
}
.paginatorControl a:first-child{
    margin-right:10px;
}


/* basket */
#basket-box>a{
	font-size:16px;
}
#basket,#basket th, #basket td, #cubby, #cubby th, #cubby td, #order-basket, #order-basket th, #order-basket td{
    border:1px solid transparent !important;
}
/* table styles  */
#basket table, #cubby table{
	font-size:15px;
	color:#6B6B6B;
	margin-bottom:15px;
	border-collapse:collapse;
	width:100%;
	font-family: 'Exo 2';
}
#basket th, #cubby th{
	text-transform:uppercase;
	font-weight:500;
	padding-top:10px;
	padding-bottom:10px;
	color:#fff;
}
#basket td, #cubby td{
	padding-top:25px;
	padding-bottom:15px;
/*	text-align:center;  */
	font-size:14px;
}
#basket td.amount, #cubby td.amount{
  padding-top:20px;
}
#basket td.product-desc, #cubby td.product-desc{
  padding-top:26px;
}
#basket tr:first-child{
	background-color:#84A725;
}
#basket tr:last-child{
}

#basket .product-desc{
	width:46%;
}
#basket .price{
	width:180px;
  position:relative;
}
#basket .variant{
	width:180px;
}
#basket .price .summ{
	width:180px;
}

#basket .pic, #cubby .pic{
	border:8px solid #fff;
	display:block;
	float:left;
	background-color:#fff !important;
}
#basket .info-box, #cubby .info-box{
  float: left;
  margin-top: 4px;
  text-align: left;
  width: 56%;
}
#basket .name, #cubby .name{
    font-size: 16px;
    color:#686868;
    height:50px;
}
#basket .delete, #cubby .delete, #cubby .show{
	display:block;
	font-size:11px;
	color:#8a8a8a;
}
#basket-box .navigation{
   float:right;
}
#basket-box .navigation a:first-child{
	float:left;
}
#basket-box .navigation button{
  margin:4px 0px;
}
#basket-box .pic-box{
   float:left;
   text-align:center;
   margin-top:-14px;
}
#basket-box .pic-box a{
   display:block;
}
#basket-box .amount input[type=text]{
    float: left;
    margin-right: 8px;
    width: 68px;
    text-align:center;
}
#basket-box .amount input[type=number]{
    float: left;
    margin-right: 8px;
    width: 68px;
    text-align:center;
}
#basket-box .prices price,
#basket-box .prices .price-old,
#basket-box .summ,
#cash-desk .prices price,
#cash-desk .prices .price-old{
   position:unset;
   display:block;
   min-width:100px !important;
   text-align:right;
}

/*  total price */

#basket-box .total,
#cubby .total{
   text-align:right;
}
#basket-box .label,
#cubby .label{
   margin:0px;
   padding:0px;
}

/*
#basket-box .info-box a:last-child{
    display:block;
    clear:both;
}
*/

/* cubby  */

#cubby th{
	background-color:#43593b;
}
#cubby td{
	text-align:left;
}
#cubby .info-box{
	text-align:justify;
}
#cubby .details{
	width:370px;
}
#cubby .details .info-box{
	float:left;
}
#cubby .details .price{
	color: #597b6b;
    font-size: 20px;
}
#cubby .details .info-box .name{
	width:226px;
}

/*
.step .action:hover, #basket-box .action:hover{
	background: black;
}
*/


.payu-go {
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 15px;
}

/* order comments */

#order-comments textarea{
  height: 90px;
  margin-left: 4px;
  width: 100%;
}

/* indyvidual  */
.product-list .product-item,
.products-show .item>div>div{
  position:relative;
}
.product-list .product-item:before,
.products-show .item>div>div:before,
.product-list li:nth-child(3n) .product-item:after,
.products-show .item>div>div:after{
    background-color: #e9e9e9;
    content: "";
    display: block;
    height: 90%;
    position: absolute;
    width: 1px;
    z-index: 10;
    top:0px;
    left:0px;
}
.product-list li:nth-child(3n) .product-item:after{
    left:auto;
    right:0px;
}

/*  old indyvidual  */
#cash-desk .kasa-panel-box ul,
#cash-desk .kasa-code-box ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
}
#cash-desk .kasa-panel-box ul a{
  margin-right:10px;
}

.home-box .product-item-show{
  border-color:transparent;
}

/*  cechy  */
.product-attributes-box{
   list-style-type:none;
   margin:0px;
   padding-left:0px;
   padding-right:0px;
}
.product-attributes-box .product-item-value>span{
  display:inline-block;
}
.product-attributes-box .label{
   color:#707070;
   font-size:13px;
   font-weight:bold;
   padding-left:0px;
   line-height:30px;
   width:150px;
   text-align:left;
}
.product-attributes-box .label span{
   margin-left:10px;
   color:#707070;
   font-weight:normal;
}

.layout-box .products-suggested{
  display:none;
}


/*  indyvidual  */
.product-item-code{
  display:none;
}
#product-basket{
   float:left;
   width:150px;
}
#product-basket .label.ilosc{
    color: #707070;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 10px;
    font-size:13px;
}
/*
#product-basket:before{
    color: #707070;
    content: "Ilość";
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 10px;
}
*/
#product-basket #ilosc{
  padding-left: 9px;
  width: 76px;
  float:left;
}
#product-box .description{
  clear:both;
  position:relative;
}
#product-box .text{
  clear:both;
  border-top:3px solid #43D487;
  padding-top:18px;
}
#product-box .text:before{
   background:url("../img/bg_mark.png");
    content: "";
    height: 15px;
    left: 38px;
    position: absolute;
    top: 36px;
    width: 19px;
}
#product-box .description:before{
  content:"Opis produktu";
  display:block;
  color:#3e3e3e;
  font-size:18px;
  font-weight:bold;
  margin-top:15px;
  margin-bottom:15px;
}
#product-box .description{
  opacity:0;
  clear:both;
  margin-top:10px;
}
.product-details{
  margin-bottom:15px;
}

.color{
  display:inline-block;
  width:18px;
  height:18px;
}

.mp3-box .mp3-item-show .product-item-name{
 font-size:12px;
 text-align:left;
}
.mp3-box .jp-player-box,
.mp3-box .mp3-item-show{
 margin-bottom:15px;
}
.mp3-box .jp-player-box{
 margin-top:60px;
}

/*  nzk 23-11-2017  */
#basket-box>.message{
  clear:both;
  float:right;
  margin-top:22px;
}

.go.default {
  display: none;
}
