/*body {
    margin: 0;
   font-size: 16px;
}*/
body p {
    opacity: .8;
}
.fw-100{
    font-weight: 100;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.ptb-50 {
    padding: 50px 0px;
}
.btn:focus{
    box-shadow: none;
}
a:hover {
   transition: .2s ease-in;
    color: #eba230;
}


/*============second section===========*/


.formbold-file-input input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.formbold-file-input label {
    position: relative;
    border: 1px dashed #e0e0e0;
    border-radius: 6px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    text-align: center;
    width: 100%;
}
.add-img {
    width: 100%;
    height: 63px;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #6f6f6f;
    font-weight: 100;
}
.carft-category-area .section-title {
  margin-bottom: 35px;
}
.carft-category-area .coating-1 {
   
     height: unset; 
}
.carft-category-area .instadiv .h-full.h-200.relative img {
   height: 152px;
}

.product-category-craft-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s ease;
    width: 100%;
    height: 100%;
       border: 1px solid #c7a54cab;
}
.product-category-craft-image img {
    transition: transform 0.3s ease-out;
}

.coating-1 .grid-margin-x .cell.slides:hover .product-category-craft-image img {
    transform: translate(-10px, -10px);
}
.coating-1 .grid-margin-x .cell.slides:hover .product-category-craft-image:before {
    border: 1px solid #c6a348;
}
 .instadiv .coating-1 .h-full.relative:after {
    background: unset;
}
 .instadiv .coating-1 .h-full.relative {
   margin-right: 26px;
}
 .instadiv .coating-1 .h-full.relative img {
   
    border-radius: 0px;
}
.instadiv .coating-1 .cell.auto a{
 margin: 0px;
}
.category-product-name {
    font-size: 16px;
    font-weight: 600;
}
.count-category {
       font-size: 12px;
    font-style: italic;
    padding-top: 0px;
    color: #c6a348;
}
.coating-1 .grid-margin-x .cell.slides {
    padding-top: 10px;
}

