.region {
    position: relative;
    width: 100%;
}

.wrap {
    position: relative;
}

.region-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.background-black {
    background: black;
}

.background-white {
    background: white;
}

@media screen and (min-width: 1200px) {

    .region-header,
    #navbar {
        top: 0px;
        border: 0;
        border-radius: 0px;
        /*position: fixed;*/
        right: 0px;
        left: 0px;
        z-index: 1030;
    }

    /*.region-content {*/
    /*padding-top: 100px;*/
    /*}*/
}

.container-fluid {
    padding: 0;
    margin: 0;
    background: white;
}

.background-black .container-fluid {
    background: black;
}

#cboxLoadedContent {
    position: relative;
}

.nav-tabs > li > div {
    text-align: center;
    border-radius: 0px;
    border: medium none !important;
    font-size: 17px;
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
}

#loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: black url('../images/ajax-loader.gif') no-repeat center 25%;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: 99999;
}

.row-equal-height {
    display: table;
    table-layout: fixed;
    height: auto;
    width: 100%;
}

.col-equal-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
}

.row-squeeze {
    padding: 0 6%;
}

.row-squeeze-v {
    padding: 6% 0;
}

.row-squeeze-b {
    padding: 0 0 6% 0;
}

.row-squeeze-all {
    padding: 6%;
}

.container-fluid .row-squeeze-all [class*="col-"] {
    padding: 0;
}

section h3 {
    text-align: center;
    margin-bottom: 1.5em;
}

a {
    outline: none;
}

a.text-link {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    text-decoration: underline;
}

#title-wrapper {
    padding-bottom: 10px;
}

h1 {
    font-family: dinprolight;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: black;
    text-transform: uppercase;
    font-style: normal;
}

h1 .placeholder {
    font-style: normal;
}

h1 span {
    /*font-size: 22px;*/
}

h2 {
    font-family: dinprolight;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}
.segment h2 {
    margin: 0 0 0.2em 0;
}
.color-black {
    color: black;
}

.color-23{
    color: #232323;
}

a.link-button {
    line-height: 34px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

a.link-red {
    color: #e1061a;
}

a.link-button:hover {
    color: white;
}

/* ============================================================
  PRZYCISKI
============================================================ */
.btn-black {
    color: white;
    background: black;
    border: 1px solid black;
}

.btn-black:hover {
    color: white;
    background: black;
    border: 1px solid black;
}

.btn-black:focus, .btn-black.focus {
    color: white !important;
    background: black !important;;
    border: 1px solid black !important;;
}

.btn-transparent {
    color: black;
    border: 1px solid black;
}

.btn-transparent:hover {
    background: transparent;
    border: 1px solid black;
}

/* ============================================================
  SEKCJA POLECANE PRODUKTY
============================================================ */
.s-recommended {
    display: none;
}

.s-recommended h2 {
    color: #232323;
}

/* ============================================================
  SEKCJA SKLEPY
============================================================ */
.s-stores {
    background-image: url("../images/accessories/bg_stores.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
    display: none;
}

.s-stores h3 {
    color: #ffffff;
}

.s-stores [class*="col-"] {
    font-size: 12px;
    color: #d1d1d1;
    line-height: 18px;
    padding-bottom: 20px;
}

.s-stores .link-button {
    margin-top: 10%;
}

.page-title {
    position: absolute;
    bottom: 50px;
}

.page-top-content {
    position: absolute;
    bottom: 50px;
    right: 4%;
    left: 4%;
}

#accessories-header {
    height: 370px;
    position: relative;
    background-size: cover;
    background: url("../images/accessories/accessories-bg.jpg") no-repeat;
}

#accessories-header ul.breadcrumbs li {
    color: white;
}

/* ============================================================
  MENU AKCESORIA
============================================================ */
#menu-accessory #menu-accessory-content {
    padding-right: 20px;
}

#menu-accessory ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#menu-accessory ul li {
    padding: 0 20px;
}

#menu-accessory ul li.active,
#menu-accessory ul li:hover {
    background: #FF0000;
}

#menu-accessory ul li a {
    font-size: 20px;
    line-height: 46px;
}

#menu-accessory ul li.active span,
#menu-accessory ul li:hover span {
    color: white;
    font-family: dinpromedium;
}

#menu-accessory ul li span {
    color: black;
    float: left;
    font-family: dinprolight;
    text-transform: uppercase;
}

#menu-accessory ul li span.counter {
    font-size: 14px;
    text-align: right;
    width: 5%;
}

#menu-accessory ul li span.group-name {
    padding-left: 10px;
    width: 95%;
}

/* ============================================================
  PRODUKTY
============================================================ */
.swipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-products #products {
    padding: 0;
}

.s-products .row .product-teaser {
    padding: 15px 15px 30px 15px;
    margin-bottom: 40px;
}

.product-teaser {
    -webkit-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: all 0.5s ease;
}

.product-teaser .carousel-product .view-teaser.product-carousel-indicators .item {
    margin-bottom: 3px;
}

.product-teaser .carousel-product .view-teaser.product-carousel-indicators .item img {
    opacity: 0;
}

.product-teaser:hover {
    background: #f7f7f7;
}

.product-title {
    text-align: center;
    /*font-family: dinprolight;*/
    font-family: dinproregular; /* Kasia: zamieniam tutaj, zeby niepotrzebnie nie nadpisywać (zgodnie z nowym projketem) */
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    padding: 0;
}

.product-title a:hover,
.product-title a.visit,
.product-title a {
    color: #313131;
}

.s-header h1 {
    color: white;
}

.s-header h1 span {
    color: #e1061a;
}

