* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #00b595;
    text-decoration: none;
}

a:hover, a:focus {
    color: #006956;
    text-decoration: underline;
}

p {
    margin: 0 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    outline: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2, .h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

body {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

header,
section,
footer {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

nav {
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

nav ul {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0;
    list-style: none;
    margin: 0;
}

nav ul:after,
nav ul:before {
    clear: both;
    content: " ";
    display: table;
}

nav ul > li {
    display: block;
    float: left;
    border-right: 1px solid #000000;
}

nav ul > li:first-child,
nav ul > li.facebook {
    border-left: 1px solid #000000;
}

nav ul > li.facebook {
    display: block;
    float: right;
}

nav ul > li.facebook a {
    opacity: 0.9;
    background: url(https://kaprik.cz/img/facebook.png) no-repeat #eeeeee center;
}

nav ul > li.facebook a:hover {
    background-color: #f5f5f5;
}

nav ul > li.facebook a span {
    display: none;
}

nav a {
    color: #252021;
}

nav ul > li > a {
    padding: 15px 20px;
    color: #252021;
    display: block;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
}

nav ul > li > a:hover {
    opacity: 0.6;
    text-decoration: none;
    color: #000000;
}

nav ul > li.active > a:hover,
nav ul > li.active > a {
    color: white;
    background-color: #3bb296;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    nav ul > li.facebook a:after {
        content: 'f';
        width: 100%;
        text-indent: -9999px;
        display: block;
    }

}

@media screen and (min-width: 901px) {
    .navbar-mobile {
        display: none;
    }
}

.navbar-mobile {
    padding: 15px 20px;
    border: 1px solid #000;
    position: relative;
}

.burger-menu {
    top: 50%;
    width: 35px;
    height: 35px;
    right: 15px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.burger-menu:before,
.burger-menu span,
.burger-menu:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    transition: all 0.5s ease-in-out;
}

.burger-menu:before {
    top: 5px;
}

.burger-menu span {
    top: 15px;
}

.burger-menu:after {
    top: 25px;
}

.burger-open .burger-menu:after {
    transform: rotate(45deg);
    top: 15px;
}

.burger-open .burger-menu span {
    opacity: 0;
}

.burger-open .burger-menu:before {
    transform: rotate(-45deg);
    top: 15px;
}

@media screen and (max-width: 900px) {
    .nav {
        display: none;
        padding: 10px 0;
        border: 1px solid #000;
        border-top: 0;
    }

    nav ul > li {
        float: none !important;
        display: block;
        border: none;
    }

    nav ul > li:first-child,
    nav ul > li:last-child {
        border: none;
    }

    nav ul > li.facebook a {
        background: transparent;
    }

    nav ul > li.facebook a span {
        display: block;
    }

    nav ul > li.facebook a img {
        display: none;
    }
}

.row {
    display: block;
    position: relative;
}

.col-3,
.col-4,
.col-6,
.col-7 {
    width: 100%;
    float: none;
}

@media screen and (min-width: 769px) {
    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-8 {
        width: 66.66666666%;
    }

    .col-3,
    .col-4,
    .col-6,
    .col-7,
    .col-8 {
        float: left;
    }
}

@media screen and (max-width: 1022px) {
    .catalog-row .col-4 {
        width: 50%;
        float: left;
    }
}

@media screen and (min-width: 551px) and (max-width: 750px) {
    .catalog .catalog-row .buttons-row .button {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 630px) {
    .catalog-row .col-4 {
        width: 100%;
    }
}

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

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

.o-sluzbe {
    max-width: 950px;
}

section.o-sluzbe .row {
    margin-top: 10px;
}

section.o-sluzbe img.img-responsive {
    margin-left: 60px;
    max-width: 160px;
}

section.o-sluzbe p,
section.o-sluzbe li {
    line-height: 30px;
}

.img-circle {
    border-radius: 50%;
}

section.default {
    padding: 30px;
    text-align: center;
}

section.default p {
    font-size: 19px;
    font-weight: 200;
    margin-bottom: 11px;
}

section.default .btn {
    padding: 14px 24px;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background-color: #00b595;
    border-color: #009c80;
    display: inline-block;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.order-navigation {
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.order-item {
    position: relative;
    padding: 0 30px;
    text-align: center;
}

.order-item a {
    width: 100%;
    display: inline-block;
    padding: 10px 5px;
    margin-right: -7px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #444;
    font-weight: bold;
}

.order-item a.open-item {
    background: #f0f0f0;
    color: #111;
}

.order-item span.order-arrow {
    display: none;
}

@media screen and (min-width: 769px) {

    .order-item span.order-arrow {
        background-image: url('../images/arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;
        height: 24px;
        display: block;
        position: absolute;
        top: 8px;
        right: -13px;
    }
}

.cart,
.pay,
.delivery,
.shrnuti,
.form-fakturace,
.catalog {
    text-align: center;
    margin: 0 auto;
}

.cart h2,
.pay h2,
.delivery h2,
.shrnuti h2,
.catalog h2,
.form-fakturace h2 {
    text-transform: unset;
    margin-bottom: 20px;
}

.catalog h3 {
    font-weight: bold;
}

.catalog.catalog-select .tree {
    max-width: 300px;
}

.catalog .tree-frame {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.catalog.catalog-select .tree-frame {
    margin: 0 25px 50px;
}

.catalog p {
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

.form-invoice {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}

.form-invoice .collumn {
    margin: 10px 10px;
}

.form-invoice .collumn .label {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
    font-weight: bold;
    padding: 5px 0;
}

.form-invoice .collumn .input {
    float: left;
    width: calc(100% - 130px);
    max-width: 600px;
}

.form-invoice .collumn .input textarea,
.form-invoice .collumn .input select,
.form-invoice .collumn .input input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.form-invoice .collumn .input select {
    color: rgb(84, 84, 84);
    -webkit-appearance: none;
    appearance: none
}

.form-invoice .collumn .input textarea {
    min-height: 100px;
}

@media screen and (max-width: 768px) {

    .form-invoice .collumn .input,
    .form-invoice .collumn .label {
        float: none;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-size: 13px;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
}

.select-selected:after,
.select-selected:before {
    top: 11px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.select-selected:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
}

.select-selected:before {
    border-color: rgba(187, 41, 6, 0);
    border-top-color: #3bb296;
    border-width: 7px;
    right: 9px;
}

.select-selected.select-arrow-active:after,
.select-selected.select-arrow-active:before {
    bottom: 11px;
    top: initial;
}

.select-selected.select-arrow-active:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}

.select-selected.select-arrow-active:before {
    border-color: rgba(187, 41, 6, 0);
    border-bottom-color: #3bb296;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000;
    padding: 5px 10px;
    border: 1px solid #eee;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

.select-selected {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.buttons-row {
    margin: 40px auto;
    width: 100%;
    max-width: 730px;
}

.button {
    text-decoration: none;
    border: 1px solid #169b80;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3bb296;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
}

.button.active,
.button:focus,
.button:hover {
    text-decoration: none;
    color: #3bb296;
    background: #ffffff;
}

.button-small {
    padding: 5px 5px;
    width: 31px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pay-row:after,
.pay-row:before,
.clear:after,
.clear:before,
.delivery-row:after,
.delivery-row:before,
.summary-row:after,
.summary-row:before,
.row:after,
.row:before,
.buttons-row:after,
.buttons-row:before,
.form-invoice .collumn:after,
.form-invoice .collumn:before {
    clear: both;
    display: block;
    content: '';
}

section.section-shrnuti input:disabled,
section.section-shrnuti select:disabled,
section.section-shrnuti textarea:disabled {
    background: #fff;
}

.pay,
.delivery,
.summary {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.delivery-row,
.summary-row {
    padding: 10px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sum-row {
    padding: 10px 10px;
}

.sum-row .right {
    padding-right: 10px;
}

.delivery-row:first-child,
.summary-row:first-child {
    border-top: 1px solid #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.delivery-row:last-child,
.summary-row:nth-last-of-type(2) {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.delivery-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
}

.control {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-weight: 600;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #3bb296;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input.error ~ .control_indicator {
    border-color: red !important;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #fffff;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.pay-row {
    margin: 0 auto 50px;
    max-width: 400px;
    text-align: left;
}

.privacy-row {
    text-align: left;
    max-width: 260px;
    margin-left: calc(100% - 260px);
}

.pay-row .control {
    padding-left: 30px;
    padding-right: 0px;
}

.catalog .control,
.privacy-row .control {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 20px;
}

.catalog .control .control_indicator,
.privacy-row .control .control_indicator,
.pay-row .control .control_indicator {
    left: 0;
}

.catalog .control .control_indicator,
.privacy-row .control .control_indicator {
    width: 15px;
    height: 15px;
    top: 5px;
}

.catalog .control-checkbox .control_indicator:after,
.privacy-row .control-checkbox .control_indicator:after {
    left: 5px;
    top: 2px;
    width: 2px;
    height: 5px;
    border-width: 0 1px 1px 0;
}

@media screen and (max-width: 768px) {
    .delivery-row .left,
    .delivery-row .right {
        float: none;
        margin: 10px 0;
        text-align: left;
    }

    .delivery-row label {
        max-width: 200px;
    }

    .privacy-row {
        margin: 0;
    }
}

.catalog-row {
    max-width: 750px;
    margin: 0 auto;
}

.cart .summary .summary-row .right {
    position: relative;
}

.cart .summary .summary-row .right span {
    display: block;
    padding-right: 30px;
}

.cart .summary .summary-row .right a img {
    width: 20px;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart .summary .sum-row .right {
    padding-right: 40px;
}

.catalog {
    max-width: 1000px;
}

.catalog .col-4 {
    padding: 20px;
}

.catalog:not(.catalog-select) .catalog-row {
    width: 100%;
    max-width: 100%;
}

.catalog label {
    margin: 0 5px;
}

.catalog span.separator {
    display: inline-block;
    background: #eeeeee;
    width: 2px;
    height: 18px;
    position: relative;
    top: 5px;
    margin: 0 5px;
}

.catalog .buttons-row {
    margin: 10px 0;
    padding: 0 20px;
}

@media screen and (max-width: 400px) {

    .catalog .buttons-row .button {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 360px) {
    .catalog .buttons-row {
        padding: 0;
    }

    .catalog .buttons-row .button {
        padding: 5px 10px;
    }
}

span.redcolor {
    font-size: 16px;
    color: #cf1339;
    font-weight: bold;
    display: block;
    margin: 25px 0 10px;
}

.timer {
    margin-bottom: 25px;
}

.timer img {
    position: relative;
    top: 10px;
    width: 30px;
}

.timer .timer-row {
    display: inline-block;
}

.timer span {
    font-weight: 600;
    font-size: 16px;
}

.timer span.time {
    font-weight: bold;
}

.modal {
    display: block; /* Hidden by default */
    visibility: hidden;
    opacity: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 99999;
    font-weight: 600;
}

.modal-content {
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: top 0.5s ease-in-out;
    border-radius: 10px;
    background-color: #fefefe;
    padding: 75px 20px;
    border: 1px solid #f0f0f0;
    width: 60%; /* Could be more or less, depending on screen size */
    max-width: 950px;
}

.modal.open {
    opacity: 1;
    visibility: visible;
}

.modal.open .modal-content {
    top: 50%;
}

.modal-content a {
    text-decoration: underline;
}

.modal-content a:hover {
    text-decoration: none;
}

.modal .vc_row .wpb_single_image img {
    height: 150px;
}

.modal .close {
    color: #605757;
    position: absolute;
    right: 2%;
    top: 3%;
    width: 25px;
    height: 25px;
    z-index: 999;
    background: url("../images/cart-remove.png") no-repeat;
    background-size: contain;
}

.modal .next,
.modal .prev {
    color: #605757;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal .next {
    right: -50px;
    background-image: url("../images/arrow-next.png");
}

.modal .prev {
    left: -50px;
    background-image: url("../images/arrow-prev.png");
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .buttons-row {
    margin: 10px 0 0;
}

.modal a {
    text-decoration: none;
}

.modal .buttons-row > div {
    margin-right: 10px;
}

span.copy {
    color: #787878;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .modal-content {
        width: 80%;
        padding: 20px;
    }

    .modal .modal-content .vc_row .vc_column-inner {
        padding: 0 !important;
    }

    .modal.open .modal-content {

    }

    .modal .modal-content .vc_section .vc_row div {
        border: 0 !important;
    }

    .modal .buttons-row {
        text-align: center;
    }

    .modal .buttons-row .left {
        float: none;
        margin-top: 10px;
    }

    .modal .next {
        right: -30px;
    }

    .modal .prev {
        left: -30px;
    }

}

@media screen and (max-width: 360px) {
    .modal.open .modal-content {
        top: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
}

.cart-menu {
    position: absolute;
    right: 100px;
    margin-top: -10px;
    z-index: 99;
    top: 0;
}

.cart-menu img {
    max-width: 25px;
    position: relative;
    top: 2px;
}

.cart-menu a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.cart-menu a:hover span {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .cart-menu {
        top: -20px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

input.error {
    /* insert your own styles for invalid form input */
    border-color: red !important;
}

.buttons-row.disabled {
    display: none !important;
}

span.reserve {
    margin-top: 10px;
    font-size: 16px;
    color: #3bb296;
    display: none;
}

span.reserve.reserved {
    display: block;
}

.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #00b595;
    z-index: 9999;
    color: #fff;
    text-align: center;
    display: none;
}

.cookies .button-agree {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    cursor: pointer;
}

.cookies .button-agree:hover {
    border: 1px solid #009c80;
    color: #00b595;
    background: #ffffff;
}

ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.flash.error {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.button.code:hover,
.button.code:focus,
.button.code {
    background: none;
    border: 2px solid #eeeeee;
    color: #000000;
    cursor: initial;
    margin-bottom: 5px;
}

.button.code-copy {
    border: 2px solid #aeaeae;
    background: #c5c5c5;
    color: #ffffff;
    margin-bottom: 5px;
}

.button.code-copy:hover,
.button.code-copy:focus {
    background: #ffffff;
    color: #c5c5c5;
}

section.default.slevovy_kod p {
    font-size: 16px;
}
.slevovy_kod h2 {
    text-transform: initial;
}

label[for="frm-payForm-payments-card"] {
   display: none !important;
}