/*CASLON*/
@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-Bold.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-Italic.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-BoldItalic.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-Regular.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-SemiboldItalic.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('./fonts/caslon/ACaslonPro-Semibold.woff2') format('woff2'),
        url('./fonts/caslon/ACaslonPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*FUTURA*/
@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/futura/FuturaPT-MediumObl.woff2') format('woff2'),
        url('./fonts/futura/FuturaPT-MediumObl.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('./fonts/futura/FuturaPT-BookObl.woff2') format('woff2'),
        url('./fonts/futura/FuturaPT-BookObl.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('./fonts/futura/FuturaPT-Book.woff2') format('woff2'),
        url('./fonts/futura/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('./fonts/futura/FuturaPT-Medium.woff2') format('woff2'),
        url('./fonts/futura/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





#middle {
    width: 1px;
    height: 100vh;
    position: fixed;
    pointer-events: none;
    background: red;
    margin-left: 50%;
    display:none;
    z-index: 99999999;
}

html > * {
    box-sizing: border-box;
}

html, body {
font-family: "Adobe Caslon Pro", serif;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}

.site {
padding: 0px 2rem;
scroll-snap-type: y mandatory;
height: calc(var(--vh) * 100);
overflow-y: auto;
}

.menu-home {
position: sticky;
top: 1rem;
right: 2rem;
width: 100%;
text-align: right;
z-index: 10;
}

.menu-home a {
    color: black;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    z-index: -99;
}

main {
    width: 100%;
}

h1 {
    font-size: 3rem;
    font-family: "Times New Roman", serif;

}

.product_title {
    font-style: italic;
}

h2, h3, p {
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0px;
}

.titleartist{
font-weight: 600 !important;
}

.short-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}

.menu {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 1rem 2rem;
    z-index: 2;
}

.menu a {
    color: black;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    z-index: -99;
}

.category {
    width: 100%;
    text-align: center;
}

.category-2 {
    pointer-events: none;
}

.category-2 a {
    color: black;
    text-decoration: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.category-2 a:visited {
    color: black;
    text-decoration: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

#masthead {
    width: 50%;
    height: calc(var(--vh) * 100);
    position: fixed;
    z-index: 4;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    pointer-events: none;
    left: 0;
}

#masthead h1 {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
}

#masthead a {
    color: white;
    text-decoration: none;
}

.highlights-wrapper {
    scroll-snap-align: start;
}

.highlight {
    position: relative;
    scroll-snap-align: start;
    margin-left: -2rem;
    width: calc(100% + 4rem) !important;
}

.highlight .entry-header {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    justify-content: center;
    font-size: 1.5rem;
}

.highlight .entry-header h2 {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.category-2 {
    font-weight: normal !important;
}

.highlight .entry-header a {
    color: white;
    text-decoration: none;
}

.highlight-thumb img {
    width: 100%;
    height: calc(var(--vh) * 100);
    object-fit: cover;
}

.highlight-thumb::before {
    content: "";
    width: 100%;
    height: calc(var(--vh) * 100);
    background: black;
    opacity: 0.15;
    position: absolute;
}

.catalogue {
    width: 100%;
    margin-top: 2rem;
    scroll-snap-align: start;
    position: relative;
    /*! display: flex; */
    /*! align-items: center; */
}

.black {
    color: black;
    font-size: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0px auto;
    pointer-events: none;
}

.black a {
    color: black;
    text-decoration: none;
    margin: 0px auto;
    pointer-events: auto;
    margin-top: -3rem;

}

.catalogue-wrapper {
    width: 100%;
}

.catalogue-item {
    width: 100%;
    scroll-snap-align: start;
    z-index: 1;
    position: relative;
}

.catalogue-thumb {
    margin: 0px auto;
}

.catalogue-thumb img {
    width: 100%;
    height: auto;
}

.catalogue-header {
    margin-top: 1rem;
    scroll-snap-align: center;
}

.catalogue-header h2 {
    color: black;
    text-align: center;
    margin: 0px;
    font-size: 1.5rem;
    font-weight: normal !important;
}

.catalogue-header .category-2 a {
    color: lightgrey !important;
}

.catalogue-header p {
    margin: 0px;
    text-align: center;
    font-size: 1.5rem;
}

.catalogue-header a {
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.more {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    cursor: pointer;
}

.info::before {
    content: "***";
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.info {
    margin-bottom: 3rem;
}

.info:last-of-type {
    margin-bottom: calc((var(--vh) * 100) / 3);
}

.info-header {
    margin: 0px auto;
}

.info-header h2 {
    color: black;
    text-align: left;
    font-weight: normal;
    margin: 0px;
    font-size: 1.5rem !important;
}

.info-header p {
    color: black;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    font-size: 1.5rem !important;
}

.info-header a {
    color: black;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    margin: 0px auto;
}

.article-page {
    width: 100%;
    height: calc(var(--vh) * 100);
}

.slideshow {
    height: calc(var(--vh) * 100);
    display: flex;
    align-items: center;
}

.gallery {
    height: calc(var(--vh) * 100);
    margin: 0px auto;
    display: flex;
    align-content: center;
    flex-direction: row;
}

.gallery img {
    width: 100%;
    object-fit: contain;
}

.description-wrapper {
    height: calc(var(--vh) * 100);
    display: flex;
    align-items: center;
    z-index: 0;
}

.description {
    margin: 0px auto;
}

.description  .category-2 a {
    color: lightgrey !important;
}

.stock.in-stock {
    display: none;
}

.entry-footer {
    display: none;
}

.hentry {
    width: 100%;
    height: max-content;
}

.hentry .entry-header {
    display: flex;
    align-items: center;
}

.hentry .entry-header h1 {
    margin: 0px auto;
    position: fixed;
    width: calc(50% - 4rem);
    text-align: center;
    margin-top: -3rem;
}

.hentry .entry-content > * {
    font-size: 1.1rem !important;
}

.woocommerce-cart-form {
    width: 100%;
    display: block;
}

.shop_table {
    width: 100%;
    display: block;
}

.shop_table_inner {
    width: 100%;
    display: block;
}

.cart_item {
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

.product-remove {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    font-size: 1.5rem;
}

.product-remove a {
    text-decoration: none;
    color: black;
}

.product-thumbnail {
    width: 50%;
    height: auto;
    flex-shrink: 0;
}

.product-desc {
    position: relative;
    width: 50%;
    flex-shrink: 0;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
    filter: grayscale(1);
    object-fit: cover;
}

.product-title {
    position: absolute;
    top: 0px;
    left: 2rem;
}

.product-name {
    font-style: italic;
}

.product-artist {
    text-decoration: none;
}

.product-name a {
    color: black;
    text-decoration: none;
}

.product-infos {
    max-width: 20rem;
}

.product-desc .quantity {
    position: absolute;
    bottom: 0px;
    left: 2rem;
    width: 1rem;
    display: block;
    height: 1.3rem;
    display: flex;
    align-items: end;
}

.product-desc .quantity .qty {
    position: relative;
    width: 2rem;
    /*! bottom: 0px; */
    /*! margin-left: 3rem; */
    border: 1px solid;
    height: 1.5rem;
}

.product-desc .quantity::before {
    content: "Qty:";
    display: block;
    position: relative;
    left: 0px;
    z-index: 10;
    width: 2rem;
    bottom: 0.2rem;
    margin-right: 0.5em;
}

.product-subtotal {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.actions {
    margin-left: 50%;
    padding-left: 2rem;
    margin-top: 3rem;
}

.actions button {
    background: none;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor;
    border-image: none;
    font-family: inherit;
    font-size: inherit;
    color: black;
    padding: 0px;
}

.actions a {
    text-decoration: none;
    font-size: inherit;
    color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    padding: 0px;
}

.cart-collaterals {
    margin-left: 50%;
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    right: 0px;
    display: block;
}

.cart_totals {
}

.cart_totals h2 {
    display: none;
}

.cart-subtotal td {
    text-align: right;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
}

.order-total {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    /*! text-transform: uppercase; */
    /*! margin-top: 1rem; */
    margin-bottom: 1rem;
}

.woocommerce-Price-amount {
    /*! font-weight: normal; */
}

.shipping-wrapper {
    display: flex;
    justify-content: space-between;
}

.shipping-wrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}

.shipping-wrapper > * {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal !important;
}

.shipping-wrapper label {
    font-style: normal !important;
}

.shipping-wrapper ul label::after {
    content: "";
}

.checkout-button {
    text-decoration: none;
    font-size: inherit;
    color: black;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    padding: 0px;
}

.button {
    cursor: pointer;
}

.add-to-cart {
    margin-top: 2rem;
    display: flex;
}

.select-qty {
    display: flex;
    justify-content: space-between;
}

.arrow {
    width: 1rem;
    text-align: center;
    cursor: pointer;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.single_add_to_cart_button {
    cursor: pointer;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor;
    border-image: none;
    background: none;
    font-family: inherit;
    font-size: 1.1rem;
    margin-top: 1rem;
    padding: 0px;
    color: black;
    font-weight: normal;
}

.qty {
    border: medium;
    font-size: inherit;
    font-family: inherit;
    text-align: center;
}

input[type="number"] {
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
}

input[type="email"] {
    appearance: textfield;
}

input[type="email"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button {
    appearance: none;
}

.woocommerce-notices-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    /*! display:none; */
}

.woocommerce-message {
    padding: 1rem 0px;
    text-align: center;
    background: none !important;
    color: black !important;
    font-size: inherit !important;
}

.checkout {
    display: flex;
    column-gap: 2rem;
    flex-direction: row;
    width: 100%;
    /*! margin-left: 25%; */
    border-bottom: 4rem;
}

.checkout-1 {
    width: 100%;
}

.checkout-2 {
    width: 100%;
    margin-bottom: 8rem;
}

#billing_country_field .select2-container--default, .select2-selection--single, .select2-selection__rendered {
    /*! text-transform: uppercase; */
    background: white !important;
    border: medium !important;
    padding: 0px !important;
    color: black !important;
    padding-left: 0.25rem;
    /*! width: 50% !important; */
}

#payment {
    margin-top: 1rem;
    filter: grayscale(1);
}

.wc_payment_method > label {
    display: none;
}

#place_order {
    margin-top: 1rem;
    background: none;
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor;
    border-image: none;
    font-size: inherit;
    font-family: inherit;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 600;
    color:black !important;
}

#payment ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#billing_email {
    padding: 0px;
    font-family: inherit;
    /*! text-transform: uppercase; */
    border: medium !important;
    border-radius: 0rem !important;
    margin: 0px !important;
    height: 1.5rem !important;
    position: relative !important;
    font-size: 1.1rem !important;
    padding-left: 0.25rem;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: unset !important;
}

.select2-selection__rendered {
    padding: 0px;
    font-family: inherit;
    border: medium !important;
    border-radius: 0rem !important;
    margin: 0px !important;
    height: 1.5rem !important;
    position: relative !important;
    font-size: 1.1rem !important;
    padding-left: 0.25rem !important;
}

.wc-stripe-payment-method-instruction {
}

.required {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.form-row {
    display: flex;
    width: 100%;
    align-items: baseline;
    flex-direction: row;
    position: relative;
    border-top: 1px solid;
    height: 2rem;
    /*! justify-content: center; */
}

.place-order {
    border: medium;
}

.form-row label {
}

.woocommerce-error {
    display: none;
}

.checkout-inline-error-message {
    color: red;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: none !important;
    border-bottom-width: 2px !important;
    border-bottom-style: dotted !important;
    border-bottom-color: red !important;
}

.form-row-last, .form-row-first {
    width: 100% !important;
}

.woocommerce-input-wrapper {
    /*! width: 70%; */
    flex-grow: 1;
    position: relative;
    align-self: center;
}

.woocommerce-input-wrapper input {
    width: 100%;
}

input[type="text"], input[type="tel"] {
    appearance: textfield;
}

input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button {
    appearance: none;
}

input[type="text"], input[type="tel"], select {
    padding: 0px;
    font-family: inherit;
    /*! text-transform: uppercase; */
    border: medium !important;
    border-radius: 0rem !important;
    margin: 0px !important;
    height: 1.5rem !important;
    position: relative !important;
    font-size: 1.1rem !important;
}

label {
    flex-shrink: 0;
    padding: 0px !important;
    /*! margin: 0.5rem 0px 0px !important; */
    position: relative !important;
    transform: none !important;
    top: 0px !important;
    left: 0px !important;
    font-style: italic !important;
    align-self: center;
}

label::after {
    content: ":";
}

.wc-block-components-radio-control-accordion-option {
    border-radius: 0px !important;
    box-shadow: unset !important;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0px !important;
}

.theme--stripe {
    display: none !important;
}

.woocommerce-additional-fields {
    display: none !important;
}

.wc-block-components-checkout-step__content > * {
    border: medium !important;
}

@media (orientation: landscape) {
    html, body {
        font-size: var(--fs);
    }

    .highlight .entry-header {
        width: 50%;
        margin-left: 50%;
        height: calc(var(--vh) * 100);
    }

    .articles-wrapper {
        width: calc(50% - 2rem);
        padding-left: 2rem;
    }

    .black {
        width: calc(50% - 2rem);
        z-index: 5;
        position: sticky;
        top: 0px;
        left: 0px;
        height: calc(var(--vh) * 100);
        margin-right: 2rem;
    }

    .catalogue-wrapper {
        display: flex;
        flex-shrink: 0;
    }

    .catalogue-item {
        padding-top: 3rem;
    }

    .catalogue-thumb {
    }

    .article-page {
        display: flex;
    }

    .slideshow {
        width: 50%;
    }

    .gallery {
        width: 40rem;
    }

    .gallery img {
        height: 75%;
        max-height: 100rem;
    }

    .description-wrapper {
        width: 50%;
    }

    .description {
        width: 25rem;
    }

    .hentry {
        display: flex;
    }

    .hentry .entry-header {
        width: 50%;
        height: calc(var(--vh) * 100);
        flex-shrink: 0;
        flex-grow: 0;
        /*! display: none; */
    }

    .hentry .entry-content {
        width: 50%;
        flex-shrink: 0;
        position: relative;
    }

    .entry-content > div:first-of-type {
        padding-left: 2rem;
        position: relative;
        min-height: calc((var(--vh) * 100) - 14rem);
        padding-top: 4rem;
        padding-bottom: 10rem;
    }
}

@media (orientation: portrait) {
    html, body {
        font-size: calc(var(--fs) * 3);
    }

 /* 
   @media (pointer: coarse) {
        html, body {
        font-size: var(--fs);
        }
    }
 */

     body {
        height: calc(var(--vh) * 100);
    }
    
	h2, h3, p {
	font-size: 1.3rem;
	font-weight: normal;
	margin: 0px;
	}

	.single_add_to_cart_button {
    font-size: 1.3rem;
	}

.hentry .entry-content > * {
  font-size: 1.3rem !important;
}

  .entry-content > div:first-of-type {
        position: relative;
        min-height: calc((var(--vh) * 100) - 14rem);
        padding-top: 4rem;
        padding-bottom: 10rem;
    
    }    
    
.menu-home {
right: 1rem;

}

	.menu {
	padding-right: 1rem !important;
	}

    #masthead {
        width: 100%;
        height: calc((var(--vh) * 100) / 2);
        margin-left: -2em;
    }

    .highlight .entry-header {
        width: 100%;
        height: calc((var(--vh) * 100) / 2);
        bottom: 0px;
    }

    .catalogue {
        z-index: 9999;
    }

    .black {
        width: 100%;
        z-index: 99999999;
        position: relative;
        height: calc(((var(--vh) * 100) / 2) - 2rem);
    
    }

/* 
    .article-page {
        width: 100%;
        height: calc(var(--vh) * 100);
    overflow-y: scroll;
       scroll-snap-type: y mandatory;
    }
 */
    
    .catalogue-item {
        margin-top: 4em;
    }

    .catalogue-item:first-of-type {
        margin-top: 0;
    }
    
    .catalogue-thumb {
        width: 100%;
    }

    .gallery {
        width: 100%;
    }

    .gallery img {
        max-height: 80%;
    }

    .slideshow {
        width: 100%;
        scroll-snap-align: start;
    }

    .description-wrapper {
        width: 100%;
        scroll-snap-align: start;
        position: relative;
    }

    .description {
        width: 100%;
    }

    .cart {
        width: 25%;
    }
    
    .woocommerce-cart-form .cart {
        width: 100%;
    }

	.cart_item{
	position: relative;
	display: flex;
	margin-bottom: 3rem;
	justify-content: space-between;
	height: calc((var(--vh) * 100) /5);
	}
	
	.product-thumbnail {
	width: 25%;
	}
	
	.product-desc {
	width: 75%;
	}
	
	.product-title{
	left: 1rem;
	}
	
	.product-desc .quantity {
	left: 1rem;
	}
	
	.actions {
	margin-left: 25%;
	padding-left: 1rem;
	}


    .select-qty {
        width: 100%;
        font-size: 1.3rem;
    }

	.cart-collaterals {
	margin-left: 0;
	padding-left: 25%;
	position: absolute;
	bottom: 2rem;
	left: 1rem;
	right: 1rem;
	display: block;
	}

    .swiper-pagination-wrap {
        width: 100% !important;
        font-size: 1.3rem !important;
    }

    .hentry .entry-header {
        width: 100%;
        height: 200px;
        display: none;

    }

    .hentry .entry-content {
        width: 100%;
        /*! margin-top: 4rem; */
        position: relative;
    }
    
    .wc-empty-cart-message {
       
}
    
    .checkout {
      flex-direction: column;
    }
    
}

.swip1 {
    scroll-snap-align: start;
    height: calc(var(--vh) * 100) !important;
}

.swiper-slide-highlight {
    cursor: pointer;
    height: calc(var(--vh) * 100) !important;
}

.swip1 .swiper-slide {
    display: unset !important;
    flex-shrink: unset !important;
    position: unset !important;
    transition-property: unset !important;
}

.swiper-slide {
    background: white;
    z-index: 3;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-pagination-wrap {
    position: sticky;
    left: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    z-index: 49;
    font-size: 1.1rem;
    margin: 0px auto;
    bottom: 2.5rem !important;
    -webkit-user-select: none;
    user-select: none;
}

.swiper-pagination {
    position: relative !important;
}

.swiper-pagination-bullets {
    width: unset !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
}

.swiper-pagination-bullet {
    background: none !important;
    cursor: pointer !important;
    opacity: 1 !important;
    margin: 0.25rem !important;
    border-radius: 0px !important;
    display: unset !important;
    height: unset !important;
    transform: translateZ(0);
}

.swiper-pagination-bullet-active {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-radius: 0px !important;
    display: unset !important;
}


.wc-empty-cart-message {
 width: 100%;
 height: calc(var(--vh) * 100);
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 top: 0;
 font-size: 1.5rem;
}

.woocommerce-notices-wrapper {
 width: 100%;
 height: calc(var(--vh) * 100);
 display: flex;
 align-items: center;
 justify-content: center;
 position: absolute;
 top: 0;
 font-size: 1.5rem;
 pointer-events: none;
}

.cart-empty, .woocommerce-info {
    background-color: white !important;

}

.return-to-shop {
  display: none;  
}


.woocommerce-message {
display: none ;
}

.woocommerce-billing-fields__field-wrapper {
margin-bottom: 1rem;    
}

.woocommerce-billing-fields > h3 {
text-transform: capitalize;
font-weight: 600;
margin-bottom: 1rem;
}

.woocommerce-input-wrapper .input-text {
    padding-left: 0.25rem; 
}

.col-2 {
margin-bottom: 2rem;    
}

.checkout-2 > h3 {
  text-transform: capitalize;
font-weight: 600;  
  margin-bottom: 1rem;
}

.checkout-2 .cart_item {
 height: 2rem;
 align-content: center;
 margin-bottom: 0rem;
}

.checkout-2 .cart_item:last-of-type{
 margin-bottom: 2rem;
}

.checkout-2 .cart_item:first-of-type{
 border-top: 1px solid;
}

.checkout-2 .cart_item .product-name{
 align-self: center;
}

.checkout-2 .cart_item .product-total{
 align-self: center;
}

.checkout-2 .cart_item .product-name .product-quantity{
font-weight: normal;
}


.select2-search__field { 
 border: 1px solid black;   
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: black;
  color: white;
}

.checkout-inline-error-message {
    position: absolute;
    right: 0;
    font-size: 0.75em;
    bottom: 0;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: none !important;
  border-bottom-width: 2px !important;
  border-bottom-style: dotted !important;
  border-bottom-color: red !important;
}

.wc-payment-form {
    padding: 0;
  border: none;
}