/*
Theme Name: davici-child2409
Theme URI: http://www.wpbingosite.com/davicci
Author: wpbingo
Description: This is a child theme for Davici
Version: 2.1
Author URI: http://wpbingosite.com
Template: davici
Text Domain: davici-child2409
*/
/*************** ADD YOUR CUSTOM CSS HERE ***************/

:root {
    --theme-red: #b56657;
    --theme-blue: #638881;
    --theme-grey: #727c88;
    --theme-font-garamond: "Cormorant Garamond", serif;;
    --theme-font-popins: "Poppins, serif";
    --white:#fff;
    --black: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,a{
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--theme-font-popins);
    font-size: 16px;
    line-height: 1.6;
}
a {
    text-decoration: none;
    color:inherit;
}
.text-black{
    color: var(--black);
}
/* Marketplace product loader */
.main-archive-product ul.products.products-list.row.grid.active>li{
    display: none;
}
/* Custom breadcrumb start */
.marketplace-breadcrumb{
    top: 41px;
    position: sticky;
    background-color: var(--white);
    z-index: 2;
}
.admin-bar .marketplace-breadcrumb{
    top: 73px;
}
.custom-breadcrumb {
    display:flex;
    flex-wrap:wrap;
    align-items: baseline;
    gap: 8px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: capitalize;
}
.custom-breadcrumb .delimiter:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
}
/* Custom breadcrumb end */

/* common css */
.bg-theme-red{
    background-color: var(--theme-red);
}
.bg-theme-blue{
    background-color: var(--theme-blue);
}
.bg-theme-grey{
    background-color: var(--theme-grey);
}
.text-theme-red{
    color: var(--theme-red)
}
.text-theme-grey{
    color: var(--theme-grey)
}
.text-theme-blue{
    color: var(--theme-blue)
}
.event-branding-theme {
    background-color: var(--event-branding-color);
}
.event-booking-detail p{
    margin-bottom: 1rem;
}
.sub-heading .event-list>li{
    border-block: 1px solid var(--black);
    font-size: 1.125rem;
    max-width: 12.5rem;
    padding: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.event-booking-detail ul{
    list-style: disc !important; 
    padding-left: 1rem !important;
}
.heading-dec {
    max-width: 360px;
    font-weight: 700;
    line-height: 1.13;
    border-block: 1px solid var(--white);
    padding: 10px 0 26px;
}
.bt-theme {
    border-top: 1px solid var(--theme-blue);
}
.bt-red {
    border-top: 1px solid var(--theme-red);
}
.bt-grey{
    border-top: 1px solid var(--theme-grey);
}
.font-style-1, :is(.font-style-1) :is(h1, h2, h3){
	font-family: var(--theme-font-garamond) !important;
}
.p-50{
    padding: 50px;
}
.py-30{
		padding-top: 30px;
		padding-bottom: 30px;
}
.pt-40{
    padding-top: 40px;
}
.mb-50{
		margin-bottom: 50px;
}
.banner-font{
    font-size: clamp(32px,4.7vw,80px);
    letter-spacing: clamp(8px, 0.9vw, 16px);
    line-height: 0.95;
}
.mb-160{
	margin-bottom: clamp(30px, 7vw, 140px);
}
.mb-40 {
    margin-bottom: 40px;
}
.lh-1{
    line-height: 1;
}
.gap-1{
    gap: clamp(16px, 1vw, 20px);
}
.gap-3{
    gap: 3rem;
}
.flex-grow-1{
    flex-grow: 1;
}
.opacity-5{
    opacity: .8;
}
.border-top-2{
    border-top: 2px solid #efefef;
}
.fs-20{
	font-size: 20px;
}
.fs-28{
	font-size: clamp(18px,1.4vw,22px) !important;
}
.fs-33{
	font-size: 33px;
}
/* .fw-100{
	font-weight:100 !important;
} */
.fw-500{
    font-weight: 500 !important;
} 
.fw-600{
    font-weight: 600;
}
.ls-18{
	letter-spacing: 18px;
}
.ls-3{
	letter-spacing: 3px;
}
.w-55{
    width: 55%
} 
.mb-65{
	margin-bottom:65px;
}
.pl-15 {
    padding-left: 15px;
}
.large-title h2, .title-link a{
    font-size: clamp(24px, 2.2vw, 36px);
    text-transform: initial;
    font-weight: bold !important;
}
.title-link a{
    font-family: var(--theme-font-garamond) !important;
    letter-spacing: 2px;
}
.text-theme, :is(.text-theme) > * {
    color: var(--theme-blue);
}
.mw-50 {
    max-width: 50% !important;
}
.mw-65 {
    max-width: 65% !important;
}
.mw-43p{
    max-width: 430px;
}
.w-lg-50{
    width:50%;
}
.word-break{
    word-break: break-word;
}
.read-more:hover{
    text-decoration: underline;
    color: var(--theme-red);
    text-decoration-thickness: 2px;
}
body.company .page-title{
    display: none;
}
body.company #bwp-footer{
    margin-top: 0;
}
.para-text p, .custom_link,.para-text
li {
    font-size: 14px;
    line-height: 1.38;
    margin-bottom: 22px;
    font-style: var(--theme-font-garamond);
    color: #121b1f;
}
body.page-template-event-landing-page .page-title.bwp-title {
    display: none;
}
body.page-template-directory-artist-listing .page-title.bwp-title,
body.page-template-crafted-100-listing .page-title.bwp-title {
    display: block;
}
body.woocommerce-order-received .dashbord-button-part {
    margin-top: 5px;
}
body.page-template-event-landing-page footer#bwp-footer {
    margin-top: 0px;
}
.flex-basis-50{
    flex-basis: 50%;
}
.faq.col-md-12 ul {
    margin-left: 3rem;
} 
.faq.col-md-12 p {
    margin-bottom: 15px;
}
.pass-protected-box > * {
    margin-bottom: 15px;
}
/* Common css end */