.me-5 {
    margin-right: 1.6rem!important;
}
.arrowslide-slider span.arrow.prev.slick-arrow {
    position: absolute;
    right: 56px;
    top: -25px;
}
.arrowslide-slider .slick-arrow {
    background: #f9f8f8;
    padding: 2px 10px;
    color: #101010;
    z-index: 9;
}
.arrowslide-slider span.arrow.next.slick-arrow {
    position: absolute;
    top: -25px;
    right: 25px;
}
/*==========third section==========*/
/*.craft-shop-category .col-lg-4:nth-child(3n + 1) .collection-box {
    padding-right: 8px;
}
.craft-shop-category .col-lg-4:nth-child(3n + 2) .collection-box {
    padding: 0px;
}
.craft-shop-category .col-lg-4:nth-child(3n + 3) .collection-box {
    padding-left: 8px;
}
.craft-shop-category .collection-box h4 {
   font-size: 24px;
   margin-bottom: 10px;
    }
.craft-shop-category .collection-box figure {
    margin-bottom: 20px;
   
}
.craft-shop-category .collection-box p {
   
    font-size: 14px;
}
.shop-sidebar  h5 {
    margin-bottom: 10px;
    letter-spacing: 0.2px;
        font-weight: 600;
}
.shop-sidebar  ul.categories-list {
    margin: 0;
    padding-left: 0;
}
.shop-sidebar ul.categories-list li {
    line-height: 2em;
}
.shop-sidebar ul.categories-list li a{
    line-height: 35px;
    padding: 0;
    letter-spacing: 0.3px;
    color: #717171;
    font-size: 15px;
}*/
/*=======fourth section==========*/
.craft-according {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 257px;
}
.craft-pad {
    padding: 42px 45px;
}
.craft-lt-area h3{
    font-size: 30px;
    margin-bottom: 23px;
      font-family: 'Playfair Display', serif;
}
.craft-lt-area p{
    margin-bottom: 28px;
}
.craft-rt-area h5{
   font-size: 25px;
   
    line-height: 36px;
      font-family: 'Playfair Display', serif;
}
.craft-rt-area p{
    font-size: 15px;
}
/*========fifth section==========*/
.collection-three {
    padding: 120px 0 110px;
}
.collection-three__single {
    margin-bottom: 80px;
    position: relative;
    padding-right: 20px;
}
.collection-three__single:before {
    content: '';
    width: calc(100% - 20px);
    height: 100%;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #f2ebe8;
    transition: all .4s ease;
}
.collection-three__single:hover:before {
    top: 0;
    left: 0;
}
.collection-three__single > img {
    width: 100%;
    position: relative;
}
.collection-three__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 10;
}
.collection-three__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.collection-three__link {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-image: url(https://st.ourhtmldemo.com/new/egypt/images/resources/collections-link-decor-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: 40px;
    z-index: 10;
}
.collection-three__link:before {
    content: '';
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 11px;
    right: 11px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s ease;
}
.collection-three__link span {
    position: relative;
    font-size: 36px;
      font-family: 'Playfair Display', serif;
    color: #a5a5a5;
    transition: all .4s ease;
}
.collection-three__title a:hover {
    color: #d99578;
}
.event-details .masonary-layout {
  margin-top: -30px;
}
.event-details .masonary-item {
  margin-top: 30px;
}




/*================
About us 
================*/

/*=======banner=======*/
.page-header.about-banner .inner h1 {
   font-size: 50px;
   
}
.page-header.about-banner .inner h4 {
    font-size: 40px;
    font-family: 'Cinzel', serif;
}
.page-header.about-banner {
   height: 385px;
   }
.page-header.about-banner .inner p {
    font-size: 17px;
    opacity: 0.9;
    padding-left: 16px;
    margin-left: -4px;
    border-left: 3px solid #ffffff;

}
/*------end-----*/
.about-two__image {
    width: 370px;
    height: 360px;
    background-color: #fdfdfd;
    position: relative;
}
.about-two__image--1 {
    bottom: -30px;
    left: 100px;
    z-index: 12;
}
.about-two__image--2 {
    top: -30px;
    right: 100px;
    z-index: 9;
}
.about-two__image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-two__image-content {
    width: 320px;
    height: 320px;
    border: 2px solid #eaeaea;
    padding: 16px;
    position: absolute;
    bottom: -16px;
    left: 47px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}
.about-two__image-decor {
    width: 148px;
    height: 48px;
   border-right: 2px solid #e3e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #fdfdfd), to(#fdfdfd));
    background-image: linear-gradient(180deg, #fdfdfd 19%, #fdfdfd 100%);
    
    margin-right: 15px;
}
.about-two__image-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-two__image--1 {
    bottom: -30px;
    left: 100px;
    z-index: 12;
}
.about-two__image--2 {
    top: -30px;
    right: 100px;
    z-index: 9;
}
 [class*=about-two__image--] {
    position: absolute;
} 
.about-two__image-content-left {
    font-size: 60px;
    color: #302e2f;
    line-height: 1em;
    
}
.about-two__image-content-right {
    margin-left: 10px;
}
.about-two__image-content-right span {
    display: block;
    font-size: 18px;
    color: #302e2f;
    line-height: 1em;
   
}

/*=====our work=======*/
.ourwork {
    background:  rgb(253,246,240);
    background: linear-gradient(90deg, rgba(251,250,249,1) 0%, rgba(251,250,249,1) 43%, rgba(255,255,255,1) 43%);
    margin-top: 82px;
}
.work-bx {
    background-color: #fbfaf9;
    padding: 40px 20px;
    height: 330px;
}
.work-bx img {
    width: 95px;
        margin-bottom: 10px;
}
section.ourwork h3, section.ourwork h5 {
     font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
}
/*=========about style1 =======*/
.about-style1-area {
    position: relative;
    display: block;
       padding: 35px 0 0px;
}
.about-style1-left-content {
    position: relative;
    display: block;
    max-width: 475px;
    width: 100%;
}
.about-style1-content .inner-content h6 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}
.about-style1-left-content .img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.about-style1-left-content .img-box:before {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border: 55px solid #fcf9ef;
    background: #f5f1e4;
    content: "";
    z-index: -1;
}
.about-style1-left-content .img-box img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.about-style1-content {
    position: relative;
    display: block;
    padding-top: 70px;
}
section.about_west {
    padding-bottom: 50px;
}
/*======feature area=======*/
.featured-area.style2 {
    padding-bottom: 48px;
   overflow: hidden;
    position: relative;
}
.featured-area {
    position: relative;
    display: block;
}

.featured-box {
    position: relative;
    background: #160f0a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.featured-area.style2 .featured-box {
    position: relative;
    background: #303030;
}
.featured-box .title-box {
    position: relative;
    display: block;
    padding-top: 56px;
    padding-left: 70px;
    max-width: 370px;
    width: 100%;
}
.featured-items {
    position: relative;
    display: block;
        max-width: calc(100% - 370px);
    width: 100%;
    padding: 65px 0 50px;
    z-index: 1;
}
.featured-items:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -20000px;
    content: "";
    z-index: -1;
    background: url('../images/about/pattern-bg1.png') #fcf9ef;
    background-repeat: repeat;
}
.featured-box .title-box .sec-title {
    padding-bottom: 0;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 70px;
}
.featured-box .title-box .sec-title p {
    color: #777777;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
}
.sec-title .big-title {
    position: relative;
    display: block;
    padding: 16px 0 0;
}
.featured-box .title-box .sec-title .big-title h3 {
   color: #ffffff;
    font-size: 60px;
    line-height: 70px;
   
    font-family: 'Prata';
    font-weight: 400;
    line-height: 88px;
}
.featured-items ul {
    position: relative;
    display: block;
    padding-left: 38px;
}
.featured-items ul li {
    position: relative;
    display: block;
    margin-bottom: 17px;
}
.featured-items ul li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #767575;
    font-size: 16px;
    font-weight: 400;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.featured-items ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f347";
   font-family: "Font Awesome 5 Pro";
}
/*========craft split area=========*/
.carft_split_area{
      padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.carft_box h3 {
 font-size: 27px;
    /* font-family: "Prata"; */
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 33px;

}
.side-left-half img {
       width: 50vw;
    height: 494px;
}
.side-left-half {
    position: absolute;
    left: 0px;
}
.carft_split_area .side-arts {
   height: 492px;
    padding: 82px 80px;
}
/*========video=========*/
.video {
    background-color: #f5f5f5;
    
    padding: 70px 0 158px;
    margin-top: 80px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) and (max-width: 1409px){
.video-image {
    margin-top: -220px;
}
}
.video-image {
    position: relative;
    margin-top: -260px;
    margin-right: -47%;
}
.video-image1 {
       width: 90%;
    margin-top: -298px;
    z-index: 999;
    position: absolute;
    left: 117px;
    height: 421px;
}
.video h4 {
    font-size: 18px;
    color: #cfae7a;
    text-transform: uppercase;
    font-weight: 500;
}

.video h3 {
    font-size: 37px;
    color: #212529;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 50px;
      font-family: 'Playfair Display', serif;
}
.video span {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
span.d-inline-block.video-bx {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.play-button {
    background-color: #cfae7a;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.play-button i {
    color: #fff;
    font-size: 26px;
    margin: 0 auto;
}
#vedioModal .modal-body {
  
    padding: 8px;
}
#vedioModal .modal-header .btn-close {
    font-size: 12px;
   
    padding: 3px;
}
#vedioModal .modal-header{
    border-bottom: 0px;
}
/*==========ministry messages========*/
.message-area .blobp {
    padding: 0 7px;
}
.message-area .product-block .webi-blog-image {
    margin-bottom: 0;
    margin-top: 15px;
}
.message-area .webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.message-area .product-block .webi-blog-image::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border: 1px solid #ddd;
    top: -12px;
    left: 12px;
    z-index: -1;
}
.message-area .product-block .webi-blog-image img {
    border-radius: 0px;
        width: 100%;
}

