/* =============== poppins-300 - latin_latin-ext =============== */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/wp-content/custom/fonts/poppins/poppins-v21-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/custom/fonts/poppins/poppins-v21-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/custom/fonts/poppins/poppins-v21-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/custom/fonts/poppins/poppins-v21-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin_latin-ext */
/* @font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/custom/fonts/poppins/poppins-v21-latin_latin-ext-700.woff2') format('woff2');
} */


html, 
body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

/* change the button allignment of "buy now" in checkout*/
@media only screen and (max-width: 700px) {
    button#place_order {
        width: 100%;
    }
}
/* @media only screen and (min-width: 701px) {
    button#place_order {
        left: 45%;
    }
} */
/* .woocommerce-additional-fields {
    display: none;
} */

.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_switcher {
    width: 55px;
    display: flex;
    flex-wrap: wrap;
}
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_option {
    background-color: #000 !important;
    order: 2;
    border: none !important;
}
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_selected {
    order: 1;
}
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_selected a,
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_option a {
    width: 35px !important;
    border: none;
    font-size: 0px;
    color: transparent;
    margin: 0px;
    transition-duration: 0s;
    border: none !important;
}
/*commented out the image */
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_selected a::after {
    top: 2px !important;
    background-size: 12px !important;
}
.widget_shopping_cart ul.cart_list.product_list_widget:after,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-details,
.woocommerce-checkout
.woocommerce
form.woocommerce-checkout
.woocommerce-checkout-review-order,
.woocommerce-checkout
.woocommerce
form.woocommerce-checkout
.woocommerce-checkout-payment {
    background-image: none !important;
}
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_option {
    white-space: normal;
    width: 26px !important;
    border: none;
    padding: 5px;
    background: #212e2a;
}

.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_option a {
    background: inherit;
    margin: 0px;
    width: 16px;
}
.menu-item-gtranslate [id^="gtranslate_menu_wrapper"] .gt_option a:hover {
    background: inherit !important;
}

@media only screen and (min-width: 1025px) {
    #page .top-headers-wrapper:not(.sticky) .site-logo-alt-link {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link,
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 540px) {
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link,
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link img {
        max-height: 45px;
    }
    .top-headers-wrapper .site-header .site-branding, 
    .top-headers-wrapper.sticky .site-header .site-branding {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link,
    .top-headers-wrapper .site-header .site-branding .site-logo-alt-link img {
        max-height: 35px;
    }
}

.top-headers-wrapper .site-header.full-header {
    border-bottom-color: rgba(0, 0, 0, 0);
}

.top-headers-wrapper .site-tools ul li {
    position: relative;
    top: -2px;
    padding: 0;
}
.top-headers-wrapper .site-tools ul li a span.wishlist_items_number, 
.top-headers-wrapper .site-tools ul li a span.shopping_bag_items_number {
    position: absolute;
    top: 10px;
    margin-left: -4px;
    font-weight: 400;
}
@media only screen and (max-width: 640px) {
    .top-headers-wrapper .site-header .site-tools ul li {
        margin: 0 0 0 4px;
    }
}


/* =============== Custom style for single product =============== */

.single-product .product_summary .product_info .variations select {
    background-color: white;
    border: 1px solid #000;
}
.woocommerce div.product form.cart .variations select {
    margin-bottom: 0;
}
.woocommerce div.product form.cart #bp_what_size_is_right {
    margin: 0 0 30px;
    padding: 0;
}
.woocommerce div.product form.cart #bp_what_size_is_right {
    
}



/* =============== Custom style for woocommerce =============== */

.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner,
.woocommerce .wc-block-components-notice-banner {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner, 
.woocommerce .wc-block-components-notice-banner {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    padding: 20px !important;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner svg, 
.woocommerce .wc-block-components-notice-banner svg {
    background-color: #212e2a !important;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content, 
.woocommerce .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    max-width: calc(100% - 150px);
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner a, 
.woocommerce .wc-block-components-notice-banner a,
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a, 
.woocommerce .wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
    color: #fff !important;
    opacity: 1;
    float: none;
    padding: 0 30px;
    border-left: 2px dashed rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    position: absolute;
    height: 100%;
    line-height: 1.6;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    right: 0;
    top: 0;
    min-width: 100px;
    max-width: 160px;
    width: fit-content;
    vertical-align: middle;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: all 0.15s linear;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner a:hover, 
.woocommerce .wc-block-components-notice-banner a:hover,
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a:hover, 
.woocommerce .wc-block-components-notice-banner .wc-block-components-notice-banner__content a:hover {
    opacity: 0.75;
    transition: opacity ease 0.2s;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
    display: flex;
    justify-content: center;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
}
.woocommerce-checkout .woocommerce .wc-block-components-notice-banner {
    background-color: transparent;
    border: none;
}
.woocommerce-checkout .woocommerce .wc-block-components-notice-banner svg {
    background-color: #000;
}

.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-info {
    color: #fff !important;
}

.woocommerce-checkout
.entry-content
.woocommerce
form.woocommerce-checkout
.woocommerce-checkout-review-order
table.woocommerce-checkout-review-order-table {
    background-color: unset;
    padding-top: 35px;
}

.woocommerce .cart-empty::before,
#minicart-offcanvas .woocommerce-mini-cart__empty-message::before {
    background-image: none;
    margin: 0;
}

.woocommerce-checkout
.entry-content
.woocommerce
form.woocommerce-checkout
#payment.woocommerce-checkout-payment
ul.payment_methods
li
img {
    max-width: 40px;
    vertical-align: bottom;
}

.woocommerce-page .woocommerce-error a {
    display: contents;
}

/* =============== Custom style for whishlist =============== */

.yith_wcwl_wishlist_footer .yith-wcwl-share li a {
    color: #000000;
}

/* =============== Custom style for category view =============== */

body.archive.woocommerce .category_header {
    margin-bottom: 0;
}
body.archive.woocommerce .content-area {
    padding: 0;
}

.catalog-page .shop_header .filters_button {
    border-bottom: none;
}

.category_header .columns {
    width: 85%;
    max-width: none;
    padding: 0px;
}

.category_header .wp-block-video video {
    height: auto;
    margin: 0 0 1rem 0;
}

/* =============== Custom style for Order-Received =============== */

.woocommerce-order-details tr td,
.woocommerce-order-details tr th {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.woocommerce-order-details tfoot tr th {
    text-align: right;
}

.woocommerce-order-details tfoot tr th div {
    width: 20%;
    min-width: 125px;
    float: right;
    text-align: left;
}

/* =============== Custom style for video =============== */

@media only screen and (max-width: 1023px) {
    .wp-block-video:not(.alignfull) video {
        width: calc(100% + 60px);
        margin-left: -30px !important;
    }
    .category_header .columns {
        width: 100%;
    }
}

/* =============== Custom style for footer =============== */

footer#site-footer .site-footer-copyright-area .row {
    display: flex;
}

footer#site-footer .site-footer-copyright-area .payment_methods span {
    color: black;
}

footer#site-footer .site-footer-copyright-area .copyright_text {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0px;
    line-height: 1;
}
footer#site-footer .site-footer-widget-area .highlight-widget > .widget:last-child {
    margin-bottom: 0;
}
footer#site-footer .site-footer-widget-area .highlight-widget .footer_center_bottom_logo {
    margin: 30px 0 15px;
}