.s-header .s-header-content {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.s-header .s-header-content .row [class*="col-"] {
    padding: 0;
}

.product-teaser-rower {
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-teaser .product-carousel-indicators li {
    border: 0px;
}

.color-indicator {
    width: 35px;
    height: 3px;
}

.carousel-inner .item a img {
    margin: 0 auto;
}

.product-teaser .carousel-inner .item {
    min-height: 140px;
}

/* .product-teaser .product-carousel-inner .item img,
.product-teaser .product-carousel-inner .item img, */
.product-teaser .product-carousel-inner.view-cart_teaser .item img,
.product-teaser .product-carousel-inner.view-teaser .item img,
.product-teaser .product-carousel-inner.view-crosselling .item img {
    max-height: 140px;
}

.product-teaser-rower .product-carousel-inner.view-cart_teaser .item img,
.product-teaser-rower .product-carousel-inner.view-teaser .item img {
    max-width: 100%;
}

.product-teaser .product-carousel-indicators {
    font-size: 3px;
    line-height: 3px;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    width: auto;
}

.product-crosselling .product-carousel-indicators .item,
.product-teaser .product-carousel-indicators .item {
    float: left;
    margin-right: 6px;
    padding: 5px 0 10px 0;
    cursor: pointer;
}

/*.product-teaser .product-carousel-indicators .item img {*/
/*width: 35px;*/
/*height: 3px;*/
/*display: block;*/
/*}*/

.product-crosselling .btt-compare,
.product-teaser .btt-compare {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: none;
    cursor: pointer;
}

.product-teaser:hover .btt-compare,
.product-teaser:hover .btt-compare {
    display: block;
    background: white url('../images/icons/compare.jpg') center center no-repeat;
}

.product-price {
    text-align: center;
    color: #9e9e9e;
    font-family: dinprolight;
    font-size: 18px;
}

/* ============================================================
  LISTA AKCESORIOW
============================================================ */
.s-header #select-order .form-group {
    margin: 0;
}

.s-header .select-wrapper {
    /*left: 6%;*/
    left: -6%;
}

.s-header #select-order {
    width: 200px;
    position: absolute;
    bottom: 35px;
}

/* Filtowanie */
#filter-panel {
    text-transform: uppercase;
    position: absolute;
    left: 33.33333%;
    bottom: 35px;
    text-align: right;
}

#filter-panel .row {
    padding: 0;
}

#filter-panel #filter-panel-content {
    padding-right: 4%;
}

#filter-panel .row [class*="col-"] label,
#filter-panel .row [class*="col-"] select {
    display: inline-block;
}

#filter-panel [class*="col-"] label {
    font-family: dinproregular;
    font-size: 16px;
    line-height: 39px;
    font-weight: normal;
    padding-right: 10px;
}

#filter-panel .form-group {
    margin: 0;
    padding: 0 15px;
}

.float-left {
    float: left;
}

#filter-panel .col-label {
    text-align: right;
}

#filter-panel .col-select {
    text-align: left;
}

/** w style.css linia 2820 jest globalna zmiana dla pol formularza. blad */
#filter-panel [class*="col-"] > .form-control {
    display: inline-block;
    padding: 0;
    width: auto;
    min-width: 200px;
}

/* ============================================================
  FILTROWANIE NA STRONIE AKCESORIOW
============================================================ */
.black-fancy-spinbox .fancy-spinbox {
    box-sizing: content-box;
    height: 37px;
    padding: 0;
    border: 1px solid #999999;
    border-radius: 0;
    display: inline-block;
    position: relative;
    color: white;
    background-color: black;
    outline: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.black-fancy-spinbox .fancy-spinbox:focus {
    background-color: black;
}

.black-fancy-spinbox .fancy-spinbox .crop {
    margin: 0;
    padding: 0;
    border: 0 none;
    height: 37px;
    display: inline-block;
    overflow: hidden;
}

.black-fancy-spinbox .fancy-spinbox ul {
    cursor: default;
    margin: 0;
    padding: 0;
    border: 0 none;
    list-style: none;
    text-align: left;
}

.black-fancy-spinbox .fancy-spinbox li {
    width: auto;
    height: 37px;
    line-height: 37px;
    font-family: dinprolight;
    font-size: 16px;
    margin: 0;
    padding: 0 30px 0 10px;
    white-space: nowrap;
    color: white;
}

.black-fancy-spinbox .fancy-spinbox ul.dropdown {
    position: absolute;
    top: 37px;
    left: -9999px;
    z-index: 999;
    border: 1px solid #999999;
    border-radius: 0;
    color: white;
    background-color: black;
}

.black-fancy-spinbox .fancy-spinbox ul.dropdown:empty {
    display: none;
}

.black-fancy-spinbox .fancy-spinbox ul.dropdown li {
    overflow: hidden;
}

.black-fancy-spinbox .fancy-spinbox ul.dropdown li.selected, .fancy-spinbox ul.dropdown li.selected * {
    color: white;
    background-color: black;
}

.black-fancy-spinbox .fancy-spinbox ul.dropdown li:hover, .fancy-spinbox ul.dropdown li:hover * {
    color: black;
    background-color: white;
}

.black-fancy-spinbox .fancy-spinbox .buttons {
    position: absolute;
    top: 0;
    right: 13px;
    width: 13px;
}

.black-fancy-spinbox .fancy-spinbox button {
    position: relative;
    width: 13px;
    height: 37px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    display: block;
    outline: 0;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.black-fancy-spinbox .fancy-spinbox button::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.black-fancy-spinbox .fancy-spinbox button:active > span.triangle-up, .fancy-spinbox button.toggle-dropdown:active > span.triangle-up {
    border-bottom-color: #81C3D7;
}

.black-fancy-spinbox .fancy-spinbox button:active > span.triangle-down, .fancy-spinbox button.toggle-dropdown:active > span.triangle-down {
    border-top-color: #81C3D7;
}

.black-fancy-spinbox .fancy-spinbox button.toggle-dropdown {
    height: 37px;
}

.black-fancy-spinbox .fancy-spinbox button.toggle-dropdown > span.triangle-down {
    position: static;
    border: 0;
    background: url("../images/icons/size-icon-select-accessories.png") no-repeat #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.black-fancy-spinbox .fancy-spinbox button span {
    position: absolute;
    width: 13px;
    height: 7px;
    border: 0;
    display: block;
}

.black-fancy-spinbox .fancy-spinbox button span.triangle-up {
    border-bottom: 7px solid #16425B;
    bottom: 2px;
    right: 0.6rem;
}

.black-fancy-spinbox .fancy-spinbox button span.triangle-down {
    border: 0;
    top: 0;
    right: 13px;
}

/** IPhone poziom **/
@media screen and (min-width: 320px) and (max-width: 640px) {

    #accessories-header .page-title {
        /*bottom: 250px;*/
        bottom: 100px;
        left: 10px;
        width: auto;
    }

    #filter-panel {
        left: 0px;
        bottom: 5px;
        text-align: left;
        width: auto;
    }

    #filter-panel .col-label {
        text-align: left;
        float: none !important;
    }

    #filter-panel .col-label label {
        line-height: 0;
        margin-bottom: 0;
    }

    #filter-panel .col-select {
        float: none !important;
    }

    #filter-panel .form-group {
        float: none !important;
        display: block;
    }
}

