/* 
    Author     : ant
*/
body {
    background: #eaeaea;
    font-family: 'Noto Sans', sans-serif, Arial;
}

#main {
    padding-top: 80px;
}

#main.top-banner {
    padding-top: 140px;
}

.btn {
    background-color: #ffb423 !important;
    color: #763a00 !important;
    border: 0px;
    border-radius: 0px;
    opacity: 1 !important
}

.btn:hover {
    background-color: #763a00 !important;
    color: #ffb423 !important;
}

.link {
    color: #ff9000 !important;
}

.link:hover {
    color: #763a00 !important;
}

.pos_rel {
    position: relative;
}

#cart-progresBar {
    top: 300px;
    width: 300px;
    margin: 0px auto;
}

.navbar-default {
}

.navbar-inverse {
    background: none !important;
    border: none;
    box-shadow: none;
}

.navbar-inverse .container {
    background: #fff;
    height: 92px !important;
}

.banner-container.container {
    padding: 0px 0px !important;
    position: relative;
    margin: 0 auto;
    height: auto !important;
    background: none;
    line-height: 1.2em;
}

.banner-container p {
    margin: 0px;
}

.banner-container .text-second {
    font-size: 1.4rem;
    font-weight: normal;
}

.top-baner-mobile {
    display: none;
}

.top-container {
    color: #848483;
    padding: 0px;
    position: relative;
}

.color-red {
    color: red;
}

.top-container a {
    color: #848483;
}

.top-container .box-logo {
    margin-top: 8px;
    margin-left: 15px;
}

.top-container .text-pieknyUmysl {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 26px;
    padding: 0px 40px;
    color: #F48000;
    margin: 26px 27px 0px 27px;
}

.top-container .box-border {
    height: 92px;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.top-container .ico-box {
    display: inline-block;
    position: relative;
    top: 5px;
}

.top-container .box-contact {
    font-size: 24px;
    padding-top: 11px;
    padding-left: 21px;
    font-weight: bold;
}

.top-container .box-contact .ico-phone {
    width: 15px;
    height: 25px;
    top: 23px;
    padding-right: 30px;
    float: left;
    color: #000;
    background: url('../img/layout/ico-tel.png') no-repeat;
}

.top-container .box-contact .phone-text {
    float: left;
}

.top-container .box-border a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 17px;
}

.top-container .box-border a:hover {
    color: #ff9000;
}

.top-container .box-register {
    width: 166px;
    border-left: none;
}

.top-container .box-register .ico-register {
    width: 25px;
    height: 20px;
    background: url('../img/layout/ico-register.png') no-repeat;
}

.top-container .box-login {
    width: 166px;
    border-left: none;
    border-right: none;
}

.top-container .box-login .ico-login {
    width: 25px;
    height: 20px;
    background: url('../img/layout/ico-login.png') no-repeat;
}

.top-container .box-loged-user {
    width: 328px;
    border-left: none;
}

.top-container .box-loged-user .user-label {
    text-align: center;
    font-size: 12px;
    color: #848483;
    padding: 7px 0px;
}

.top-container .box-loged-user .user-name {
    text-align: center;
    font-size: 14px;
    color: #763a00;
}

.top-container .box-loged-user .user-label span {
    color: #763a00;
}

.top-container .box-loged-user .user-buttons {
    text-align: center;
}

.top-container .box-loged-user .user-buttons .btn {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
}

.top-container .box-fastlogin {
    width: 561px;
    height: 75px;
    background: #fff;
    position: absolute;
    left: 340px;
    z-index: 9;
    top: 0px;
    display: none;
}

.top-container .box-fastlogin .box-input {
    width: 185px;
    padding-top: 25px;
    margin-left: 25px;
}

.top-container .box-fastlogin .box-input label {
    width: 55px;
    color: #848483;
    padding-top: 3px;
    padding-right: 8px;
    font-weight: normal;
}

.top-container .box-fastlogin .box-input input {
    width: 128px;
    border-radius: 0px;
    height: 26px;
    font-size: 12px;
    padding-left: 3px;
}

.top-container .box-fastlogin .box-button {
    width: 58px;
    padding-top: 25px;
    padding-left: 18px;
}

.top-container .box-fastlogin .box-button button {
    width: 85px;
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
}

.top-container .box-fastlogin .box-links {
    font-size: 12px;
    position: absolute;
    left: 206px;
    color: #763a00;
}

.top-container .box-fastlogin .box-close {
    width: 20px;
    height: 20px;
    background: url('../img/layout/btn-close.png') no-repeat;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}


#box-cart {
    background: #ffb423 url('../img/layout/ico-cart-right.png') 258px 33px no-repeat;
    float: right;
    width: 299px;
    height: 92px;
    position: relative;
}

#box-cart a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    text-indent: -9999px;
    z-index: 99;
}

#box-cart .ico-cart {
    float: left;
    width: 46px;
    height: 92px;
    background: url('../img/layout/ico-cart.png') no-repeat;
}

#box-cart .cart-content {
    float: left;
}

#box-cart .cart-top-text {
    color: #763a00;
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}

#box-cart .cart-qty {
    color: #763a00;
    margin-top: 0px;
    font-weight: bold;
    font-size: 13px;
}

#box-cart .cart-total {
    color: #763a00;
    font-weight: bold;
    font-size: 24px;
    margin-top: 2px;
    position: relative;
    top: -6px;
}

.main-container {
    padding: 40px 0px 0px 0px;
}

.main-container .box-categories {
    padding: 0px;
    font-size: 18px;
}

.main-container .box-categories h3 {
    width: 100%;
    background: #fff;
    color: #763a00;
    padding-top: 15px;
    padding-left: 21px;
    font-size: 18px;
    margin: 0px;
}

.main-container .box-categories ul {
    padding: 0px !important;
    margin-left: 0px;
}

.main-container .box-categories li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin: 2px 0px;
    width: 100%;
}

.main-container .box-categories li a {
    width: 100%;
    height: 100%;
    text-align: left;
    background: #ffb423;
    color: #763a00;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding-left: 21px;
}

.main-container .box-categories li a:hover {
    background: #ff9000;
    color: #ffb423 !important;
}

.main-container .box-categories li a.btn-active {
    background: #763a00 !important;
    color: #ffb423 !important;
}

#menu-content {
    background: #fff;
    padding: 0px;
}

#menu-content ul {
    margin: 0px;
    padding: 0px;
}

#menu-content li {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #e5e5e5;
}

#menu-content li:last-child {
    border: 0px;
}

#menu-content li a {
    text-align: center;
    width: 100%;
    height: 100%;
    color: #848483;
    font-size: 16px;
}

#menu-content li.active a {
    color: #ff9000;
}

.main-container .breadcrumb {
    background: none;
    margin: 0px 0px;
}

.main-container .breadcrumb {
    padding-left: 0px;
}

.main-container .breadcrumb li {
    font-size: inherit;
}

.main-container .breadcrumb li h1 {
    font-size: inherit !important;
    display: inline
}

.main-container .breadcrumb li.active {
    color: #ff9000;
}

.main-container .breadcrumb li a {
    color: #763a00;
}

.main-container .breadcrumb > li + li:before {
    content: '>';
    color: #763a00;
}

#sidebar-1 {
    text-align: center;
}

.input-small {
    width: 50px;
}

#body_prod_tlo {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #EAEAEA;
}

.products-list {
    padding: 0px;
    margin: 0px;
}

.products-list li {
    height: 140px;
    list-style: none;
    background: #fff;
    margin-bottom: 40px;
    border: 5px solid #fff;
    position: relative; /*overflow: hidden;*/
}

.products-list li:nth-child(even) {
    margin-left: 40px;
}

.products-list li:hover {
    border: 5px solid #ffb423;
    cursor: pointer
}

.products-list .prodName {
    font-size: 17px;
    padding: 0px 0px 15px;
}

.products-list .prodName h2 {
    font-size: inherit !important;
    display: inline;
}

.products-list .sub_category {
    font-size: 12px;
    color: #838383;
    padding: 10px 0px 0px 0px;
}

.products-list .box-prodImage {
    display: block;
    float: left;
    width: auto;
    height: 250px;
}

.products-list .prodImage {
    max-width: 140px;
    margin-right: 20px;
}

.products-list .prodImage img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.products-list .prodPrice {
    font-size: 21px;
    color: #ff7800;
    padding: 20px 0px;
    font-weight: bold;
}

.products-list .cat-price-from {
    font-size: 16px;
}

.products-list .cat-price-promo {
    color: red;
}

.products-list .btn-wybierz {
    background: url('../img/layout/ico-arrow-btn-wybierz.png') 138px 15px no-repeat;
    background-color: #ffb423;
    color: #763a00;
    width: 185px;
    height: 44px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-top: 9px;
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.products-list .btn-wybierz:hover {
    background-color: #763a00;
    color: #ffb423;
}

.products-list .btn-wybierz.hover {
    background-color: #763a00 !important;
    color: #ffb423 !important;
}

#main_index {
    padding: 5px 0px 0px 0px;
}

#main_index h1 {
    font-size: 24px;
    color: #000;
    padding: 28px 0px 14px 0px;
    margin: 0px;
}

#main_index .under_h {
    font-size: 16px;
    color: #000;
    padding: 0px 0px 36px 0px;
    margin: 0px;
}

#main_index .h_under_slider {
    font-size: 18px;
    color: #000;
    padding: 0px 0px 22px 0px;
    margin: 0px;
}

#indx_welcome h1 {
    font-size: 24px;
    color: #000;
    padding: 28px 0px 14px 0px;
    margin: 0px;
}

#indx_welcome .under_h {
    font-size: 16px;
    color: #000;
    padding: 0px 0px 36px 0px;
    margin: 0px;
}

#indx_welcome.upperIndexBox {
    padding: 0px 25px;
}

#slider_index {
}

#slider_index .slider_container {
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
}

#slider_index .slider_h2 {
    color: #fff;
    font-size: 40px;
    margin: 0px;
    padding: 59px 0px 54px 40px;
    line-height: 1.2em;
    font-weight: bold;
}

#slider_index .slider_h3 {
    color: #fff;
    font-size: 24px;
    margin: 0px;
    padding: 46px 0px 0px 40px;
}

#slider_index .slider_1_h2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

#slider_index .slider_2_h2 {
    padding-top: 28px;
    padding-bottom: 40px;
    font-weight: normal;
}

#slider_index .slider_3_h2 {
    padding-top: 50px;
    padding-bottom: 64px;
    font-weight: normal;
}

#slider_index .slider_3_rabat {
    color: #fff;
    font-size: 26px;
    padding: 0px 0px 81px 40px;
    font-weight: normal;
    margin: 0px;
    line-height: 1.3
}

#slider_index .slider_button_yell {
    background: #FFDE01;
    padding: 8px 18px;
    color: #143206;
    font-size: 24px;
    margin: 0px 0px 0px 40px;
    display: table;
}

#slider_index .slider_button_yell:hover {
    text-decoration: none;
}

#slider_index .slider_button_vall {
    background: #7b1487;
    padding: 8px 18px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 35px 0px 0px 40px;
    display: table;
}

#slider_index .slider_button_vall:hover {
    text-decoration: none;
}

#slider_index .slider_button_whit {
    background: #fff;
    padding: 8px 18px;
    color: #000;
    font-size: 20px;
    margin: 0px 0px 0px 40px;
    display: table;
}

#slider_index .slider_button_whit:hover {
    text-decoration: none;
}

#slider_index .slider_button_1 {
    color: #143206;
}

#slider_index .slider_button_2 {
    color: #006396;
}

#slider_index .slider_button_3 {
    color: #77394d;
}

#slider_index .slider_p_min {
    padding-left: 40px;
    font-size: 22px;
    color: #fff;
}

#slider_index .slider_p_normal {
    padding-left: 40px;
    font-size: 24px;
    color: #fff;
    padding-top: 20px;
}

#slider_index .slider_p_bottom {
    color: #1c2d12;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 20px;
    left: 40px;
}

#slider_nav_cont {
    width: 200px;
    float: left;
    display: table;
}

#slider_nav div {
    display: table-row;
}

#slider_nav a {
    text-decoration: none;
    background: #d2d2d2;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
    color: #565656;
    font-size: 13px;
    line-height: 1.4em;
    height: 96px;
    /*height: 127px;*/
    border-bottom: 2px solid #fff;
    position: relative;
    width: 200px;
}

#slider_nav a:before {
    content: " ";
    width: 14px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.2;
    height: 95px;
    /*height: 125px;*/
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 0, 0, 0), #000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 0, 0, 0), #000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 0, 0, 0), #000); /* Standard syntax */
}

#slider_nav > div:last-child a {
    height: 95px;
}

#slider_nav > div:last-child a:before {
    height: 95px;
}

#slider_nav div:last-child a {
    border: none;
}

#slider_nav a:hover {
    text-decoration: none;
}

#slider_nav .slider_nav_dostawa {
}

#slider_nav .cycle-pager-active a {
    color: #fff;
    font-weight: bold;
}

#slider_nav a:hover {
    background: #BFBFBF;
}

#slider_nav .cycle-pager-active a:before {
    background: none;
}

#slider_nav .cycle-pager-active .slider_nav_specjalna {
    background: #EEC654;
}

#slider_nav .slider_nav_kupuj {
}

#slider_nav a span.nowosc {
    color: #fff716;
}

#slider_mikolaj {
    font-family: 'Playfair Display', serif;
}

#slider_mikolaj h2 {
    color: #16464b;
    padding-left: 42px;
    margin: 0;
}

#slider_mikolaj .slider_h2 {
    color: #16464b;
    font-size: 48px;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 60px;
}

#slider_mikolaj .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 75px;
    line-height: 1.4em;
}

#slider_mikolaj .slider_button_whit {
    background: #d02736;
    font-size: 20px;
    color: #fff;
}

#slider_choinka {
    font-family: 'Playfair Display', serif;
}

#slider_choinka h2 {
    color: #16464b;
    padding-left: 42px;
    margin: 0;
}

#slider_choinka .slider_h2 {
    color: #16464b;
    font-size: 48px;
    font-weight: 400;
    padding-top: 24px;
    padding-bottom: 30px;
}

#slider_choinka .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 0px;
    line-height: 1.4em;
}

#slider_choinka .slider_h3 {
    font-size: 17px;
    padding-bottom: 0px;
    line-height: 1.4em;
    padding-top: 4px;
    color: #16464b;
}

#slider_choinka .slider_h3 img {
    position: relative;
    top: 6px;
}

#slider_choinka .slider_button_whit {
    background: none;
    font-size: 20px;
    color: #fff;
    margin-left: 50px;
    position: absolute;
    bottom: 43px;
}

#slider_inspiracje {
    font-family: 'Playfair Display', serif;
}

#slider_inspiracje h2 {
    color: #fff;
    padding-left: 42px;
    margin: 0;
}

#slider_inspiracje .slider_h2 {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    padding-top: 51px;
    padding-bottom: 78px;
}

#slider_inspiracje .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 51px;
    line-height: 1.4em;
}

#slider_inspiracje .slider_button_whit {
    width: 266px;
    height: 60px;
    font-weight: bold;
    background: url(../img/layout/podarunki-sprawdz-szczegoly.png);
    font-size: 20px;
    padding: 10px 0px 0px 54px;
    color: #80000f;
    margin-left: 44px;
}

#slider_angielski {
    color: #293181;
}

#slider_angielski h2 {
    font-family: 'Noto Sans';
    padding-left: 20px;
    color: #293181;
}

#slider_angielski .slider_h2 {
    color: #293181;
    font-size: 59px;
    font-weight: 400;
    padding-bottom: 45px;
}

#slider_angielski p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}

#slider_angielski .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 75px;
    line-height: 1.3em;
}

#slider_angielski .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #e42828;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 36px;
    margin-top: 40px
}

#slider_angielski .slider_container #slider_header {
    color: #293181;
    font-size: 63px;
    font-weight: 400;
    text-align: center;
    line-height: 38px
}

#slider_angielski #header_down {
    font-size: 28px;
}

#slider_angielski #header_white {
    color: white;
    font-weight: bold
}

#slider_angielski #div_text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: 80px;
}

#slider_angielski #text_about {
    font-size: 12px;
    text-align: center;
    padding-left: 40px
}

#slider_angielski #text_new {
    text-align: center;
    padding-top: 60px;
    font-size: 15px;
}

#slider_angielski a:hover {
    color: #293181;
}

#slider_angielski a {
    color: #293181;
}

#slider_pamiec {
    font-family: "Noto Sans", sans-serif;
    background: red;
}

.slider_pamiec_container {
    background: #7878e5;
    width: 100%;
    height: 100%;
}

.slider_h2_pamiec {
    font-weight: bold;
    font-size: 38px;
    color: white;
    margin-top: 25px;
    padding-left: 15px;
    margin-bottom: 0
}

.slider_p_pamiec {
    font-weight: bold;
    font-size: 23px;
    color: white;
    text-align: center;
    margin-top: 0
}

.slider_h2_sec {
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-top: 25px;
    padding-left: 15px;
    margin-bottom: 0
}

.slider_pamiec_list {
    position: absolute;
    left: 0px;
    width: 420px;
    display: block;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
}

.slider_pamiec_list_div {
    padding-left: 20px
}

.slider_pamiec_img {
    position: absolute;
    right: 0px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
    bottom: 35px;
}

.slider_pamiec_circle {
    background: #eaff00;
    border: 1px solid #eaff00;
    font-weight: bold;
    color: #7878e5;
    padding-left: 5px;
    margin-right: 15px;
    padding-bottom: 6px;
    font-size: 13px;
    border-radius: 50%;
    width: 20px;
!important;
    height: 20px !important;
}

.slider_inline {
    float: left
}

.slider_list_h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    color: #eaff00
}

.slider_list_p {
    font-size: 15px;
    font-weight: 300;
    margin: 10px
}

.slider_pamiec_button {
    width: 235px;
    height: 60px;
    right: 0px;
    margin-top: 10px;
    display: block;
    background: #eaff00;
    color: #7878e5;
    border: 1px solid #eaff00;
    border-radius: 6px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold
}

