/*
 Theme Name:   Fait Avec Amour
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       A-Z Web Solutions
 Author URI:   https://www.azwebsolutions.co.nz
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #130C0E;
    font-weight: 400;
}
h1 {
    font-family: "Lancelot", serif;
    font-size: 45px;
    line-height: 55px;
}
h2 {
    font-family: "Lancelot", serif;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
}
h3 {
    font-family: "Lancelot", serif;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 15px;
}
strong {
    font-weight: 700;
}
a {
    color: #a7be85;
}
a:hover,a:visited,a:focus {
    text-decoration: none;
    color: #a7be85;
}
.site {
    overflow: hidden;
}
.wrapper, #woocommerce-wrapper {
    min-height: 800px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    padding:10px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border: 0;
}
.btn-primary {
    background-color: #cedcb8;
    color: #130C0E;
    border-color: #cedcb8;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #a7be85;
    border-color: #a7be85;
    color: #130C0E;
}
.btn-primary:visited {
    color: #130C0E;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #a7be85;
    border-color: #a7be85;
    color: #130C0E;
}
#page-wrapper {
    position: relative;
}
#page-wrapper:after {
    content: "";
    position: absolute;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    background-image: url('img/heart.png');
    width:305px;
    height: 400px;
    right: 0;
    opacity: 0.3;
}
.home #page-wrapper:after, .page-id-17 #page-wrapper:after {
    width: 0;
}
#header {
    padding: 15px 100px;
    background-color: #ffffff;
    width:100%;
}
#header .inner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#header .logo {
    width: 350px;
}
.home-banner-wrapper {
    overflow: hidden;
    height: 600px;
    position: relative;
    background-color: #000000;
}
#content {
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    margin-top: 38px;
}
ul.mega-menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    column-gap: 20px;
}
.mega-menu a {
    color: #130C0E;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.mega-menu .sub-menu a {
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 30px;
}
ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home #content:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    background-image: url('img/lace.png');
    width:100%;
    height: 110px;
    left: 0;
    right: 0;
    background-position-y: bottom;
}
.home-banner-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    opacity: 0.8;
}
.home-banner-wrapper .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    margin: 0 auto;
}
.home-banner-wrapper h1 {
    font-family: "Lancelot", serif;
    color: #ffffff;
    width:55%;
    margin-bottom: 15px;
    font-size: 60px;
    line-height: 60px;
}
.home-banner-wrapper h6 {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    width: 52%;
    margin-bottom: 15px;
}
.home-banner-wrapper p {
    margin-bottom: 0;
}
.home-section-1 {
    padding-top: 160px;
    padding-bottom: 80px;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section.popular-products {
    padding-top: 55px;
    padding-bottom: 55px;
}
.home .woocommerce ul.products li.product {
    margin-bottom: 0;
}
.inside-banner-wrapper {
    overflow: hidden;
    height: 400px;
    position: relative;
    background-color: #000000;
    margin-bottom: 20px;
}
.inside-banner-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    opacity: 0.7;
}
.inside-banner-wrapper .page-title {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 70%;
    margin: 0 auto;
}
.inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
    font-family: "Lancelot", serif;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 80px;
    line-height: 70px;
}
.inside-banner-wrapper .page-title strong {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.t-slider .slick-slide {
    text-align: center;
}
.t-slider .slick-slide p {
    font-size: 18px;
    line-height: 28px;
}
.t-slider .slick-dots {
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.t-slider .slick-dots button {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 0;
    background-color: #cedcb8;
    color: #ffffff;
    opacity: 0.5
}
.t-slider .slick-dots .slick-active button {
    opacity: 1;
}
.t-slider .slick-dots button:hover {
    opacity: 1;
}
.t-slider i {
    position: absolute;
    color: #CEDCB8;
    font-size: 50px;
    font-weight: 700;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.t-slider i.fa-angle-left {
    left: -100px;
    z-index: 2;
}
.t-slider i.fa-angle-right {
    right: -100px;
    z-index: 2;
}
.testimonials-section:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    background-image: url('img/heart.png');
    width:305px;
    height: 400px;
    right: 0;
    opacity: 0.3;
}
.about-section {
    position: relative;
    background-position: right top !important;
}
.about-section1:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    background-image: url('img/heart.png');
    width:600px;
    height: 507px;
    right: 0;
}
.category-panel a {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.category-panel h3 {
    font-family: "Lato", sans-serif;
    color: #130C0E;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
}
.section.product-categories-section {
    padding-bottom: 50px;
}
.category-panel .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #cedcb8;
    opacity: 0.8;
    text-align: center;
}
.category-description {
    text-align: center;
    margin-bottom: 50px;
}
.category-menu, .sub-category-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
}
.category-menu a.back-to-shop , .sub-category-menu a.back-to-shop {
    background-color: #130C0E;
    color: #ffffff;
}
.category-breadcrumb {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a7be85;
}
.category-breadcrumb a {
    font-weight: 400;
    color: #130C0E;
}
.category-breadcrumb li {
    position: relative;
}
.category-breadcrumb li:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #130C0E;
    position: absolute;
    top: 10px;
    right: -15px;
}
.category-breadcrumb li:last-child:after {
    width: 0;
}
.product-panel {
    margin-bottom: 30px;
}
.product-panel a {
    display: block;
    text-align: center;
    color: #130C0E;
    border: 1px solid #e4e4e4;

}
.product-panel h3 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 22px;
}
.product-panel .content-wrapper {
    background-color: #f8f8ff;
    padding: 20px 10px 25px;
}
.product-panel .price {
    margin-bottom: 20px;
}
.product-panel .btn {
    width: 80%;
}
.product-panel .image-wrapper {
    position: relative;
}
.product-panel .tag_name {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    padding: 5px;
    background-color: #130C0E;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}
.woocommerce-tabs {
    display: none;
}
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    background-color: #cc0100;
}
.product-panel span.on-sale {
    width: 50px;
    height: 50px;
    background-color: #cc0100;
    padding: 10px;
    color: #ffffff;
    position: absolute;
    top: -5px;
    right: -10px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}
.product-panel .price .old-price {
    font-size: 14px;
    color: #6c757d;
    margin-right: 5px;
    text-decoration: line-through;
}
.sub-cat-page-title {
    text-align: center;
    margin-bottom: 20px;
}
.no-products {
    text-align: center;
}
.navbar-brand {
    padding: 0;
    margin: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 25px;
    color: #130C0E;
}
.woocommerce-page div.product div.summary .btn-outline-primary {
    width: 100%;
}
.product_meta {
    display: none;
}
.btn-outline-primary {
    color: #cedcb8;
    border: 1px solid #cedcb8;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #cedcb8;
    border: 1px solid #cedcb8;
}
.product .summary .btn-outline-primary {
    margin-top: 30px;
}
.woocommerce div.product {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    flex-wrap: wrap;
}
.woocommerce-page div.product div.summary {
    width: 47% !important;
}
.category-description h4 {
    font-weight: 400;
}
.related.products {
    clear: both;
    margin-top: 80px;
    text-align: center;
}
.related h2 {
    font-size: 40px;
    line-height: 40px;
}
.cart-icon {
    position: relative;
    margin-left: 20px;
}
.cart-icon .items {
    position: absolute;
    top: -20px;
    color: #a7be85;
}
.cart-icon .fa-shopping-basket {
    color: #a7be85;
    font-size: 25px;
}
.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    line-height: 24px;
    color: #130C0E;
    font-weight: 700;
    padding: 0;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}
.home .woocommerce ul.products li.product a {
    text-align: center;
}
.home .woocommerce ul.products li.product .price {
    color: #130C0E;
    font-size: 16px;
    margin-bottom: 10px;
}
.home .btn-outline-primary {
    background-color: #CEDCB8;
    color: #130C0E;
}
.shop-cat-menu-wrapper {
    margin-bottom: 50px;
}
.shop-cat-menu-wrapper ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-cat-menu-wrapper ul li {
    margin-bottom: 10px;
}
.woocommerce-page ul.products li.product {
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: #f8f8ff;
    padding-bottom: 25px;
}
.woocommerce ul.products .btn-outline-primary {
    width: 80%;
    background-color: #cedcb8;
    border-color: #cedcb8;
    color: #130C0E;
}
.home .woocommerce ul.products .btn-outline-primary {
    width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0;
    color: #130C0E;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #130C0E;
    margin-bottom: 20px;
    font-size: 16px;
}
.cat_name {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    padding: 5px;
    background-color: #130C0E;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}
.no-banner-wrapper {
    margin-bottom: 15px;
    background-color: #cedcb8;
    padding: 50px 20px 30px;
}
.no-banner-wrapper h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 60px;
}
.wc-block-components-product-name {
    font-size: 16px !important;
    color: #130C0E !important;
}
.wc-block-components-button {
    border: 1px solid #cedcb8;
    background-color: #cedcb8;
    color: #130C0E !important;
}
.wc-block-checkout__shipping-method-option-price {
    display: none;
}
.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.woocommerce-customer-details .woocommerce-columns .col-1, .woocommerce-customer-details .woocommerce-columns .col-2 {
    flex:0 0 50%;
    max-width: 50%;
    padding: 0;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}
.contact-sidebar h2 {
    font-size: 30px;
    line-height: 35px;
}
.contact-sidebar .wpb_content_element {
    margin-bottom: 20px !important;
}
ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.socials li {
    margin-bottom: 10px;
}
ul.socials li a span {
    margin-right: 5px;
    font-size: 20px;
}
.wp-block-product-new .wc-block-grid__products {
    column-gap: 15px;
    justify-content: center;
}
.wp-block-product-new .wc-block-grid__product:last-child {
    display: none;
}
.wp-block-product-new .wc-block-grid__product {
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: #f8f8ff;
    padding-bottom: 25px;
}
.wp-block-product-new .wc-block-grid__product-title {
    font-size: 16px;
    color: #130C0E;
}
.wp-block-product-new .wc-block-grid__product-price {
    font-size: 16px;
}
.wp-block-product-new .wp-block-button__link {
    border-radius: 0;
    width: 80%;
    background-color: #cedcb8;
    border-color: #cedcb8;
    color: #130C0E;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 14px;
    text-transform: uppercase;
}
.wp-block-product-new .wp-block-button__link:hover {
    background-color: #a7be85;
    border-color: #a7be85;
    color: #130C0E;
}
h2.with-empty-cart-icon {
    font-size: 20px;
    font-family: "Lato", sans-serif;
}
#footer {
    background-color: #cedcb8;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
#footer a {
    color: #130C0E;
    font-weight: 700;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
}
#footer ul li:first-child {
    position: relative;
}
#footer ul li:first-child:after {
    content: "\2014";
    position: absolute;
    right: -15px;
}
.ani-in {
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: opacity 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ani-show {
    opacity: 1;
    transform: translate(0px, 0px);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.btn:focus,
.uneditable-input:focus {
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0;
    outline: none !important;
    box-shadow: none;
}
.slick-slide {
    outline: none
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.contact-sidebar iframe {
    max-width: 100%;
}
.filter-by-category {
    display: none;
}
@media screen and (max-width: 1599px) {
    #header {
        padding-left: 0;
        padding-right: 0;
    }
    .inside-banner-wrapper {
        height: auto;
    }
    .inside-banner-wrapper img {
        position: relative;
    }
    ul.mega-menu {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 30px;
    }
    ul.sub-menu {
        margin-bottom: 20px;
    }
    .inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
        font-size: 70px;
        line-height: 60px;
    }
    ul.mega-menu li {
        flex: 0 0 20%;
    }
}
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
        font-size: 60px;
        line-height: 50px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    .home-banner-wrapper {
        height: 500px;
    }
    .category-panel h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section.product-categories-section {
        padding-bottom: 30px;
    }
    .section.popular-products {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .home .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 17px;
    }
    .testimonials-section .wpb_content_element {
        margin-bottom: 25px;
    }
    .contact-sidebar h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .category-breadcrumb {
        margin-bottom: 30px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 20px;
        line-height: 20px;
    }
    .woocommerce-page div.product div.images {
        width: 46%;
    }
    .inside-banner-wrapper .page-title {
        top: 75%;
    }
    .woocommerce div.product p.price {
        font-size: 20px;
    }
    .related h2 {
        font-size: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 991px) {
    .no-banner-wrapper h1 {
        font-size: 45px;
        line-height: 40px;
    }
    .inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
        font-size: 45px;
        line-height: 40px;
    }
    h2 {
        font-size: 35px;
        line-height: 45px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
    h5 {
        font-size: 16px;
        line-height: 22px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
        padding-left: 12px;
        padding-right: 12px;
    }
    #header .logo {
        width: 260px;
    }
    .mega-menu a {
        margin-bottom: 2px;
    }
    .cart-icon .fa-shopping-basket {
        font-size: 20px;
    }
    .home-banner-wrapper h1 {
        font-size: 50px;
        line-height: 50px;
        width: 60%;
    }
    .home-banner-wrapper h6 {
        font-size: 20px;
        line-height: 26px;
        width: 60%;
    }
    .home-banner-wrapper {
        height: 400px;
    }
    .home-section-1 {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .category-panel {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .product-categories-section .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .category-panel .title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .category-panel h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section.product-categories-section {
        padding-bottom: 10px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        margin-top: 25px;
    }
    .mega-menu .sub-menu a {
        font-size: 15px;
        line-height: 25px;
    }
    .mega-menu a {
        font-size: 13px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 30px 15px 15px;
    }
    .section.popular-products {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home .woocommerce ul.products li.product {
        margin-bottom: 30px;
    }
    .t-slider .slick-slide p {
        width: 90%;
        margin: 0 auto;
        font-size: 17px;
        line-height: 27px;
    }
    .testimonials-section .wpb_content_element {
        margin-bottom: 0;
    }
    .t-slider i.fa-angle-right {
        right: 0;
    }
    .t-slider i.fa-angle-left {
        left: 0;
    }
    .testimonials-section:after {
        background-image: none;
        width: 0;
    }
    #page-wrapper:after {
        background-image: none;
        width: 0;
    }
    .contact-sidebar h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .btn {
        font-size: 13px;
        line-height: 13px;
    }
    .home .product .cat_name {
        display: none;
    }
    .home .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }
    .category-menu, .sub-category-menu {
        flex-wrap: wrap;
    }
    .category-menu li, .sub-category-menu li {
        margin-bottom: 10px;
    }
    .product-panel h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .wp-block-product-new .wp-block-button__link {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 767px) {
    h4 {
        font-size: 17px;
        line-height: 25px;
    }
    .home-banner-wrapper {
        height: auto;
    }
    .home-banner-wrapper img {
        position: relative;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin-left: 0;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        margin-top: 30px;
        padding-bottom: 15px !important;
    }
    .mega-menu a {
        margin-top: 15px;
        margin-bottom: 0;
    }
    ul.mega-menu {
        flex-direction: column;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        padding: 0;
        margin-top: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding-top: 0;
    }
    ul.sub-menu {
        margin-bottom: 0;
    }
    .mega-menu .sub-menu a {
        margin-bottom: 0;
        margin-top: 0;
    }
    .home-banner-wrapper h1 {
        font-size: 40px;
        line-height: 40px;
        width: 70%;
    }
    .home-banner-wrapper h6 {
        font-size: 18px;
        line-height: 24px;
        width: 70%;
    }
    .category-panel h3 {
        font-size: 20px;
    }
    .home .product .cat_name {
        display: block;
    }
    .about-section .wpb_content_element {
        margin-bottom: 0;
    }
    #footer ul {
        flex-direction: column;
    }
    #footer ul li:first-child:after {
        content: "";
    }
    .inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
        font-size: 35px;
        line-height: 40px;
    }
    .category-breadcrumb {
        flex-wrap: wrap;
        font-size: 10px;
        column-gap: 20px;
    }
    .category-breadcrumb li::after {
        right: -12px;
        top: 8px;
    }
    .woocommerce div.product {
        column-gap: 20px;
    }
    .related h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .related-panel.product-panel h3 {
        font-size: 20px;
    }
    .no-banner-wrapper h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .no-banner-wrapper {
        padding: 40px 0 20px;
    }
    .wc-block-components-radio-control .wc-block-components-radio-control__input {
        left: 0 !important;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .inside-banner-wrapper .page-title h1, .inside-banner-wrapper .page-title .title {
        font-size: 30px;
    }
    .home-banner-wrapper h6 {
        display: none;
    }
    .home-banner-wrapper h1 {
        font-size: 35px;
        line-height: 40px;
        width: 80%;
    }
    .home #content::before {
        background-image: url('img/lace_m.png');
        height: 84px;
    }
    .home-section-1 {
        padding-top: 85px;
        padding-bottom: 30px;
    }
    .category-panel h3 {
        font-size: 16px;
    }
    .category-panel .title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .category-panel a {
        margin-bottom: 15px;
    }
    .section {
        padding-top: 20px;
    }
    .section.product-categories-section {
        padding-bottom: 0;
    }
    .vc_row-has-fill > .vc_column_container > .vc_column-inner {
        padding-top: 20px;
    }
    .t-slider .slick-slide p {
        font-size: 16px;
        line-height: 24px;
    }
    .t-slider i.fa-angle-right {
        right: -10px;
    }
    .t-slider i.fa-angle-left {
        left: -10px;
    }
    .inside-banner-wrapper {
        height: 190px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .inside-banner-wrapper img {
        height: 100%;
        width: auto;
        max-width: none;
        min-width: unset;
        min-height: unset;
    }
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width:100%;
    }
    .cat_name {
        top: 20px;
    }
    .shop-cat-menu-wrapper {
        display: none;
        margin-bottom: 20px;
    }
    .filter-by-category {
        margin-bottom: 25px;
        text-align: center;
    }
    .filter-by-category span {
        text-transform: uppercase;
        font-size: 12px;
        cursor: pointer;
        border-bottom: 1px solid;
    }
    .filter-by-category span:before {
        content:"\f0b0";
        font-family: FontAwesome;
        margin-right: 5px;
    }
    .filter-by-category.hide-filter span:before {
        content:"\f00d";
    }
    .category-breadcrumb {
        margin-bottom: 10px;
        column-gap:10px;
    }
    .category-breadcrumb li::after {
        width: 3px;
        height: 3px;
        right: -6px;
        top: 9px;
    }
    .woocommerce div.product {
        flex-direction: column;
    }
    .woocommerce-page div.product div.images {
        width: 90%;
        margin: 10px auto;
    }
    .woocommerce-page div.product div.summary {
        width: 100% !important;
    }
    .related-panel.product-panel h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .related.products {
        margin-top: 50px;
    }
    .category-description {
        margin-bottom: 20px;
    }
    .filter-by-category {
        display: block;
    }
    .sub-cat-page-title {
        margin-bottom: 0;
    }
    .home .product .cat_name {
        display: none;
    }
    .related.row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .related .col-6, .related .col-12 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .related-panel.m-hide {
        display: none;
    }
    .wp-block-product-new .wc-block-grid__product {
        margin-bottom: 20px;
    }
    #footer {
        font-size: 13px;
    }
}