/*
Theme Name: Dev-2022
Theme URI: https://frontendtanfolyam.hu/
Author: the WordPress team
Author URI: https://designstreet.hu/
Description: Basic Theme by Emese Pocsik
Tags: one-column, custom-colors, custom-menu
Version: 1.1
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: dev-2022

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.wp-caption {
    font-size: smaller;
}

.wp-caption-text {
    font-size: smaller;
}

.sticky {}

.screen-reader-text {}

.gallery-caption {
    font-size: smaller;
}

.bypostauthor {}

.alignright,
.align-right {
    text-align: right;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter,
.align-center {
    text-align: center;
}

/* === RESET === */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
pre,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

iframe {
    display: block;
    max-width: 100%;
}

header li,
#main-menu li {
    list-style-type: none;
}

/* === RESPONSIVE TYPO === */

@media screen and (max-width: 540px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 541px) and (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 22px;
    }
}


/* === STYLE === */


:root {
    --black: #3A2D28;
    --pink: #D8176A;
    --blue: #02E4F0;
    --light-pink: #FDF1F7;
    --pink-shadows: 0px 10px 10px rgba(216, 23, 106, 0.15);
}

.woocommerce-product-gallery__wrapper div:first-of-type,
.woocommerce-product-gallery__wrapper div:first-of-type,
.hero figure {
    position: relative;
}

.woocommerce-product-gallery__wrapper div:first-of-type:before,
.woocommerce-product-gallery__wrapper div:first-of-type:before,
.hero figure:before {
    position: absolute;
    content: '';
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid var(--blue);
    pointer-events: none;
}

.hero .wp-block-button__link,
.front-me .wp-block-button__link,
.front-partner .wp-block-button__link,
body .ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn {
    margin-top: 2rem;
}

.width-70,
.hirlevel .content-box,
.me-text .content-box {
    width: 70%;
    margin: 0 auto;
}

.label-description p {
    width: 70%;
}

.width-80 .content-box {
    width: 80%;
}

:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}

.ease {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    color: var(--black);
    font-family: "Poppins", sans-serif;
}

ul,
ol {
    padding: 0;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol {
    margin: 0.5rem 0;
}

ol ol,
ol ol ol {
    padding-left: 1rem;
}

ul li {
    /* list-style-type: disc;*/
    margin-bottom: 0.25rem;
    margin-left: 1rem;
    list-style-type: none;
}

/*ul li::marker {
    color: var(--main-color);
}*/

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    counter-increment: my-counter;
    margin-bottom: 0.25rem;
}

ol li::before {
    content: counter(my-counter) '.';
    background: var(--main-color);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    color: white;
    text-align: center;
    margin-right: 0.5rem;
}

p {
    line-height: 1.5;
}

a {
    color: var(--main-color);
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    text-decoration: none;
}

@font-face {
    font-family: 'Quiche Sans';
    src: url('font/QuicheSans-Regular.eot');
    src: url('font/QuicheSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/QuicheSans-Regular.woff2') format('woff2'),
        url('font/QuicheSans-Regular.woff') format('woff'),
        url('font/QuicheSans-Regular.ttf') format('truetype'),
        url('font/QuicheSans-Regular.svg#QuicheSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p {
    font-size: 1.125rem;
}


h1 {
    font-family: 'Quiche Sans';
    font-size: 2.5rem;
    margin-top: 0;
    color: var(--pink);
    font-weight: 400;
}

h2 {
    font-family: 'Quiche Sans';
    font-size: 2.5rem;
    margin-top: 0;
    color: var(--pink);
    font-weight: 400;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.75rem;
    color: var(--black);
    font-weight: 400;
    margin-top: 0;
}

.cat-part h3,
.contact-h3 {
    font-size: 1.25rem;
}


h4,
.woocommerce-billing-fields h3,
h3#ship-to-different-address,
h3#order_review_heading,
#customer_login h2 {
    font-family: 'Quiche Sans';
    font-size: 1.75rem;
    color: var(--pink);
    font-weight: 400;
}