#slider01 {
    color: #0a4c50;
}

#slider01 h2 {
    font-family: 'Noto Sans';
    margin: 0;
    color: #fff;
}

#slider01 .slider_h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    top: -20px;
    position: absolute;
    left: 0px;
    text-align: left;
    line-height: 40px;
    width: 620px;
    padding-right: 0px;
}

#slider01 .slider_h2.fullseason {
    text-align: right;
}

#slider01 p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    position: absolute;
    left: 240px;
    width: 400px;
    color: #fff;
    top: 200px;
    text-align: right;
    margin-right: 0px;
}

#slider01 ul {
    list-style: none;
    position: absolute;
    top: 140px;
    left: 260px;
    width: 300px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#slider01 ul li {
    background: url('../img/layout/slider/01/zn.png') 0px 8px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

#slider01 .slider_h2_sec {
    color: #fff;
    font-size: 18px;
    line-height: 1.3em;
    position: absolute;
    top: 60px;
    left: 30px;
    width: 620px;
    text-align: center;
}

#slider01 .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #fff716;
    height: 50px;
    color: #003c5b;
    position: absolute;
    left: 380px;
    width: 200px;
    top: 300px;
    padding-top: 13px;
}

#slider_dziecko {
    color: #fff;
    text-shadow: 1px 1px 2px #003c5b;
}

#slider_dziecko h2 {
    font-family: 'Ranchers';
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}

#slider_dziecko .slider_h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    padding-top: 35px;
    padding-left: 48px;
    padding-bottom: 17px;
}

#slider_dziecko p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding-left: 48px;
    padding-bottom: 0px;
}

#slider_dziecko ul {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    padding-left: 42px;
    line-height: 1.5em;
    list-style: none;
    font-weight: bold;
}

#slider_dziecko ul li:before {
    content: '\2022';
    padding: 10px;
    text-shadow: 1px 1px 2px #003c5b;
}

#slider_dziecko .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 75px;
    line-height: 1.3em;
}

#slider_dziecko .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #e1ef00;
    font-size: 18px;
    color: #003c5b;
    padding: 12px 36px;
    margin-top: 31px;
    text-shadow: none;
}

#slider_obnizka {
    color: #fff;
    text-align: center;
}

#slider_obnizka p {
    font-family: 'Noto Sans', 'sans-serif';
    font-size: 22px;
    margin: 0;
    padding: 20px 0px 0px 0px;
    line-height: 1.7em;
}

#slider_obnizka p span {
    font-weight: 30px;
}

#slider_obnizka h2 {
    font-family: 'Noto Sans', 'sans-serif';
    fonr-size: 34px;
    margin: 0;
    color: #dc0b00;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

#slider_wiosna {
    font-family: 'Playfair Display', serif;
}

#slider_wiosna .slider_h2 {
    color: #214000;
    font-size: 42px;
    font-weight: bold;
    font-style: italic;
    padding-top: 50px;
    padding-left: 55px;
    padding-bottom: 60px;
}

#slider_wiosna p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    color: #214000;
    margin: 0;
    padding-left: 55px;
    padding-bottom: 10px;
}

#slider_wiosna .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #ff6600;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 8px 30px;
    margin-top: 20px;
    margin-left: 55px;
    border-radius: 5px;
}

#slider_postanowienia {
    font-family: 'Playfair Display', serif;
}

#slider_postanowienia h2 {
    color: #fff;
    padding-left: 42px;
    margin: 0;
}

#slider_postanowienia .slider_h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    font-style: italic;
    padding-top: 28px;
    padding-bottom: 25px;
}

#slider_postanowienia .cyfry {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    padding-left: 42px;
    color: #fff;
}

#slider_postanowienia p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding-left: 5px;
    padding-bottom: 10px;
}

#slider_postanowienia .slider_h2_sec {
    font-size: 24px;
    padding-bottom: 75px;
    line-height: 1.3em;
}

#slider_postanowienia .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #e4ff00;
    font-size: 18px;
    color: #00305e;
    padding: 8px 30px;
    margin-top: 20px
}

#slider_ferie {
    font-family: 'Playfair Display', serif;
}

#slider_ferie h2 {
    color: #16464b;
    padding-left: 42px;
    margin: 0;
}

#slider_ferie .slider_h2 {
    font-weight: 400;
    font-style: italic;
    color: #000f17;
    font-size: 38px;
    font-weight: 400;
    padding-top: 33px;
    padding-bottom: 45px;
    line-height: 1.4em;
}

#slider_ferie .slider_h2_sec {
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    padding-bottom: 0px;
    line-height: 1.4em;
    padding-top: 20px;
    color: #000f17;
}

#slider_ferie .slider_button_whit {
    background: none;
    font-size: 20px;
    color: #fff;
    margin-left: 40px;
    position: absolute;
    bottom: 33px;
    display: block;
    width: 200px;
    height: 60px;
}

#slider_babcia {
    font-family: 'Playfair Display', serif;
}

#slider_babcia h2 {
    color: #fff;
    padding-left: 42px;
    margin: 0;
}

#slider_babcia .slider_h2 {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 45px;
}

#slider_babcia .slider_h2_sec {
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    padding-bottom: 30px;
    line-height: 1.4em;
}

#slider_babcia .slider_button_whit {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    background: #e4ff00;
    font-size: 18px;
    color: #1d5400;
    padding: 8px 30px;
    margin-top: 20px
}

#slider_gwiazdka {
    font-family: 'Playfair Display', serif;
}

#slider_gwiazdka h2 {
    color: #fff;
    padding-left: 42px;
    margin: 0;
}

#slider_gwiazdka .slider_h2 {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 23px;
    line-height: 1.4em;
}

#slider_gwiazdka .slider_h2_sec {
    font-size: 22px;
    padding-bottom: 45px;
    line-height: 1.4em;
}

#slider_gwiazdka .slider_button_whit {
    font-weight: bold;
    background: #df151c;
    font-size: 20px;
    color: #fff;
    margin-left: 42px;
    padding: 9px 24px 11px;
}

#slider_niespodzianka {
}

#slider_niespodzianka h2 {
    color: #090016;
    padding-left: 40px;
    margin: 0;
}

#slider_niespodzianka .slider_h2 {
    color: #090016;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 40px;
    padding-top: 22px;
    padding-bottom: 75px;
    line-height: 1.2em;
}

#slider_niespodzianka .slider_h2_sec {
    font-size: 21px;
    padding-bottom: 60px;
    line-height: 1.4em;
}

#slider_niespodzianka .slider_button_whit {
    font-weight: bold;
    background: #df151c;
    font-size: 18px;
    color: #fff;
    margin-left: 42px;
    padding: 9px 20px 11px;
}

#slider_zestawy .slider_zestawy_p1, #slider_zestawy .slider_zestawy_p2 {
    font-family: "Noto Sans";
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin-left: 35px;
    margin-bottom: 4px;
    display: inline-block;
    padding: 0px 0px 0px 22px;
    background: url(../img/layout/slider/gotowe-zestawy-wykrzyknik.png) no-repeat 0 3px;
}

#slider_zestawy .slider_zestawy_p1 {
    margin-top: 12px;
}

#slider_zestawy h2 {
    font-family: "Noto Sans";
    font-size: 20px;
    color: #fff;
    line-height: 1.3em;
    padding: 46px 0px 0px 55px;
    margin: 0px;
}

#slider_zestawy h2 strong {
    color: #fff716;
}

#slider_zestawy ul {
    padding: 14px 0px 0px 73px;
    color: #fff;
    font-size: 17px;
}

#slider_zestawy ul li {
    padding: 0px 0px 16px 0px;
    list-style: decimal;
}

#slider_zestawy ul li:last-child {
    padding-bottom: 0px;
}

#slider_zestawy .slider_button_yell {
    background: #fff716 none repeat scroll 0 0;
    color: #800000;
    display: table;
    font-size: 18px;
    margin: 0 0 0 311px;
    padding: 12px 31px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: 600;
}


/*#slider_zestawy2 .slider_zestawy_p1, #slider_zestawy .slider_zestawy_p2 { font-family: "Noto Sans"; font-weight: 600; font-size: 15px; color: #fff;  margin-left: 35px; margin-bottom: 4px;*/
/*display: inline-block; padding: 0px 0px 0px 22px; background: url(../img/layout/slider/gotowe-zestawy-wykrzyknik.png) no-repeat 0 3px;  }*/
/*#slider_zestawy2 .slider_zestawy_p1 { margin-top: 12px; }*/
/*#slider_zestawy2 h2{ font-family: "Noto Sans"; font-size: 28px; color: #fff; line-height: 1.3em; padding-right: 150px; margin: 8px; text-align: center  }*/
/*#slider_zestawy2 h2 strong{ color: #fff716;  }*/
/*#slider_zestawy2 ul li:last-child{ padding-bottom: 0px; }*/
/*#slider_zestawy2 .slider_button_red{ background: #f10b12 none repeat scroll 0 0; color: #f1f1f1; display: table; font-size: 18px; margin: 0 0 0 311px;*/
/*padding: 12px 31px;  font-weight: 600; position: absolute; right: 160px ; bottom: 80px;}*/
/*#slider_zestawy2 #dzien_dziecka {font-size: 36px; color: #ffb423}*/
/*#slider_zestawy2 #dzien_dzieckaDiv { width: 100%; padding-left: 220px }*/
/*#slider_zestawy2 #dzien_dzieckaDiv p {padding-top: 10px; font-size: 26px; font-weight: 600; margin-bottom: 0px; color: white}*/
/*#slider_zestawy2 #dzien_dzieckaDiv ul {color: white; }*/
/*#slider_zestawy2 #dzien_dzieckaDiv ul li {list-style-type: disc; padding-top: 10px; font-size: 20px; font-weight: 600}*/
/*#slider_zestawy2 #dzien_dziecka_gratis {position: absolute; bottom: 20px; left: 130px; font-weight: 600; color: white}*/

.slider_kompleksowy {
    background-color: #009999;
    width: 100%;
    height: 100%;
}

.slider_kompleksowy__header {
    background: #004846;
    height: 94px;
    color: #fff;
    text-align: center;
}

.slider_kompleksowy__p1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 0;
}

.slider_kompleksowy__p2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
}

.slider_kompleksowy__container {
    position: relative;
}

.slider_kompleksowy__img {
    width: 274px;
    position: absolute;
    margin: 5px;
}

.slider_kompleksowy__text {
    position: absolute;
    right: 0px;
    width: 380px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    padding-top: 8px;
}

.slider_kompleksowy__text--pink {
    font-weight: bold;
    font-size: 20px;
    color: #ffc39a;
}

.slider_kompleksowy__text--coral {
    font-weight: bold;
    font-size: 20px;
    color: #fff2cc;
}

.slider_kompleksowy__list {
    position: absolute;
    right: 0;
    width: 380px;
    top: 130px;
    padding-left: 50px;
    color: #fff;
}

.slider_kompleksowy__list strong {
    color: #fff2cc
}

.slider_kompleksowy__button {
    background: #ff9700 none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-size: 18px;
    padding: 12px 31px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-weight: 600;
    top: 224px;
    position: absolute;
    right: 20px;
}

/**/
#slider_nav .cycle-pager-active .slider_nav_dziecko {
    background: #00b9f2;
}

#slider_nav .cycle-pager-active .slider_nav_dostawa {
    background: #ba92d6;
}

#slider_nav .slider_nav_kupuj {
}

#slider_nav .cycle-pager-active .slider_nav_kupuj {
    background: #4d9fc9;
}

#slider_nav .slider_nav_kupujesz {
}

#slider_nav .cycle-pager-active .slider_nav_kupujesz {
    background: #7ec558;
}

#slider_nav .slider_nav_mikolaj {
}

#slider_nav .cycle-pager-active .slider_nav_mikolaj {
    background: #a3e4eb;
}

#slider_nav .slider_nav_choinka {
}

#slider_nav .cycle-pager-active .slider_nav_choinka {
    background: #64ebfb;
}

#slider_nav .slider_nav_inspiracje {
}

#slider_nav .cycle-pager-active .slider_nav_inspiracje {
    background: #ef1c35;
}

#slider_nav .slider_nav_pamiec {
}

#slider_nav .cycle-pager-active .slider_nav_pamiec {
    background: #7878e5;
}

#slider_nav .slider_nav_gwiazdka {
}

#slider_nav .cycle-pager-active .slider_nav_gwiazdka {
    background: #6db033;
}

#slider_nav .slider_nav_niespodzianka {
}

#slider_nav .cycle-pager-active .slider_nav_niespodzianka {
    background: #888fae;
}

#slider_nav .slider_nav_postanowienia {
}

#slider_nav .cycle-pager-active .slider_nav_postanowienia {
    background: #0f70a5;
}

#slider_nav .slider_nav_ferie {
}

#slider_nav .cycle-pager-active .slider_nav_ferie {
    background: #7bbff0;
}

#slider_nav .slider_nav_ferie {
}

#slider_nav .cycle-pager-active .slider_nav_babcia {
    background: #629a1f;
}

#slider_nav .cycle-pager-active a.slider_nav_angielski {
    color: white;
}

#slider_nav .slider_nav_angielski {
}

#slider_nav .cycle-pager-active .slider_nav_angielski {
    background: #626b8d;
}

#slider_nav .cycle-pager-active .slider01_nav {
    background: #00A1D7;
}

#slider_nav .cycle-pager-active a.slider_nav_wiosna {
    color: #214000;
}

#slider_nav .slider_nav_wiosna {
}

#slider_nav .cycle-pager-active .slider_nav_wiosna {
    background: #e1e967;
}

#slider_nav .cycle-pager-active .slider_nav_zestawy {
    background: #ed7527;
}

#slider_nav .cycle-pager-active .slider_nav_kompleksowy {
    background: #004846;
}

#slider_nav .cycle-pager-active .slider_nav_obnizka {
    background: #F7AB17;
}

#slider_nav .cycle-pager-active .slider_nav_black {
    background: #151515;
}

#slider_nav .cycle-pager-active .slider_nav_cyber {
    background: #02030c;
}

.black_frid {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#slider_nav .slider_nav_premiera {
}

#slider_nav .cycle-pager-active .slider_nav_1 {
    background: #f37f01;
    color: #fff;
}

#slider_nav .slider_nav_1 {
    font-size: 17px;
}

#slider_nav .cycle-pager-active .slider_nav_2 {
    background: #9364bd;
    color: #fff;
}

#slider_nav .slider_nav_2 {
    font-size: 17px;
}

#slider_nav .cycle-pager-active .slider_nav_3 {
    background: #439ED5;
    color: #fff;
}

#slider_nav .slider_nav_3 {
    font-size: 17px;
}

#slider_nav .slider_nav_4 {
    font-size: 14px;
}

#slider_nav .cycle-pager-active .slider_nav_4 {
    background: #7777e4;
    color: #fff;
    font-weight: bold;
}

#slider_nav .cycle-pager-active .slider_nav_premiera {
    background: #beecec url(../img/layout/slider/premirea-seniora-przycisk.jpg);
}

#slider_nav .cycle-pager-active .slider_nav_dni_mozgu {
    background: #beecec url(../img/layout/slider/slider-dni-mozgu.jpg);
}

#slider_nav .cycle-pager-active .slider_nav_paczka_w_ruchu {
    background: #898989;
}

#slider_nav .cycle-pager-active .slider_nav_gratis_zima {
    background: #b5d7fd;
    color: #5d5400;
}

#slider_nav .cycle-pager-active .slider_nav_babc_dziad {
    background: #beecec url(../img/layout/slider/pod_napis_dzien_babci_i_dziadka.jpg);
}

.arr_rig {
    font-family: Arial
}

.premiera1 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.cycle-pager-active .premiera1 {
    color: #fdd02b;
}

.premiera-cyber {
    color: #fff;
    font-size: 15px;
}

.premiera2 {
    color: #364389;
}

.dni_mozgu1 {
    display: table;
    margin: 0 auto;
    font-size: 18px;
}

.dni_mozgu2 {
    display: table;
    margin: 0 auto;
    padding-top: 5px;
}

.popover {
    max-width: 500px;
    font-size: 12px;
}

.popover ol {
    padding-left: 18px;
}

/*
    #slider_nav .cycle-pager-active .slider_nav_dostawa{ background: #7ec658; }
    #slider_nav .slider_nav_kupuj{  }
    #slider_nav .cycle-pager-active .slider_nav_kupuj{ background: #4d9fc9; }
    #slider_nav .slider_nav_kupujesz{  }
    #slider_nav .cycle-pager-active .slider_nav_kupujesz{ background: #d16286; }
    */
#sliders_index {
    width: 658px;
    float: left;
    position: relative;
}

#progress_con {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    height: 5px;
}

#progress {
    height: 5px;
    background: #000;
    display: block !important;
}

#product_also_index {
    padding: 25px 0px;
}

#product_also_index h3 {
    font-size: 11px;
}

/**
 * cart
 */

.checkout-title {
    font-size: 23px;
    color: #000;
    padding-bottom: 10px;
}

#cart table {
    background: #fff;
    margin-bottom: 0px;
}

#cart table th {
    background: #f7f7f7;
    color: #848483;
    font-weight: normal;
}

#cart table td {
    vertical-align: middle;
}

#cart table td img {
    width: 70px;
}

#cart .td-progName {
    width: 450px;
}

#cart .cart-qty {
}

#cart .button-update {
    display: none;
}

#cart .prodName {
    padding-left: 15px;
    padding-top: 30px;
    position: relative;
    height: 100%;
}

#cart .prodName p {
    margin: 0px;
}

#cart .prodName .seria {
    font-size: 12px;
    color: #838383;
}

#cart .prodName .name {
    font-size: 14px;
    color: #2d2d2d;
}

#cart .prodName .kod {
    padding-top: 20px;
    font-size: 12px;
    color: #2d2d2d;
}

#cart .prodImage {
    text-align: left;
}

#cart .prodVer {
    text-align: center;
}