.message-area .blogd {
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: -30px 6px 10px 6px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.message-area .blog-des h4 {
    font-family: 'Muli';
    font-weight: 700;
    font-size: 20px;
        margin-bottom: 3px;
}
.blog-des a p {
   color: #ea9d28;
    margin-bottom: 0px;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
}
.message-area .blog-des p.text-profile {
  
    font-family: muli;
   
    letter-spacing: .2px;
    margin-top: 5px;
}

/*===========about deatil page start==============*/
.pro-tab li.active>a, .pro-tab li.active>a:focus, .pro-tab li.active>a:hover, .pro-tab li a:hover, .pro-tab li a.active {
    color: #121212;
    border: none;
    background: url(../images/about/tab-bg.png) 50% 50% no-repeat;
}
.pro-tab.nav-pills .nav-link {
  
        padding: 12px 36px;
    font-size: 18px;
    margin-right: 6px;
}
.pro-tab.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffffff00;
    padding: 0px; 
}
.carft-category-area .nav-pills .nav-item .nav-link {
    padding: 0px; 
    opacity: .4;
}
.carft-category-area .nav-pills .nav-item .nav-link.active {
    opacity: 1;
    background: none;
}

.carft-category-area .nav-pills .nav-item .nav-link.active .product-category-craft-image:before {
    border: 1px solid #c6a348;
}
.timeline-bg  img {
    border: 15px solid #e3dacb;
}

.about_detail .border-9 {
    border: 9px solid #cfae7a;
    padding: 0px 30px;
}
.cta-box .custom-button:hover:before {
    border-color: #fff;
}

.custom-button.new-custom {
    height: 43px;
    line-height: 43px;
    
    padding: 0 22px;
    
}
.custom-button.new-custom:hover{
   padding: 4px 22px;
}
#vedioModal .video-bg {
    height: 500px;
}
.carft-category-area .coating-1 .slider .arrow.next {
    right: 1px;
   display: block !important; 
}
.carft-category-area .coating-1 .slider .arrow {
    position: absolute;
    top: 33%;
    z-index: 2;
    cursor: pointer;
    padding: 1px 6px;
    background: #ffffff;
    border-radius: 5px;
}
.carft-category-area .coating-1 .slider .arrow i {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.tab-content .text-box h2 {
    margin-bottom: 6px;
    font-size: 30px;
        font-family: 'Cinzel', serif;
}
.side-list a {
    color: #c6a348;
    transition: .5s ease-in-out;
}
.side-list a:hover{
        color: #8b8b8b;
}

/*================artist design=============*/
.artist-bt-area .card {
    
       background-color: #fbfbfb;
  
       border: 1px solid rgb(203 203 203 / 38%);
    border-radius: 0;
}
.artist-bt-area .card-header {
    padding: 0.8rem 1rem;
    margin-bottom: 0;
    background-color: #161616;
    border-bottom: 1px solid #161616;
    color: #fff;
      font-family: 'Playfair Display', serif;
}
.artist-bt-area .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgb(231 227 227 / 13%);
}
.artist-bt-area .list-group .list-group-item-action {
   
   color: #323232;
    text-align: inherit;
    font-weight: 600;
}
.artist-bt-area .list-group .list-group-item.active {
 
    color: #fff;
    background-color: #c6a348;
    border-color: #c6a348;
}
.artist-bt-area .card>.list-group:last-child {
    
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.artist-bt-area .card-header:first-child {
    border-radius: 0;
}
.cate-top {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0px;
}
.cate-top h2 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: capitalize;
}
.cate-top img {
    padding: 2px;
    border: 2px solid #000;
}

.cate-top p {
        font-size: 16px;
    color: #545454;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    
}
.artist-bt-area .form-control {
    display: block;
    
    border-radius: 0px;
}
.artist-bt-area .input-group-text {
  
   
    color: #212529;
    height: 40px;
    font-family: "Muli";
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    border-radius: 0px;
    font-size: 12px;
     font-weight: 700;
}