/** Media Query max-width 1024px */
@media screen and (min-width: 641px) and (max-width: 1224px) {

    #accessories-header .page-title {
        /*bottom: 250px;*/
        width: auto;
    }

    #filter-panel {
        left: 4%;
        text-align: left;
        width: auto;
    }

    #filter-panel .col-label {
        text-align: right;
    }

    #filter-panel .col-select {
        float: right !important;
    }

    #filter-panel .form-group {
        float: none !important;
        display: block;
    }
}

/** Media Query max-width 1800px */
@media only screen and (min-width: 1025px) and (max-width: 1600px) {

    #accessories-header .page-title {
        bottom: 150px;
        width: auto;
    }

    #filter-panel {
        left: 4%;
        text-align: left;
        width: auto;
    }

    #filter-panel .col-label,
    #filter-panel .col-select {
        float: none !important;
        text-align: left;
        display: block;
    }
}

/* ============================================================
  MOBILE MENU
============================================================ */
@media screen and (max-width: 1000px) {

    nav .menu {
        display: none;
    }

    .navbar.container > .container {
        padding: 0;
    }

    .container > .navbar-collapse {
        padding: 0;
        margin: 0;
    }

    #navbar .navbar-nav.menu {
        padding: 0;
        margin: 0;
    }

    .navbar-nav > li > a {
        border-top: 0;
        line-height: 100%;
        margin: 0;
    }

    .navbar-nav > li > a:hover {
        border-top: 0;
    }

    .navbar-default .navbar-nav > .open > a {
        border-top: 0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        border-top: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #E30613;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        margin-right: 0;
        background: transparent;
    }

    #navbar .navbar-nav > li > a {
        margin: 0;
    }

    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    #mobile-primary-menu {
        padding: 0;
        margin: 0;
    }

    #mobile-primary-menu li {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
    }

    #mobile-primary-menu > li > a {
        position: relative;
        display: block;
        font-size: 20px;
        padding: 10px 20px;
        text-transform: uppercase;
        color: #C7C7C7;
        font-size: 18px;
        font-weight: 100;
        font-family: dinproregular;
        text-transform: uppercase;
    }

    #mobile-primary-menu > li:hover {
        background-color: #1A1A1A;
    }

    #mobile-primary-menu > .open > a.active,
    #mobile-primary-menu > .open > a {
        background-color: #1A1A1A;
    }

    #mobile-primary-menu .open . dropdown-menu {
        background-color: #1A1A1A;
    }

    #mobile-primary-menu .dropdown-menu > li > a {
        color: white;
        font-size: 16px;
        padding: 10px 40px;
    }
}

/* ============================================================
  PODMENU
============================================================ */
.primary-menu .col-20-pct {
    width: 20% !important;
}

.primary-menu span::before {
    position: absolute;
    content: "";
    opacity: 0.3;
    left: -77px;
    width: 68px;
    height: 29px;
}

/* ============================================================
  PODMENU ROWERY
============================================================ */
#sub-menu-bikes .dropdown-menu-content .row {
    display: none;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"] {
    display: table-cell;
    float: none !important;
    height: 100%;
    vertical-align: top;

}

@media screen and (min-width: 1000px) {

    #sub-menu-bikes .dropdown-menu-content .row {
        display: table;
    }

    #mobile-primary-menu {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {

    .primary-menu #sub-menu-bikes .dropdown-menu-content .row a.link-name .link-name-content .link-title {
        margin-left: 0;
    }

    body .primary-menu span::before {
        width: 0;
    }
}

/* ============================================================
  IKONY PODMENU ROWERY
============================================================ */
#a-gorskie span.link-title::before {
    background: transparent url("../images/menu/icon-gorskie.jpg");
}

#a-szosowe span.link-title::before {
    background: transparent url("../images/menu/icon-szosowe.jpg");
}

#a-turystyczne span.link-title::before {
    background: transparent url("../images/menu/icon-turystyczne.jpg");
}

#a-miejskie span.link-title::before {
    background: transparent url("../images/menu/icon-miejskie.jpg");
}

#a-dla-dzieci span.link-title::before {
    background: transparent url("../images/menu/icon-dla-dzieci.jpg");
}

.primary-menu #sub-menu-bikes .dropdown-menu-content .row a.link-name .link-name-content {
    text-align: left;
}

