/*
Theme Name: Kiosko_mod_by_Lwy_Kreatywnosci
Theme URI: https://wordpress.com/theme/kiosko/
Author: Automattic
Author URI: https://automattic.com/
Description: Kiosko is a store theme for WooCommerce.
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: kiosko
Tags: e-commerce, four-columns, wide-blocks, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, sticky-post, template-editing, threaded-comments, translation-ready
*/

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
    border-color: var(--wp--preset--color--contrast);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
    text-decoration-color: var(--wp--preset--color--primary);
    text-decoration-thickness: 0.5px !important;
    text-underline-offset: 0.05em;
}

/* Reset browser default margins for blockquote element */
.wp-block-pullquote blockquote {
    margin: 0;
}

/* Search button inside style */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
}

/* Adjust font size for comment reply title */
.wp-block-post-comments-form .comment-reply-title {
    font-size: var(--wp--preset--font-size--large);
}

/* Remove the bottom margin from the button */
.wp-block-post-comments-form .form-submit {
    margin-bottom: 0;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
    padding: var(--wp--preset--spacing--50);
}

/* Adjust the top padding for the submenu items */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--preset--spacing--30);
}

/* Override the Gutenberg style to theme style */
.wp-block-post-author__byline,
.wp-block-post-author__bio {
    font-size: inherit;
}

/* Round the avatar and reset the vertical alignment */
.wp-block-post-author__avatar img {
    border-radius: 999px;
    line-height: 0;
}

/* Style tag cloud outline style  */
.wp-block-tag-cloud.is-style-outline a {
    border-color: var(--wp--preset--color--tertiary);
    border-radius: 999px;
    padding: 0 0.5rem;
}

.wp-block-tag-cloud.is-style-outline a:hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--primary);
}

/* Remove the default margin from author bio */
.wp-block-post-author__bio {
    margin: 0;
}

/* Remove the default margin from term description. */
.wp-block-term-description p:first-child {
    margin-top: 0;
}

.wp-block-term-description p:last-child {
    margin-bottom: 0;
}

/* Normalise font sizes for the latest comments and latest posts widgets */
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: inherit;
}

/* Adjust font colour in the Calendar widget */
.wp-block-calendar table:where(:not(.has-text-color)) {
    color: var(--wp--preset--color--foreground);
}

/* Fix border radius setting for the avatar block */
.wp-block-avatar a,
.wp-block-avatar img {
    border-radius: inherit;
    vertical-align: middle;
}

/* Fix line height for various fields */
.wp-block-search__input,
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    line-height: inherit;
}

/* Style  border colour for search and Jetpack subscription blocks */
.wp-block-search__input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
    border-color: var(--wp--preset--color--tertiary);
}

/* Needed to style input field for various Jetpack blocks */
.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
    background-color: #fff;
    border: 1px solid var(--wp--preset--color--tertiary);
    font-size: inherit;
    line-height: inherit;
    padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form label {
    font-weight: 400;
}

.wp-block-jetpack-contact-form.contact-form label span {
    opacity: 0.7;
}

.wp-block-jetpack-contact-form.contact-form select {
    padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form textarea {
    margin-bottom: var(--wp--preset--spacing--40);
}

/* Style the feedback you get after submitting the contact form */
div[id^="contact-form-"] h4 {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: inherit;
    line-height: 1.555555556;
}

div[id^="contact-form-"] .contact-form-submission {
    margin: 0;
    padding: 0;
}

/* Adjust vertical margins in the mailchimp block */
.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
.wp-block-jetpack-mailchimp p {
    margin: var(--wp--preset--spacing--40) 0;
}

/* Adjust the size of the consent text in mailchimp block */
#wp-block-jetpack-mailchimp_consent-text {
    font-size: var(--wp--preset--font-size--small);
    margin-bottom: 0;
}

/* Remove underline from the price after discounted */
ins {
    text-decoration: none;
}

/* Fix the hardcoded wide width value in the stylesheet for TT3 */
.woocommerce.woocommerce-page main {
    max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
}


.wp-block-search__button.has-icon {
    line-height: 0;
    background: #fefc2d;
    color: #080015;
}

body {
    background: url(img/bg.jpg) center top no-repeat #11002d;
    background-size: 100%;
    color: #fff !important;
}

a {
    color: #fff !important;
}

