

/* Colors */
/* Values */
/* Media breakpoints */
body {
    position: relative;
}
html {
  scroll-behavior: smooth;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
}
h3 {
  font-size: 26px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;

}
h4 {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin-bottom: 30px;
}
iframe {
	height: 100%;
    width: 100%;
}
#content p {
  font-size: 14px;
  line-height: 2;
  color: grey;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .container {
        padding: 0 50px !important;
    }
}
@media (max-width: 767px) {
    .section {
        padding: 60px 0 60px !important;
    }
    .navbar-brand {
        display: unset !important;
        margin-right: unset !important;
    }
    .navbar img {
        width: 80%;
    }
}
html {
    scroll-behavior: smooth;
}
.text-lightblue {
    color: #A6AFB7;
}
p {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 25px;
    font-family: "Roboto";
    letter-spacing: 0.25px;
}
.w-fit {
    width: fit-content !important;
}
.btn-blue {
    background-color: #A6AFB7;
    color: white;
    font-family: "Poppins";
    font-size: 14px;
    padding: 13px 34px;
    border: 2px solid #A6AFB7;
    border-radius: 35px;
    letter-spacing: 0.25px;
    transition-duration: 0.25s;
    display: inline-block;
}
.btn-blue:hover {
    background-color: transparent;
    color: #A6AFB7;
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}



