:root {
    --omc-main-color: #e5a63c;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-cart .content_layout_forpage,
.woocommerce-checkout .content_layout_forpage {
    max-width: 100% !important;
    width: 100% !important;
}



@media screen and (min-width: 1000px) {
    #site-pagelayout {
        margin-top: 50px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 60% !important;
    }

    .wc-block-checkout__sidebar,
    .wp-block-woocommerce-checkout-totals-block {
        width: 40% !important;
    }
}

@media screen and (max-width: 1000px) {
    .home #true-title {
        margin-top: -50px;
    }
}

.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel--description {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    letter-spacing: 0.02em;
}

.product_title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}

.footer-wrapper,
.design-by {
    display: none;
}

.omc-copyright {
    text-align: center;
    padding: 20px;
    color: #000000;
}

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

.omc-copyright a:hover {
    text-decoration: underline;
}

.instagram-gallery__button,
.instagram-gallery__button--follow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--omc-main-color) !important;
}

.woocommerce-tabs a:focus {
    outline: none !important;
}

.stars a:hover {
    color: #e6a84c;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--omc-main-color) !important;
}

#sidebar {
    display: none;
    visibility: hidden;
}