#cart .prodVer span {
    display: block;
    width: 31px;
    height: 30px;
    margin: auto;
}

#cart .prodVer span.ver-box {
    background: url('../img/layout/ico-checkout-ver.png') 0px -30px no-repeat;
}

#cart .prodVer span.ver-dwn {
    background: url('../img/layout/ico-checkout-ver.png') 0px 0px no-repeat;
}

#cart .prodVer span.ver-gift {
    background: url('../img/layout/ico-checkout-ver.png') 0px -60px no-repeat;
    cursor: pointer;
}

#cart .prodVer span.ver-book {
    background: url('../img/layout/ico-checkout-ver.png') 0px -90px no-repeat;
    cursor: pointer;
}

#cart .prodPrice {
    font-size: 24px;
    font-weight: bold;
    color: #ff7800;
    position: relative;
}

#cart .icon-trash {
    background: url('../img/layout/item-trash.png') no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}

#cart .endItemsBox {
    background: url('../img/layout/background-cart-items.png') repeat-x;
    height: 10px;
    width: 100%;
}

#cart .sumary-box {
    margin: 20px 0px;
}

.button-place {
    clear: both !important;
}

#cart .oldPrice {
    text-decoration: line-through;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 0px;
    color: red;
}

#cart .discountBox {
    position: absolute;
    font-size: 15px;
    color: red;
    right: 0px;
    top: 13px;
}

#cart .policy .has-error label {
    outline: 1px solid #ed1c24;
    padding: 3px;
}

#cart.checkout-summary #freeProducts .prodName {
    padding: 0;
}

#cart #freeProducts .td-left strong {
    color: red;
}

.error_ver_sel_mob {
    outline: 1px solid #ed1c24;
    padding: 3px;
}


.incrementBox {
}

.incrementBox .items {
    width: 96px;
    margin: auto;
}

.incrementBox input {
    width: 32px;
    height: 24px;
    border: 2px solid #c2c2c2;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin: 0px 5px;
    padding: 0px;
    text-align: center;
}

.incrementBox .button-plus, .incrementBox .button-minus {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.incrementBox .button-plus {
    background: url('../img/layout/button-plus.png') no-repeat;
}

.incrementBox .button-minus {
    background: url('../img/layout/button-minus.png') no-repeat;
}

#cart .discountCode {
}

#cart .discountCode h4 {
    font-size: 18px;
    font-weight: normal;
    color: #763a00;
}

#cart .discountCode .form-control {
    width: 190px;
    height: 40px;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    float: left;
    margin-right: 20px;
}

#cart .discountCode .button {
    width: 155px;
    height: 40px;
    font-weight: bold;
}

#cart .discountCode .msg {
    margin-right: 20px;
}

#cart .policy {
    margin-top: 20px;
}

#cart .policy input {
    float: left;
    margin-right: 5px;
}

#cart .policy label {
    width: 360px;
    font-size: 13px;
    font-weight: normal;
    color: #505050;
    cursor: pointer;
}

#cart .policy .btn {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

#cart .summary {
    background: #fff;
    padding: 25px 40px;
}

#cart .summary .item {
    margin-bottom: 20px;
}

#cart .summary .label {
    font-size: 16px;
    color: #763a00;
    font-weight: normal;
}

#cart .summary .value {
    font-size: 18px;
    color: #7f7f7f;
}

#cart .summary .hr {
    border-top: 1px solid #ff9308;
    clear: both;
}

#cart .summary .comment {
    font-size: 12px;
    padding: 10px 0px;
}

#cart .summary .final .label {
    font-size: 20px;
    font-weight: bold;
    color: #763a00;
    padding-top: 11px;
}

#cart .summary .final .value {
    font-size: 30px;
    font-weight: bold;
    color: #ff7800;
}

#cart .sumary-col {
    width: 140px;
}

#cart .help-block {
    color: #ff1f1f
}

#cart .tooltip {
    width: 160px !important;
    position: absolute;
    font-weight: bold;
}

#cart .tooltip .tooltip-inner {
    max-width: 160px !important;
}

.cart-versions th {
    vertical-align: middle !important;
}

.cart-versions .innerTable {
    padding: 0px !important;
    vertical-align: top !important;
    border-collapse: collapse;
    padding: 0px !important;
}

.cart-versions .innerTable table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

.cart-versions .innerTable table td {
    border-collapse: collapse;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    height: 50px;
    font-size: 14px;
    padding: 5px;
}

.cart-versions .innerTable table tr:nth-child(1) td {
    border-top: none;
}

.cart-versions .innerTable table td.border-no-bottom {
    border-top: none;
}

.cart-versions .prodPrice td {
    font-size: 15px;
}

.btn-arrow {
    position: relative;
    height: 51px;
    background: none;
    display: block;
}

.btn-arrow:hover {
    text-decoration: none;
}

.btn-arrow span.text {
    background: #ffb423;
    color: #763a00;
    padding: 12px 22px 0px 22px;
    height: 100%;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.btn-arrow:hover span.text {
    background: #763a00;
    color: #ffb423;
}

.arrowForward span.text {
    margin-right: 26px;
}

.arrowBehind span.text {
    margin-left: 26px;
}

.btn-arrow span.arrow {
    display: block;
    position: absolute;
    top: 0px;
    width: 26px !important;
    height: 100%;
}

.btn-arrow span.arrowForward {
    background: url('../img/layout/checkout-steps-arrows.png') 0px -102px no-repeat;
    right: 0px;
}

.btn-arrow:hover span.arrowForward {
    background: url('../img/layout/checkout-steps-arrows.png') 0px 0px no-repeat;
}

.btn-arrow span.arrowBehind {
    background: url('../img/layout/checkout-steps-arrows.png') -76px -102px no-repeat;
    left: 0px;
}

.btn-arrow:hover span.arrowBehind {
    background: url('../img/layout/checkout-steps-arrows.png') -76px 0px no-repeat;
}

.checkoutSteps {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 51px;
}

.checkoutSteps li {
    width: 229px;
    height: 51px;
    position: absolute;
    text-align: center;
}

.checkoutSteps li a {
    color: inherit;
}

.checkoutSteps li:nth-child(2) {
    left: 210px;
}

.checkoutSteps li:nth-child(3) {
    left: 420px;
}

.checkoutSteps li:nth-child(4) {
    left: 631px;
}

.checkoutSteps li p.text {
    width: auto;;
    height: 100%;
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.checkoutSteps li.active p.text {
    background: #763a00;
    color: #ffb423;
}

.checkoutSteps li.active .arrowForward {
    background: url('../img/layout/checkout-steps-arrows.png') 0px 0px no-repeat;
}

.checkoutSteps li.active .arrowBehind {
    background: url('../img/layout/checkout-steps-arrows.png') -26px 0px no-repeat;
}

.checkoutSteps li.passed p.text {
    background: #ffb423;
    color: #763a00;
}

.checkoutSteps li.passed .arrowForward {
    background: url('../img/layout/checkout-steps-arrows.png') 0px -102px no-repeat;
}

.checkoutSteps li.passed .arrowBehind {
    background: url('../img/layout/checkout-steps-arrows.png') -26px -102px no-repeat;
}

.checkoutSteps li.unactive p.text {
    background: #bbbbbb;
    color: #fff;
}

.checkoutSteps li.unactive .arrowForward {
    background: url('../img/layout/checkout-steps-arrows.png') 0px -51px no-repeat;
}

.checkoutSteps li.unactive .arrowBehind {
    background: url('../img/layout/checkout-steps-arrows.png') -26px -51px no-repeat;
}

.checkoutSteps .arrow {
    display: block;
    position: absolute;
    top: 0px;
}

.checkoutSteps p.arrowForward {
    margin-right: 26px;
}

.checkoutSteps p.arrowBehind {
    margin-left: 25px;
}

.checkoutSteps span.arrowForward {
    width: 26px;
    height: 51px;
    right: 0px;
}

.checkoutSteps span.arrowBehind {
    width: 26px;
    height: 51px;
    left: 0px;
}

.checkoutSteps .cartStepItem {
    width: 76px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(1) a {
    display: block;
    width: 50px;
    height: 30px;
    text-align: center;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(2) {
    left: 59px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(3) {
    left: 271px;
    width: 194px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(3) p.text {
    padding-top: 10px;
    line-height: 17px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(4) {
    left: 448px;
    width: 200px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(4) p.text {
    padding-top: 10px;
    line-height: 17px;
}

.checkoutSteps.checkoutStepsVersions li:nth-child(5) {
    left: 631px;
}

#cart-box h4 {
    text-align: center;
}

#cart-box {
    border: 1px solid;
    width: 150px;
    padding: 4px 14px;
}

/* end of cart */

/**
 * checkout
 */
#checkout .box {
    padding: 5px 0px 0px 0px;
    margin-bottom: 25px;
}

#checkout .box .container-box {
    background: #fff;
    margin-top: 15px;
    padding: 25px;
    min-height: 270px;
}

#checkout .box h3 {
    margin: 0px;
}

#checkout .box label {
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
    cursor: pointer;
    display: inline;
}

#checkout .box label.control-label {
    font-weight: normal;
}

#checkout .box input {
    margin-right: 7px;
}

#checkout .box .benefits {
    margin-left: 25px;
}

#checkout .box .benefits h4 {
    color: #763a00;
    font-size: 16px;
    font-weight: bold;
}

#checkout .box .benefits p {
    font-size: 14px;
    color: #2d2d2d;
}

#register-box-first .container-box {
    margin-right: 20px;
}

#login-box h3, #login-box .container-box {
    margin-left: 20px !important;
}

#login-box fieldset {
    width: 240px;
    margin: auto;
}

#login-box fieldset .row {
    padding-bottom: 15px;
}

#login-box label {
    width: 100%;
    text-align: left;
    padding-bottom: 7px;
    font-weight: normal !important;
    font-size: 16px;
}

#login-box input {
    width: 100%;
    text-align: left;
    height: 40px;
    border: 1px solid #bbbbbb;
    padding-left: 5px;
    padding-right: 5px;
}

#login-box .button-place {
    text-align: center
}

#login-box button {
    font-weight: bold;
}


/* end of checkout */

/**
 * checkout-user
 */
#register-box {
    margin-bottom: 15px;
}

#register-box .container-box {
    background: #fff;
    margin-top: 25px;
    padding: 25px 45px;
    min-height: 270px;
}

#register-box .checkout_form_box label {
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline;
}

#register-box .checkbox_label {
    padding-bottom: 10px;
}

#register-box .checkout_form_box input {
    margin-right: 10px;
}

.register-box h4 {
    color: #763a00;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 20px 15px;
}

#register-box .control-label {
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
    padding-top: 5px;
}

#register-box input.form-control {
    border-radius: 0px;
}

#register-box .form-box .row {
    margin-bottom: 10px;
}

#register-box .box-left {
    padding-right: 30px;
}

#register-box .box-right {
    padding-left: 30px;
}

#register-box .form-control-feedback {
    top: 0px;
    right: 10px;
}

#register-box .myAddressBox .selectricWrapper {
    width: 400px;
}

#register-box .help-block {
    color: #ff1f1f
}

#form-paragon, #form-faktura-firma, #form-faktura-fiz {
    display: none;
}

.required-star {
    color: #ff9000;
}

.has-feedback .form-control {
    padding-right: 22px;
}

/* end of checkout-user */
/**
 * checkout-payment
 */
#register-payment-box h4 strong {
    position: relative;
}

#register-payment-box .container-box {
    background: #fff;
    margin-top: 25px;
    padding: 15px 30px;
}

#register-payment-box ul.custom-list {
    list-style: none;
    position: relative;
}

#register-payment-box ul.custom-list li {
    color: #979797;
}

#register-payment-box ul.custom-list li.selected {
    color: inherit;
}

#register-payment-box ul.custom-list label {
    font-size: 16px;
    cursor: pointer;
}

#register-payment-box ul.custom-list input {
    margin-right: 9px;
}

#register-payment-box ul.custom-list p {
    margin-left: 25px;
}

#register-payment-box .payu-logo {
    display: inline-block;
    width: 54px;
    height: 26px;
    background: url('../img/layout/logo-payu-small.jpg') no-repeat;
    text-indent: -9999px;
    position: relative;
    top: -2px;
}

#register-payment-box .has-error ul {
    color: #a94442;
}

#register-payment-box .form-control-feedback {
    top: -5px;
}

#register-payment-box .error-messages {
    display: none;
}

#register-payment-box .error-messages small {
    display: inline-block;
    padding-left: 8px;
    padding-top: 3px;
}

#register-payment-box .error-messages i {
    margin-top: 5px;
}

#register-payment-box .delivery-forms li label {
    width: 150px;
}

#register-payment-box .delivery-forms li .price-box {
    font-weight: bold;
    font-size: 16px;
}

#register-payment-box .delivery-forms li.selected .price-box {
    color: #ff9000;
}

#register-payment-box .delivery-forms li * {
    display: inline-block;
}

#register-payment-box .delivery-forms li .desc {
    clear: both;
    display: none;
}

/* end of checkout-payment */

/**
 * .checkout-summary
 */
.checkout-summary h4 {
    color: #763a00;
    font-size: 18px;
    margin-bottom: 10px;
}

.checkout-summary .prodPrice {
    font-size: 18px !important;
    font-size: 15px !important;
}

.checkout-summary .prodPrice-first {
    color: #2d2d2d !important;
}

.checkout-summary .prodQty {
    font-size: 18px !important;
    color: #2d2d2d !important;
    font-weight: bold;
}

/* end of .checkout-summary */

#newsletter-box {
    padding-top: 32px;
}

#newsletter-box .t01 {
    font-size: 20px;
    color: #763a00;
    font-weight: bold;
    text-align: center;
    line-height: 9px;
}

#newsletter-box .t02 {
    font-size: 14px;
    color: #763a00;
    font-weight: bold;
    text-align: center;
    line-height: 9px;
}

#newsletter-box .t03 {
    text-align: center;
    color: #f4a100;
    padding-top: 10px;
    font-size: 16px;
}

#newsletter-box .t03 a {
    font-size: 16px;
    color: inherit;
    text-decoration: underline;
}

#newsletter-box .t03 a:hover {
    color: #763a00;
}

#newsletter-box .inputs-container {
    text-align: center;
}

#newsletter-box .inputs-container .form-control {
    width: 85%;
    height: 30px;
    margin: 10px auto;
    border-radius: 0px;
}

#newsletter-box .inputs-container .button {
    background: #ffb423;
    color: #763a00;
    margin: auto !important;
    width: 110px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
}

#footer {
    padding: 0px;
    position: relative;
    z-index: 10;
    clear: both;
}

#footer .container {
    background: #fff;
    color: #646464;
    padding-bottom: 30px;
}

#footer .row {
    padding: 30px 30px 0px 30px !important;
}

#footer .payment-methods {
    font-size: 18px;
}

#footer .payment-methods img {
    position: relative;
    left: -2px;
    top: -1px;
}

#footer .menu {
    margin: 0px;
    padding: 0px;
}

#footer .menu li {
    display: inline;
    padding: 0px 4px 0px 0px;
    text-align: left;
    font-size: 14px;
}

#footer .menu li a {
    color: #646464;
}

#footer .menu > li + li:before {
    content: '|';
    color: #ffb423;
    padding-right: 8px;
}

#footer .social {
}

#footer .social ul {
    margin: 0px;
    padding: 0px;
}

#footer .social ul li {
    display: inline;
    list-style: none;
    margin: 0px 0px 0px 6px;
}


#prezenIframe {
    padding: 0px;
    margin: 0px;
    background: #fff;
}

.productPage {
    position: relative;
}

.productPage #sub_category {
    font-size: 13px;
    color: #838383;
    margin: 0px 0px 0px;
    text-transform: none;
}

.productPage h2 {
    font-size: 24px;
    color: #2d2d2d;
    margin: 10px 0px 30px;
}

.productPage #product_bestsel {
    background: url(../img/layout/bestseller.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 129px;
    height: 30px;
    z-index: 11;
}

.productPage #product_new, .products-list #product_new {
    background: url(../img/layout/nowosc.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 129px;
    height: 30px;
    z-index: 11;
}

.products-list #product_new {
    right: -10px;
}

.productPage #product_promo, .products-list #product_promo {
    background: url(../img/layout/promocja.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 129px;
    height: 30px;
    z-index: 11;
}

.products-list #product_promo {
    right: -10px;
}

#checkout-form-2-info {
    display: none;
    padding: 0px 0px 0px 15px;
}

.productPage .product_left {
    background: #fff;
    padding: 15px 30px 15px 30px;
    width: 560px;
    float: left;
    position: relative;
    margin-bottom: 3px;
}

#arrow_top_up {
    bottom: 0;
    right: -64px;
    padding: 12px 0px 0px 0px;
    font-size: 14px;
    color: #763a00;
    cursor: pointer;
    position: absolute;
    background: url(../img/layout/arr_up.png) no-repeat center top;
}

.productPage .product_left #main_image {
    width: 180px;
    padding: 0px 28px 0px 0px;
}

.productPage .product_left #main_image img {
    cursor: pointer;
}

.productPage .product_left .product_left_right {
    position: relative;
    float: left;
}

.productPage .product_left .product_left_right .prodDesc {
    /*position: absolute;*/
    /*bottom: 10px;*/
}

.productPage .product_left #opis {
    width: 316px;
    /*height: 250px;*/
    overflow: hidden;
    line-height: 1.6em;
    font-size: 15px;
    color: #515151;
}

.productPage .product_left .read_more {
    font-size: 15px;
    color: #ff9000;
    display: block;
    margin: 10px 0px;
    font-weight: bold;
}

.productPage .product_left .rateBox {
    color: #763a00;
    font-size: 14px;
}

.productPage .product_left .rateBox .pull-left {
    margin: 2px 0px 0px 0px;
    padding: 0px 5px 0px 0px;
    text-transform: uppercase;
}

.productPage .product_left .rateBox .rate {
    float: left;
    padding: 0px 10px 0px 0px;
}