@media only screen and (min-width: 1200px) {
    .primary-menu #sub-menu-bikes .dropdown-menu-content .row a.link-name .link-name-content .link-title {
        margin-left: 77px;
    }
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"]:hover #a-gorskie span.link-title::before {
    background: url("../images/menu/icon-gorskie-hover.jpg");
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"]:hover #a-szosowe span.link-title::before {
    background: url("../images/menu/icon-szosowe-hover.jpg");
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"]:hover #a-turystyczne span.link-title::before {
    background: url("../images/menu/icon-turystyczne-hover.jpg");
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"]:hover #a-miejskie span.link-title::before {
    background: url("../images/menu/icon-miejskie-hover.jpg");
}

#sub-menu-bikes .dropdown-menu-content .row [class*="col-"]:hover #a-dla-dzieci span.link-title::before {
    background: url("../images/menu/icon-dla-dzieci-hover.jpg");
}

/* ============================================================
  IKONY PODMENU AKCESORIA
============================================================ */
#a-clothes span::before {
    background: transparent url("../images/menu/icon-clothes.png");
    left: -77px;
    width: 68px;
    height: 29px;
}

#sub-menu-accessory .dropdown-menu-content .row [class*="col-"]:hover #a-clothes span::before {
    background: url("../images/menu/icon-clothes-hover.png");
}

#a-accessories span::before {
    background: transparent url("../images/menu/icon-accessories.png");
    left: -77px;
    width: 68px;
    height: 29px;
}

.primary-menu .dropdown-menu-content .row [class*="col-"]:hover a span::before {
    opacity: 1;
}

#sub-menu-accessory .dropdown-menu-content .row [class*="col-"]:hover #a-accessories span::before {
    background: url("../images/menu/icon-accessories-hover.png");
}

#a-components span::before {
    background: transparent url("../images/menu/icon-components.png");
    left: -77px;
    width: 68px;
    height: 29px;
}

#sub-menu-accessory .dropdown-menu-content .row [class*="col-"]:hover #a-components span::before {
    background: url("../images/menu/icon-components-hover.png");
}

.primary-menu .dropdown-menu-content .row div.image {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}

.primary-menu .dropdown-menu-content .row a {
    float: left;
    width: 100%;
}

.primary-menu .dropdown-menu-content .row a:visited,
.primary-menu .dropdown-menu-content .row a:focus,
.primary-menu .dropdown-menu-content .row a:active {
    color: white;
}

.primary-menu .dropdown-menu-content .row a.link-image {
    position: relative;
    overflow: hidden;
    background-color: #e30613;
}

.primary-menu .dropdown-menu-content .row a.link-name .link-name-content {
    font-size: 16px;
    font-family: dinproregular;
    text-transform: uppercase;
    text-align: center;
    color: #595959;
}

.primary-menu .dropdown-menu-content .row a.link-name {
    text-align: center;
    padding: 3% 10%;
}

.primary-menu .dropdown-menu-content .row a.link-name span {
    display: inline-block;
}

.primary-menu .dropdown-menu-content .row a.link-name span.link-title {
    position: relative;
    font-family: dinprobold;
    font-size: 23px;
}

.primary-menu .dropdown-menu-content .row a.link-name span.link-description {
    font-family: dinproregular;
    padding: 4% 0;
    font-size: 16px;
}

.primary-menu .dropdown-menu-content .row [class*="col-"]:hover a span {
    color: white;
}

.primary-menu .dropdown-menu-content .row a img {
    width: 100%;
}

#navbar .primary-menu .dropdown {
    position: static;
}

#navbar .primary-menu .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

#navbar .primary-menu .dropdown-menu-content {
    padding: 0 45px;
    background: transparent;
}

#navbar .primary-menu .dropdown-menu-content .row {
    margin: 0;
    padding: 0;
}

#navbar .primary-menu .dropdown-menu-content .row [class*="col-"] {
    padding: 0;
    background: black;
}

/* ============================================================
  EFEKT OVERLAY NA PODMENU
============================================================ */
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    border-bottom: 7px solid black;
    background: rgba(277, 6, 19, 0.55);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-menu-content .dropdown-menu-item:nth-child(5) .overlay {
    background: rgba(137, 204, 202,.55);
}

.primary-menu .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.primary-menu .dropdown-menu-content .row [class*="col-"]:hover .overlay {
    height: 100%;
    border-bottom: 7px solid #e30613;
}
.primary-menu .dropdown-menu-content  .row [class*="col-"].dropdown-menu-item:nth-child(5):hover .overlay {
    border-bottom: 7px solid rgb(137, 204, 202);
}
/* ============================================================
  PODSTRONA PRODUKT AKCESORIA
============================================================ */
.view-full .carousel-indicators {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}

.view-full .prize {
    font-family: dinprolight;
    font-size: 16px;
    line-height: 16px;
    margin-top: 3px;
    color: #3d3d3d;
    text-align: right;
    text-transform: uppercase;
}

.view-full .product-description {
    font-family: Arial;
    color: #747474;
    line-height: 29px;
    padding: 0 0 20px 0;
}

.view-full .product-description p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.view-full .carousel {
    margin-top: 30px;
}

.view-full .carousel .product-carousel-indicators {
    padding: 20px 0;
    text-align: center;
}

.view-full .carousel .product-carousel-indicators .item {
    cursor: pointer;
    padding: 0;
    border-radius: 10px;
    background: #e1061a;
    float: none;
    display: inline-block;
    margin: 0 5px;
}

.view-full .product-carousel-inner > .item > a {
    display: block;
    height: 100%;
}

.view-full .product-carousel-inner > .item > a > img {
    max-height: 100%;
    margin: 0 auto;
}

.view-full .carousel .product-carousel-indicators .item img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: none;
}

.add-to-cart {
    padding: 0;
}