@media only screen and (min-width: 1150px) {
    footer#site-footer .site-footer-widget-area .highlight-widget .footer_center_bottom_logo.fcbl-mobile {
        display: none;
    }
}
@media only screen and (max-width: 540px) {
    footer#site-footer .site-footer-copyright-area .row {
        display: block;
    }
    footer#site-footer .site-footer-copyright-area .row .columns:nth-child(1) {
        width: 50%;
        float: left;
    }
    footer#site-footer .site-footer-copyright-area .row .columns:nth-child(2) {
        width: 100%;
    }
    footer#site-footer .site-footer-widget-area .highlight-widget .footer_center_bottom_logo {
        margin: 15px 0 0;
    }
    footer#site-footer .site-footer-copyright-area .copyright_text {
        position: initial;
    }
}

/* ================== Custom Style for Mainpage =========================== */

.main-navigation ul ul li.menu-item-has-children a {
    margin-right: 20px;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-loop-product__title {
    text-align: -webkit-match-parent;
}

.woocommerce ul.products li.product,
li.product {
    text-align: -webkit-match-parent;
}

.wp-block-buttons {
    column-gap: 0px !important;
}

.wp-block-buttons .is-style-outline > .wp-block-button__link {
    border: 1px solid;
    padding: 0.91em 1.333em;
}

.is-style-outline > .wp-block-button__link:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.hoveronload > .wp-block-button__link {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.wcpscwc-product-slider .slick-dots li.slick-active button {
    background: #000 !important;
}

.category_header .page-title {
    display: none !important;
}

.slick-dots {
    transform: scale(1.2);
}

.dontshowlike .product_after_shop_loop_price {
    display: none;
}

.dontshowlike .product_after_shop_loop_buttons {
    display: none;
}

#firstmenbutton,
#secondmenbutton {
    margin-left: -1px !important;
}

.reducewidthtext {
    max-width: 75% !important;
}

body.woocommerce-account:not(.logged-in) .hide-for-logged-out {
    display: none !important;
}
body.woocommerce-account:not(.logged-in) .login_header {
    display: none !important;
}
body.woocommerce-account:not(.logged-in) #masthead, 
body.woocommerce-account:not(.logged-in) #site-footer {
    display: block !important;
}
body.woocommerce-account:not(.logged-in) .content-area {
    padding-top: 0 !important;
}

/* =============== Change WooCommerce Icons =============== */
.top-headers-wrapper .site-header.full-header .site-header-wrapper .site-tools {
    padding-top: 0;
}
.site-tools ul li a {
    height: 35px;
}
.site-tools ul li .shopping_bag_items_number, 
.site-tools ul li .wishlist_items_number {
    font-size: 14px !important;
}
.site-tools ul li.myaccount-button {
    display: none !important;
}

.site-tools ul li.myaccount-button .myaccount_icon, 
.site-tools ul li.myaccount-button:hover .myaccount_icon, 
.top-headers-wrapper.site-header-sticky.sticky .site-tools ul li.myaccount-button:not(:hover) .myaccount_icon {
    background-image: url(./custom-images/wc-icons/bp-user.svg) !important;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.site-tools ul li.wishlist-button .wishlist_icon, 
.site-tools ul li.wishlist-button:hover .wishlist_icon, 
.top-headers-wrapper.site-header-sticky.sticky .site-tools ul li.wishlist-button:not(:hover) .wishlist_icon {
    background-image: url(./custom-images/wc-icons/bp-wishlist.svg) !important;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.site-tools ul li.shopping-bag-button .shopping_cart_icon, 
.site-tools ul li.shopping-bag-button:hover .shopping_cart_icon, 
.top-headers-wrapper.site-header-sticky.sticky .site-tools ul li.shopping-bag-button:not(:hover) .shopping_cart_icon, 
.top-headers-wrapper.site-header-sticky.sticky .site-tools ul li.shopping-bag-button:hover .shopping_cart_icon {
    background-image: url(./custom-images/wc-icons/bp-cart-v2.svg) !important;
    background-size: contain;
    width: 35px;
    height: 35px;
}

.products li.product.outofstock {
    position: relative;
}
.products li.product.outofstock p.out-of-stock {
    background-image: none !important;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    padding: 10px 0 !important;
    position: absolute;
    left: 50%;
    top: 40%;
}
.products li.product.outofstock .product_thumbnail {
    position: relative;
}
.products li.product.outofstock .product_thumbnail:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 30px;
    top: 50%;
    left: calc(50% - 70px);
    background-image: url(./custom-images/wc-icons/bp-sold-out-v2.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 575px) {
    .products li.product.outofstock p.out-of-stock {
        top: 30%;  
    }
    .products li.product.outofstock p.out-of-stock:after { 
        width: 110px;
        height: 20px;
        left: -55px;
    }
}

/* p.out-of-stock, 
.woocommerce p.out-of-stock {
    background-image: none !important;
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    padding: 10px 0 !important;
}
p.out-of-stock:after, 
.woocommerce p.out-of-stock:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 30px;
    top: -5px;
    left: -45px;
    background-image: url(./custom-images/wc-icons/bp-sold-out-v1.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-product .out-of-stock:after, 
.single-product.woocommerce p.out-of-stock:after {
    left: -12px;
} */


/* ================== Title in Karussel =========================== */

.dontshowlike .woocommerce-loop-product__title {
    display: none !important;
    padding-left: 35px !important;
}

.alignwide {
    max-width: 2000vw !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* ================== Reduce Spacing Mainpage =========================== */

.reducespacing .wp-block-columns .alignfull,
.wp-block-columns .wp-block-column > *,
.page .entry-content .wp-block-columns.alignfull,
.wp-block-columns.alignfull,
.content-area .alignwide + .alignfull {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.wp-block-columns.alignfull {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ================== Hide Wishlist in Karussel =========================== */

.dontshowlike .add_to_wishlist {
    display: none;
}

/* ================== Hide Background of Buttons =========================== */

.dontshowlike .wcpscwc-product-slider button.slick-next {
    background: rgba(0, 0, 0, 0.5)
    url("/wp-content/themes/mrtailor-child/custom-images/arrow-right-grey.png")
    center center no-repeat !important;
    background-size: 15px 26px !important;
    outline: none !important;
    background-color: transparent !important;
}

.dontshowlike .wcpscwc-product-slider button.slick-prev {
    background: rgba(0, 0, 0, 0.5)
    url("/wp-content/themes/mrtailor-child/custom-images/arrow-left-grey.png")
    center center no-repeat !important;
    background-size: 15px 26px !important;
    outline: none !important;
    background-color: transparent !important;
}

@media screen and (min-width: 1080px) {
    .dontshowlike .wcpscwc-product-slider button.slick-next:hover {
        background: rgba(0, 0, 0, 0.5)
        url(/wp-content/themes/mrtailor-child/custom-images/arrow-right-black.png)
        center center no-repeat !important;
        background-size: 15px 26px !important;
        outline: none !important;
        background-color: transparent !important;
    }
}

@media screen and (min-width: 1080px) {
    .dontshowlike .wcpscwc-product-slider button.slick-prev:hover {
        background: rgba(0, 0, 0, 0.5)
        url(/wp-content/themes/mrtailor-child/custom-images/arrow-left-black.png)
        center center no-repeat !important;
        background-size: 15px 26px !important;
        outline: none !important;
        background-color: transparent !important;
    }
}

/* ================== Change Buttons on Productpage =========================== */

.product-nav-next a {
    background-image: url("/wp-content/themes/mrtailor-child/custom-images/arrow-right.png");
    background-size: 35px 40px;
    outline: none;
}

.product-nav-previous a {
    background-image: url("/wp-content/themes/mrtailor-child/custom-images/arrow-left.png");
    background-size: 35px 40px;
    outline: none;
}

/* ================== Change About Bad Poriter on Mainpage on mobile =========================== */

@media screen and (max-width: 600px) {
    .reducemobileheight {
        line-height: 1;
    }
}

.customspacing {
    margin-top: 45px;
}

/* ================== Zoom on sizing on mobile =========================== */

@media screen and (max-width: 590px) {
    .entry-content > :first-child {
        margin-top: 0 !important;
        transform: scale(1);
        margin-bottom: 41px;
    }
}

@media screen and (min-width: 591px) and (max-width: 1000px) {
    .entry-content > :first-child {
        margin-top: 0 !important;
        transform: scale(1);
        margin-bottom: 47px;
    }
}

/* ================== Goey Footer =========================== */
#site-footer {
    margin-top: 20px;
    position: relative;
    --footer-background: black;
}
#site-footer .site-footer-widget-area {
    z-index: 9999;
    position: relative;
}
.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: var(--footer-background);
    filter: url("#blob");
}
.bubble {
    position: absolute;
    left: var(--position, 50%);
    background: var(--footer-background);
    border-radius: 100%;
    animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s),
    bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    transform: translate(-50%, 125%);
    z-index: -1;
}

@keyframes bubble-size {
    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }
    100% {
        width: 0rem;
        height: 0rem;
    }
}
@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }
    100% {
        bottom: var(--distance, 10rem);
    }
}

