@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Helvetica.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-Oblique.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rammetto One';
    src: url('/wp-content/themes/omiglotti/assets/fonts/RammettoOne-Regular.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/RammettoOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Better-Yesterday';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Better-Yesterday-italic.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Better-Yesterday-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Better Yesterday';
    src: url('/wp-content/themes/omiglotti/assets/fonts/Better-Yesterday.woff2') format('woff2'),
        url('/wp-content/themes/omiglotti/assets/fonts/Better-Yesterday.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*:focer {
    outline: none;
}

:root {
    --main-color: #f8133f;
    --primary-color: #3a9985;
    --secondary-color: #f8133f;
}

html {
    scroll-behavior: auto !important;
}

body {
    font-family: 'Helvetica', sans-serif;
    line-height: 1.5;
    background: #FFFFFF;
    color: #1A1A1A;
    scroll-behavior: smooth;
}

h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.font-secondary {
    font-family: 'Rammetto One';
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #51267e;
}

a:hover {
    color: var(--main-color);
}

footer {
    margin-top: 100px;
    background: #000;
    color: #fff;
    padding-bottom: 30px;
    position: relative;

}


footer .footer-bandes {
    background: #fff;
    margin-bottom: 50px;
    display: flex;
}


.footer-main-menu {
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0;
    list-style: none;
    margin-right: 50px;
}

.footer-main-menu li a {
    color: #fff;
    text-decoration: none;
}

footer .instagram svg {
    width: 25px;
    height: 25px;
    fill: #c04ea3;
}

footer .facebook svg {
    width: 25px;
    height: 25px;
    fill: #4482ba;
}

.diamond-bg {
    position: relative;
}

.diamond-bg * {
    z-index: 10;
    position: relative;
}

.diamond-bg:before {
    content: "";
    width: 95%;
    height: 101%;
    position: absolute;
    background: #fff;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 2px;
    transform: skewX(3deg) rotate(46deg);
}

.instagram,
.facebook {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


header {
    border-bottom: 3px solid var(--main-color);
}

header .logo {
    height: 175px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

header .logo a {
    height: 100%;
}

header .logo img {
    height: 100%;
    width: auto;
    padding: 10px 0;
}

.header-main-menu {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    margin: 0;
}

.header-main-menu li a {
    color: #1A1A1A;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 20px;
    font-weight: normal;
    display: block;
}

.header-main-menu li a:hover {
    color: var(--main-color);
}

.header-main-menu .current-menu-item a {
    color: var(--main-color);
}

header .cart {
    position: relative;
}

header .language-switch-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header .language-switch-menu li a {
    padding: 10px
}


#count-cart {
    color: #fff;
    font-family: 'Better-Yesterday';
    font-size: 20px;
    position: absolute;
    top: -16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 33px;
}

#count-cart:after {
    content: "";
    border-radius: 2px;
    transform: skewX(3deg) rotate(50deg);
    background: #f8133f;
    z-index: -1;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 0;
    position: absolute;
}


header .cart svg {
    width: 24px;
    height: 24px;
}

.home-splide .splide {
    border-bottom: 3px solid var(--main-color);
}

.home-splide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-splide .splide__slide {
    position: relative;
    height: 400px;
}

.home-splide .splide__slide .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 50px 100Px;
    color: #fff;
}

.home-splide .splide__slide .content .subtitle {
    font-size: 20px;
}

.splide .splide__arrow {
    background: transparent;
    padding: 0;
    width: 60px;
    height: 60px;
}

.splide .splide__slide .content a {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    font-family: 'Rammetto One';
    padding: 10px 20px 8px 20px;
    margin-top: 20px;
}

.splide .splide__arrow svg {
    transform: none;
    fill: #f8133f;
    width: 100%;
    height: auto;
}

.splide .splide__arrow svg path {
    fill: #f8133f;
}

.title-colored-letters {
    font-size: 52px;
    font-family: 'Rammetto One';
    color: #fff;
}