/* Home page */
.banner-btn,.read-more {
    transition: all 0.4s ease-in-out;
}
.banner-btn:hover{
    opacity:1;
}
.curated-home .product-wrapper .product-list-wrapper .product-list > .product-item > .product-item-wrapper > .thumbnail img{
    transition: all 0.4s ease-in-out;
}
.product-wrapper .product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail :is(h3, h4), 
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail :is(h3, h4)
{
    word-break: break-word;
}
 .product-wrapper .product-list-wrapper .product-list > .product-item > .product-item-wrapper,
 .product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper
 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-wrapper .product-list-wrapper .product-list.slider-slick .slick-track {
    display: flex;
}
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item {
    padding: 0 clamp(15px, 1.3vw, 20px);
    height: auto;
}
.product-wrapper .product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail
{
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.product-wrapper .product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail .product-detail-height,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail .product-detail-height
{
    margin-bottom: 18px;
}
.curated-home .product-list-wrapper .product-list{
    grid-template-columns: repeat(3, 1fr);
}
.useful-home .useful-list-wrapper .useful-list{
	grid-template-columns: repeat(2, 1fr);
}
.custom-sub-heading{
	padding: 35px 0px;
    letter-spacing: 8px;
}
.sub-heading2{
	font-size: clamp(18px,1.4vw,22px);
	line-height: 1.13;
	margin-bottom:35px;
}
.h-banner-img {
    aspect-ratio: 1 / 1.33;
}

body.home .price ins{
    color: var(--white);
    font-weight: 300;
}

/* event landing page */
.testimonial-slider .slick-slide {
    padding-top: 40px !important;
}
.event-note p, .event-note a{
    font-size: clamp(18px, 1.4vw, 22px) !important;
    font-weight: 700 !important;
    line-height: 1.13;
    font-family: var(--theme-font-garamond) !important
}
.event-note p a{
    text-decoration: underline;
}
.single-event .nf-breadcrumbs li a::before, .single-event .nf-breadcrumbs li.active::after, .single-event input[type=button]{
    background-color: var(--theme-red) !important;
}
.applying-directory-form .nf-breadcrumbs li a::before {
    counter-increment: event-application-list;
    content: counter(event-application-list);
    background-color: var(--theme-red);
    color: var(--white);
    width: 20px;
    height: 20px;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    margin-right: 5px;
}
.applying-directory-form .nf-breadcrumbs li a:hover{
    color: var(--theme-red) !important;
}
.single-event input[type=button]:hover{
    background-color: #000 !important;
}
.single-event .nf-breadcrumbs li.active a, .single-event .nf-breadcrumbs li a:hover{
    color: var(--theme-red) !important;
}
/* buy ticket */
.handmade-chelsea-2024 .product-preview-btns .btn.btn-primary, .applying-directory-form input[type="submit"], .applying-directory-form .nf-next {
    background-color: var(--theme-red) !important;
    border: 1px solid var(--theme-red) !important;
}
.handmade-chelsea-2024 .product-preview-btns .btn.btn-primary:hover, .applying-directory-form input[type="submit"]:hover, .applying-directory-form .nf-next:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.applying-directory-form input[type="submit"], .applying-directory-form .nf-next{
    color: var(--white) !important;
    line-height: 160%;
}
.applying-directory-form h3{
    color: #727C88;
    font-family: var(--theme-font-garamond) !important;
    font-size: 1.375rem;
    font-weight: 700 !important;
    margin-bottom: 1.25rem;
}
.applying-directory-form .nf-breadcrumbs{
    margin: 1.25rem 0 !important;
}
.applying-directory-form .nf-form-content select.ninja-forms-field:focus, .applying-directory-form .nf-form-content textarea{
    border: 1px solid #ddd;
}
.applying-directory-form .nf-form-content .list-select-wrap>div select{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) calc(1em + 1px), calc(100% - 13px) calc(1em + 1px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 6px 5px, 0 1.5em;
    background-repeat: no-repeat;
}
.applying-directory-form .nf-breadcrumbs li.active a{
    color: var(--theme-red) !important; 
}
.applying-directory-form .nf-breadcrumbs li.active::after{
    background-color: var(--theme-red) !important;
}
.applying-directory-form .nf-form-title{
    display: none;
}
.directory-plan-popup h3 {
    font-size: clamp(20px, 1.4vw, 22px);
    text-align: center;
    padding-block: 20px;
}
.directory-plan-popup h4 {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.directory-plan-popup p {
    display: block !important;
    font-weight: 300 !important;
}
.directory-plan-popup ul {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.directory-plan-popup ul > li {
    margin-bottom: 8px;
}
.directory-plan-popup input[type="checkbox"], .directory-plan-popup input[type="radio"] {
    accent-color: var(--theme-red);
    transform: translateY(2px);
}
#subscription-modal-part .modal-content {
    margin-inline: 15px;
}
/* buy ticket close */
/* event landing page end */
/* market place page */
.marketplace-banner {
    display: flex;
    gap: 3%;
}
.marketplace-banner > div:first-child {
    width: 48%;
    min-width: max-content;
}
.marketplace-banner > div:last-child {
    width: 17%;
}
.marketplace-banner > div:last-child > img {
    aspect-ratio: 1;
}
.marketplace-bottom-banner {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.marketplace-bottom-banner > .banner1 {
    width: 48%;
    aspect-ratio: 1 / 0.69;
    object-position: top;
}
.marketplace-bottom-banner > .banner2 {
    width: 33%;
    aspect-ratio: 1 / 0.69;
    object-position: top;
}
.aspect-img-jd {
    aspect-ratio: 1 / 0.715;
}
.event-banner-images {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    padding-left: 35px;
}
.event-banner-images div:nth-child(odd){
    width: 30%;
    padding-right: 10px;
}
.event-banner-images img{
    height:100% !important;
}
.event-banner-images div:nth-child(even){
    width: 70%;
    padding-left: 40px;
}
.product-list-wrapper .product-list,
.useful-list-wrapper .useful-list,
 .category-wrapper .category-list-wrapper .category-list, 
 .event-wrapper .event-list-wrapper .event-list {
    list-style: none;
    display: grid;
    gap: clamp(20px,2.5vw,50px);
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
}
.product-list-wrapper .product-list.slider-slick {
    display: block;
}
.category-wrapper .category-list-wrapper .category-list, 
.event-wrapper .event-list-wrapper .event-list {
    grid-template-columns: repeat(6, 1fr);
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .thumbnail img,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .thumbnail img
{
    width: 100%;
    transition: all 0.4s ease-in-out;
    min-height:60px;
}
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .thumbnail img {
    aspect-ratio: 1 / 0.73;
    width: 100%;
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .thumbnail img:hover,
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .thumbnail img:hover,
.curated-home .product-list-wrapper .product-list > .product-item > .product-item-wrapper > .thumbnail img:hover,
.category-wrapper .category-list-wrapper > .category-list > .category-item > .category-item-wrapper > .thumbnail img:hover,
.event-wrapper .event-list-wrapper > .event-list > .event-item > .event-item-wrapper > .thumbnail img:hover,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .thumbnail img:hover
{
    opacity: 0.7;
}
.category-wrapper .category-list-wrapper > .category-list > .category-item > .category-item-wrapper > .thumbnail img {
    width: 100%;
    aspect-ratio: 1 / 0.9;
    transition: all 0.4s ease-in-out;
}
.event-wrapper .event-list-wrapper > .event-list > .event-item > .event-item-wrapper > .thumbnail img {
    width: 100%;
    aspect-ratio: 1 / 1.12;
    transition: all 0.4s ease-in-out;
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail h3 ,
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .useful-detail h3 , 
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail h4,
.category-list-wrapper .category-list > .category-item > .category-item-wrapper > .category-name h3,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail :is(h3, h4)
{
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.1;
    margin-top: 6px;
    display: -webkit-box;      
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;      
    overflow: hidden;
    text-overflow: ellipsis;    
}

.event-list-wrapper .event-list > .event-item > .event-item-wrapper > .event-name h3
{
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.15;
    word-break: break-word;
}

.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail .price,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail .price
{
    font-size: clamp(16px, 1.2vw, 20px);
    margin-top: auto;
    line-height: 1.03;
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail,
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .useful-detail,
.category-list-wrapper .category-list > .category-item > .category-item-wrapper > .category-name,
.event-list-wrapper .event-list > .event-item > .event-item-wrapper > .event-name,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail
{
    padding-block: 10px;
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail a,
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .useful-detail a,
.category-list-wrapper .category-list > .category-item > .category-item-wrapper > .category-name a,
.event-list-wrapper .event-list > .event-item > .event-item-wrapper > .event-name a,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail a
{
    transition: all 0.4s ease-in-out;
    color:inherit;
}
.product-list-wrapper .product-list > .product-item > .product-item-wrapper > .product-detail a:hover,
.useful-list-wrapper .useful-list > .useful-item > .useful-item-wrapper > .useful-detail a:hover,
.category-list-wrapper .category-list > .category-item > .category-item-wrapper > .category-name a:hover,
.event-list-wrapper .event-list > .event-item > .event-item-wrapper > .event-name a:hover,
.product-wrapper .product-list-wrapper .product-list.slider-slick .product-item > .product-item-wrapper > .product-detail a:hover
{
    text-decoration: underline;
}
.focus-sec-row {
    flex-wrap: nowrap;
}
.focus-sec-row > .col-sm-8 {
    min-width: min-content;
}
.focus-sec-row > .col-sm-8 .banner-font {
    width: min-content;
}
.view-btn{
    display: block;
    width: min-content;
    height: 35px;
    border: 1px solid white;
    color: var(--theme-blue);
    background-color: white;
    transition: all 0.4s ease-in-out;
}
.view-btn-dark{
    display: block;
    width: min-content;
    height: 35px;
    border: 1px solid var(--theme-blue);
    color: white !important;
    background-color: var(--theme-blue);
    transition: all 0.4s ease-in-out;
}
.opacity-hover:hover{
    opacity: 0.8;
}
/* about us */
.about-img{
    width: 30%;
    height: 100%;
}
.about-img+div{
    width: 70%;
}
/* end */

/* category page */
body.woocommerce-shop .bwp-main .page-title h1, 
body.tax-product_cat .bwp-main .page-title h1, 
body.cart .bwp-main .page-title h1, 
body.complete-your-subscription .bwp-main .page-title h1,
body.our-makers .bwp-main .page-title h1,
body.contact .bwp-main .page-title h1,
body.blog .bwp-main .page-title h1,
body.artist-application .bwp-main .page-title h1,
body.partner-with-us .bwp-main .page-title h1,
.bwp-main .page-title h1
{
    font-size: clamp(32px,5vw,90px);
    letter-spacing: clamp(8px, 1vw, 18px);
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 100;
}
body.woocommerce-shop .bwp-main .breadcrumb,
body.tax-product_cat .bwp-main .breadcrumb,
body.cart .bwp-main .breadcrumb,
body.complete-your-subscription .bwp-main .breadcrumb,
body.our-makers .bwp-main .breadcrumb,
body.contact .bwp-main .breadcrumb,
body.blog .bwp-main .breadcrumb,
body.artist-application .bwp-main .breadcrumb,
body.partner-with-us .bwp-main .breadcrumb,
body:not(.ask-artist-popup) .bwp-main .breadcrumb
{
    display: none;
}
body.woocommerce-shop .bwp-main .page-title > .container,
body.tax-product_cat .bwp-main .page-title > .container, 
body.cart .bwp-main .page-title > .container, 
body.complete-your-subscription .bwp-main .page-title > .container, 
body.contact .bwp-main .page-title > .container,
body.blog .bwp-main .page-title > .container,
body.artist-application .bwp-main .page-title > .container,
body.partner-with-us .bwp-main .page-title > .container,
.bwp-main .page-title > .container
{
    padding: 0px;
    max-width: 100%;
}
.bwp-main .bwp-title{
    padding: 50px;
    background-image: none !important;
    background-color: var(--theme-grey);
}
body.woocommerce-shop .bwp-main .page-title,
body.tax-product_cat .bwp-main .page-title, 
body.cart .bwp-main .page-title
{
    background: var(--theme-blue) !important;
}
:is(body.partner-with-us) :is(.bwp-main .page-title) {
    background: var(--theme-red) !important;
}

body.ask-artist-popup .event-booking-select {
    border:1px solid #ddd !important;
}

/* end */

/* slider css */
.marketplace .slick-slider{
    overflow: visible;
}
.slick-design .slick-prev{
    left: auto;
    right: 50px;
}
.slick-design .slick-next{
    right: 0;
}
.slick-design .slick-arrow{
    top: -50px;
    width: 35px;
    height: 35px;
}
.slick-dark .slick-arrow{
    background-color: var(--theme-blue);
}
.slick-light .slick-arrow{
    background-color: #ffff;
}
.slick-design .slick-arrow::before{
    line-height: normal;
}
.slick-light .slick-arrow::before{
    color: var(--theme-blue);
}
.designer-focus-slider .slick-arrow{
    top: -18px;
    z-index: 2;
}
/* slider css end */

/* footer */
.footer-list-item p{
    font-size: 16px;
    line-height: 1.2;
}
/* footer end */
.product-vendor .btn-default:before{
    background-color: var(--theme-blue);
}
.letter-grouping a{
    color: var(--theme-blue);
}
.letter-grouping a:hover, .letter-grouping a.in-selected{
    background-color: var();
}
/* text with image ACF */
.card_content:not(:last-child){
    margin-bottom: 3rem;
}
.card_content ul{
    margin-left: 3rem;
}
.card_content a{
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 1.38;
}

/* contact us */
.ct-form .nf-form-cont h3 {
	display:none;
}

#nf-form-32-cont .nf-form-title h3{
    display:none;
}
.ct-form .nf-form-cont .submit-wrap input.nf-element {
	background-color: var(--theme-red) !important;
    color: #fff !important;
	transition:all 0.3s ease-in-out;
}
.ct-form .nf-form-cont .submit-wrap input.nf-element:hover {
	background-color: #000 !important;
    color: #fff !important;
}
/* contact us */

/* Makers page */
body:has(.makers-profile-wrapper) .footer{
    background: var(--white) !important;
}
.makers-about {
    column-count: 2;
    column-gap: clamp(20px, 3vw, 50px);
}
.makers-about, .makers-about p {
    font-size: clamp(14px, 1.1vw, 16px) !important;
    line-height: 1.13 !important;
    font-weight: 700 !important;
}
.makers-profile {
    display: flex;
    gap: clamp(20px, 3vw, 50px);
}
.makers-profile > div {
    width: 50%;
}

.makers-profile .makers-profile-content >  ul {
   font-family:  var(--theme-font-garamond) !important;
   color: var(--theme-blue);
   font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.13;
    font-weight: 700;
}

.makers-profile .makers-profile-content >  ul > li > a {
    font-family:  var(--theme-font-garamond) !important;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.13;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s;
}
.makers-profile .makers-profile-content >  ul > li > a:hover {
    opacity: 0.7;
}
.makers-profile .makers-profile-content >  ul > li {
    border-top: 1px solid var(--theme-blue);
}
.makers-profile .makers-img img {
    width: 100%;
}
.makers-gallery {
    display: flex;
}
.makers-gallery img {
    width: 100%;
}
.makers-gallery iframe {
    height: auto !important;
}
.makers-gallery > div:first-child {
    width: 52%;
    padding-right: 2vw;
}
.makers-gallery > div:first-child img,
.makers-gallery > div:first-child iframe
{
    aspect-ratio: 1 / 1.32;
}
.makers-gallery > div:nth-child(2) {
    width: 48%;
}
.makers-gallery > div:nth-child(2) > div:nth-child(1) {
    padding-bottom: 2vw;
    width: 47%;
}
.makers-gallery > div:nth-child(2) > div:nth-child(1) img,
.makers-gallery > div:nth-child(2) > div:nth-child(1) iframe
{
    aspect-ratio: 1 / 1.04;
}
.makers-gallery > div:nth-child(2) > div:nth-child(2) {
    width: 75.5%;
    margin-left: auto;
}
.makers-gallery > div:nth-child(2) > div:nth-child(2) img,
.makers-gallery > div:nth-child(2) > div:nth-child(2) iframe
{
    aspect-ratio: 1 / 1.03;
}
.makers-profile-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.makers-featured-product-wrapper ul {
    list-style: none;
    display: grid;
    gap: clamp(15px, 2.5vw, 50px);
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.makers-social-links > ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.makers-social-links > ul > li > a {
    display: flex;
    transition: all 0.3s;
}
.makers-social-links > ul > li > a img {
    width: 12px;
}
.makers-social-links > ul > li > a:hover {
    opacity: 0.7;
}
.makers-featured-slider .slick-slider {
    overflow: visible;
}
/* modal style */
.ask-artist-popup {
    position: relative;
    z-index: 99999;
}
.ask-artist-popup #ask-artist-modal .modal-dialog label {
    display: block;
    margin-bottom: .5rem;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-top: 5px;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    display: block;
    width: 100%;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    display: block;
    max-height: 130px;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .modal-dialog .modal-content .close {
    top: 0px;
}

.ask-artist-popup #ask-artist-modal .modal-dialog #contact-the-artist-submit {
    margin-top: 10px;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .wpcf7-form-control-wrap.product-url {
    display: none;
}

.ask-artist-popup #ask-artist-modal .modal-dialog {
    width: 600px;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    max-width: 100%;
}

.ask-artist-popup #ask-artist-modal .modal-dialog .modal-content .close {
    top: 0;
    margin-top: 0px;
}

.ask-artist-popup #ask-artist-modal {
    background-color: #00000080;
}

.ask-artist-popup #ask-artist-modal .close {
    outline: none !important;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    opacity: 0.3;
}

.ask-artist-popup #ask-artist-modal .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*contact artist form style*/
.ask-artist-popup .nf-before-form-content {
    display: none;
}

.ask-artist-popup .nf-form-content label {
    font-size: 0.875rem !important;
    line-height: 160% !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}

.ask-artist-popup .nf-form-content .listselect-wrap .nf-field-element div,
.ask-artist-popup .nf-form-content input.ninja-forms-field,
.ask-artist-popup .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: auto !important;
}

.ask-artist-popup .nf-form-content .list-select-wrap .nf-field-element > div,
.ask-artist-popup .nf-form-content input:not([type="button"]),
.ask-artist-popup .nf-form-content textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #787878 !important;
    transition: all .5s !important;
    border: 1px solid #ddd !important;
    padding: 5px 6px !important;
    background: transparent !important;
}

.ask-artist-popup .nf-form-content .listselect-wrap .nf-field-element div,
.ask-artist-popup .nf-form-content .ninja-forms-field {
    margin: 0 !important;
    font-weight: 300 !important;
    font-size: 0.875rem !important;
    line-height: 160% !important;
}

.ask-artist-popup #ninja_forms_required_items,
.ask-artist-popup .nf-field-container {
    margin-bottom: 20px !important;
}

.ask-artist-popup .nf-form-content .label-above .nf-field-label,
.ask-artist-popup .nf-form-content .label-below .nf-field-label,
.ask-artist-popup .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px !important;
}

.ask-artist-popup .nf-form-content textarea.ninja-forms-field {
    max-height: 130px !important;
}

.ask-artist-popup .nf-field-container.hidden-container {
    margin: 0 !important;
}

.ask-artist-popup .nf-error.field-wrap .nf-field-element::after,
.ask-artist-popup .nf-pass.field-wrap .nf-field-element::after {
    display: none;
}

.ask-artist-popup .nf-form-content {
    padding: 0 !important;
}

.ask-artist-popup .submit-container input[type="submit"] {
    padding: 9px 15px;
    background-color: var(--theme-blue) !important;
    color: #fff !important;  
    cursor: pointer;
}

.ask-artist-popup .submit-container input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/* Makers page end */

/* Mega menu */
.menu-new-mobile-menu-container, .menu-mobilemenu-container {
    display: none;
}
.bwp-header .header-bottom {
    display: none;
}
#menu-main-menu li.level-0.mega-menu-fullwidth-width > .sub-menu {
    max-width: 1180px;
}
.custom-mega-menu .custom-categories-title {
    border:none;
    border-top: 1px solid #000;
    border-radius: 0;
    padding: 10px 0 0;
}
.custom-mega-menu .bwp-woo-categories.list {
    border:none;
    border-radius: 0;
    padding: 0 0 10px;
}
.custom-mega-menu .bwp-woo-categories.list .item-category {
    margin-bottom: 0 !important;
    padding: 0;
}
.custom-mega-menu .bwp-woo-categories.list .item-category .item-inner {
    padding: 0 !important;
}
.custom-mega-menu .bwp-woo-categories.list .item-category .item-inner a {
    margin: 0;
    padding-block: 4px;
    white-space: normal;
    line-height: 1.2;
    font-size: 12px !important;
    letter-spacing: 0;
    color: #222 !important;
}
.custom-mega-menu .bwp-woo-categories.list .item-category .item-inner a:hover {
    color: var(--theme) !important;
}
.custom-mega-menu .bwp-woo-categories.list .content-box ul.content-category li.item-category:before {
    display: none;
}
.custom-mega-menu .custom-categories-title {
    margin:0px !important;
}
.custom-mega-menu .custom-categories-title .item-category .item-inner .item-title a{
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500 !important;
    margin-bottom: 15px;
    padding: 0;
}
.custom-mega-menu .custom-categories-title .list{
    padding: 0;
}
/* Mega menu end */