.productPage .product_left .rateBox .na_podst {
    margin: 2px 0px 0px 0px;
    color: #ff9000;
    font-size: 12px;
    float: left;
    font-weight: bold;
}

.productPage .product_left .rateBox .na_podst a {
    color: #ff9000;
}

.productPage .product_left .product_row3 {
    clear: both;
    padding: 20px 0px 0px;
}

.productPage .product_left #click_to_large {
    margin: 10px 0px 0px 0px;
    padding: 4px 0px 4px 24px;
    background: url(../img/layout/lupa.png) no-repeat left;
    cursor: pointer;
    float: left;
    color: #838383;
    font-size: 12px;
}

.productPage .product_left .click_to_large {
    margin: 2px 0px 0px 0px;
    padding: 4px 0px 4px 24px;
    background: url(../img/layout/lupa.png) no-repeat left;
    cursor: pointer;
    float: left;
    color: #838383;
    font-size: 12px;
}

.productPage .product_left .fb-like {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 0px;
    float: left;
}

.productPage .product_left .product_share {
    float: left;
    margin: 1px 0px;
    padding: 3px 0px 0px 20px;
}

.productPage .product_left .product_share span.label {
    padding: 2px 10px 0px 0px;
    color: #585858;
    font-size: 14px;
}

.productPage .product_left .product_share .addthis_sharing_toolbox {
    float: right;
    margin-top: 2px;
}

#prod_udost {
    float: left;
    padding: 5px 0px 0px 25px;
}

/*.productPage .product_left .product_share .addthis_sharing_toolbox { background: url(../img/layout/but_share.jpg) no-repeat; float: right; display: block; width: 24px; height: 24px; }*/
/*.productPage .product_left .product_share .at-svc-compact { margin: 0px; }*/

.productPage .product_left h3 {
    font-size: 18px;
    color: #763a00;
    clear: both;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
}

.productPage .product_left .prod_slider_container {
    width: 500px;
    height: 160px;
    background: #eaeaea;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden
}

.productPage .product_left #prod_slider_container .slides > div {
    padding: 10px 0px 0px 0px;
}

.productPage .product_left #prod_slider_container img {
    position: relative !important;
}

.productPage .product_left .slides {
    overflow: hidden;
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 160px;
}

.productPage .product_left .prod_slider {
    padding: 10px 0px;
}

.productPage .product_left .prod_slider a {
    margin: 0px 5px;
}

.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 40px;
    height: 100%;
    top: 0 !important;
    background: url(../img/layout/slider_nav_back.png);
}

.jssora03l div, .jssora03r div, .jssora03ldn div, .jssora03rdn div {
    width: 18px;
    height: 31px;
    position: relative;
    top: 60px;
}

.jssora03l, .jssora03ldn {
    left: 0;
}

.jssora03l div, .jssora03ldn div {
    background-image: url(../img/layout/arro_slide_l.png);
    left: 10px;
}

.jssora03r, .jssora03rdn {
    right: 0;
}

.jssora03r div, .jssora03rdn div {
    background-image: url(../img/layout/arro_slide_r.png);
    right: -10px;
}

.productPage .product_row4 {
    clear: both;
    padding: 10px 0px 0px 0px;
}

.productPage .product_language {
    border-bottom: 1px solid #ff9000;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

.productPage .product_language img {
    float: left;
    padding: 4px 0px 0px 0px;
}

.productPage .product_language span {
    float: left;
    font-size: 16px;
    padding: 2px 0px 0px 6px;
}

.productPage .product_language a {
    float: right;
}

.productPage .product_desc_bot {
    font-size: 13px;
    color: #515151;
    line-height: 1.6em;
}

.productPage .product_desc_bot h3 {
    color: #763a00;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.productPage .product_desc_bot a {
    margin: 0px 20px 0px 0px;
    color: #ff9000;
    font-size: 18px;
}

.productPage .product_desc_bot a:hover {
    color: #763a00;
    text-decoration: none;
}

.productPage a.product_desc_bot_opis {
    color: #763a00;
}

.productPage #product_opis {
    padding: 20px 0px 40px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #ff9000;
}

.productPage #product_filmy {
    padding: 20px 0px 40px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #ff9000;
}

.productPage #product_filmy .film_product {
    max-width: 240px;
}

.productPage #product_filmy p {
    text-align: center;
    font-size: 12px;
}

.productPage #product_filmy img {
    width: 100%;
    max-width: 240px;
}

.productPage #product_opinie {
    padding: 0px 0px 40px 0px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #ff9000;
}

.productPage .product_opinia {
    padding: 0px 0px 40px 0px
}

.productPage .product_opinia:last-child {
    padding: 0px 0px 0px 0px
}

.productPage .product_opinia .opinia_auth {
    font-size: 14px;
    color: #848484;
    float: left;
}

.productPage .product_opinia .opinia_date {
    font-size: 12px;
    color: #848484;
    float: right;
}

.productPage .product_opinia .opinia_title {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
}

.productPage .product_opinia .opinia_desc {
    font-size: 14px;
}

.productPage .product_opinia .prodDesc {
    padding: 10px 0px 0px 0px;
}

.productPage .product_wymagania {
}

.productPage .product_wymagania span {
    font-weight: bold;
}

.product_also_container .product_also_index_cont {
    float: left;
}

.product_also_container {
    padding: 0px 0px 30px 0px;
}

.product_also_container h3 {
    padding: 18px 0px;
}

.product_also {
    margin: 0px 20px 0px 0px;
    padding: 0px 6px;
    width: 190px;
    height: 250px;
    border: 5px solid #fff;
    background: #fff url(../img/layout/product_also_bg.png) repeat-x left bottom;
    position: relative;
    float: left;
    display: block;
    z-index: 999;
}

.product_also:hover {
    border: 5px solid #ffb423;
    text-decoration: none;
}

.product_also .product_also_prod_img_new {
    background: url(../img/layout/nowosc_male.png) no-repeat;
    position: absolute;
    right: -5px;
    top: -11px;
    width: 28px;
    height: 57px;
}

.product_also .product_also_prod_img_best {
    background: url(../img/layout/bestseller_male.png) no-repeat;
    position: absolute;
    right: -5px;
    top: -11px;
    width: 28px;
    height: 57px;
}

.product_also .product_also_prod_img_promo {
    background: url(../img/layout/promocja_male.png) no-repeat;
    position: absolute;
    right: -5px;
    top: -11px;
    width: 28px;
    height: 57px;
}

.product_also .product_also_prod_img {
    padding: 8px 0px 0px;
    text-align: center; /*width:108px;*/
}

.product_also .product_also_prod_img img {
    max-height: 141px;
    max-width: 160px;
}

.product_also h3 {
    font-size: 11px;
    color: #2d2d2d;
    margin: 5px 0px 2px;
    padding: 0px;
    line-height: 1.4em;
}

.product_also .product_also_price_old {
    color: #ff7800;
    font-size: 14px;
    line-height: 1em;
    position: absolute;
    bottom: 26px;
    left: 5px;
    text-decoration: line-through;
}

.product_also .product_also_price_new {
    color: #ff0000;
    font-size: 20px;;
    line-height: 1em;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.product_also .product_also_price {
    color: #ff7800;
    font-size: 20px;
    line-height: 1em;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.product_also .product_also_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: url(../img/layout/arrowbox_arr_right.jpg)
}

.productPage .product_right {
    width: 300px;
    float: right;
    background: #eaeaea;
    min-height: 600px;
    position: relative;
    z-index: 2;
}

.productPage .product_right_top {
    background: #fff;
    height: 100px;
}

.productPage .product_right_cont {
    padding: 18px 20px;
    background: #EAEAEA;
}

#iframe_prod_edit_but {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.productPage .product_right_move {
    position: fixed;
    top: 0px;
    z-index: 10;
    -webkit-transform: translateZ(0);
}

.productPage .product_l_r_par {
    position: relative;
}

.productPage .product_right_stop_b {
    position: absolute;
    z-index: 10;
}

.productPage .product_right_opt {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.productPage .error_val {
    position: absolute;
    top: -18px;
    left: 0px;
    overflow: hidden;
    height: 47px;
    display: none;
    font-size: 14px;
}

.productPage .error_val div {
    padding: 4px 15px 0px;
    border: 1px solid #cc0000;
    background: #fff;
    position: relative;
    z-index: 12;
    height: 31px;
    color: #ff0000;
}

.productPage .error_val divbefore {
    content: ' ';
    position: absolute;
    z-index: 12;
    width: 13px;
    height: 1px;
    background: #fff;
    top: 29px;
    left: 0px;
}

.productPage .error_val:before {
    content: " ";
    border-left: 1px solid #cc0000;
    width: 10px;
    height: 17px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 11;
}

.productPage .error_val:after {
    content: " ";
    border-right: 1px solid #cc0000;
    width: 11px;
    height: 22px;
    display: block;
    position: absolute;
    background: #fff;
    left: -2px;
    bottom: 0px;
    transform: rotate(40deg);
    z-index: 10;
}

.productPage #error_gift {
    top: -80px;
    height: 84px
}

.productPage #error_gift div {
    height: 68px;
}

.productPage #error_gift div:before {
    top: 66px;
}

.productPage .product_right_opt_pods {
    border-bottom: none;
}

.productPage .product_right_opt h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #763a00;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    position: relative;
}

.productPage .product_right_opt label {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
}

.productPage .product_right_opt > label {
    display: block;
}

.productPage .product_right_opt .clear {
    display: block;
}

.productPage .product_right_opt .product_right_radio {
    background: url(../img/layout/radio_on_off.png) no-repeat;
    width: 14px;
    height: 14px;
    margin: 4px 8px 0px 0px;
    display: block;
    float: left;
}

.productPage .product_right_opt .product_right_label {
    position: relative;
}

.productPage .product_right_opt .product_right_label .prodOldPrice2 {
    color: #000;
    font-size: 11px;
    text-decoration: line-through;
}

.znak_zapytania {
    background: url(../img/layout/znak-zapytania.png) no-repeat;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    right: -28px;
    top: -2px;
}

.productPage .product_right_opt .product_right_selected .product_right_radio {
    background-position: 0px -14px;
}

.productPage .product_right_opt .product_right_error .product_right_radio {
    background-position: 0px -28px;
}

.productPage .product_right_opt #radio_wersja_e_img {
    background-image: url(../img/layout/wersja_e.png)
}

.productPage .product_right_opt #radio_wersja_p_img {
    background-image: url(../img/layout/wersja_p.png)
}

.productPage .product_right_opt #radio_wysylka_5_img {
    background-image: url(../img/layout/wysylka_5.png)
}

.productPage .product_right_opt #radio_wysylka_24_img {
    background-image: url(../img/layout/wysylka_24.png)
}

.productPage .product_right_opt #prezent_ico {
    background-image: url(../img/layout/podaruj-prezent.png)
}

.productPage .product_right_opt .radio_img {
    width: 30px;
    height: 23px;
    margin: 0px 8px 0px 0px;
    float: left;
    display: block;
    background-repeat: no-repeat;
}

.productPage .product_right_opt .product_right_selected > .radio_img {
    background-position: 0px -23px;
}

.productPage .product_right_opt .product_right_error .radio_img {
    background-position: 0px -46px;
}

.productPage .product_right_opt .product_right_error {
    color: #ff0000;
}

.productPage .product_right_opt .product_right_selected > span {
    color: #ff7800;
}

.productPage .product_right_opt .product_minus {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../img/layout/but_min.jpg) no-repeat;
    cursor: pointer;
}

.productPage .product_right_opt .product_minus_on {
    background-position: 0px -30px;;
}

.productPage .product_right_opt .text_number {
    width: 34px;
    padding: 3px 0px;
    margin: 0px 10px;
    float: left;
    border: 2px solid #c2c2c2;
    text-align: center;
}

.productPage .product_right_opt .product_plus {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../img/layout/but_plu.jpg) no-repeat;
    cursor: pointer;
}

.productPage .product_right_opt.product_right_opt_pods h3 {
    display: inline;
    padding: 0px 10px 0px 0px;
}

.productPage .product_right_opt .product_right_price, .productPage .product_right_opt .product_right_price_d {
    font-size: 36px;
    color: #ff7800;
}

.productPage .product_right_opt .product_right_price_brutto {
    padding: 0px 0px 0px 64px;
    color: #ff7800;
    position: relative;
    top: -4px;
}

.productPage .product_right_opt .prodcut_zamow {
    color: #ff7800;
}

.productPage .product_right_opt .prodcut_zamow .prodcut_zamow_img {
    width: 35px;
}

.productPage .product_right_opt .prodcut_zamow img {
    padding: 0px 10px 6px 0px;
    max-width: 35px;
    max-height: 30px;
}

.productPage .product_right_opt .prodcut_zamow a {
    color: #ff7800;
}

.productPage .product_right_opt .price_grey {
    color: #808080
}

.productPage .product_add_to_cart {
    font-size: 18px;
    color: #763a00;
    padding: 9px 56px 8px 21px;
    background: #ffb423 url(../img/layout/add_to_b.png) no-repeat 204px 5px;
    margin: 10px 0px 0px 0px;
    border: none;
}

.productPage .product_add_to_cart:hover {
    background-color: #FF9000;
    color: #fff;
    background-position: 204px -95px
}

.productPage .product_add_to_cart_disabled {
    background-color: #919191 !important;
    color: #000 !important;
    cursor: pointer;
    background-image: none !important;
    display: inline-block !important;
    padding: 9px 21px 8px !important;
}

.productPage .product_right_checkbox {
    float: left;
    margin: 4px 10px 0px 0px;
}

.checkbox_orange {
    display: block;
    width: 17px;
    height: 16px;
    background: url(../img/layout/checkbox-orange.png) no-repeat;
}

.label_orange_on .checkbox_orange {
    background-position: 0px -16px;
}

.productPage .product_right_opt .orange_present .radio_img {
    height: 20px
}

.label_orange_on .radio_img {
    background-position: 0px -20px;
}

.label_orange_on .product_right_label {
    color: #FF7800;
}

.price-before-discount {
    font-size: 11px;
}

#o_firmie_content h1 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

#o_firmie_content h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

#o_firmie_content h2.h2_smaller {
    font-size: 19px;
}

#o_firmie_content p {
    line-height: 1.5em;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #464646;
}

#kontakt_content h2 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

#kontakt_content p {
    line-height: 1.5em;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #464646;
}

#kontakt_content a {
    color: #ff9000
}

#kontakt_content .glyphicon {
    top: 0px;
    line-height: 20px;
}

#contact_form {
    padding: 10px 0px 20px 0px;
}

#contact_form label {
    float: left;
    width: 100px;
    padding: 3px 0px 0px 0px;
}

#contact_form ul {
    padding: 0;
    margin: 0;
}

#contact_form li {
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 0;
}

#contact_form input[type="text"], #contact_form textarea {
    padding: 4px 26px 4px 6px;
    border: 1px solid #dadada;
}

#contact_form input[type="text"] {
    width: 260px;
}

#contact_form textarea {
    width: 86%;
    height: 190px;
}

#contact_form input[type="submit"] {
    padding: 7px 24px;
    margin: 10px 0px 0px 0px;
    color: #763a00;
    font-size: 18px;
    background: #ffb423;
    font-weight: 700;
    border: none;
}

#contact_form input[type="submit"]:hover {
    color: #fff;
    background: #ff9000;
}

#contact_form .contact_checkbox {
    position: relative;
}

#contact_form .contact_checkbox .pos_rel {
    padding-left: 100px;
    display: block;
}

#contact_form .contact_checkbox input[type='checkbox'] {
    margin: 4px;
    width: auto;
    height: auto;
}

#contact_form .contact_checkbox label {
    float: none;
    width: auto;
    text-align: justify;
    display: inline;
    font-size: 12px;
}

#contact_form .contact_checkbox .form-control-feedback {
    left: 75px;
    right: auto;
}

#contact_form .glyphicon-ok {
    color: #1d5400
}

#e_prezent h2 {
    font-size: 26px;
    paddinlabelg: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    margin: 28px 0px 18px 0px
}

#e_prezent .e_brown_h2 {
    font-size: 24px;
    color: #763a00;
    padding: 0px 0px 34px 0px;
    margin: 0px;
    text-align: center;
}

#e_prezent p {
    font-size: 16px;
    color: #464646;
    text-align: center;
    margin: 0px;
}

#e_prezent p.first_p {
    padding: 0px 0px 35px 0px;
}

#e_prezent .e_prezent_krok {
    padding: 0px 0px 80px 300px;
    min-height: 144px;
}

#e_prezent .e_prezent_krok .krok_title {
    font-size: 30px;
    color: #763a00;
    font-weight: bold;
    text-align: left;
    padding: 14px 0px 0px 0px;
    line-height: 1em;
}

#e_prezent .e_prezent_krok .krok_content {
    font-size: 18px;
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
}

#e_prezent #e_prezent_krok1 {
    background: url(../img/layout/krok-1.jpg) no-repeat 130px 0px;
}

#e_prezent #e_prezent_krok2 {
    background: url(../img/layout/krok-2.jpg) no-repeat 120px 0px;
}

#e_prezent #e_prezent_krok3 {
    background: url(../img/layout/krok-3.jpg) no-repeat 128px 0px;
}

#e_prezent #e_prezent_krok4 {
    background: url(../img/layout/krok-4.jpg) no-repeat 92px 7px;
}

#e_prezent #e_prezent_krok5 {
    background: url(../img/layout/krok-5.jpg) no-repeat 92px 0px;
    padding-bottom: 20px;
}

#e_prezent .e_border_h2 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #ffb423;
}

#e_prezent .e_border_p {
    padding: 0px 0px 45px 0px;
}

#e_prezent .box {
    display: block;
    width: 100%;
    height: 418px;
    margin-bottom: 20px;
}

#e_prezent .left {
    display: block;
    float: left;
    width: auto;
    height: auto;
}

#e_prezent .right {
    display: block;
    float: right;
    width: 269px;
    height: auto;
}

#e_prezent .brown {
    color: #763a00;
    font-size: 18px;
    font-weight: bold;
}