.dot-diamond:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 15px;
    background: #c04ea3;
    border-radius: 2px;
    transform: skewX(3deg) rotate(50deg);
    display: inline-block;
}

.title-sub2 {
    font-family: 'Better Yesterday';
    font-size: 60px;
}

.boxtop .image {
    background: #000;
    border-bottom: 5px solid;
    height: 200px;
    overflow: hidden;
}

.boxtop .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.boxtop .title-colored-letters {
    color: #000;
    margin-top: 10px;
    font-size: 25px;
}

.boxtop a:hover img {
    transform: scale(1.2);
}

.cat-intro {
    height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 3px solid var(--main-color);
    background-attachment: fixed !important;
}

.cat-intro div {
    height: 100%;
}

.splide_cat {
    padding: 0 50px;
}

.splide_cat img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.splide_cat.splide .splide__arrow--prev {
    left: -10px;

}

.splide_cat.splide .splide__arrow--next {
    right: -10px
}

.produkt a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition-duration: 0.5s;
    margin-bottom: 30px;
}

.produkt a:hover {
    transform: translateY(10px);
}

.produkt .title {
    position: relative;
    padding: 15px 25px;
    color: #fff;
    font-family: 'Rammetto One';
    font-size: 23px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.produkt .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.produkt .description {
    color: #000;
    margin-top: 20px;
    padding: 0 15px
}


.description a {
    color: var(--main-color);
    text-decoration: underline;
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.single-product .intro-product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    color: #fff;
    overflow: hidden;
    border-bottom: 3px solid var(--main-color);
}

.single-product .intro-product.black {
    color: #000;
}

.single-product .intro-product.black .title-colored-letters {
    color: #000;

}

.single-product .intro-product .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(/wp-content/themes/omiglotti/assets/icons/bloc-mosaique-sombre.svg);
    background-size: cover;

}

