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

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

/*** GENERAL ***/
:root {
    --teal: #22aeac;
    --ocean: #1bacaa;
    --mint: #d6e7e0;
    --cream: #f7f1ea;
    --red: #ff0000;
}

.expand, .full-width {
    overflow: hidden;
}

/*Margin*/
.m-remove {
    margin: 0;
}
.mt-remove {
    margin-top: 0 !important;
}
.mb-remove {
    margin-bottom: 0 !important;
}
.ml-remove {
    margin-left: 0;
}
.mr-remove {
    margin-right: 0;
}
.m-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 40px;
}
.mr-20 {
    margin-right: 20px;
}   


/*Padding*/
.p-remove {
    padding: 0;
}
.pt-remove {
    padding-top: 0 !important;
}
.pb-remove {
    padding-bottom: 0 !important;
}
.pl-remove {
    padding-left: 0 !important;
}
.pr-remove {
    padding-right: 0 !important;
}


/*Headings*/
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
.hero {
    font-size: 4.8rem;
    line-height: 0.85;
}
.hero-404 {
    font-size: 8rem;
    line-height: 0.85;
}
.heading-large {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.1;
}
.heading-medium {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.1;
}
.heading-small {
    font-size: 2.4rem;
    line-height: 1.1;
}
h1, .h1 {
    font-size: 3.25rem;
    line-height: 1.1;
}
h2, .h2 {
    font-size: 2.275rem;
    line-height: 1.1;
    font-weight: 600;
}
h3, .h3 {
    font-size: 2rem;
    line-height: 1.1;
}
h4, .h4 {
    font-size: 16.2px;
    line-height: 1.1;
}
h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.text-large {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.7;
}


/*Utilities*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-medium {
    font-weight: 500;
}
.text-semibold {
    font-weight: 600;
}
.text-bold {
    font-weight: 700;
}
.hidden {
    display: none;
}

/*Colors*/
.teal {
    color: var(--teal);
}
.cream {
    color: var(--cream);
}
.mint {
    color: var(--mint);
}
.red {
    color: var(--red);
}
.bg-teal {
    background-color: var(--teal);
}
.bg-cream {
    background-color: var(--cream);
}
.bg-mint {
    background-color: var(--mint);
}
.bg-red {
    background-color: var(--red);
}
.gradient-bg {
    background: linear-gradient(178.5deg, #f7f1ea 50%, #d6e7e0 50%);
}

/*Columns*/
.col {
    padding: 0;
}
.widget {
    margin-bottom: 0;
}


/*Buttons*/
.btn {
    font-size: 0.9375rem;
    font-weight: 400;
    box-sizing: border-box;
}
.button.primary:not(.is-outline) {
    background-color: var(--ocean);
    border: 1px solid transparent;
    transition: 0.4s all ease-in-out;
}
.button.primary:not(.is-outline):hover {
    background-color: transparent;
    border: 1px solid var(--ocean);
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    color: var(--ocean);
}
.button.secondary:not(.is-outline) {
    background-color: #000;
    border: 1px solid transparent;
    transition: 0.4s all ease-in-out;
}
.button.secondary:not(.is-outline):hover {
    background-color: transparent;
    border: 1px solid #000;
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    color: #000;
}
.dark .button.secondary:not(.is-outline):hover {
    background-color: transparent;
    border: 1px solid #fff;
    transition: 0.4s all ease-in-out;
    box-shadow: none;
    color: #fff;
}
/* .button.icon i {
    line-height: 2.19em !important;
} */


/*Header*/
.header {
    position: absolute;
    width: 100%;
}
.header:not(.transparent) .header-wrapper:not(.stuck) .header-bottom {
    padding-bottom: 20px;
}
.header-wrapper:not(.stuck) .header-main .logo {
    margin-top: 30px;
}
.header-bottom > .flex-row {
    flex-direction: column;
}
.header-bottom > .flex-row > :last-child {
    margin: 20px auto;
}
.header-wrapper.stuck .header-bottom .flex-right {
    display: none;
}
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    background-color: var(--teal);
    padding: 20px 0;
}
.off-canvas-center.mfp-bg.mfp-ready {
    opacity: .95;
}
.mfp-bg {
    background: var(--ocean);
}