.wp-block-navigation__container {
    flex-grow: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wc-block-components-product-image img {
    max-width: 50%;
    width: 50%;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 15px;
    padding: 5%;
}

.home .product {
    background: rgb(10 0 31 / 80%);
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
}

.wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.home .wc-block-price-filter__controls input {
    border-color: #fff !important;
    border-style: solid;
    background: none;
    color: #fff;
    border-radius: 5px !important;
    border: 2px solid;
}

.home .wp-block-search__input {
    border-color: #fff;
    background: none;
    color: #fff;
    border-radius: 5px;
    border: 2px solid;
}

.home .wp-block-search__input::placeholder {
    color: #fff;
}

.wc-block-components-form input {
    border-color: #fff !important;
    border-style: solid;
    background: none !important;
    background-color: none !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: 2px solid !important;
}

h1,
h2,
h3,
h4 {
    color: #fffc2d !important;
}

.wc-block-components-button {
    background: #fefc2d;
}

.wc-block-components-button__text {
    color: #080015 !important;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    background: #fefc2d;
    margin-bottom: 20px;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span {
    color: #080015 !important;
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    font-size: inherit;
    background: none;
    color: #fff;
    padding: 10px;
    border-color: #fff;
}

option {
    background: rgb(10 0 31 / 100%);
    color: #fff;
}

.wp-block-navigation__submenu-container {
    background-color: #0a001f !important;
}

.wp-block-navigation__responsive-container {
    background-color: #0a001f !important;
}

.wp-block-navigation__responsive-container-close {
    color: #fff !important;
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
}

:root :where(.wp-block-post-terms) {
    color: #fffc2d !important;
    font-size: var(--wp--preset--font-size--small);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    border: 2px solid #fffc2d !important;
    background: none !important;
}

.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button[name=add-to-cart] {
    border: 2px solid #fffc2d !important;
    background: none !important;
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.woocommerce div.product .woocommerce-product-gallery__image a {
    display: block;
    line-height: 0;
    outline-offset: -1px;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
}

.woocommerce div.product .woocommerce-product-gallery__image a img {
    height: 300px !important;
    width: auto !important;
    margin: 50px;
}

.woocommerce div.product ol.flex-control-thumbs {
    padding-left: 0;
    float: left;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.wp-image-33 {
    width: 150px;
    margin: 25px 0px;
}

.has-primary-background-color {
    background-color: #070016 !important;
}

h3 a {
    color: #fefc2d !important;
}

.product h3 a {
    color: #fefc2d !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.home .product .wc-block-components-product-price {
    display: block;
    border-bottom: 2px solid #fefc2d;
    padding-bottom: 18px;
    margin: 0px 8px;
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
    background: #fff !important;
}

button {
    opacity: 1;
    transition: 0.3s all;
}

button:hover {
    opacity: 0.5;
}

a {
    opacity: 1;
    transition: 0.3s all;
}

a:hover {
    opacity: 0.5;
}

.woocommerce .woocommerce-breadcrumb {
    background: rgb(10 0 31 / 80%) !important;
    padding: 20px !important;
    border-radius: 15px !important;
}

.woocommerce-product-gallery {
    background: rgb(10 0 31 / 80%) !important;
    border-radius: 15px !important;
}

.wp-container-core-group-is-layout-e555385e .product {
    /* background: linear-gradient(180deg,rgba(254, 252, 45, 1) 0%, rgba(20, 0, 69, 1) 33%, rgba(7, 0, 22, 1) 100%)!important; */
    border: 2px solid #fefc2d;
    background: url(img/bg.jpg) center top no-repeat #11002d;
    background-size: 500%;
}

.home .wp-container-core-group-is-layout-e555385e .product .wc-block-components-product-price {
    border: none !important;
}

.home .wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%;
    box-shadow: 0px 0px 150px 0px rgb(176 0 255 / 27%);
}

header .wp-block-navigation__responsive-close p {
    margin:0px;
}

header .is-layout-flex {
    display: flex !important;
    align-content: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

.wp-block-navigation .wp-block-navigation-item__label {
    font-size: 12.5px;
}

.wp-block-navigation__container {
    letter-spacing: 0px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #ffffff!important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff !important;
}

.wc-block-components-order-summary-item__quantity span {
    color:#000!important;
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(29.33333% - .83333em);
        padding: 2%;
    }
}

@media (min-width: 1100px) {
header .wp-block-navigation__responsive-close {
        width: 900px;
    }

header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        width: 900px;
    }
}