/* Subscription Form Css start */
.subscription-form label{
    font-weight: 300;
    color: #424242;
    margin-bottom: 3px;
    display: inline-block;
}
.subscription-form input, .subscription-form select{
    border-radius: 0 !important;
    height: 45px !important;
    width: 100%;
    font-size: 0.938rem;
    padding: 5px 6px !important;
    text-indent: 0 !important;
}
#mc_embed_signup .asterisk{
    font-size: 0.875rem !important;
    top: 0 !important;
}
.subscription-form .mc-field-group{
    width: 100% !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}
.subscription-form input[type=checkbox], .subscription-form input[type=radio]{
    height: auto !important;
    margin-right: 10px !important;
    vertical-align: middle;
}
.subscription-form .button{
    background-color: var(--theme) !important;
    border-color: var(--theme) !important;
    font-weight: 300 !important;
    font-size: 0.938rem !important;
    padding: 7px 20px !important;
    line-height: 140% !important;
    border-radius: 0.25rem !important;
    height: auto !important;
}
.subscription-form .button:hover{
    background-color: #333 !important;
    border-color: #333 !important;
}
.subscription-form input[type=radio], .subscription-form input[type=checkbox]{
    accent-color: var(--theme-red);
}
/* Subscription Form Css end */

/* New Members */
.new-members .product-item-wrapper .thumbnail img {
aspect-ratio: 1;
}
.list-p p {
    font-size: clamp(18px, 1.4vw, 22px) !important;
    line-height: 1.13;
    font-weight: 700;
}
/* end */

