@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');
.btn.btn-outline {
  border-radius: 0;
}

.btn.btn-pill {
  border-radius: 50px;
}

.bg-section {
  background: #f3f3f3;
}

.price-card {
  min-height: 320px;
}

.price-card .btn-outline {
  background: transparent;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 5px 10px;
}

.price-card .price-card-details {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 320px;
  background-color: #00000040;
  color: #ffffff;
}

.price-card .price-card-details h3,
.price-card .price-card-details h4 {
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 2px #3333;
}

.price-card .price-card-details h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.result-artist {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #333;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 380px;
  width: 100%;
}

.result-artist a {
  color: #333;
}

.result-artist .result-artist-thumb .thumb {
  width: 60px;
  height: 60px;
  border-radius: 80px;
  overflow: hidden;
  border: 2px solid #d5a770;
  display: inline-block;
  -webkit-box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 50px -9px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}

.result-artist .result-artist-thumb .thumb img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.result-artist .result-artist-thumb figcaption {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 64%;
}

.result-artist .result-artist-thumb figcaption a {
  webkit-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.result-artist .result-artist-thumb figcaption h2,
.result-artist .result-artist-thumb figcaption span.h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.result-artist .result-artist-thumb figcaption p {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #474747;
  line-height: 14px;
}

.result-artist .result-artist-thumb figcaption ul.tags li {
  display: inline-block;
  margin: 2px;
}

.result-artist .result-artist-thumb figcaption ul.tags li h3,
.result-artist .result-artist-thumb figcaption ul.tags li span.h3 {
  background-color: #666;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.result-artist .button-follow {
  bottom: -100px;
  position: absolute;
  width: 100%;
  -webkit-transition: bottom .35s;
  transition: bottom .35s;
  z-index: 70;
  left: 0;
  text-align: center;
}

.result-artist .button-follow.no-follow .text {
  background-image: url(https://d17h7hjnfv5s46.cloudfront.net/assets/build/images/ico_plus_white.b60e2b34.png);
  background-size: 14px auto;
  background-position: 20px;
  background-repeat: no-repeat;
  background-color: #323232;
}

.result-artist .button-follow .text {
  display: inline-block;
  color: #fff;
  padding: 10px 30px 10px 60px;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
  margin: 0 auto;
  background-image: url(https://d17h7hjnfv5s46.cloudfront.net/assets/build/images/ico_plus_white.b60e2b34.png);
  background-size: 14px auto;
  background-position: 20px;
  background-repeat: no-repeat;
}

.result-artist:hover .button-follow {
  bottom: 30px;
}

.result-artist footer {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  height: 245px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 50;
  left: 0;
  background-image: url(https://singulart-website-prod.s3.eu-central-1.amazonaws.com/artworks/pictures/cropped/1677/6771/500w/serie_6771_c6b6aeb….jpeg);
}

.card-section {
  padding-bottom: 60px;
}

.card-section .card-art .card-art-img img {
  height: 200px;
  width: auto;
  background: #f3f3f3;
  margin: 0 auto;
  padding: 4px;
  z-index: 2;
  position: relative;
}

.card-section .card-art .cart-details {
  text-align: right;
  padding: 5px 0;
}

.testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
}

.testimonial-card .test-img {
  margin-right: 20px;
  margin-top: 15px;
}

.testimonial-card .test-img img {
  border-radius: 100px;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  border: 2px outset var(--theme-default);
}

.testimonial-card .test-details {
  background: #fff;
  padding: 15px 20px;
  position: relative;
  -webkit-box-shadow: 1px 4px 3px #3333;
          box-shadow: 1px 4px 3px #3333;
}

.testimonial-card .test-details:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 100%;
  border: 15px solid transparent;
  border-right-color: #fff;
  text-shadow: 1px 2px 3px #3333;
}

.testimonial-card .test-details .test-name {
  font-size: 18px;
  font-weight: 700;
}

.categroy-page-jumbo {
  background-image: url("../images/art-img-3.jpeg");
  background-size: cover;
  background-position: center;
}

.listing-artist-art.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-artist-art.row .owl-nav {
  display: none;
}

.listing-art-by-artist {
  padding-bottom: 30px;
}

.listing-art-by-artist:after {
  content: "";
  border-bottom: 1px solid #6c757d61;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}

.listing-artist-art:last-child .listing-art-by-artist:last-child:after {
  content: "";
  border-bottom: 0 solid #6c757d61;
}

.user-art {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.user-art .artist-image img {
  border-radius: 100px;
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 2px;
  border: 2px outset var(--theme-default);
}

.user-art .user-about {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.user-art .user-about .btn.btn-pill {
  display: block;
  margin-top: 10px;
  border-radius: 50px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper {
  padding: 4px;
}

.product-detail {
  margin-top: 20px;
  text-align: right;
}

.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
  color: #ffffff;
}

.order-up .option-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  overflow-x: auto;
}

.order-up .option-images > div {
  margin-right: 20px;
}

.order-up .option-images > div img {
  height: 150px;
  width: auto;
}

.nav-artist,
.nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px 0 5px;
  border-bottom: 0;
}

.nav-artist.nav-tabs .nav-link.active,
.nav-artist.nav-tabs .nav-item.show .nav-link,
.nav-pills.nav-tabs .nav-link.active,
.nav-pills.nav-tabs .nav-item.show .nav-link {
  background: var(--theme-default);
  border-color: var(--theme-default);
  border-radius: 50px;
  color: #fff;
  padding: 5px 30px;
}

.nav-artist.nav-tabs .nav-link,
.nav-pills.nav-tabs .nav-link {
  padding: 5px 30px;
  border-radius: 50px;
  margin: 0 10px;
  text-transform: uppercase;
}

.bg-dark-light-section {
  background-color: #2f2f2f;
  color: #fff;
}

.bg-dark-section {
  background-color: #202020;
  color: #fff;
}

.artist-bio {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .artist-bio .container {
    max-width: 1140px;
  }
}

.artist-bio .quote {
  font-weight: 500;
  font-style: italic;
  border-left: 0;
  padding-left: 0;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  padding-top: 0;
}

.artist-bio .detailed-text {
  font-size: 16px;
  font-weight: 300;
  color: #181818;
  margin-bottom: 20px;
  line-height: 26px;
}

.artist-bio .artist-keypoints {
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 0;
  text-align: left;
}

.artist-bio .artist-keypoints .title {
  font-size: 12px;
  color: var(--theme-default);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}

.artist-bio .artist-keypoints .artist-keys li {
  display: block;
  font-size: 14px;
  margin: 8px 0;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
}

.artist-bio .artist-keypoints .artist-keys li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 10px;
  border: 1px solid var(--theme-default);
  border-width: 0px 1px 1px 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.artist-details-sec .title1 h2.title-inner1 {
  text-align: left;
  margin-bottom: 20px;
}

.artist-details-sec .title1 h2.title-inner1::after {
  left: 0;
  text-align: left;
  right: auto;
}

.artist-details-sec .title1 p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.artist-bio .col.biography {
  width: 500px;
}

.artist-bio .col.editorial {
  width: 270px;
  margin-left: 50px;
  padding-top: 50px;
  font-style: italic;
}

img {
  max-width: 100%;
}

body > header {
  -webkit-box-shadow: 1px 2px 4px #3333;
          box-shadow: 1px 2px 4px #3333;
}

.dashboard-section .dashboard-table .table th,
.dashboard-section .dashboard-table .table td {
  text-align: left;
}

.nav-link {
  color: #333;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: transparent;
  border-bottom: 0;
}

.form-control[type="range"] {
  border-radius: 0;
  -webkit-filter: hue-rotate(157deg) brightness(1.2);
          filter: hue-rotate(157deg) brightness(1.2);
}

.textarea-box textarea,
.changepass input,
table input,
.form-input input,
.area-box textarea,
.form-input-1 input {
  width: 100%;
}

.text-theme {
  color: var(--theme-default);
}

.main-menu .menu-left .brand-logo {
  padding: 0;
}

.main-menu .brand-logo img {
  max-height: 90px;
}

.top-header {
  background-color: var(--theme-default);
}

.top-header .header-dropdown li,
.top-header .header-contact li {
  color: #ffffff;
}

.main-menu .brand-logo,
.main-menu li.onhover-div.mobile-cart,
.main-menu .menu-left .navbar,
.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active,
.main-menu li.sign-in-opt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-menu .menu-left .navbar span {
  font-size: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 15px;
}

.bar-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-wishlist {
  padding-top: 15px;
  padding-bottom: 15px;
}

.product-wishlist a {
  font-size: 24px;
  position: relative;
  top: 6px;
  color: #333;
}

.mobile-cart div {
  position: relative;
}

.mobile-cart div .count,
.product-wishlist a .count {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-color: var(--theme-default);
  padding: 0px 8px;
  font-size: 16px;
  border-radius: 50px;
  color: #fff;
  bottom: -16px;
  left: 19px;
}

.mobile-cart div .count {
  bottom: -13px;
  left: 18px;
}

.user-opt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-opt-block .user-img {
  font-size: 26px;
  margin-right: 10px;
  color: #646464;
}

.user-opt-block .user-img img {
  width: 33px;
  position: relative;
  top: -3px;
}

.main-menu li.sign-in-opt {
  position: relative;
  top: 7px;
}

.user-opt-block .user-options a {
  display: block;
  width: 100%;
  color: #646464;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.onhover-dropdown .onhover-show-div {
  -webkit-box-shadow: 1px 2px 3px #3333;
          box-shadow: 1px 2px 3px #3333;
}

.btn {
  border-radius: 0;
}

.search-btn {
  height: 38px;
  padding-top: 6px;
  border-radius: 0 5px 5px 0;
}

.top-header .header li,
.top-header .header-contact,
.top-header .header-dropdown li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.center-slider .slick-next:before,
.center-slider .slick-prev:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 1200px) {
  .menu-left .navbar {
    display: none !important;
  }
}

.desk-menu .pixelstrap ul li,
.desk-menu .pixelstrap.sm-rtl ul li,
.desk-menu .pixelstrap.sm-vertical li {
  position: static;
}

.desk-menu .pixelstrap .full-mega-menu:hover li:hover {
  display: block !important;
  top: 41px !important;
  position: -webkit-sticky;
  position: sticky;
}

.desk-menu ul#main-menu.pixelstrap > li > ul {
  display: none !important;
}

.desk-menu ul#main-menu.pixelstrap > li:hover > ul {
  display: block !important;
}