.add-to-cart .attributes {
    display: none;
}

/*.add-to-cart #button-buy-now {*/
/*border-radius: 0;*/
/*width: 100%;*/
/*height: auto;*/
/*background: #e1061a;*/
/*border: 1px solid #e1061a;*/
/*color: #fff;*/
/*text-transform: uppercase;*/
/*font-size: 20px;*/
/*font-family: dinproregular;*/
/*line-height: 55px;*/
/*padding: 0;*/
/*box-sizing: content-box;*/
/*}*/

#additional-links {
    padding: 20px 0;
}

#additional-links .col {
    text-wrap: none;
}

#additional-links a {
    font-size: 14px;
    font-family: Arial;
    color: #747474;
}

/* ============================================================
  FORMULARZ WYBIERANIA WERSJI KOLORYSTYCZNEJ i ROZMIARU
============================================================ */
/*.view-full-bike #edit-attribute-3-fancy {*/
/*display: none;*/
/*}*/
body .view-full .custom-textfield-number-wrapper {
    border: 1px solid #999;
}

body .view-full .custom-textfield-number-wrapper .customise-textfield-number-value-wrapper {
    font-family: dinpromedium !important;
}

.view-full-bike #form-buy .product-carousel-indicators .item img {
    max-width: 100%;
}

.view-full-bike #form-buy .product-carousel-indicators .item:nth-child(2n+1) {
    padding-right: 5px;
}

.view-full-bike #form-buy .product-carousel-indicators .item:first-child,
.view-full-bike #form-buy .product-carousel-indicators .item {
    text-align: left;
}

.view-full-bike #form-buy .product-carousel-indicators .item:nth-child(2n+2) {
    text-align: right;
}

.view-full .fancy-spinbox {
    box-sizing: content-box;
    height: 53px;
    width: 100%;
    padding: 0;
    border: 1px solid #999999;
    border-radius: 0;
    display: inline-block;
    position: relative;
    color: black;
    background-color: white;
    outline: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.view-full .fancy-spinbox:focus {
    background-color: white;
}

.view-full .fancy-spinbox .crop {
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 100%;
    height: 53px;
    display: inline-block;
    overflow: hidden;
}

.view-full .fancy-spinbox ul {
    cursor: default;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    list-style: none;
    text-align: left;
}

.view-full .fancy-spinbox li {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-family: dinpromedium;
    font-size: 20px;
    margin: 0;
    padding: 0 30px 0 10px;
    white-space: nowrap;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

.view-full .fancy-spinbox ul.dropdown {
    position: absolute;
    top: 53px;
    left: -9999px;
    z-index: 999;
    border: 1px solid #999999;
    border-radius: 0;
    color: white;
    background-color: white;
}

.view-full .fancy-spinbox ul.dropdown:empty {
    display: none;
}

.view-full .fancy-spinbox ul.dropdown li {
    overflow: hidden;
}

.view-full .fancy-spinbox ul.dropdown li.selected, .fancy-spinbox ul.dropdown li.selected * {
    color: black;
    background-color: #efefef;
}

.view-full .fancy-spinbox ul.dropdown li:hover, .fancy-spinbox ul.dropdown li:hover * {
    color: black;
    background-color: #efefef;
}

.view-full .fancy-spinbox .buttons {
    position: absolute;
    top: 0;
    right: 20px;
    width: 22px;
}

.view-full .fancy-spinbox button {
    position: relative;
    width: 22px;
    height: 55px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    display: block;
    outline: 0;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.view-full .fancy-spinbox button::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.view-full .fancy-spinbox button:active > span.triangle-up, .fancy-spinbox button.toggle-dropdown:active > span.triangle-up {
    border-bottom-color: #81C3D7;
}

.view-full .fancy-spinbox button:active > span.triangle-down, .fancy-spinbox button.toggle-dropdown:active > span.triangle-down {
    border-top-color: #81C3D7;
}

.view-full .fancy-spinbox button.toggle-dropdown {
    height: 55px;
}

.view-full .fancy-spinbox button.toggle-dropdown > span.triangle-down {
    position: static;
    border: 0;
    background: url("../images/icons/size-icon-select.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.view-full .fancy-spinbox button span {
    position: absolute;
    width: 22px;
    height: 12px;
    border: 0;
    display: block;
}

.view-full .fancy-spinbox button span.triangle-up {
    background: url("../images/icons/quantity-icon-left.png") no-repeat;
}

.view-full .fancy-spinbox button span.triangle-down {
    background: url("../images/icons/quantity-icon-right.png") no-repeat;
}

.view-full .select-fancy-spinbox-horizontal .buttons {
    right: 0;
    top: 20px;
    width: 100%;
}

.view-full .select-fancy-spinbox-horizontal button {
    width: 9px;
    height: 13px;
    position: absolute;
}

.view-full .select-fancy-spinbox-horizontal button.spin-up {
    left: 20px;
}

.view-full .select-fancy-spinbox-horizontal button.spin-down {
    right: 20px;
}

.view-full .select-fancy-spinbox-horizontal button span {
    position: static;
    right: 0;
    top: 0;
    border: 0;
    width: 9px;
    height: 13px;
}

@media screen and (min-width: 768px) {

    .row-squeeze {
        padding: 0 4%;
    }

    .row-squeeze-v {
        padding: 4% 0;
    }

    .row-squeeze-b {
        padding: 0 0 4% 0;
    }

    .row-squeeze-all {
        padding: 4% 4% 9% 4%;
    }

    .s-header .select-wrapper {
        /*left: 4%;*/
        left: -4%;
    }

    h1 span, h2 span,
    h1, h2 {
        font-size: 58px;
        line-height: 50px;
    }

    .view-full .prize {
        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }

    .view-full .product-description {
        padding-right: 20px;
    }

    .view-full .product-description p {
        line-height: 29px;
    }

    #menu-accessory {
        display: block;
    }

    .s-stores [class*="col-"] {
        font-size: 16px;
        line-height: 29px;
    }

    h3 {
        font-size: 50px;
    }

    a.link-button {
        line-height: 68px;
        font-size: 20px;
    }

    .view-full .product-description p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    #additional-links {
        padding-left: 5%;
        padding-top: 0;
    }
}

@media screen and (min-width: 1024px) {

    #breadcrumbs-nav {
        display: block;
    }

    #breadcrumbs-nav div,
    #breadcrumbs-nav a {
        font-size: 16px;
    }

    #breadcrumbs-nav li.active ul a {
        padding: 5px 20px;
    }

    #breadcrumbs-nav li.active ul {
        padding: 10px 0;
    }

    #breadcrumbs-nav li.separator {
        width: 16px;
        height: 15px;
        padding: 0 15px;
    }

    /*.view-full .product-carousel-indicators {*/
    /*display: block;*/
    /*}*/
    h2.h2-big {
        font-size: 98px;
    }
}