/*CSS 08-04-25 */

.makers-name-heading > div.d-flex {
    gap: 15px;
}
.makers-name-heading .makers-title-logo {
    width: 50px;
}
.makers-name-heading h2 {
    flex-grow: 1;
}
/* custom artist form start */
.mt-10{
    margin-top: 0.625rem;
}
.custom-artist-profile .form-group{
    padding-block: 0.938rem;
    margin: 0;
}
.custom-artist-profile label{
    font-weight: 400;
    margin-bottom: 0.625rem;
}
.custom-artist-profile .cstm-required{
    color: #f00;
}
.custom-artist-profile .form-control{
    padding: 0.5rem 0.375rem !important;
    font-size: 0.875rem;
    line-height: 1.643;
    font-weight: 300;
}
.custom-artist-profile .field-description{
    color: #667085;
    margin-bottom: 0.625rem;
}
.custom-artist-profile .select-button {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.custom-artist-profile .select-image-wrap{
    max-width: 25rem;
    width: max-content;
    position: relative;
    background: var(--white);
    border: 1px solid #ced4da;
    margin-top: 1rem;
    min-width: 9.375rem;
    min-height: 9.375rem;
}
.custom-artist-profile .select-image-wrap img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.select-image-wrap .remove-image{
    position: absolute;
    top: -0.8rem;
    right: -0.5rem;
    width: 1.75rem;
    height: 1.75rem;
    background-color: #23282d;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 100;
}
.select-image-wrap .remove-image:hover{
    background-color: var(--theme-red);
}

.custom-artist-profile .form-icon{
    background-image: url('./images/url-icon.svg');
    background-repeat: no-repeat;
    background-position: 0.375rem 0.69rem;
    background-size: 1rem;
    padding-left: 1.875rem !important;
}
.custom-artist-profile .media-tabs .nav-link.active{
    background-color: #f9f9f9;
}
.custom-artist-profile .media-tab-content .tab-pane.active{
    background-color: #f9f9f9;
    padding: 1rem;
}
.custom-artist-profile .radios-wrapper input[type='radio'] {
    -webkit-appearance: none;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 1.5px var(--theme-red);
    display: inline-block;
    vertical-align: middle;
    margin: 0.313rem;
    cursor: pointer;
    padding: 0 !important;
}
.custom-artist-profile .radios-wrapper input[type='radio']:before {
    content: '';
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    margin: 0.25rem auto;
    border-radius: 50%;
}
.custom-artist-profile .radios-wrapper input[type='radio']:checked:before {
    background: var(--theme-red);
}
.custom-table .table th, .custom-table .table td{
    padding: 0.5rem;
}
.custom-table .table thead th{
    background: var(--theme-blue);
}
.custom-table .table .w-custom{
    width: 33% !important;
}
.custom-artist-profile .table .select-image-wrap{
    max-width: 9.375rem;
}
.custom-table .table .custom-file-select{
    white-space: nowrap;
    margin-top: 0.63rem;
}
.custom-table .table .remove-row{
    background-color: transparent !important;
    color: var(--theme-red);
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-table .table .remove-row:hover{
    background-color: var(--theme-red) !important;
    color: var(--white);
}
.custom-artist-profile .custom-table .add-row{
    background-color: transparent !important;
    color: var(--theme-blue);
    padding: 0;
    border: 0;
    font-weight: 500;
    font-size: 0.875rem;
}
.custom-artist-profile .custom-table .add-row>span{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid;
    border-radius: 50%;
    align-content: center;
}
.fs-14{
    font-size: 0.875rem;
}
.cstm-loader-active::before{
    content:'';
    display: block;
    background: #f1f1f1ab;
    height: 100%;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.cstm-loader-active::after{
    content:'';
    background: url('./images/loader.gif') no-repeat center / cover fixed;
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.custom-artist-profile .select2.select2-container{
    width: 100% !important;
}
.custom-artist-profile .select2.select2-container .select2-selection{
    border: 1px solid #ced4da !important;
    padding-block: 2px;
}
/* custom artist form end */

/* custom sidebar start */
body.directory-makers .artist-section{
    margin-block: 0 1.875rem;
}
body.directory-makers .letter-grouping{
    margin-bottom: 1.875rem;
}
.custom-sidebar .textwidget>h2{
    margin: 0;
    font-size: 1.25rem;
    line-height: 120%;
    padding-bottom: 5px;
    text-transform: capitalize;
    margin-bottom: 0.813rem;
}
.custom-sidebar .filterlist{
    list-style: none;
    margin-bottom: 0;
}
.custom-sidebar .filterlist li{
    color: #000;
    display: block;
    font-weight: 300;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 2;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.2s;
}
.custom-sidebar .filterlist li a:hover,
.custom-sidebar .filterlist li a:focus,
.custom-sidebar .filterlist li a.active{
    background-color: var(--theme);
    color: var(--white);
    padding: 0.3125rem;
}
.toggle-sidebar-btn {
    display: none;
    border: 1px solid #e1e1e1;
    font-size: 0.9375rem;
    background-color: transparent;
    align-items: center;
    padding: 0.625rem 1.5rem;
    margin-bottom: 1.25rem;
}
.close-btn{
    display: none;
}

.cstm-profile-preview-btn{
    transform: translate(10rem, -2.3rem);
}
.cstm-profile-preview-btn,
body.artist-profile-approval .acf-form-submit .acf-button{
    background-color: var(--theme-red);
    color: var(--white);
    border: 1px solid var(--theme-red);
    padding: 0.4rem 1.2rem;
    transition: all 0.4s;
}
.cstm-profile-preview-btn:hover,
body.artist-profile-approval .acf-form-submit .acf-button:hover{
    background-color: transparent;
    color: var(--theme-red);
}


/* custom sidebar end */

/* End */

/* Css start on 16-05-2025 */

.subscription-table-part .modal-content{
    display: flex;
}
.subscription-table-part .modal-content .modal-body{
    display: grid;
    place-items: center;
}
#subscription-modal-part .warning-top:not(:has(.crafted-popup)) p{
    font-size: 1.1rem !important;
}

.sub-popup-text{
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}

.help-btn {
    padding: 0.85rem 1.45rem;
    border-radius: 10rem;
    bottom: 1.875rem;        
    font-size: 0.94rem;  
    text-align: center;
    background-color: var(--theme-red);
    color: var(--white) !important;
    font-weight: 700 !important;
    position: fixed;
    right: 1.25rem;    
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 0.5rem;              
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(2.5rem);  
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    -o-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.help-btn.show {
    -webkit-transform: translateY(1.25rem);
    -moz-transform: translateY(1.25rem);
    -ms-transform: translateY(1.25rem);
    -o-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    visibility: visible;
    opacity: 1;
}
.help-btn.show:hover{
    opacity: 0.88;
}
/* Css end */

/* New CSS After 07-08-2025 */
.list-style-disc{
    list-style-type: disc;
    padding-left: 1.5rem;
}
.para-text .list-style-disc li{
    margin-bottom: 1rem;
}
body.archive.tax-dc_vendor_shop[class*="term-"] #main .mvx-main-section {
    max-width: 100%;
    padding-inline: 50px;
    padding-top: 0 !important;
}
body.archive.tax-dc_vendor_shop[class*="term-"] #main .mvx-main-section .mvx-middle-sec .filter-buttons {
    padding-inline: 2px;
}
body.archive.tax-dc_vendor_shop[class*="term-"] #main .mvx-main-section ul.products.products-list.row.grid{
    max-width: 100%;
}
body.archive.tax-dc_vendor_shop[class*="term-"] .mvx_vendor_banner_template {
    margin-bottom: 24px;
}
/* New CSS END 07-08-2025 */

/* New CSS 14-08-25 */
.artist-section {
    position: relative;
}
.crafted-100-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: var(--theme-red);
    border-radius: 30px;
    padding: 4px 5px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}
