/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext');



/* ===================================================
            START   ::  GLOBAL
==================================================== */


.koprinet-address {
    margin: 10px 5px;
    font-weight: 600;
    font-size: 0.85em;
}

.text-justify {
    text-align: justify;
}

input.btn-small {
    padding-top: 0px;
}

a:focus, a:hover, a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-decoration: none;
}

.clear-right {
    clear:right;
}

.icon-loading {
    background-image: url('../img/loader.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}

.link-underlined {
    size: 0.5em;
    text-decoration: underline !important;
}

textarea {
    resize: none;
}

.modal form {
    margin: 0 !important;
}
.modal-footer p {
    display: block;
    float: left;
}

.container-common {
    margin: 20px;
}

.container-common .float-left.text-justify {font-weight: 400; font-size: 15px; line-height: 1.8; color: #5B5E5E;}
.container-common h4,
.cart-container-inner h4  {margin: 0px 0px 25px 0px; display: block; font-size: 32px; color: #000000; text-align: center; text-transform: uppercase; line-height: 100%}
.container-common h4:before,
.cart-container-inner h4:before {content: ""; width: 200px; height: 2px; margin: 10px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
.container-common h4:after,
.cart-container-inner h4:after {content: ""; width: 200px; height: 2px; margin: 10px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}
.cart-container-inner h4  {margin: 10px 0px 35px 0px !important;}


.container-common hr,
.cart-container-inner hr {display: none;}
.cart-left h4:before,
.cart-left h4:after,
.cart-right h4:before,
.cart-right h4:after {content: ""; width: 0px; height: 0px; margin: 0px; display: inline-block; position: absolute; background: transparent;}

.container-common h2 {margin: 0px 0px 25px 0px; display: block; font-size: 32px; color: #000000; text-align: center; text-transform: uppercase;}
.container-common h2:before {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
.container-common h2:after {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}

.common-table {
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #E1E1E1;
    border-collapse: separate;
}

.common-table th, .common-table td {
    text-align: left;
    padding: 7px 14px;
}

.common-table thead th {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEEEEE;
    height: 40px;
}


.common-table tbody td {
    vertical-align: top;
    border-top: 1px solid #E1E1E1;
}

.common-table tfoot td {
}

.common-table table {
    width: 100%;
}

td#email-label{
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

td#password-label{
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

td#firstname-label{
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

td#lastname-label{
    text-align: right;
    padding-right: 5px;
    padding-top: 7px;
}

td#rememberMe-label{
    text-align: right;
}

input.btn-small{
    font-family: 'Open Sans', sans-serif !important;
    line-height: 20px !important;
    height: 26px;
    vertical-align: middle;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
/* ===================================================
            END   ::  GLOBAL
==================================================== */



/* ===================================================
            START   ::  SEARCH AJAX
==================================================== */

#ajax-search-table {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 40px;
    right: 0;
    width: 500px;
    background-color: rgba(0,0,0,0.95);
    color: #ffffff;
}

#ajax-search-table td {
    height: 20px;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #111111;
    padding-right: 15px;
}


#ajax-search-table td,
#ajax-search-table td a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ajax-search-table a {
    color: #eeeeee;
}

#ajax-search-table a:focus, #ajax-search-table a:hover, #ajax-search-table a:active {
    color: #ffffff !important;
}


#ajax-search-table tr:hover {
    background-color: rgba(0,0,0,1.0);
}

#ajax-search-table td:first-of-type {
    width: 110px;
}

.navbar-search .search-query {
    padding-left: 35px !important;
}

.navbar-search {width: 160px; height: 15px; padding: 5px; margin: 7px 0px 0px 20px; float: left;
	box-shadow: 0px 0px 5px 0px #EAEAEA inset; border: 1px solid #E3E3E3; border-radius: 3px;}
.navbar-search input#head-search,
.navbar-search button {margin: 0px; pading: 0px; border: 0px; float: left;}
.navbar-search input#head-search {width: 132px; height: 19px; margin: -7px 0px 0px -3px; background: none !important; box-shadow: none;
	font-weight: 300; font-size: 15px; line-height: 15px; color: #5B5E5E;}
.navbar-search button {width: 18px; height: 19px; margin: -4px 0px 0px 0px; background: url('../img/ikonka-szukaj.png') top left no-repeat; opacity: 0.25;}

/* ===================================================
            END   ::  SEARCH AJAX
==================================================== */




/* ===================================================
            START   ::  STICKY FOOTER
==================================================== */

body {padding: 0px !important;}

.wrapper {

    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
}

.footer, .push {
    height: 210px;
    background-color: #ffffff;
}

.footer {
    margin: -190px auto 0 auto;
    height: 190px;
}


/* ===================================================
            END   ::  STICKY FOOTER
==================================================== */

/* ===================================================
            START   ::  TREŚĆ
==================================================== */

body {background: #F9F9F9; padding: 0px; margin: 0px;
    font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 13px;}


.navbar .nav > li > a {
    padding-left: 0;
    padding-right: 0;
}

.navbar .nav > li {color: #999999;}
.navbar .nav > li > span {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
}

a#items-in-b-c {color: #5B5E5E !important;}
a#items-in-b-c:hover {color: #00AEEF !important;}

/* ===================================================
            END   ::  TREŚĆ
==================================================== */

/* ===================================================
            START   ::  NAGŁÓWEK STRONY
==================================================== */

#shopping-info {width: 100%; height: 110px; margin: 0px 0px 15px 0px; display: block; background: #FFFFFF; box-shadow: 0px 2px 5px -5px rgba(0,0,0, 0.75);}

.mini-container {
    padding: 35px 0 0;
    color: #999999;
    font-size: 19px;
    text-align: left;
}

.mini-container a {
    color: #999999;
}

.header-div {
    display: block;
    float: left;
}

.header-div > span {
    margin-bottom: 4px;
}

.header-helper {
    float: right;
}

.header-delimiter {
    margin: 0 39px;
    width: 1px;
    height: 43px;
    background-color: #999999;
}

.shop-logo {margin: 0px 50px 0px 0px; padding: 0px; }

#main-logo {margin: -5px 10px 10px 0px; padding: 0px;}

.shop-logo > a, .shop-logo > a:hover{
    text-decoration: none;
}

#logo {
    color: #696969;
    /*font-size: 40px;*/
    font-size: 28px;
    line-height: 24px;
}

#logo-normy {
    /*color: #9c6b31;*/
    color: #00AEEF;
}

#logo-normy:hover {
    /*color: #dbc59e;*/
    color: #005580;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}


#logo-bottom {
    font-family: 'Open Sans';
    font-size: 17px;
    line-height: 18px;
    /*color: #4a5164;*/
    color: #5b5e5e;
}

.header-small {
    font-size: 12px;
    line-height: 12px;
}

.lr {
    display: block;
    margin-top: 7px;
}

.left {
    float: left;
}
.right {
    float: right;
}

.underline {
    text-decoration: underline;
}


/* ===================================================
            END   ::  NAGŁÓWEK STRONY
==================================================== */

/* ===================================================
            START   ::  IKONY :: NAGŁÓWEK CSS SPRITE
==================================================== */

.nc-icons {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 16px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-image: url('../img/ncicons.png');
}
.nc-shoppping-cart{ background-position: 0 0; width: 16px; height: 16px; }
.nc-user{ background-position: -17px 0; width: 16px; height: 16px; }
.nc-phone{ background-position: -34px 0; width: 16px; height: 16px; }



/* ===================================================
            END   ::  IKONY :: NAGŁÓWEK CSS SPRITE
==================================================== */


/* ===================================================
            START   ::  MENU GŁÓWNE
==================================================== */

nav.main-nav {height: 40px; margin: 0px; display: block; float: left; position: relative;
	font-weight: 600; font-size: 15px; line-height: 40px; text-transform: uppercase;}
nav.main-nav ul ul {box-shadow: 0px 0px 6px 0px rgba(0,0,0, 0.25) !important;
	font-weight: 400; text-transform: none;}