@media screen and (max-width: 1200px) {

    .view-full .carousel .product-carousel-indicators .item {
        width: 20px;
        height: 20px;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1600px) {

    .add-to-cart {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {

    .add-to-cart {
        padding: 0;
    }

    .view-full .product-description {
        padding-top: 20px;
    }

    #additional-links .col {
        float: left;
        margin-right: 20px;
        text-wrap: none;
    }

    .view-full .prize {
        padding-bottom: 20px;
    }

    .view-full .carousel {
        margin-top: -10%;
    }

    .view-full .carousel .product-carousel-indicators {
        padding: 50px 0;
        position: static;
        display: table;
        margin: 0 auto;
    }

    .view-full .carousel .product-carousel-indicators .item {
        text-align: center;
        float: left;
        cursor: pointer;
        padding: 25px;
        box-sizing: border-box;
        border: 1px solid transparent;
        background: transparent;
        border-radius: 0;
        height: auto;
        display: table-cell;
        overflow: hidden;
        margin: 0;
    }

    .view-full .carousel .product-carousel-indicators .item img {
        display: block;
    }

    .view-full .carousel .product-carousel-indicators .item:hover {
        border: 1px solid #000;
    }
}

@media screen and (min-width: 1600px) {

    .view-full .carousel .product-carousel-indicators {
        padding: 30px;
    }

    .view-full .carousel .product-carousel-indicators .item {
        /*width: 25%;*/
        display: table-cell;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
    /*#form-buy{*/
    /*padding: 0 20px;*/
    /*}*/
}

/* ============================================================
  ROWERY
============================================================ */
.s-header #select-collection .form-group {
    margin: 0;
}

.s-header #select-collection {
    width: 100%;
    position: absolute;
    /*bottom: 0;*/
    bottom: 20px;
    text-align: right;
}
.s-header #select-collection #filter-wrapper {
    width: 200px;
    display: inline-block;
}

.segment {
    padding: 4% 0;
    border-bottom: 1px solid rgba(139, 139, 139, 0.20);
}

.segment-header {
    padding-bottom: 3%;
}

/*.segment-description div,*/
.segment p {
    font-family: dinproregular;
    font-size: 20px;
    line-height: 28px;
    color: #494949;
    text-transform: none;
    text-align: left !important;
}

.product-teaser-rower.col {
    padding: 15px;
    float: left;
    position: relative;
}

.product-teaser-rower.view-bigger_teaser {
    width: 100%;
}

.product-teaser-rower.view-teaser {
    width: 100%;
    min-height: 340px;
}

@media screen and (min-width: 640px) {

    .product-teaser-rower.view-teaser {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {

    .product-teaser-rower.view-bigger_teaser {
        width: 66.66%;
    }

    .product-teaser-rower.view-teaser {
        width: 33.33%;
    }

    .segment-description div,
    .segment-description p {
        font-size: 19px;
        line-height: 28px;
    }

    .s-header .s-header-content {
        bottom: 50px;
    }

    .s-header #select-order,
    .s-header #select-collection {
        right: 4%;
        left: auto;
    }

}

@media screen and (min-width: 1200px) {

    .product-teaser-rower.view-bigger_teaser {
        width: 50%;
    }

    .product-teaser-rower.view-teaser {
        width: 25%;
    }

}

@media screen and (min-width: 1600px) {

    .product-teaser-rower.view-bigger_teaser {
        width: 33.33%;
    }

    .product-teaser-rower.view-teaser {
        width: 16.66%;
    }

}

/* ============================================================
  ROWER
============================================================ */
#form-buy .product-carousel-indicators {
    padding: 20px 0;
}

#form-buy .product-carousel-indicators .item {
    cursor: pointer;
}

#bike-icons {
    padding-top: 25px;
}

#bike-icons div {
    height: 50px;
    display: inline-block;
    text-align: center;
    font-family: dinpromedium;
    font-size: 12px;
    color: #fff;
    padding-top: 20px;

}

#weight {
    background-image: url("../images/bike/icons/weight.png");
    width: 52px;
    background-repeat: no-repeat;
}

#gear {
    background-image: url("../images/bike/icons/param.png");
    width: 47px;
    padding-right: 3px;
    background-repeat: no-repeat;
}

.inches {
    background-image: url("../images/bike/icons/inches.png");
    width: 44px;
    background-repeat: no-repeat;
}

.s-background {
    background-image: url("../images/clothing/bg_accessories_size.jpg");
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: contain;
    background-position: bottom;
}

/* ============================================================
  ROWERY - GEOMETRIA, SPECYFIKACJA
============================================================ */
.s-specification,
.s-geometry {
    min-height: 700px;
}