p.has-medium-font-size,
body .ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name,
.woof_container_inner h4 {
    font-size: 1.5rem !important;
}


.yith-wcwl-add-to-wishlist-button__label {
    font-size: 1.25rem !important;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

.hero p {
    font-size: 1.375rem;
}

blockquote {
    background: #eee;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border-left: solid 5px var(--main-color);
}

hr {
    border: none !important;
    height: 3px;
    background: #eee;
}

table {
    border-spacing: 0;
    border: solid 1px #ddd;
}

td,
th {
    padding: 0.5rem 1rem;
    border: solid 1px var(--light-pink);
}

th {
    background: var(--light-pink);
    text-align: left;
}

/*body:not(.home) main {
    padding: 3rem 0;
}*/

.post-meta ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    font-size: smaller;
}

.post-meta ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.post-tags a,
.tagcloud a {
    display: block;
    float: left;
    padding: 0.15rem 0.25rem;
    border: solid 2px transparent;
    font-size: small !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
}

.post-tags a:hover,
.tagcloud a:hover {
    background: #000;
}

.accordion {
    margin: 0 0 2rem 0;
    clear: both;
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
    margin: 0;
}

.accordion .accordion-title {
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
    border-bottom: solid 1px #ddd;
    color: inherit;
    padding: 0.65rem 0.5rem 0.65rem 2rem;
    position: relative;
}

.accordion .accordion-title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.3rem;
    transform: rotate(45deg);
    vertical-align: top;
}

.accordion .accordion-title.active,
.accordion .accordion-title:hover {
    color: var(--main-color);
}

.accordion .active h4 {
    border-bottom: none;
}

.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
    transform: rotate(135deg);
    left: 0.25rem;
    margin-top: -0.35rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .accordion-content {
    margin: 0;
    padding: 1rem 2rem;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

.accordion .accordion-content p {
    line-height: 1.4 !important;
}

.accordion .accordion-content p:last-of-type {
    margin: 0 !important;
}

.light-bg {
    background: #eee;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

footer {
    padding: 3rem 0;
}

footer,
footer p {
    font-size: 14px;
}

footer p strong {
    font-size: 16px;
    color: #D8176A;
}

footer ul li {
    margin-left: 0;
    margin-bottom: 1rem;
}

.footer-social {
    width: 30%;
}

footer .width-70 {
    margin: 0 !important;
}

#copyright {
    padding: 0.75rem 0;
    font-size: smaller;
}


.pagination {
    clear: both;
    text-align: center;
    margin-top: 2rem;
}

.nav-links .current {
    color: var(--main-color);
    font-weight: bold;
}

.nav-links {
    display: inline-block;
    border-right: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.nav-links a,
.nav-links span {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: inherit;
    border-left: solid 1px #ddd;
}

.nav-links a:hover {
    background: #eee;
}

#searchform {
    position: relative;
    width: 100%;
}

#searchform input[type="text"] {
    width: 100%;
    margin: 0;
}

#searchform button {
    border: none;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 10px;
    background: none;
    padding: 0;
    border-radius: 0;
}

#searchform svg {
    border: none;
    height: 60%;
    width: 30px;
}

#gotop {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--pink);
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

#gotop svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

#gotop svg path {
    fill: #fff;
}

/* == Global == */