.single-product .intro-product .bg2 {
    background: url(/wp-content/themes/omiglotti/assets/icons/mosaique-pastel.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;

}

.intro-product .bg svg {
    height: 105%;
    width: 100%;
}

.single-product .intro-product .outofstock {
    color: var(--main-color);
    font-weight: bold;
}

.iframe-ytb {
    aspect-ratio: 16 / 9;
}

.cmplz-placeholder-1 {
    height: 100%;
    width: 100%;
}


.single-product .sub-box {
    border-right: 2px solid #000;
    margin-right: 15px;
    height: 100%;
}

.template_prestavenie.intro-product .title-colored-letters {
    color: #000;
}

.single-product .intro-product .gallery-slide {
    margin-top: 20px;
}

.single-product .intro-product .gallery-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single-product .intro-product .gallery-slide.splide .splide__arrow {
    width: 40Px;
    height: 40px;
}

.single-product .intro-product .gallery-slide .splide__arrow--prev {
    left: 0;
}

.single-product .intro-product .gallery-slide .splide__arrow--next {
    right: 0;
}

.boxs-info-section {
    background: #1a1a1a;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.boxs-info-section .box-info {
    padding: 10px 0;
    margin-bottom: 30px;
}

.boxs-info-section .box-info .image {
    border-bottom: 5px solid;
}

.boxs-info-section .box-info .title {
    font-family: 'Better Yesterday';
    font-size: 62px;
    margin-top: 10Px;
}

.boxs-info-section .box-info .sub-title {
    font-weight: bold;
    margin: 10px 0;
}


.btn-cart-add {
    padding: 10px 25px;
    background: var(--main-color);
    border: none;
    font-weight: bold;
    color: #fff;
    font-family: 'Rammetto One';
}

.btn-reviews {
    background: transparent;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.contact-word-boxs {
    display: flex;
    flex-wrap: wrap;
}

.contact-word-boxs .box-contact {
    padding: 20px;
    position: relative;
}

.contact-word-boxs>div:nth-child(2n) .box-contact {
    transform: translatey(50px)
}

.contact-word-boxs .box-contact .image {
    background: #CCCCCC;
    width: 100%;
    height: 150px;
    border-bottom: 5px solid;
    position: relative;
}

.contact-word-boxs .box-contact .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-word-boxs .box-contact .image:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-word-boxs .box-contact .name {
    margin: 10px 0 5px 0;
    font-family: 'Rammetto One';
}

.contact-word-boxs>div:after {
    content: "";
    position: absolute;
    top: 120px;
    left: -50vw;
    width: 150vw;
    height: 2px;
    background: #000;
    z-index: -1;
}


.contact-word-boxs .btn-artist svg {
    width: 40px;
    height: 40px;
}


.contact-word-boxs .btn-artist svg path {
    stroke: #fff;
}

.contact-word-boxs .btn-artist {
    position: absolute;
    background: #0000005c;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#artist-modal .modal-title {
    font-family: 'Rammetto One';
}


.contact-word-boxs .box-contact:hover .btn-artist {
    display: flex;
}

form.cart select {
    border-radius: 0;
    border: 1px solid #A6A2A2;
    height: 45px;
    background: transparent;
    padding: 0 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #3a9985;
    font-size: 1.25em;
}

.woocommerce div.product .detail-produkt form.cart div.quantity input {
    height: 45px;
}

.detail-produkt .custom-link-cart p {
    margin-bottom: 10px;
    width: 100%;
}

.detail-produkt .custom-link-cart a {
    border-radius: 0;
    background: #7c3288;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
}

.detail-produkt .variations .label {
    padding: 10px 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: #7c3288;
    position: relative;
}


.woocommerce #payment #place_order::after,
.woocommerce-page #payment #place_order::after,
#add_payment_method .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}


.woocommerce div.product .detail-produkt form.cart .button {
    height: 45px;
    border-radius: 0;
    background: #7c3288;
    position: relative;
    padding: 0px 25px;
}

.woocommerce div.product .detail-produkt form.cart .button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.detail-produkt .custom-link-cart a:hover,
.woocommerce div.product .detail-produkt form.cart .button:hover {
    background: #e62e58;
}



.woocommerce .form-row.column_legal,
.woocommerce-shipping-fields #shipping_first_name_field,
.woocommerce-shipping-fields #shipping_last_name_field,
.woocommerce-shipping-fields #shipping_address_1_field,
.woocommerce-shipping-fields #shipping_city_field,
.woocommerce-shipping-fields #shipping_company_field,
.woocommerce-shipping-fields__field-wrapper #shipping_state_field,
.woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field,
.woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.woocommerce-billing-fields__field-wrapper #billing_company_field,
.woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-billing-fields__field-wrapper #billing_email_field {
    width: 50%;
    padding: 10px;
    margin: 0;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field .select2-selection.select2-selection--single,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field .select2-selection.select2-selection--single {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field .select2-selection.select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field .select2-selection.select2-selection--single .select2-selection__rendered {
    align-self: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 1em;
}

.woocommerce .second_parent {
    display: none;
}

.woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-shipping-fields #shipping_address_2_field {
    display: none !important;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--single,
.woocommerce-input-wrapper select,
.woocommerce form .form-row input.input-text {
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #000000 !important;
}

.woocommerce-checkout .right-checkout {
    box-shadow: 0px 0px 4px 0px #0003;
    padding: 20px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%
}

.woocommerce #payment #place_order::after {
    border-color: #d1ecec transparent transparent transparent;
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #customer_details h4,
.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper {
    padding-left: 10px
}

.column_legal span.optional {
    display: none;
}

.column_legal label:after {
    content: "*";
    color: red;
}

.image-diamond {
    position: relative;
    width: 400px;
    border-radius: 10px;
}

.image-diamond img {
    object-fit: none;
    width: 100%;
    height: 100%;
    object-position: top left;
}

.image-diamond .top-left {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 299px 199px 0 0;
    border-color: #ffffff transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.image-diamond .top-right {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 199px 299px 0;
    border-color: transparent #ffffff transparent
}



.image-diamond .bottom-left {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 299px 0 0 199px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.image-diamond .bottom-right {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 299px 199px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.image-diamond .bottom-left:before {
    content: "";
    width: 1px;
    height: 365px;
    position: absolute;
    left: -112px;
    bottom: -28px;
    border-right: 1px solid #000;
    z-index: 999;
    transform: rotate(-34deg);
}

.image-diamond .top-left:before {
    content: "";
    width: 1px;
    height: 366px;
    position: absolute;
    left: 87px;
    top: -339px;
    border-left: 1px solid #000;
    z-index: 999;
    transform: rotate(-146deg);
}

.image-diamond .top-right:before {
    content: "";
    width: 1px;
    height: 365px;
    position: absolute;
    right: -86px;
    top: -37px;
    border-left: 1px solid #000;
    z-index: 999;
    transform: rotate(-32deg);
}

.image-diamond .bottom-right:before {
    content: "";
    width: 1px;
    height: 356px;
    position: absolute;
    right: 113px;
    bottom: -324px;
    border-left: 1px solid #000;
    z-index: 999;
    transform: rotate(33deg);
}


.image-diamond .bottom-left:after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    left: 21px;
    bottom: -4px;
    border-right: 2px solid #FFD31B;
    z-index: 999;
    transform: rotate(-34deg);
}

.image-diamond .top-left:after {
    content: "";
    width: 1px;
    height: 26px;
    position: absolute;
    left: 216px;
    top: -311px;
    border-left: 2px solid #FFD31B;
    z-index: 999;
    transform: rotate(-145deg);
}

.image-diamond .top-right:after {
    content: "";
    width: 1px;
    height: 381px;
    position: absolute;
    right: -128px;
    top: -40px;
    border-left: 2px solid #FFD31B;
    z-index: 999;
    transform: rotate(-33deg);
}

.image-diamond .bottom-right:after {
    content: "";
    width: 1px;
    height: 356px;
    position: absolute;
    right: 69px;
    bottom: -332px;
    border-left: 2px solid #FFD31B;
    z-index: 999;
    transform: rotate(35deg)
}


.splide-aboutus img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-slide .splide__pagination,
.splide-aboutus .splide__pagination {
    bottom: 0;
}

.splide__pagination .splide__pagination__page {
    background: #3a9985;
}

.splide__pagination .splide__pagination__page.is-active {
    background: #f8133f;
}



.contact-link {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.contact-link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.contact-link svg path {
    fill: #1f9638;
}

.wpcf7-form .label {
    margin-left: 20px;
    margin-bottom: -10px;
    z-index: 5;
    background-color: #fff;
    display: block;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px;
    font-weight: 500;
}

.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #A6A2A2;
    border-radius: 0;
    border-radius: 10px;
}

.wpcf7-form select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #A6A2A2;
    border-radius: 0;
    background: transparent;
    border-radius: 10px;
}

.wpcf7-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #A6A2A2;
    border-radius: 0;
    border-radius: 10px;
}

.wpcf7-form .wpcf7-submit {
    background: #7c3288;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: none;
    padding: 5px 25px;
    position: relative;
    height: 45px;
}

.wpcf7-form .wpcf7-submit::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #e62e58;
}

.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .row {
    gap: 15px 0;
}

.wpcf7-form .file-field .label {
    margin-bottom: 5px; /* alebo 0 */
}

.wpcf7-form .file-field input[type="file"] {
    margin-top: 10px;
}

#contact,
#company_school {
    color: #fff;
    border-bottom: 3px solid var(--main-color);
    background-attachment: fixed !important;
}

