@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;400;700&family=Kanit:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
body, html {
    padding: 0;
    margin: 0;
    font-family: 'Antonio', sans-serif;
    color: #14582A;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        transform: translateY(0);
    }
} 
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
} 
#navbar-buttons li > a::after {
    display:block;
    content: '';
    border-bottom: solid 3px #FFEF00;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
#navbar-buttons li > a:hover::after {
    transform: scaleX(1);
}
#dropdown-navbar-buttons > li {
    font-size: 18px;
    list-style: none;
    width: fit-content;
}
#dropdown-navbar-buttons li a > span {
    background-color: #14582A;
    color: #FFEF00;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}
@media screen and (min-width: 1700px) {
    .dropbtn {
        display: none;
    }
}
.dropbtn {
    padding: 10px;
    margin: 25px;
    font-size: 16px;
    border: none;
    background: transparent;
}
#dropdown-menu-line1 {
    content: "";
    border: 1px solid #14582A;
    width: 40px;
}
#dropdown-menu-line2 {
    content: "";
    border: 1px solid #14582A;
    width: 25px;
    float: right;
    margin-top: 15px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 275px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif !important;
}
#dropdown-navbar-buttons span {
    vertical-align: super;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #ddd;
}
#navbar-buttons > li, #uppernav-button > li {
    list-style: none;
}
.navbar {
    display: flex;
    flex-direction: row;
    margin-left: 150px;
    font-family: 'Roboto', sans-serif;
}
.navbar-wrapper {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
}
#logo-wrapper {
    margin-right: 75px;
}
#navbar-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
}
#navbar-buttons li > span {
    padding: 5px 10px;
}
@media screen and (min-width: 1700px) {

    #navbar-buttons {
        display: flex;
        justify-content: space-between;
        padding-inline-start: 0px !important;
        width: 100%;
    }
    #uppernav-button, #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
  
}
@media screen and (max-width: 1700px) {
  
    #navbar-container {
        align-items: center;
        justify-content: center;
    }
    #navbar-buttons li > a, #navbar-buttons > #navbar-search {
        display: none;
    }
    #navbar-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        width: 100%;
        gap: 5px;
    }
  
}
@media screen and (max-width: 1110px) {
  
    .navbar {
        box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.75);
        margin-left: 0px;
        align-items: center;
    }
    #lower-nav #navbar-buttons {
        display: none;
    }
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: right;
        align-items: center;
        width: 100%;
    }
}
@media screen and (max-width: 660px) {
    #logo-wrapper a > img {
        width: 100px;
        height: auto;
    }
  
    #lower-nav {
        width: 100%;
    }
    .dropbtn {
        margin: 15px;
    }
    #logo-wrapper {
        margin-right: 0px;
    }
}
@media screen and (max-width: 400px) {
  
}
#uppernav-login {
    display: flex;
    align-items: center;
}
#uppernav-button > li {
    margin-left: 15px;
    margin-right: 15px;
}
#uppernav-button {
    margin-right: 2vw;
}
#navbar-search {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1110px) {
    #lower-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}
.navigation-wrapper {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    gap: 5px;
}
@media screen and (min-width: 500px) {
    .navigation-wrapper {
        display: flex;
        flex-direction: row;
        font-size: 16px;
        gap: 5px;
    }
}
@media screen and (max-width: 500px) {
    .navigation-wrapper {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        gap: 5px;
    }
    .doprava-section1-header > h1 {
        font-size: 30px !important;
    }
}
.navigation-wrapper > span:nth-child(3) {
    font-weight: bold;
}
@media screen and (min-width: 700px) {
    .doprava-section1-header-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1000px) {
    .doprava-section1 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 115px;
    }
    .doprava-section2 {
        margin-left: 150px;
        margin-right: 150px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .doprava-section1 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 115px;
    }
    .doprava-section2 {
        margin-left: 50px;
        margin-top: 50px;
        margin-right: 50px;
    }
}
@media screen and (max-width: 700px) {
    .doprava-section1 {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 115px;
    }
    .doprava-section2 {
        margin-left: 25px;
        margin-top: 50px;
        margin-right: 25px;
    }
    .doprava-section1-header-container {
        display: flex;
        margin-top: 25px;
        gap: 25px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    .doprava-section1-header {
        margin-right: 0px !important;
    }
}
.prev-step {
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    margin-right: auto;
    gap: 10px;
}
.prev-step span:nth-child(1) {
    color: #FFEF00;
    background-color: #14582A;
    padding: 5px 10px;
}
.doprava-section1-header {
    display: flex;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.doprava-section1-header > h1 {
    font-size: 45px;
    text-transform: uppercase;
}
#doprava-section1-navigation-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}
.doprava-section1-navigation {
    border-radius: 25px;
    height: 10px;
}
#doprava-nav-2 {
    background-color: #14582A;
    width: 100px;
}
#doprava-nav-1, #doprava-nav-3 {
    background-color: #FFD629;
    width: 75px;
}
@media screen and (min-width: 1430px) {
    #doprava-section2-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 50px;
    }
    #doprava-section2-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    #doprava-section2-right {
        width: 50%;
        position: relative;
    }
    #doprava-section2-third-table {
        padding: 15px;
        width: 100%;
    }
}
@media screen and (max-width: 1430px) {
    #doprava-section2-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }
    #doprava-section2-left {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 25px;
    }
    #doprava-section2-right {
        width: 100%;
        position: relative;
    }
    #doprava-section2-third-table {
        padding: 0px;
        width: 100%;
        margin-bottom: 75px;
    }
}
.deliverer td:first-child{
    padding-left: 40px;
}
@media screen and (max-width: 450px) {
    .deliverer td:first-child{
        padding-left: 20px;
    }
}
#doprava-section2-third-table tr > td:nth-child(3), #doprava-section2-third-table tr > th:nth-child(3) {
    text-align: right;
}
@media screen and (max-width: 750px) {
    #doprava-section2-second-table, #doprava-section2-first-table, #doprava-section2-third-table, .collapsible {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1370px) {
    #doprava-section2-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 50px;
    }
    #doprava-section2-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    #doprava-section2-right {
        width: 100%;
        position: relative;
    }
}
#order-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    margin-bottom: 10px;
    padding: 0;
}
#order-content > img {
    cursor: pointer;
}
#doprava-section2-first-table {
    margin-bottom: 25px;
}
#doprava-section2-first-table, #doprava-section2-second-table {
    border: 2px solid rgb(20, 88, 42, .5);
    padding: 15px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}
