/*
style for artist
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap');
@font-face { 
    font-family: Dahlia Regular; 
    src: url('../fonts/dahlia/Dahlia-Regular.woff2'); 
    font-weight: normal; 
}
@font-face { 
    font-family: Dahlia Medium; 
    src: url('../fonts/dahlia/Dahlia-Medium.eot'); 
    /* font-weight: normal;  */
}
@font-face { 
    font-family: Dahlia Bold; 
    src: url('../fonts/dahlia/Dahlia-bold.woff'); 
    font-weight: bold; 
}
/* artist list */
.artist-list-heading h2{
    font-family: 'Manrope', sans-serif !important;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    color: #fff;
}
.artist-list-heading a{
    font-size: 47px;
    font-family: "Dahlia Bold";
    color: #E0FA6E !important;
    text-decoration: underline; 
}
.sc-artist-list .all-items{
    display: flex;
    flex-wrap: wrap;
}
.sc-artist-list .all-items a,
.sc-artist-list .all-items p,
.sc-artist-list .all-items div{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #F9F9F9;
}
.sc-artist-list .all-items .item{
    padding: 24px 24px 34px 24px;
    position: relative;
    flex-basis: 31.7%;
    margin: 15px 0.8%;
}
.sc-artist-list .all-items .item .image-group {
    display: flex;
    flex-wrap: wrap;
}
.sc-artist-list .all-items .item .image-group.group-1 .group-item{
    flex-basis: 100%;
}
.sc-artist-list .all-items .item .image-group .group-item {
    flex-basis: 50%;
    padding: 0 5px;
}
.sc-artist-list .all-items .item .image-group .group-2
.sc-artist-list .all-items img{
    margin-bottom: 0 !important;
}
.sc-artist-list .all-items .item .image-group .group-2 > img:first-child{
    margin-bottom: 10px !important;
}
.sc-artist-list .all-items .main-images{
    position: relative;
}
.sc-artist-list .all-items .main-images .avatar{
    position: absolute;
    border-radius: 50%;
    width: 90px;
    top: calc(100% - 58px);
    left: 50%;
    transform: translateX(-50%);
}
.sc-artist-list .all-items .main-images .avatar > img{
    border-radius: 50%;
    border: 5px solid #000;
    margin-bottom: 0;
    display: inline-flex;
}
.sc-artist-list .all-items .name{
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-top: 50px;
    font-family:"Dahlia Regular";
}
.sc-artist-list .all-items .number-product{
    font-size: 18px;
    margin-top: 13px;
}
.sc-artist-list .all-items .cat-wrap{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sc-artist-list .all-items .cat-wrap .cat-item{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #F9F9F9;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.05);
    margin: 10px 0;
    margin-right: 10px;
}
.sc-artist-list .all-items .item .see-detail.only-icon{
    display: none;
    position: absolute;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background-color: #E0FA6E;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.sc-artist-list .all-items .item:hover .see-detail.only-icon{
    display: flex;
}
.sc-artist-list .all-items .item:hover .see-detail.only-icon img{
    margin-bottom: 0 !important;
}
.sc-artist-list .all-items .item:hover{
    background-color: #010101;
}
.sc-artist-list .all-items .item:hover .name{
    color : #E0FA6E;
}

/* Single artist */
.single-artist-wrapper{
    background-color: #010101;
}
.single-artist-wrapper .heading-section{
    background-color:#131313;
    padding: 82px 0 82px;
}
.single-artist-wrapper .heading-section .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-artist-wrapper .heading-section .content .avatar{
    flex-basis: 21%;
    margin-right: 50px;
}
.single-artist-wrapper .heading-section .content .avatar > img{
    border-radius: 538px;
    border: 1px solid rgb(224 250 110 / 20%);
    padding: 10px;
}
.single-artist-wrapper .heading-section .content .infor{
    flex-basis: 32%;
}
.single-artist-wrapper .heading-section .content .infor .name{
    font-family: "Dahlia Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 96px;
    color: #E0FA6E;
    text-shadow: 0px 4px 35px rgba(0, 0, 0, 0.16);
    padding-right: 30px;
}
.single-artist-wrapper .heading-section .content .infor .job{
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 35px rgb(0 0 0 / 16%);
    margin-top: 15px;
}
.single-artist-wrapper .heading-section .content .description{
    flex-basis: 36%;
    color: #fff;
}
.single-artist-wrapper .heading-section .content .description > *{
    color: #fff;
}
.single-artist-wrapper .main-content{
    padding-top: 80px;
    padding-bottom: 50px;
}
.single-artist-wrapper .section-heading{
    font-family: "Dahlia Bold";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 138.66%;
    color: #FFFFFF;
    margin-bottom: 40px;
}
  .woocommerce  .material.product .product-wrap .product-meta > .price{
    font-family: Manrope;
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 138.66%;
    text-align: center;
    color: #F9F9F9 !important;
    margin-top: 12px;
}
.product .cat-wrap{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product .cat-wrap .cat-item{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #F9F9F9;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.05);
    margin: 10px 0;
    margin-right: 10px;
}
.woocommerce  ul.products li.product.material, .woocommerce-page ul.products li.product.material{
    background-color: transparent;
}
.woocommerce ul.products .material.product .product-meta .woocommerce-loop-product__title{
    font-family: "Dahlia Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #F9F9F9;
    transform: none;
    padding: 0;
}
.woocommerce.columns-3 ul.products li.product.material,
.woocommerce.columns-3 ul.products li.product.material.last,
.woocommerce-page .columns-3 ul.products li.product.material{
    width: 30.3% !important;
    margin-right: 3% !important;
    margin-bottom: 3% !important;
}
.woocommerce .material.product:hover .product-wrap .product-meta > .price{
    opacity: 1 !important;
    transform: none !important;
}
.woocommerce .material.product .product-wrap .img-wrapper{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.woocommerce .material.product .product-wrap .product-meta{
    padding: 25px 25px 25px 25px;
}
.woocommerce .material.product .product-wrap:hover .img-wrapper a img.attachment-woocommerce_thumbnail{
    filter: blur(5px);
}
.woocommerce .material.product .product-wrap .img-wrapper .product-add-to-cart{
    transition: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:  0 !important;
    background-color: rgb(0 0 0 / 75%);
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
}
.woocommerce .material.product .product-wrap .product-add-to-cart.only-mobile{
    display: none;
}
.woocommerce .material.product .product-wrap .img-wrapper .product-add-to-cart{
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a.add_to_cart_button{
    background-color: #E0FA6E !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a.add_to_cart_button img{
    width: auto;
}
.woocommerce .material.product:hover{
    background-color: #131313 !important;
}
.woocommerce .material.product:hover .product-wrap .product-add-to-cart .nectar_quick_view{
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border-radius: 57px;
    padding: 3px 30px !important;
}
.woocommerce .material.product:hover .product-wrap .product-add-to-cart .nectar_quick_view span{
    font-family: Rubik;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #F9F9F9 !important;
}

/* Responsive */
@media only screen and (max-width: 560px) {
    .artist-list-subheading{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .artist-list-heading a{
        font-size: 33px !important;
    }
    .sc-artist-list .all-items .item{
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    .sc-artist-list .all-items .item {
        background-color: #010101;
    }
    .sc-artist-list .all-items .item .see-detail.only-icon{
        position: relative;
        display: flex;
        bottom: -5px;
    }
    .sc-artist-list .all-items .item .see-detail.only-icon > img{
        margin-bottom: 0;
    }
    .woocommerce.columns-3 ul.products li.product.material, .woocommerce.columns-3 ul.products li.product.material.last, .woocommerce-page .columns-3 ul.products li.product.material{
        width: 100% !important;
    }
    .woocommerce .material.product .product-wrap .product-add-to-cart.only-mobile{
        opacity: 1;
        position: static;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .woocommerce .material.product .product-wrap .product-add-to-cart a.add_to_cart_button{
        margin-left: 0;
    }
     .heading-section{
        padding: 50px 0 50px;
    }
     .heading-section .content .avatar, .heading-section .content .infor,
     .heading-section .content .description{
        flex-basis: 100% !important;
    }
    .single-artist-wrapper .heading-section .content{
        text-align: center;
    }
    .single-artist-wrapper .heading-section .content .infor .name{
        font-size: 45px;
        line-height: 1.2;
        padding-right: 0;
    }
    .single-artist-wrapper .heading-section .content .description{
        margin-top: 30px;
    }
    .heading-section .content .avatar{
        margin-right: 0;
    }
    .single-artist-wrapper .heading-section .content .avatar{
        margin: auto;
    }
    .woocommerce.columns-3 ul.products li.product.material, .woocommerce.columns-3 ul.products li.product.material.last, .woocommerce-page .columns-3 ul.products li.product.material{
        margin-bottom: 40px !important;
    }
}