#company_school a {
    color: #fff;
    text-decoration: none;
    font-family: 'Rammetto One';
    padding: 10px 20px 8px 20px;
    margin-top: 20px;
    background: var(--main-color);
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul a {
    display: inline-block;
    padding: 5px 0;
    color: #000;
}

.woocommerce-MyAccount-navigation ul a:hover {
    color: var(--main-color);
}

#reviews-modal .modal-title {
    font-size: 25px;
    z-index: 1;
}

#reviews-modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
    border: 3px solid #ffd418;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

#reviews-modal .modal-header {
    border: none;
    padding-bottom: 0;
}

#reviews-modal .splide__arrow--prev {
    left: -50px;
}

#reviews-modal .splide__arrow--next {
    right: -50px;
}

#reviews-modal .bg-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

#reviews-modal .bg-modal svg {
    height: 100%;
}

#reviews-modal h4 {
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

#reviews-modal .description {
    z-index: 1;
}

#reviews-modal .btn-close {
    color: #fff;
}


.calendar-container {
    display: flex;
    flex-wrap: wrap;
}

.calendar-container .month {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-left: none;
    flex: 1 0 50%;
}

.calendar-container .month .title {
    width: 100%;
    text-align: center;
    padding: 5px;
}

.calendar-container .month .column {
    flex: 1;
    text-align: center
}