.artist-bt-area select {
    max-width: 100%;
    height: 40px;
    border-radius: 0px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    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% - 20px) 20px, calc(100% - 15px) 20px, calc(100% - 3.5em) 0px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
     font-family: "Muli";
     font-size: 12px;
     font-weight: 700;
    border-left: 1px solid #cecece;
}
.artist-bt-area select:focus{
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 20px, calc(100% - 20px) 20px, calc(100% - 3.5em) 0px;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
    box-shadow: none;
  
}
.artist-box .accordion-button::after {
  
    width: 1.05rem;
    height: 1.05rem;
   
    background-size: 1.05rem;
   
}
/*.artist-bt-area select{
    -webkit-appearance: auto;
}*/
.btn {
   
      border-radius: 0px;
    font-size: 13px;
    font-weight: 700;
   /* padding: 9px 15px;*/
    
}
.btn-light-danger {
    background: #ffe9e9;
    color: #dc3545;
}
.btn-secondary {
    color: #fff;
    background-color: #c6a348;
    border-color: #c6a348;
}
.btn-light-danger {
    background: #ffe9e9;
    
    color: #dc3545;
}
.btn-light-primary {
    background: #fffbf1;
    
}
.btn-light-success {
        background: #daf9ff;
    color: #0dc570;
}
.btn-secondary.active{
        color: #fff;
    background-color: #161616;
    border-color: #c6a348;
}
.product-layout {
    position: relative;
        border-bottom: 1px solid #f5f5f5;
}

.product-thumb {
    margin-bottom: 30px;
    border-radius: 0px;
}
.product-thumb {
    position: relative;
}
.product-list .product-thumb .image {
    opacity: 1;
}
.product-thumb .image {
    border-radius: 0px;
    position: relative;
    border: 15px solid #121212;
}

.product-thumb img {
    border-radius: 0px;
    padding: 20px;
}
.comments_note {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 21px;
}
.wb-list-product-reviews .avg-rate {
    transition: 0.2s ease;
}
.wb-list-product-reviews .avg-rate {
    width: 50px;
    overflow: hidden;
    height: 20px;
    text-align: center;
}
.avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    border-radius: 0;
    vertical-align: middle;
    cursor: pointer;
}
.avg-rate span {
    display: inline-block;
    margin-top: -4px;
}
.rate-tot {
    margin: 0px 3px;
    display: inline-block;
    font-size: 14px;
}
.wb-list-product-reviews .avg-rate i {
    color: #fff;
    font-size: 13px;
}
.wb-list-product-reviews .or-rate {
    opacity: 0;
    transform: scale(0);
}
.wb-list-product-reviews:hover .or-rate {
    opacity: 1;
    transform: scale(1);
}


.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.product-thumb img {
   border-radius: 0px;
    padding: 9px;
    width: 100%;
    height: 154px;
    object-fit: cover;
}
.product-thumb:hover .second-img {
    opacity: 1;
}


.nav-pills.artist-area li.nav-item .nav-link.active, .nav-pills.artist-area li.nav-item .show>.nav-link {
    color: #ffffff;
    background-color: #0e0e0e;
    border-color: #ffffff;
    border-bottom: 5px solid #c6a348;
}
.refines ul li{
    display: inline-block;
}
.refines li {
    border: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 0;
    padding: 6px 12px;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
    border-radius: 0px;
}

/*=============1st section seacrh===========*/
section.content-section.search.area {
    padding-top: 72px;
}

/*========category 4th section========*/
ul.categories-list li a:hover {
    color: #c6a348;
    transition: .2s ease-in-out;
}
ul.categories-list li {
    margin-bottom: 8px;
}
ul.categories-list {
    padding-left: 17px;
    margin-top: 22px;
}
.nav-pills.categories-list .nav-link.active, .nav-pills .show>.nav-link {
    color: #c6a348;
    background-color: #e7e3d712;
}

.rt-side-slider .coating-1{
    height: unset;
}
.rt-side-slider .coating-1 .grid-margin-x .cell.slides {
    margin-top: 23px;
        padding-bottom: 14px;
}
.rt-side-slider span.arrow.prev.slick-arrow {
    position: absolute;
    right: 56px;
}
.rt-side-slider .slick-arrow {
    background: #c6a348;
    padding: 2px 10px;
    color: #fff;
        z-index: 9;
}
.rt-side-slider span.arrow.next.slick-arrow {
    position: absolute;
    top: 0;
    right: 25px;
}
.rt-side-slider img {
    height: 245px;
}
.rt-side-slider .collection-box h4 {
   font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;

}
.rt-side-slider .collection-box figure{
    margin-bottom: 15px;
}
.artist-bt-area .card-footer.artist-ft{
    background: transparent;
}
.artist-bt-area .card-footer .pagination .page-item .page-link {
    height: 44px;
    line-height: 44px;
    border-radius: 0 !important;
    padding: 0 20px;
    color: #080808;
}
#all-artist{
    display: none;
}
.product-item-wrap .product-thumb-primary.my-profile-thumb img {
    height: 146px;
  }
/*============2nd section ===============*/
/* MANSONRY */
.gallery-area {
    background: #f9f9f9;
    height: 400px;
    overflow: hidden;
}
.gal
{
    margin-top:0rem;
    -webkit-column-count: 8;
    /* Chrome, Safari, Opera */
    -moz-column-count: 8;
    /* Firefox */
    column-count: 8;
}

.gal img
{
    height:auto;
}

@media (max-width: 769px)
{
    .gal
    {
        -webkit-column-count: 4;
        /* Chrome, Safari, Opera */
        -moz-column-count: 4;
        /* Firefox */
        column-count: 4;
    }
}
.gal-h-title
{
    text-align:center;
}

.gal img , .img-hover-zoom
{
        width: 164px;
}




