/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Century Gothic';
    src: url('./assets/fonts/CenturyGothic.eot');
    src: url('./assets/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('./assets/fonts/CenturyGothic.woff2') format('woff2'),
    url('./assets/fonts/CenturyGothic.woff') format('woff'),
    url('./assets/fonts/CenturyGothic.ttf') format('truetype'),
    url('./assets/fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, h1, h2, h3, h4, h5, p, div {
    font-family: 'Century Gothic', sans-serif !important;
}
.nav>li.header-divider,
.woocommerce-ordering,
.woocommerce-result-count,
.wishlist-icon,
.header-search-form.search-form {
    display: none;
}
.absolute-footer, html {
    background-color: #fffff0;
}
.title-wrapper .product-title,
h1.shop-page-title {
    text-align: center;
}
.breadcrumbs {
    font-size: 10px;
}
#wide-nav .container {
    justify-content: center;
}
#wide-nav .container div:first-child {
    margin-right: 0;
}
#wide-nav .container div:last-child {
    display: none;
}
.section-title span {
    text-transform: initial;
}
.section-title b {
    height: 1px;
}
.wooco_wrap .wooco_component_product_image {
    width: 100px;
    flex: 0 0 100px;
}
.wooco_wrap .wooco_component_product_image img {
    width: 90px;
    height: auto;
}
.wooco_wrap .wooco_component_product_name a {
    /*visibility: hidden;*/
}
.wooco_component_product_qty .wooco-qty-label {
    display: none;
}
.wooco_component_product_qty .wooco-qty-input input.wooco_component_product_qty_input,
.wooco-qty-input .wooco-minus,
.wooco-qty-input .wooco-plus {
    background-color: #fffff0;
    width: 25px;
    height: 25px;
    line-height: 20px;
}
.wooco_component_desc ul,
.wooco_component_desc li {
    margin-bottom: 0;
}
.wooco_components .wooco_component {
    display: grid;
    grid-template-columns: 50px 1fr;
}
.wooco_components .wooco_component .wooco_product_require {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wooco_component .wooco_product_require .wooco_product_checkbox {
    width: 24px;
    height: 24px;
    border: none;
    position: relative;
    cursor: pointer;
}
.wooco_component .wooco_product_require .wooco_product_checkbox:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #4f2703;
}
.wooco_component .wooco_product_require .wooco_product_checkbox.active:before {
    content: '';
    position: absolute;
    transform-origin: center center;
    height: 6px;
    width: 10px;
    top: 7px;
    left: 7px;
    border-left: 1px solid #4f2703;
    border-bottom: 1px solid #4f2703;
    transform: rotate(-45deg);
}
.wooco_component .wooco_product_data.disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
}
.single-product h1.product-title+.is-divider {
    display: none;
}
.single-product h1.product-title {
    text-align: center;
    font-size: 1.3em;
}
.product-info .price {
    font-size: 1.3em;
}
.single_add_to_cart_button.button {
    font-size: 0.9em;
}
.quantity input[type="number"] {
    height: 2.3em;
}
.quantity .button.minus,
.quantity .button.plus {
    min-height: 2.4em;
    height: 2em;
}
.single-product #main .product-main {
    padding: 0 15px;
}
.single-product #main .product-main div:first-child {
    padding-top: 0 !important;
}
.title-wrapper .product-title, h1.shop-page-title {
    margin-bottom: 0.65em;
}
.wooco_component_name:after {
    content: none;
}
.wooco_component_product_price bdi {
    min-width: 72px;
    display: inline-block;
    text-align: right;
}
.wooco_component_product_name {
 align-self: flex-start;
}
#order_review_heading {
    text-align: center;
}
#order_review .shop_table th {
    text-transform: unset;
}
#order_review .text-left {
    text-align: left !important;
}
#order_review .text-center {
    text-align: center !important;
}
.wooco_wrap .wooco_component_product_image {
    position: relative;
    cursor: pointer;
}
.wooco_wrap .wooco_component_product_image svg {
    opacity: 0;
    position: absolute;
    width: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 400ms ease;
}
.wooco_wrap .wooco_component_product_image:hover svg {
    opacity: 1;
}
.wooco_wrap .wooco_component_product_image img {
    opacity: 1;
    transition: opacity 400ms ease;
}
.wooco_wrap .wooco_component_product_image:hover img {
    opacity: 0.5;
}
.wooco_wrap .wooco_component_product_image .large-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background: #fffff0;
    box-shadow: 5px 5px 20px;
    max-height: 80vh;
    max-width: 80vw;
    z-index: 9999;
    display: none;
    box-sizing: content-box;
}
.wooco_wrap .wooco_component_product_image .large-image img {
    max-width: inherit;
    max-height: inherit;
    width: auto;
    height: auto;
    display: block;
}
.wooco_wrap .wooco_component_product_image:hover .large-image img {
    opacity: 1;
}
.wooco_wrap .wooco_component_product_image .large-image.active {
    display: block;
}
.wooco_wrap .wooco_component_product_image .large-image .close-image {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    font-size: 28px;
    line-height: 32px;
    cursor: pointer;
}
.wooco_component_product_price span.amount {
    font-weight: 400 !important;
}
.wooco_total.wooco-total.wooco-text {
    font-weight: bold !important;
    text-align: center;
}
.wooco_component_name:after {
    content: none !important;
}
.flickity-slider .product-small.box .name.product-title a {
    height: 50px;
}
#decor_rental {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
#decor_rental .category-title {
    text-align: center;
    color: #4f2703;
    font-size: 16px;
    margin-bottom: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.without-before:before {
    content: none !important;
}
.instagram-name {
    margin-top: 10px;
}
#decor_rental .category-image {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}
#decor_rental .category-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.back-to-category {
    display: flex;
    color: #4f2703;
    white-space: nowrap;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.back-to-category svg path {
    fill: #4f2703;
}
.back-to-category svg {
    width: 16px;
    margin-right: 10px;
}
.product-small .product-title a {
    height: 50px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}
#grid {
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 800px) {
    #decor_rental {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 560px) {
    #decor_rental {
        grid-template-columns: 1fr;
    }
    .single-product .wooco_component.wooco_component_type_products .wooco_product_data .wooco_component_product {
        display: grid;
        grid-template-areas: 'img description' 'qty price';
    }
    .single-product .wooco_component.wooco_component_type_products .wooco_component_product_image {
        grid-area: img;
    }
    .single-product .wooco_component.wooco_component_type_products .wooco_component_product_price {
        grid-area: price;
        text-align: right;
    }
    .single-product .wooco_component.wooco_component_type_products .wooco_component_product_name {
        grid-area: description;
    }
    .single-product .wooco_component.wooco_component_type_products .wooco_component_product_qty_input {
        grid-area: qty;
    }
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        width: 350px;
    }
}