.calendar-container .month .day {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    font-weight: bold;
    padding: 5px;
}

.calendar-container .month .number {
    border-right: 1px solid #000;
    padding: 5px;
}

.calendar-container .month .column:nth-last-child(1) .number,
.calendar-container .month .column:nth-last-child(1) .day {
    border-right: none;
}

#calendar-modal .description {
    display: flex;
    flex-direction: column;
    border: 1Px solid #000
}

#calendar-modal .description div {
    width: 100%;
    flex: 1;
    padding: 5px;
    display: flex;
    align-items: center;
}


#calendar-modal .description div:nth-child(2) {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.calendar-container .typ {
    display: none;
}


.calendar-container .month:nth-child(odd) {
    background: #D5D5D5;
}

#calendar-modal .modal-title {
    color: #631382;
}

#calendar-modal .box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.template_atelries .intro-product {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
}

.single-product .gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.template_atelries .description h2,
.template_atelries .description h3 {
    font-family: 'Better Yesterday';
    font-size: 5rem;
}

.template_atelries .intro-product .info-box {
    background: #fff;
    border: 3px solid #ffd418;
    padding: 20px;
    color: #000;
}

.template_atelries .intro-product .info-box .price {
    font-weight: bold;
    color: var(--main-color);
    font-size: 25px;
}

.template_atelries .intro-product .cart {
    display: flex;
}

.template_atelries .intro-product .cart .qty {
    height: 40px;
    border: none;
    border-radius: 0;
}

.template_atelries .intro-product .btn-cart-add {
    padding: 10px 25px;
    background-color: var(--main-color) !important;
    border: none;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
}

.single-product .woocommerce-notices-wrapper .woocommerce-info,
.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
    max-width: 1370px;
    margin: 0 auto;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
    background: #7c3288;
    color: #fff;
}


.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: absolute;
    top: 20px;
    left: 16px;
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 15px;
    background: #c04ea3;
    border-radius: 2px;
    transform: skewX(3deg) rotate(50deg);
    display: inline-block;
    content: "";
}

.woocommerce-error {
    background-color: rgba(230, 25, 80, 0.2);
    color: #000;
    border-top-color: #e61a52;
}

.woocommerce-message,
.woocommerce-info {
    background: rgba(27, 161, 159, 0.2);
    border-top-color: #1ca2a0;

}

.woocommerce .return-to-shop .button {
    background: var(--main-color);
    color: #fff;
}

.woocommerce #children-container .child {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .btn-add-child button {
    background: #a0c51b;
    border: none;
    padding: 5px 20px;
    position: relative;
}