.img-hover-zoom
{
      padding: 3px 0;
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* Transition property for smooth transformation of images */
.img-hover-zoom img
{
    transition: transform .5s ease;
}

/* Zoom-n-rotate Container */
.img-hover-zoom--zoom-n-rotate img
{
    transition: transform .5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img
{
    transform: scale(1.6) rotate(25deg);
}

/*===========filter Search=============*/
.filter-select .radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.filter-select .custom-radio input 
{
  display: none;
}

.filter-select .radio-btn 
{
  margin: 10px;
    width: 189px;
    height: 210px;
    border: 3px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
}

.filter-select .radio-btn > i {
  color: #ffffff;
    background-color: #c6a348;
    font-size: 18px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 7px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.filter-select .radio-btn .hobbies-icon 
{
 width: 126px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter-select .radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.filter-select .radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.filter-select .radio-btn .hobbies-icon h3 
{
 color: #141414;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
   
    font-family: 'Cinzel', serif;
}

.filter-select .custom-radio input:checked + .radio-btn 
{
  border: 2px solid #c6a348;
}

.filter-select .custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
/*===========Group Collection Area===========*/
.group-collection-area li.nav-item {
    margin-right: 20px;
}
.group-collection-area.nav-pills .nav-link.active {
    color: #c6a348;
    background-color: #e9d39900;
    border-color: #c6a348;
}
.group-collection-area.nav-pills .nav-link {
    border-radius: 0.25rem;
    border-radius: 0;
    color: #e7e6e5;
    border-bottom: 3px solid transparent;
}
.group-collection-area.nav-pills .nav-link i {
    font-size: 40px;
}
.artist-box .rating-area {
    position: absolute;
    top: 0px;
    background: #c6a348;
    right: 0px;
    padding: 0px 6px;
    color: #fff;
}


/*===================filter============*/
.accordion.category-area {
    width: 100%;
   
    flex-direction: column;
}
.accordion.category-area .accordion-body {
    padding: 1rem 1.25rem;
    padding: 5px 17px;
}
ul.category-list {
    padding: 0;
    margin: 0px;
}
ul.category-list li {
   margin-bottom: 7px;
    /* border-bottom: 1px solid #fcfbfb; */
    padding-left: 8px;
    padding-bottom: 4px;
    display: flex;
}
li.subcat label {
    color: #5a5a5a;
    padding-left: 4px;
    font-size: 12px;
    font-weight: 600;
}
li.subcat .count {
    font-size: 11px;
    background-color: #c6a348;
    margin-left: 10px;
    color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
}
.accordion-button {
    border: none;
    padding: 3px;
        font-weight: 600;
            font-size: 15px;
}
.accordion-button:focus {
    box-shadow: none;
    background: none;
}
.accordion-collapse {
    
    border: none;
}
.accordion-header {
    
    margin-bottom: 0px;
}
.accordion.category-area .accordion-body {
    padding: 1rem 1.25rem;
    padding: 5px 17px;
    padding-left: 10px;
    padding: 0px;
    padding-top: 12px;
    /* border-top: 1px solid #ccc; */
}
.accordion-button:not(.collapsed) {
    color: #323232;
    background-color: #ffffff;
}
.accordion-collapse {
    border: none;
    margin-top: 10px;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #ffffff;
}
.seach-btn-area input[type="text"] {
    height: 40px;
    width: 100%;
    background: #ffffff;
    border: #ffdead00;
    padding: 0 15px;
}
.artist-bt-area .input-group {
    font-family: "Muli";
    flex-wrap: nowrap;
}
.card.artist-block {
      padding-top: 10px;
          border-radius: 0.75rem;
          background: white;
}

.product-content {
    padding-bottom: 20px;
}
.img-area.position-relative {
   width: 140px;
    height: 140px;
    margin: 0 auto;
}
.card.artist-block img.card-img-top.circle{
        border-radius: 100%;
}
.card.artist-block .card-body h5{
        font-size: 18px;
}
.card.artist-block .card-body h6{
        font-size: 14px;
            color: #c6a348;
}
.card.artist-block  .hover-detail {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #1818188c;
    color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    /*line-height: 140px;*/
    transform: scale(0);
    transition: .4s ease-in-out;
}
.card.artist-block .hover-detail a {
    display: block;
    line-height: 126px;
}
.card.artist-block:hover .hover-detail {
    transform: scale(1);
}
.card.artist-block img {
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

/*=========artist detail page ==========*/
.profile-section {
       padding: 109px 0px 40px;
    width: 100%;
    height: 100%;
    background-size: contain;
   background-position: top left;
    background-repeat: no-repeat;
}
.wh-120 {
    width: 120px;
    height: 120px;
}
.bg-opacity-primary {
    background: rgba(130, 49, 211, 0.15);
}
.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.profile-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
}
.profile-stats .profile-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #494949;
    font-weight: 400;
    cursor: pointer;
}
.profile-stats .profile-stat span.count_bx {
   font-size: 20px;
    font-weight: 670;
    color: #c6a348;
}
.profile-stats .separator {
    height: 25px;
    width: 2px;
    border-right: 1px solid #dedede;
    margin: 0 10px;
}

.text-primary {
    color: #c6a348!important;
}
.bg-primary {
    background-color: #c6a348!important;
}
.profile-header h5.title {
    font-family: 'Playfair Display', serif;
    font-size: 27px;
}
.profile-stat span {
    font-size: 14px;
    color: #000000;
      font-family: 'Playfair Display', serif;
}
.card-header {
   
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    
    padding: 11px 16px 0px;
}
.profile-header-title {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.1px;
}
/*===========artist detail page =============*/
.usergallery img {
    width: 100%;
       height: 63px;
        object-fit: cover;
}
.height-114.usergallery img{
  height: 114px;
}
.about-projects ul {
    margin-top: 35px;
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-projects ul {
    padding: 0px;
}
.db-social-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -10px;
}
.usergallery img {
    width: 100%;
    height: 63px;
    object-fit: cover;
}
.db-social-parent__item {
    margin: 0px 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 15px #9299b81a;
    box-shadow: 0 5px 15px #9299b81a;
}

.color-facebook {
    color: #2366b8;
}
.color-ruby {
    color: #f44336;
}
.color-instagram {
    color: #eb1f7d;
}
/*=======post requirement =============*/
.post-requirement{
    padding: 14px 26px;
    border: 2px solid #c6a348;
    background-color: #fdfdfd;
    border-radius: 10px;
}
.post-requirement input[type="email"], .post-requirement input[type="password"]{
    height: 50px;
}
.post-requirement input[type="text"], .post-requirement .form-control{
    width: 100%;
    height: 50px;
}
.post-requirement textarea.form-control{
    height: unset;
}
.post-requirement select{
    background-image: unset;
        -webkit-appearance: auto;
}
.top-artist-bx h2 {
      font-family: 'Playfair Display', serif;
}
.top-artist-bx a {
    color: #c6a348;
    font-weight: 600;
    padding-right: 20px;
    transition: .1s ease-in;
}
.top-artist-bx a:hover{
    color: #858585;
}

/*===========comment section=========*/

.comment-img {
  display: inline-block;
      width: 2.2rem;
    height: 2.2rem;
  
}
.comment-replies .comment-img {
  width: 1.75rem;
  height: 1.75rem;
}
.comment a, .comment-replies a {
  text-decoration: none !important;
}

.comment button.icon-btn {
    padding: 4px;
}
.form-floating.comment-compose > .form-control,
.form-floating.comment-compose > .form-control:focus {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1rem 0.15rem 0.5rem;
}

.form-floating.comment-compose > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  color: #ccc;
  background-color: transparent;
  padding: 0;
  line-height: 1;
   
}

.form-floating.comment-compose > .form-control:not(:-ms-input-placeholder) ~ label::after {
  color: red;
  background-color: transparent;
  padding: 0;
  line-height: 1;
}

.form-floating.comment-compose > label,
.form-floating.comment-compose > .form-control:focus ~ label::after,
.form-floating.comment-compose > .form-control:not(:placeholder-shown) ~ label::after {
  color: #747474;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  font-size: 13px;
}

.comment .btn[data-bs-toggle=collapse][aria-expanded=true] .chevron-down,
.comment .btn[data-bs-toggle=collapse][aria-expanded=false] .chevron-up {
  display: none;
}
.comment-replies {
    background: #fbfbfb;
}

/*==========blog detail========*/

.pt-180{
    padding-top: 180px;
}
.pt-100{
    padding-top: 100px;
}
.content-section.blog-block{
  padding-top: 90px;
} 
.blog-block .exhibition-box {
    
    margin-bottom: 50px;
}
.blog-block .exhibition-box figure {
    margin-bottom: 18px;
   }
.blog-block .exhibition-box .content-box h4 {
    margin-bottom: 9px;
}
.blog-block .exhibition-box figure .info:hover span {
    max-width: 268px;
   
}
.blog-post .content-box h3 {
    width: 100%;
    display: block;
    font-size: 33px;
    font-weight: 400;
    font-family: 'Cinzel', serif;
    font-family: 'Playfair Display', serif;
    margin-bottom: 13px;
    margin-top: 10px;
}
.sidebar .widget .categories li a:hover {
    color: #da830d;
   transition: .2s ease-in;
}
.contact-box h6 {
    
    font-family: 'Playfair Display', serif;
   
}
/*==========contact form==============*/
.contact-form {
   
padding-left: 10px; 
}
.topartist-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.log-aritst img {
   height: 119px;
    border-radius: 7px;
    width: 100%;
}
.log-aritst {
    border-bottom: 1px solid #f1f0f0;
    padding-bottom: 13px;
    margin-bottom: 16px;
}
.log-aritst h4 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
    margin-top: 0px;
}
.log-aritst p {
    /* font-size: 16px; */
    margin-bottom: 0px;
}
.form-wrapper.row.post-requirement {
    border: 1px solid #d1a353;
    background: #fffbf7;
}
.remember-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.remember-me {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.6rem;
}


.login-btn,
.google-signin {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;

  font-weight: 500;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
}

.login-btn {
  color: white;
  background: var(--primary-gradient);
}
.login-btn:hover {
  opacity: 0.9;
}

.or-divider {
  width: 100%;
  font-weight: 600;
  color: #ccc;
      margin-top: 20px;
    margin-bottom: 7px;
  text-align: center;
  position: relative;
}
.or-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 45%;
  background-color: #ccc;
}
.or-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 45%;
  background-color: #ccc;
}

