body {
    font-weight: 300;
    background: #005ea8;
}
.header,
.content {
    background: #ffffff;
}

/* container */
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}

/* spacing */
.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom7 {
    margin-bottom: 7px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom17 {
    margin-bottom: 17px;
}

.bottom30 {
    margin-bottom: 30px;
}

.no-margin-top {
    margin-top: 0;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.row.row-space-1 {
    margin-left: -1px;
    margin-right: -1px;
}
.row.row-space-1 > [class*='col-'] {
    padding-left: 1px;
    padding-right: 1px;
}

.row.row-space-2 {
    margin-left: -2px;
    margin-right: -2px;
}
.row.row-space-2 > [class*='col-'] {
    padding-left: 2px;
    padding-right: 2px;
}

.row.row-space-4 {
    margin-left: -4px;
    margin-right: -4px;
}
.row.row-space-4 > [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
}

/* button */
.btn.btn-neutral {
    background: #f0f0f0;
}
.btn.btn-neutral:hover {
    background: #cccccc;
}
.btn-sub-category {
    margin-bottom: 15px;
    border-color: #e0e0e0;
    background-color: #f9f9f9;
    text-align: left;
    font-size: 85%;
    word-break: normal;
    white-space: normal;
}
.btn-unavailable {
    line-height: 10px;
    font-size: 75%;
    word-break: normal;
    white-space: normal;
}
@media (min-width: 768px) {
    .btn.btn-next {
        float: right;
        margin-left: 5px;
    }
    .btn.btn-back {
        float: left;
    }
    .btn-sub-category {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .btn.btn-next,
    .btn.btn-back {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }   
    .btn-sub-category {
        height: 46px;
    }
}
.navbar-default .navbar-nav > li > a.btn-menu.btn-danger {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a.btn-menu.btn-danger:hover,
.navbar-default .navbar-nav > li > a.btn-menu.btn-danger:active,
.navbar-default .navbar-nav > li > a.btn-menu.btn-danger:focus {
    color: #d43f3a;
}

/* alert */
.alert {
    margin-bottom: 15px;
}

/* text */
.text-white {
    color: #ffffff;
}

/* forms */
.form-control,
.form-control:focus {
    box-shadow: none;
}

.header .input-group-addon {
    padding-left: 6px;
    padding-right: 6px;
}
@media (min-width: 768px) {
    .header form .form-control,
    .header form .btn,
    .header-basket .btn {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .header form .form-control {
        height: 44px;
    }
}

.radio label,
.checkbox label {
    padding-top: 2px;
    padding-bottom: 2px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.disabled span.form-control,
.disabled input[type="text"] {
    cursor: not-allowed;
}
.form-error-message {
    display: block;
    color: #B52B2B;
    background-color: #fff;
}

/* header */
.header {
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .header {
        padding-top: 10px;
    }
    .header-basket {
        padding-top: 10px;
    }
}
.badge-basket {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #a94442;
}
.basket-icon {
    padding-left: 0;
    padding-right: 0;
}

/* navbar */
.navbar-top {
    min-height: 25px;
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}
.navbar-top .navbar-right {
    margin-left: 0;
    margin-right: 0;
}
.navbar-top .navbar-nav {
    margin: 0 !important;
}
.navbar-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-top .nav>li>a {
    padding: 5px;
}
.navbar-top .navbar-toggle {
    margin: 0;
}
@media (max-width: 767px) {
    .navbar-top .navbar-collapse {
        position: absolute;
        right: 0;
        z-index: 3;
        min-width: 200px;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .navbar-top .nav>li {
        border-bottom: 1px solid #E7E7E7;
        border-left: 1px solid #E7E7E7;
        border-right: 1px solid #E7E7E7;
    }
    .navbar-top .btn {
        text-align: right;
    }
}

/* nav products */
.nav.nav-curaprox-l.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav.nav-curaprox-l>li>a {
    color: #005ea8;
    background-color: #add1ea;
    border-color: #add1ea;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
}
.nav.nav-curaprox-l>li.category-use>a {
    background-color: #f0f0f0;
    border-color: #cccccc;
}
.nav.nav-curaprox-l2.nav-stacked>li+li {
    margin-top: 0;
}
.nav.nav-curaprox-l2>li>a {
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: 1px solid #add1ea;
    border-right: 1px solid #add1ea;
    font-size: 85%;
    text-transform: none;
    background-color: #cce2f2;
}
.nav.nav-curaprox-l2.nav-curaprox-l3>li>a {
    padding-left: 30px;
}
.nav.nav-curaprox-l3>li>a {
    background-color: #e5f0f8;
}
.nav.nav-curaprox-l>li.category-use.active>a,
.nav.nav-curaprox-l>li.active>a {
    color: #005ea8;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .nav.nav-curaprox-l>li.submenu-active>a {
        border-right-color: #ffffff;
    }   
}
.nav.nav-curaprox-l2>li.active>a {
    font-weight: bold;
    background-color: #d6e7f4;
}
.nav.nav-curaprox-l3>li.active>a {
    color: #005ea8;
    background-color: #ffffff;
}
.nav.nav-curaprox-l>li>a:hover, 
.nav.nav-curaprox-l>li>a:focus,
.nav.nav-curaprox-l2>li>a:hover,
.nav.nav-curaprox-l2>li>a:focus {
    color: #005ea8;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .category {
        margin-bottom: 15px;
    }
    .category-xs {
        display: none;
    }
}
.btn-catalog {
    margin-bottom: 2px;
    padding: 10px 15px;
    text-align: left;
}

/* nav use */
.nav-curaprox-t {
    margin-bottom: 2px;
    background-color: #f0f0f0;
}
.nav-curaprox-t .btn {
    padding: 10px 15px;
    text-transform: uppercase;
}

/* nav submenu */
.submenu {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 100%;
    width: 720px;
    padding: 15px;
    border: 1px solid #add1ea;
    border-left: none;
    background-color: #ffffff; 
}
@media (max-width: 767px) {
    .submenu {
        display: none !important;
    }
}
.submenu .link-2 {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: bold;
}
.submenu .link-3 {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 85%;
}
.submenu .circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* content */
.content {
    position: relative;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .content {
        min-height: 600px;
    }
}

/* carousel */
.carousel-control,
.carousel-control.left,
.carousel-control.right {
    background: none;
}
@media (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
}

/* footer */
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer a {
    color: #ffffff;
}
.footer a:hover {
    color: #ffffff;
}
.footer .btn .fa {
    color: #005ea8;
}

@media (min-width: 768px) {
    .text-center-no-xs {
        text-align: center;
    }

    .text-right-no-xs {
        text-align: right;
    }
}

/* salesman */
.salesman {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: block;
    width: 240px;
    height: 257px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    border-left: 35px solid #005ea8;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.salesman.salesman2 {
    height: 514px;
}
.salesman.salesman-hide {
    width: 35px;
    padding-left: 0;
    padding-right: 0;
}
.salesman.salesman-hide .in {
    display: none;
}
.side {
    position: absolute;
    left: -35px;
    top: 0;
    display: block;
    width: 35px;
    height: 257px;
    background: transparent url('../images/curaproxcz/oz.png') center center no-repeat;
    z-index: 5;
    cursor: pointer;
}

/* product */
.product-out {
    padding-top: 15px;
    padding-bottom: 45px;
}
.product {
    display: block;
    padding: 5px;
}
.product:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.175);
}
.product-image {
    position: relative;
    height: 200px;
    display: table-cell;
    vertical-align: bottom;
    width: 100vw;
}
.product-image img {
    max-height: 100%;
}
.product-name {
    overflow: hidden;
    height: 48px;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .product-name {
        font-size: 13px;
    }
}
.product-price {
    color: #333;
    text-align: right;
}
@media (max-width: 767px) {
    .product-out {
        padding-top: 10px;
        padding-bottom: 30px
    }
    .product-image {
        height: 130px;
    }
    .product-price {
        padding-bottom: 10px;
        text-align: center;
    }
}
.product-description .h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.label-product {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 30px;
    display: block;
    border-radius: 0;
    font-size: 100%;
    text-transform: uppercase;
}
.label-product.label-gift {
    background-color: #009900;
}
.label-product.label-gift1 {
    background-color: #990099;
}
.label-product.label-gift2 {
    background-color: #CCCC00;
}
.label-product.label-gift2-prime {
    background-color: #CCCC00;
}
.label-product.label-gift2-perio {
    background-color: #e031ce;
}
.label-product.label-pragodent {
    background-color: #e53a16;
}
.label-product.label-novinka {
    color: #005ea8;
}
.label-product.label-star {
    left: -10px;
    font-size: 24px;
    color: #ffdd42;
}
.label-product.label-position-1 {
    top: 30px;
}
.label-product.label-position-2 {
    top: 60px;
}
.label-product.label-position-3 {
    top: 90px;
}
.label-product.label-position-4 {
    top: 120px;
}
.label-product.label-position-5 {
    top: 150px;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
}

/* product detail */
.detail-image-main {
    display: block;
    max-height: 420px;
    padding-bottom: 30px;
}
.detail-image-main img {
    max-height: 390px;
}
.detail-image {
    display: block;
    text-align: center;
}
.detail-image .center-block {
    display: inline-block;
    padding: 2px;
}
span.form-control.ks {
    border-color: #ffffff;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .detail-image-main {
        max-height: 290px;
    }
    .detail-image-main img {
        max-height: 260px;
    }
}

.detail-image-main .detail-image-price {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
.detail-image-main .detail-image-price .dip-text,
.detail-image-main .detail-image-price .dip-price {
    display: block;
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
}
.detail-image-main .detail-image-price .dip-text {
    background-color: #00ACCD;
    color: #ffffff;
}
.detail-image-main .detail-image-price .dip-text.dip-text-black-friday {
    background-color: #000000;
}
.detail-image-main .detail-image-price .dip-price {
    background-color: #B7D43A;
    color: #000000;
    font-size: 150%;
}
.detail-image-main .detail-image-price .dip-price sup {
    font-size: 14px;
}

.product-image .detail-image-price {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 80%;
}
.product-image .detail-image-price .dip-text,
.product-image .detail-image-price .dip-price {
    display: block;
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
}
.product-image .detail-image-price .dip-text {
    background-color: #00ACCD;
    color: #ffffff;
}
.product-image .detail-image-price .dip-text.dip-text-black-friday {
    background-color: #000000;
}
.product-image .detail-image-price .dip-price {
    background-color: #B7D43A;
    color: #000000;
    font-size: 100%;
}
.product-image .detail-image-price .dip-price sup {
}

@media (max-width: 767px) {
    .product-image .detail-image-price {
        font-size: 70%;
        right: -10px;
        top: 0;
    }
    .product-image .detail-image-price .dip-text,
    .product-image .detail-image-price .dip-price {
        line-height: 10px;
        font-weight: normal;
        padding: 2px;
    }
}

/* to basket */
.white-popup {
    background: #ffffff;
    position: relative;
    padding: 15px;
    width: auto;
    max-width: 660px;
    margin: 20px auto;
}

/* search */
@media (max-width: 767px) {
    .typeahead.dropdown-menu {
        min-width: 230px;
        max-width: 260px;
        font-size: 90%;
    }
    .typeahead.dropdown-menu>li>a {
        white-space: normal;
    }
}

/* basket side */
.basket-side {}
.basket-side-in {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);   
}
.basket-side-info {
    padding: 10px;
}
.basket-side-title {
    padding: 10px;
}
@media (max-width: 767px) {
    .basket-side {
        margin-top: 30px;
    }
}

/* basket menu */
.basket-step {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cccccc;
}
.basket-step.active {
    color: #005ea8;
    border-color: #005ea8;
}

/* basket */
.table-basket {
    margin-top: 30px;
}
.table.table-basket>thead>tr>th, 
.table.table-basket>tbody>tr>th, 
.table.table-basket>tfoot>tr>th, 
.table.table-basket>thead>tr>td, 
.table.table-basket>tbody>tr>td, 
.table.table-basket>tfoot>tr>td {
    vertical-align: middle;
}
.table-basket .basket-ks {
    text-align: center;
}
.table-basket .basket-ks .form-control {
    display: inline-block;
    max-width: 54px;
    text-align: center;
}
.table-basket .basket-price {
    text-align: right;
}
.table-basket .basket-remove {
    text-align: right;
}
.basket-price-all {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 120%;
    text-align: right;
}
.basket-name-ks,
.basket-dph-info {
    display: none;
}
.text-discount {
    color: #a94442;
    font-size: 90%;
    text-decoration: line-through;
}
@media (max-width: 767px) {
    .table-basket {
        display: block;
    }
    .table-basket thead {
        display: none;
    }
    .table-basket > tbody,
    .table-basket > tbody > tr,
    .table-basket > tbody > tr > td {
        display: block;
        border: none;
    }

    .table-basket > tbody > tr {
        position: relative;
        border-top: 1px solid #dddddd;
    }
    .table-basket > tbody > tr:before,
    .table-basket > tbody > tr:after {
        content: " ";
        display: table;
    }
    .table-basket > tbody > tr:after {
        clear: both;
    }
    .table.table-basket>thead>tr>th, 
    .table.table-basket>tbody>tr>th, 
    .table.table-basket>tfoot>tr>th, 
    .table.table-basket>thead>tr>td, 
    .table.table-basket>tbody>tr>td, 
    .table.table-basket>tfoot>tr>td {
        padding: 4px 0 4px 58px;
    }
    .table.table-basket>tbody>tr>td.basket-image {
        position: absolute;
        top: 4px;
        left: 0;
        width: 50px;
        height: 75px;
        padding: 0;
    }
    .table.table-basket>tbody>tr>td.basket-price {
        padding-left: 0;
    }
    .table.table-basket.table-basket-summarize>tbody>tr>td.basket-price {
        padding-left: 54px;
    }
    .table-basket .basket-remove {
        position: absolute;
        top: 0;
        right: 0;
    }
    .table-basket .basket-ks, 
    .table-basket .basket-price {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: left;
    }
    .table-basket.table-basket-summarize .basket-price {
        display: block;
        width: 100%;
    }
    .table-basket.table-basket-summarize .basket-ks {
        display: none;
    }
    .table-basket .basket-price.basket-price-2 {
        width: 100%;
    }
    .table.table-basket>tbody>tr>td.basket-price.basket-price-2 {
        padding-left: 50%;
    }
    .basket-name-ks {
        display: inline;
    }
    .basket-dph-info {
        display: inline;
        font-size: 80%;
    }
    .basket-price-all {
        text-align: center;
    }
}
.basket-free-transport {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}

/* RESPONSIVE VIDEO */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* EVENTS */
.event-image-link {
    position: relative;
    display: block;
}
.event-image-link .event-image-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    background-image: url('curaprox_event_full.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.event-image-link .event-image {}

/* PRODUCT GIFTS */
.product-gifts {}
.product-gifts .img-block {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.product-gifts .img-select {
    max-width: 20px;
    height: auto;
    vertical-align: middle;
}