.desk-menu .pixelstrap .big-manu > ul {
  min-height: 300px;
}

.desk-menu .pixelstrap .clothing-menu .link-section h5 {
  margin-top: 15px;
  color: var(--theme-default);
}

.desk-menu .pixelstrap ul > li:hover > ul {
  min-height: 300px;
}

.desk-menu .pixelstrap ul > li > ul {
  left: 100% !important;
  top: 0 !important;
  min-width: 550px;
}

.desk-menu .pixelstrap ul > li:hover > ul {
  display: block !important;
  left: 100%;
}

.result-artist .result-artist-thumb figcaption ul.tags li h3,
.result-artist .result-artist-thumb figcaption ul.tags li span.h3 {
  background-color: #ff4c3b;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

h3#head-color {
  background-color: cadetblue;
}

img.lzy.loadeded {
  border-radius: 50%;
  display: block;
  width: 15%;
}

.testimonial-card .test-details:after {
  content: "";
  /* position: absolute; */
  top: 20px;
  right: 100%;
  border: 15px solid transparent;
  border-right-color: #fff;
  text-shadow: 1px 2px 3px #3333;
}

p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
}

.title {
  margin-top: 0;
}

.breadcrumb-section {
  padding: 0px 0;
}

.title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  letter-spacing: 1px;
  color: #565656;
}

