@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: 1160px) {
    .kosik-section2 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .kosik-section1 {
        margin-top: 115px;
        margin-left: 150px;
        margin-left: 150px;
    }
    .kosik-section3 {
        margin-bottom: 50px;
        margin-left: 150px;
        margin-right: 150px;
    }
    .kosik-section4 {
        margin: 100px 150px;
    }
}
@media screen and (max-width: 1160px) {
    .kosik-section2 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .kosik-section1 {
        margin-top: 115px;
        margin-left: 50px;
        margin-left: 50px;
    }
    .kosik-section3 {
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 50px;
    }
    .kosik-section4 {
        margin: 100px 50px;
    }
}
@media screen and (max-width: 700px) {
    .kosik-section2 {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .kosik-section1 {
        margin-top: 115px;
        margin-left: 25px;
        margin-left: 25px;
    }
    .kosik-section3 {
        margin-bottom: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .kosik-section4 {
        margin: 50px 25px;
    }
}
.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;
    }
    .kosik-section1-header > h1 {
        font-size: 30px !important;
    }
}
.navigation-wrapper > span:nth-child(2) {
    font-weight: bold;
}
.kosik-section1-header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kosik-section1-header {
    display: flex;
    justify-content: center;
    align-items:right;
    flex-direction: column;
}
.kosik-section1-header > h1 {
    font-size: 45px;
    text-transform: uppercase;
}
#kosik-section1-navigation-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 25px;
    justify-content: right;
}
.kosik-section1-navigation {
    border-radius: 25px;
    height: 10px;
}
#kosik-nav-1 {
    background-color: #14582A;
    width: 100px;
}
#kosik-nav-2, #kosik-nav-3 {
    background-color: #FFD629;
    width: 75px;
}
#shopping-wrapper {
    overflow: auto;
}
#shopping-table {
    padding: 25px 0px;
    box-sizing: border-box;
    box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.5);
    width: 100%;
    min-width: 750px;
    font-family: 'Roboto', sans-serif;
    color: black;
}
#shopping-table tr:nth-child(even){
    background-color: rgb(20, 88, 42, .03);
}
@media screen and (max-width: 830px) {
    #shopping-table td > img {
        display: none;
    }
}
@media screen and (min-width: 1160px) {
    #shopping-table {
        font-size: 20px;
    }
}
@media screen and (max-width: 1160px) {
    #shopping-table {
        font-size: 17px;
    }
}
#shopping-table tr {
    vertical-align: middle;
}
#shopping-table th {
    border-bottom: 2px solid rgb(20, 88, 42, .25);
    font-weight: lighter;
}
#shopping-table tr:nth-child(1) {
    text-align: left;
}
#shopping-table tr > td:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    gap: 15px;
}
#shopping-table tr > td:not(:nth-child(1)) {
    text-align: left;
}
#shopping-table td > .pocet-baleni {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#shopping-table tr .pocet-baleni > img {
    background-color: #14582A;
    cursor: pointer;
}
@media screen and (max-width: 900px) {
    .pocet-baleni {
        height: 20px;
    }
    .pocet-baleni > img {
        height: 100%;
    }
}
@media screen and (min-width: 1670px) {
    .kosik-section3-wrapper {
        display: flex;
        font-family: 'Roboto', sans-serif;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }
}
@media screen and (max-width: 1670px) {
    .kosik-section3-wrapper {
        display: flex;
        font-family: 'Roboto', sans-serif;
        flex-direction: column-reverse;
        gap: 25px;
    }
}
#coupon-input {
    display: flex;
    flex-direction: row;
}
@media screen and (min-width: 1670px) {
    #tobe-paid, .tobe-paid {
        display: flex;
        flex-direction: row;
        width: 50%;
        justify-content: space-between;
        font-size: 24px;
    }
    #kosik-section3-coupon {
        font-size: 20px;
    }
    #coupon-input input {
        padding: 12px 30px;
        border: 1px solid #C3C3C3;
    }
    #coupon-input button {
        padding: 10px 20px;
        font-size: 21px;
        cursor: pointer;
        text-transform: uppercase;
        color: #FFEF00;
        background-color: #4D4D4D;
        border: none;
    }
}
@media screen and (max-width: 1670px) {
    #tobe-paid, .tobe-paid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 28px;
    }
    #kosik-section3-coupon {
        font-size: 20px;
    }
    #coupon-input input {
        padding: 12px 30px;
        border: 1px solid #C3C3C3;
    }
    #coupon-input button {
        padding: 10px 20px;
        font-size: 21px;
        cursor: pointer;
        text-transform: uppercase;
        color: #FFEF00;
        background-color: #4D4D4D;
        border: none;
    }
}
@media screen and (max-width: 700px) {
    #tobe-paid, .tobe-paid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 20px;
    }
    #kosik-section3-coupon {
        font-size: 17px;
    }
    #coupon-input input {
        padding: 5px 15px;
        border: 1px solid #C3C3C3
    }
    #coupon-input button {
        padding: 5px 15px;
        font-size: 17px;
        cursor: pointer;
        text-transform: uppercase;
        color: #FFEF00;
        background-color: #4D4D4D;
        border: none;
    }
}
@media screen and (max-width: 510px) {
    #tobe-paid, .tobe-paid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 17px;
    }
    #kosik-section3-coupon {
        font-size: 15px;
    }
    #coupon-input input {
        padding: 5px 10px;
        border: 1px solid #C3C3C3
    }
    #coupon-input button {
        padding: 5px 10px;
        font-size: 15px;
        cursor: pointer;
        text-transform: uppercase;
        color: #FFEF00;
        background-color: #4D4D4D;
        border: none;
    }
}
@media screen and (max-width: 450px) {
    #tobe-paid, .tobe-paid {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 10px;
    }
}
#kosik-section4-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 700px) {
    #kosik-section4-wrapper span {
        font-size: 25px;
        padding: 10px 20px;
        cursor: pointer;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 700px) {
    #kosik-section4-wrapper span {
        font-size: 20px;
        padding: 5px 10px;
        cursor: pointer;
        text-transform: uppercase;
    }
}
#kosik-section4-wrapper span:nth-child(1) {
    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;
}
#kosik-section4-wrapper span:nth-child(1):hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    background-color: #FFEF00;
    color: #14582A;
}
#kosik-section4-wrapper span:nth-child(2) {
    text-transform: uppercase;
    background: #FFEF00;
    color: #14582A;
    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;
}
#kosik-section4-wrapper span:nth-child(2):hover {
    background-size: 200% 200%;
    background-position: 0px 0px;
    background-color: #14582A;
    color: #FFEF00;
}
#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;
        width: 100%;
        background-color: #14582A;
        color: white;
        padding: 20px;
        text-align: center;
    }
}
.bottom-fixed {
    position: absolute;
    bottom: 0;
}
.woocommerce form.checkout_coupon {
    margin: 0em !important;
    border: none !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px !important;
}
.woocommerce form .form-row {
    padding: 0px !important;
}
.woocommerce form.checkout_coupon > p:first-child {
    display: none;
}
.cart-update {
    width: fit-content;
    margin-left: auto;
}
#shopping-table .quantity {
    display: flex;
    flex-wrap: nowrap;
}