nav.main-nav ul ul ul {font-size: 14px;}
nav.main-nav a {color: #5B5E5E; text-decoration: none;}
nav.main-nav a:focus,
nav.main-nav a:hover {color: #00AEEF; text-decoration: none;}
nav.main-nav ul.main-nav-list li.dropdown-with-hover:hover {padding: 2px 5px 0px 5px; margin: -2px 2px 0px -5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0, 0.25); border-radius: 4px 4px 0px 0px;}
nav.main-nav ul.main-nav-list li.dropdown-with-hover:hover:after {content: ""; height: 5px; width: 100%; margin: 14px 0px 0px -5px; display: block; position: absolute;
	z-index: 1000000; background: #FFFFFF; }
.main-nav-list {margin: 0px; display: inline-block;}
.main-nav-list > li {height: 39px; margin: 0px 5px 0px 5px; display: inline-block; list-style-type: none;}
.main-nav-list li:first-child {margin-left: 0px;}
.main-nav-list li:last-child {margin-right: 0px;}

.main-nav-search-box {
    height: 24px;
    width: 310px;
    margin-top: 6px;
}

.main-nav-search-box input {
    vertical-align: top;
}

.dropdown-with-hover a:focus, .dropdown-with-hover a:hover {color: #2B2C32 !important;}
.dropdown-with-hover a.dropdown-toggle:hover, .dropdown-with-hover a.dropdown-toggle:focus {color: #00AEEF !important;}
nav.main-nav ul ul {}
nav.main-nav ul ul ul {margin-top: -1px !important; box-shadow: none !important;}
nav.main-nav ul ul ul ul {padding: 5px 10px 5px 10px;}

/* ===================================================
            END   ::  MENU GŁÓWNE
==================================================== */



/* ===================================================
            START   ::  SLIDER
==================================================== */

.main-slider {
    margin: 10px auto 0;
    padding: 0;
    overflow: hidden;
    height: 318px;
}

.slide-bg, #myCarousel {
    height: 318px;
    margin: 0;
}

.myCarousel {
    width: 100%;
    height: 318px;
    overflow: hidden;
}

.slider-shadow {
    background-image: url('../img/shadow_940.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
}

.carousel-indicators {
    top: auto;
    bottom: 10px;
    right: auto;
    margin-left: 50%;
    display: block;
    text-align: center;
}

.carousel-indicators li {
    background-color: #BBBBBB;
}

.carousel-indicators .active {
    background-color: #444444;
}

input[type="text"], textarea {
    background-color: transparent;
}

.carousel-control {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    opacity: 0.5;
    filter: alpha(opacity=50%);
    top: 100px;
    vertical-align: central;
    padding: 45px 0;
}

/* ===================================================
            END   ::  SLIDER
==================================================== */

/* ===================================================
            START   ::  USUWANIE STRZAŁKI W DROPDOWN
==================================================== */

.dropdown-menu::after, .dropdown-menu::before {
    border: medium none currentColor !important;
}

.dropdown-menu {border-radius: 0px !important;
    margin: 0px;
    padding: 0px;
    z-index: 3000;
}
ul ul .dropdown-menu {padding: 9px 0px 0px 0px;
	border: 1px solid #008BBF !important;}

/* ===================================================
            END   ::  USUWANIE STRZAŁKI W DROPDOWN
==================================================== */


/* ===================================================
            START   ::  DIV ::  PROMO
==================================================== */

.promowane {
    font-size: 13px;
}

.promowane > h4 > span {
    /*color: #9c6b31;*/
    color: #00aeef;
    margin-left: 20px;
}

.promo h5, .promo h5:focus, .promo h5:hover, .promo h5:visited,
.product-description strong, .product-description strong:focus, .product-description strong:hover, .product-description strong:visited {
    color: #000000 !important;
}

.product-description .szeroka-czesc {width: 70%; display: block;}
.product-description .waska-czesc {width: 30%; display: block;}

.promowane > hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0 0 20px 0;
}

.promo-in {
    margin: 10px;
    border: 1px solid #dedede;
    padding: 5px;
    height: 200px;
}

.promo-p {height: 115px; overflow: hidden;}
.promo {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 0 20px;
}

.promo-cena {
    width: 100%;
}

.promo-cena > img {
    width: 100%;
}

.product-single {
    padding: 20px 30px;
}
/* ===================================================
            END   ::  DIV ::  PROMO
==================================================== */


/* ===================================================
            START   :: UGLY HACKS FOR BOOTSTRAP
==================================================== */

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 0px;
    font-size: 13px;
}

.carousel-inner .item {
    width: 1100px !important;
    height: 290px !important;
}

.input-append {
    margin: 0;
}

.carousel-control {
    width: 5%;
}
select.input-small {
    height: 20px;
    width: 143px;
    padding-right: 2px;
    padding-left: 6px;
}

label {
    font-weight: 400;
    font-size: 13px;
}

input[type="radio"] {
    display: inline;
    margin-right: 10px;
}


.btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.navbar .nav {height: 40px;}

.navbar .nav-top-right li {
    padding-right: 0;
}


.input-small {
    height: 16px !important;
}

[class^="icon-"],
[class*=" icon-"] {
    margin-right: 0.4em;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

h4 {
    font-size: 20px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

/* ===================================================
            END   :: UGLY HACKS FOR BOOTSTRAP
==================================================== */

/* ===================================================
            START   :: PAGE ::  FOOTER
==================================================== */

.footer-inside, .footer-under-inside {
    padding: 10px 20px 20px;
}

.footer-list {
    /*    list-style-image: url("../img/bullet.png");*/
    list-style-type: none;
    margin-left: 0;
}

.footer-list-contact  {
    list-style-type: none;
    margin-left: 0;
}

.footer-under {
    background-color: #1b1b1b;
}

.footer-under a, .footer-under a:visited, .footer-under p {
    color: #999999;
    margin-bottom: 0;
}

.footer-under a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer {
    border-top: 1px solid #ccc;
}

.footer-image-bot {
    display: block;
    float: left;
    width: 139px;
    margin-top: 16px;
    margin-right: 20px;
    vertical-align: bottom;
}

.newsletter {
    border: 1px solid #cccccc;
    padding: 0 20px;
    height: 120px;
}

.newsletter-info {
    font-size: 90%;
    line-height: 100%;
    color: #555555;
}
.newsletter-info p {
    margin: 15px 0;
}

.push {
    background-color: transparent;
}

.footer-under-inside p {
    font-size: 0.8em;
}

/* ===================================================
            END   :: PAGE ::  FOOTER
==================================================== */



/* ===================================================
            START   :: PAGE ::  KOSZYK NA GŁÓWNEJ
==================================================== */

.shopping-cart-over {
    position: relative;
}


.shopping-cart {min-width: 300px; min-height: 100px; margin: 0px 0px 0px 250px; position: absolute; top: 130px; left: 50%; right: 50%; z-index: 2147483647;
    background-color: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.149); border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*    padding: 2px;*/
}

.shopping-cart-empty {
    width: 100%;
    min-width: 100%;
    text-align: center;
    vertical-align: central;
}

.shopping-cart-empty > td {
    height: 100px;
    margin: auto auto;
    font-size: 1.2em;
}


#my-cart > a:hover, #my-cart > a:focus {
    color: #1b1b1b;
    text-decoration: none;
    border: none;
}

.shopping-cart table {
    width: 100%;
    vertical-align: middle;
    text-align: right;
}

.shopping-cart table td {
    padding: 0.35em;
}

.shopping-cart-border {
}


#shopping-cart-sidebar {
    background-color: #ffffff;
}

#shopping-cart-sidebar thead td {
    background-color: #f5f5f5;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
}

#shopping-cart-sidebar td {
    padding: 0 10px 0 15px;
}

#shopping-cart-sidebar thead  td:first-child {
    color: #555555;
}

#shopping-cart-sidebar td:first-child {
    text-align: left;
}


#shopping-cart-sidebar thead  td:last-child {
    text-align: right;
}

#shopping-cart-sidebar thead  td i{
    opacity: 0.3;
}

#shopping-cart-sidebar tbody td label {
    background-color: #008BBF;
    cursor: default;
}

#shopping-cart-sidebar td{
    border-top: 1px solid #e1e1e1;
    height: 50px;
}

#shopping-cart-sidebar tfoot td label {
    background-color: #008BBF;
    margin-top: 5px;
}

#shopping-cart-sidebar tfoot td strong {
    color: #666666;
}

#shopping-cart-sidebar tfoot td {
    height: 40px;
    vertical-align: central;
}

.x-del {
    vertical-align: text-top;
    font-size: x-small;
    font-weight: 600;
    color: red;
}

.mini-name, .mini-name:hover {
    color: #444444;
}

.mini-name:hover {
    font-weight: bold;
}


/* ===================================================
            end     :: PAGE ::  KOSZYK NA GŁÓWNEJ
==================================================== */



/* ===================================================
            START   :: PAGE ::  PRODUCT-VIEW
==================================================== */

.view-product-container {
    background-color: #ffffff;
    height: 100%;
}