/*Header Search*/
.form-flat input:not([type=submit]).search-field {
    width: 430px;
    height: 50px;
    background-color: #fff !important;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;
}
.form-flat input:not([type=submit]), 
.form-flat select, .form-flat textarea {
    color: #000 !important;
}
.form-flat input:not([type=submit]).search-field::placeholder {
    color: #545454;
}
.form-flat .button.icon {
    color: #1bacaa !important;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -46px;
}


/*Navigation*/
.nav.header-nav {
    margin-top: 10px;
}
.nav.header-nav > li {
    margin: 0 36px;
}
.nav.header-nav > li > a {
    font-size: 1.25rem;
    position: relative;
}
.nav > li > a, .nav > li.active > a,
.nav > li > a:hover, .nav > li > a,
.nav-dark .nav > li > a {
    color: #fff;
}
.nav.header-nav > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0;
    transition: 0.4s all ease-in-out;
}
.nav.header-nav > li > a:hover:before,
.nav.header-nav > li.current-menu-item > a:before,
.nav.header-nav > li.current-page-ancestor > a:before {
    opacity: 1;
    transition: 0.4s all ease-in-out;
}
.header-wrapper.stuck .nav.header-nav {
    margin-top: 5px;
}


/*Footer*/
.absolute-footer {
    padding: 10px 0 60px;
}
.absolute-footer::before { 
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: -70px;
    height: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 70px;
    border-color: transparent var(--teal) var(--teal) transparent;
}
.footer-secondary .footer-text {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.footer-icon {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
}
.footer-icon-fb {
    background: url('/wp-content/uploads/2022/10/fb.png') center center no-repeat;
    background-size: contain;
}
.footer-icon-ig {
    background: url('/wp-content/uploads/2022/10/ig.png') center center no-repeat;
    background-size: contain;
}
.copyright-footer {
    text-transform: uppercase;
    font-size: 1.0625rem;
    font-weight: 300;
    color: #fff;
}
.back-to-top {
    right: 30px;
    bottom: 30px;
}
a.back-to-top {
    color: #fff;
}
.back-to-top.is-outline:hover, .primary.is-outline:hover {
    background-color: var(--red);
    border-color: var(--red);
}


/*Sections*/
.section, .product .product-main > .row,
.product-template-default .page-title-inner.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.section-top-a .section-bg {
    mix-blend-mode: soft-light;
}
.banner-hero::after { 
    content: '';
    position:absolute;
    display:block;
    left:0;
    bottom:0;
    height: 0;
    width:100%;
    border-style: solid;
    border-width: 0 100vw 75px;
    border-color: transparent var(--cream) var(--cream) transparent;
}
.banner-col-image img {
    border-radius: 20px;
}
.page-template-default #wrapper,
.post-template-default #wrapper,
.product-template-default #wrapper,
.mailpoet_page-template-default #wrapper,
.woocommerce-page #wrapper,
.archive #wrapper,
.error404 #wrapper {
    position: static;
}
.page-template-default #header,
.post-template-default #header,
.product-template-default #header,
.mailpoet_page-template-default #header,
.woocommerce-page #header,
.archive #header,
.error404 #header {
    top: 0;
}


/** HOME **/
/*Banner*/
.banner-hero .row-col-a {
    margin-top: 150px;
}
.woocommerce-shop .banner-hero .row-col-a {
    margin-top: 170px;
}

/*Brands*/
.brands img {
    width: 220px;
    height: auto;
}