#e_prezent .button-yellow {
    width: 340px;
    height: 90px;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
}

#e_prezent .left-btn {
    margin: 50px 40px 50px 50px;
    line-height: 3
}

#e_prezent .right-btn {
    margin: 50px 50px 50px 40px;
    line-height: 29px;
    padding-top: 14px;
}

#e_prezent .button {
    display: block;
    float: left;
}

#e_prezent .pt-button {
    width: 26px;
    height: 42px;
    display: block;
    float: left;
    background: url(../img/layout/pt-button.png) no-repeat 16px 11px;
}

#e_prezent .button-text {
    width: auto;
    height: 42px;
    display: block;
    float: left;
    background-color: #ff6000;
    font-weight: bold;
}

#e_prezent .button-text p {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px
}

#e_prezent .bt1 {
    margin-top: 90px;
}

#e_prezent .bt2 {
    margin-top: 115px;
}

#promo_content .color_yellow {
    color: #ff9000;
}

#promo_content h2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 15px;
}

#promo_content h2 .color_yellow {
    font-style: italic;
}

#promo_content .info_under_h {
    font-size: 16px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 26px;
}

#promo_content .table_disc {
    font-size: 20px;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

#promo_content .table_disc th {
    padding: 8px 8px;
    background: #ff7800;
    color: #fff;
    font-size: 18px;
}

#promo_content .table_disc tr td, #promo_content .table_disc tr th {
    text-align: center;
}

#promo_content .table_disc tr td {
    padding: 18px 8px;
    color: #763a00;
    font-size: 20px;
    background: #fff;
}

#promo_content .table_disc tr td:first-child {
    color: #ff9000;
    font-size: 24px;
    font-weight: bold;
}

#promo_content .info-promocja {
    font-size: 12px;
    margin-top: 7px;
    margin-left: 2px;
}

#dostawa_content {
    font-size: 16px;
}

#dostawa_content h2, #dostawa_content h4 {
    font-size: 26px;
    margin: 0;
    padding: 25px 0px 15px 0px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
}

#dostawa_content h3 {
    font-size: 18px;
    margin: 0;
    padding: 14px 0px 10px 0px;
    line-height: 1.2em;
    font-weight: 700;
    color: #763a00;
}

#dostawa_content h3.h3_font_16 {
    font-size: 16px;
}

#dostawa_content .dostawa_p_center {
    margin: 0;
    padding: 0px 0px 0px 0px;
    line-height: 1.5em;
    color: #464646;
    text-align: center;
    font-size: 14px;
}

#dostawa_content .dostawa_h2_bord {
    border-bottom: 1px solid #ffb423;
}

#dostawa_content .dostawa_kolo_div {
    padding: 16px 0px 0px 12px;
    background: #fff;
    width: 95px;
    height: 95px;
    border-radius: 180px;
    margin: 0 auto;
}

#dostawa_content .dostawa_kolo_div.poczta {
    padding-top: 29px;
}

.dostawa_table {
    margin: 26px 0px 0px 0px;
}

.dostawa_table td {
    padding: 10px 8px;
}

.dostawa_table p {
    font-size: 13px;
    color: #763a00;
    padding: 5px 0px 0px 0px;
    line-height: 1.2em;
    font-weight: 700;
}

.dostawa_table .tac {
    padding: 15px 0px 15px 0px;
}

.dostawa_table .dostawa_round {
    background: #fff;
    width: 138px;
    height: 50px;
    text-align: center;
    font-weight: 700;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    -webkit-border-radius: 22px;
}

.dostawa_table .dostawa_red {
    font-size: 22px;
    color: #ff0000;
    padding: 7px 0px 0px 0px;
}

.dostawa_table .dostawa_yellow_18 {
    font-size: 13px;
    color: #ff9000;
    padding: 15px 0px 0px 0px;
}

.dostawa_table .dostawa_yellow_24 {
    font-size: 22px;
    color: #ff9000;
    padding: 7px 0px 0px 0px;
}

.dostawa_table .dostawa_brown {
    font-size: 22px;
    color: #763a00;
    padding: 7px 0px 0px 0px;
}

#dostawa_content .koszty_dost_table {
    margin: 20px auto 10px;
}

#dostawa_content .koszty_dost_table td {
    padding: 0px 15px;
}

#dostawa_content .koszt_round {
    background: #fff;
    width: 384px;
    height: 80px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    -webkit-border-radius: 22px;
}

#dostawa_content .koszt_round .koszt_brown_15 {
    font-size: 15px;
    color: #763a00;
    font-weight: 700;
    margin: 0;
    padding: 0px 0px 8px 0px;
}

#dostawa_content .koszt_round .koszt_red_15 {
    font-size: 15px;
    color: #ff0000;
    margin: 0;
}

#dostawa_content .koszt_round .koszt_red_24 {
    font-size: 24px;
    color: #ff0000;
    margin: 0;
    font-weight: 700;
}

#dostawa_content .koszt_round_left img {
    float: left;
    padding: 12px 0px 0px 44px;
}

#dostawa_content .koszt_round_left > div {
    float: left;
    padding: 16px 0px 0px 36px;
    text-align: center;
}

#dostawa_content .koszt_round_right {
    text-align: center;
}

#dostawa_content .koszt_round_right img {
    padding: 0px 10px 0px 0px;
}

#dostawa_content .koszt_round_p_f {
    padding: 4px 0px 5px 0px;;
    margin: 0;
}

#dostawa_content .koszt_round_p_f img {
}

#dostawa_content .koszt_round_p_f span {
    position: relative;
    top: 4px;
}

#dostawa_content #warunki_dostawy {
    padding: 20px 0px 0px 0px;
    margin: 0px;
}

#dostawa_content #warunki_dostawy h3 {
    padding-top: 0px;
}

#dostawa_content #warunki_dostawy li {
    padding: 0px 0px 30px 65px;
    margin: 0px;
    list-style: none;
}

#dostawa_content #warunki_elektroniczna {
    background: url(../img/layout/warunki-wysylka-elektroniczna.png) no-repeat left top;
}

#dostawa_content #warunki_ruch {
    background: url(../img/layout/gry-dostarczy-paczka-w-ruchu.png) no-repeat -4px top;
}

#dostawa_content .dostawa_kolo_ruch img {
    padding-top: 14px;
}

#dostawa_content #warunki_inpost {
    background: url(../img/layout/warunki-paczkomat-inpost.png) no-repeat left top;
}

#dostawa_content #warunki_poczta {
    background: url(../img/layout/warunki-poczta.png) no-repeat left top;
}

#dostawa_content #warunki_dhl {
    background: url(../img/layout/warunki-kurier-dhl.png) no-repeat left top;
}

#dostawa_content .promocje_dost_p {
    padding: 20px 0px 20px 0px;
}

#dostawa_content .promocje_dost_p span {
    color: #ff9000;
}

#dostawa_content .promocje_dost_p_min {
    padding: 0px 0px 50px 0px;
    font-size: 14px;
}

.content-info {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.content-info p {
    font-size: 14px;
    line-height: 16px;
}

.content-info .title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.content-info .title.brown {
    color: #763a00;
}

.brown {
    color: #763a00;
}

.content-info .links {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0
}

.content-info a.link {
    display: inline;
    color: #ff9000;
    padding-right: 10px
}

.content-info a.link:hover {
    text-decoration: none;
}

.content-info a.link img {
    padding-right: 5px;
}

.content-info .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bbbbbb;
}

.content-info .info-div {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.content-info .boxs-adres {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.content-info .box-adres {
    display: block;
    border: 1px solid #bbbbbb;
    width: 370px;
    height: 125px;
    padding: 10px 25px;
    margin-bottom: 30px;
    position: relative
}

.content-info .box-adres .title {
    padding-bottom: 5px;
}

.content-info .box-adres p {
    line-height: 16px;
}

.content-info a.edit-adres {
    color: #ff9000;
    right: 20px;
    bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    position: absolute
}

.content-info .edit-adres img {
    padding-right: 5px;
}

.content-info .btn {
    font-weight: bold;
}

.content-info .pdf {
    display: block;
    width: 68px;
    height: 36px;
    background: url(../img/users/pobierz-pdf.png) no-repeat;
}

.content-info .pdf:hover {
    background: url(../img/users/pobierz-pdf.png) no-repeat 0px -36px;
}

table.zamowienie {
    width: 100%;
    text-align: center;
}

table.zamowienie th {
    text-align: center;
}

table.zamowienie tr {
    width: 150px;
    margin: 10px 0;
}

table.zamowienie tr td {
    border: 1px solid #bbbbbb;
    height: 50px;
    background-color: #fff;
    padding: 0 20px
}

/*--- ui  ---*/
.costum-tab {
    border: 0px !important;
    border-radius: 0px !important;
    font-weight: bold;
    height: 35px;
    background: url(../img/users/tlo.png) repeat-x;
    color: #fff;
}

a.costum-tab:hover {
    color: #fff;
}

.costum-tab img {
    padding-right: 5px;
}

.active .costum-tab {
    background: none;
    background-color: #fff;
    color: #000;
}

/*--- ui  ---*/

.active-tab {
    display: block;
    float: left;
    width: 180px;
    font-weight: bold;
    height: 35px;
    background-color: #fff;
}

.active-tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    color: #555;
}

.active-tab a:hover {
    text-decoration: none;
}

.active-tab img {
    padding-right: 5px;
}

.no-active-tab {
    display: block;
    float: left;
    width: 136px;
    font-weight: bold;
    height: 35px;
    background: url(../img/users/tlo.png) repeat-x;
    margin-left: 1px;
}

.no-active-tab a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 13px;
    color: #fff;
}

.no-active-tab a:hover {
    text-decoration: none;
}

.no-active-tab img {
    padding-right: 5px;
}

.form-control {
    border-radius: 0px;
}

.color {
    color: #763a00;
}

.input_policy {
    float: left;
}

.label-policy {
    width: 780px;
    margin-left: 5px;
}

.createUser .form-control-feedback {
    top: 0px;
    right: 10px;
}

.createUser .bottom {
    padding: 20px
}

.createUser .td-right {
    padding-top: 8px;
}

#cartAddModal {
}

#cartAddModal .modal-header {
    border: 0px;
    height: 0px;
    padding: 0px;
}

#cartAddModal .close {
    width: 26px;
    height: 26px;
    background: url('../img/layout/button-round-close.png') no-repeat;
    opacity: 1;
    position: absolute;
    top: -13px;
    right: -13px;
}

#cartAddModal .modal-content {
    width: 480px;
    border: 3px solid #ffb423;
    text-align: center;
    padding: 0px;
}

#cartAddModal .modal-body {
    color: #783a00;
    font-weight: bold;
    font-size: 18px;
    border: 0px;
}

#cartAddModal .modal-footer {
    border: 0px;
}

#cartAddModal .mver-gift .modal-footer button {
    float: left;
}

#cartAddModal .modal-footer .btn {
    font-weight: bold;
    font-size: 14px;
}

.modal_orange {
}

.modal_orange .modal-header {
    border: 0px;
    height: 0px;
    padding: 0px;
}

.modal_orange .close {
    width: 26px;
    height: 26px;
    background: url('../img/layout/button-round-close.png') no-repeat;
    opacity: 1;
    position: absolute;
    top: -13px;
    right: -13px;
}

.modal_orange .modal-content {
    width: 100%;
    border: 3px solid #ffb423;
    padding: 0px;
}

.modal_orange .modal-dialog {
    width: auto;
    display: table;
}

.modal_orange .modal-body {
    color: #783a00;
    font-weight: bold;
    font-size: 18px;
    border: 0px;
}

.modal_orange .modal-footer {
    border: 0px;
}

.modal_orange .modal-footer button {
    float: left;
}

.modal_orange .modal-footer .btn {
    font-weight: bold;
    font-size: 14px;
}


.paczkomat-forms {
    display: none;
}

.paczkomat-forms fieldset {
    clear: both;
    margin-left: 40px;
}

.paczkomat-forms label.activity-name {
    width: 100px;
    float: left;
    padding-top: 4px;
}

.paczkomat-forms .paczkomat1-box {
    position: relative;
    float: left;
}

.paczkomat-forms .selectricWrapper {
    width: 510px;
    height: 30px;
    padding-left: 5px;
}

/*.paczkomat-forms .selectricWrapper .button { right:0px; }*/

.paczkomat-forms .btn-drop-down {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url('../img/layout/btn-drop-down-list.png') no-repeat;
    right: 182px;
    top: 2px;
    cursor: pointer;
}

.paczkomat-forms .box-info {
    clear: both;
    margin-top: 15px;
    position: relative;
}

.paczkomat-forms .box-info label {
    position: relative;
}

.pole_paczkomatow_alt ul li {
    clear: both;
    margin: 5px 0px;
    color: #979797;
}

.pole_paczkomatow_alt ul li.selected {
    color: inherit;
}

.pole_paczkomatow_alt ul {
    list-style: none;
    position: relative;
}

.pole_paczkomatow_alt ul label {
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.pole_paczkomatow_alt ul input {
    margin-right: 9px;
}

.pole_paczkomatow_alt ul p {
}

.paczkomat-forms .tooltip-button, .color-discount .tooltip-button {
    display: block;
    width: 21px;
    height: 21px;
    background: url('../img/layout/ico-info.png') no-repeat;
    text-indent: -9000px;
    position: absolute;
    top: 0px;
    right: -25px;
}

.pole_paczkomatow_alt .tooltip {
    font-weight: normal;
    width: 400px !important;
}

.paczkomat2-box, .paczkomat3-box, .paczkomat4-box {
    padding-left: 97px;
}

.kiosk-forms {
    display: none;
}

.kiosk-forms fieldset {
    clear: both;
    margin-left: 40px;
}

.kiosk-forms .activity-name {
    font-size: 13px;
}

.kiosk-forms label.activity-name {
    width: 100px;
    float: left;
    padding-top: 4px;
}

.kiosk-forms .kiosk-box {
    position: relative;
    float: left;
}

.kiosk-forms .selectricWrapper {
    width: 510px;
    height: 30px;
    padding-left: 5px;
}

.tooltip {
    width: 450px !important;
    position: absolute;
    font-weight: normal;
}

.tooltip .tooltip-inner {
    max-width: 450px !important;
    background: #ffb423;
    color: #763a00;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffb423 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffb423 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffb423 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffb423 !important;
}

.prodMoreData {
    clear: both;
    padding-top: 15px;
}

.btn_2 {
    text-align: center;
    background: #ffb423;
    color: #763a00;
    border-radius: 0px;
    font-size: 12px;
    padding: 5px 14px 5px;
    display: table;
    font-weight: bold;
}

.btn_2:hover {
    background: #ff9000;
    color: #fff;
    text-decoration: none;
}

.btn_2:active {
    background: #763a00;
    color: #ffb423;
}

.td-left {
    text-align: left;
}

.td-center {
    text-align: center;
}

.td-right {
    text-align: right;
}


.button-place-box {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.tac {
    text-align: center;
}

.org_sign {
    font-size: .8em;
    top: -.7em;
    position: relative;
}

.color-discount div {
    color: #b80000 !important;
}

.color-discount .label {
    position: relative;
}

.color-discount .tooltip-button {
    right: -15px;
}

#cart .color-discount .tooltip {
    width: 350px !important;
}

#cart .color-discount .tooltip .tooltip-inner {
    max-width: 350px !important;
    white-space: pre-wrap;
}

.fb_iframe_widget_lift {
    z-index: 99 !important;
}

#navbar-main-top {
    position: absolute;
}

a:active, a:visited, a:focus {
    outline: none !important;
}

#prodForm_mob {
    display: none;
}

.products-list #prodID-204 {
    width: 88%;
}


.sja_warning_box {
}

.sja_warning_box__img {
    margin-right: 8px;
}

.sja_warning_box__text {
    font-size: 11px;
    padding-left: 0px;
    font-weight: bold;
    padding-top: 10px;
}

.sja_product#main_image {
    width: 100% !important;
    padding: 0 !important;
}

.sja_product__desc {
    clear: both;
}

.sja_product__desc #opis {
    width: auto !important;
    height: auto !important;
}

.sja_category_prod {
    height: 525px !important;
}

.sja_category_prod .prodName {
    padding-bottom: 15px;
}

.sja_category_prod__image_container {
    height: auto !important;
}

.sja_category_prod__image_container img {
    width: 100%;
}

.sja_category_prod .prodDesc {
    clear: both;
    padding-top: 7px;
}

.sja_category_prod .prodPrice {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

.tooltip_info {
    color: #ff9000;
    cursor: pointer;
}

.tooltip_info:hover {
    text-decoration: underline;
}

.tt_ol {
    text-align: left;
}

.tt_ol li, #contact_form .tt_ol li {
    list-style: decimal;
}

.tt_ol a, #kontakt_content .tt_ol a {
    color: #428bca;
}