@media screen and (min-width: 1160px) {
    .kosik-order-summary {
        margin: 50px 150px;
    }
}
.kosik-order-review-table > .woocommerce-shipping-destination, .kosik-order-review-table > .shipping-calculator-button {
    display: none;
}
.kosik-order-summary-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.kosik-order-review-table {
    width: 50%;
}
#doprava-section2-second-table {
    background-color: #FFF;
}
@media screen and (max-width: 1160px) {
    .kosik-order-summary {
        margin: 50px;
    }
    .kosik-order-summary-wrapper {
        flex-direction: column;
    }
    .kosik-order-review-table {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .kosik-order-summary {
        margin: 50px 25px;
    }
}
.cart-update {
    display: none;
}
.free-ship-bar{display:flex;align-items:center;gap:10px;margin:16px 0;padding:12px 16px;border-radius:4px;background:#e6f5e6;border:1px solid #a6d7a6}
.free-ship-ico{flex:0 0 auto;color:#2f7d32}
.free-ship-bar .amount{font-weight:700}
.woocommerce-cart .product-name .cart-stock-note,
.woocommerce-checkout .product-name .cart-stock-note,
.widget_shopping_cart .cart-stock-note{
    display:block;
    font-size:16px;
    line-height:1.3;
    margin-top:2px;
}