/*Featured Products*/
.featured-products.row.row-large {
    max-width: 1200px;
}
.home .featured-products.row {
    margin-left: auto !important;
    margin-right: auto !important;
}
.featured-products .box-image {
    border-radius: 20px;
    /* background-color: #ececec; */
    background-color: #fff;
    outline-color: transparent;
    transition: 0.2s all ease-in-out;
}
.featured-products .box-image:hover {
    outline: 2px solid var(--red);
    transition: 0.2s all ease-in-out;
}
.featured-products .box-text {
    padding-bottom: 0;
}
.featured-products .product {
    padding: 5px 15px 30px;
}
.featured-products .box-text-products .title-wrapper {
    display: flex;
    flex-direction: column;
}
.featured-products .title-wrapper .product-title {
    font-size: 1.40rem;
    font-weight: 700;
}
.featured-products .title-wrapper .product-title > a {
    color: #101010;
}
.featured-products .title-wrapper .category {
    order: 2;
    font-size: 1.20rem;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    text-transform: none;
}
.featured-products .excerpt-wrapper {
    font-size: 1.0625rem;
    margin-top: 5px;
}
.featured-products .badge-container {
    margin-top: 15px;
}
.featured-products .badge-inner,
.product-info .badge-inner {
    display: block;
    height: auto;
    padding: 4px 40px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.featured-products .badge-inner.on-sale {
    background-color: var(--red);
}
.featured-products .badge-circle {
    margin-left: 15px;
}

/*Newsletter*/
.newsletter {
    border: 2px solid var(--ocean);
    border-radius: 30px;
}
.newsletter-img img {
    border-radius: 0 30px 30px 0;
}
.form-col h1 {
    font-size: 2.84rem;
}

/*Featured Blogs*/
.home-blogs .box-image,
#at_posts_related .box-image,
.blog-archive .box-image {
    height: 267px;
    border-radius: 30px;
}
.home-blogs .image-cover img,
#at_posts_related .image-cover img,
.blog-archive .image-cover img {
    height: 267px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}
.home-blogs .box-blog-post .is-divider,
#at_posts_related .box-blog-post .is-divider,
.blog-archive .box-blog-post .is-divider {
    display: none;
}
.home-blogs .post-title,
#at_posts_related .post-title {
    font-size: 1.6875rem;
}
.home-blogs .from_the_blog_excerpt,
#at_posts_related .from_the_blog_excerpt {
    font-size: 1.25rem;
    font-weight: 400;
}
.home-blogs .button,
#at_posts_related .button,
.blog-archive .button {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1;
    padding: 14px 30px;
    border-width: 1px;
    border-radius: 30px;
    text-transform: none;
}
.home-blogs .button.primary,
#at_posts_related .button.primary,
.blog-archive .button.primary  {
    background-color: var(--ocean);
    color: #fff;
}
.home-blogs .button.primary:hover,
.home-blogs .post-item a:hover .button.primary,
#at_posts_related .button.primary:hover,
#at_posts_related .post-item a:hover .button.primary,
.blog-archive .button.primary:hover,
.blog-archive .post-item a:hover .button.primary {
    background-color: transparent;
    border-color: var(--ocean);
    color: var(--ocean);
}



/*Mailpoet Form*/
#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
    position: relative;
}
.mailpoet_form input[type="email"],
.mailpoet_form input[type="submit"] {
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
}
.mailpoet_form input[type="email"] {
    box-shadow: none;
    padding: 20px 200px 20px 35px !important;
    border: 0;
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
}
.mailpoet_form input[type="email"]:focus {
    background: #ebfdfd;
}
.mailpoet_form input[type="email"]::-webkit-input-placeholder {
    color: #656565;
    font-weight: 200;
}
.mailpoet_form input[type="email"]::-moz-input-placeholder {
    color: #656565;
    font-weight: 200;
}
.mailpoet_form input[type="email"]::placeholder {
    color: #656565;
    font-weight: 200;
}
.mailpoet_form input[type="submit"] {
    background-color: var(--ocean);
    padding: 0 50px !important;
    font-size: 0.9375rem;
    font-weight: 400;
    text-transform: none;
}
.mailpoet_paragraph.last,
.mailpoet_paragraph.newsletter-form + div {
    position: absolute;
    right: 0;
    top: 0;
}
.parsley-required, .parsley-custom-error-message {
    color: var(--red) !important;
}
.mailpoet-screen-reader-text {
    display: none;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
}