.woocommerce .btn-add-child button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.woocommerce .btn-add-child button:hover {
    background: var(--main-color);
}


#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#loading.hide {
    opacity: 0;
    visibility: hidden;
}


.single-product .post-password-form {
    max-width: 1340px;
    margin: 20px auto;
    padding-right: 15px;
    padding-left: 15Px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(27, 161, 159, 0.2);
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #d1ecec;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #d1ecec;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #d1ecec;
}

#add-notification form input[type="submit"] {
    background: #7c3288;
    color: #fff;
    border: none;
    padding: 5px 20px;
    height: 40px;
    flex: 1 0 100px;
}

#add-notification form input[type="email"] {
    border: 1px solid #7c3288;
    border-radius: 0;
    height: 40px;
    flex: 1 0 200px;
    padding-left: 15px;
}

#btn-newsletter {
    border: 2px solid #c04ea3;
    border-radius: 20px;
    padding: 10px 15px 0 15px;
    display: inline-flex;
    text-align: center;
    line-height: 1.2;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    background: #fff;
}

#btn-newsletter span:nth-child(1) {
    font-family: 'Rammetto One';
    font-weight: 500;
}

#btn-newsletter span:nth-child(2) {
    font-family: 'Better Yesterday';
    font-size: 40px;
    line-height: 1;
}

@media(max-width:1200px) {
    .title-colored-letters {
        font-size: 43px;
    }
}

@media(max-width:991px) {

    .hambuerger-menu-close,
    .header-main-menu {
        display: none;
    }

    .hamburger-menu svg {
        width: 35px;
        height: auto;
    }

    .hamburger-menu svg path {
        fill: var(--main-color);
    }

    .hambuger-content .none svg {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .hambuger-content .none a:hover svg path {
        fill: var(--main-color);
    }


    .hambuger-content .container {
        padding: 0 12px;
    }

    .hambuger-content {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        border-radius: 0;
        width: 40%;
        height: 100%;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        padding: 50px 20px;
    }

    .hambuger-content.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
    }

    .hambuger-content .header-main-menu {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-bottom: 20px;
    }

    .hambuger-content.open .hambuerger-menu-close {
        display: block;
    }

    .hambuerger-menu-close {
        width: 100%;
        text-align: right;
    }

    .hambuger-content .header-main-menu>li {
        border-bottom: 2Px solid #6266AE;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .hambuger-content .header-main-menu>li:nth-last-child(1) {
        border: none;
    }

    .hambuger-content .header-main-menu>li a {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
        font-weight: bold;
    }

    .hambuger-content .header-main-menu .menu-item-has-children .sub-menu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .hambuger-content .header-main-menu .menu-item-has-children .sub-menu a {
        font-size: 16px;
        text-decoration: none;
        font-weight: 500;
    }

    .hambuerger-menu-close svg {
        width: 40px;
        height: 40px;
    }

    .hambuger-content .contact-link {
        color: var(--main-color);
        font-size: 20px;
        text-align: left;
        text-decoration: underline;
    }

    .hambuger-content .flex-wrap {
        padding-top: 20px;
    }

    header.open {
        background: #020127;
    }

    .open.header-fixed .hambuger-content {
        top: 90px;
    }

    .home-splide {
        padding: 0;
    }

    .image-diamond {
        width: 300px;
    }

    .image-diamond img {
        object-position: top;
    }

    .image-diamond .top-left {
        border-width: 229px 149px 0 0;
    }

    .image-diamond .top-right {
        border-width: 0 149px 229px 0;
    }

    .image-diamond .bottom-left {
        border-width: 229px 0 0 149px;
    }

    .image-diamond .bottom-right {
        border-width: 0 0 229px 149px;
    }

    .image-diamond .bottom-left:before {
        height: 278px;
        left: -89px;
        bottom: -23px;
        transform: rotate(-33deg);
    }

    .image-diamond .top-left:before {
        height: 276px;
        left: 62px;
        top: -262px;
    }

    .image-diamond .top-right:before {
        height: 274px;
        right: -62px;
        top: -30px;
    }

    .image-diamond .bottom-right:before {
        height: 273px;
        right: 89px;
        bottom: -252px;
    }


    .image-diamond .bottom-left:after {
        height: 13px;
        left: 12px;
        bottom: 0px;
    }

    .image-diamond .top-left:after {
        height: 17px;
        left: 159px;
        top: -240px;
    }

    .image-diamond .top-right:after {
        height: 273px;
        right: -89px;
        top: -32px;
    }

    .image-diamond .bottom-right:after {
        height: 273px;
        right: 59px;
        bottom: -248px;
        transform: rotate(33deg);
    }

    .single-product .sub-box {
        border-right: none;
        border-top: 2px solid #000;
        padding-top: 15px;
    }

    .title-sub2 {
        font-size: 50px;
    }

}

