/*
    Theme Name:   TurekCzechRacing
    Author: Thomas Kotlaba
    Description: Custom theme for Race from TurekCzech
    Version: 1.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: Race
    This theme, like WordPress, is licensed under the GPL.
*/
body {
    font-family: 'Oswald',sans-serif;
    background-color: #f5f5f5;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
h1 {
    position: absolute;
    top: -5000px;
}
header{
    background-color: #131E2C;
    color:#fff;
}
.variations .label {
    text-align: left;
}
.variations, .product_meta {
    display:none;
}
.single_add_to_cart_button button alt disabled wc-variation-selection-needed {
    background-color: #3b5998;
}
.button{
    background-color: #3b5998 !important;
}
.woocommerce div.product form.cart .variations select, .reset_variations {
    display: none !important;
}
.single-product-radio {
    max-width: 50%;
}
.single-product-radio p {
    padding: 10px 20px;
    transition: all .25s;
    margin:0;
    color:#fff;
    font-weight: 700;
}
.single-product-radio p:hover{
    background-color: #131E2C;
    color:#fff;
    transition: all .25s;
}
input[type="radio"]:checked + label {
    background-color: #131E2C; /* Změna na žluté pozadí */
    color: #fff; /* Změna barvy textu */
}
.single-product-radio span:hover {
    color:#fff !important;
}
.woocommerce-variation-price {
    padding: 15px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color:#000 !important;
}


.parallax-container {
    height: 60vh !important;
}
.parallax {
    background-position: center !important;
    background-image: url(../images/parallax.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.parallax img {
    width: 35% !important;
}
.parallax-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.parallax-cover p {
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: x-large;
}
.parallax-cover h2 {
    font-weight: bold;
    color:#fff;
}
.site-header {
    padding:13px 0;
    font-weight: bold;
}
.site-header-texts {
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.site-header-texts span a {
    color:#fff;
}
.site-header-texts .email {
    padding-left: 80px;
}
.site-header .icons {
    text-align: right;
    padding-right: 15px;
    display: flex;
    justify-content: end;

}

.site-header .icons a {
    display: flex;
    margin-right: 7px;
    color:#000;
    background-color: #f5f5f5;
    border-radius: 3px;
}
.site-header .icons a svg {
    display: var(--fa-display, inline-block);
    height: 0.7em;
    width: 0.7em;
    overflow: visible;
    vertical-align: -0.125em;
    padding: 9px;
}
nav {
    background-color: #f5f5f5;
    display: flex;
    height: fit-content;
    justify-content: left;
    box-shadow: unset !important;
    border-width: 0 0 0px 0;
    border-style: dotted;
    border-color: #c3c3c3;
    background-color: #fff;
    width: 100%;
}
.menu-navigace-container {
    width: 100%;
}
.menu {
    display: block;
    height: fit-content;
    margin: 0 auto;
}

#menu-navigace li:first-child {
    width: 18%;
    text-align: center;
}

nav ul {
    display: flex;
}
nav ul li {
    padding: 15px !important;
    padding-bottom: 0 !important;
}
nav ul li a {
    color:#7a7a7a !important;
    padding: 5px;
    position: relative;
    transition: all .35s;
    font-weight: bold;
    font-size: 18px !important;
}
nav ul li a:hover {
    color:#0470b2 !important;
    background-color: transparent !important;
    transition: all .35s;
}
nav ul li a::after {
    opacity:0;
    content: " ";
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom:0;
    left: 10%;
    height: 3px;
    background-color: #0470b2;
    transition: all .35s;
}

nav ul li a:hover:after {
    opacity: 1;
    display: block;
}
nav ul li:first-child a:after {
    display: none !important; /* Nezobrazovat pseudoelement */
    content: none;
}
.first_svg {
    position: absolute;
    z-index: 1;
    top: 0;
}
.parallax path {
    fill: #131E2C;
}
.second_svg {
    position: absolute;
    bottom: -1px;
    z-index: 2;
    left: 0;
}
.second_svg path {
    fill: #fff;
}
.front-page {
    margin-top: 40px;
}
.main-content {
    margin-top: 15px;
    padding: 120px 60px;
    background-color: #fff;
}
article {
    margin-top: 80px;
    padding: 25px;
    line-height: 1.5rem;
    font-weight: 500;
}
article p {
    font-size: 1rem;
}
article .author {
 
    width: 100%;
    padding: 0;
}
article h2, article h3, article h4 {
    font-weight: 700;
}
.components-button {
    background-color: #131E2C;
    color:#fff;
}
.woocommerce-notices-wrapper {
    display:none;
}
.post, .page {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 40px;
    overflow: hidden;
}
.page {
    overflow: auto !important;
}
.post .right-wrapper {
    padding:20px;
}
.post-text h2 {
    margin-top:0;
}
.post .post-thumb img {
    width: 100%;
    height: 200px;
}
.product {
    margin-top: 15px;
    position: relative;
    margin-bottom: 65px;
}
.product img{
    width: 100%;
    height: auto;
    border-radius: 80px;
}
.product .register-link {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 2rem;
    background: #0470b2;
    padding: 25px;
    border-top-right-radius: 8px;
    bottom:0;
    color: #fff;
    max-width: 350px;
    line-height: 3rem;
}
.product-image-background {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.post-thumb {
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.post .right-wrapper {
    background-color: #fff;
    padding:15px;
    height: 100%;
}
.post .author {
    border-width: 1px 0 0 0;
    border-style: dotted;
    padding-top: 15px;
    border-color: #c3c3c3;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
}
.post .author img {
    width: 60px;
    height: auto;
    border-radius: 50%;
}
.post .author p {
    padding-left: 25px;
    color:#c3c3c3;

}
.woocommerce-breadcrumb {
    display: none;
}
footer {
    padding-top: 120px;
    width: 100%;
    background-color: #131E2C;
    color:#c3c3c3;
}
.footer-column {
    padding: 5px 10px;
    font-weight: 500;
    line-height: 1.75rem;
}
.footer-column h3 {
    color:#fff;
    font-weight: 700;
    font-size: 1.7rem;
}
.footer-column span {
    color:#fff;
}
.footer-menu {
    padding-left: 0;
}
.footer-menu li {
    list-style: none;
}
.footer-menu a {
    color:#54595f;
    font-weight: 700;
    transition: color .35s;
}
.footer-menu a:hover {
    color:#0170b9;
    transition: color .35s;
}
.footer-icons {
    text-align: center;
}
.footer-icons-wrapper {
    display: block;
    margin-top: 33px;
}
.footer-icon {
    color: #fff;
    font-size: 2rem;
    border-radius: 12px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}
.footer-facebook {
    background: #3b5998;
}
.footer-instagram {
    background-color: #262626;
}
.copyright {
    text-align: center;
    font-size: 11px;
}
#sidebar {
    display:none;
}
.woocommerce-tabs {
    display: none;
}
.subcategories {
    margin-left: 25px;
}
body {
    margin:0 !important;
}
.race-image-text {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3b5998;
    color:#f5f5f5;
    font-size: 2rem;
    padding: 18px;
    border-bottom-left-radius: 8px;
}
.author {
    display: none !important;
}
.woocommerce-order-details__title, .addresses h2,.custom-thankyou-form h2 {
    font-size: 1.5rem;
}
.main-menu-mobile .mobile-center-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mobile-center-wrapper div {
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
}
.main-menu-mobile a {
    display: flex;
}
.main-menu-mobile .sidenav-trigger {
    color:#262626;
    position: absolute;
    left: -150%;
}
.main-menu-mobile img {
    width: 65px;
    aspect-ratio: inherit;
    height: auto;
}
.mobile-email {
    padding-left: 10px;
}
.sidenav {
    padding-top: 80px;
}
.sidenav ul {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.sidenav ul li a {
    height: fit-content;
    padding: 0 !important;
    width: auto;
}
.sidenav ul li {
    width: 100%;
    padding:0 !important;
    text-align: center;
}
.wc-block-components-radio-control__input {
    opacity: 1 !important;
}
.propositions {
    opacity: 1;
    width: auto;
    display: block;
    margin-bottom: 25px;
}
.gallery-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.gallery-wrapper img {
    height: 100%;
    width: auto;
}

footer p {
    color: #7a7a7a;
}
.carousel {
    perspective: 1000px;
}
.carousel .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
}


#primary {
    flex: 1 0 auto;
}