.google-signin {
  border: 2px solid #f0f0f0;
}
.google-signin svg {
  width: 1.5rem;
  height: 1.5rem;
}
.sidebar .widget {
       padding: 14px;
   }
.sidebar .widget .widget-title {
    margin-bottom: 27px;
    padding-bottom: 13px;
   
}
.sidebar input[type="search"] {
   height: 55px;
  
}
.sidebar .widget .categories li {
   margin: 4px 0 8px;
   }
.sidebar .widget .categories li a {
    font-size: 18px;
}

.recent-text .rpwwt-post-date {
    font-size: 13px;
    padding-top: 4px;
    font-weight: 300;
    padding: 2px;
   
    border-radius: 5px;
}
.recent-text a {
    font-size: 15px;
    font-weight: 600;
}
.sidebar-recent-item {
 padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.recent-photo img {
    border-radius: 11px;
    width: 100%;
    height: 200px;

}
.event-photo-item {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 11px;
    background: #fdfdfd;
    height: 542px;
    text-align: center;
}
.event-photo-item img {
    max-width: 100%;
   
    height: 100%;
}
.event-detail h5 {
    font-size: 18px;
    font-weight: 600;
}
.event-detail p {
    font-size: 14px;
}
.event-text {
    padding: 11px;
}
.event-contact-item .event-contact-icon {
    font-size: 23px;
    margin-bottom: 3px;
    color: #e2ca8b;
}
.event-contact-item {
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 8px 6px;
}
.event-contact-item .event-contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: black;
    /* margin-bottom: 0px; */
}
.event-contact-item .event-contact-text p {
    font-size: 13px;
    font-weight: 300;
    color: #d5af4b;
    margin-bottom: 0px;
}
/*==========my profile============*/
.account-profile .file-uplaod {
    position: relative;
}
.wh-120 {
    width: 120px;
    height: 120px;
}
.account-profile #remove_pro_pic {
   position: absolute;
    background-color: #d2d2d2;
    color: #4d4d4d;
    border: 4px solid #ffffff;
    bottom: 0;
    right: 0;
    width: 40px;
    line-height: 29px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    font-size: 14px;
}
.account-profile #remove_pro_pic svg {
    width: 16px;
}
.job-item__image-img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
    min-width: 40px;
        border-radius: 100%;
}
 .job-item__title h6 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}
