@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%;
    }
}
@media screen and (min-width: 1250px) {
    .udaje-section1 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 115px;
    }
    .udaje-section2 {
        margin: 100px 150px;
    }
}
@media screen and (max-width: 1250px) {
    .udaje-section1 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 115px;
    }
    .udaje-section2 {
        margin: 50px 100px;
    }
}
@media screen and (max-width: 1000px) {
    .udaje-section1 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 115px;
    }
    .udaje-section2 {
        margin: 50px 50px;
    }
}
@media screen and (max-width: 700px) {
    .udaje-section1 {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 115px;
    }
    .udaje-section2 {
        margin: 50px 25px;
    }
}
@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;
    }
    .udaje-section1-header > h1 {
        font-size: 30px !important;
    }
}
.navigation-wrapper > span:nth-child(4) {
    font-weight: bold;
}
@media screen and (min-width: 870px) {
    .udaje-section1-header-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 870px) {
    .udaje-section1-header-container {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .udaje-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;
}
.udaje-section1-header {
    display: flex;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.udaje-section1-header > h1 {
    font-size: 45px;
    text-transform: uppercase;
}
#udaje-section1-navigation-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: center;
}
.udaje-section1-navigation {
    border-radius: 25px;
    height: 10px;
}
#udaje-nav-3 {
    background-color: #14582A;
    width: 100px;
}
#udaje-nav-1, #udaje-nav-2 {
    background-color: #FFD629;
    width: 75px;
}
#udaje-section2-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}
@media screen and (max-width: 1400px) {
    #udaje-section2-wrapper {
        flex-direction: column;
    }
    #udaje-section2-left, #checkout-second-step {
        width: 100% !important;
    }
    #udaje-section2-right {
        width: 100% !important;
    }
    #company-order {
        width: fit-content !important;
    }
}
#udaje-section2-left {
    width: 35%;
}
#udaje-section2-left > h2 {
    font-size: 25px;
    margin: 20px 0px;
}
#udaje-section2-left #company-order {
    background-color: #F3F6F4;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#user-info-form .form-row input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid rgb(20, 88, 42, .5);
}
#user-info-form .form-row label {
    font-family: 'Roboto', sans-serif;
}
#udaje-section2-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 700px) {
    #udaje-section2-order-table {
        width: 100%;
        font-size: 20px;
    }
}
@media screen and (max-width: 700px) {
    #udaje-section2-order-table {
        width: 100%;
        font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
    #udaje-section2-order-table {
        width: 100%;
        font-size: 12px;
    }
}
#udaje-section2-order-table tr td:nth-child(3), #udaje-section2-order-table tr th:nth-child(3) {
    text-align: right;
}
#udaje-section2-order-table th {
    text-align: left;
    border-bottom: 2px solid rgb(20, 88, 42, .25);
    font-family: 'Roboto';
    padding-top: 25px;
}
#udaje-section2-order-table tr {
    font-family: 'Roboto';
}
#udaje-section2-order-table td:not(:nth-child(3)) {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
}
#order-recap h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
}
#udaje-section2-account {
    width: 100%;
    text-align: left
}
#udaje-section2-account span {
    color: #14582A;
    font-size: 25px;
    text-transform: uppercase;
    padding: 5px 25px;
    margin-bottom: 5px;
    width: fit-content;
    background-color: #FFEF00;
}
@media screen and (max-width: 420px) {
    #udaje-section2-account span {
        font-size: 18px;
    }
}
#udaje-section2-account p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
#udaje-section2-button-wrapper {
    position: absolute;
    width: fit-content;
    bottom: 0;
    right: 0;
}
#section-button-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;
}
#udaje-section2-button-wrapper span:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    background-color: #FFEF00;
    color: #14582A;
}
@media screen and (min-width: 780px) {
    #udaje-section2-buttons {
        width: 100%;
        margin-top: 25px;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 780px) {
    #udaje-section2-buttons {
        width: 100%;
        margin-top: 25px;
        flex-direction: column;
        display: flex;
        width: fit-content;
        gap: 20px;
    }
}
#udaje-section2-buttons button {
    text-transform: uppercase;
    font-size: 25px;
    border: none;
    box-sizing: border-box;
    font-weight: bolder;
    background: #FFEF00;
    color: #14582A;
    padding: 10px 20px;
    cursor: pointer;
    background-image: linear-gradient(135deg, #14582A 50%, transparent 51%);
    background-size: 100px 100px;
    background-position: -50px -50px;
    background-repeat: no-repeat;
    transition: all ease 0.8s;
}
#udaje-section2-buttons button:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    color: #FFEF00;
}
#udaje-section2-buttons a > button {
    text-transform: uppercase;
    font-size: 25px;
    border: none;
    box-sizing: border-box;
    font-weight: bolder;
    background: #14582A;
    color: #FFEF00;
    padding: 10px 20px;
    cursor: pointer;
    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;
}
#udaje-section2-buttons a > button:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    color: #14582A;
}
@media screen and (max-width: 420px) {
    #udaje-section2-buttons button {
        font-size: 16px;
    }
}
#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;
    }
}
#udaje-section2-order-table input[type="checkbox"], #user-info-form input[type="checkbox"], #company-order input[type="checkbox"], #ship-to-different-address input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}
#udaje-section2-order-table input[type="checkbox"]:before, #user-info-form input[type="checkbox"]::before, #company-order input[type="checkbox"]::before, #ship-to-different-address 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;
}
#udaje-section2-order-table input[type="checkbox"]:checked:before, #user-info-form input[type="checkbox"]:checked::before, #company-order input[type="checkbox"]:checked::before, #ship-to-different-address input[type="checkbox"]:checked::before {
    background: #14582A;
    border-color: #14582A;
}

#doprava-section2-second-table input[type="radio"], #doprava-section2-first-table input[type="radio"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 15px;
    width: 20px;
}
#doprava-section2-second-table input[type="radio"]::before, #doprava-section2-first-table input[type="radio"]::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-second-table input[type="radio"]:checked::before, #doprava-section2-first-table input[type="radio"]:checked::before, input[type="radio"].checked::before {
    background: #14582A !important;
    border-color: #14582A;
}

.woocommerce-checkout #payment div.payment_box, .woocommerce-privacy-policy-text {
    display: none !important;
}
.woocommerce-checkout #payment {
    background: transparent !important;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0em !important;
    margin-top: 15px;
}
#billing_iscomp_field {
    background-color: #F3F6F4;
    box-sizing: border-box;
    padding: 10px !important;
}
#section2-continue {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bolder;
    background: #14582A;
    padding: 15px 25px;
    color: #FFEF00;
    cursor: pointer;
    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;
}
#section2-continue:hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    color: #14582A;
}
#billing_iscomp_field {
    display: none;
}
.order-recap {
    width: 100%;
}