#doprava-section2-second-table h2, #doprava-section2-first-table th {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
}
#doprava-section2-first-table th, #doprava-section2-second-table th, #doprava-section2-third-table th {
    text-align: left;
    border-bottom: 2px solid rgb(20, 88, 42, .25);
}
#doprava-section2-first-table td, #doprava-section2-second-table td, #doprava-section2-third-table td {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px
}
#doprava-section2-left > table, #doprava-section2-right > table {
    color: black;
    font-size: 20px;
    font-family: 'Roboto';
}
#section3-wrapper {
    position: absolute;
    width: fit-content;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1000px) {
    #section3-wrapper {
        margin-bottom: 30px;
    }
}
#section3-wrapper span {
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    background: #14582A;
    color: #FFEF00;
    background-image: linear-gradient(135deg, #FFEF00 50%, transparent 51%);
    background-size: 100px 100px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    transition: all ease 0.8s;
}
#section3-wrapper span:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    background-color: #FFEF00;
    color: #14582A;
}
#footer-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#left-left-foot > h1, #left-right-foot > h1, #right-left-foot > h1, #right-right-foot > h1 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #FFEF00 50%, transparent 50%) 50% 1;
}
#left-left-foot > span, #left-right-foot > span, #right-left-foot > span, #right-right-foot > span {
    font-size: 16px;
}
#center-foot {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 5px;
}

#left-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#left-right-foot {
    display: inline-block;
    vertical-align: top;
}
#right-left-foot {
    display: inline-block;
    vertical-align: top;
    margin-right: 5vw;
}
#right-right-foot {
    display: inline-block;
}
#right-right-foot > a:not(:last-child) {
    margin-right: 25px;
}
#right-lower-foot {
    position: absolute;
    justify-content: left;
    bottom: 15px;
}
@media screen and (max-width: 1400px) {
    #center-foot {
        display: none;
    } 
}
@media screen and (max-width: 1100px) {
    #footer-wrapper {
        width: 100vw
    }
    #right-foot {
        margin-right: 0;
        width: 50%;
    }
    #left-foot {
        margin-left: 0;
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    #left-foot {
        display: none;
    }
    #right-foot {
        width: 100%;
        height: fit-content;
        padding: 15px 5px;
    }
    #right-lower-foot {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        bottom: 0;
        left: 35%;
        text-align: center;
    } 
}
@media screen and (min-width: 550px) {
    #right-lower-foot-resp {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    #footer-wrapper {
        display: none;
    }
    #right-lower-foot-resp {
        display: block;
        background-color: #14582A;
        color: white;
        padding: 20px;
        text-align: center;
    }
}
#doprava-section2-first-table input[type="checkbox"], #doprava-section2-second-table input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}
#doprava-section2-first-table input[type="checkbox"]:before, #doprava-section2-second-table input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -7px;
    width: 20px;
    height: 20px;
    background: #fcfcfc;
    border: 2px solid #14582A;
    border-radius: 0px;
}
#doprava-section2-first-table input[type="checkbox"]:checked:before, #doprava-section2-second-table input[type="checkbox"]:checked:before {
    background: #14582A;
    border-color: #14582A;
}
#doprava-section2-first-table img {
    display: none;
}
#privacy_policy_field a {
    text-decoration: underline;
}

.full-height-page {
    min-height: calc(100vh - 500px);
    margin-top: 200px;
}

.success-payment {
    display: flex;
    flex-direction: column;
    gap: 20px;

}