.fill-pdf a {
    text-decoration: underline;
    color: var(--theme-blue);
    font-weight: 600 !important;
}
.applying-directory-form .nf-field-label .nf-label-span {
    font-weight: 300;
}
.applying-directory-form .listradio-wrap .nf-field-element label.nf-checked-label:before {
    top: .33em !important;
}
/* end */

/* checkout CSS 09/09/25 */


    

/* end */

/* media query */

@media (max-width:1024px) {
    .product-list-wrapper .product-list,
    .useful-list-wrapper .useful-list, 
    .category-wrapper .category-list-wrapper .category-list,
    .event-wrapper .event-list-wrapper .event-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .category-wrapper .category-list-wrapper .category-list, 
    .event-wrapper .event-list-wrapper .event-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .p-50,
    body.archive.tax-dc_vendor_shop[class*="term-"] #main .mvx-main-section {
        padding: 50px 20px;
    }
    .w-lg-50{
        width:100%;
    }
    .about-img{
        width:20%;
    }
    .event-banner-images{
        padding-left: 15px;
    }
    /* footer */
    .footer .elementor-widget-heading .elementor-heading-title{
        font-size: 14px !important;
    }
    
}
@media (max-width:991px) {
    .menu-new-mobile-menu-container, .menu-mobilemenu-container {
        display: block;
    }
    .menu-main-menu-container {
        display: none;
    }
    .bwp-canvas-navigation .remove-megamenu {
        text-align: left;
    }
   .bwp-canvas-navigation .mm-panels>.mm-panel {
        padding: 0 0;
    }
    .bwp-canvas-navigation .mm-menu ul > li, 
    .bwp-canvas-vertical .mm-menu ul > li, 
    .bwp-canvas-navigation .mm-menu ul > li.level-0, 
    .bwp-canvas-vertical .mm-menu ul > li.level-0 {
        padding-inline: 15px;
    }
    .bwp-canvas-navigation .mm-menu .sub-menu li {
        padding-inline: 15px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }
    .bwp-canvas-navigation .mm-menu .sub-menu li > a:not(.mm-next) {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
    }
    .bwp-canvas-navigation .mm-menu {
        top: 56px;
        
    }
    .bwp-canvas-navigation .mm-menu .mm-navbar {
        height: 30px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
        padding-inline: 26px;
    }
    .bwp-canvas-navigation .mm-menu .mm-navbar a {
        padding: 0;
        height: 30px;
        font-size: 10px;
        text-align: left;
        color: #000;
    }
    .bwp-canvas-navigation .mm-panels>.mm-panel:before {
        height: 30px;
    }
    .bwp-canvas-navigation .mm-menu .mm-btn:before {
        left: 10px;
    }
    .bwp-canvas-navigation .mm-menu .sub-menu li.current-menu-item > a:not(.mm-next) {
        color: var(--theme);
    }
    .marketplace-breadcrumb{
        position: static;
    }
    .custom-breadcrumb{
        padding-inline: 15px;
    }   
    .makers-profile {
        width: 50%;
    }
    .makers-gallery {
        margin-top: 30px;
    }
    .makers-featured-product-wrapper ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .makers-gallery > div:nth-child(2) {
        width: 49%;
    }
    .makers-gallery > div:first-child {
        width: 51%;
    }
    /* custom form responsive start */
    body.artist-dashboard .mvx_main_page .mvx_side_menu{
        display: block;
        width: 30% !important;
    }
    body.artist-dashboard .mvx_main_page .mvx_headding1{
        display: block;
    }
    body.artist-dashboard .mvx_main_page .mvx_main_menu ul li a{
        padding: 0.5rem;
    }
    .custom-artist-profile .select-image-wrap{
        max-width: 15rem;
    }
    .custom-artist-profile .table .select-image-wrap {
        max-width: 6rem;
        min-width: 6rem;
        min-height: 6rem;
    }
    /* custom form responsive end */

    /* custom offcanvas start 22-04-2025 */
    .toggle-sidebar-btn {
        display: block;
    }
    .custom-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        background: #fff;
        box-shadow: 2px 0 5px rgba(0,0,0,0.3);
        transform: translateX(-100%);
        transition: all 0.5s ease;
        z-index: 99999;
        overflow-y: auto;
        padding: 1rem;
    }

    .custom-sidebar.open {
        transform: translateX(0);
        transition: all 0.5s ease;
    }
    .close-btn {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
    }
    /* custom offcanvas end */
    .back-top.button-show {
        -webkit-transform: translateY(-2.5rem);
        -moz-transform: translateY(-2.5rem);
        -ms-transform: translateY(-2.5rem);
        -o-transform: translateY(-2.5rem);
        transform: translateY(-2.5rem);
    }
    .help-btn.show {
        -webkit-transform: translateY(-1.6rem);
        -moz-transform: translateY(-1.6rem);
        -ms-transform: translateY(-1.6rem);
        -o-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem);
    }
    .bwp-main .bwp-title{
        padding: 50px 15px;
    }
    /* home banner section order start */
    body.home .banner-wrapper .banner-item:nth-child(1){
        order:2;
    }
    body.home .banner-wrapper .banner-item:nth-child(2){
        order:1;
    }
    body.home .banner-wrapper .banner-item:nth-child(3){
        order: 3;
    }
    body.home .banner-wrapper .banner-item:nth-child(4){
        order: 4;
    }
    /* home banner section order end */
}
@media (min-width: 768px){
    .card_content:nth-child(even){
        flex-direction: row-reverse !important;
    }
}