@media(max-width:767px) {
    .open.header-fixed .hambuger-content {
        top: 80px;
    }

    .title-colored-letters {
        font-size: 35px;
    }

    .woocommerce-shipping-fields #shipping_first_name_field,
    .woocommerce-shipping-fields #shipping_last_name_field,
    .woocommerce-shipping-fields #shipping_address_1_field,
    .woocommerce-shipping-fields #shipping_city_field,
    .woocommerce-shipping-fields #shipping_company_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_country_field,
    .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
    .woocommerce-billing-fields__field-wrapper #billing_city_field,
    .woocommerce-billing-fields__field-wrapper #billing_phone_field,
    .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
    .woocommerce-billing-fields__field-wrapper #billing_state_field,
    .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
    .woocommerce-billing-fields__field-wrapper #billing_company_field,
    .woocommerce-billing-fields__field-wrapper #billing_country_field,
    .woocommerce-billing-fields__field-wrapper #billing_email_field {
        width: 100%;
    }

    .hambuger-content {
        width: 60%;
    }

    .home-splide .splide__arrows {
        display: none;
    }

    .home-splide .splide__slide .content {
        padding: 30px 15px;
    }
}

@media(max-width:575px) {
    .open.header-fixed .hambuger-content {
        top: 70px;
    }

    .title-sub2 {
        font-size: 35px;
    }

    .title-colored-letters {
        font-size: 30px;
    }

    header .logo {
        height: 150px;
    }

    .hambuger-content {
        width: 100%;
    }

    .template_atelries .description h2,
    .template_atelries .description h3 {
        font-size: 4rem;
    }

    .single-product .sub-box {
        margin-right: 0;
    }

    #btn-newsletter {
        margin-bottom: 20px;
        width: 100%;
    }

}

@media(max-width:350px) {

    #calendar-modal .description div,
    .calendar-container .month .number,
    .calendar-container .month .day,
    .calendar-container .month .title {
        padding: 0;
    }
}

@media(min-width:576px) {
    .product-list .produkt .description {
        border-right: 2px solid #000;
    }

}

@media(min-width:991px) {

    .hambuerger-menu-close,
    .hamburger-menu {
        display: none;
    }

    header .cart {
        position: absolute;
        top: 30px;
        right: 30px;
        width: auto;
    }


    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children::after {
        content: "⌄";
        position: absolute;
        right: 0;
        top: 7px;
    }

    .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        z-index: 99;
        background: #000;
        color: #fff;
        list-style: none;
        padding: 10px;
        min-width: max-content;
        top: 100%;
    }

    .menu-item-has-children .sub-menu a {
        color: #fff;
        padding: 5px 10px;
        display: block;
    }

    .menu-item-has-children:hover .sub-menu {
        display: block
    }

    header .language-switch-wrap {
        position: absolute;
        bottom: 0px;
        right: 10px;
        width: auto;
    }

    .gallery-slide,
    .gallery-slide .splide__track,
    .gallery-slide .splide__track * {
        height: 100%;
    }

    .iframe-ytb {
        height: 100%;
    }
}