.job-item__title span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6666666667;
    color: #8d8a8a;
}
.btn-svg svg {
    width: 14px;
    color: #c6a348;
}
table.table tr td {
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 16px;
        white-space: nowrap;
}
.wh-50 {
    width: 50px;
    height: 50px;
}
.ps-tab .nav-link.active, .ps-tab .nav-link:hover {
    background: #f7f7f7;
    color: #2ecc71;
   border-radius: 0;
}
.ps-tab .nav-link {
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 400;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 15px 10px;
    color: var(--color-light);
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.ps-tab .nav-link img, .ps-tab .nav-link svg {
    width: 16px;
    margin-right: 14px;
}
.edit-profile__title h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.edit-profile__title span {
    font-size: 13px;
}
.form-field input[type="text"], .form-field input[type="tel"], .form-field input[type="email"], .form-field select {
    width: 100%;
    height: 50px;
}
.edit-profile__body .form-group {
    margin-bottom: 19px;
}
.fieldset-heading {
    padding: 20px 0px;
}
.fieldset-heading h5 {
    font-size: 16px;
    margin-bottom: 1px;
    font-weight: 700;
}
.fieldset-heading p {
    font-size: 12px;
}
.wh-44 {
    width: 50px;
    height: 50px;
}
.border-facebook {
    border: 1px solid #2366b8;
   border-radius: 0px;
}
.bg-facebook {
    background: #2366b8;
}
.border-instagram {
    border: 1px solid #f1529b;
    border-radius: 0px;
}
.bg-instagram {
    background: #f1529b;
}
.border-youtube {
    border: 1px solid #e32212;
}
.bg-youtube {
    background: #e32212;
}
/*==========product a page========*/
section.product-top-area {
    padding-top: 92px;
    padding-bottom: 30px;
}
.page-title-wrap-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-title-wrap {
    height: 230px;
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-title-overlay {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #fff;
    opacity: .3;
}
.product-item-wrap .product-thumb img {
    height: 273px;
    
}
.page-title-inner {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}


.product-item-inner {
    position: relative;
    border: 1px solid #eee;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -ms-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}
.product-item-wrap .product-thumb {
    position: relative;
    background-color: #f7f7f7;
    margin-bottom: 0px;
}
.product-flash-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}
.product-thumb-secondary {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.product-listing.woocommerce .product-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    text-align: center;
    margin: auto;
    z-index: 3;
    font-size: 0;
}
.product-listing.woocommerce .product-actions .compare{
    width: 48px;
    height: 48px;
    line-height: 48px!important;
    text-align: center;
    background-color: #fff;
    color: #888;
    display: inline-block;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size:14px;
    min-width: 0;
    vertical-align: middle;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: color .5s .001s ease-out,background .5s .001s ease-out,visibility .5s .25s ease-out,opacity .5s .25s ease-out,-webkit-transform .5s .25s ease-out;
    -moz-transition: color .5s .001s ease-out,background .5s .001s ease-out,visibility .5s .25s ease-out,opacity .5s .25s ease-out,-moz-transform .5s .25s ease-out;
    -ms-transition: color .5s .001s ease-out,background .5s .001s ease-out,visibility .5s .25s ease-out,opacity .5s .25s ease-out,-ms-transform .5s .25s ease-out;
    -o-transition: color .5s .001s ease-out,background .5s .001s ease-out,visibility .5s .25s ease-out,opacity .5s .25s ease-out,-o-transform .5s .25s ease-out;
    transition: color .5s .001s ease-out,background .5s .001s ease-out,visibility .5s .25s ease-out,opacity .5s .25s ease-out,transform .5s .25s ease-out;
}
.product-quick-view {
    display: inline-block;
}
.product-listing.woocommerce .product-actions .compare{
        margin-right: 2px;
}
.product-listing.woocommerce .product-info {
    padding: 20px;
    text-align: center;
}
.star-rating{
    margin-bottom: 5px;
}
 .star-rating li{
   display: inline-block;
}
.star-rating li a{
   font-size: 14px;
   color: orange;
}

.product-listing.woocommerce .product-name {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    line-height: 1.3;
    font-weight: 700;
}
.product-listing.woocommerce .product-actions .add_to_wishlist:hover{
    background-color: #dec18c;
    color: #fff;
}
.product-listing.woocommerce.product-item-wrap:hover .product-link {
    opacity: 1;
    visibility: visible;
}
.product-listing.woocommerce.product-item-wrap:hover .product-thumb-secondary {
    opacity: 1;
}
.product-listing.woocommerce.product-item-wrap:hover .product-actions .compare{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.artist-bt-area.find-product select{
    border: 1px solid #cecece;
}
.artist-bt-area.find-product .input-group-text{
        border: 1px solid #cecece;
}
.slider-for .slick-list.draggable .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 300px;
}
.slider-nav .slick-list.draggable .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 98px;
   padding-right: 10px;
}
.video-popup-btn {
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 0px;
    background: #dc3545;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    transition: .5s ease-in-out;
}
span.youtube-icon-text {
    display: none;
   
    color: #fff;
    font-size: 14px;
    padding-right: 6px;
    transition: .5s ease-in-out;
}
.video-popup-btn:hover span.youtube-icon-text {
    display: block;
    transition: .5s ease-in-out;
}
.video-popup-btn i{
    font-size: 14px;
    color: #fff;
}
ul.share-list {
    display: block;
    padding-left: 2px;
    padding-top: 10px;
}
ul.share-list li {
    display: inline-block;
    
    margin-right: 20px;
}
ul.share-list li a{
    font-size: 14px;
}
ul.share-list li a i {
    text-align: center;
    background: #efefef;
    border-radius: 100%;
    font-size: 15px;
    width: 40px;
    height: 40px;
   display: inline-block;
    line-height: 40px;
    color: #222020;
  
}
.product-detailtab {
       padding-top: 22px;
    border-bottom: 0px;
    padding-bottom: 27px;
}
.product-detailtab.nav-tabs .nav-link {
    
    border: 0;
    font-size: 30px;
    color: #ccc;
        background-color: #fff0;
    padding-left: 0;
}
.product-detailtab.nav-tabs .nav-link.active {
    color: #495057;
        background-color: #fff0;
    border-color: #dee2e6 #dee2e6 #fff;
   
    }
    .product-detailtab li {
    margin-right: 37px;
}
.list-details {
    padding-left: 0px;
}
.list-details li span i {
    font-size: 12px;
    color: #e6ab3f;
}
.list-details li {
    margin-bottom: 5px;
    opacity: .8;
}
.list-details li span {
    margin-right: 4px;
}
.slider-nav span.arrow.next.slick-arrow {
    bottom: 0px;
    left: 54%;
    position: absolute;
    width: 20px;
    background: #ededed;
    text-align: center;
}
.slider-nav span.arrow.prev.slick-arrow {
    bottom: 0px;
    position: absolute;
    left: 48%;
    width: 20px;
    background: #ededed;
    text-align: center;
}
.slider-nav {
    padding-bottom: 24px;
}


textarea#shortuserBio {
    height: 70px;
    min-height: 70px;
}