@media (max-width:767px) {
    .p-50,
    body.archive.tax-dc_vendor_shop[class*="term-"] #main .mvx-main-section {
        padding: 50px 15px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .mb-40 {
        margin-bottom: 25px;
    }
    .curated-home .product-list-wrapper .product-list,
    .useful-home .product-list-wrapper .product-list,
    .category-wrapper .category-list-wrapper .category-list, 
    .event-wrapper .event-list-wrapper .event-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
   
    .designer-des {margin-top: -20px;}
    .mw-50, .mw-65 {
        max-width: 100% !important;
    }
    .footer-list .elementor-container{
        justify-content: center;
    }
    .footer-list .footer-list-item{
        flex: 0 0 33%;
    }
    /* .bwp-main .bwp-title{
        padding: 50px 15px;
    } */
    .custom-breadcrumb{
        padding-inline: 0;
    }
    .makers-profile {
        width: 100%;
    }
    .ask-artist-popup #ask-artist-modal .modal-dialog {
        width: auto;
    }
    /* custom form responsive start */
    body.artist-dashboard .mvx_main_page .mvx_side_menu{
        display: none;
        width: 100% !important;
    }
    body.artist-dashboard .mvx_vendor_dashboard_content{
        padding: 0 1rem;
    }
    body.artist-dashboard .mvx_vendor_dashboard_content button{
        padding: 0.625rem 0.938rem;
    }
    .custom-table .table .custom-file-select {
        white-space: normal;
        margin-top: 0;
        text-align: center;
    }
    /* custom form responsive end */
    .toggle-sidebar-btn {
        font-size: 0.875rem;
    }
}
@media (max-width:576px) {
    .w-50{
        width:100% !important;
    }
    .about-img{
        width:90% !important;
    }
    .gap-3{
        gap: 1rem;
    }
    .mw-43p{
        max-width: 100%;
    }
    .footer-list .footer-list-item{
        flex: 0 0 50%;
    }
    .event-banner-images{
        flex-wrap: wrap;
        padding-left: 15px;
        gap:15px;
    }
    .event-wrapper .event-list-wrapper .event-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .event-banner-images div:nth-child(odd){
        width: 100%;
        padding-right: 0px;
    }
    .event-banner-images div:nth-child(even){
        width: 100%;
        padding-left: 0px;

    }
    .card_content:not(:last-child){
        margin-bottom: 0;
    }
    .event-font{
        font-size: 20px;
    }
    .about-img+div{
        width: 100%;
    }
    .view-btn, .view-btn-dark{
        transform: translateX(0);
    }
    .custom-artist-profile .select-image-wrap{
        max-width: 100%;
    }
}
@media (max-width:480px) {
    .marketplace-banner {
        flex-direction: column;
        gap: 20px;
    }
    .marketplace-banner > div:first-child {
        width: 100%;
        min-width: auto;
    }
    .heading-dec {
        max-width: 100% !important;
    }
    .marketplace-banner > div:last-child {
        width: 35%;
    }
    .marketplace-bottom-banner > .banner1 {
        width: 60%;
    }
    .marketplace-bottom-banner > .banner2 {
        width: 35%;
    }
    .curated-home .product-list-wrapper .product-list,
    .useful-home .useful-list-wrapper .useful-list,
    .product-list-wrapper .product-list, 
    .category-wrapper .category-list-wrapper .category-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .category-wrapper .category-list-wrapper .category-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    
}
@media (max-width:360px){
    .event-font{
        font-size: 14px;
    }   
}
/* media query end */