.paczkomat-forms h4 {
    padding-bottom: 30px;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.d-block {
    display: block;
}

.slider-url-1 {
    width: 155px;
    height: 198px;
    z-index: 2;
    top: 92px;
    left: 0px;
}

.slider-url-2 {
    width: 207px;
    height: 188px;
    z-index: 3;
    top: 194px;
    left: 82px;
}

.slider-url-3 {
    width: 122px;
    height: 136px;
    z-index: 1;
    top: 111px;
    left: 215px;
}

.banner-pkz {
    display: table;
    margin: 0 auto;
}

.banner-pkz .banner-pkz__span1 {
    display: block;
    width: 100%;
    background: #0070c0;
    color: #fff;
    padding: 10px 15px;
}

.banner-pkz .banner-pkz__span2 {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
}

.banner-pkz .banner-pkz--red {
    color: #c00000;
}

.banner-pkz .btn {
    margin-top: 8px;
}

.g-pt-0 {
    padding-top: 0px !important;
}

.g-pt-1 {
    padding-top: 1px !important;
}

.g-pt-2 {
    padding-top: 2px !important;
}

.g-pt-3 {
    padding-top: 3px !important;
}

.g-pt-4 {
    padding-top: 4px !important;
}

.g-pt-5 {
    padding-top: 5px !important;
}

.g-pt-6 {
    padding-top: 6px !important;
}

.g-pt-7 {
    padding-top: 7px !important;
}

.g-pt-8 {
    padding-top: 8px !important;
}

.g-pt-9 {
    padding-top: 9px !important;
}

.g-pt-10 {
    padding-top: 10px !important;
}

.g-pt-11 {
    padding-top: 11px !important;
}

.g-pt-12 {
    padding-top: 12px !important;
}

.g-pt-13 {
    padding-top: 13px !important;
}

.g-pt-14 {
    padding-top: 14px !important;
}

.g-pt-15 {
    padding-top: 15px !important;
}

.g-pt-16 {
    padding-top: 16px !important;
}

.g-pt-17 {
    padding-top: 17px !important;
}

.g-pt-18 {
    padding-top: 18px !important;
}

.g-pt-19 {
    padding-top: 19px !important;
}

.g-pt-20 {
    padding-top: 20px !important;
}

.g-pb-0 {
    padding-bottom: 0px !important;
}

.g-pb-1 {
    padding-bottom: 1px !important;
}

.g-pb-2 {
    padding-bottom: 2px !important;
}

.g-pb-3 {
    padding-bottom: 3px !important;
}

.g-pb-4 {
    padding-bottom: 4px !important;
}

.g-pb-5 {
    padding-bottom: 5px !important;
}

.g-pb-6 {
    padding-bottom: 6px !important;
}

.g-pb-7 {
    padding-bottom: 7px !important;
}

.g-pb-8 {
    padding-bottom: 8px !important;
}

.g-pb-9 {
    padding-bottom: 9px !important;
}

.g-pb-10 {
    padding-bottom: 10px !important;
}

.g-pb-11 {
    padding-bottom: 11px !important;
}

.g-pb-12 {
    padding-bottom: 12px !important;
}

.g-pb-13 {
    padding-bottom: 13px !important;
}

.g-pb-14 {
    padding-bottom: 14px !important;
}

.g-pb-15 {
    padding-bottom: 15px !important;
}

.g-pb-16 {
    padding-bottom: 16px !important;
}

.g-pb-17 {
    padding-bottom: 17px !important;
}

.g-pb-18 {
    padding-bottom: 18px !important;
}

.g-pb-19 {
    padding-bottom: 19px !important;
}

.g-pb-20 {
    padding-bottom: 20px !important;
}

.g-pr-0 {
    padding-right: 0px !important;
}

.g-pr-1 {
    padding-right: 1px !important;
}

.g-pr-2 {
    padding-right: 2px !important;
}

.g-pr-3 {
    padding-right: 3px !important;
}

.g-pr-4 {
    padding-right: 4px !important;
}

.g-pr-5 {
    padding-right: 5px !important;
}

.g-pr-6 {
    padding-right: 6px !important;
}

.g-pr-7 {
    padding-right: 7px !important;
}

.g-pr-8 {
    padding-right: 8px !important;
}

.g-pr-9 {
    padding-right: 9px !important;
}

.g-pr-10 {
    padding-right: 10px !important;
}

.g-pr-11 {
    padding-right: 11px !important;
}

.g-pr-12 {
    padding-right: 12px !important;
}

.g-pr-13 {
    padding-right: 13px !important;
}

.g-pr-14 {
    padding-right: 14px !important;
}

.g-pr-15 {
    padding-right: 15px !important;
}

.g-pr-16 {
    padding-right: 16px !important;
}

.g-pr-17 {
    padding-right: 17px !important;
}

.g-pr-18 {
    padding-right: 18px !important;
}

.g-pr-19 {
    padding-right: 19px !important;
}

.g-pr-20 {
    padding-right: 20px !important;
}

.g-pr-21 {
    padding-right: 21px !important;
}

.g-pr-22 {
    padding-right: 22px !important;
}

.g-pr-30 {
    padding-right: 30px !important;
}

.g-pr-31 {
    padding-right: 31px !important;
}

.g-pr-32 {
    padding-right: 32px !important;
}

.g-pr-33 {
    padding-right: 33px !important;
}

.g-pr-34 {
    padding-right: 34px !important;
}

.g-pr-35 {
    padding-right: 35px !important;
}

.g-pr-40 {
    padding-right: 40px !important;
}

.g-pr-50 {
    padding-right: 50px !important;
}

.g-pl-0 {
    padding-left: 0px !important;
}

.g-pl-1 {
    padding-left: 1px !important;
}

.g-pl-2 {
    padding-left: 2px !important;
}

.g-pl-3 {
    padding-left: 3px !important;
}

.g-pl-4 {
    padding-left: 4px !important;
}

.g-pl-5 {
    padding-left: 5px !important;
}

.g-pl-6 {
    padding-left: 6px !important;
}

.g-pl-7 {
    padding-left: 7px !important;
}

.g-pl-8 {
    padding-left: 8px !important;
}

.g-pl-9 {
    padding-left: 9px !important;
}

.g-pl-10 {
    padding-left: 10px !important;
}

.g-pl-11 {
    padding-left: 11px !important;
}

.g-pl-12 {
    padding-left: 12px !important;
}

.g-pl-13 {
    padding-left: 13px !important;
}

.g-pl-14 {
    padding-left: 14px !important;
}

.g-pl-15 {
    padding-left: 15px !important;
}

.g-pl-16 {
    padding-left: 16px !important;
}

.g-pl-17 {
    padding-left: 17px !important;
}

.g-pl-18 {
    padding-left: 18px !important;
}

.g-pl-19 {
    padding-left: 19px !important;
}

.g-pl-20 {
    padding-left: 20px !important;
}

.g-pl-21 {
    padding-left: 21px !important;
}

.g-pl-22 {
    padding-left: 22px !important;
}

.g-pl-30 {
    padding-left: 30px !important;
}

.g-pl-31 {
    padding-left: 31px !important;
}

.g-pl-32 {
    padding-left: 32px !important;
}

.g-pl-33 {
    padding-left: 33px !important;
}

.g-pl-34 {
    padding-left: 34px !important;
}

.g-pl-35 {
    padding-left: 35px !important;
}

.g-pl-40 {
    padding-left: 40px !important;
}

.g-pl-50 {
    padding-left: 50px !important;
}

.g-mt-0 {
    margin-top: 0px !important;
}

.g-mt-1 {
    margin-top: 1px !important;
}

.g-mt-2 {
    margin-top: 2px !important;
}

.g-mt-3 {
    margin-top: 3px !important;
}

.g-mt-4 {
    margin-top: 4px !important;
}

.g-mt-5 {
    margin-top: 5px !important;
}

.g-mt-6 {
    margin-top: 6px !important;
}

.g-mt-7 {
    margin-top: 7px !important;
}

.g-mt-8 {
    margin-top: 8px !important;
}

.g-mt-9 {
    margin-top: 9px !important;
}

.g-mt-10 {
    margin-top: 10px !important;
}

.g-mt-11 {
    margin-top: 11px !important;
}

.g-mt-12 {
    margin-top: 12px !important;
}

.g-mt-13 {
    margin-top: 13px !important;
}

.g-mt-14 {
    margin-top: 14px !important;
}

.g-mt-15 {
    margin-top: 15px !important;
}

.g-mt-16 {
    margin-top: 16px !important;
}

.g-mt-17 {
    margin-top: 17px !important;
}

.g-mt-18 {
    margin-top: 18px !important;
}

.g-mt-19 {
    margin-top: 19px !important;
}

.g-mt-20 {
    margin-top: 20px !important;
}

.g-mt-21 {
    margin-top: 21px !important;
}

.g-mt-22 {
    margin-top: 22px !important;
}

.g-mt-30 {
    margin-top: 30px !important;
}

.g-mt-31 {
    margin-top: 31px !important;
}

.g-mt-32 {
    margin-top: 32px !important;
}

.g-mt-33 {
    margin-top: 33px !important;
}

.g-mt-34 {
    margin-top: 34px !important;
}

.g-mt-35 {
    margin-top: 35px !important;
}

.g-mt-40 {
    margin-top: 40px !important;
}

.g-mt-50 {
    margin-top: 50px !important;
}

.g-mt-60 {
    margin-top: 60px !important;
}

.g-mt-70 {
    margin-top: 70px !important;
}

.g-mt-75 {
    margin-top: 75px !important;
}

.g-mt-80 {
    margin-top: 80px !important;
}

.g-mt-90 {
    margin-top: 90px !important;
}

.g-mt-100 {
    margin-top: 100px !important;
}

.g-ml-0 {
    margin-left: 0px !important;
}

.g-ml-1 {
    margin-left: 1px !important;
}

.g-ml-2 {
    margin-left: 2px !important;
}

.g-ml-3 {
    margin-left: 3px !important;
}

.g-ml-4 {
    margin-left: 4px !important;
}

.g-ml-5 {
    margin-left: 5px !important;
}

.g-ml-6 {
    margin-left: 6px !important;
}

.g-ml-7 {
    margin-left: 7px !important;
}

.g-ml-8 {
    margin-left: 8px !important;
}

.g-ml-9 {
    margin-left: 9px !important;
}

.g-ml-10 {
    margin-left: 10px !important;
}

.g-ml-11 {
    margin-left: 11px !important;
}

.g-ml-12 {
    margin-left: 12px !important;
}

.g-ml-13 {
    margin-left: 13px !important;
}

.g-ml-14 {
    margin-left: 14px !important;
}

.g-ml-15 {
    margin-left: 15px !important;
}

.g-ml-16 {
    margin-left: 16px !important;
}

.g-ml-17 {
    margin-left: 17px !important;
}

.g-ml-18 {
    margin-left: 18px !important;
}

.g-ml-19 {
    margin-left: 19px !important;
}

.g-ml-20 {
    margin-left: 20px !important;
}

.g-ml-21 {
    margin-left: 21px !important;
}

.g-ml-22 {
    margin-left: 22px !important;
}

.g-ml-30 {
    margin-left: 30px !important;
}

.g-ml-31 {
    margin-left: 31px !important;
}

.g-ml-32 {
    margin-left: 32px !important;
}

.g-ml-33 {
    margin-left: 33px !important;
}

.g-ml-34 {
    margin-left: 34px !important;
}

.g-ml-35 {
    margin-left: 35px !important;
}

.g-ml-40 {
    margin-left: 40px !important;
}

.g-ml-50 {
    margin-left: 50px !important;
}

.g-mr-0 {
    margin-right: 0px !important;
}

.g-mr-1 {
    margin-right: 1px !important;
}

.g-mr-2 {
    margin-right: 2px !important;
}

.g-mr-3 {
    margin-right: 3px !important;
}

.g-mr-4 {
    margin-right: 4px !important;
}

.g-mr-5 {
    margin-right: 5px !important;
}

.g-mr-6 {
    margin-right: 6px !important;
}

.g-mr-7 {
    margin-right: 7px !important;
}

.g-mr-8 {
    margin-right: 8px !important;
}

.g-mr-9 {
    margin-right: 9px !important;
}

.g-mr-10 {
    margin-right: 10px !important;
}

.g-mr-11 {
    margin-right: 11px !important;
}

.g-mr-12 {
    margin-right: 12px !important;
}

.g-mr-13 {
    margin-right: 13px !important;
}

.g-mr-14 {
    margin-right: 14px !important;
}

.g-mr-15 {
    margin-right: 15px !important;
}

.g-mr-16 {
    margin-right: 16px !important;
}

.g-mr-17 {
    margin-right: 17px !important;
}

.g-mr-18 {
    margin-right: 18px !important;
}

.g-mr-19 {
    margin-right: 19px !important;
}

.g-mr-20 {
    margin-right: 20px !important;
}

.g-mr-21 {
    margin-right: 21px !important;
}

.g-mr-22 {
    margin-right: 22px !important;
}

.g-mr-30 {
    margin-right: 30px !important;
}

.g-mr-31 {
    margin-right: 31px !important;
}

.g-mr-32 {
    margin-right: 32px !important;
}

.g-mr-33 {
    margin-right: 33px !important;
}

.g-mr-34 {
    margin-right: 34px !important;
}

.g-mr-35 {
    margin-right: 35px !important;
}

.g-mr-40 {
    margin-right: 40px !important;
}

.g-mr-50 {
    margin-right: 50px !important;
}

.g-mobile-show {
    display: none !important;
}

.d-none {
    display: none !important;
}

.g-font-size-10 {
    font-size: 10px;
}

.g-font-size-11 {
    font-size: 11px;
}

.g-font-size-12 {
    font-size: 12px;
}

.g-font-size-13 {
    font-size: 13px;
}

.g-font-size-14 {
    font-size: 14px;
}

.g-font-size-15 {
    font-size: 15px;
}

.g-font-size-16 {
    font-size: 16px;
}

.g-font-size-17 {
    font-size: 17px;
}

.g-font-size-18 {
    font-size: 18px;
}

.g-font-size-19 {
    font-size: 19px;
}

.g-font-size-20 {
    font-size: 20px;
}

.cat-omnibus {
    font-size: 11px;
}

@media (min-width: 1200px) {
    .products-list li {
        width: 410px;
        height: 335px;
    }

    .container {
        width: 1200px !important;
    }

    #box-cart .ico-cart {
        margin: 24px 29px 0px 29px;
    }

    .main-container .box-categories {
        padding: 0px;
        width: 300px;
    }

    .main-container .box-categories h3, .main-container .box-categories li {
    }

    .main-container .box-content {
        width: 860px;
        margin-left: 40px;
        padding: 0px;
    }

    #cart .prodImage {
        width: 50px;
    }

    #cart .prodName {
        width: 240px;
        margin-left: 7px;
        padding-top: 20px;
        padding-left: 20px;
    }

    #menu-content {
        height: 50px;
    }

    #menu-content li {
        width: 215px;
    }

    #newsletter-box .inputs-container {
        width: 300px;
        height: 165px;
        background: url('../img/layout/box-newsletter.png') no-repeat;
        margin-top: 10px;
        padding-top: 15px;
    }

    .products-list #prodID-204 .prodPrice {
        /*margin-top: 44px;*/
    }

    .products-list #prodID-204 {
        height: 305px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .sja_category_prod {
        min-height: 500px !important;
    }
}