/* ================== Add animation to Header Logo =========================== */
img.site-logo,
img.site-alt-logo {
    color: #dfbfbf;
    position: relative;
    font-size: 9vw;
    /* animation: glitch 1.5s 3s infinite; */
}
@keyframes glitch {
    1% {
        transform: rotateX(10deg) skewX(90deg);
    }
    2% {
        transform: rotateX(0deg) skewX(0deg);
    }
}

/* ================== Styles for individual preloaders =========================== */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 9999;
}

.c-leaf {
    position: absolute;
    top: 40%;
    left: 50%;
    overflow: hidden;
    width: calc(70px - 2px);
    height: calc(135px - 0px);
    margin: -67.5px 0 0 -35px;
    background: #eee;
    transform: scale(1);
}

.c-leaf__icon {
    position: absolute;
    top: 0px;
    left: -6px;
    z-index: 1;    
    width: 80px;
    height: 135px;        
    fill: #fff;    
}

.c-leaf__fill {
    width: 70px;
    height: 135px;    
    background: #000;
    z-index: 0;
    position: absolute;            
    animation: fillUp 1.5s ease-in-out infinite;
}
@keyframes fillUp {
    0% {
        transform: translate(0, 135px);
        backdrop-filter: drop-shadow(2px 4px 6px black);
    }
    100% {
        transform: translate(0, -135px);
        backdrop-filter: drop-shadow(2px 4px 6px black);
    }
}