.s-specification .table > tbody > tr > td {
    border-bottom: 1px solid #333333;
    padding: 15px 0;
}

.s-specification .table {
    margin-bottom: 45px;
}

.s-specification .table th {
    font-size: 21px;
    line-height: 1.5em;
}

.s-specification .table td.component,
.s-specification .table th {
    text-transform: uppercase;
}

.s-specification .table td.component {
    color: #b2b2b2;
}

.s-specification .table th,
.s-specification .table td {
    font-family: dinprolight;
}

.s-specification .table td {
    font-size: 12px;
    min-width: 30%;
}

.s-geometry .table-geometries th,
.s-geometry .table-geometries td {
    padding: 3px 3px;
    color: #b2b2b2;
    text-align: center;
}

.s-geometry .table-geometries th,
.s-geometry .table-geometries td {
    font-size: 12px;
    font-family: dinprolight;
}
.s-geometry .table-geometries th.circle .positioner  {
    text-align: center;
    display: inline-block;
    margin: auto;
}
.s-geometry .table-geometries th.circle .positioner div {
    color: white;
    width: 24px;
    height: 24px;
    background: #e30613;
    line-height: 1em;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
}

.s-geometry .table-geometries td.geometry-param-short {
    text-transform: uppercase;
    text-align: left;
    color: #e30613;
}

.s-geometry .table-geometries td.geometry-param-name {
    text-align: right;
    font-family: Arial;
}

@media screen and (min-width: 768px) {

    .s-specification .s-specification-col {
        padding: 0 2% !important;
    }

    .s-specification .table td {
        font-size: 15px;
    }

    .s-specification .table th {
        font-size: 25px;
    }

    .s-geometry .table-geometries th {
        padding-bottom: 10px;
    }

    .s-geometry .table-geometries th,
    .s-geometry .table-geometries td {
        font-size: 16px;
    }

    .s-geometry .table-geometries th.circle .positioner div {
        width: 48px;
        height: 48px;
    }

}

/* ============================================================
  ROWERY - TECHNOLOGIA
============================================================ */
.s-technology {
    padding: 4% 0 0;
}

.s-technology .technology {
    min-height: 200px;
    font-family: Arial;
    font-size: 16px;
}

.s-technology .row [class*="col-"] {
    padding: 0;
}

.s-technology .row-equal-height {
    display: block;
}

.s-technology .row-equal-height .col-equal-height {
    display: block;
}

.s-technology .row-technology {
    padding: 4% 0;
}

.s-technology .col-equal-height .technology-icon {
    margin: 0 auto;
    padding: 0 0 0.8em 0;
}

.technology-name h4 {
    font-size: 36px;
    font-family: dinprolight;
    color: #FFF;
    text-align: center;
}

.col-technology-description {
    padding: 20px !important;
}

.s-technology .col-equal-height .technology-description {
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .s-technology .row-equal-height {
        display: table;
    }

    .s-technology .row-equal-height .col-equal-height {
        display: table-cell;
    }

    .s-technology .col-equal-height .technology-description {
        font-size: 16px;
        width: 60%;
    }

}

/* ============================================================
  ROWERY - PODOBNE MODELE
============================================================ */
.s-relevant h3 {
    color: black;
}

.s-relevant .s-relevant-content {
    text-align: center;
}

.s-relevant .s-relevant-content .product-teaser {
    padding: 0 40px;
    vertical-align: top;
}

body.team .s-relevant .s-relevant-content .product-teaser {
    vertical-align: bottom; /* Kasia: w kross raceing team ładniej wyglada jak są trzy rowery i jeden ma tytuł 2 linijki*/
}

@media screen and (min-width: 1024px) {

    .s-relevant .s-relevant-content .product-teaser {
        display: inline-block;
        float: none !important;
    }

}

.product-teaser:hover .btt-compare,
#block-lang-dropdown-language {
    /*display: none;*/
}

/* ============================================================
  STYLOWANY TESKSTOWY INPUT
============================================================ */
.custom-textfield-number-wrapper {
    position: relative;
    width: 100%;
    height: 53px;
    /*max-width: 280px;*/
    margin: 0 auto;
    display: table;
    border: 1px solid #000000;
}

.customise-textfield-number-label {
    text-transform: uppercase;
}

.custom-textfield-number-wrapper .col-cell {
    display: table-cell;
    color: black;
    font-size: 14px;
    vertical-align: middle;
    font-family: dinprolight;
}

.customise-textfield-number-decrease button {
    margin-left: 10px;
}

.customise-textfield-number-increase button {
    margin-right: 10px;
}

@media screen and (min-width: 1024px) {

    .custom-textfield-number-wrapper .col-cell {
        font-size: 20px;
    }
}

.custom-textfield-number-wrapper .col-cell button {
    background: none;
    border: 1px solid transparent;
    font-size: 36px;
}

.custom-textfield-number-wrapper input {
    width: auto;
    text-align: center;
}

.custom-textfield-number-decrease {
    text-align: left;
}

.customise-textfield-number-value-wrapper {
    text-align: center;
}

.customise-textfield-number-increase {
    text-align: right;
}

/* ============================================================
  NAGLOWEK [MENU, BLOKI]
============================================================ */
#block-catalog-menu-user {
    position: absolute;
    z-index: 99999;
    top: 36px;
    right: 10%;
}

#block-catalog-menu-user #user-menu {
    display: block;
    width: 30px;
    height: 17px;
}

#block-catalog-menu-user #user-menu img {
    display: inline-block;
}

#block-catalog-menu-user .dropdown-menu {
    border-radius: 0;
    background: black;
    margin: 0;
    top: 30px;
    border: 1px solid #999999;
}

#block-catalog-menu-user .dropdown-menu li {
    height: 37px;
    line-height: 37px;
}