.auto-padding {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.top-padding {
    padding-top: 4rem !important;
}

.bottom-padding {
    padding-bottom: 4rem !important;
}

/*.swatch.swatch-type-image:hover::after {
    content: "";
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1000;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }
  
  .swatch.swatch-type-image:hover::after {
    background-image: inherit;
  }*/

.woo-variation-swatches-tooltip {
    max-width: none !important;
}

.woo-variation-swatches-tooltip img {
    width: 100% !important;
    height: auto !important;
    max-width: 300px !important;
}

/* == Vélemények == */

.ti-widget.ti-goog .ti-footer .ti-profile-img img {
    display: none;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner,
.ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: transparent !important;
}

body .ti-widget.ti-goog .ti-footer .ti-profile-details .ti-name {
    font-weight: 500;
}

body .ti-widget.ti-goog .ti-footer .ti-stars .ti-star {
    width: 30px !important;
    height: 30px !important;
}

.ti-profile-img {
    display: none;
}

/* == Front page == */

body div.my_carousel .item-list .item>div {
    margin-bottom: 0;
}

[data-round] figure {
    overflow: visible !important;
}

body div.my_carousel .nav {
    justify-content: end;
}

body div.my_carousel .nav .active,
body div.my_carousel .nav div {
    width: 50px;
    height: 5px;
    margin: 0 0.5vw;
    background: rgba(216, 23, 106, 0.3);
}

body div.my_carousel .nav .active {
    background: var(--pink);
}

body div.my_carousel .prev,
body div.my_carousel .next {
    display: none;
}

.hero .auto-padding {
    padding-top: 0 !important;
}

.hero p {
    width: 70%;
}

.hero .wp-block-columns,
.front-me .wp-block-columns,
.front-partner .wp-block-columns {
    align-items: center !important;
}

.front-gr2 .auto-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.front-gr2 .content-box {
    width: 70%;
}

.wp-block-cb-collections.columns-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
}

body .wp-block-cb-faqs .faq-label img {
    max-width: 30px;
}

body .wp-block-cb-faqs .faq-label {
    background: #fff;
    border-radius: 0;
    border-bottom: 2px solid #D8CFCF;
}

body .wp-block-cb-faqs .faq-label.active {
    border-bottom: none;
}

body .wp-block-cb-faqs .faq-label h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
}

body .wp-block-cb-faqs .faq-content {
    display: none;
    padding: 5px 30px;
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
    background: var(--light-pink);
}


/**/

.my_masonry {
    display: none;
}

.my_masonry.carousel-active {
    display: block;
}

.carousel-controls {
    text-align: center;
    margin: 20px 0;
}

.carousel-dots {
    text-align: right;
    margin-top: 20px;
}

.carousel-dots .dot {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 5px;
    background: rgba(216, 23, 106, 0.3);
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dots .dot.active {
    background-color: var(--pink)
}

/* == frontpage folytatás ==*/

.front-galeria figure {
    max-height: 180px;
}

.front-galeria [data-lightbox="1"] figure:after {
    display: none;
}

body div.my_masonry figcaption {
    background: transparent;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%) scale(0.95);
    left: 50%;
    display: none;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 2%;
}

body div.my_masonry figure:hover figcaption {
    display: block;
}

/* == Kedvencek == */

.wishlist-title.wishlist-title-with-form h2,
.wishlist-title.wishlist-title-with-form .show-title-form,
.wishlist-title-container {
    display: none;
}

body.woocommerce table.shop_table th {
    background: var(--light-pink);
}

.wishlist_table.modern_grid li .item-details h3,
.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3 {
    font-size: 17px;
}

ul.wishlist_table li {
    border: 3px solid var(--light-pink);
    padding: 1rem;
    margin-bottom: 1rem !important;
}

ul.wishlist_table li td.label {
    display: none;
}

/* == Partnerajánlat blokk == */

.cat-part h2 {
    margin-bottom: 1rem;
}

.cat-part .content-box {
    position: relative;
}

.cat-part .content-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 1;
}

.cat-part .wp-block-columns {
    gap: 15rem;
}

/* == Partnerajánlatok == */

.partner-col.wp-block-columns {
    gap: 6rem;
}


.partner-list.wp-block-columns {
    gap: 1rem;
}

.partner-list p {
    margin-top: 0;
}

.partner-col .partner-list {
    margin-bottom: 2rem !important;
}

.partner-col .partner-list:last-of-type {
    margin-bottom: 0 !important;
}

/* == Kapcsolat == */

.contact-list p {
    margin-top: 0;
}

/* == Rólunk == */

.me-text p {
    color: var(--pink);
    font-size: 1.25rem;
}

.me-text-line {
    justify-content: space-between;
}

.contact-form {
    width: 50%;
    margin: 0 auto;
}