.box-title {
  font-size: 25px;
  background: #f8f8f8;
  padding: 30px 0 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}

.card-body h3 {
  font-size: 25px;
  font-weight: 700;
}

table input {
  width: 450px;
  height: 40px;
}

.changepass input {
  width: 900px;
}

.changepass button {
  margin-left: 12px;
}

.savecard {
  font-size: 20px;
  line-height: 40px;
  border-top: 1px solid #ccc3c3;
  padding-top: 40px;
}

.form-input input {
  width: 450px;
  height: 40px;
}

.form-input {
  line-height: 40px;
}

.form-input-1 input {
  width: 940px;
  height: 40px;
}

.form-input-1 {
  line-height: 40px;
}

.area-box textarea {
  width: 940px;
  height: 150px;
  padding: 10px;
}

.card-body button {
  float: right;
}

.bg-white {
  background: #fff;
}

.table-order {
  margin-top: 50px;
}

.textarea-box textarea {
  width: 940px;
  height: 100px;
  padding: 10px;
}

.textarea-box h4 {
  margin-top: 30px;
}

.img-round {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.img-round-1 {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.artwork-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.art-work-header {
  padding-left: 30px;
  padding-right: 30px;
}

.product-detail-1 {
  margin-top: 20px;
  text-align: left;
}

.product-detail-1 h4 {
  font-weight: 700;
}

.about-artist .container {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 50px;
}

.about-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contant {
  font-size: 15px;
  margin-top: 30px;
  font-weight: 300;
}

.about-artist p {
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.inner-wrapper {
  margin-top: 50px;
}

.back-image {
  background-image: url(..//Main-theme/images/bg-photo.jpeg);
  background-size: cover;
  height: 250px;
  margin-top: 80px;
  padding: 25px;
}

.inner-box {
  background: #ffffffd1;
  height: 200px;
  padding: 20px;
}

.back-image .container {
  padding-left: 20%;
  padding-right: 20%;
}

.inner-box p {
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.inner-box button {
  background: black;
  color: #fff;
  border: none;
  padding: 15px;
  letter-spacing: 2px;
  width: 30%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrapper-wide-box {
  padding: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  height: 350px;
}

.wrapper-wide-box p {
  margin-top: 25px;
}

.wrapper-wide-box button {
  background: black;
  color: #fff;
  border: none;
  padding: 15px;
  letter-spacing: 2px;
  width: 20%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
}

.studio-wrapper {
  /* height: 1700px; */
}

.studio-wrapper .container {
  padding-left: 15%;
  padding-right: 20%;
  padding-top: 40px;
}

.main-relative {
  position: relative;
}

.upper {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;
}

.upper-1 {
  position: absolute;
  top: 0;
  left: 500px;
  margin-top: 30px;
}

.upper-2 {
  position: absolute;
  top: 435px;
  left: 0px;
}

.upper-3 {
  position: absolute;
  top: 535px;
  left: 500px;
}

.upper-4 {
  position: absolute;
  top: 950px;
  left: 0px;
}

.upper-5 {
  position: absolute;
  top: 1000px;
  left: 500px;
}

.img-1 {
  height: 270px;
  width: 470px;
}

.img-2 {
  height: 350px;
  width: 470px;
}

.description p {
  margin-top: 15px;
  font-size: 16px;
}

.studio-wrapper button {
  background: #fff;
  border: 2px solid #000;
  padding: 10px;
  position: absolute;
  bottom: 685px;
  width: 170px;
  left: 45%;
  letter-spacing: 1px;
}

.studio-wrapper button:hover {
  background: blue;
  color: #fff;
  border: none;
}

.order-btn {
  background: #333;
  color: #fff;
  padding: 10px 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-style: solid;
  border-radius: 3px;
}

.order-btn.btn-theme {
  background: var(--theme-default);
  border-color: var(--theme-default);
}

.order-btn.btn-full {
  width: 100%;
}

.order-btn.btn-theme-outline {
  background: transparent;
  color: var(--theme-default);
  border-color: var(--theme-default);
}

.title-left {
  text-align: left;
}

.zoomContainer {
  display: none;
}

.about-product {
  position: relative;
}

.product-page-section .about-product:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(63%, #fff), color-stop(45%, #f8f8f8));
  background-image: initial;
  content: "";
  background: #f8f8f8;
  width: calc((100% - 1400px) / 2 + 476px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.product-page-section .about-product .light-shade {
  background: #fff;
}

.product-page-section .about-product .dark-shade {
  background: #f8f8f8;
}

.product-page-section .artist-name {
  font-size: 14px;
}

.product-page-section .artist-name small {
  margin-top: 5px;
  font-size: 80%;
  opacity: 0.8;
}

.product-page-section .art-name {
  font-size: 26px;
}

.product-page-section .nav-pills {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 10px;
}

.product-page-section .nav-pills.nav-tabs .nav-link {
  margin-left: 0;
  border: 1px solid #ddd;
}

.product-page-section .nav-pills.nav-tabs .nav-link.active {
  border-color: var(--theme-default);
}

.product-page-section .frame-image {
  text-align: center;
}

.product-page-section .frame-image img {
  max-width: 70px;
}

.product-page-section .frame-text {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-align: center;
  font-weight: 500;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 10px;
}

.product-page-section .price-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-page-section .price-block .art-price {
  font-size: 36px;
  color: var(--theme-default);
}

.product-page-section .product-side {
  padding: 0 60px;
}

.product-page-section .product-side .slider-nav .slick-slide > div {
  margin: 0 5px;
}

.product-page-section .product-side .product-slick .img-fluid {
  width: 100%;
  max-width: 100%;
}

.product-page-section .certificate-shipping {
  text-align: center;
}

.product-page-section .certificate-shipping img {
  height: 50px;
  margin: 15px auto;
}

.product-page-section .certificate-shipping .certificate-title {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.product-page-section .artwork-focus h1 {
  font-size: 23px;
  line-height: 30px;
  color: #000;
  font-style: italic;
  margin-bottom: 0;
  margin-left: 0;
}

.product-page-section .artwork-focus h1 span {
  color: #555;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.product-page-section .artwork-focus h2 {
  font-size: 17px;
  line-height: 30px;
  padding: 0;
  font-weight: 300;
  margin: 0;
  display: inline-block;
}

.product-page-section .artwork-focus h2 a {
  color: var(--theme-default);
  border-bottom: 2px var(--theme-default);
}

.product-page-section .artwork-focus ul.artwork-details-list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.product-page-section .artwork-focus ul.artwork-details-list li {
  width: 32%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 49%;
  height: auto;
  border-left: 2px solid #000;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  vertical-align: top;
  padding-right: 15px;
  text-align: left;
  margin: 10px 0;
  max-height: 90px;
  text-overflow: inherit;
  overflow: hidden;
}

.product-page-section .artwork-focus ul.artwork-details-list li .title {
  font-size: 14px;
  margin-top: 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}

.product-page-section .artwork-focus ul.artwork-details-list li .info {
  font-size: 14px;
  color: #555;
  line-height: 20px;
  font-weight: 300;
}

.product-page-section .artwork-details {
  padding-top: 0;
}

.product-page-section .artwork-details .title-section {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 0;
}

.product-page-section .artwork-details #a-desc {
  min-height: 68px;
  padding-top: 10px;
}

.product-page-section .artwork-details #a-desc p {
  color: #414141;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}

.product-page-section .artwork-artist {
  padding-bottom: 30px;
  padding-top: 0;
}

.product-page-section .artwork-artist .title-section {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  vertical-align: middle;
  margin-top: 15px;
  margin-left: 0;
}

.product-page-section .artwork-artist .artwork-artist-desc {
  margin-top: 20px;
}

.product-page-section .artwork-artist .artist-details {
  margin-top: 0;
}

.product-page-section .artwork-artist .artist-details .box-artist-keys {
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 0;
}

.product-page-section .artwork-artist .artist-details .box-artist-keys .title {
  font-size: 12px;
  color: #d5a770;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}

.product-page-section .artwork-artist .artist-details .box-artist-keys .title.artist-keys {
  padding-left: 15px;
}

.product-page-section .artwork-artist .artist-details .box-artist-keys .title.artist-keys li {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 300;
  list-style: disc;
  display: list-item;
}

.product-page-section .artwork-artist .artwork-artist-desc a {
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  color: #000;
  display: inline-block;
  line-height: 150%;
  z-index: 1;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 1429px) {
  .product-page-section .about-product:before {
    width: calc((100% - 1400px) / 2 + 526px);
  }
}

@media screen and (max-width: 1199px) {
  .product-page-section .about-product:before {
    width: calc((100% - 1400px) / 2 + 546px);
  }
}

@media screen and (max-width: 991px) {
  .product-page-section .about-product:before {
    width: calc((100% - 1400px) / 2 + 646px);
  }
  .product-page-section .artwork-focus h1 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .product-page-section .product-side {
    padding: 0;
    margin-bottom: 50px;
  }
  .product-page-section .about-product:before {
    width: 100%;
    background: #fdfdfd;
  }
}

section.artists.filter-letters {
  padding: 20px 20px;
  text-align: center;
  background: #333;
  color: #fff;
}

section.artists.filter-letters ul li {
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0;
}

.art-by-category {
  text-align: center;
  background: #000;
  color: #fff;
  border-top: 1px solid #6d6d6d;
}

.art-by-category .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.art-by-category .container > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.art-by-category .container .artist-category {
  border: 1px solid #6d6d6d;
  border-width: 0 1px;
}

.art-by-category .container .artist-category .category-list-button,
.art-by-category .container .artist-category .category-list-search {
  text-align: left;
  width: 100%;
  padding: 20px 10px;
  background: #000;
  color: #ddd;
  position: relative;
  border: 0;
}

.art-by-category .container .artist-category .category-list-button:focus,
.art-by-category .container .artist-category .category-list-search:focus {
  outline: none;
}

.art-by-category .container .artist-category .dropdown-toggle::after {
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.art-by-category .container .artist-category:first-child, .art-by-category .container .artist-category:last-child {
  border-width: 0 0;
}

.inner-part {
  background: #fff;
  padding-left: 200px;
  padding-right: 200px;
}

.title-top {
  color: #000;
  margin-bottom: 50px;
}

.product-detail-1 {
  margin-top: 20px;
  text-align: left;
}

.product-detail-1 h6 {
  font-weight: 700;
  font-size: 15px;
}

.slider-nav-img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.img-1 {
  height: 600px;
  width: 100%;
}

.top-header-part {
  padding-left: 200px;
  padding-right: 200px;
  margin-top: 50px;
}

.cart-detail {
  padding: 80px;
}

.cart-title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
}

.title-2 {
  font-weight: 400;
  font-size: 17px;
}

.cart-detail p {
  color: gray;
  margin-top: 20px;
}

.frame-title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
}

.box {
  height: 40px;
  width: 40px;
  background: black;
}

.collecton-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collecton-box .box:nth-child(1) {
  background: red;
}

.collecton-box .box:nth-child(2) {
  background: lightgray;
  margin-left: 10px;
}

.collecton-box .box:nth-child(3) {
  margin-left: 10px;
}

.collecton-box .box:nth-child(4) {
  margin-left: 10px;
}

.price {
  font-size: 25px;
  color: #000;
}

.cart-price {
  margin-top: 20px;
}

.cart-price p {
  font-size: 17px;
}

.submit-buttons button {
  background: var(--theme-default);
  width: 350px;
  color: white;
  padding: 10px;
  margin-top: 20px;
  border: none;
  letter-spacing: 1px;
}

.btn-bg {
  background: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
  letter-spacing: 1px;
}

.stars {
  margin-top: 20px;
  font-size: 14px;
}

.eye {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.background-box {
  background: #f4f2f1;
  height: 450px;
  padding-top: 100px;
}

.background-box-1 {
  background: #f4f2f1;
  margin-top: 70px;
}

.left-title {
  position: relative;
}

.left-title:nth-child(1) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 300px;
}

.left-title:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 300px;
}

.left-title:nth-child(3) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 300px;
}

.left-title:nth-child(4) {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 300px;
}

.left-title:nth-child(5) {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
}

.left-title:before {
  position: absolute;
  content: ">";
  top: 10px;
  right: 20px;
  font-size: 25px;
}

.background-box .container {
  padding-left: 100px;
  padding-right: 100px;
}

.background-box-1 .container {
  padding-left: 120px;
  padding-right: 120px;
}

.img-2 {
  width: 100%;
  height: 300px;
}

.detail-item {
  letter-spacing: 1px;
}

.help-box {
  margin-top: 40px;
}

.heading {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}

.help-box p {
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.help-box button {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-align: center;
  padding: 10px;
  width: 250px;
  margin-top: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

.get-in-touch {
  padding-left: 100px;
}

.product-detail-1 h5 {
  font-weight: 400;
}

/* #artwork{
 display: block;
}
#need{
 display: none;
}
#shipping{
 display: none;
}
#returns{
 display: none;
}
#instalation{
 display: none;
} */
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 1px solid #000;
  color: var(--theme-default);
}

a {
  text-decoration: none;
  color: inherit;
}

.title-need {
  font-size: 18px;
  letter-spacing: 1px;
  color: gray;
  margin-bottom: 20px;
  font-weight: 300;
}

#shipping p {
  line-height: 22px;
  font-size: 15px;
}

#returns p {
  line-height: 22px;
  font-size: 15px;
}

#instalation p {
  line-height: 22px;
  font-size: 15px;
}

.custom-image-locater {
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  position: relative;
}

.custom-image-locater img {
  position: absolute;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  width: 151px;
  height: auto;
  left: 150px;
  top: 45px;
}

#frameModal .modal-dialog {
  max-width: 80vw;
}

#frameModal label {
  color: var(--theme-default);
  font-weight: 500;
  font-size: 16px;
}

#frameModal label:before {
  content: "✦ ";
}

#frameModal .frameModal-main-img {
  width: 100%;
}