.view-breadcrumb .breadcrumb {padding: 7px 10px 7px 20px; margin: 0px;
	background: #F7F7F6; box-shadow: 0px 2px 4px rgba(0,0,0, 0.15) inset, 2px 2px 2px 0px rgba(255,255,255, 0.3); border-radius: 5px; border: 1px solid #ECECEA;
	font-weight: 400; font-size: 14px; line-height: 14px; color: #5B5E5E;}
.view-breadcrumb .breadcrumb a {color: #008BBF;}
.view-breadcrumb .breadcrumb a:hover {color: #2B2C32;}

.container-top-margin {
    margin-top: 10px;
}

.view-product {width: 1100px; min-height: 100%; display: block; margin: 20px 0px 20px 0px !important;
	background: #FFFFFF; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 10px !important;}

.product-lewa-belka {
    width: 30%;
    height: 100%;
}

.product-preview-image {
    margin: 15px;
}

.product-prawa-belka {
    width: 70%;
}
.product-prawa-belka > div {
    padding: 0 30px;
}

.product-description span {
    display: block;
    float: right;
    clear: right;
}

.product-description header h3 {

}

.breadcrumb {
    margin: 0;
}

.product-overview dl, dd, dt {
    display: block;
    text-align: right;
}

.product-overview dt, dd {
    width: 70px;
    float: left;
}

.product-overview dd {
    clear: left;
}

.product-overview dl {
    clear: right;
}

.product-ov-div {
    width: 100%;
    min-height: 90px; height: auto;
}

.prod-ov-bot {
    width: 100%;
    float: right;
}

.product-config-wrapper {
    height: 500px;
    margin-top: 30px;
}

.product-config-wrapper label {
    display: block;
    float: left;
    width: 23%;
    padding: 5px;
    font-weight: 500;
}

.product-config-wrapper label input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 7px;
}

.product-config-wrapper label input[type="submit"] {
    float: right;
    clear: both;
}

/* ===================================================
            END :: PAGE ::  PRODUCT-VIEW
==================================================== */


/* ===================================================
            START :: PART ::  KNR-DIV
==================================================== */

.knr-small {
    font-size: 22px;
    width: 234px;
    height: 167px;
}

.knr-big {
    font-size: 45px;
    width: 468px;
    height: 334px;
}


.knr-wrapper {
    border: 1px solid #cccccc;
    line-height: 1.15em;
    width: 100%;
    height: 100%;
}

.knr-top {
    font-weight: bold;
    width: 100%;
    height: 69.57%;
}

.knr-top-left {
    position: relative;
    width: 65.38%;
    height: 100%;
    float: left;
}

.knr-top-left > p {
    position: absolute;
    top: 1.5em;
    left: 0.7em;
}

.knr-top-right {
    width: 34.62%;
    height: 100%;
    float: left;
    clear: right;
}

.knr-blue-mid {
    position: relative;
    width: 100%;
    height: 16.66%;
    background-color: #0093DD;
    color: #ffffff;
}

.knr-blue-mid > h5 {
    font-size: 0.3em;
    line-height: 1.2em;
    position: absolute;
    top: 0.35em;
    left: 2.6em;
    margin: 0;
    font-weight: 400;
}

.knr-blue-mid > p {
    font-size: 0.35em;
    line-height: 1.2em;
    position: absolute;
    top: 1.5em;
    left: 2.25em;
    margin: 0;
}

.knr-bottom {
    width: 100%;
    height: auto;
}

.knr-nr-container {
    width: 75%;
    height: 100%;
    float: left;
}

.knr-nr-right {
    width: 47.83%;
    height: 100%;
}

.knr-nr {
    position: relative;
    width: 100%;
    height: 52.17%;
    background-color: #0093DD;
    color: #ffffff;
}

.knr-nr > p {
    position: absolute;
    font-size: 0.75em;
    top: 2em;
}

/* ===================================================
            END :: PART ::  KNR-DIV
==================================================== */



/* ===================================================
            START :: PART ::  BASKET-VIEW
==================================================== */
.cart-preview-header {height: 21px; padding: 8px 0px 6px 0px; margin: 0px 0px 30px 0px; display: block;
	background: #F7F7F6; box-shadow: 0px 2px 4px rgba(0,0,0, 0.15) inset, 2px 2px 2px 0px rgba(255,255,255, 0.3); border-radius: 5px; border: 1px solid #ECECEA;
	font-weight: 400; font-size: 14px; line-height: 14px; color: #5B5E5E;}



.preview-next label {
    height: 45px;
    float: left;
    display: block;
    margin: 0 20px 0 10px;
    background-color: transparent;
    background-image: url('../img/platnosc_24.png');
    background-repeat: no-repeat;
    background-position: 20px;

}

.preview-next label:last-child  {
    background-image: url('../img/platnosc_tr.png');
}
.preview-next label > input  {
    margin-top: 15px;
}

.bootstrap-select {
    margin-bottom: 0 !important;
}

.bootstrap-select {
    padding: 0 !important;
}

.cart-preview-header > ul {
    margin: 0;
}

.cart-preview-header > ul > li {
    list-style-type: none;
    display: block;
    float: left;
    width: 25%;
    text-indent: 20px;
}
.cart-preview-header > ul > li:after {
    display: inline-block;
    padding: 0 5px;
    color: #ccc;
    content: "\00a0 /";
}

.gt {
    margin-left: 80px;
    color: #9C6B31;
}

.cart-preview-header > ul > li > a {
    font-size: 14px;
    font-weight: 500;
}

.cart-container {float: left;
    display: block;
    width: 100%;
}


.cart-table-preview {width: 100%; margin: 20px 0px 0px 0px; font-weight: 400; font-size: 14px; line-height: 1.3; color: #5B5E5E;}

.cart-table-preview th, .cart-table-preview td, .cart-table-discount td {
    border: 1px solid #ECECEA;
    text-align: left;
    padding: 0 5px;
}

.cart-table-preview td:last-child, .cart-table-discount td:last-child {
    text-align: right;
}

.cart-table-preview th, .cart-table-preview tfoot td, .cart-table-discount tfoot td {
    height: 30px;
}

.cart-table-preview th {
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #000000;
    font-weight: 400;
    padding: 10px 0px;
}

.td-inside {
    height: 50px !important;
    max-height: 50px;
}

.th-1st {
    width: 70px;
}

.td-1st {
    width: 60px;
}

.th-2nd {
}

.th-3rd {
    width: 130px;
}

.td-3rd {
    width: 120px;
}

.cart-table-preview,
.cart-table-discount {font-weight: 400; font-size: 15px; line-height: 15px; color: #5B5E5E;}
.cart-table-discount  .td-3rd  {font-weight: 600; color: #FF3333;}
.cart-table-preview tfoot tr td:last-child,
.cart-table-discount  tfoot tr td:last-child {font-weight: 600; color: #008BBF;}

.cart-left {
    float: left;
    border-right: 1px #ECECEA solid;
    width: 45% !important;
    padding-right: 4%;
}

#cart-login #submit-label {
    padding-top: 15px;
}

.cart-right {
    float: right;
    padding-left: 4%;
    padding-right: 1%;
    width: 45% !important;
}

#uzupelnijdane-content {
    float: left;
    width: 50%;
}

#uzupelnijdane-content-formtable {
    margin-left: 20%;
}

#uzupelnijdane-sidebar {
    float: right;
    width: 50%;    
}

#uzupelnijdane-cleared {
    clear: both;
}

.cart-right form, .cart-left form {
    margin-left: 20px;
}

.cart-right table, .cart-left table {
    width: 100%;
}

.tr-empty {
    padding: 20px 5px !important;
    text-align: center !important;
}

.tr-discount {
    padding: 5px 5px 5px 5px !important;
}


.cart-table-discount {
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #DDDDDD;
    padding: 20px;
}

.cart-table-discount form input {
    float: left;
}

.preview-next {
    margin: 20px 0;
}

.adisabled, .adisabled:hover, .adisabled:focus, .adisabled:active {
    text-decoration: none;
    color: #cccccc;
    cursor: text;
}

.cart-container {
    padding-bottom: 20px;
}

td.element {}

td.element input {}

.basket-login-desc {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px 20px;
    /*color: #aaaaaa;*/
    color: #5B5E5E;
    text-align: justify;
    border-bottom: 1px #dddddd dashed;
    border-top: 1px #dddddd dashed;
}
p.basket-login-desc small {font-weight: 400; font-size: 13px; line-height: 1.5;}
input.btn-success,
td.element input,
.btn.btn-small.btn-success {width: 100px; height: 27px !important; margin: 8px 0px 10px 5px; padding: 0px; text-align: center; background: #00AEEF;
	background: -webkit-linear-gradient(top, #00AEEF, #008BBF);
	background: -moz-linear-gradient(top, #00AEEF, #008BBF);
	background: -o-linear-gradient(top, #00AEEF, #008BBF);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3) inset; border: 1px solid #104094; border-radius: 5px; cursor: pointer;
	font-weight: 400; font-size: 13px; line-height: 25px; color: #FFFFFF;}
input.btn-success:hover,
td.element input:hover,
a.btn.btn-small.btn-success:hover {background: #008BBF;
	background: -webkit-linear-gradient(top, #008BBF, #00AEEF);
	background: -moz-linear-gradient(top, #008BBF, #00AEEF);
	background: -o-linear-gradient(top, #008BBF, #00AEEF);}
input[value="Podsumowanie"],
input[value="Złóż zamówienie"] {width: 130px !important;}
input[value="Zapłać online z przelewy24.pl"] {width: 200px !important; background: -webkit-linear-gradient(top, #00AEEF, #008BBF) !important;
	background: -moz-linear-gradient(top, #00AEEF, #008BBF) !important;
	background: -o-linear-gradient(top, #00AEEF, #008BBF) !important;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3) inset !important; border: 1px solid #104094 !important;}
input[value="Zapłać online z przelewy24.pl"]:hover {background: #008BBF !important;
	background: -webkit-linear-gradient(top, #008BBF, #00AEEF) !important;
	background: -moz-linear-gradient(top, #008BBF, #00AEEF) !important;
	background: -o-linear-gradient(top, #008BBF, #00AEEF) !important;}

#agreeMarketing-label > label, #agreeNewsletter-label > label, #rememberMe-label > label {
    font-size: xx-small;
    color: #696969;
    line-height: 1.6em;
    width: 80%;
    display: block;
    float: left;
}
#agreeMarketing-label, #agreeNewsletter-label {
    padding-top: 10px;
}

.cart-left table td:first-child, .cart-right table td:first-child {
    width: 40%;
}

.cart-left table .cart-right table td:last-child {
    width: 30%;
}

.basket-method td {
    color: #696969;
    vertical-align: top;
    font-size: 11px;
    font-weight: 600 !important;
}

.basket-method td:first-child {
    width: 20px;
}

.basket-method tfoot td {
    padding-right: 20px;
}

.basked-is-data-ok {
    width: 100%;
    margin: 30px 0px;
}

.basked-is-data-ok td {background: #FFFFFF;
    padding: 3px 10px;
    border: 1px #dddddd solid;
    font-size: 13px;
    color: #696969;
    width: auto;
}

.basked-is-data-ok td:first-child {
    font-weight: 600;
    vertical-align: top;
    width: 160px;
}

.basked-is-data-ok .bolder {
    font-weight: 600;
}

.basked-is-data-ok dl {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.basked-is-data-ok dd {
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    width: 80%;
}

.basked-is-data-ok dt {
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    clear: right;
    width: 10%;
}

.basked-is-data-ok tfoot td, .basket-method tfoot td {
    border: none;
    padding-top: 10px;
}
.basked-is-data-ok tr:last-child {color: #FF3333 !important;}



#methodform label {
    font-size: 11px;
    color: #696969;
}

#methodform td {
    vertical-align: top;
}

textarea#uwagi {
    height: 128px;
    min-height: 128px;
    max-height: 128px;
}

.bsk-meth {padding: 0px; background: #FFFFFF; border: 1px solid #DDDDDD;}

.bsk-meth label {
    clear: both;
    margin-bottom: 10px;
    line-height: 42px;
    color: #5B5E5E;
    font-size: 14px;}
label::first-letter {text-transform: uppercase;}


.bsk-meth input {
    margin-right: 60px;
}

.bsk-meth h6 {padding: 10px 0px 10px 0px; margin: 0px; background: #F5F5F5; border-bottom: 1px solid #DDDDDD; text-align: center;
	color: #000000; font-weight: 400; font-size: 15px; line-height: 15px;}

/* ===================================================
            END :: PART ::  BASKET-VIEW
==================================================== */



/* ===================================================
            START :: PART ::  REGULAMIN
==================================================== */

.regulamin {
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.regulamin > div {
    margin: 20px 20px 20px 0;
}

.regulamin ul > li {
    list-style-type: none;
}

.regulamin ul > li > ol > li {
    list-style-type: decimal;
}


/* ===================================================
            END :: PART ::  REGULAMIN
==================================================== */


/* ===================================================
            START :: ACTION ::  LISTA KATALOGÓW RZECZOWYCH
==================================================== */

.product-list {
    /*background-color: #ffffff; */
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-bottom: 15px;
}

.product-list-header > h4 {margin: 40px 0px 25px 0px; text-align: center; text-transform: uppercase;
	font-weight: normal; font-size: 32px; line-height: 1.3; color: #000000; text-shadow: 1px 1px 2px #FFFFFF;}
.product-list-header > h4:before {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
.product-list-header > h4:after {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}

.product-image {
    padding-top: 5px;
    height: 115px;
    text-align: center;
    width: 120px;
    float:left;
    border-right: 1px solid #dedede;
}

.product-wrapper {width: 1100px; min-height: 90px; margin: 20px 0px 20px 0px;
	background: #FFFFFF; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 6px;}
.product-wrapper:hover {box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);}

.product-wrapper table {width: 1060px; margin: 0px 20px 0px 20px;}
.product-wrapper td {padding: 10px 10px 5px 0px; vertical-align: top;}
.product-wrapper tr td:last-child {padding-right: 0px;}
.product-wrapper td p {
    margin: 0;
}

.product-wrapper .fst {width: 150px; padding-right: 10px;}
.product-wrapper .fst-top {height: 40px;}
.product-wrapper .fst a strong {font-weight: 600; font-size: 17px; color: #5B5E5E;}

.product-wrapper .snd {min-width: 615px; width: auto; padding-right: 0px;}
.product-wrapper .snd p {font-weight: 400; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
.product-wrapper .snd a {height: 25px; padding: 0px 0px 0px 25px; text-transform: capitalize;
	background: #FFFFFF url('../img/ikonka-szczegoly.png') -5px -4px no-repeat; background-size: 30px 30px; font-weight: 600; font-size: 15px; line-height: 1.3;}
.product-wrapper .snd a:link,
.product-wrapper .snd a:visited {color: #5B5E5E;}
.product-wrapper .snd a:hover {color: #00AEEF;}

.product-wrapper .trd {min-width: 110px; width: auto;
    text-align: right;
    padding-right: 10px;
    padding-left: 0;
}
.product-wrapper .trd a i.icon-shopping-cart {height: 25px; width: 20px; display: block; float: left;
	background: #FFFFFF url('../img/ikonka-koszyk-niebieski.png') -5px -4px no-repeat; background-size: 30px 30px;}
.product-wrapper .trd a.btn-info {height: 25px; padding: 0px; margin: 0px; background: #FFFFFF;
	font-weight: 600; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
.product-wrapper .trd a.btn-info::first-letter,
.product-wrapper .trd a.btn-info.disabled::first-letter {text-transform: uppercase;}
.product-wrapper .trd a.btn-info:link,
.product-wrapper .trd a.btn-info:visited {color: #5B5E5E;}
.product-wrapper .trd a.btn-info:hover {color: #00AEEF;}
.product-wrapper .trd a.btn-info.disabled:hover {color: #5B5E5E;}
.product-wrapper b {font-weight: 600; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
.product-wrapper span[itemprop="price"] {font-weight: 600; color: #008BBF;}

.product-pagination {
    border: none !important;
    text-align: center;
    height: 50px !important;
}

.product-pagination > .pagination {
    margin: 0 auto;
    display: inline-block;
    clear: left;
    float: none;
}

.product-price b {
    font-weight: 600;
}

.product-description .product-overview {
    margin-top: 15px;
}
.pull-right.product-overview {font-weight: 400; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
.pull-right.product-overview dt {font-weight: 600; color: #008BBF;}

.product-description .product-title {color: #00AEEF; font-size: 32px;}
.product-description .description {color: #5B5E5E; font-size: 22px; line-height: 1.3; font-weight: 600;}


article .pv-r, article .pv-rp {margin: 0; display: inline; cursor: pointer;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;
	-moz-user-select: moz-none; -ms-user-select: none; user-select: none;
	font-weight: 400; font-size: 14px; line-height: 14px; color: #5B5E5E;}
article .pv-r {font-weight: 400; margin: 4px 0px 4px 0px; display: inline-block;}
article .pv-rp {font-weight: 300;}

article .pv-d {
    line-height: 1.2em;
    font-size: 18px;
    margin: 10px 0;
}

article .pv-mid:before {content: "[+] "; display: inline-block; width: 16px;
	font-weight: 400; font-size: 14px; line-height: 14px; color: #008BBF; letter-spacing: -1px;}


article .pv-mid:hover {
    color: #999999;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
article .pv-lists > ul > li {
    margin-left: 7px;
    padding-left: 3px;
    list-style-type: square;
}

article .pv-mid {
    width: 100%;
    display: block;
    clear: right;
}

article section pv-lists {
    clear: both;
}

.before-class-more:before {
    content: "[-] " !important;
}

.before-class-more-not:before {
    content: "[+] " !important;
}

article#pv-toc {margin: -10px 0px 0px 30px; font-weight: 400; font-size: 14px; line-height: 1.3; color: #5B5E5E;}
article#pv-toc h1 {margin: -20px 0px -20px 0px; clear: both; text-align: left; font-size: 18px; color: #008BBF;}



/* ===================================================
            END :: ACTION ::  LISTA KATALOGÓW RZECZOWYCH
==================================================== */



/* ===================================================
            START :: ACTION ::  ORDER HISTORY
==================================================== */

#arrow-back {
    margin-right: 70px;
    height: 24px;

}

#arrow-back img {
    margin: 1px 0 0 0;
}

#arrow-back img:hover {
    margin: 0 0 0 1px;
}

.left-container {
    float: left;
    width: 77%; font-weight: 400; font-size: 15px; line-height: 1.5; color: #5B5E5E;
}

.left-container p {
    width: 95%;
}

.right-container {
    float: right;
}

.user-panel { }
.user-panel ul {box-shadow: 0px 0px 6px 0px rgba(0,0,0, 0.25);}

.user-panel li {background: #F9F9F9;
    border-top: 1px #dedede solid;
    border-right: 1px #dedede solid;
    border-left: 1px #dedede solid;
    list-style-type: none;
    display: block;
    padding: 10px 20px;
}

.user-panel li:last-child {
    border-bottom: 1px #dedede solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.user-panel li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.my-personal-data table {
    width: 60%;
}

.my-personal-data table td:last-child{
    min-width: 75px;
}



.my-personal-data {margin-top: 10px;}
.my-personal-data h3 {margin: 0px 0px 25px 0px; font-size: 32px; color: #000000; text-align: center; text-transform: uppercase;}
.my-personal-data h3:before {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
.my-personal-data h3:after {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}
.my-personal-data .left-container {width: 77%;}
.my-personal-data input {background: #FFFFFF; border: 1px solid #DDDDDD;}
.my-personal-data table tr td:first-child {width: 132px;}

/* ===================================================
            END :: ACTION ::  ORDER HISTORY
==================================================== */



/* ===================================================
            START :: CSSMENU ::  TOP MENU
==================================================== */
.drop-font {
    /*    font-size: 0.95em;*/
}

.dropdown-menu-a {
    width: 700px;
}

.dropdown-menu-a ul {
    float: left;
    list-style-type: none;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #dedede !important;
}
.dropdown-menu-a ul li {
    padding-left: 0;
}
.dropdown-menu-a ul li a {
    padding: 5px 10px 5px 5px;
}
.dropdown-menu-a ul li a:first-child {
    border-left: none;
}
.dropdown-menu-a ul li a:hover {color: #00AEEF !important;}
.dropdown-menu-a {
    /*padding: 10px;*/
}

.dropdown-with-hover:hover > ul.dropdown-menu {
    display: block !important;
}

/* ===================================================
            END :: CSSMENU ::  TOP MENU
==================================================== */




/* ===================================================
            START :: SUGGESTED
==================================================== */

.suggested {
    border: 1px solid #dedede;
    padding: 5px;
    height: 190px;
    position: relative;
}

.suggested:first-child {
    margin-left: 5px;
}

.suggested:last-child {
    margin-right: 5px;
}

.sugg-img, .sugg-rest {
    height: 140px;
}

.sugg-img {
    width: 78px;
}

.sugg-rest {
    width: 100%;
}

.sugg-rest h5, .sugg-rest h6 {
    margin-top: 0;
    font-weight: 600;
}

.sugg-desc {
    height: 70px;
}

.sugg-more {
}

/* ===================================================
            END :: SUGGESTED
==================================================== */
/* ===================================================
            START :: ZAMÓWIENIE
==================================================== */

.order-table {
    width: 100% !important;
    margin-bottom: 10px;
}

.order-table td,.order-table th {
    padding: 2px 7px;
}

.order-table th {
    font-size: 0.88em;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.order-table tbody td {
    font-size: 0.95em;
}
.order-table-bot thead td {
    font-size: 1.2em;
    line-height: 3em;
}

.order-table-bot tbody td {
    border-top: 1px solid #eeeeee;
}

.order-table-top {
    margin: 20px 0;
    width: 100% !important; background: #FFFFFF; border: 1px solid #DDDDDD;}

.order-table-top td {
    vertical-align: top;
}

.order-table-top td:first-of-type {
    width: 35%;
}

/* ===================================================
            END :: ZAMÓWIENIE
==================================================== */



/* ===================================================
            START :: POJEDYNCZA LICENCJA
==================================================== */

.lic-one {

}

.lic-two {

}

.lic-three {

}

.lic-rowspan {
    width: 50px;
    text-align: center !important;
    vertical-align: middle !important;
    border-right: 1px solid #E1E1E1;
    color: #999999;
}

.lic-row-two {
    width: 80px;
}

.lic-row-three {
    width: 400px;
    border-left: 1px dashed #E4E4E4;
}

/* ===================================================
            END :: POJEDYNCZA LICENCJA
==================================================== */




/* ===================================================
            START :: KONTAKT
==================================================== */

/*
    Document   : kontakt
    Created on : 2012-12-19, 10:52:08
    Author     : ksz
    Description:
        Purpose of the stylesheet follows.
*/


/*
.float-left {
    display: block;
    float: left;
}

p {
    margin: 0;
    padding: 0;
}*/

.contact-main, .contact-bot {
    width: 100%;
    min-width: 925px;
    border: #F2F2F2 solid 1px;
    clear: right;
}

.contact-bot p {
    display: block;
    text-align: justify;
    font-size: 12px;
    line-height: 12pt;
    padding: 20px 14px;
}

.contact-bot {
    height: 100%;
    margin-bottom: -60px !important;
}

.contact-main p {
    text-align: center;
    margin-top: 110px;
    font-size: 12px;
    line-height: 12pt;
}

.contact-main-one-third {
    width: 33.33%;
    /*    background-position: center 30px;*/
    background-repeat: no-repeat;
    height: 240px;
    min-height: 240px;
}

#contact-phone {
    background-image: url('../img/ico/top.png');
    background-position: 122px 30px;
}

#contact-phone:hover {
    background-position: 122px 25px;
}

#contact-mail {
    background-image: url('../img/ico/top.png');
    background-position: -186px 30px;
}

#contact-mail:hover {
    background-position: -186px 25px;
}

#contact-place {
    background-image: url('../img/ico/top.png');
    background-position: -494px 30px;
}

#contact-place:hover {
    background-position: -494px 25px;
}

.contact-form-div {
    width: 100%;
    border: #F2F2F2 solid 1px;
    border-top: none;
    clear: right;
    text-align: left;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
}

.contact-form-div h1 {
    margin: 10px;
    display: block;
    text-align: center;
    color: #a5a49d;
    font-weight: 600;
    font-size: 23px;
    line-height: 23pt;
    filter: dropshadow(color=#F2F2F2, offx=2, offy=1);
    text-shadow: 2px 1px 15px #F2F2F2;
}


.container.product-list.top-contact-container {background: #FFFFFF; border: 1px solid #DDDDDD;}
.top-contact-container .contact-main,
.top-contact-container .contact-form-div {border: 0px transparent;}
.top-contact-container .contact-main {border-bottom: 1px solid #E3E3E3;}


.top-contact-container fieldset {
    border: none;
    display: block;
    float: left;
    margin: 0 14px;
    padding: 0;
}

#fieldset-myDisplayGroup {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

#fieldset-messageDisplayGroup {
    width: 55%;
    min-width: 55%;
    max-width: 55%;
    clear: right;
}

#fieldset-submitDisplayGroup {
    display: block;
    float: right;
    clear: right;
}

.top-contact-container input[type=text] {
    display: block;
    min-width: 250px;
    width: 250px;
    max-width: 250px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
}

.top-contact-container input[type=text], .top-contact-container textarea, #divek {
    /*    margin: 10px 0;*/
    padding: 12px 15px;
}

.top-contact-container input, .top-contact-container textarea, #divek {
    border:#ccc solid 1px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
    resize: none;
    outline:none;
}

.top-contact-container input[type=text]:focus, .top-contact-container textarea:focus {
    box-shadow: 0px 0px 5px 1px rgba(255, 196, 0, 0.25);
    border: #FFC400 solid 1px;
}

.top-contact-container input, .top-contact-container textarea, #divek, .top-contact-container select {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Trebuchet MS';
    color: #5A5A5A;
}

.top-contact-container textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 147px;
    min-height: 147px;
    max-height: 147px;
}

.contact-main a {
    color: #5A5A5A;
    text-decoration: none;
    font-weight: 700;
}

.contact-main, .contact-form-div {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.top-contact-container select {
    text-indent: 12px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    opacity : 0;
    z-index: 9999;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    line-height: 42px;
}

#divek {
    background-color: #fff;
    width: 280px;
    max-width: 280px;
    min-width: 280px;
    position:relative;
    padding: 0;
    height: 42px;
}

#divek .hint {
    position: absolute;
    top:0; left: 0;
    padding: 14px 15px;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    z-index: 0;
}

.top-contact-container .collapsed {
    background-image: url('../img/ico/zwin-rozwin.png');
    background-position: 0 0;
    background-position: 250px 19px;
    background-repeat: no-repeat;
}

.top-contact-container .expanded {
    background-image: url('../img/ico/zwin-rozwin.png');
    background-position: 0 0;
    background-position: 250px -25px;
    background-repeat: no-repeat;
}

.top-contact-container #submit, .top-contact-container #submit:hover, .top-contact-container #submit:active {
    margin: 0 3px 30px 0;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    min-height: 42px;
    max-height: 42px;
    height: 42px;
    outline: none;
    background-color: transparent;
    margin-top: 15px;
}

.top-contact-container #submit:hover {
    padding-bottom: 2px;
}

.top-contact-container #submit:active {
    padding-bottom: 3px;
    border: #ccc solid 1px;
    border-radius: 5px;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.196);
}

.form-label {
    color: #777777;
    font-size: 12px;
    line-height: 12pt;
    padding: 5px 0 0 5px;;
    width: 40px;
    display: inline-block;
    float: left;
}

.contact-errors {
    display: block;
    float: left;
    margin: 0;
}

.contact-form-div h2 , .contact-form-div a {
    margin: 10px;
    display: block;
    text-align: center;
    color: #a5a49d;
    font-weight: 600;
    font-size: 18px;
    line-height: 18pt;
}

.contact-form-div a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 14pt;
}

.star, .no-star {
    width: 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 12pt;
    padding: 5px 0 0 5px;
}

.star {
    background-image: url('../img/ico/gwiazdka.png');
    background-repeat: no-repeat;
    background-position: 50% 70%;
    height: 10px;
}
.top-contact-container .form-error {
    padding: 5px 0 0 5px;
}

.top-contact-container .form-error, .form-error .errors, .form-error .errors l {
    color: rgba(255, 0, 0, 0.556);
    width: 187px;
    display: inline-block;
    font-size: 12px;
    line-height: 12pt;
    height: 12px;
}

#fieldset-messageDisplayGroup .form-error {
    width: 70%;
}

#fieldset-messageDisplayGroup .form-label {
    width: 70px;
}

.form-error .errors, .form-error .errors li {
    margin: 0;
    padding: 0;
    display: inline;
}

.form-error .errors li {
    list-style-type: none;
}

#errMessage ul {
    width: 450px;
}

.top-contact-container .float-left {
    display: block;
    float: left;
}

/* ===================================================
            END :: KONTAKT
==================================================== */




/* ===================================================
            START :: METODY PŁATNOŚCI
==================================================== */

.with-img {
    height: 100px;
    width: 150px;
    padding: 5px 20px 0 0;
}

.with-img-big {
    height: 300px;
}

.info-pages-p {
    width: 95%;
    display: block;
    text-align: justify;
}

/* ===================================================
            END :: METODY PŁATNOŚCI
==================================================== */


/* ===================================================
            START :: PRZYPOMNIENIE HASŁA
==================================================== */

.reminder-div-wrapper {
    width: 100%;
    text-align: center;
}

.reminder-div {
    color: #000000;
    width: 300px;
    height: 215px;
    text-align: left;
    margin: 0 auto;
    padding: 0 10px;
    border: 1px solid #CFD0D1;
    border-radius: 5px;
}

.reminder-div #captcha {
    height: 30px;
    display: block;
    float: left;
    width: 120px;
}

.reminder-div .icon-refresh {
    margin: 2px 10px 0 13px;
}

.reminder-div h6 {
    font-weight: 500;
}

.reminder-div label {
    font-weight: 600;
    font-size: 0.93em;
    margin-top: 3px;
}

.reminder-div .btn {
    margin-top: 17px;
    width: 140px;
}


.regulamin-box {
    height:300px;
    width: 100%;
}

.regulamin-box > div {
    /*    margin: 0 30px;*/
}

.regulamin-box label {
    margin-top: 5px;
}
.regulamin-box input[type="checkbox"] {
    margin-top: 5px;
    float: right;
}
.regulamin-box .element {
    padding-top: 5px;
}

.tabela-uwagi {
    width: 900px;
    margin-left: 180px
}

.tabela-uwagi #comment-label label,
.tabela-uwagi #regulamin-label label {font-size: 13px !important;}

.tabela-uwagi textarea {
    width: 900px;
}

#regulamin-label label {
    float: left;
    margin-left: 764px;
    margin-top: 0px;
	margin-right: -20px;
}

.basked-is-data-ok .table-head {
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #000000;
    font-weight: 400;
}

.basked-is-data-ok tr td .bolder:last-child {padding: 2px 4px; background: #00AEEF; border-radius: 3px; color: #FFFFFF;}
.basked-is-data-ok tr td.table-head .bolder:last-child {padding: 0px; background: transparent; color: #5B5E5E;}


#licence-part form a.btn {margin-top: -20px;}
#licence-part form a.btn,
.tabela-uwagi td.element a.btn {background: #F4F4F2; color: #5B5E5E;}

#licence-part form a.btn:hover,
.tabela-uwagi td.element a.btn:hover {background: #DB2B27; color: #FFFFFF;}

/* ===================================================
            END :: PRZYPOMNIENIE HASŁA
==================================================== */

#changepassword table {
    width: 50%;
}

@-moz-document url-prefix() {
    .header-helper {
    font-weight: 300;
}

.reminder-div .icon-refresh {
    margin: 2px 10px 0 12px;
}
}




/* ===================================================
            ROZWIJALNY KOSZ NA GÓRZE
==================================================== */

#basket-top {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
}

#close-basket, #close-basket:hover, #close-basket:focus, #close-basket:visited {
    text-decoration: none;
    font-weight: bold;
    color: #555555;
    font-size: 16px;
}

#close-basket:hover {
    border-bottom: 2px solid #a5a5a5;
}



/* ===================================================
            ROZWIJALNY KOSZ NA GÓRZE
==================================================== */

.carousel-indicators {

}

.add-button-pakiet {
    margin-top: 20px;
}



/* ===================================================
            NOWY BANER
==================================================== */


#main-unit {
    width: 940px;
    height: 250px;
    border-radius: 2px;
    margin: 20px 0;
}


.main-nav-list a {
    color: #ffffff;
}

.navbar-inverse .nav > li {color: #E3E3E3; font-weight: 400; font-size: 12px; line-height: 30px;}
.navbar-inverse .nav > li > a, .nav-top-right a {display: block; padding: 0px 4px 0px 4px; color: #5B5E5E;}
.navbar-inverse .nav > li > a:hover, .nav-top-right a:hover {color: #00AEEF;}


.main-nav-list .dropdown-menu-a ul li a {
    color: #666666;
}

.dropdown-menu .bigger-padding a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.short-info {
    padding: 20px;
    height: 180px;
    margin-bottom: 20px;line-height: 1.5;
}

.short-info a, .short-info a:focus, .short-info a:hover, .short-info a:visited {
    color: #000000;
}

.main-in a {
    border-bottom: 1px #999999 dashed;
    font-weight: 600;
}

.main-in a:hover {
    border-bottom: 1px #777777 dotted;
}

.alert-error {
    background-color: #CC3333;
    color: #eeeeee;
    font-weight: 600;
    text-shadow: none;
}

.alert-error a {
    color: #eeeeee;
    text-decoration: underline;
}

.alert-error .close {
    color: #ffffff;
    text-shadow: none;
    opacity: 0.8;
}

.alert-error .close:hover, .alert-error .close:focus {
    color: #ffffff;
    opacity: 1;
}

.navbar.navbar-inverse.navbar-fixed-top {
    border-top: 2px #ffffff solid;
}



/* newsletter */
#second-form label, #second-form input {
  display: block;
  float: left;
}

#second-form div {
  clear: both;
}

.news-right-one {
    float: right !important;
}

.overlay {
  width: 100%;
  height: 100%;
    position: fixed;
    top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal{
  display: none;
  background:#fff;
  overflow:auto;
  z-index:1001;
  position:fixed;
  width: 500px;
  min-height: 300px;
}

.title-bar {
  border-bottom: 1px #dedede solid;
  width: 100%;
  height: 50px;
  background-color:#f0f0f0;
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#f4f4f4),color-stop(0.66,#f2f2f2), color-stop(0.83,#e9e9e9));
  background-image:-webkit-linear-gradient(#f4f4f4,#f2f2f2,#e9e9e9);
  background-image:-moz-linear-gradient(top,#f4f4f4,#f2f2f2,#e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e9e9e9')";
  background-image: -ms-linear-gradient(#f4f4f4,#f2f2f2,#e9e9e9);
  background-image: -o-linear-gradient(#f4f4f4,#f2f2f2,#e9e9e9);
  background-image: linear-gradient(#f4f4f4,#f2f2f2,#e9e9e9);
}

.title-bar a, .title-head {
  float: right;
  display: block;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: grey;
  font-weight: bolder;
  font-size: 18px;
}
.title-bar a {
  margin-top: -5px !important;
}

.title-bar a:hover {
  color: black !important;
}

.title-head {
    float: left;
    display: block;
  width: 400px;
  padding: 0 30px;
  color: black;
  font-size: 16px;
  line-height: 50px;
}

#second-form {
  display: block;
  margin: 30px 20px !important;
}

#second-email-lbl {
  width: 100%;
  color: black;
  font-weight: 600;
    text-align: center;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 20px;
}

#second-email {
  height: 20px;
  width: 300px;
  color: black;
  font-weight: 600;
  line-height: 18px;
  font-size: 18px;
  padding: 16px 10px;
  margin-bottom: 20px;
  margin-left: 65px;
}

.fullw {
  min-height: 40px;
  width: 100%;
    display: block;
  overflow: auto;
    clear: both;
  float: none;
  margin: 20px 0;
}

.fullw label {
  width: 420px;
  margin-left: 25px;
}

.fullw input[type="checkbox"] {
  width: 15px;
  height: 15px;
}


/* STYLE NAPISANE PRZEZ ANIĘ */

/* TOPBAR */
.navbar .nav li:first-child {margin-left: 0px;}
.navbar .nav li:last-child {margin-right: 0px;}
.navbar .nav li.separator {margin: 0px 4px 0px 4px; padding: 0px; color: #E3E3E3;}

/* KOSZYK */
.mojkoszyk {height: 58px; margin: -4px 0px 0px 0px; display: block; font-weight: 400; font-size: 15px; line-height: 50px; color: #2B2C32;}
.mojkoszyk .ikonka {width: 50px; height: 50px; margin: 0px 10px 0px 0px; float: left; border-radius: 50%;}
.mojkoszyk .ikonka.koszyk {background: #00AEEF url('../img/ikonka-koszyk.png') top left no-repeat;}
.mojkoszyk .ilezlotych {margin: -12px 0px 0px 60px; font-weight: 400; font-size: 12px; line-height: 12px; color: #E3E3E3;}
.mojkoszyk a,
.mojkoszyk a:hover {color: #2B2C32;}
.shopping-cart {}


/* SLIDER */
#showmeslider {width: 1300px; min-height: 300px; max-width: 1300px; max-height: 460px; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px;
	position: relative; background: #008BBF; text-align: center;}

#infobar .wrap,
#newinstore .wrap,
footer .wrap {width: 1120px; margin: 0px auto 0px auto; padding: 0px; position: relative; text-align: left;}
#infobar h2,
#newinstore h2 {font-family: 'Open Sans'; font-weight: normal; font-size: 42px; line-height: 1.3; color: #000000; text-shadow: 1px 1px 2px #FFFFFF;}
#infobar h3,
#newinstore h3 {font-family: 'Open Sans'; font-weight: normal; font-size: 42px; line-height: 1.3; color: #00AEEF;}

/* INFORMACJE POD SLIDEREM */
#infobar {width: 100%; margin: 20px 0px 20px 0px; display: block; background: #FFFFFF;
	box-shadow: 0px -2px 5px -5px rgba(0,0,0, 0.75), 0px 2px 5px -5px rgba(0,0,0, 0.75);}
#infobar .wrap {padding: 30px 0px 30px 0px;}
#infobarprogram-left {width: 50%; float: left; border-right: 1px solid #999999 inset;}
#infobarprogram-left h2, #infobarprogram-left p {padding: 0px 15px 10px 0px;}
#infobarknr-right {width: 50%; float: right;}
#infobarknr-right h2, #infobarknr-right p {padding: 0px 0px 10px 15px;}
#infobar h2 {font-family: 'Open Sans'; font-weight: 600; font-size: 20px; line-height: 1.3; color: #000000; text-shadow: 1px 1px 2px #FFFFFF;}
#infobar p {font-family: 'Open Sans'; font-weight: 400; font-size: 15px; line-height: 1.5; color: #000000;}
#infobar .ikonka {width: 120px; height: 120px; margin: 25px 15px 40px 0px; float: left; background: #FFFFFF; border: 4px solid #2B2C32; border-radius: 50%;}
#infobar .ikonka.program {background: url('../img/ikonka-program.png') top left no-repeat;}
#infobar .ikonka.knr {background: url('../img/ikonka-knr.png') top left no-repeat;}
.clear {clear: both;}

/* NAJNOWSZE PRODUKTY NA STRONIE GŁÓWNEJ */
#newinstore {width: 100%; display: block;}
#newinstore .wrap {width: 1102px; padding: 10px 0px 10px 0px;
	font-weight: 600; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
#newinstore h2 {margin: 0px 0px 25px 0px; font-size: 32px; color: #000000; text-align: center; text-transform: uppercase;}
#newinstore h2:before {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
#newinstore h2:after {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}
#newinstore .polecaneprodukty {width: 1136px; margin: 0 0 0 -3%; }
#newinstore .produkt-nowy {width: 22%; height: 215px; margin-left: 3%; margin-bottom: 34px; display: block; float: left; position: relative; overflow: hidden;
	background: #FFFFFF; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 10px;}
#newinstore .produkt-nowy:hover {box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);}
.produkt-padding {padding: 15px;}
#newinstore h3 {margin: -5px 0px 5px 0px; font-weight: 600; font-size: 17px; color: #5B5E5E;}
#newinstore p {height: 115px; overflow: hidden; font-weight: 400;}
#newinstore .cena {padding: 0px 0px 12px 0px; display: block; clear: both; position: absolute; top: 154px;}
#newinstore .cena span {font-weight: 600; color: #008BBF;}
#newinstore .szczegoly {height: 25px; display: block; float: left; position: absolute; top: 180px;}
#newinstore .szczegoly a {height: 25px; padding: 0px 0px 0px 25px; display: block;
	background: #FFFFFF url('../img/ikonka-szczegoly.png') -5px -4px no-repeat; background-size: 30px 30px; font-weight: 600;}
#newinstore .szczegoly a:link,
#newinstore .szczegoly a:visited {color: #5B5E5E;}
#newinstore .szczegoly a:hover {color: #00AEEF;}
#newinstore .wlozdokoszyka {height: 25px; display: block; font-weight: 600; position: absolute; top: 180px; right: 15px;}
#newinstore .wlozdokoszyka i.icon-shopping-cart {height: 25px; width: 20px; display: block; float: left;
	background: #FFFFFF url('../img/ikonka-koszyk-niebieski.png') -5px -4px no-repeat; background-size: 30px 30px;}
#newinstore .wlozdokoszyka a.btn-info {height: 25px; padding: 0px; margin: 0px; background: #FFFFFF;
	font-weight: 600; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
#newinstore .wlozdokoszyka a.btn-info::first-letter,
#newinstore .wlozdokoszyka a.btn-info.disabled::first-letter {text-transform: uppercase;}
#newinstore .wlozdokoszyka a.btn-info:link,
#newinstore .wlozdokoszyka a.btn-info:visited {color: #5B5E5E;}
#newinstore .wlozdokoszyka a.btn-info:hover {color: #00AEEF;}
#newinstore .wlozdokoszyka a.btn-info.disabled:hover {color: #5B5E5E;}
i.icon-lock.icon-white {background: #FFFFFF;}

/* STOPKA */
footer {width: 100%; display: block; margin: 20px 0px 0px 0px;}
#downiconsbar {width: 100%; display: block; background: #F7F7F6; border-top: 1px solid #ECECEA; border-bottom: 1px solid #ECECEA;}
#downiconsbar .wrap {padding: 35px 0px 35px 0px; font-weight: 300; font-size: 30px; line-height: 58px; color: #5B5E5E;}
.down-left, .down-center, .down-right {width: 33%; display: block; float: left;}
#downiconsbar .ikonka {width: 58px; height: 58px; margin: 0px 20px 0px 0px; float: left; border-radius: 50%;}
#downiconsbar .ikonka.adres {background: #2B2C32 url('../img/ikonka-adres.png') top left no-repeat;}
#downiconsbar .ikonka.telefon {background: #2B2C32 url('../img/ikonka-telefon.png') top left no-repeat;}
#downiconsbar .ikonka.email {background: #2B2C32 url('../img/ikonka-email.png') top left no-repeat;}
.akapitadres {font-size: 24px; line-height: 29px;}
.down-right a {color: #5B5E5E;}
.down-right a:hover {color: #00AEEF;}
#downiconsbar .wgodzinach {display: none; margin: -10px 0px 0px 0px; font-weight: 300; font-size: 13px; line-height: 13px; color: #5B5E5E;}
#downbar {width: 100%; display: block; background: #F4F4F2;}
#downbar .wrap {padding: 50px 0px 50px 0px; font-weight: 400; font-size: 15px; line-height: 1.5; color: #5B5E5E;}
.jednaczwarta {width: 25%; display: block; float: left;}
.jednaczwarta h4 {margin: 0px 0px 20px 0px; font-weight: 300; font-size: 24px; color: #2B2C32; text-transform: uppercase;}
#downbar a {color: #5B5E5E;}
#downbar a:hover {color: #00AEEF;}
.jednaczwarta.platnosci {margin: 0px 25px 0px -25px;}
.jednaczwarta.platnosci img {margin-top: 16px; opacity: 0.5;}
#formNewsletter {width: 268px; margin: 0px; padding: 3px; background: #FFFFFF; box-shadow: 0px 0px 3px rgba(0,0,0, 0.25), 0px 3px 5px -2px rgba(0,0,0, 0.25);}
#formNewsletter:before {content: ""; width: 268px; height: 4px; margin: 0px; padding: 0px; display: block; background: url('../img/bg-pasekpoczta.png') top left repeat-x;}
#formNewsletter:after {content: ""; width: 268px; height: 4px; display: block; background: url('../img/bg-pasekpoczta.png') bottom left repeat-x;}
.newsletter-info {margin: 0px; padding: 0px;}
.newsletter-info p {margin: 0px; padding: 10px 5px 4px 6px; font-weight: 400; font-size: 13px; line-height: 13px; color: #5B5E5E;}
#formNewsletter .input-small {width: 245px; height: 25px !important; margin: 8px 0px 4px 5px; padding: 0px 5px 0px 5px;
	font-weight: 300; font-size: 15px; line-height: 25px; color: #5B5E5E;}
#formNewsletter .btn-small {width: 100px; height: 27px !important; margin: 8px 0px 10px 5px; padding: 0px; background: #CC3838;
	background: -webkit-linear-gradient(top, #DB2B27, #B33131);
	background: -moz-linear-gradient(top, #DB2B27, #B33131);
	background: -o-linear-gradient(top, #DB2B27, #B33131);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3) inset; border: 1px solid #950000; border-radius: 5px; cursor: pointer;
	font-weight: 400; font-size: 13px; line-height: 25px; color: #FFFFFF;}
#formNewsletter .btn-small:hover {background: #B33131;
	background: -webkit-linear-gradient(top, #B33131, #DB2B27);
	background: -moz-linear-gradient(top, #B33131, #DB2B27);
	background: -o-linear-gradient(top, #B33131, #DB2B27);}
#footerbar {width: 100%; display: block; background: #2B2C32;}
#footerbar .wrap {font-weight: 300; font-size: 14px; line-height: 52px; color: #666666;}
#footerbar a:link,
#footerbar a:visited {color: #008BBF;}
#footerbar a:hover {color: #00AEEF;}

/* MENU FIXED */
#shopping-info.animacja {position: fixed; top: 0px; z-index: 2147483646; height: 60px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 20px -10px rgba(0, 0, 0, 0.5);}
#shopping-info.animacja .mini-container {padding: 9px 0px 0px 0px;}
#shopping-info.animacja #logo {width: 179px; height: 50px; margin: -4px 10px 0px 0px;display: block; background: url('../img/logo-sklepu-fixed.png') top left no-repeat;}
#shopping-info.animacja #main-logo {display: none;}
.shopping-cart.animacja {top: 60px;}

#basket-top-most a .label {padding: 2px 5px 3px 5px; text-shadow: none;}
#basket-top-most a .label-success {background-color: #DB2B27;}
#basket-top-most a .label-success:hover {background-color: #2B2C32;}

#shopping-cart-sidebar a .label {padding: 2px 5px 3px 5px; text-shadow: none;}
#shopping-cart-sidebar a .label-success {background-color: #DB2B27;}
#shopping-cart-sidebar a .label-success:hover {background-color: #2B2C32;}



/* DO KOSZYKA NA STRONIE PRODUKTU */
.prod-ov-bot i.icon-shopping-cart {height: 25px; width: 20px; display: block; float: left;
	background: #FFFFFF url('../img/ikonka-koszyk-niebieski.png') -5px -4px no-repeat; background-size: 30px 30px;}
.prod-ov-bot a.btn-info {height: 25px; padding: 0px; margin: 0px; background: #FFFFFF;
	font-weight: 600; font-size: 15px; line-height: 1.3; color: #5B5E5E;}
.prod-ov-bot a.btn-info::first-letter,
.prod-ov-bot a.btn-info.disabled::first-letter {text-transform: uppercase;}
.prod-ov-bot a.btn-info:link,
.prod-ov-bot a.btn-info:visited {color: #5B5E5E;}
.prod-ov-bot a.btn-info:hover {color: #00AEEF;}
.prod-ov-bot a.btn-info.disabled:hover {color: #5B5E5E;}

/* STRONA Z ZAWARTOŚCIĄ KOSZYKA */
.pull-left.bsk-meth {width: 100%; clear: both;}
#licence-part {font-size: 14px;}

x.shopping-cart {position: fixed;}

/* ERRORY */
.messageHelper.alert.alert-error,
.messageHelper.alert.alert-success {margin: 10px auto 10px auto !important; z-index: 99999;}

/* LOGOWANIE */
#rememberMe-label label {font-size: 13px;}
#rememberMe-label input#rememberMe {margin-right: 52px;}
#formLogin {position: relative;}
#formLogin table tr td.element a.btn {position: absolute; left: -10px; margin-top: 10px;}
#formLogin #submit {margin-right: 50px;}

/* SKŁADANIE ZAMÓWIENIA */
.cart-table-preview tr {background: #FFFFFF;}
.cart-table-preview tr:nth-child(2n) {background: #FBFBFB;}
.cart-table-discount tr {background: #FFFFFF;}

/* HISTORIA ZAMÓWIEŃ */
.common-table tbody {background: #FFFFFF;}

.order-table.order-table-bot {width: 100% !important; background: #FFFFFF; border: 1px solid #DDDDDD;}
.order-table.order-table-bot thead tr:first-child {height: 40px; padding: 7px 14px; background-color: #F5F5F5; border-bottom: 1px solid #DDDDDD; text-align: left;}
.order-table.order-table-bot thead tr:last-child {background-color: #F4F4F4; border-bottom: 1px solid #EEEEEE;}
.order-table.order-table-bot thead tr {font-weight: 600; font-size: 15px; line-height: 15px; color: #5B5E5E;}
.order-table.order-table-bot tbody tr:nth-child(2n) {background: #FBFBFB;}
.order-table.order-table-bot tfoot {background-color: #F4F4F4; border-top: 1px solid #EEEEEE;}

/* STRONA KONTAKTOWA */
#contactform {	font-weight: 400; font-size: 15px; line-height: 15px; color: #5B5E5E;}
#contactform span.form-label {font-weight: 500; color: #5B5E5E;}
#contactform input[type="text"] {clear: both;}

#contactform input[type="submit"] {text-align: center; background: #00AEEF;
	background: -webkit-linear-gradient(top, #00AEEF, #008BBF);
	background: -moz-linear-gradient(top, #00AEEF, #008BBF);
	background: -o-linear-gradient(top, #00AEEF, #008BBF);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3) inset; border: 1px solid #104094; border-radius: 5px; cursor: pointer;
	font-weight: 400; font-size: 15px; line-height: 25px; color: #FFFFFF;}
#contactform input[type="submit"]:hover {background: #008BBF;
	background: -webkit-linear-gradient(top, #008BBF, #00AEEF);
	background: -moz-linear-gradient(top, #008BBF, #00AEEF);
	background: -o-linear-gradient(top, #008BBF, #00AEEF);}

.contact-form-div h1 {color: #00AEEF; font-size: 32px; line-height: 1.3; font-weight: normal; text-transform: uppercase;}


/* MOJE LICENCJE -> SZCZEGÓŁY LICENCJI */
.container-common h3 {margin: 0px 0px 25px 0px; font-size: 32px; color: #000000; text-align: center; text-transform: uppercase;}
.container-common h3:before {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px -210px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-before.png') top right no-repeat;}
.container-common h3:after {content: ""; width: 200px; height: 2px; margin: 20px 0px 0px 10px; display: inline-block; position: absolute;
	background: url('../img/najnowsze-after.png') top left no-repeat;}


/* POLA FORMULARZY */
#formLogin input[type="text"],
#formLogin input[type="password"] {background: #FFFFFF;}

.reminder-div {width: 304px; background: #FFFFFF; font-size: 15px; }
.reminder-div h6 {font-size: 22px; text-align: center;}
.reminder-div input[type="submit"] {margin-right: 4px;}


/* CENA PRODUKTU NIE MIEŚCIŁA SIĘ W TABELI */
dl.pull-right.product-overview dt {width: 75px;}


/* ERROR 404 */
.container-common .text404 h4.bez-ozdoby {margin: 0px 0px 25px 0px; font-size: 32px; line-height: 1.3; color: #000000; text-align: center; text-transform: uppercase;}
.container-common .text404 h4.bez-ozdoby:before,
.container-common .text404 h4.bez-ozdoby:after {content: ""; width: 0px; height: 0px; margin: 00px; display: inline-block; position: absolute; background: transparent;}


/* RÓŻNE CENY DLA RÓŻNYCH LICENCJI */
.sprawdzcene {display: block; margin: 10px 0px 20px 0px; clear: both; font-size: 15px; font-weight: 400;}
.sprawdzcene tr {vertical-align: top; text-align: right; border-bottom: 1px solid #999999;}
.sprawdzcene tr th.kolumna-pierwsza {width: 146px;}
.sprawdzcene tr th.kolumna-druga {width: 80px; text-align: center;}
.sprawdzcene tr th.kolumna-trzecia {width: 80px; text-align: center;}
.sprawdzcene span.vat { font-size: 11px; font-weight: 400; text-align: center !important; float: none;}
.sprawdzcene td {padding: 0px 10px;}
.wielocen .opis {font-size: 12px; text-align: left;}
.wielocen .cnetto { clear: right;}
.czarnaczcionka {color: #5B5E5E;}

.wyb_lic {border-top: 10px solid transparent;}
.wyb_lic td {vertical-align: top;}
.wyb_lic input {margin: -4px 4px 0px 0px;}
.wyb_lic label {height: 20px; margin: 0px 0px -14px 0px; display: block;}
.wyb_lic label:last-child {margin: 0px 0px 2px 0px;}


tr.pogrub-tekst th {font-weight: bold;}

/* STATYCZNY NAVBAR ZAWSZE NA GÓRZE STRONY */
.navbar.navbar-inverse.navbar-fixed-top {position: fixed; z-index: 999999;}
header#shopping-info {margin-top: 35px;}




/* RESPONSYWNOŚĆ (dla małych monitorów np 1024x768) */
@media only screen and (max-width: 1100px) {
.wrap {width: 100% !important;}
.container {width: 100% !important;}

#newinstore .polecaneprodukty {width: 99%; margin: 0 0 0 1%; }
#newinstore .produkt-nowy {width: 21%; }


#downiconsbar .wrap {font-size: 25px; line-height: 58px;}

.jednaczwarta {width: 24%;}
.jednaczwarta.platnosci {width: 20%;}
.jednaczwarta.platnosci img {max-width: 100%; height: auto;}
 }
 @media only screen and (max-width: 1024px) {
.shop-logo {margin: 0px 30px 0px 0px;}
 }
@media only screen and (max-width: 960px) {
.shop-logo {margin: 0px;}
 }

@media only screen and (max-width: 900px) {
.wrap {width: 900px !important;}
.container {width: 900px !important;}
.down-left {width: 32%;}
.down-center {width: 32%;}
.down-right {width: 36%;}
}