.contact-form input[type="checkbox"]:checked+span:after {
    top: -3px !important;
}

.contact-btn {
    margin-top: 2rem;
}

/* == Global == */

.logged-in .subcategory-hero h1,
.woocommerce-account .subcategory-hero h1,
.archive .subcategory-hero h1,
.single .subcategory-hero h1,
.woocommerce-checkout .subcategory-hero h1,
.woocommerce-cart .subcategory-hero h1 {
    margin-bottom: 0;
}

/* == Login == */

.woocommerce form.login,
.woocommerce form.register {
    padding: 0 !important;
}

.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
    padding: 2rem;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 50% !important;
}

.woocommerce-checkout .woocommerce form.login {
    padding: 1rem 2rem !important;
}

#createaccount {
    display: none;
}

.woocommerce-account-fields div.create-account {
    gap: 2rem;
    display: flex;
}

/* == Responsive == */

@media only screen and (max-width: 1024px) {
    .wp-block-cb-collections.columns-7 {
        grid-template-columns: repeat(5, 1fr);
    }

    div.my_masonry[data-tablet="2"] {
        -moz-column-count: 5 !important;
        -webkit-column-count: 5 !important;
        column-count: 5 !important;
    }

    .width-80 .content-box {
        width: 90%;
    }

    .cat-part .wp-block-columns {
        gap: 10rem;
    }
}

@media screen and (max-width: 768px) {

    .front-gr2 .content-box,
    .hero p,
    .width-70,
    .hirlevel .content-box,
    .me-text .content-box,
    .label-description p,
    .width-80 .content-box,
    .contact-form {
        width: 100%;
    }

    .col-3-5 {
        padding-left: 0 !important;
    }

    #customer_details {
        display: block !important;
    }

    .wp-block-cb-collections.columns-7 {
        grid-template-columns: repeat(4, 1fr);
    }

    .hirlevel .has-text-align-center {
        text-align: left !important;
    }

    .hero-img {
        order: 1;
    }

    .hero-text {
        order: 2;
    }

    div.my_masonry[data-tablet="2"] {
        -moz-column-count: 3 !important;
        -webkit-column-count: 3 !important;
        column-count: 3 !important;
    }

    .partner-col.wp-block-columns {
        gap: 0;
    }

    .andrea .wp-block-image .alignright {
        float: left !important;
    }

    .andrea .auto-padding {
        padding-top: 0 !important;
    }

    .cat-part .content-box:before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background: #fff;
        z-index: 1;
    }

    .cat-part .wp-block-columns {
        gap: 5rem;
    }

    body .product-mobile {
        display: block;
    }

    body .product-desktop {
        display: none;
    }

    .bottom-padding {
        padding-bottom: 2rem !important;
    }

}