/*Contact Us*/
.icon-box {
    display: block;
}
.icon-box-img, .icon-box-text {
    display: inline-block;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.icon-box-img img {
    position: relative;
    top: -3px;
}
.cont-form-col .col-inner {
    margin-right: auto !important;
}
.contact-form label {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    margin-left: 15px;
    margin-bottom: 0;
    text-align: left;
}
.contact-form .wpcf7-form-control {
    height: 55px;
    border-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 1.125rem;
    color: #000;
    transition: 0.4s all ease-in-out;
    margin-bottom: 25px;
}
.contact-form textarea.wpcf7-form-control {
    resize: none;
    padding: 15px 30px;
}
.contact-form .wpcf7-form-control::placeholder {
    color: rgba(0,0,0,0.33);
}
.contact-form .wpcf7-form-control:focus {
    border-color: var(--ocean);
    background-color: #ebfdfd;
    box-shadow: none;
    transition: 0.4s all ease-in-out;
}
.contact-form > p:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-form input[type="submit"]:not(.is-form) {
    border-radius: 40px;
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: none;
    margin-right: 0;
    line-height: 1;
    height: auto;
    min-height: auto;
    padding: 25px 60px;
}
.contact-form input[type="submit"]:not(.is-form):hover {
    background-color: #4b4e4e;
    border-color: #4b4e4e;
    box-shadow: none;
}
.wpcf7 .wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 0.825rem;
    opacity: 1;
    margin-top: -15px;
    text-transform: uppercase;
    background-color: #fae3c9;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: #fae3c9;
}


/*Brands*/
.brands-slider .flickity-prev-next-button {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.brands-slider.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.brands-slider .box-image img {
    object-fit: contain;
}
.brands-slider .box-text-inner {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.brands-slider .flickity-prev-next-button {
    color: var(--ocean);
    width: 70px;
}
.brands-slider .flickity-page-dots .dot.is-selected {
    background-color: #1bacaa;
}
.brand-title {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -2px;
}
.brand-subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 10px 0;
}
.brands-social {
    width: 21%;
    margin-top: 15px;
    margin-bottom: 35px;
}
.brands-social img {
    width: 55px;
    height: 55px;
    transition: 0.3s all ease-in-out;
    object-fit: cover;
}
.brands-social img, .brands-social .img-inner {
    width: 55px;
}
.brands-social .img-inner, .brands-social img {
    border-radius: 12px;
}
.brands-social .img-inner:hover img {
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}


/*Blogs - Single*/
.post-template-default .row {
    max-width: 1600px;
    padding-left: 60px;
    padding-right: 60px;
}
.post-template-default article {
    margin-top: 40px;
}
.entry-content.single-page {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 35px;
    position: relative;
    top: -220px;
    text-align: justify;
}
.entry-content, .entry-content p {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
.entry-content h3 {
    line-height: 1.3;
}
.entry-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 35px;
}
.entry-image a {
    pointer-events: none;
}
.entry-title {
    margin-bottom: 15px;
}
.entry-category {
    font-size: 1.5625rem;
    font-weight: 500;
}
.entry-category a {
    color: #000;
    pointer-events: none;
}
.entry-tags {
    margin-bottom: 20px;
}
.entry-tags a {
    font-size: 0.9375rem;
    line-height: 3;
    background-color: #000;
    padding: 12px 45px;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    box-sizing: border-box;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    /* pointer-events: none; */
}
.entry-tags a:hover {
    background: transparent;
    border-color: #000;
    color: #000;
    transition: 0.3s ease-in-out;
}
.entry-meta {
    font-weight: 500;
}
.entry-meta > * {
    display: block;
}
.entry-meta a {
    color: #000;
    pointer-events: none;
}


/*Related Posts*/
#at_posts_related {
    margin-top: -150px;
    margin-bottom: 100px;
}
#at_posts_related .container-width,
.blog-archive .container-width {
    max-width: 100%;
}
#at_posts_related .row > .col,
.blog-archive .row > .col {
    padding: 0 9.8px 19.6px;
}
#at_posts_related .row {
    margin-left: 0;
    margin-right: 0;
}
#at_posts_related .image-cover,
.blog-archive .image-cover {
    padding-top: 100% !important;
}
.posts-section-title-related {
    font-size: 2rem;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
}