.add-img {
        width: 100%;
    height: 63px;
    background: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #6f6f6f;
    font-weight: 100;
}
.formbold-file-input input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .formbold-file-input label {
    position: relative;
    border: 1px dashed #e0e0e0;
    border-radius: 6px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    text-align: center;
    width: 100%;
  }
  .btn-primary {
    color: #fff;
    background-color: #c8a750;
    border-color: #c6a449;
}
.topartist-box {
    padding-right: 41px;
}
.img-area {
    margin-bottom: 20px;
}
table.table tr:last-child {
   
    border-color: #ff000000;
}
.section-title.privacy h4 {
    display: block;
    font-size: 22px;
    width: 100%;
}
.button-df a:hover i {
    font-size: 14px;
    color: #cb9b24;
}
/*=====tooltips=====*/
.choices .choices__inner {
    background-color: #fff;
    padding: 5px;
    min-height: 50px;
    border: 1px solid #cecece;
   
}
.choices input.choices__input.choices__input--cloned {
    border: 0px;
    height: 50px;
    background-color: #fff;
    margin-bottom: 0px;
    display: none;
}
.sidebar-item {
    width: 100%;
}
.header-btn .dropdown .btn-secondary {
    background: transparent;
    color: #fff;
    font-size: 13px;
    padding: 5px 13px;
   
    height: 31px;
    margin-left: 7px;
    border-radius: 999px;
    border-color: #666666;
}
.header-btn .dropdown:hover .dropdown-menu {
    display: block;
    padding: 2px;
    font-size: 14px;
    margin-top: -3px;
}
.header-btn 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) 14px, calc(100% - 13px) 14px, calc(100% - 2.5em) 1px !important;
    background-size: 5px 5px, 5px 5px, 1px 40px;
    background-repeat: no-repeat;
}
.header-btn select:focus {
     background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 11px) 13px, calc(100% - 16px) 13px, calc(100% - 2.5em) 0px !important;
    background-size: 5px 5px, 5px 5px, 1px 40px;
}
select.form-select.my-profile-btn option {
    color: #000;
}
/*.form-select.my-profile-btn:focus{
   background-image: none;
}
.form-select.my-profile-btn {
    display: block;
    
    background-image: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e') !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: block !important;
    -moz-appearance: none;
    appearance: none !important;
}*/

@media(max-width: 760px){
    .page-header.about-banner .inner h1 {
    font-size: 38px;
}   
}