@media(min-width:991px) {
    .calendar-container .month {
        flex: 0 0 33%;
    }
}

@media (min-width: 1200px) {
    .calendar-container .month {
        flex: 0 0 25%;
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1370px
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
    .product-list .produkt:nth-child(2n) .description {
        border: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .product-list .produkt:nth-child(3n) .description {
        border: none;
    }
}

@media screen and (min-width: 991px) {
    .product-list .produkt:nth-child(4n) .description {
        border: none;
    }

}

.after-lila::after {
    background: #c04ea3;
}

.after-yellow::after {
    background: #ffd418;
}

.after-green::after {
    background: #3a9985;
}

.after-red::after {
    background: #f8133f;
}

.color-lila {
    color: #c04ea3;
}

.color-black {
    color: #000;
}

.color-yellow {
    color: #ffd418;
}

.color-green {
    color: #3a9985;
}

.color-red {
    color: #f8133f;
}

.bg-lila {
    background: #c04ea3;
}

.bg-yellow {
    background: #ffd418;
}

.bg-green {
    background: #3a9985;
}

.bg-red {
    background: #f8133f;
}


.border-lila {
    border-color: #c04ea3 !important;
}

.border-yellow {
    border-color: #ffd418 !important;

}

.border-green {
    border-color: #3a9985 !important;

}

.border-red {
    border-color: #f8133f !important;

}

/** Palete block */
.has-omniglotti-0-color {
    color: #a0c51b;
}

.has-omniglotti-1-color {
    color: #31a237;
}

.has-omniglotti-2-color {
    color: #a4cb79;
}

.has-omniglotti-3-color {
    color: #3a8c34;
}

.has-omniglotti-4-color {
    color: #0c744f;
}

.has-omniglotti-5-color {
    color: #2f93d1;
}

.has-omniglotti-6-color {
    color: #78c6c8;
}

.has-omniglotti-7-color {
    color: #4a4a99;
}

.has-omniglotti-8-color {
    color: #7c3288;
}

.has-omniglotti-9-color {
    color: #905ca2;
}

.has-omniglotti-10-color {
    color: #a5328a;
}

.has-omniglotti-11-color {
    color: #c86ea9;
}

.has-omniglotti-12-color {
    color: #d25b9c;
}

.has-omniglotti-13-color {
    color: #e95f9b;
}

.has-omniglotti-14-color {
    color: #e61a52;
}

.has-omniglotti-15-color {
    color: #e84866;
}

.has-omniglotti-16-color {
    color: #ad2786;
}

.has-omniglotti-17-color {
    color: #682471;
}

.has-omniglotti-18-color {
    color: #6a2480;
}

.has-omniglotti-19-color {
    color: #242451;
}

.has-omniglotti-20-color {
    color: #145974;
}

.has-omniglotti-21-color {
    color: #155974;
}

.has-omniglotti-22-color {
    color: #cacf11;
}

.has-omniglotti-23-color {
    color: #72b52d;
}

.has-omniglotti-24-color {
    color: #3db8af;
}

.has-omniglotti-25-color {
    color: #3c61aa;
}

.has-omniglotti-26-color {
    color: #262c62;
}

.has-omniglotti-27-color {
    color: #82318a;
}

.has-omniglotti-28-color {
    color: #ac5c9f;
}

.has-omniglotti-29-color {
    color: #e7385f;
}

.has-omniglotti-30-color {
    color: #8a181b;
}

.has-omniglotti-31-color {
    color: #561e56;
}

.has-omniglotti-32-color {
    color: #51267e;
}

.has-omniglotti-33-color {
    color: #262c62;
}

.has-omniglotti-34-color {
    color: #1ca2a0;
}

.has-omniglotti-35-color {
    color: #118c38;
}

.has-omniglotti-36-color {
    color: #fed21f;
}