@media /*( min-width: 756px ) and */
( max-width: 1200px) {
    .text-pieknyUmysl {
        text-align: center;
        margin: 0px !important;
        margin-top: 10px !important;
        font-size: 20px !important;
    }

    .top-container .box-contact {
    }

    .top-container .box-register {
        width: 150px;
    }

    .top-container .box-login {
        width: 150px;
    }

    .top-container .box-fastlogin {
        left: 229px;
        z-index: 100;
    }

    #box-cart {
        width: 240px;
        background: url('../img/layout/ico-cart-right.png') 208px 18px no-repeat;
        background-color: #ffb423;
    }

    #box-cart .ico-cart {
        margin: 15px 19px 0px 19px;
    }

    .main-container .breadcrumb {
        margin: 0px 0px;
        font-size: 12px;
    }

    .main-container .breadcrumb .active {
        font-weight: bold
    }

    .main-container .box-categories {
        padding: 0px;
        width: 210px !important;
        float: left;
    }

    .main-container .box-categories h3, .main-container .box-categories li {
    }

    .main-container .box-categories h3, .main-container .box-categories li a {
        font-size: 14px;
        padding-left: 7px;
        letter-spacing: -.5px;
    }

    .main-container .box-content {
        width: 760px;
        margin-left: 20px;
        padding: 0px;
        float: left;
    }

    #menu-content {
        height: 40px;
    }

    #menu-content li {
        width: 190px;
        float: left;
    }

    #menu-content li a {
        padding-top: 11px;
        height: 40px;
    }

    .products-list li {
        width: 370px;
        height: 355px;
        margin-bottom: 20px;
    }

    .products-list li:nth-child(even) {
        margin-left: 20px;
    }

    #newsletter-box .inputs-container {
        width: 210px;
        height: 165px;
        background: url('../img/layout/box-newsletter990.png') no-repeat;
        margin-top: 10px;
        padding-top: 15px;
    }

    .checkoutSteps li {
        width: 204px;
        height: 51px;
    }

    .checkoutSteps li:nth-child(2) {
        left: 185px;
    }

    .checkoutSteps li:nth-child(3) {
        left: 370px;
    }

    .checkoutSteps li:nth-child(3) p.text {
        padding-top: 10px;
        line-height: 17px;
    }

    .checkoutSteps li:nth-child(4) {
        left: 555px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(2) {
        left: 60px;
        width: 150px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(2) p.text {
        padding-top: 10px;
        line-height: 17px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(3) {
        left: 194px;
        width: 194px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(3) p.text {
        padding-top: 10px;
        line-height: 17px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(4) {
        left: 372px;
        width: 200px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(4) p.text {
        padding-top: 10px;
        line-height: 17px;
    }

    .checkoutSteps.checkoutStepsVersions li:nth-child(5) {
        left: 556px;
    }


    #cart table td img {
        width: 60px;
    }

    #cart .prodImage {
        width: 50px;
    }

    #cart .prodName {
        width: 130px;
        margin-left: 7px;
        padding-top: 20px;
    }

    #cart .prodPrice {
        font-size: 20px;
    }

    .productPage .product_left {
        width: 520px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .productPage .product_right {
        width: auto;
        width: 240px;
    }

    /*.productPage .product_right .product_right_top { display: none; }*/
    .main-container .box-content {
    }

    /*.productPage .product_bestsel{ display: none;}*/
    .productPage .product_add_to_cart {
        padding: 9px 42px 8px 20px;
        background-position: 160px 4px;
        font-size: 14px;
    }

    .productPage .product_add_to_cart:hover {
        background-position: 220px -92px
    }

    .productPage .product_right_opt label {
        font-size: 12px;
    }

    .productPage .product_right_opt .product_right_radio {
        margin-right: 0px;
    }

    .productPage .product_right_opt .radio_img {
        margin-right: 1px;
    }

    .content-info .box-adres {
        width: 330px;
    }

    #slider_nav_cont {
        width: 160px;
    }

    #slider_nav a {
        height: 88px;
        font-size: 13px;
    }

    #slider_nav a:before {
        height: 88px;
    }

    #slider_nav > div:last-child a {
        height: 84px;
    }

    #slider_nav > div:last-child a:before {
        height: 84px;
    }

    #sliders_index {
        width: 600px;
    }

    #slider_index .slider_1_h2 {
        padding-top: 33px;
    }

    #sliders_index .slider_slide img {
        width: 600px;
    }

    #slider_index .slider_h2 {
        font-size: 33px;
    }

    #slider_index .slider_h3 {
        font-size: 22px;
        padding-top: 35px;
    }

    #slider_choinka .slider_h2_sec {
    }

    #slider_choinka .slider_button_whit {
        font-size: 17px;
        bottom: 40px;
    }

    #slider_inspiracje .slider_h2_sec {
        padding-bottom: 32px;
    }

    #slider_inspiracje .slider_button_whit {
        font-size: 18px;
        margin-left: 70px;
    }

    #slider_gwiazdka .slider_h2 {
        font-size: 24px;
    }

    #slider_gwiazdka .slider_h2_sec {
        font-size: 18px;
    }

    #slider_zestawy .slider_zestawy_p1, #slider_zestawy .slider_zestawy_p2 {
        font-size: 14px;
    }

    #slider_zestawy h2 {
        font-size: 18px;
    }

    #slider_zestawy ul {
        font-size: 15px;
    }

    #slider_zestawy .slider_button_yell {
        padding: 10px 29px;
        font-size: 17px;
        margin-left: 280px;
    }

    #slider_zestawy #dzien_dzieckaDiv {
        padding-left: 180px
    }

    #slider_angielski #text_about {
        padding-left: 50px
    }

    #slider_angielski .slider_container #slider_header {
        font-size: 45px;
    }

    #ang_list {
        font-size: 12px
    }

    #ang_listSpan {
        font-size: 10px
    }


    .slider_h2_pamiec {
        font-weight: bold;
        font-size: 28px;
        color: white;
        margin-top: 25px;
        padding-left: 15px;
        margin-bottom: 0
    }

    .slider_p_pamiec {
        font-weight: bold;
        font-size: 23px;
        color: white;
        text-align: center;
        margin-top: 0
    }

    .slider_h2_sec {
        font-weight: bold;
        font-size: 18px;
        color: white;
        margin-top: 25px;
        padding-left: 15px;
        margin-bottom: 0
    }

    .slider_pamiec_list {
        position: absolute;
        left: 0px;
        width: 350px;
        display: block;
        color: #fff;
        font-size: 16px;
        padding-top: 8px;
    }

    .slider_pamiec_list_div {
        padding-left: 20px
    }

    .slider_pamiec_img {
        position: absolute;
        right: 0px;
        width: 250px;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 18px;
        padding-right: 20px;
        bottom: 20px;
        padding-top: 10px
    }

    .slider_pamiec_circle {
        background: #eaff00;
        border: 1px solid #eaff00;
        font-weight: bold;
        color: #7878e5;
        padding-left: 5px;
        margin-right: 15px;
        padding-bottom: 6px;
        font-size: 13px;
        border-radius: 50%;
        width: 20px;
    !important;
        height: 20px !important;
    }

    .slider_pamiec_img .image_size {
        width: 150px;
    !important;
        height: 200px
    }

    .slider_inline {
        float: left
    }

    .slider_list_h2 {
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        color: #eaff00
    }

    .slider_list_p {
        font-size: 12px;
        font-weight: 300;
        margin: 10px;
        padding-top: 6px
    }

    .slider_pamiec_button {
        width: 235px;
        height: 60px;
        right: 0px;
        margin-top: 10px;
        display: block;
        background: #eaff00;
        color: #7878e5;
        border: 1px solid #eaff00;
        border-radius: 6px;
        padding-top: 5px;
        font-size: 18px;
        font-weight: bold
    }


    .slider_kompleksowy__img {
        width: 250px !important;
    }

    .products-list .prodName {
        font-size: 18px;
        padding: 0px 0px 15px;
    }

    .products-list .sub_category {
        font-size: 10px;
        color: #838383;
        padding: 10px 0px 0px 0px;
    }

    .products-list .prodDesc {
        font-size: 12px;
    }

    .products-list .prodPrice {
        font-size: 19px;
        color: #ff7800;
        padding: 15px 0px;
        font-weight: bold;
    }

    .products-list .btn-wybierz {
        background: url('../img/layout/ico-arrow-btn-wybierz.png') 138px 15px no-repeat;
        width: 165px;
    }

    .product_also {
        width: 170px;
    }

    .product_also h3 {
        font-size: 10px;
    }

    #product_also_index h3 {
        font-size: 10px;
    }

    .product_also .product_also_price_old {
        position: absolute;
        left: 5px;
        bottom: 26px;
    }

    .product_also .product_also_price, .product_also_price_new {
        position: absolute;
        left: 5px;
        bottom: 5px;
    }

    .dostawa_table td {
        padding: 10px 3px;
    }

    .dostawa_table p {
        font-size: 13px;
    }

    #dostawa_content .koszty_dost_table td {
        padding: 0 1px;
    }

    #dostawa_content .koszty_dost_table .koszt_round_p_f {
        padding: 0 0 0px 0;
    }

    #dostawa_content .koszty_dost_table .koszt_round {
        padding: 15px;
        height: 90px;
    }

    #slider_index .slider_3_rabat {
        padding-bottom: 60px;
    }

    #e_prezent .left img {
        max-width: 490px;
    }

    #e_prezent .bt1 {
        margin-top: 70px;
    }

    #e_prezent .bt2 {
        margin-top: 90px;
    }

    #e_prezent .right-btn {
        margin: 50px 10px 50px 40px;
    }

    #e_prezent .left-btn {
        margin: 50px 10px 50px 10px;
    }

    #prodForm_mob .selectric {
        width: 90%;
    }

    .productPage .product_left .rateBox {
        width: 170px;
        margin: auto;
    }

    .productPage .product_left .rateBox .pull-left {
        width: auto;
    }


    .products-list #prodID-204 {
        height: 275px
    }

    .products-list #prodID-204 .prodPrice {
        margin-top: 50px;
    }

    #slider01 .slider_h2 {
        left: 0px;
        font-size: 28px;
        line-height: 35px;
    }

    #slider01 .slider_h2_sec {
        left: 0px;
        top: 56px;
    }

    #slider01 ul {
        top: 120px;
    }

    #slider01 p {
        left: 180px;
        top: 200px;
    }

    #slider01 .slider_button_whit {
        top: 270px;
        left: 340px;
    }

    #slider01_nav span.nowosc {
        display: none;
    }

    .sja_category_prod {
        height: 440px !important;
    }

    .slider_kompleksowy__text {
        font-size: 14px;
    }

    .slider_kompleksowy__text--pink, .slider_kompleksowy__text--coral {
        font-size: 16px;
    }

    .slider_kompleksowy__list {
        font-size: 12px;
        top: 100px;
    }

    .slider_kompleksowy__button {
        padding: 10px 24px;
        font-size: 15px;
        top: 190px;
    }
}

@media ( max-width: 756px ) {
    .navbar-fixed-top {
        position: relative;
    }

    #main.top-banner {
        padding-top: 180px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .main-container {
        padding-top: 20px;
    }

    .dostawa_table td {
        padding: 10px 3px;
    }

    .dostawa_table p {
        font-size: 13px;
    }

    #dostawa_content .koszty_dost_table td {
        padding: 0 1px;
    }

    .products-list #prodID-204 .prodPrice {
        margin-top: 0px;
    }
}

@media ( min-width: 993px ) {
    .container {
        width: 990px;
    }

    .desk_none {
        display: none !important;
    }

    #navbar_top, .desk_none2 {
        display: none;
    }

    .d-block--md {
        display: block !important;
    }
}

@media ( min-width: 992px ) and (max-width: 979px) {
    /*.container{ width: 990px!important; }*/
}

@media (max-width: 992px) {
    .products-list .prodName p {
        font-size: 13px !important;
        padding-left: 5px;
    }

    .products-list .prodPrice {
        margin-left: 100%;
    }

    .g-mobile-show {
        display: block !important;
    }

    body.login_in {
        padding-top: 134px;
    }

    .container {
        width: auto;
    }

    /*.container{ width: 768px; }*/
    #newsletter-box, #menu-content, .mob_none, .prodName .seria {
        display: none !important;
    }

    .mob_none2 {
        display: none;
    }

    .productPage #product_opis, .productPage #product_opinie, .productPage #product_wymagania {
        margin: 0px;
        padding: 0px;
    }

    .main-container .box-categories h3, .main-container .box-categories li a {
        font-size: 20px;
    }

    .navbar-inverse .container, #navbar-main-top {
        height: auto !important;
    }

    .top-container .box-logo {
        width: auto;
    }

    #navbar_top {
        display: block;
    }

    .top-container .box-register {
        width: auto;
        border: none;
    }

    .top-container .box-register .ico-register {
        width: 20px;
        height: 19px;
    }

    .top-container .box-login {
        width: auto;
    }

    .top-container .box-login .ico-login {
        width: 13px;
        height: 19px;
    }

    .top-container .box-border {
        float: right !important;
    }

    .top-container .box-border > a {
        position: relative;
    }

    .top-container .box-border > a, #box-cart .ico-cart {
        padding: 16px 15px 0px;
    }

    #box-cart {
        background: none;
        width: auto;
    }

    #box-cart .ico-cart {
        background: none;
        width: auto;
        height: auto;
        margin: 5px 0px 0px 0px;
    }

    #box-cart .ico-cart:before {
        content: "\f07a";
        color: #FFB423;
        font-size: 20px;
    }

    .top-container .box-fastlogin {
        position: relative;
        clear: both;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .top-container .box-fastlogin form {
        margin: 0;
        width: 100%;
    }

    .top-container .box-fastlogin .box-links {
        position: static;
    }

    .top-container .box-fastlogin .box-input {
        float: none !important;
        width: 100%;
    }

    .top-container .box-fastlogin .box-button {
        padding-left: 0px;
    }

    .top-container .box-fastlogin .box-links {
        padding: 10px 15px;
    }

    .top-container .box-fastlogin .form-horizontal {
        display: table;
        margin: 0 auto;
    }

    .top-container .box-fastlogin .box-input label {
        width: 22%;
    }

    .top-container .box-fastlogin .box-input input {
        width: 65%;
    }

    .top-container .box-loged-user {
        position: relative;
        clear: both;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0px 0px 30px 0px;
    }

    #sidebar-1 {
        display: none;
    }

    .main-container .box-categories {
        width: auto !important;
        float: none;
        text-align: center;
    }

    #box-categories-ul {
        display: none;
    }

    .home #box-categories-ul {
        display: block;
        margin-top: 0px;
    }

    .home #box-categories-h3 {
        display: inline;
        background: none;
        text-align: center;
        font-size: 6vw;
    }

    #box-categories-ul li {
        float: left;
        width: 50%;
    }

    .main-container .box-categories li {
        height: auto;
        text-align: center;
        padding: 10px 12px;
    }

    #box-categories-ul li a {
        padding: 0px 0px;
        text-align: center;
        white-space: normal;
        height: 120px;
        width: 100%;
        display: table;
    }

    #box-categories-ul li a span {
        display: table-cell;
        vertical-align: middle;
    }

    #box-categories-ul li:nth-child(n6) {
        clear: both;
    }

    .main-container .box-content {
        width: 100%;
        float: none;
        margin: 0px;
        clear: both;
    }

    .main-container .breadcrumb {
        margin: 0px 15px;
    }

    #product_also_index {
        width: 100%;
    }

    .product_also {
        width: 48%;
        margin: 0px 0px 30px 0px;
        background: #fff;
    }

    .product_also:nth-child(2n-1) {
        float: right;
    }

    .products-list {
        margin: 0 auto;
        display: table;
    }

    .main-container .products-list li {
        float: none;
        margin: 0px 0px 25px 0px;
    }

    #wrap .productPage .prod_slide_css {
        padding: 10px 0px;
        margin: 0px;
        display: block;
        cursor: pointer;
    }

    .productPage .product_l_r_par {
        margin: 0px 15px;
    }

    .productPage .product_left {
        width: 100%;
    }

    .productPage #product_bestsel {
        right: 10px;
    }

    #prodForm_mob {
        display: table;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }

    #number_products_mob {
        display: table;
        margin: 15px auto 0px;
    }

    #price_mob {
        color: #ff7800;
        font-size: 24px;
    }

    #price_mob_d {
        color: #ff7800;
        font-size: 24px;
    }

    .productPage .prodcut_zamow_m .product_right_price_brutto {
        padding: 0px 0px 0px 0px;
        color: #ff7800;
        position: relative;
        top: -4px;
    }

    .productPage .prodcut_zamow_m {
        color: #ff7800;
        margin: 0 auto;
        display: table;
    }

    .productPage .prodcut_zamow_m .prodcut_zamow_img {
        width: 35px;
    }

    .productPage .prodcut_zamow_m img {
        padding: 0px 10px 6px 0px;
        max-width: 35px;
        max-height: 30px;
    }

    .productPage .prodcut_zamow_m a {
        color: #ff7800;
    }

    .product_language {
        padding-top: 20px;
    }

    .productPage .product_left .product_row2 {
        padding-top: 4px;
        padding-bottom: 30px;
    }

    .productPage .product_left .fb-like {
        padding-left: 165px;
    }

    .productPage .product_language {
        margin: 0px;
    }

    .error_ver_mob {
        color: #ff0000;
        padding: 4px 15px 0;
        display: none;
    }

    tooltip-button
    #cartAddModal .modal-content {
        width: auto;
    }

    #cartAddModal .modal-footer .btn {
        float: none !important;
        margin: 0px 0px 15px 0px;
    }

    #cartAddModal .modal-footer {
        text-align: center;
    }

    #box-cart .ico-cart {
        position: relative;
    }

    #mob_cart_count {
        font-size: 10px;
        position: absolute;
        color: #ffb423;
        border: 2px solid #ffb423;
        border-radius: 90px;
        top: 4px;
        right: 4px;
        padding: 1px 3px;
        font-weight: 700;
    }

    .products-list .box-prodImage {
        width: 50%;
        height: auto;
    }

    .main-container .products-list li {
        height: 200px !important;
        position: relative;
    }

    .products-list .prodDesc {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        display: none;
    }

    .products-list .prodName {
        width: 50%;
        float: right;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }

    .products-list .prodPrice {
        width: 50%;
        float: right;
        text-align: center;
        font-size: 20px;
    }

    .products-list .prodImage {
    }

    .products-list .prodImage img {
        width: 102px;
        max-width: none;
        vertical-align: middle;
    }

    .iner-content .product_also_arrow {
        background: rgba(0, 0, 0, 0) url("../img/layout/arrowbox_arr_right.jpg") repeat scroll 0 0;
        bottom: 0;
        height: 40px;
        position: absolute;
        right: 0;
        width: 40px;
    }

    .products-list .sub_category {
        display: none;
    }

    .products-list #prodID-161 .prodImage {
    }


    /*    .main-container .products-list li{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-flexbox; display: flex;
    -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
    .products-list .prodName, .products-list .box-prodImage{ -webkit-order: 1; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; order: 1;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    .products-list .prodPrice{ -webkit-order: 2; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; order: 2;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    .products-list .prodDesc{ -webkit-order: 3; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; order: 3;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }*/
    #cart {
    }

    .iner-content {
        padding: 0px 15px;
    }

    .checkoutSteps {
        height: auto;
        display: table;
    }

    .checkoutSteps li, .checkoutSteps .cartStepItem {
        position: static;
        width: 22% !important;
        height: auto;
        float: left;
    }

    #wrap .checkoutSteps li p.text {
        font-size: 3vw;
        background: none;
        margin: 0px 0px 10px;
        padding: 8px 10px;
        color: #505050;
        display: block;
        line-height: 1.3em;
    }

    #cart .prodName {
        margin: 0px;
        padding: 0px;
        width: auto;
    }

    .checkout-title {
        clear: both;
    }

    #wrap .checkoutSteps li.active p.text {
        color: #ffb423;
    }

    #cart table, #cart .prodName .seria, #cart .prodPrice, #cart .prodQty, #cart .prodName .name {
        font-size: 2.8vw !important;
    }

    #cart .row > div:first-child {
        width: 100%;
    }

    #cart .discountCode {
        clear: both
    }

    #cart .discountCode .form-control {
        width: 48%;
        float: left;
        margin: 0px;
    }

    #cart .discountCode .button {
        width: 48%;
        float: right;
    }

    .pull-left, .pull-right {
        width: 48%;
    }

    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .panel-body {
    }

    .btn-arrow {
        display: table;
        width: 100%;
        text-align: center;
    }

    .btn-arrow span.text {
        margin: 0px;
        font-size: 3vw;
        padding: 0px;
        display: table-cell;
        vertical-align: middle;
    }

    #checkout {
        width: 100%;
        height: 100%;
        clear: both;
    }

    #checkout > div {
        width: 100%;
    }

    #register-box-first {
    }

    /*    #checkout{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-flexbox; display: flex;
    -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
    #checkout #login-box{ -webkit-order: 1; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; order: 1;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    #checkout #register-box-first{ -webkit-order: 2; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; order: 2;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    #checkout .button-place { -webkit-order: 3; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; order: 3;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }*/
    #login-box h3, #login-box .container-box {
        margin: 0px !important;
    }

    #login-box fieldset {
        max-width: 350px;
        width: auto;
    }

    #checkout .box .container-box {
        margin: 0px;
    }

    /*#form-paragon-dwn{ padding: 0px; }*/
    #register-box .row {
        margin: 0px;
    }

    #register-box .container-box {
        padding: 10px;
    }

    #register-box .control-label {
        float: none !important;
        width: 100%;
    }

    #user-panel-content .tab-content > .btn {
        display: none;
    }

    #register-box .myAddressBox .selectricWrapper {
        width: auto;
    }

    #register-box .checkout_form_box label {
        font-size: 3vw;
    }

    .register-box h4 {
        margin-left: 0px;
    }

    #register-payment-box ul.custom-list {
        padding: 0px;
    }

    #register-payment-box ul.custom-list label {
        font-size: 3vw;
    }

    .content-info {
        padding: 10px;
    }

    table.zamowienie th, table.zamowienie tr td {
        padding: 0px 5px;
        font-size: 12px;
    }

    .createUser .form-control {
        width: auto;
    }

    #policy1 {
    }

    .createUser .label-policy {
        font-size: 18px;
        width: 95%;
    }

    .createUser .form-group {
        clear: both;
    }

    .product_also {
        padding: 0px;
    }

    .product_also .product_also_prod_img {
        width: 50%;
        float: left;
    }

    .product_also .product_also_prod_img img {
        width: 100%;
        max-height: none;
        max-width: 120px;
    }

    .product_also .product_also_prod_info {
        display: table;
        width: 50%;
        float: left;
        height: 82%;
    }

    .product_also .product_also_prod_center {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        text-align: center;
    }

    #product_also_index h3 {
        text-align: center;
    }

    .product_also .product_also_price, .product_also .product_also_price_new, .product_also .product_also_price_old {
        position: static;
        text-align: center;
    }

    .product_also .product_also_arrow {
        bottom: 0px;
        right: 0px;
    }

    .product_also h3 {
        font-size: 2.8vw;
    }

    .product_also .product_also_price, .product_also .product_also_price_new {
        font-size: 3vw;
    }

    .product_also .product_also_price_old {
        font-size: 3.5vw;
    }

    #cart .policy label, #checkout .box label {
        display: inline;
    }

    #cart .policy input, #checkout .box label {
        float: none;
        display: inline;
    }

    #register-box .box-right, #form-do_register .benefits, #form-do_register ul, #register-box .box-left {
        padding: 0px;
        margin: 0px;
    }

    .productPage .product_l_r_par {
        margin: 0px;
    }

    #cartAddModal .modal-footer .btn {
        width: auto;
    }

    .glyphicon {
        display: none !important;
    }

    .products-list .prodPrice {
        position: relative !important;
    }

    #e_prezent .left-btn {
        margin: 25px 10px;
        width: 100%;
        max-width: 320px;
    }

    #e_prezent .right-btn {
        margin: 25px 10px;
        width: 100%;
        max-width: 320px;
    }

    #e_prezent .left img {
        width: 100%;
    }

    #prodID-24 .prodName, #prodID-61 .prodName {
        font-size: 17px !important;
    }

    #prodID-55 .prodName {
        font-size: 2.3vw !important;
    }

    #versionForm .sumary-box {
    }

    #versionForm .table {
        width: 100%;
    }

    #cart .summary {
        width: 100%;
    }

    /*    #cart .sumary-box{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-flexbox; display: flex;
                       display:box;box-orient: horizontal;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
    #cart .sumary-box > div:last-child{ -webkit-order: 1; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; order: 1;
        -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center;
        display:box;  box-flex: 1;
    }
    #cart .sumary-box > div:first-child{ -webkit-order: 2; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; order: 2;
        -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center;
        display:box;  box-flex: 2;
    }*/
    .home {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-flexbox;
        display: flex;
        display: box;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }


    .productPage .product_add_to_cart {
        font-size: 20px;
        background-position: 220px 7px;
    }

    #cart .summary .label {
        width: auto !important;
    }

    .paczkomat-forms h4 strong {
        display: block;
        width: 100%;
    }

    .paczkomat-forms h4 .tooltip-button {
        right: 0px;
    }

    .paczkomat-forms .tooltip {
        width: 100% !important;
    }

    .paczkomat-forms .tooltip .tooltip-arrow {
        display: none;
    }

    .dostawa_table tr td {
        border-bottom: 1px solid #939393;
    }

    #footer {
        clear: both;
    }

    .productPage .selectricWrapper {
        width: 100%;
    }

    #product_left_flex .product_row3 {
        padding: 0 0 25px 0;
        margin-bottom: 25px;
    }

    #cart .sumary-box .checkDiscountBox {
        width: 100%;
    }

    .productPage .product_left #opis {
        width: 365px;
    }

    #slider_index {
        display: table;
        position: relative;
        margin: 0 auto 20px;
    }

    #slider_index #slider_nav_cont {
        position: absolute;
        z-index: 102;
        bottom: 20px;
        width: 100%;
    }

    #slider_index #slider_nav {
        margin: 0 auto;
        display: table;
    }

    #slider_index #slider_nav > div {
        float: left;
        margin: 0px 5px;
    }

    #slider_index #slider_nav a {
        text-indent: -9999999px;
        width: 25px;
        height: auto;
        border: 2px solid #85620f;
        border-radius: 90px;
        padding: 0px;
        background: #fff;
        font-size: 15px;
    }

    #slider_index #slider_nav br {
        display: none;
    }

    #slider_index #slider_nav .cycle-pager-active a {
        background: #ffb423;
    }

    #slider_index #slider_nav a:before {
        content: none;
    }

    .top-baner-desktop {
        display: none;
    }

    .top-baner-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    /*.container{ width: 480px; }*/
    #navbar-main-top {
        position: fixed;
    }

    .main-container .breadcrumb {
        margin-top: 75px;
    }

    body {
        padding-top: 0;
    }

    .adv-with-right-btn a {
        margin-bottom: 10px;
        margin-top: 0 !important;
    }

    #dostawa_content .dostawa_kolo_div {
        display: none;
    }

    #dostawa_content .dostawa_table .dostawa_round {
        font-size: 3vw;
        width: auto;
        height: auto;
        background: none;
    }

    .dostawa_table p {
        font-size: 3vw;
    }

    #dostawa_content .koszt_round_left img, #dostawa_content .koszt_round_right img {
        display: none;
    }

    #dostawa_content .koszt_round, #dostawa_content .koszt_round_right {
        width: auto;
        height: auto;
    }

    #dostawa_content .koszt_round_left > div {
        float: none;
        padding: 8px 10px;
    }

    #footer .menu li {
        display: block;
        padding: 4px 0px;
    }

    #footer .menu > li + li::before {
        content: "";
        padding: 0px;
    }

    /*#slider_index{ width: 100%; }*/
    /*#sliders_index{ width: 100%; }*/
    /*#sliders_index a{ display: block; width: 100%; }*/
    #sliders_index {
        width: 500px !important;
        height: 295.858px !important;
    }

    #sliders_index img {
        width: 500px !important;
    }

    #sliders_index .slider_kompleksowy__img {
        width: 160px !important;
    }

    .slider_kompleksowy__text {
        font-size: 11px;
    }

    .slider_kompleksowy__text--pink, .slider_kompleksowy__text--coral {
        font-size: 13px;
    }

    .slider_kompleksowy__list {
        font-size: 12px;
        top: 77px;
    }

    .slider_kompleksowy__button {
        padding: 7px 5px;
        font-size: 12px;
        top: 154px;
        right: 5px;
    }
}