@media only screen and (max-width: 540px) {

    .auto-padding {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    h1,
    h2 {
        font-size: 2rem;
    }

    h4,
    .woocommerce-billing-fields h3,
    h3#ship-to-different-address,
    h3#order_review_heading,
    h3,
    .subcategory-hero h3,
    #customer_login h2 {
        font-size: 1.4rem;
    }

    .hero p {
        font-size: 1.25rem;
    }

    .hero .auto-padding {
        padding-top: 2rem !important;
    }

    .wp-block-cb-collections.columns-7 {
        grid-template-columns: repeat(2, 1fr);
    }

    footer {
        padding: 2rem 0 1rem 0;
    }

    .front-galeria figure {
        height: 25vw;
    }

    footer .wp-block-spacer {
        height: 5px !important;
    }

    footer .wp-block-columns {
        gap: 5px;
    }

    footer img {
        max-width: 150px !important;
        margin-top: 1rem;
    }

    .ti-widget.ti-goog .ti-footer .ti-row {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .me-text-line {
        display: block !important;
    }

    .me-text-line .wp-block-buttons {
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 390px) {
    .top-account span {
        display: none;
    }
}

@media only screen and (max-width: 370px) {
    body .tawcvs-swatches.oss- {
        gap: 5px !important;
    }
}

@media only screen and (max-width: 344px) {
    body .tawcvs-swatches.oss- {
        gap: 2px !important;
    }
}

/* == Product oldal == */

.variations th,
.variations td {
    display: block;
}

.tawcvs-swatches.oss- {
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
}

/*.quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch,*/
.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch {
    height: 70px !important;
    width: 70px !important;
}

.swatch__tooltip,
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked+label .wcpa_check::before,
.wcpa_form_outer .wcpa_form_item .select_arrow,
#wcal_gdpr_message_block,
.reset_variations,
.variation-select-image,
.woocommerce .products .star-rating,
.woocommerce div.product form.cart .variations select,
.swatch .text {
    display: none !important;
}

body .wcpa_row label {
    text-transform: none !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

.wcpa_check {
    transform: none !important;
    margin-left: 5px !important;
    margin-right: 15px !important;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check {
    height: 25px !important;
    width: 25px !important;
}

body .wcpa_validate_field label {
    font-size: 16px;
}

body .wcpa_validate_field>label {
    font-weight: 600 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked+label .wcpa_check,
.wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type="checkbox"]:checked+label .wcpa_check {
    background: var(--pink) !important;
}

body .wcpa_checkbox input[type="checkbox"]:checked+label:after {
    top: -1px;
    left: 5px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600 !important;
    text-align: left;
    font-size: 16px;
}

.quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected,
.quickview-container .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch:hover,
.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected,
.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch:hover {
    /* border: 4px solid var(--pink) !important;*/
    border: 4px solid #000 !important;
}

.wcpa_price_summary ul li {
    margin: 0;
    padding-left: 1rem;
}

body .wcpa_total .wcpa_price_outer {
    color: var(--pink);
    font-weight: 600;
}

.variations th {
    background: transparent;
}

.wcpa_price_summary {
    margin-top: 50px;
}

.product-mobile {
    display: none;
}

.product-desktop {
    display: block;
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected {
    position: relative;
}

.single-product .product-type-variable .variations_form.cart table tr td.value .tawcvs-swatches .swatch.selected:before {
    position: absolute;
    content: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 32L27 43L44 18" stroke="black" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    top: 0;
}

/* quantity */

.quantity.buttons-added {
    display: inline-flex;
    border: 1px solid var(--pink);
    padding: 0 10px;
    align-items: center;
}


.quantity.buttons-added button {
    padding: 0;
    border: none;
}

.quantity.buttons-added input[type="number"] {
    margin: 0;
    border: none;
}

.quantity-and-button {
    display: flex;
    gap: 2rem;
}

/* == Plus == */

.subcategory-item a {
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 2rem;
    text-align: center;
}

.subcategory-item img {
    height: 60px !important;
}

.term-babzsakfotelek .subcategory-item img {
    height: 200px !important;
}

.subcategory-hero header {
    margin-bottom: 2rem;
}

.button.wc-backward.returntoshop, #accept_pp, #accept_tos {
    display: none;
}

#billing_tax_number_field {
    width: 48% !important;
}

#woo_ml_subscribe_field label.checkbox input{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: "";
    display: inline-block;
    width: calc(var(--form-size) * 0.75);
    height: calc(var(--form-size) * 0.75);
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    background: var(--form-ui-bg);
    color: #fff;
    line-height: 1;
    margin-right: 0.5rem;
    box-shadow: var(--form-box-shadow);
    border: var(--form-border);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -3px;
    position: relative;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt{
    margin-top: 2rem!important;
}

@media only screen and (max-width: 540px) {
    #billing_tax_number_field {
        width: 100% !important;
    }

    .woocommerce-shipping-totals.shipping th,     .woocommerce-shipping-totals.shipping td{
        display: block;
    }

    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    height: auto!important;
}
}

@media only screen and (max-width: 540px) {
    .subcategory-item img {
        height: 40px !important;
    }

    .term-babzsakfotelek .subcategory-item img {
        height: 100px !important;
    }

    .subcategory-item a {
        gap: 1rem;
    }
}