/*Archive Page*/
.blog-archive {
    padding: 60px 20px 100px;
}
.blog-archive .post-title {
    font-size: 1.5rem;
}
.blog-archive .page-title {
    letter-spacing: 0;
    font-size: 2.3rem;
}
.blog-archive .page-title span {
    display: block;
}
.blog-archive .from_the_blog_excerpt {
    font-size: 1.1rem;
}
.blog-archive .image-cover img {
    transition: 0.6s all ease-in-out;
}
.blog-archive .post-item .has-hover:hover img {
    transform: scale(1.1);
    transition: 0.6s all ease-in-out;
}



/*Shop Page*/
.woocommerce-shop .products.featured-products,
.tax-product_cat .products.featured-products {
    max-width: 1200px;
}
.woocommerce-shop:not(.search) .shop-page-title {
    display: none;
}
.woocommerce-shop:not(.search) .header-wrapper .header-bg-color {
    background-color: transparent;
}
.woocommerce-shop #main {
    padding-bottom: 50px;
}
.woocommerce-shop:not(.search-results) #main > .row {
    max-width: 1200px;
    padding-top: 0;
}
.featured-categories {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.featured-categories .box-overlay .box-text {
    bottom: 0 !important;
    top: auto;
    transform: none;
    text-align: left;
}
.featured-categories .box-overlay .box-text .header-title {
    text-transform: none;
    color: #101010;
    text-shadow: none;
    letter-spacing: 0;
    font-weight: 700;
}
.featured-categories .box-overlay .box-text .count {
    color: #101010;
    text-shadow: none;
}
.featured-categories .box-overlay .box-image {
    border-radius: 20px;
    background-color: #fff;
}
.featured-categories .box-overlay .box-image .overlay {
    display: none;
}
/* .featured-categories .box-overlay:hover .header-title,
.featured-categories .box-overlay:hover .count {
    color: #fff;
} */
.tax-product_cat .featured-categories {
    display: none;
}
.view-more-button.products-archive {
    border-radius: 99px;
    padding: 12px 50px 12px 50px;
    background-color: #000000 !important;
    border: 1px solid transparent;
    color: #fff;
}
.view-more-button.products-archive:hover {
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}



/*Shop Page - Product Filter*/
.yith-wcan-filters {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
    background: transparent;
    margin-bottom: 0;
}
.yith-wcan-filters .yith-wcan-filter,
.filters-container form {
    margin-bottom: 0;
}
.yith-wcan-filters .filter-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}
.yith-wcan-filter .filter-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    margin: 0 30px 0 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
    font-size: 1.175rem;
    color: #A8A49F;
    position: relative;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a:hover {
    font-weight: 700;
    color: #101010;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover {
    color: var(--ocean);
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    bottom: -4px;
    border-top: 2px solid #101010;
}
/* .yith-wcan-filters .yith-wcan-filter .filter-items > li:last-child {
    display: none;
} */