#frameModal .img-room {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px 0 0;
}

#frameModal .room-image label {
  color: var(--theme-default);
}

.banner-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.for-artist-banner {
  height: 50vh;
}

.for-artist-banner .home-slider .home {
  height: 50vh;
}

.for-artist-banner .home-slider .home .slider-contain {
  height: 50vh;
}

.steps-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.steps-guide .step-no {
  font-weight: 400;
  margin-right: 20px;
  font-size: 22px;
  color: #828282;
  font-style: italic;
  color: var(--theme-default);
}

.steps-guide .step-works {
  font-size: 16px;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #eaeaea;
  background: #fff;
}

.service-block .service-image {
  width: 40%;
}

.service-block .service-image .banner-service {
  width: 100%;
  height: 100%;
}

.service-block .service-feature {
  padding-left: 40px;
}

.service-block .service-feature li {
  list-style: disc;
  display: list-item;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}

.interview-vid-box {
  display: block;
  margin-bottom: 80px;
  padding: 0 1vw;
}

.interview-vid-box iframe {
  max-width: 100%;
  height: 17vw;
}

.interview-vid-box .description {
  margin-top: 15px;
  padding-right: 1vw;
  padding-left: 1vw;
}

.interview-vid-box .description p {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0;
}

.studio-wrapper .wrapper-box {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (min-width: 1441px) {
  .interview-vid-box iframe {
    height: 258px;
  }
}

@media screen and (min-width: 1200px) {
  .faq-section .accordion.theme-accordion .card .card-header h5 {
    font-size: 20px;
  }
  .faq-section .accordion.theme-accordion .card .card-body p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .about-artist .container {
    padding: 0 15px;
    padding-top: 50px;
  }
  .interview-vid-box {
    margin-bottom: 50px;
  }
  .interview-vid-box iframe {
    height: 26vw;
  }
}

@media screen and (max-width: 768px) {
  .interview-vid-box {
    margin-bottom: 30px;
  }
  .interview-vid-box iframe {
    height: 54vw;
  }
}

@media screen and (max-width: 1400px) {
  .top-header-part {
    padding: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .blur-up .lazyload {
    height: 400px !important;
  }
  .background-box .container,
  .inner-part {
    padding: 0;
    max-width: 100%;
  }
  .search-product > div:nth-last-child(1),
  .search-product > div:nth-last-child(2),
  .search-product > div:nth-last-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
    display: block;
  }
  .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial-card .test-img {
    margin: 0 0 20px;
  }
  .testimonial-card .test-details:after {
    border: 15px solid transparent;
    border-bottom-color: #fff;
    text-shadow: 1px 2px 3px #3333;
    left: 38px;
    top: -28px;
  }
  .background-box .container,
  .inner-part {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .result-artist {
    height: 500px;
  }
  .result-artist footer {
    bottom: 0;
    height: 355px;
    margin-bottom: 0;
  }
  .box-space {
    padding: 25px;
  }
}

@media screen and (max-width: 568px) {
  .title1 .title-inner1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .spacing {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .quote {
    font-size: 0px !important;
  }
  .spacing-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 480px) {
  .main-menu .menu-left .brand-logo {
    position: relative;
    padding: 10px 0 !important;
  }
  .brand-logo img {
    height: 44px;
  }
}
.dashboard-sec{
	background:#28a745
}

.dashboard-sec .dashboard-sidebar
{
	background:#28a745
}
/*# sourceMappingURL=custom.css.map */


/* 28-08-2020 */

.home-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 200;
}


body{
  font-family: 'Montserrat', sans-serif !important;
}


@media screen and (max-width:767px){
  .navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255);
    background-color: #fff;
}

.add-withdrawal {

  font-size: 10px;

  line-height: 25px;
}
.play-ludo {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-top: 0;
  justify-content: center;
}

.challenge-details-block {
  background-color: #337ab7;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 41px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.challenge-details-block p {
  font-size: 10px;
}
.challenge-details-block h1 {
  font-size: 14px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 5px;
  padding-top: 5px;
  font-family: 'Montserrat', sans-serif;
}

.topbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-box h5 {
  font-size: 10px;
}

}