.c-leaf2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(300px - 2px);
    height: calc(38px - 2px);
    margin: -20px -150px 0;
    background: #eee;
    transform: scale(1);
}
.c-leaf__icon2 {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 1;
    width: 302px;
    height: 38px;
    fill: #fff;  
}
.c-leaf__fill2 {
    width: 300px;
    height: 36px;
    background: #000;
    z-index: 0;
    position: absolute;
    animation: fillright 1.5s ease-in-out;
}
@keyframes fillright {
    0% {
        width: 0;
    }
    100% {
        width: 300px;
    }
}
.c-leaf__text_wrap {
    width: 300px;
    height: 30px;
    overflow: hidden;
    position: relative;
    top: 35px;
    text-align: center;
    display: none;
}
.c-leaf__text {
    width: 300px;
    height: 30px;
    position: absolute;
    color: #000 !important;
    animation: slideup .5s ease-in-out;
}
@keyframes slideup {
    0% {
        transform: translate(0, 30px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* ================== Top announcement bar =========================== */
#bp-section-scrolling_bar {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
#bp-section-scrolling_bar.sticky-scrolling_bar {
    height: 30px;
}
#bp-section-scrolling_bar.sticky-scrolling_bar .scrolling_bar {
    position: fixed;    
}
.scrolling_bar {
    z-index: 999;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    background-color: #000;
}
.scrolling_bar_text {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 7.5px 0px;
    animation: animate_text 150s linear infinite; /* The animation property */
}
.scrolling_bar_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.scrolling_bar_text ul li {
    margin: 0 15px;
    display: inline-block;
}
@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
.site-header-sticky.sticky.sticky-scrolling_bar {
    margin-top: 34px;
}


/* ================== Shop page video banner =========================== */
.bp-shop-v-banner-wrapper {
    margin-bottom: 30px;
}
#v-banner-video, 
#v-banner-image {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}
@media(max-width: 767px) {
    .bp-shop-v-banner-wrapper {
        margin-bottom: 15px;
    }
}

/* ================== Shop page Products =========================== */
.woocommerce.woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce.woocommerce-page ul.products li.product .product_thumbnail_wrapper, 
.woocommerce.woocommerce-page ul.products li.product .product_wrapper {
    height: calc(100% - 35px);
}
.woocommerce.woocommerce-page .product-list-wrapper .active_filters_ontop {
    margin: 0;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    position: relative;
}
/* Sale item */
.woocommerce.woocommerce-page ul.products li.product.sale .onsale {
    position: absolute;
    left: 10px;
    top: -75px;
    font-weight: 500;
    background-image: none;
    padding: 5px 20px;
}
.woocommerce.woocommerce-page ul.products li.product.sale .product_after_shop_loop .product_after_shop_loop_price del bdi {
    position: absolute;
    text-decoration: line-through;
}
@media(max-width: 767px) {
    .woocommerce.woocommerce-page ul.products li.product.sale .product_after_shop_loop .product_after_shop_loop_price del bdi {
        position: relative;
    }
}

/* Variation Swatches */
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form {
    position: absolute;
    bottom: 60px;
    opacity: 0;
    font-weight: 300;
}
.woocommerce.woocommerce-page .products li.product:hover .product_info_wrapper .cfvsw_variations_form {
    opacity: 1;
    transition: opacity ease-in-out 0.2s;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form .variations td.label.woocommerce-loop-product__title {
    height: auto;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form .variations td.label.woocommerce-loop-product__title > label {
    margin: 0;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form .variations tr {
    margin-top: 0 !important;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form .variations tr .cfvsw-label-option {
    border: none;
    background-color: rgba(255, 255, 255, .5);
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .cfvsw_variations_form .variations tr .cfvsw-label-option:hover {
    background-color: #fff;
}

.woocommerce.woocommerce-page .products .product .product_info_wrapper .woocommerce-loop-product__title {
    padding: 0;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop {
    min-width: 85px;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .price {
    margin-top: 0;
    line-height: 1.5;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_buttons {
    line-height: 1.5;
}
.woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_buttons a.button {
    font-size: 14px !important;
    line-height: 1.15;
}
/* .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop {
    height: 33px;
    overflow: hidden;
}
.woocommerce.woocommerce-page .products li.product:not(.catalog_mode):hover .product_info_wrapper .product_after_shop_loop_switcher {
    transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    -webkit-transform: translateY(-33px);
} */
@media(max-width: 1023px) {
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher * {
        font-size: 12px !important;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher .product_after_shop_loop_buttons a.button.product_type_variable {
        display: none;
    }
}
@media(max-width: 767px) {
    .woocommerce.woocommerce-page .products .product .product_info_wrapper {
        flex-direction: column;
        gap: 5px;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher * {
        margin: 0;
    }
    .woocommerce.woocommerce-page .products .product .product_thumbnail_wrapper, 
    .woocommerce.woocommerce-page .products .product .product_thumbnail_wrapper .woocommerce-LoopProduct-link {
        overflow: hidden;
    }
    /* .woocommerce.woocommerce-page .products .product .product_thumbnail_wrapper .woocommerce-LoopProduct-link img,
    .woocommerce.woocommerce-page .products .product .product_thumbnail_wrapper .woocommerce-LoopProduct-link span.product_thumbnail_background{
        transform: scale(1.10);
    } */
    .woocommerce.woocommerce-page .columns.product-list-wrapper,
    .woocommerce.woocommerce-page .columns.shop_header {
        padding: 0;
    }
}
@media(max-width: 639px) {
    .woocommerce.woocommerce-page .shop_header .filters_button {
        margin: 0;
        padding: 0;
    }
}
@media(max-width: 499px) {
    .woocommerce.woocommerce-page ul.products {
        margin: 0 -15px;
    }
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        float: none;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper {
        gap: 0;
        padding: 0 10px;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher * {
        font-size: 13px !important;
    }
    .woocommerce.woocommerce-page .products .product .product_info_wrapper .product_after_shop_loop .product_after_shop_loop_switcher {

    }
}

/* ================== Newsletter form (Brevo) =========================== */
.pum.popmake-overlay .pum-container {
    padding: 75px 50px 50px;
}
.pum.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-top {
    text-align: center;
}

.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-top > h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}
.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-top > p {
    margin: 15px 0 0;
    color: #000;
}
.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-bottom {
    width: 100%;
    display: flex;
    gap: 15px;
    margin-top: 30px;
} 
.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-bottom > input[type="email"] {
    background-color: transparent;
    font-weight: 400;
    border: 1px solid;
    border-radius: 0;
    height: 55px;
    margin: 0;
}
.popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-bottom > input[type="submit"] {
    border-radius: 0;
    height: 55px;
    padding: 15px 60px;
}
@media(max-width: 767px) {
    .popmake-overlay .pum-container form.sib_signup_form .sib-form-area .bp-nsf-bottom {
        flex-direction: column;
    }
}

/* ================== Single Product page =========================== */
.single-product.woocommerce.woocommerce-page div.product .product_summary_top-mobile-only .product_title {
    margin: 0 0 20px;
}
.single-product.woocommerce.woocommerce-page div.product .product_summary_top-mobile-only, 
.single-product.woocommerce.woocommerce-page div.product .woocommerce_after_single_product-mobile-only {
    display: none;
}
.single-product.woocommerce.woocommerce-page div.product .product_images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    background-image: none;
    height: 0;
    width: 0;
}
.single-product.woocommerce.woocommerce-page div.product .product_images .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    content: "zoom in";
    position: absolute;
    right: 20px;
    top: -5px;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    width: 55px;
    height: 20px;
    transform: none;
    left: auto;
    background-color: transparent;
    text-indent: 0;
}
.single-product.woocommerce.woocommerce-page div.product .product_images .flex-control-thumbs li img.flex-active {
    border-radius: 0;
}

.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .product_title {
    
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .product_title, 
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .price, 
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .price > span.amount {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .price {
    margin: 0;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos > .legal-price-info {
    text-align: center;
    color: #777;
}

.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .variations th.label label {
    font-size: 16px;
    font-weight: 500;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos select, 
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap .quantity {
    border-radius: 0;
    height: 55px;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap .quantity {
    border-width: 1px;
    width: calc(40% - 20px);
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap .quantity > input {
    height: 55px;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap button.single_add_to_cart_button {
    height: 55px;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    width: 60%;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap button.single_add_to_cart_button + .added_to_cart.wc-forward {
    display: none;
}
.single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .box-share-master-container .trigger-share-list {
    background-image: url("/wp-content/themes/mrtailor-child/custom-images/icon_share.svg");
    font-weight: 500;
    font-size: 16px;
}

/* .single-product.woocommerce.woocommerce-page div.product .product_tabs, 
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs {
    margin: 0;
} */



.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.bp-wcsp-tabs {
    text-align: left;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.bp-wcsp-tabs::before {
    display: none;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .wcsp-tabs-panel ul li {
    display: list-item;
    list-style-position: outside;
    margin-left: 20px;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li::before, 
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li::after {
    display: none;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs {
    padding: 0;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li {
    display: block;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li:not(:last-child) {
    margin-bottom: 10px;;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li > a,
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .product-tabs-wrap > a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container th.woocommerce-product-attributes-item__label {
    font-size: 16px;
    font-weight: 500;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container td.woocommerce-product-attributes-item__value * {
    font-size: 16px;
    font-weight: 400;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container td.woocommerce-product-attributes-item__value a {
    display: inline;
}

.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container .wcsp-tabs-panel > h2 {
    display: none;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container .wcsp-tabs-panel * {
    text-align: left !important;
}
.single-product.woocommerce.woocommerce-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.bp-wcsp-tabs li .resp-tabs-container .wcsp-tabs-panel .woocommerce-product-attributes tr.woocommerce-product-attributes-item--weight{
    display: none;
}


.single-product.woocommerce.woocommerce-page div.product .product_images .product_meta {
    text-align: left;
}
.single-product.woocommerce.woocommerce-page div.product .product_meta, 
.single-product.woocommerce.woocommerce-page div.product .product_meta a {
    color: #777;
}
.single-product.woocommerce.woocommerce-page div.product .product_meta a:hover {
    color: #000;
}
.single-product.woocommerce.woocommerce-page div.product .product_images .product_meta > span {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 12px;
}
.single-product.woocommerce.woocommerce-page div.product .product_images .product_meta > span:not(:last-child) {
    margin-right: 5px;
}

.single-product.woocommerce.woocommerce-page div.product .product-page-ugc-slider-wrapper {
    margin-bottom: 4rem;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider {
    margin: 0 -50px;
    padding: 25px 50px 15px;
    position: relative;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider:before,
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider:after {
    content: "";
    background-color: #000;
    width: 200%;
    height: 1px;
    position: absolute;
    left: -50%;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider:before {
    top: 0;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider:after {
    bottom: 0;
}

.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider .pp-ugc-s-title {
    text-align: center;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider .pp-ugc-s-title > h2 {
    margin: 0;
    font-size: 23.04px;
    text-transform: uppercase;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider > .flexslider {
    margin: 15px 0 0;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider > .flexslider .ugc-slide-content .ugc-slide-tag {
    text-align: center;
    margin: 5px 0 0;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider > .flexslider .ugc-slide-content .ugc-slide-tag p {
    margin: 0;
}
.single-product.woocommerce.woocommerce-page div.product #product-page-ugc-slider > .flexslider .flex-direction-nav a:before {
    font-size: 32px;
}

.woocommerce.woocommerce-page .products .product .woocommerce-loop-product__title {
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

@media(max-width: 1023px) {
    .single-product.woocommerce.woocommerce-page div.product .product_summary_top-mobile-only, 
    .single-product.woocommerce.woocommerce-page div.product .woocommerce_after_single_product-mobile-only {
        display: block;
    }
    .single-product.woocommerce.woocommerce-page div.product .product_summary:not(.product_summary_top-mobile-only) .product_info .product_infos > .product_title, 
    .single-product.woocommerce.woocommerce-page div.product .product_summary:not(.product_summary_top-mobile-only) .product_info .product_infos > .price, 
    .single-product.woocommerce.woocommerce-page div.product .product_summary:not(.product_summary_top-mobile-only) .product_info .product_infos > .legal-price-info, 
    .single-product.woocommerce.woocommerce-page div.product .product_images .product_meta {
        display: none;
    }


}
@media(max-width: 575px) {
    .single-product.woocommerce.woocommerce-page div.product .product_info .product_infos .single_variation_wrap .quantity {
        width: auto;
        margin-right: 10px !important;
    }
}

/* ================== NFS Product =========================== */
.woocommerce.woocommerce-shop .products .product.nfs-product {
    text-align: center;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title {
/*    font-family: 'Oswald';*/
    font-size: 1.25rem !important;
    font-weight: 600;
    line-height: 1.2;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title span {
    display: block;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title span.nfs-title {
    font-weight: 700;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title span.nfs-subtitle {
    font-weight: 500;
    margin-top: 10px;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop_switcher .product_after_shop_loop_price {
    display: none;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .yith-wcwl-add-to-wishlist {
    display: none !important;
}
.woocommerce.woocommerce-shop .products li.product.nfs-product:hover .product_after_shop_loop_switcher {
    transform: none !important;
}
/*.woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop {
    height: 35px;
}*/
.woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop .product_after_shop_loop_switcher .product_after_shop_loop_buttons {
    margin-top: 5px;
}
.woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop_switcher .product_after_shop_loop_buttons .button.nfs-product-button {
    font-weight: 500;
/*    font-family: 'Oswald';*/
}
.single-product .nfs-product .product_title {
/*    font-family: 'Oswald';*/
}
.single-product .nfs-product .product_info .price, 
.single-product .nfs-product .product_info .legal-price-info, 
.single-product .nfs-product .product_info form.cart .quantity {
    display: none;
}
.single-product .nfs-product .product_info form.cart button.single_add_to_cart_button {
    background: none;
    color: red;
    padding: 0;
    margin: 0;
    font-size: 1.75rem !important;
}

/* NFS product title glitch */
.nfs-title-wrap {
    position: relative;
}
.nfs-glitch-window {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    text-shadow: 2px 0 #fff, -1px 0 rgb(75, 75, 75), -2px 0 rgb(255, 255, 255);
    overflow: hidden;
    animation: nfs-me-sm 2500ms infinite linear alternate-reverse;
/*    display: none;*/
}
.nfs-glitch-window > strong {
    margin: 0;
}

@keyframes nfs-me-sm {
    0% {
        clip: rect(15.5px, 9999px, 47px, 0);
    }
    10% {
        clip: rect(56px, 9999px, 38px, 0);
    }
    20% {
        clip: rect(42.5px, 9999px, 38.5px, 0);
    }
    30% {
        clip: rect(13.5px, 9999px, 48.5px, 0);
    }
    40% {
        clip: rect(32px, 9999px, 49px, 0);
    }
    50% {
        clip: rect(30.5px, 9999px, 42.5px, 0);
    }
    60% {
        clip: rect(49.5px, 9999px, 57px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 57.5px, 0);
    }
    80% {
        clip: rect(49px, 9999px, 64.5px, 0);
    }
    90% {
        clip: rect(21.5px, 9999px, 48px, 0);
    }
    100% {
        clip: rect(41px, 9999px, 32px, 0);
    }
}
@media(max-width: 991px) {
    .woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title, 
    .woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop_switcher .product_after_shop_loop_buttons .button.nfs-product-button {
        font-size: 1.25rem !important;
    }
    .woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop_switcher .product_after_shop_loop_buttons {
        margin-top: 8px;
    }
}
@media(max-width: 767px) {
    .woocommerce.woocommerce-shop .products .product.nfs-product .woocommerce-loop-product__title, 
    .woocommerce.woocommerce-shop .products .product.nfs-product .product_after_shop_loop_switcher .product_after_shop_loop_buttons .button.nfs-product-button {
        font-size: 1.1rem !important;
    }
}

/* ================== About BadPortier text animation =========================== */
.hp-about-bp-wrap,
.product-tabs-wrap,
.sb-wrap {
    position: relative;
}
.sb-wrap {
    display: inline-block;
}
.hp-abp-glitch-window {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    text-shadow: 2px 0 #fff, -1px 0 rgb(75, 75, 75), -2px 0 rgb(255, 255, 255);
    overflow: hidden;
    animation: crt-me 2500ms infinite linear alternate-reverse;
    display: none;
}
.sb-glitch-window {
    position: absolute;
    top: 0;
    left: -2px;
    width: 100%;
    text-shadow: 2px 0 #fff, -1px 0 rgb(75, 75, 75), -2px 0 rgb(255, 255, 255);
    overflow: hidden;
    animation: crt-me-sm 2500ms infinite linear alternate-reverse;
    display: none;
}
.hp-abp-glitch-window p.hp-about-bp, 
.sb-glitch-window > strong {
    margin: 0;
}

/* Animation Keyframes */
@keyframes crt-me {
    0% {
        clip: rect(31px, 9999px, 94px, 0);
    }
    10% {
        clip: rect(112px, 9999px, 76px, 0);
    }
    20% {
        clip: rect(85px, 9999px, 77px, 0);
    }
    30% {
        clip: rect(27px, 9999px, 97px, 0);
    }
    40% {
        clip: rect(64px, 9999px, 98px, 0);
    }
    50% {
        clip: rect(61px, 9999px, 85px, 0);
    }
    60% {
        clip: rect(99px, 9999px, 114px, 0);
    }
    70% {
        clip: rect(34px, 9999px, 115px, 0);
    }
    80% {
        clip: rect(98px, 9999px, 129px, 0);
    }
    90% {
        clip: rect(43px, 9999px, 96px, 0);
    }
    100% {
        clip: rect(82px, 9999px, 64px, 0);
    }
}

/* Animation Keyframes for small font size */
@keyframes crt-me-sm {
    0% {
        clip: rect(15.5px, 9999px, 47px, 0);
    }
    10% {
        clip: rect(56px, 9999px, 38px, 0);
    }
    20% {
        clip: rect(42.5px, 9999px, 38.5px, 0);
    }
    30% {
        clip: rect(13.5px, 9999px, 48.5px, 0);
    }
    40% {
        clip: rect(32px, 9999px, 49px, 0);
    }
    50% {
        clip: rect(30.5px, 9999px, 42.5px, 0);
    }
    60% {
        clip: rect(49.5px, 9999px, 57px, 0);
    }
    70% {
        clip: rect(17px, 9999px, 57.5px, 0);
    }
    80% {
        clip: rect(49px, 9999px, 64.5px, 0);
    }
    90% {
        clip: rect(21.5px, 9999px, 48px, 0);
    }
    100% {
        clip: rect(41px, 9999px, 32px, 0);
    }
}

/* ================== Mouse Trail for BadPortier =========================== */
.MouseTrail {
    transition: 100ms ease, opacity 1s linear;
    opacity: 0;
    position: absolute;
    height: 30px; 
    width: 20px;
    margin-top: 17.5px;
    margin-left: -2px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/mrtailor-child/custom-images/bp-logo-1.png");
    pointer-events: none;
    z-index: 99999;
    background-size: contain;
}
/* body * {
    cursor: url("/wp-content/themes/mrtailor-child/custom-images/arrow-right-grey.png"), auto;
} */
body:hover .MouseTrail {
    opacity: 1;
}
@media(max-width: 1023px) {
    .MouseTrail {
        margin-top: 17.5px;
    }
}
@media(max-width: 779px) {
    .MouseTrail {
        display: none !important;
        margin-top: 17.5px;
    }
}

/* ================== Remove click and hover from menu dotted lines =========================== */
.main-navigation ul > li.menu-item-dotted > a {
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* ================== Remove Uppercase from the Mobile Menu =========================== */
.mobile-navigation > ul > li {
    text-transform: none;
}

/* ================== Term Description separation on WooCommerce archive pages =========================== */
body.archive.woocommerce .catalog-page .product-list-wrapper .term-description {
    padding-top: 30px;
    border-top: 1px solid rgba(34, 34, 34, 0.13);
}

/* ================== Hide Arrows in Main Menu =========================== */

.main-navigation ul li.menu-item-has-children > a:after {
    display: none;
}

/* ================== Hide seperator on forms =========================== */

.wp-block-separator.alignwide {
    display: none;
}

/* ================== Reduce Spacing betwenn last image and Footer =========================== */

.content-area {
    margin: 0;
}

/* ================== Images with .size-full should be fullscreen =========================== */

@media only screen and (max-width: 1023px) {
    .size-full {
        margin-left: -30px !important;
        width: calc(100% + 60px);
        max-width: 200%;
    }
}

/* ================== Hide Double Sale-Label on Category Pages =========================== */
.onsale:nth-child(odd) {
    display: none !important;
}

/* ================== Hide Double Sale-Label on Product Page =========================== */
.onsale:first-child {
    display: none !important;
}

/* ================== Make Pagination be always a 1-Liner =========================== */
@media only screen and (max-width: 451px) {
    .woocommerce-pagination .page-numbers {
        font-size: 13px;
    }
}

@media only screen and (max-width: 378px) {
    .woocommerce-pagination .page-numbers {
        font-size: 12px;
    }
}
@media only screen and (max-width: 354px) {
    .woocommerce-pagination .page-numbers {
        font-size: 11px;
    }
}

@media only screen and (max-width: 329px) {
    .woocommerce-pagination .page-numbers {
        font-size: 10px;
    }
}

/* ================== Main Menu Image centered =========================== */
.main-navigation .megamenu-3-col ul li.menu-item-image-column {
    top: -33px;
}
/* ================== Enlarge Pagination arrows on small screens =========================== */
@media only screen and (max-width: 1090px) {
    .prev .page-numbers,
    .next .page-numbers {
        transform: scale(1.8);
    }
}

.main-navigation .megamenu-2-col ul li.menu-item-image-column {
    top: -33px !important;
}

@media only screen and (max-width: 600px) {
    .hideonmobile {
        display: none !important;
    }
    body {
        overflow: hidden;
        overflow-y: auto;
    }
}

/* ================== Hide ZigZag on mobile menu + Mini Cart + checkout=========================== */
#mobile-main-navigation.mobile-navigation::after {
    display: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget::after {
    display: none !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout
.woocommerce
form.woocommerce-checkout
.woocommerce-checkout-review-order {
    background-image: none !important;
}
/* ================== Customize Main Menu on Desktop =========================== */
.main-navigation
.megamenu-1-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(odd):not(:first-child),
.main-navigation
.megamenu-2-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(odd):not(:first-child),
.main-navigation
.megamenu-3-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(odd):not(:first-child),
.main-navigation
.megamenu-4-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(odd):not(:first-child) {
    margin-top: 5px !important;
}

.main-navigation
.megamenu-1-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(2n):not(:nth-child(2)),
.main-navigation
.megamenu-2-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(2n):not(:nth-child(2)),
.main-navigation
.megamenu-3-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(2n):not(:nth-child(2)),
.main-navigation
.megamenu-4-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
> li:nth-child(2n):not(:nth-child(2)) {
    margin-top: 5px !important;
}

.main-navigation
.megamenu-1-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
li,
.main-navigation
.megamenu-2-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
li,
.main-navigation
.megamenu-3-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
li,
.main-navigation
.megamenu-4-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu
li {
    width: 250px !important;
}

.main-navigation
.megamenu-2-col
ul
li.menu-item-inner-wrapper
ul.menu-item-inner-submenu {
    width: 250px !important;
}

.menu-item-image-column {
    max-height: 100% !important;
}

.main-navigation .megamenu-2-col ul li.menu-item-inner-wrapper {
    width: 250px !important;
}

/* ========= Hide spinner on popup cf7 ======== */
.wpcf7-spinner {
    display: none !important;
}

@media only screen and (min-width: 63.9375em) {
    .wpcf7 p {
        padding: 0 0 10px 15px !important;
    }
}

/* Remove wishlist from product banner */
.woocommerce-page .product_tag-banner .yith-wcwl-add-button {
    display: none !important;
}
.product_tag-banner {
    display: flex;
    justify-content: center;
}

ul.sub-menu.megamenu-with-image-column,
.menu-item-inner-submenu {
    background: black !important;
}
/*
@media only screen and (min-width:520px) {
    .product_tag-banner>div>div>div>img {
        height: 320px !important;
    }
    
}
*/
@media only screen and (max-width: 519px) {
    .product_tag-banner > div > div > div > img {
        height: 300px !important;
    }
}

@media only screen and (max-width: 486px) {
    .product_tag-banner > div > div > div > img {
        height: 280px !important;
    }
}

@media only screen and (max-width: 419px) {
    .product_tag-banner > div > div > div > img {
        height: 270px !important;
    }
}

@media only screen and (max-width: 360px) {
    .product_tag-banner > div > div > div > img {
        height: 240px !important;
    }
}

/* ========== Bad Portier Now customization =============== */

.page-id-11666 .entry-title {
    display: none;
}

.page-id-11666 .DesignedButton__button {
    font-weight: bold !important;
}

.page-id-11666 .DesignedButton__button:hover {
    font-weight: bold !important;
    text-decoration-line: underline !important;
    text-decoration-thickness: 2px !important;
}
/* ================== Logo on invoice weiter oben =========== */
img.wfte_company_logo_img {
    margin-top: -68px !important;
    margin-bottom: 70px !important;
}

.wfte_company_logo {
    float: left;
    max-width: 40%;
    margin-top: -68px !important;
    margin-bottom: 70px !important;
}

.wfte_company_logo_img {
    width: 150px;
    max-width: 100%;
    margin-top: -68px !important;
    margin-bottom: 70px !important;
}

.paypal-button.paypal-button-number-0.paypal-button-layout-vertical.paypal-button-shape-rect.paypal-button-number-single.paypal-button-env-production.paypal-button-color-black.paypal-button-text-color-white.paypal-logo-color-white {
    background-color: black !important;
}

/* ========== Sidebar cart customizations =============== */
.widget_shopping_cart .widget_shopping_cart_content .shipping-costs-cart-info.wc-gzd-total-mini-cart {
    margin: 0 0 45px !important;
    padding: 0 !important;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.widget_shopping_cart .minicart_shipping {
    text-align: center;
    display: block;
}
.widget_shopping_cart .minicart_shipping p {
    font-weight: 600;
    font-size: 13px;
    color: #444;
}
.widget_shopping_cart .minicart_shipping p > img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
    left: -5px;
}
.widget_shopping_cart .total-cart-tax {
    display: none;
}

/* ========== WooCommerce Cart & Chechkout =============== */
.woocommerce-cart .entry-content .woocommerce, 
.woocommerce-checkout .entry-content .woocommerce {
    max-width: 780px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    height: 55px;
    line-height: 1.4;
}

/*Cart*/
.woocommerce-cart table.shop_table.cart tbody tr td.product-quantity {
    min-width: 175px;
}
/*Checkout*/
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name, 
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name, 
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company, 
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1, 
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city, 
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_first_name, 
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_last_name, 
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company, 
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1, 
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city {
    text-transform: capitalize;
}
@media(max-width: 575px) {
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
        height: 45px;
        line-height: .65;
    }
}

/* ========== WooCommerce =============== */
.woocommerce-page .label {
    background-color: inherit;
    color: inherit;
    display: block;
}

/* =============== Minor CSS adjustments  =============== */
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-style: italic;
    line-height: 1.6;
}

.wc-block-grid__products .wc-block-grid__product .wc-gzd-additional-info {
    display: none;
}

/* .variations tr:not(:first-child) {
    display: none;
} */
.variations tr:not(:first-child) {
    display: block;
    margin-top: 15px;
}

.sub-menu {
    border-radius: 5px !important;
}

/* =============== Pop-Up Newsletter Styling  =============== */

.sib-form-area{
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.pum-close.popmake-close{
    line-height:normal !important;
    background-color: transparent !important;
    color: black !important;
    box-shadow:none !important;
}

/* =============== Hide grey seperator line on category pages  =============== */
hr.catalog_top_sep {
    display: none !important;
}

/* =============== Fix the Product Filter checkboxes  =============== */
.wpfFilterContent input[type=checkbox]:checked:before {
    opacity: 0;
}

/* =============== inherit body font for PUM  =============== */
.pum * {
    font-family: inherit !important;
}
/* =============== inherit body font for Elementor  =============== */
.elementor *:not(i, .fas) {
    font-family: inherit !important;
}


/* =============== Hide the products filter icon on archive pages  =============== */
.woocommerce.archive .catalog-page .shop_header a.filters_button {
    line-height: 1.85;
}
.woocommerce.archive .catalog-page .shop_header a.filters_button:before {
    display: none;
}

/* =============== WooCommerce Shop Page  =============== */
/* .woocommerce.woocommerce-page .products .product * {
    text-align: center;

} */

.woocommerce .catalog-page .shop_header .woocommerce-result-count {
    display: none;
}
.woocommerce.woocommerce-page .products .product .out-of-stock {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce.woocommerce-page .products .product .woocommerce-loop-product__title {
    padding: 12px 18px 0;
}

/* =============== Back in Stock Notifier  =============== */
.cwginstock-subscribe-form .panel-primary {
    border-color: #000 !important;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: #000 !important;
    border-color: #000 !important;
    padding: 15px;
}
.cwginstock-subscribe-form .panel-primary>.panel-heading>h4 {
    margin: 0;
}
.cwginstock-subscribe-form .panel-primary>.panel-body .cwgstock_output > * {
    text-align: center !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 18px;
}
.cwginstock-subscribe-form .panel-primary>.panel-body .form-group {
    margin-bottom: 0;
}
/* =============== Low in stock message  =============== */
.bp-low-stock-msg {
    position: relative;
    padding-left: 30px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.bp-low-stock-msg:before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/themes/mrtailor-child/custom-images/clock.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
}
/* =============== Fluid Checkout Pro  =============== */
body.woocommerce-page .fc-content {
    max-width: 1200px;;
}
body.woocommerce-page .fc-checkout-header .fc-checkout-header__inner {
    justify-content: center;
}
body.woocommerce-page .fc-content .woocommerce-error {
    background-image: none;
}
body.woocommerce-page.woocommerce-checkout .fc-content .woocommerce-input-wrapper input:focus {
    outline: none !important;
    border: 1px solid;
}
body.woocommerce-cart .fc-content .product-details .quantity {
    border-radius: 0 !important;
}
body.woocommerce-cart .fc-content .product-details .quantity input {
    outline-offset: 0 !important;
}
body.woocommerce-cart .fc-content .fc-cart-item-actions > .remove {
    background-position: left;
}
body.woocommerce-cart .fc-content .fc-cart-item-actions > .remove:hover {
    transform: none;
    background-repeat: no-repeat
}
body.woocommerce-cart .fc-content .fc-cart-action__proceed-checkout {
    display: none;
}
body.woocommerce-cart .fc-content .wcz-btsbtn {
    display: none;
}
body div.woocommerce .fc-wrapper .fc-coupon_code__collapsible .fc-coupon-code__apply {
    line-height: 0.5 !important;
}
/* body.has-payment-method-selected--payment_method_ppec_paypal .woocommerce-checkout .fc-wrapper .fc-place-order {
    display: none !important;
} */
body.has-payment-method-selected--payment_method_ppec_paypal .woocommerce-checkout .fc-wrapper #woo_pp_ec_button_checkout + .fc-place-order {
    display: none !important;
}
.woocommerce .fc-sidebar .fc-place-order {
    padding: 0;
}
.woocommerce-page .woocommerce .wc-proceed-to-checkout .wc-forward, 
.woocommerce-page .woocommerce #place_order {
    font-size: 13px !important;
    padding: 0;
    border-radius: 0;
}

.woocommerce-page .woocommerce .wc-proceed-to-checkout,
.woocommerce-page .woocommerce .wc_ppec_responsive_payment_buttons, 
.woocommerce-page .woocommerce .fc-place-order {
    margin-top: 15px;
    transform: rotate(0deg);
    backface-visibility: hidden;
    /* animation-name: tilt-shaking;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; */
}
@keyframes tilt-shaking {
    2%, 18% {
        transform: rotate(-3deg);
    }

    4%, 16% {
        transform: rotate(3deg);
    }

    6%, 10%, 14% {
        transform: rotate(-3deg);
    }

    8%, 12% {
        transform: rotate(3deg);
    }
    
    18.1% {
        transform: rotate(0deg);
    }
}

body.woocommerce-cart .fc-content .fc-sidebar .wc-proceed-to-checkout .wc-stripe-cart-checkout-container, 
body.woocommerce-checkout .fc-content .fc-sidebar .fc-checkout-order-review .fc-place-order__section--main .fc-place-order {
    /* display: none; */
}
body.woocommerce-cart .fc-content input, 
body.woocommerce-cart .fc-content select, 
body.woocommerce-checkout .fc-content input, 
body.woocommerce-checkout .fc-content select {
    font-size: 14px;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent;
}
body.woocommerce-checkout .fc-content .fc-sidebar .fc-checkout-order-review #order_review .woocommerce-checkout-review-order-table .cart-subtotal, 
body.woocommerce-checkout .fc-content .fc-sidebar .fc-checkout-order-review #order_review .woocommerce-checkout-review-order-table .order-tax {
    display: none;
}
body.woocommerce-page .fc-content .wc-gzd-order-submit .wc-gzd-checkbox-placeholder p.form-row.checkbox-legal {
    padding: 0 !important;
    margin: 30px 0;
}
body.woocommerce-page .fc-content .wc-gzd-order-submit .wc-gzd-checkbox-placeholder p.form-row.checkbox-legal > .woocommerce-form__label-for-checkbox {
    display: flex !important;
}
body.woocommerce-page .fc-content .wc-gzd-order-submit .wc-gzd-checkbox-placeholder p.form-row.checkbox-legal > .woocommerce-form__label-for-checkbox > input.woocommerce-form__input-checkbox {
    min-width: 22px;
    align-self: flex-start;
}
body.woocommerce-page .fc-content .wc-gzd-order-submit .wc-gzd-checkbox-placeholder p.form-row.checkbox-legal > .woocommerce-form__label-for-checkbox .required {
    align-self: flex-end;
}
body.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    color: #000;
}
.woocommerce .fc-order-overview__wrapper {
    border-color: #000;
}
body.woocommerce-page .fc-content .fc-payment-methods__wrapper .woocommerce-error {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -12px;
    background-color: transparent;
    color: #b81c23;
}
body.woocommerce-page .fc-content .fc-substep__fields--payment #ce4wp_checkout_consent_checkbox_field {
    display: none;
}

body.woocommerce-page.woocommerce-order-received .fc-order-details-section[data-section-id=customer_information] .woocommerce-columns--addresses {
    display: flex;
}

@media(max-width: 540px) {
    body.woocommerce-page .fc-checkout-header .fc-checkout-header__inner {
        justify-content: left;
    }
    .fc-checkout-header .fc-checkout__branding img.size-full {
        margin-left: 0 !important;
    }
}


/*
 * Editorial Page
 */
.bp-edt-content {
    max-width: 785px;
    margin: 0 auto;
    padding: 0 15px;
}
.bp-edt-content > .bp-edt-title {
    text-align: center;
    margin-top: 90px;
}
.bp-edt-content > .bp-edt-title > h2 {
    margin: 0;
    font-weight: 500;
}
.bp-edt-content > .bp-edt-row {
    margin-top: 90px;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block {

}
.bp-edt-content > .bp-edt-row > .bp-edt-block:not(:first-child) {
    margin-top: 75px;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block > .bp-edt-block-handle > p {
    margin: 0;
    font-weight: 500;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block > .bp-edt-block-img {
    margin-top: 15px;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block > .bp-edt-block-img > img {
    max-width: 100%;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block > .bp-edt-block-text {
    margin-top: 15px;
}
.bp-edt-content > .bp-edt-row > .bp-edt-block > .bp-edt-block-text > p {
    margin: 0;
}
@media(max-width: 767px) {
    .bp-edt-content > .bp-edt-title,
    .bp-edt-content > .bp-edt-row {
        margin-top: 60px;
    }
    .bp-edt-content > .bp-edt-title > h2 {
        font-size: 28px;
    }
}


/* Shop page banner for every 6 products */
.bp-btw-img {
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    max-height: 350px;
    aspect-ratio: 16/6 auto;
    width: 100%;
    background-attachment: fixed;
    clear: both;
    margin-bottom: 30px;
}
/* Target iOS devices */
@supports (-webkit-touch-callout: none) {
    .bp-btw-img {
        background-attachment: scroll;
    }
}
/* .bp-btw-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 100px;
    background: #fff;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    transform: scaleY(-1);
}
.bp-btw-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 100px;
    background: #fff;
    clip-path: polygon(100% 100%, 100% 0%, 0% 0%);
    transform: scaleY(-1);
} */

/* About page */
.abt-content {
    max-width: 675px;
    margin: 0 auto;
    padding: 90px 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.abt-content > .abt-top {
    position: relative;
    padding-bottom: 45px;
}
.abt-content > .abt-top:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #ccc;
}
.abt-content > .abt-top > h1 {
    margin: 0;
}
.abt-content > .abt-top > p {
    margin: 15px 0 0;
} 
.abt-content > .abt-main {
    position: relative;
    margin-top: 45px;
    padding-bottom: 10px;
}
.abt-content > .abt-main p {
    font-weight: 500;
    margin: 0 0 30px;
}
.abt-content > .abt-main:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #ccc;
}
.abt-content > .abt-bottom {
    margin-top: 20px;
}
.abt-content > .abt-bottom p {
    font-weight: 500;
    margin: 0 0 30px;
}
@media(max-width: 767px) {
    .abt-content {
        padding-top: 60px;
    }
    .abt-content > .abt-top > h1 {
        font-size: 28px;
    }
}
@media(max-width: 575px) {
    .bp-edt-content > .bp-edt-title {
        max-width: 330px;
        margin: 60px auto 0;
    }
}

/*custom wfform aline center */
.center-email-form {
    text-align: center !important;
}

input#wpforms-22482-field_2 {
    display: inline !important;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.wpcf7-not-valid {
    text-align: center !important;
    color: white !important;
}

.cf7form-drop {
    text-align: center;
    color: white;
}

.wpforms-confirmation-container-full {
    background: white !important;
}