#block-catalog-menu-user .dropdown-menu a {
    text-transform: uppercase;
    color: #e3e2e2;
    font-size: 16px;
    font-family: dinprolight;
}

#block-catalog-menu-user .dropdown-menu a:hover {
    color: black;
    background-color: white;
}

#block-catalog-cart-info {
    position: absolute;
    z-index: 99999;
    top: 40px;
    right: 13%;
}

ul#cart-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul#cart-info li a#cart-indicator {
    display: block;
    background: url('../images/menu/cart.png') no-repeat right bottom;
    width: 40px;
    height: 18px;
}

ul#cart-info li a#cart-indicator span {
    width: 17px;
    height: 17px;
    display: block;
    background: #e30613;
    border-radius: 50%;
    font-size: 10px;
    font-family: Arial;
    text-align: center;
    line-height: 17px;
    position: relative;
}

/* ============================================================
 STRONA Z KOMUNIKATEM BLEDU
============================================================ */
.page-alert h2 {
    color: black;
    font-size: 50px;
    font-family: dinprolight;
}

.page-alert .message-indicator {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.page-alert .message-indicator-status {
    background: #74dd1f url('../images/icons/alert-success.png') no-repeat center center;
}

.page-alert .message-indicator-error {
    background: #e1061a url('../images/icons/alert-error.png') no-repeat center center;
}

.page-alert p {
    font-size: 16px;
    color: #666666;
    padding: 5px;
    margin: 0;
    font-family: Arial;
}

.page-alert a.btn {
    margin-top: 40px;
    text-transform: uppercase;
    padding: 15px 50px;
    background: #e1061a;
    font-size: 20px;
    font-family: dinproregular;
    border-radius: 0;
}

.page-alert a.btn:hover {
    color: white;
}

/* ============================================================
 FORMULARZE
============================================================ */
.messages-inline {
    float: left;
    width: 100%;
    clear: left;
    padding: 5px 0;
}

.error {
    font-size: 16px;
}

/* ============================================================
 STRONA LOGOWANIA i PRZYPOMINANIA HASLA
============================================================ */
.page-user .main-tabs {
    display: none;
}

.user-form-wrapper {
    padding-bottom: 40px;
}

.user-form-wrapper .form-item input {
    font-size: 16px;
    font-family: Arial;
    height: 55px;
    line-height: 57px;
    border: 1px solid #cececd;
    color: #cececd;
    padding: 0 12px;
}

body.page-b2b-settings .user-form-wrapper .form-item input {
    color: #000;
}




body .btn-transparent {
    color: black;
    width: 100%;
    border: 1px solid black;
}

body .btn-transparent:hover {
    background: transparent;
    border: 1px solid black;
}

body .form-item .error {
    border-color: #E1061A;
}

.page-user form {
    display: block;
    margin: 0 auto;
    padding: 4%;
    width: 35%;
}

/* ============================================================
 STRONA PRZERWA TECHNICZNA
============================================================ */
.in-maintenance {
    background: black url('../images/maintenance.png') no-repeat center center;
    /*background-size: 100% auto;*/
}

.in-maintenance h2 {
    background: white;
    display: inline-block;
    padding: 5px 20px;
    color: black;
    font-size: 44px;
    margin: 40px 0;
}

@media screen and (min-width: 1200px) {
    .in-maintenance h2 {
        font-size: 54px;
    }
}

.in-maintenance h2 span {
    color: #e30613;
}

.in-maintenance p {
    font-size: 28px;
    text-transform: uppercase;
}

/* ============================================================
 PODSTRONA TECHNOLOGIE RAM
============================================================ */
.technologie-ram1 .row-technology [class*="col-"] {
    padding: 0;
    float: left !important;
    display: block;
}

.tech-section-content-image img {
    margin: 0 auto 4% auto;
    width: 80%;
}

.tech-section-content-description p {
    font-family: dinproregular;
    font-size: 14px;
    text-align: center;
    color: #c7c7c7;
    margin: 0 auto;
    padding: 25px 4%;
    line-height: 24px;
}

.tech-section-content-description .tech-section-content-icon img {
    width: 40%;
}

@media screen and (min-width: 640px) {
    .tech-section-content-description .tech-section-content-icon img {
        width: auto;
    }
}

@media screen and (min-width: 768px) {

    .tech-section-content-image img {
        margin: 0 auto 4% auto;
        width: 80%;
    }

    .tech-section-content-description p {
        font-size: 20px;
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {

    .add-to-cart {
        padding: 0;
    }

    .technologie-ram1 .row-technology [class*="col-"] {
        padding: 0;
        float: none !important;
        display: table-cell;
    }

    .tech-section-content-image img {
        margin: 0 auto;
        width: 100%;
    }

    .tech-section-content-description p {
        width: 70%;
    }
}

/* ============================================================
 TMP
============================================================ */
.view-full .product-carousel-inner .item a {
    cursor: default;
}

.link-edit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}

.link-edit a {
    color: white;
}

.product-teaser:hover .link-edit {
    display: block;
    color: white;
}

.add-to-cart .form-item-attribute-3 {
    display: block;
}

.pomysl-na-prezent1 #accessories-header {
    background: url('../images/accessories/mikolaj_2015.jpg')
}

.toolbar-menu .account {
    display: none;
}

.add-to-cart .wheel-size {
    font-size: 14px;
}

#language_panel_wrap .language-cs {
    /*display: none;*/
}

.rvs1 .node-title {
    display: none;
}

/* ============================================================
  TLA
============================================================ */
.bg-light-gray {
    background: #f2f2f2 !important;
}

/* ============================================================
 RADIOS i CHECKBOX
============================================================ */
label .icheck-item {
    margin-right: 10px;
}

.icheck-label .icheck-item.checked {
    font-weight: bold;
}