.login-panel {
  margin-top: -100px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -2px #191919;
  text-align: center;
  padding: 30px 15px 15px;
}

section.login-page.section-b-space {
  /* margin-top: -100px; */
  margin-bottom: 60px;
}

.login-panel input {
  height: 45px;
  border-radius: 25px;
  font-size: 18px;
  padding-left: 30px;
}


.btn.btn-solid {
  border-radius: 40px;
}


.btn-gradient-green:hover {
  background-color: #007e28;
  color: #fff;
}

.form-group.termscon input {
  height: 20px;
  width: 20px;
}

.home-page-section {
  padding: 100px 0 50px;
}


/* ------- */


.usertabs li a i {
  margin-right: 14px;
}

.usertabs li {
  display: block;
}

.usertabs li a {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 16px;
}

form.logout-form {
  margin-bottom: 0;
}

.sub-footer ul {
  text-align: right;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.nav-item a.nav-link {
  background: none;
  color: #fff !important;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0px 2px;
}
.nav-item a.nav-link img {
  margin-right: 10px;
}
.btn-login {
  margin-bottom: 0px;
  background: #e9c200;
  border: 0;
  color: #333;
  border-radius: 4px !important;
}
.home-content h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.sub-footer ul {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
a.nav-link {
  margin: 0;
}
.player-icon-block img {
  width: 100px;
}
.topbar h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.topbar h3 {
  margin-top: 0;
  font-size: 14px;
  color: #bfbfbf;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
.topbar h3 form {
  margin-bottom: 0;
}
.balance-block h3 {
  margin-top: 15px;
  font-size: 40px;
}
.common-section {
  background-color: #e2e2e2;
}
.account-summary h1 {
  margin-top: 0;
  padding-top: 30px;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
a.playing:hover {
    cursor: not-allowed !important;
    background: #84cc94 !important;
    border-color: #84cc94 !important;
}
/*.add-withdrawal {
    width: 100%;
    height: 45px;
    padding-top: 8px;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    background-color: #337ab7;
    border-color: #337ab7;
    font-weight: 400;
    border-radius: 4px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-ludo {
    background-color: #e43a35;
    border-color: #e43a35;
    height: 100px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }  
}
@media screen and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255);
    background-color: transparent;
    margin-right: 15px;
  }
  .topbar h2 {
    font-size: 14px;
  }
  .balance-block h3 {
    font-size: 30px;
    margin-top: 0px;
  }
  .common-section .topbar {
    margin-bottom: 0;
    margin-top: 0;
    height: 100px;
  }
  .account-summary h1 {
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }
  .common-section {
    padding-bottom: 10px;
  }
  .dashboard-sections {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 0;
  }
  .player-icon-block img {
    width: 60px;
  }
  #unique-id {
    width: 100px;
  }
  .topbar {
    margin-bottom: 0;
  }
  .bar-row {
    margin-bottom: 30px;
  }
  .sub-footer h1 {
    text-align: center;
  }
  .sub-footer ul {
    flex-direction: column;
  }
  .sub-footer ul li {
    padding: 8px 0;
  }
  .nav-item a.nav-link {
    background-color: #007e28;
    text-align: center;
    padding: 14px 0;
    margin: 0;
  }
  .whatsapp-icon {
    width: 40px !important;
  }
  .login-btn-nav {
    text-align: center;
  }
  .btn-login {
    margin-right: 0 !important;
  }
  li.nav-item  {
    text-align: center;
    border-top: 1px solid #fff;
  }
  li.nav-item .btn-login {
    margin: 14px 0;
  }
  .home-content h1 {
    font-size: 50px;
    text-align: center;
  }
  .home-content h3 {
      text-align: center;
      font-size: 20px;
  }

  .home-content {
      margin-top: 30px;
      text-align: center;
  }

  .home-page-section {
      padding:20px 0;
  }
  	/*.play-ludo {
        margin-top: 20px;
	    height: 60px !important;
	    padding-top: 9px;
	}
	.add-money {
    	margin-top: 8px;
	}
	.add-withdrawal {
		height: 36px;
		font-size: 12px;
	}*/
  li.nav-item.dashboard-btn{
    display: none;
  }
  .mobo-dashboard-btn
  {
    display: block !important;
  }
}