@media (max-width: 520px) {
    #sliders_index {
        width: 350px !important;
        height: 208.858px !important;
    }

    #sliders_index img {
        width: 350px !important;
    }

    .slider_kompleksowy__p1, .slider_kompleksowy__p2 {
        font-size: 10px;
    }

    #sliders_index .slider_kompleksowy__img {
        display: none;
    }

    .slider_kompleksowy__text {
        font-size: 10px;
        top: -56px;
    }

    .slider_kompleksowy__text--pink, .slider_kompleksowy__text--coral {
        font-size: 13px;
    }

    .slider_kompleksowy__list {
        font-size: 11px;
        top: 15px;
    }

    .slider_kompleksowy__button {
        padding: 7px 5px;
        font-size: 12px;
        top: 84px;
        right: 5px;
    }
}

@media (min-width: 768px) and ( max-width: 992px) {
    .productPage .product_left #opis {
        width: 315px;
    }
}

@media ( min-width: 480px ) and ( max-width: 992px) {
    /*
    #product_left_flex{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-flexbox; display: flex;
    -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch; align-content: stretch; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
    #product_left_flex #main_image{ -webkit-order: 1; -webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; order: 1;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: baseline; -ms-flex-item-align: baseline; align-self: baseline; }
    #product_left_flex .product_left_right{ -webkit-order: 2; -webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; order: 2;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    #product_left_flex .product_row2{ -webkit-order: 3; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; order: 3;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    #product_left_flex #prodForm_mob{ -webkit-order: 4; -webkit-box-ordinal-group: 4; -moz-box-ordinal-group: 4; -ms-flex-order: 4; order: 4;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
    #product_left_flex .product_row4  { -webkit-order: 5; -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; -ms-flex-order: 5; order: 5;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }

    #product_left_flex .product_row3  { -webkit-order: 2; -webkit-box-ordinal-group:2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; order: 2;
    -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; padding-bottom:15px;}
    */
    #product_left_flex .product_left_right {
        padding-bottom: 10px;
    }

    .productPage .product_left .fb-like {
        padding-left: 0px;
    }

    #product_also_index h3 {
        font-size: 2vw;
    }

    /*.main-container .products-list li{ float: right; width: 45%;  }*/
    /*.main-container .products-list li:nth-child(2n-1){ float: left; width: 45%;  }*/
    .products-list .prodImage {
        width: 100%;
        min-height: 80px;
    }

    .products-list .prodImage img {
        width: 100%;
        max-width: 102px;
    }

    .products-list #prodID-204 .prodImage img {
        max-width: 152px;
    }

    #register-payment-box .delivery-forms li .payment-przelew {
        font-size: 3vw;
    }

    #register-payment-box .delivery-forms li label {
        width: auto;
    }

    .cart-versions .innerTable table td {
        height: 90px;
    }

    .products-list #product_new {
        top: 110px;
    }

    .products-list #prodID-204 {
        height: 200px;
        width: 100%;
    }

    .sja_category_prod {
        height: 160px !important;
    }
}

@media (max-width: 480px) {
    /*.container{ width: 320px; }*/
    .productPage .product_left #main_image {
        padding: 0px 0px 10px 0px;
        margin: 0 auto;
        float: none !important;
    }

    .productPage .product_left .product_left_right {
        display: table;
        margin: 0 auto;
        float: none !important;
        padding-bottom: 10px;
    }

    .productPage .product_left .product_left_right .prodDesc {
        position: static;
    }

    .productPage .product_left #opis {
        height: auto;
        padding: 0px 0px 10px 0px;
    }

    .productPage .product_left .fb-like {
        padding-left: 0px;
        display: table;
        float: none;
        margin: 0 auto;
    }

    .productPage .product_left #opis {
        width: auto;
    }

    .main-container .products-list li {
        width: auto;
    }

    /*#wrap .checkoutSteps li p.text{ font-size: 5vw; }*/
    .active-tab {
        width: auto;
    }

    .active-tab .my-tab {
        font-size: 3vw;
    }

    .no-active-tab {
        width: auto;
    }

    .no-active-tab .my-tab, .createUser .label-policy {
        font-size: 3vw;
    }

    #e_prezent .left-btn, #e_prezent .right-btn {
        margin-left: 0px;
        margin-right: 0px;
    }

    #user-panel-content .nav-tabs a {
        font-size: 3vw;
    }

    .content-info .box-adres {
        width: 100%;
        height: auto;
    }

    .content-info a.edit-adres {
        position: static;
    }

    .product_also {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .product_also:nth-child(2n) {
        float: left;
    }

    #product_also_index h3 {
        font-size: 5vw;
    }

    .product_also h3 {
        font-size: 3.2vw;
    }

    .product_also .product_also_price, .product_also .product_also_price_new {
        font-size: 6vw;
    }

    .product_also .product_also_price, .product_also .product_also_price_old {
        padding: 10px 0px 0px 0px;
    }

    .product_also .product_also_price_old {
        font-size: 5vw;
    }

    .products-list .prodName, .products-list .prodPrice {
        font-size: 5vw;
        bottom: 12%;
    }

    .productPage h2 {
        font-size: 7vw;
    }

    #register-payment-box .delivery-forms li.selected .price-box {
        margin-left: 4px;
    }

    .paczkomat-forms fieldset {
        margin-left: 0px;
    }

    .pole_paczkomatow_alt ul {
        padding-left: 0px;
    }

    .paczkomat-forms .selectricWrapper {
        width: 90%;
    }

    #map-canvas {
        width: auto !important;
    }

    .pole_paczkomatow_alt ul label {
        display: inline-block;
    }

    .products-list .sub_category {
        position: absolute;
        right: 15px;
        display: block;
    }

    .products-list .prodName {
        padding-top: 28px;
    }

    .products-list .prodName p {
        padding-left: 0px;
    }

    #prodID-24 .prodName, #prodID-61 .prodName {
        font-size: 4vw !important;
    }

    #prodID-55 .prodName {
        font-size: 5vw !important;
    }

    #cart .summary .value {
        font-size: 4vw;
        width: auto;
    }

    #cart .row > div:first-child {
        font-size: 4vw;
    }

    #cart .summary .label {
        width: auto;
    }

    #cart .summary .final .label, #cart .summary .final .value {
        font-size: 5vw;
    }

    #cart .summary .final .value {
        padding-top: 7px;
    }

    #versionForm .incrementBox .items {
        width: auto;
    }

    /*#versionForm .table table{ height: 100%; min-height: 100%; margin: 0; padding: 0; table-layout: fixed; width: 100%; }*/
    #versionForm .table table {
        height: 200px;
    }

    #versionForm .incrementBox .button-plus, #versionForm .incrementBox .button-minus {
        float: none;
        margin: 3px auto;
    }

    #versionForm #cart .sumary-col {
        width: auto;
    }

    #versionForm .table th {
        padding: 1px;
    }

    #versionForm .prodPrice td {
        font-size: 2.8vw;
    }

    #versionForm .cart-qty {
        font-size: 2.8vw;
        width: 24px;
        height: 18px;
        position: relative;
        top: -2px;
        left: 1px;
    }

    #versionForm .button-plus {
        clear: both;
    }

    .wersionDesc {
        font-size: 14px;
    }

    .cart-versions .innerTable table td {
        font-size: 2.8vw;
    }

    #cart .sumary-col {
        width: 60px;
    }

    #dostawa_content .koszty_dost_table .koszt_round {
        padding: 15px;
        height: 130px;
    }

    .products-list #prodID-204 {
        height: 210px;
    }

    .products-list #prodID-204 {
        width: 100%;
    }

    .products-list #prodID-204 .prodPrice {
        margin-top: 0px;
    }

    .sja_category_prod {
        height: 180px !important;
    }

    .adv-with-right-btn p {
        font-size: 16px !important;
    }

}

.gray_layer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #73706f;
    opacity: 0.3;
    z-index: 1000;
}

#navbar_ul {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #fff;
    border-left: 1px solid #e0e1e5;
    display: none;
}

#navbar_ul ul {
    padding: 0px;
    margin: 0px;
}

.home #navbar_ul .menu_cat {
    display: none;
}

#box-categories-h3 {
    display: none;
}

#navbar_ul .menu_cat {
    display: block;
}

#navbar_ul .menu_cat a {
    text-align: left;
}

#navbar_ul .menu_cat.active a {
    background: #763A00 !important;
    color: #ffb423 !important;
}

#navbar_ul li {
    display: block;
    float: none;
}

#navbar_ul li a {
    display: block;
    padding: 8px 40px 8px 12px;
    background: none;
    border-bottom: 1px solid #e0e1e5;
}

#navbar_ul li a:hover {
    color: #F6854D;
}

#navbar_ul li:nth-child(2) a, #navbar_ul li:nth-child(3) a, #navbar_ul li:nth-child(4) a {
    color: #666;
}

#navbar_ul li.active a {
    text-decoration: none;
    color: #F6854D;
}

#navbar_ul #hide_ham {
    text-decoration: none;
}

#hide_ham {
    padding: 8px 12px;
    cursor: pointer;
    background: #F6854D;
}

#hide_ham span {
    font-family: "Noto Sans", sans-serif, Arial;
    padding: 0px 0px 0px 5px;
    display: inline-block;
}

#show_ham {
    margin: 14px 15px 0px 8px;
}

.table_addit_info table {
}

.table_addit_info table td:first-child {
    font-weight: bold;
    width: 30%;
}

.table_addit_info table td {
    padding: 3px 4px;
    border-bottom: 2px solid #F1DFA5;
}

.table_addit_info table tr:last-child td {
    border-bottom: none;
}

.products-list #prodID-204 .prodImage {
    max-width: 100%;
}

.long_checkbox {
    display: inline-block;
}

.long_checkbox_label {
    display: inline;
}

.ul_num_alp > li {
    list-style: decimal;
    padding-bottom: 10px;
}

.ul_num_alp > li li {
    list-style: lower-latin;
    padding-top: 10px;
}

.catOldPrice {
    font-size: 15px;
    text-decoration: line-through;
}

.prodOldPrice {
    font-size: 14px;
    text-decoration: line-through;
}

.adwords_promo {
    background: url("../img/promotions/adwords-promo.png") no-repeat;
    width: 860px;
    height: 52px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 21px;
    text-align: center;
}

.adwords_text {
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .adwords_promo {
        background: url("../img/promotions/adwords-promo-760.png") no-repeat;
        width: 100%;
        font-size: 18px;
    }

    .adwords_text {
        padding-top: 10px;
    }
}

@media ( max-width: 992px ) {
    .iner-content .product_also_arrow {
        background: rgba(0, 0, 0, 0) url("../img/layout/arrowbox_arr_right.jpg") repeat scroll 0 0;
        background-size: contain;
        bottom: 17px;
        height: 20px;
        position: absolute;
        right: 0;
        width: 20px;
    }

    .adwords_promo {
        background: #c60000 none;
        margin-top: 20px;
        height: auto;
    }

    .adwords_text {
        padding: 12px 0px 10px 0px
    }
}

@media ( max-width: 560px ) {
    #main.top-banner {
        padding-top: 170px;
    }
}