/*Product Page*/
.product-template-default .container {
    max-width: 1200px;
}
.product-template-default .page-title-inner {
    padding: 50px 15px 20px;
    box-sizing: border-box;
}
.product .product-gallery {
    padding-right: 35px;
}
.product .product-info {
    padding-left: 35px;
    padding-top: 20px;
}
.woocommerce-product-gallery figure,
.product-gallery-slider img, 
.product-thumbnails img,
.product-thumbnails a {
    background: #ececec;
    border-radius: 20px;
}  
/* .woocommerce-product-gallery__image {
    padding: 40px !important;
} 
.product-thumbnails a {
    padding: 20px;
} */
.easyzoom-flyout,
.easyzoom-flyout img {
    border-radius: 20px;
}
.product-thumbnails a {
    border: 2px solid transparent;
}
.product-thumbnails .is-nav-selected a, 
.product-thumbnails a:hover,
.product-thumbnails .is-nav-selected a img, 
.product-thumbnails a:hover img {
    border-color: rgb(0 0 0 / 26%);
}
.breadcrumbs,
.breadcrumbs a {
    font-size: 1.125rem;
    color: #101010;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
}
.breadcrumbs .current {
    font-weight: 500;
}
.breadcrumbs a:hover {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    transition: 0.2s all ease-in-out;
}
.breadcrumbs .current {
    position: relative;
    display: inline-block;
}
.breadcrumbs .current:after {
    content: '';
    width: 100%;
    border-top: 2px solid #101010;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
}
.product-gallery .badge-container {
    display: none;
}
.product-info .badge-container {
    position: relative !important;
    margin-top: 0;
    margin-bottom: 15px;
    left: -5px;
}
.product-info .badge-container .badge {
    margin-left: 0;
    height: auto;
}
.product-info .badge-inner {
    padding: 6px 45px;
}
.product-info .product_title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
.product-info .product_meta > span {
    border-top: 0;
}
.product-info .product-divider {
    border-bottom: 2px solid #a8a4a2;
    margin: 25px 0;
}
.product-info .product_meta {
    display: none;
}
.product-info .product_meta .posted_in,
.product-info .product_subtitle {
    font-size: 1.1rem;
    font-weight: 600;
}
.product-info .product_subtitle {
    margin: 10px 0;
}
.product-info .product-short-description {
    font-size: 1.125rem;
    line-height: 1.6;
}
.product-info .product_meta .posted_in a {
    color: #101010;
}
/* .product-info .product-short-description {
    text-align: justify;
} */
.product-info .price-wrapper {
    display: none;
}
.product-info form.cart {
    display: none;
}
/* .woocommerce-tabs {
    display: none;
} */
.woocommerce-tabs.tabbed-content .nav {
    display: none;
}
.product-shop-links {
    margin-top: 30px;
    letter-spacing: -1px;
}
.product-shop-links a {
    display: inline-block;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 12px;
}
.product-shop-links img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.product-shop-links a:hover img {
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
}
.product-main {
    padding-bottom: 150px;
}
.product-footer {
    background-color: var(--mint);
}
.product-footer::before {
    content: '';
    position: relative;
    display: block;
    left: 0;
    top: -50px;
    height: 0;
    width: 100%;
    border-style: solid;
    border-width: 0 100vw 50px;
    border-color: transparent var(--mint) var(--mint) transparent;
}
.product-section.related-products-wrapper {
    border-top: 0;
}
.product-section-title {
    font-size: 1.40rem;
    font-weight: 800;
    letter-spacing: 0;
}
.related-products-wrapper .box-image {
    margin-top: 2px;
}
.related-products-wrapper .quick-view-added {
    display: none;
}
.related-products-wrapper .row-small > .flickity-viewport > .flickity-slider > .col {
    padding-left: 15px;
    padding-right: 15px;
}
.single-product-bottom-widgets,
.archive.tax-product_cat .shop-bottom-widgets {
    padding-bottom: 80px;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item__label,
.woocommerce-product-attributes .woocommerce-product-attributes-item__value p {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    padding-right: 20px;
}



/*Category Page*/
.page-title .woocommerce-ordering {
    display: none;
}
.page-title-inner .shop-page-title {
    font-size: 2.2rem;
    margin-bottom: 5px;
}
.category-page-title {
    max-width: 1200px;
    margin: 0 auto;
}
.category-page-title .container {
    padding-left: 0;
    padding-right: 0;
}
.tax-product_cat .featured-products .box-text {
    padding-bottom: 20px;
}
.tax-product_cat .featured-products .box-text .is-xsmall {
    font-size: 0.8rem;
}


/*Search Results*/
.search .breadcrumbs {
    display: none;
}
.search .woocommerce-no-products-found {
    text-align: center;
    margin-top: 50px;
    font-size: 1.5rem;
    font-weight: 500;
}


/*404 Page*/
.error404 section .form-flat input:not([type=submit]).search-field {
    width: 100%;
}


/*Mailpoet*/
.mailpoet_page-template-default .entry-content.single-page {
    top: 0;
    text-align: center;
    margin: 50px 30px 120px;
    border-radius: 35px;
}
.mailpoet_page-template-default .entry-title {
    font-size: 1.5rem;
    text-align: center;
}
.mailpoet_page-template-default .entry-tags {
    display: none;
}
.mailpoet_page-template-default  input.mailpoet_text {
    max-width: 500px;
    text-align: center;
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 0;
    text-align: left;
    font-size: 1.25rem;
}



/** MEDIA QUERIES **/
@media (max-height: 768px) {
    .section-top-a:not(.section-default-header) {
        min-height: 768px !important;
    }
    .home .row-col-a {
        margin-top: 180px;
    }
}
@media (min-width: 850px) {
    .page-template-default #main, 
    .post-template-default #main,
    .error404 #main, .archive.tag #main,
    .archive.category #main, .archive.author #main,
    .mailpoet_page-template-default #main,
    .product-template-default .product-page-title,
    .tax-product_cat .category-page-title,
    .search .page-title {
        margin-top: 275px;
    }
    .category-page-title .page-title-inner {
        padding-top: 40px;
    }
}
@media (min-width: 1024px) {
    .section:not(.banner-hero) {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .product-template-default .product .product-main > .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 1302px) {
    .flickity-page-dots {
        display: none;
    }
}
@media (max-width: 1301px) {
    .brands-slider .flickity-button {
        display: none;
    }
}
@media (max-width: 1280px) {
    .section-top-a::after {
        border-width: 0 100vw 50px;
    }    
}
@media (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
    .home-blogs .image-cover {
        padding-top: 100% !important;
    }
    .cont-form-col .col-inner {
        max-width: 100% !important;
    }
    .post-template-default .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .post-template-default article {
        margin-top: 0;
    }
    .product .product-info {
        padding-left: 0;
    }
    .category-page-title .container,
    .tax-product_cat .products.featured-products {
        padding-left: 20px;
        padding-right: 20px;
    }
    .yith-wcan-filters,
    .woocommerce-shop #main > .row {
        padding-left: 20px;
        padding-right: 20px;
    }       
}
@media (max-width: 1200px) and (min-width: 850px) {
    .cont-form-col{
        flex-basis: 60%;
        max-width: 60%;
    }
    .product .product-main > .row, .product-footer .container,
    .product-template-default .page-title-inner.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width:1024px) {
    .hero {
        font-size: 4.125rem;
    }
    .hero-404 {
        font-size: 6rem;
    }
    .entry-content.single-page {
        top: 0;
    }
    .entry-image img {
        height: 280px;
        border-radius: 35px 35px 0 0;
    }
    .entry-content.single-page {
        border-radius: 0 0 35px 35px;
        padding: 30px;
    }
    #at_posts_related {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .yith-wcan-filters {
        padding-bottom: 20px;
    }
}
@media (max-width:850px) {
    .hidden-md {
        display: none;
    }
    .banner-hero .row-col-a,
    .woocommerce-shop .banner-hero .row-col-a {
        margin-top: 80px;
    }
    .text-center-md > div {
        text-align: center;
    }
    .hero {
        font-size: 4.2rem;
    }
    .text-large, h5, .h5 {
        font-size: 1.175rem;
        line-height: 1.65;
    }
    .absolute-footer {
        padding-top: 30px
    }
    .absolute-footer::before {
        top: -50px;
        border-width: 0 100vw 50px;
    }
    .header-wrapper:not(.stuck) .header-main .logo {
        margin-top: 0;
    } 
    .post-template-default .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-template-default .medium-flex-wrap .flex-col {
        padding: 0;
    }
}
@media (max-width: 849px) {
    .page-template-default #main, 
    .post-template-default #main,
    .mailpoet_page-template-default #main,
    .product-template-default .product-page-title,
    .woocommerce-shop .shop-page-title {
        margin-top: 75px;
    }
    .tax-product_cat .category-page-title {
        margin-top: 100px;
    }
    .post-template-default article {
        margin-top: 20px;
    }
    #at_posts_related .container-width {
        text-align: center;
    }
    .product .product-gallery {
        padding-right: 0;
    }
    .product-shop-links {
        margin-top: 30px;
    }
    .product-main {
        padding-bottom: 80px;
    }
    .product-footer::before {
        top: -30px;
        border-width: 0 100vw 30px;
    }
    .newsletter {
        border: 0;
        border-radius: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .newsletter-img img {
        border-radius: 0;
        height: 500px;
        object-fit: cover;
    }
    .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
        text-align: center;
        font-size: 1.175rem;
    }    
    .form-col {
        border: 2px solid var(--ocean);
    }
    .blog-archive {
        padding-top: 140px;
    }
    .home-blogs.row-small:not(.row-collapse) {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-sidebar .header-search-form {
        margin-bottom: 40px !important;
    }    
    .woocommerce-shop .shop-top-widgets .section {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 640px) {
    .hidden-sm {
        display: none;
    }
    .hero {
        font-size: 2.7rem;
    }
    .hero-404 {
        font-size: 5rem;
    }
    h1, .h1, .heading-large, .form-col h1 {
        font-size: 2.25rem;
    }
    h2, .h2, .heading-medium, .brand-title {
        font-size: 2.125rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    .entry-category {
        font-size: 1.25rem;
    }
    .text-large {
        font-size: 1.125rem;
    }
    .button {
        line-height: 1.6;
    }
    .box-text p {
        line-height: 1.3;
    }
    .breadcrumbs, .breadcrumbs a {
        font-size: 1rem;
    }
    .section-top-a::after {
        border-width: 0 100vw 40px;
    }
    .banner-hero .row-col-a,
    .woocommerce-shop .banner-hero .row-col-a {
        margin-top: 50px;
    }
    .absolute-footer::before {
        top: -20px;
        border-width: 0 100vw 20px;
    }
    .home-blogs,
    #at_posts_related .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home-blogs .post-title,
    #at_posts_related .post-title {
        font-size: 1.3rem;
    }
    .home-blogs .from_the_blog_excerpt,
    #at_posts_related .from_the_blog_excerpt {
        font-size: 1.125rem;
    }
    .home-blogs .box-image .image-cover,
    #at_posts_related .box-image .image-cover {
        height: 267px;
    }   
    .home-blogs .box-image, 
    .home-blogs .box-image .image-cover,
    #at_posts_related .box-image, 
    #at_posts_related .box-image .image-cover {
        height: 250px;
    }
    .mailpoet_paragraph.last,
    .mailpoet_paragraph.newsletter-form + div {
        position: relative;
    }
    .mailpoet_paragraph.newsletter-form {
        margin-bottom: 20px;
    }
    .mailpoet_form input[type="email"] {
        padding: 20px 30px !important;
        text-align: center;
    }
    .mailpoet_form input[type="submit"] {
        width: 100%;
    }
    .home-featured-products .product {
        padding-bottom: 0;
    }
    .home-featured-products .title-wrapper .product-title {
        font-size: 1.25rem;
    }
    /* .product-template-default .page-title-inner {
        padding-bottom: 0;
    } */
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
        margin-right: 15px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
        font-size: 1.15rem;
    }
    .page-title-inner .shop-page-title {
        font-size: 1.75rem;
    }
    .yith-wcan-filters,
    .woocommerce-shop #main > .row {
        padding-left: 20px;
        padding-right: 20px;
    }   
}
@media (max-width: 550px) {
    .home-featured-products .product:nth-last-child(-n+3) {
        display: none;
    }
    .entry-tags a {
        padding: 10px 25px;
        margin-right: 5px
    }
    .entry-image img {
        height: 200px;
    }
    .entry-content.single-page {
        padding: 25px;
    }
    .entry-title {
        font-size: 1.85rem;
    }
    .entry-content h3 {
        font-size: 1.25rem;
    }
    .form-flat input:not([type=submit]).search-field {
        width: 330px;
    }
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
        font-size: 1.025rem;
    }
    .home-blogs .col {
        padding: 0;
    }
    .banner-hero::after { 
        border-width: 0 100vw 20px;
    }
}   
@media (max-width: 540px) {
    .home .featured-products .product {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-shop .product-category {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 400px) {
    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a {
        font-size: 1rem;
    }
}