/* HEADER */
.head {
    background-color: #f8f8f8;
    /*background-image: url("/www/web/images/img/head-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}
.header-nav {
    padding: 25px 0 140px 0;
}
.header-nav .navbar-nav {
    margin-left: auto;
    margin-top: 5px;
}
.header-nav .nav-item {
    margin: 0 15px;
}
.header-nav .nav-item .nav-link {
    font-family: "Roboto";
    color: #2b2b2b !important;
    font-weight: 400;
    letter-spacing: 0.25px;
    padding: 4px 1px !important;
    font-size: 15px;
    line-height: 19px;
}
.header-nav .navbar {
    align-items: end;
}
.header-main {
    padding-bottom: 30px;
}
.header-main h1 {
    font-family: "Poppins";
    font-size: 60px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 40px;
}
.header-main p {
    margin-bottom: 40px;
}
.header-main .main-box {
    margin-right: 50px;
    margin-bottom: 1rem;
}
.alert-box {
    /*background-image: url("/www/web/images/img/info-bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    background: #f8f8f8;
    padding: 80px 0;
}
.alert-box .message {
    background-color: white;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    padding: 25px 200px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}
.alert-box .message span {
    font-size: 18px;
    font-family: "Poppins";
    color: #2b2b2b;
    font-weight: 500;
}
.alert-box .message-head {
    font-weight: bold !important;
}
.alert-box .message-head::after {
    content: "-";
    margin: 0 2px 0 8px;
    font-weight: 500 !important;
}


/* HEADER QUERIES */
@media (min-width: 993px) {
    .header-nav .nav-item.active, .header-nav .nav-item:hover {
        border-bottom: 3px solid #A6AFB7;
    }
}
@media (max-width: 993px) {
    .header-nav .navbar {
        align-items: center;
    }
    .alert-box .message {
        padding: 25px 100px;
    }
    .header-main .main-img {
        display: block;
        margin: auto;
        float: unset !important;
        padding-bottom: 40px;
    }
    .header-nav {
        padding: 10px 0 10px 0;
        margin-bottom: 50px;
        background: white;
    }
    .header-main h1 {
        text-align: center;
    }
    .header-main p {
        text-align: center;
    }
    .header-main .main-box a.btn-blue {
        display: block;
        margin: auto;
        width: fit-content;
    }
    .header-main {
        padding-bottom: 75px;
    }
    .header-main .main-box {
        margin-right: 0px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent !important;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    #navbarNav {
        padding-top: 25px;
        text-align: center;
    }
    .header-nav .nav-item.active a, .header-nav .nav-item:hover a {
        color: #A6AFB7 !important;
    }
    #navbarNav a {
        font-size: 17px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .alert-box .message {
        text-align: center;
    }
    .alert-box .message .message-head {
        display: block;
    }
    .alert-box .message .message-head::after {
        display: none;
    }
    .header-main .main-box {
        margin-bottom: 0px;
    }

}
@media (max-width: 576px) {
    .alert-box .message {
        padding: 25px 50px;
    }
}
@media (max-width: 476px) {
    .alert-box .message {
        padding: 25px 29px;
    }
}
/* SECTIONS */
.section {
    padding: 30px 0 160px;
}
.contact-us {
    padding-bottom: 240px;
}
.team .person-box {
    padding: 0;
}
.section .section-title p {
    font-family: "Poppins",sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.section .section-title h2 {
    color: #2b2b2b;
    font-family: "Poppins",sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.section .section-desc {
    font-family: "Roboto",sans-serif;
    text-align: center;
    max-width: 820px;
    display: block;
    margin: auto;
    font-weight: 400;
    margin-bottom: 90px;
}
.team .person-card {
    width: fit-content;
    position: relative;
    background: #A6AFB7;
    margin-bottom: 69px;
}

/* SECTIONS QUERIES */
@media (max-width: 767px) {

}


/* OUR TEAM */
.team .person-card img{
    transition-duration: 0.25s;
}
.team .person-card:hover img{
    opacity: 0.85;
}
.team .about-box {
    /*padding: 55px 50px 55px 85px;*/
}
.team .about-text {
    font-family: "Roboto",sans-serif;
    text-align: left;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #2b2b2b;
}
.team .person-card .person-info {
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    min-width: 250px;
    bottom: -69px;
}
.team .person-info div:first-child {
    background-color: #fff;
    padding: 11px 5px;
}
.team .person-info div:last-child {
    background-color: #A6AFB7;
    padding: 11px 5px;
}
.team .person-info div:first-child p {
    color: #2b2b2b;
    margin: 0;
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: 0.25px;
}
.team .person-info div:last-child p, .team .person-info div:last-child a {
    color: #fff;
    margin: 0;
    text-align: center;
    display: block;
    margin: auto;
    letter-spacing: 0.25px;
}
.team .person-card .person-name {
    font-family: "Poppins",sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.team .person-card .person-prof {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.team .person-card .person-tel {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.team .person-card .person-mail {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* OUR TEAM QUERIES */
@media (max-width: 1200px) {
    .team .about-box {
        padding: 0px 50px 55px 85px;
    }
}
@media (max-width: 993px) {
    .team .person-card .person-info {
        min-width: 200px;
    }
    .team .about-box p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .team .person-box .person-card {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .team .person-box {
        padding-bottom: 0px;
    }
    .team .person-box:first-child {
        padding-bottom: 20px;
    }
}

/* CONTACT */

.contact h3 {
    font-family: "Roboto",sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}
.contact h4 {
    font-family: "Poppins",sans-serif;
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}
.contact p {
    font-family: "Roboto",sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact .contact-box {
    padding: 95px 0 135px;
    max-width: 650px;
    margin-left: auto;
}

.contact .address {
    /*background-image: url("/www/web/images/img/icon-pin.svg");
    background-repeat: no-repeat;
    background-position: left top;*/
    margin-bottom: 45px;
    padding-left: 50px;
}
.contact .tel-and-mail {
   /* background-image: url("/www/web/images/img/icon-phone.svg");
    background-repeat: no-repeat;
    background-position: left top;*/
    margin-bottom: 45px;
    padding-left: 50px;
}
.contact .opening-hours {
    padding-left: 50px;
}
.contact .opening-hours h3 {
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact .opening-hours p{
    font-weight: 500;
}
.contact #map {
    height: 100%;
    min-height: 400px;
}
.icon {
    position: absolute;
    left: 0;
}
/* CONTACT QUERIES */
@media (min-width: 1200px) and (max-width: 1350px) {
    .contact .contact-box {
        max-width: 100%;
        margin-left: unset;
        padding: 95px 50px 135px;
    }
}
@media (max-width: 1200px) {
    .contact .contact-box {
        max-width: 480px;
        margin-left: auto;
        padding: 95px 0 135px;
    }
}
@media (max-width: 993px) {
    .contact .contact-box {
        max-width: 360px;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .contact .contact-box {
        max-width: fit-content;
        padding: 60px 30px 60px 0;
        margin-left: auto;
        margin-right: auto;
    }
}

/* CONTACT US */
.contact-us form {
    margin: 0;
}
.contact-us .contact-form {
    margin: 100px 40px 10px;
    padding: 50px 200px 60px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.23);

}
.contact-us .contact-form input, .contact-us .contact-form textarea {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    width: 100%;
    padding: 10px 2px;
    margin-top: 20px;
}
.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
}
.contact-us .contact-form textarea{
    resize: none;
    padding: 10px 0;
    margin-bottom: 70px;
    min-height: 150px;
}
.contact-us .contact-form input:focus, .contact-us .contact-form textarea:focus {
    outline: none;
}
.contact-us .contact-form button {
    padding: 13px 80px;
}

/* CONTACT US QUERIES */
@media (max-width: 1200px) {
    .contact-us .contact-form {
        margin: 100px 0px 10px;
        padding: 50px 150px 60px;
    }
}
@media (max-width: 993px) {
    .contact-us .contact-form {
        margin: 100px 0px 10px;
        padding: 50px 90px 60px;
    }
}
@media (max-width: 767px) {
    .contact-us .container {
        padding: 0;
    }
}
@media (max-width: 576px) {
    .contact-us .contact-form {
        margin: 25px 0px 10px;
        padding: 50px 50px 60px;
    }
}
/* FOOTER */
.footer {
    padding: 45px 0;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .footer-icons-box {
    display: flex;
}
.footer .footer-icon {
    border: 1px solid #e1e1e1;
    border-radius: 35px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    transition-duration: 0.25s;
}
.footer .footer-icon:hover {
    text-decoration: none;
    background-color: #ebebeb;
}
.footer .copyright-box {
    display: flex;
    align-items: center;
}
.footer .copyright {
    text-align: right;
    width: 100%;
    display: block;
    color: #a5a5a5;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
}
.footer .copyright a {
    color: #a5a5a5;
}
.footer .footer-icon:last-child {
    margin-right: 0;
}

/* FOOTER QUERIES */
@media (max-width: 767px) {
    .footer .footer-icons-box {
        justify-content: center;
    }
    .footer .copyright {
        margin-top: 20px;
        text-align: center;
    }
}
#content {
    padding-bottom: 250px;
}
table {
  width: 100%;
  overflow: scroll;
}
tr {
  border-bottom: 1px solid #e3e3e3;
}
th,td {
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
}
td {
  font-weight: 400;
}
th:nth-child(odd) {
  background: #ebeef4;
}
th:nth-child(even) {
  background: #f1f3f7;
}
td:nth-child(even) {
  background-color: #f7f8fa;
}
@media (max-width: 768px){
  th, td {
    padding: 10px;
    font-size: 9px;
  }
}
.photo-wrap img {
    width: 100%;
    height: auto;
}
.navigation h1 {
  font-size: 40px;
  color: #A6AFB7;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.navigation .bar {
  font-size: 13px;
}
.navigation .bar span:last-child {
  color: black;
  font-weight: 800;
}
.navigation .bar a, .navigation .bar span {
  color: black;
  font-weight: 500;
}
.navigation {
  border: 1px solid #e1e1e1;
}
input, button {
    outline: none!important;
}



select {
    word-wrap: normal;
    /* padding: 0.5rem; */
    max-width: 230px;
    text-align: left;
    padding: 10px 40px 10px 25px;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    border: 1px solid #e9e9e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/www/web/Icons/sipka-select.svg) no-repeat right center white;
}
select::-ms-expand {
    display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.finally li:nth-child(odd) {
  background: #f1f1f1;
  padding: 1rem 2rem;
}

.finally li:nth-child(even) {
  background: white;
  padding: 1rem 2rem;
}
.finally li {
	padding: 0.5rem;
}
.finally label, .text-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	align-self: start;
}
.finally h2 {
	font-size: 22px;
	font-weight: 800;
}
.finally span {
	color: #A6AFB7;
	font-weight: 800;
}
.celkem {
	padding: 24px 36px;
	background-color: #e3e3e3;
}
.celkem h3 {
	font-size: 14px;
	margin: 0;
	font-weight: 800;
}
.celkem-vyber {
	padding: 2rem 4rem;
  background: rgba(227, 227, 227, 0.9)!important;
}
.celkem-vyber h3 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
}
.celkem-vyber h2 {
	font-size: 21px;
	font-weight: 700;
}

.price-all {
	font-size: 21px;
	font-weight: 800;
}
.vyber h3 {
	font-size: 22px;
	color: #89ce45;
	font-weight: 700;
}
.button a {
	font-size: 24px;
	background-color: #89ce45;
	color: white;
	padding: 20px 45px;
	border: none;
	border-radius: 50px;
	font-weight: 800;
}
.button input {
	font-size: 24px;
	background-color: #89ce45;
	color: white;
	padding: 20px 45px;
	border: none;
	border-radius: 50px;
	font-weight: 800;
}



.main {
	width: 100%;
	background-color: white;
	margin: auto;
}
.option h3 {
	font-size: 17px;
	font-weight: 800;
	margin: 0;
}
.option p {
	font-size: 14px;
	margin-bottom: 0;
}
.store,.car {
	width: 100%;
	border: 2px solid #ececec;
	cursor: pointer;
}
.main .active, .store:hover,.car:hover {
	border: 2px solid #A6AFB7;
}
.form {
	color: #292929;
}
.form label {
	font-size: 15px;
}
.form input {
	font-size: 15px;
	border-radius: 0;
}
ul {
	list-style-type: none;
}
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  	position: absolute;
  	top: 12px;
  	left: 0;
  	transform: translateY(-50%);
  	height: 14px;
  	width: 14px;
  	background-color: white;
  	border-radius: 50%;
    box-shadow: 0px 0px 4px 1px grey;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: white;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
 	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	background-color: #A6AFB7;
	border-radius: 50%;

}
.buy img {
	max-width: 175px;
}
.buy, .contact-us {
  background: #f8f8f8;
}
.count {
  padding-left: 35px;
}
.count-of-items input {
    width: 40px;
    outline: none;
    height: 35px;
    padding: 5px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    text-align: center;
}
.count-of-items {
    display: flex;
    max-width: 200px;
}
.buy p {
  line-height: inherit;
  font-size: 14px;
  letter-spacing: inherit;
}
.count-width {
  width: 100%;
  max-width: 250px;
}
.but-products {
  color: white;
  padding: 10px 20px;
  background: #A6AFB7;
  border: 2px solid #A6AFB7;
  font-size: 14px;
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
}
.but-products:hover {
  color: #A6AFB7;
  background: white;
  text-decoration: none;
}
.price {
  color: #A6AFB7;
  font-weight: 400;
}
.arrow {
  border: solid #A6AFB7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 10px;
  z-index: 99;
  top: 40%;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 600px) {
  .change {
    width: 600px;
    justify-content: center;
    padding-top: 2rem;
  }
  .count-of-items {
    justify-content: center;
    margin: auto;
  }
  .change-form-check {
  flex: 0 0 100%;
  max-width: 100%;
  }
}
.footer {
  background-color: white;
}
@media (max-width: 736px) {
  .celkem-res {
    padding: 24px 0px;
  }
  .li-res {
    padding: 1rem 0rem!important;
  }
  .coin {
    padding-right: 0.25rem;
  }
}
.red-but {
background: #e3e3e3;
  border-color: #e3e3e3;
}
.red-but:hover {
  background: white;
  color: #e3e3e3;
}




