.entry-content {
    margin-top: 4em;
    padding: 0 8%;
}


.entry-content * {
    font-family: 'Campton', 'sans-serif';
}

.wc-block-components-totals-coupon__content * {
    outline: none;
}


.wc-block-components-totals-coupon__content button {
    background-color: #1a1a1a!important;
    transition: all 0.25s ease-in-out;
    font-family: 'Campton', 'sans-serif';
    color:white;
}

.wc-block-components-totals-coupon__content button:hover {
    color: #1a1a1a!important;
    background-color: white!important;
}

.wc-block-cart__submit-container a {
    text-decoration: unset;
}

.wp-block-woocommerce-proceed-to-checkout-block span {
    width: 80%;
    background-color: #1a1a1a!important;
    transition: all 0.25s ease-in-out;
    color: white;
    padding: 2.1% 0;
}

.wp-block-woocommerce-proceed-to-checkout-block span:hover {
    color: #1a1a1a!important;
    background-color: white!important;
}




.relatedProductTitlePrice {
    width: 85%;
    margin: 0.4em auto;
}

.relatedProductTitlePrice h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: clip;
    margin: 0 auto;
    font-family: 'Campton', 'sans-serif';
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    font-size: 1em;
}
.relatedProductTitlePrice p {
    text-align: center;
    font-family: 'Campton', 'sans-serif';
    font-weight: 500;
    color: #1a1a1a;
    font-size: 0.9em;
    margin: 0.3em 0;
}

.swiperRelated {
    overflow-x: clip;
}

.wc-block-components-product-name {
    color: #1a1a1a;
}

html body .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crossSellsText h2 {
    font-size: 1.4em;
    text-align: center;
}

.crossSellsText {
    margin-top: 8em;
    margin-bottom: 3em;
}

.relatedProducts {
    margin-bottom: 4em;
}

.wc-block-cart__submit * {
    outline: unset!important;
    box-shadow: unset!important;
}

.swiperRelated {
    margin-bottom: 3em;
}

li.wc-block-grid__product {
    display: none!important;
}

.wp-block-separator.is-style-dots {
    display: none!important;
}

.wc-block-cart__empty-cart__title {
    font-size: 1.6em!important;
}

.wp-block-woocommerce-empty-cart-block>h2:last-of-type {
    display: none!important;
}

.shippingNotice {
    background-color: white;
    color: #1a1a1a;
    padding: 0.9em;
    text-align: center;
    transform: translateY(-40%);
    font-size: 1.2em;
}
.shippingNotice>p>a {
    color: #1a1a1a;
    font-weight: 700;
}



@media only screen and (max-width:1000px){
    .shippingNotice {
        font-size: 0.9em;
    }
}

@media only screen and (max-width:600px){
    .shippingNotice {
        padding: 0.3em;
        transform: translateY(-50%);
        font-size: 0.8em;
    }
    .wc-block-cart__empty-cart__title {
        font-size: 1em!important;
    }
    html body .wc-block-components-product-low-stock-badge {
        font-size: 0.6em;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .crossSellsText h2 {
        font-size: 1.1em;
    }
}