/* Max width 767px */
@media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .pl-15 {
    padding-left: 0;
  }
  .pr-15 {
    padding-right: 0;
  }
  .pb-150 {
    padding-bottom: 60px;
  }
  .ml-15 {
    margin-left: 0;
  }
  .mr-15 {
    margin-right: 0;
  }
  .default-btn {
    font-size: 14px;
    padding: 9px 15px;
  }
  .read-more {
    font-size: 14px;
  }
  /* Banner Area */
  .bg-gradint-img {
    background-image: unset;
  }
  .banner-area {
    padding-top: 143px;
  }
  .banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .banner-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-content .top-title {
    font-size: 14px;
    color: #464646;
  }
  .banner-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #464646;
  }
  .banner-img img {
    border-radius: 0;
  }
  .banner-img .current-bid {
    left: 10px;
    bottom: 20px;
    right: 10px;
    padding: 10px;
  }
  .artists-bid {
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }
  .artists-bid .artist img {
    left: 15px;
    top: 12px;
  }
  .artists-bid .artist h3 {
    font-size: 16px;
  }
  /* Banner Two Area */
  .banner-area-two {
    padding-top: 133px;
    padding-bottom: 60px;
  }
  .banner-img-two {
    margin-bottom: 30px;
  }
  .banner-img-two .banner-img-3 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .banner-img-4 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .artist-bid {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .banner-img-two .artist-bid .artist {
    padding-left: 50px;
  }
  .banner-img-two .artist-bid .artist img {
    top: 12px;
    left: 10px;
    max-width: 40px;
  }
  .banner-img-two .artist-bid .artist h3 {
    font-size: 16px;
  }
  .banner-content-two {
    margin-left: 0;
    text-align: center;
  }
  .banner-content-two .top-title {
    font-size: 14px;
  }
  .banner-content-two h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-content-two p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .banner-content-two .current-bid {
    margin-bottom: 15px;
  }
  .banner-content-two .current-bid li {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 20px;
    display: block;
  }
  .banner-content-two .current-bid li h4 {
    font-size: 30px;
  }
  .banner-content-two .current-bid li:last-child {
    margin-bottom: 0;
  }
  /* Banner Three Area */
  .banner-content-three h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .banner-content-three .banner-bg-img-3 .top-title {
    font-size: 14px;
  }
  .banner-content-three .banner-bg-img-3 img {
    margin-bottom: 30px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap {
    position: unset;
    padding: 15px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist {
    padding-left: 50px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist h3 {
    font-size: 16px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist img {
    max-width: 40px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist a {
    color: #ffffff;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li {
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li:last-child {
    margin-bottom: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .usd {
    color: #ffffff;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .auction {
    margin-left: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div {
    margin-left: 0;
    margin-right: 10px;
    color: #ffffff;
  }
  /* Section Title Area */
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .section-title.left-title {
    text-align: center;
  }
  .section-title.left-title .default-btn {
    position: initial;
  }
  .section-title-style {
    margin-bottom: 30px;
  }
  .section-title-style h1 {
    display: none;
  }
  .section-title-style h2 {
    position: unset;
    font-size: 25px;
  }
  /* Trending Area */
  .trending-area {
    padding-top: 50px;
  }
  .single-trending-item {
    padding: 20px;
  }
  .single-trending-item .trending-img {
    margin-bottom: 20px;
  }
  .single-trending-item .trending-content h3 {
    font-size: 18px;
  }
  .single-trending-item.style-three .trending-content {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .single-trending-item.style-three.bg-none .trending-content {
    margin-top: 20px;
  }
  /* Creators Area */
  .single-creators {
    padding: 15px;
    padding-left: 85px;
  }
  .single-creators .creators-img {
    top: 12px;
    left: 10px;
  }
  .single-creators h3 {
    font-size: 17px;
  }
  /* Creators Area */
  .explore-tab.d-flex {
    display: block !important;
  }
  .explore-tab .nav-tabs {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }
  .explore-tab .nav-tabs .nav-item {
    display: inline-block;
    margin: 0 10px;
  }
  .explore-tab .section-title {
    margin-bottom: 10px;
  }
  .explore-tab .fliter-btn {
    text-align: center;
  }
  /* Create Area */
  .create-content {
    margin-bottom: 30px;
  }
  .create-content h2 {
    font-size: 25px;
  }
  .single-create.mb-30 {
    margin-top: 30px;
  }
  .single-create img {
    width: 100%;
  }
  .single-create .single-create-content h3 {
    font-size: 17px;
  }
  /* Trending Area */
  .single-trending-item .col-lg-6 {
    width: 50%;
  }
  .single-trending-item .mb-30 {
    margin-bottom: 20px;
  }
  .trending-collectors li h3 {
    font-size: 16px;
  }
  .trending-collectors li span {
    font-size: 14px;
  }
  .trending-collectors-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 25px;
  }
  /* Subscribe Area */
  .subscribe-content {
    padding: 20px;
  }
  .subscribe-content h2 {
    font-size: 25px;
  }
  .subscribe-content p {
    margin-bottom: 20px;
  }
  .subscribe-content .newsletter-form {
    margin-bottom: 20px;
  }
  .subscribe-content .newsletter-form .default-btn {
    top: 7.5px;
  }
  /* Footer Area */
  .single-footer-widget h3 {
    font-size: 20px;
  }
  .single-footer-widget .import-link li {
    font-size: 15px;
  }
  .copy-right-content {
    text-align: center;
  }
  .copy-right-content p {
    font-size: 15px;
  }
  .copy-right-content .language {
    float: unset;
  }
  .copy-right-content .language .form-select {
    margin: auto;
  }
  .copy-right-content .language i {
    display: none;
  }
  /* Modal COntent */
  .modal-body {
    padding: 20px;
  }
  .please-content form .form-group {
    margin-bottom: 20px;
  }
  .please-content ul {
    margin-bottom: 20px;
  }
  .please-content ul li {
    font-size: 14px;
  }
  .form-control {
    height: 50px;
  }
  .modal-header {
    padding: 20px;
  }
  /* Page Title */
  .page-title-content {
    text-align: center;
    margin: auto;
  }
  .page-title-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .page-title-content ul li {
    font-size: 15px;
  }
  /* Marketplace details Area Style */
  .marketplace-details-img {
    margin-bottom: 10px;
  }
  .marketplace-details-img img {
    margin-bottom: 20px;
    width: 100%;
  }
  .marketplace-details-content {
    margin-left: 0;
  }
  .marketplace-details-content .trending-sold {
    margin-right: 0;
    padding-right: 0;
  }
  .marketplace-details-content .trending-sold.d-flex {
    display: block !important;
  }
  .marketplace-details-content .trending-sold li {
    display: block;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    border-right: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .marketplace-details-content .trending-sold li:last-child {
    margin-bottom: 0;
  }
  .marketplace-details-content .auction-ends {
    margin-bottom: 30px;
  }
  .marketplace-details-content .auction-ends li {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    display: block;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 4px;
  }
  .marketplace-details-content .auction-ends li:last-child {
    margin-bottom: 0;
  }
  .marketplace-details-content .auction-ends li #timer div {
    margin-left: 0;
  }
  .marketplace-details-content .auction-ends.d-flex {
    display: block !important;
  }
  .marketplace-details-content h3 {
    font-size: 25px;
  }
  .marketplace-details-content h4 {
    font-size: 18px;
  }
  /* Table Responsive Area */
  .table {
    overflow: hidden;
  }
  .table thead tr th {
    white-space: nowrap;
  }
  .table tbody tr td {
    white-space: nowrap;
    padding: 15px;
  }
  /* Creator Profile Area */
  .profile-followers {
    margin: auto;
    text-align: center;
  }
  .profile-followers .d-flex {
    display: block !important;
  }
  .profile-followers ul li {
    margin-right: 25px;
  }
  .profile-followers ul li:last-child {
    margin-right: 0;
  }
  .profile-followers ul li .default-btn {
    position: relative;
    top: -17px;
  }
  .creator-profile {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0;
  }
  .creator-profile h3 {
    font-size: 20px;
  }
  /* Help Area */
  .single-help-item {
    padding: 20px;
  }
  .single-help-item h3 {
    font-size: 20px;
  }
  .single-help-item span {
    top: 20px;
    right: 20px;
  }
  /* Wallet Area */
  .single-content-wallet {
    padding: 20px;
  }
  /* Create Area */
  .create-collectible-item h2 {
    font-size: 25px;
  }
  .create-collectible-item .choose-item ul li {
    margin-bottom: 10px;
  }
  /* User Area */
  .user-form-content {
    padding: 20px;
  }
  .user-form-content h3 {
    font-size: 25px;
  }
  .user-form-content .user-form .default-btn {
    width: 100%;
    display: block;
  }
  /* Account Info Area */
  .account-info {
    margin-bottom: 30px;
    padding: 20px;
  }
  /* Request Area */
  .submit-request-form {
    padding: 20px;
  }
  .submit-request-form .mt-30 {
    margin-top: 0;
  }
  .submit-request-form h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* Contacts Area */
  .contacts-info {
    padding: 20px;
  }
  .contacts-info h2 {
    font-size: 25px;
  }
  .contact-form {
    margin-bottom: 30px;
    padding: 20px;
  }
  .contact-form h2 {
    font-size: 25px;
  }
  /* Blog Details Area */
  .blog-details-content {
    padding: 15px;
    margin-bottom: 30px;
  }
  .blog-details-content .blog-content h3 {
    font-size: 22px;
  }
  .blog-details-content .blog-content ul li {
    font-size: 13px;
    margin-right: 6px;
  }
  /* Widget Area */
  .widget-sidebar {
    margin-left: 0;
  }
  .widget-sidebar .sidebar-widget {
    padding: 15px;
  }
  .widget-sidebar .sidebar-widget h3 {
    font-size: 20px;
  }
  .widget-sidebar .sidebar-widget.tags ul {
    margin-bottom: 0;
  }
  .widget-sidebar .sidebar-widget.tags ul li a {
    font-size: 14px;
  }
  /* Coming Soon Area */
  .coming-soon-content {
    padding: 30px 20px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .coming-soon-content h2 {
    margin-top: 0;
    font-size: 25px;
  }
  .coming-soon-content #timer {
    margin-top: 10px;
  }
  .coming-soon-content #timer div {
    width: 95px;
    height: 100px;
    font-size: 35px;
    margin-top: 20px;
  }
  .coming-soon-content #timer div span {
    font-size: 14px;
  }
  .coming-soon-content form {
    max-width: 100%;
    margin-top: 40px;
  }
  .coming-soon-content .newsletter-form .default-btn {
    position: initial;
  }
  .coming-soon-content .newsletter-form .default-btn::before {
    display: none;
  }
  .coming-soon-content .newsletter-form .default-btn::after {
    display: none;
  }
  .coming-soon-content form .form-group .form-control {
    border-radius: 0;
  }
  /* Activity Area */
  .single-activity .activity-wrap {
    padding-left: 0;
  }
  .single-activity .activity-wrap img {
    position: unset;
    margin-bottom: 10px;
  }
  /* Shape Style Area */
  .banner-area-three::before {
    display: none;
  }
  .trending-auctions-area::before {
    display: none;
  }
  .creators-area.style-shape::before {
    display: none;
  }
  .explore-area.style-shape::before {
    display: none;
  }
  .top-sellers-area.style-shape::before {
    display: none;
  }
  /** After Issue Fixing CSS **/
  .banner-content .banner-btn .default-btn {
    width: auto;
  }
  .banner-img {
    margin-left: 0;
  }
  .artists-bid {
    margin-left: 0;
  }
  .artists-bid span {
    display: none;
  }
  .artists-bid .default-btn {
    padding: 11px 18px;
  }
  .single-creators {
    padding: 24px 15px;
    padding-left: 95px;
  }
  .create-content {
    margin-right: 0;
  }
  .create-content.for-shape::before {
    display: none;
  }
  .subscribe-content .newsletter-form .default-btn {
    padding: 17px 15px;
  }
  .subscribe-content ul li {
    margin-right: 10px;
  }
  .subscribe-content p {
    font-size: 16px;
    font-weight: 400;
  }
  .single-footer-widget.left-one {
    margin-left: 0;
  }
  .single-footer-widget.left-two {
    margin-left: 0;
  }
  .single-footer-widget.left-three {
    float: unset;
  }
  .banner-img-two .artist-bid .default-btn {
    padding: 7px;
  }
  .banner-img-two .artist-bid span {
    display: none;
  }
  .banner-content-two .current-bid li #timer div {
    font-size: 24px;
  }
  .banner-content-two .current-bid li #timer div span {
    font-size: 14px;
  }
  .hero-slide.owl-theme .owl-dots .owl-dot span {
    width: 98px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li h4 {
    font-size: 30px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div {
    font-size: 25px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div span {
    font-size: 16px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .default-btn {
    padding: 10px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid::before {
    display: none;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li h4 {
    font-size: 25px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div {
    font-size: 25px;
    margin-left: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div span {
    font-size: 16px;
  }
  .mt-4 {
    margin-top: 0 !important;
  }
  .banner-img-two .artist-bid {
    margin-left: 0;
  }
  .banner-img-two {
    margin-left: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .banner-area-two {
    padding-top: 60px;
  }
  .banner-content-two {
    margin-top: 10px;
  }
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-create.mb-30 {
    margin-top: 0;
  }
  .banner-area-two .container-fluid {
    max-width: 540px;
  }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .pl-15 {
    padding-left: 0;
  }
  .pr-15 {
    padding-right: 0;
  }
  .pb-150 {
    padding-bottom: 60px;
  }
  .ml-15 {
    margin-left: 0;
  }
  .mr-15 {
    margin-right: 0;
  }
  .default-btn {
    font-size: 14px;
    padding: 9px 15px;
  }
  .read-more {
    font-size: 14px;
  }
  /* Banner Area */
  .bg-gradint-img {
    background-image: unset;
  }
  .banner-area {
    padding-top: 143px;
  }
  .banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .banner-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-content .top-title {
    font-size: 14px;
    color: #464646;
  }
  .banner-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #464646;
  }
  .banner-img img {
    border-radius: 0;
  }
  .banner-img .current-bid {
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 30px;
  }
  .artists-bid .artist img {
    left: 30px;
    top: 25px;
  }
  .artists-bid .artist h3 {
    font-size: 16px;
  }
  /* Banner Two Area */
  .banner-area-two {
    padding-top: 133px;
    padding-bottom: 60px;
  }
  .banner-img-two {
    margin-bottom: 30px;
  }
  .banner-img-two img {
    width: 100%;
  }
  .banner-img-two .banner-img-3 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .banner-img-4 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .artist-bid {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .banner-img-two .artist-bid .artist {
    padding-left: 50px;
  }
  .banner-img-two .artist-bid .artist img {
    top: 12px;
    left: 10px;
    max-width: 40px;
  }
  .banner-img-two .artist-bid .artist h3 {
    font-size: 16px;
  }
  .banner-content-two {
    margin-left: 0;
    text-align: center;
  }
  .banner-content-two .top-title {
    font-size: 14px;
  }
  .banner-content-two h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .banner-content-two p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .banner-content-two .current-bid {
    margin-bottom: 30px;
  }
  .banner-content-two .current-bid li h4 {
    font-size: 30px;
  }
  /* Banner Three Area */
  .banner-content-three h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .banner-content-three .banner-bg-img-3 .top-title {
    font-size: 14px;
  }
  .banner-content-three .banner-bg-img-3 img {
    margin-bottom: 30px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap {
    position: unset;
    padding: 15px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist {
    padding-left: 50px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist h3 {
    font-size: 16px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist img {
    max-width: 40px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .artist a {
    color: #ffffff;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li:last-child {
    margin-bottom: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .usd {
    color: #ffffff;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li .auction {
    margin-left: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div {
    margin-left: 0;
    margin-right: 10px;
    color: #ffffff;
  }
  /* Section Title Area */
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .section-title.left-title {
    text-align: center;
  }
  .section-title.left-title .default-btn {
    position: initial;
  }
  .section-title-style {
    margin-bottom: 30px;
  }
  .section-title-style h1 {
    display: none;
  }
  .section-title-style h2 {
    position: unset;
    font-size: 25px;
  }
  /* Trending Area */
  .trending-area {
    padding-top: 50px;
  }
  .single-trending-item {
    padding: 20px;
  }
  .single-trending-item .trending-img {
    margin-bottom: 20px;
  }
  .single-trending-item .trending-content h3 {
    font-size: 18px;
  }
  /* Creators Area */
  .single-creators {
    padding: 15px;
    padding-left: 85px;
  }
  .single-creators .creators-img {
    top: 12px;
    left: 10px;
  }
  .single-creators h3 {
    font-size: 17px;
  }
  /* Creators Area */
  .explore-tab.d-flex {
    display: block !important;
  }
  .explore-tab .nav-tabs {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }
  .explore-tab .nav-tabs .nav-item {
    display: inline-block;
    margin: 0 10px;
  }
  .explore-tab .section-title {
    margin-bottom: 10px;
  }
  .explore-tab .fliter-btn {
    text-align: center;
  }
  /* Create Area */
  .create-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .create-content h2 {
    font-size: 30px;
  }
  .single-create.mb-30 {
    margin-top: 30px;
  }
  .single-create img {
    width: 100%;
  }
  .single-create .single-create-content h3 {
    font-size: 17px;
  }
  /* Trending Area */
  .single-trending-item .col-lg-6 {
    width: 50%;
  }
  .single-trending-item .mb-30 {
    margin-bottom: 20px;
  }
  .trending-collectors li h3 {
    font-size: 16px;
  }
  .trending-collectors li span {
    font-size: 14px;
  }
  .trending-collectors-slide.owl-theme .owl-nav {
    position: unset;
    margin-bottom: 25px;
  }
  /* Subscribe Area */
  .subscribe-content {
    padding: 20px;
  }
  .subscribe-content h2 {
    font-size: 25px;
  }
  .subscribe-content p {
    margin-bottom: 20px;
  }
  .subscribe-content .newsletter-form {
    margin-bottom: 20px;
  }
  .subscribe-content .newsletter-form .default-btn {
    top: 7.5px;
  }
  /* Footer Area */
  .single-footer-widget h3 {
    font-size: 20px;
  }
  .single-footer-widget .import-link li {
    font-size: 15px;
  }
  .copy-right-content {
    text-align: center;
  }
  .copy-right-content p {
    font-size: 15px;
  }
  .copy-right-content .language {
    float: unset;
  }
  .copy-right-content .language .form-select {
    margin: auto;
  }
  .copy-right-content .language i {
    display: none;
  }
  /* Modal COntent */
  .modal-body {
    padding: 20px;
  }
  .please-content form .form-group {
    margin-bottom: 20px;
  }
  .please-content ul {
    margin-bottom: 20px;
  }
  .please-content ul li {
    font-size: 14px;
  }
  .form-control {
    height: 50px;
  }
  .modal-header {
    padding: 20px;
  }
  /* Page Title */
  .page-title-content {
    text-align: center;
    margin: auto;
  }
  .page-title-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .page-title-content ul li {
    font-size: 15px;
  }
  /* Marketplace details Area Style */
  .marketplace-details-img {
    margin-bottom: 10px;
  }
  .marketplace-details-img img {
    margin-bottom: 20px;
    width: 100%;
  }
  .marketplace-details-content {
    margin-left: 0;
  }
  .marketplace-details-content .trending-sold {
    margin-right: 0;
    padding-right: 0;
  }
  .marketplace-details-content .trending-sold.d-flex {
    display: block !important;
  }
  .marketplace-details-content .trending-sold li {
    display: block;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    border-right: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .marketplace-details-content .trending-sold li:last-child {
    margin-bottom: 0;
  }
  .marketplace-details-content .auction-ends {
    margin-bottom: 30px;
  }
  .marketplace-details-content .auction-ends li {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    display: block;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 4px;
  }
  .marketplace-details-content .auction-ends li:last-child {
    margin-bottom: 0;
  }
  .marketplace-details-content .auction-ends li #timer div {
    margin-left: 0;
  }
  .marketplace-details-content .auction-ends.d-flex {
    display: block !important;
  }
  .marketplace-details-content h3 {
    font-size: 25px;
  }
  .marketplace-details-content h4 {
    font-size: 18px;
  }
  /* Table Responsive Area */
  .table {
    overflow: hidden;
  }
  .table thead tr th {
    white-space: nowrap;
  }
  .table tbody tr td {
    white-space: nowrap;
    padding: 15px;
  }
  /* Creator Profile Area */
  .profile-followers {
    margin: auto;
    text-align: center;
  }
  .profile-followers .d-flex {
    display: block !important;
  }
  .profile-followers ul li {
    margin-right: 25px;
  }
  .profile-followers ul li h3 {
    margin-bottom: 0;
  }
  .profile-followers ul li:last-child {
    margin-right: 0;
  }
  .profile-followers ul li .default-btn {
    position: relative;
    top: -17px;
  }
  .creator-profile {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0;
  }
  .creator-profile h3 {
    font-size: 20px;
  }
  /* Create Area */
  .create-collectible-item h2 {
    font-size: 25px;
  }
  /* Subscribe Area */
  .subscribe-content .newsletter-form .default-btn {
    top: 5.5px;
  }
  /* User Area */
  .user-form-content {
    padding: 30px;
  }
  .user-form-content h3 {
    font-size: 30px;
  }
  .user-form-content .user-form .default-btn {
    width: 100%;
    display: block;
  }
  /* Request Area */
  .submit-request-form {
    padding: 30px;
    margin-top: 30px;
  }
  .submit-request-form .mt-30 {
    margin-top: 0;
  }
  .submit-request-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* Contacts Area */
  .contacts-info h2 {
    font-size: 30px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-form h2 {
    font-size: 30px;
  }
  /* Blog Details Area */
  .blog-details-content {
    margin-bottom: 30px;
  }
  .blog-details-content .blog-content h3 {
    font-size: 25px;
  }
  .blog-details-content .blog-content ul li {
    font-size: 14px;
  }
  /* Widget Area */
  .widget-sidebar {
    margin-left: 0;
  }
  .widget-sidebar .sidebar-widget.tags ul li a {
    font-size: 14px;
  }
  /* Shape Style Area */
  .banner-area-three::before {
    display: none;
  }
  .trending-auctions-area::before {
    display: none;
  }
  .creators-area.style-shape::before {
    display: none;
  }
  .explore-area.style-shape::before {
    display: none;
  }
  .top-sellers-area.style-shape::before {
    display: none;
  }
  /** After Issue Fixing CSS **/
  .banner-content .banner-btn .default-btn {
    width: auto;
  }
  .banner-img {
    margin-left: 0;
  }
  .artists-bid {
    margin-left: 0;
  }
  .artists-bid span {
    display: none;
  }
  .artists-bid .default-btn {
    padding: 11px 18px;
  }
  .single-creators {
    padding: 24px 15px;
    padding-left: 95px;
  }
  .create-content {
    margin-right: 0;
  }
  .create-content.for-shape::before {
    display: none;
  }
  .subscribe-content .newsletter-form .default-btn {
    padding: 17px 15px;
  }
  .subscribe-content ul li {
    margin-right: 10px;
  }
  .subscribe-content p {
    font-size: 16px;
    font-weight: 400;
  }
  .single-footer-widget.left-one {
    margin-left: 0;
  }
  .single-footer-widget.left-two {
    margin-left: 0;
  }
  .single-footer-widget.left-three {
    float: unset;
  }
  .artists-bid .artist img {
    top: 50px;
  }
  .artists-bid .artist {
    padding-left: 45px;
  }
  .banner-img-two .artist-bid .default-btn {
    padding: 7px;
  }
  .banner-img-two .artist-bid span {
    display: none;
  }
  .banner-content-two .current-bid li #timer div {
    font-size: 24px;
  }
  .banner-content-two .current-bid li #timer div span {
    font-size: 14px;
  }
  .hero-slide.owl-theme .owl-dots .owl-dot span {
    width: 98px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li h4 {
    font-size: 30px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div {
    font-size: 25px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div span {
    font-size: 16px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid .default-btn {
    padding: 10px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .artist-bid::before {
    display: none;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li h4 {
    font-size: 25px;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div {
    font-size: 25px;
    margin-left: 0;
  }
  .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timer div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timers div span, .banner-content-three .banner-bg-img-3 .artist-current-wrap .current-bid li #timerss div span {
    font-size: 16px;
  }
  .mt-4 {
    margin-top: 0 !important;
  }
  .banner-img-two .artist-bid {
    margin-left: 0;
  }
  .banner-img-two {
    margin-left: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .banner-area-two {
    padding-top: 60px;
  }
  .banner-area-two .container-fluid {
    max-width: 720px;
  }
  .banner-content-two {
    margin-top: 10px;
  }
  .banner-img-two .artist-bid {
    margin: auto !important;
    position: relative;
    top: 0;
    margin-top: 30px !important;
  }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Desktop Nav Area */
  .desktop-nav .navbar .others-options .search-form {
    margin-left: 0;
    margin-right: 10px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .desktop-nav .others-options-wallet::before {
    top: -28px;
  }
  /* Banner Area */
  .banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
  }
  .banner-img .current-bid {
    padding: 15px;
  }
  /* Banner Two Area */
  .banner-area-two {
    padding-top: 155px;
    padding-bottom: 100px;
  }
  .banner-img-two {
    margin-bottom: 30px;
  }
  .banner-img-two .banner-img-3 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .banner-img-4 {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .banner-img-two .artist-bid {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }
  .banner-img-two .artist-bid .artist {
    padding-left: 50px;
  }
  .banner-img-two .artist-bid .artist img {
    top: 12px;
    left: 10px;
    max-width: 40px;
  }
  .banner-img-two .artist-bid .artist h3 {
    font-size: 16px;
  }
  /* Trending Area */
  .single-trending-item {
    padding: 20px;
  }
  .trending-area {
    padding-top: 100px;
  }
  .single-hot-collections .collections-content p {
    font-size: 11px;
  }
  .single-hot-collections .collections-content img {
    top: 15px;
  }
  /* Trending Area Style */
  .trending-slide.owl-theme .owl-nav .owl-prev, .trending-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .trending-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .single-trending-item .trending-content h3 {
    font-size: 19px;
  }
  /* Hot Collections Area Style */
  .hot-collections-slide.owl-theme .owl-nav .owl-prev, .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Top Sellers Area Style */
  .top-sellers-slide.owl-theme .owl-nav .owl-prev, .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Marketplace details Area Style */
  .marketplace-details-content .auction-ends li {
    margin-right: 15px;
    padding-right: 0;
    border-right: none;
  }
  .marketplace-details-content .history-list .table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Contacts Area */
  .contacts-info {
    padding: 20px;
  }
  /* Widget Area */
  .widget-sidebar {
    margin-left: 0;
  }
  .widget-sidebar .sidebar-widget {
    padding: 20px;
  }
  /* Blog Details Content Area */
  .blog-details-content {
    padding: 20px;
  }
  /* Shape Style Area */
  .banner-area-three::before {
    display: none;
  }
  .trending-auctions-area::before {
    display: none;
  }
  .creators-area.style-shape::before {
    display: none;
  }
  .explore-area.style-shape::before {
    display: none;
  }
  .top-sellers-area.style-shape::before {
    display: none;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  /** After Issue Fixing CSS **/
  .single-footer-widget.left-one {
    margin-left: 0;
  }
  .single-footer-widget.left-two {
    margin-left: 0;
  }
  .single-footer-widget.left-three {
    float: unset;
  }
  .banner-img {
    margin-left: 0;
  }
  .artists-bid {
    padding: 45px 30px;
    margin-left: 0;
  }
  .artists-bid .artist img {
    top: 50px;
    left: 30px;
  }
  .single-hot-collections {
    padding: 15px;
  }
  .single-hot-collections .collections-content p {
    font-size: 16px;
  }
  .create-content.for-shape {
    margin-right: 0;
  }
  .desktop-nav .navbar .others-options .search-form .form-control {
    width: auto;
  }
  .desktop-nav .others-options-wallet {
    width: 180px;
  }
  .desktop-nav .navbar .navbar-nav .nav-item a {
    margin-left: 14px;
    margin-right: 14px;
  }
  .banner-img-two .artist-bid span {
    display: none;
  }
  .banner-img-two .artist-bid .artist img {
    top: 20px;
  }
  .banner-content-two .current-bid li #timer div {
    font-size: 28px;
  }
  .banner-content-two .current-bid li #timer div span {
    font-size: 16px;
  }
  .banner-content-two .current-bid li h4 {
    font-size: 25px;
  }
  .banner-content-two .current-bid li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .banner-area-two .container-fluid {
    max-width: 960px;
  }
  .banner-img-two {
    margin-left: 0;
  }
  .banner-img-two .artist-bid {
    margin-left: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .desktop-nav .others-options-wallet::before {
    height: 95px;
  }
  .desktop-nav .navbar .others-options .search-form .form-control {
    width: 160px;
  }
  .banner-area-two {
    padding-top: 100px;
  }
}

/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
  .navbar-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area .dropdown-toggle::after {
    display: none;
  }
  .navbar-area.navbar-top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .navbar-area.style-two {
    background-color: #fbfbfd !important;
  }
  .navbar-area.style-three {
    background-color: #fbfbfd !important;
  }
  .mobile-responsive-nav {
    display: block;
  }
  .mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 68px;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    border: none !important;
    background-color: #ffffff;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    border-top-color: #efefef;
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: 500;
    text-transform: capitalize;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 11px !important;
    background: transparent !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #2f13e0 !important;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
    max-height: 50vh;
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
    width: 7px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 15px;
    color: #2f13e0;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
    background: #2f13e0;
    height: 4px;
    margin-top: -6px;
    border-radius: 0;
    position: relative;
    top: 8px;
  }
  .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
    background: transparent;
    position: absolute;
    z-index: 999;
    padding: 0;
  }
  .mobile-responsive-nav .others-options {
    display: none !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .others-option-for-responsive {
    display: block !important;
  }
  .others-option-for-responsive .container .container {
    right: 0;
  }
  .others-option-for-responsive .others-options .search-form {
    margin-left: 0;
    width: 100%;
    margin-right: 10px;
  }
  .navbar-light .navbar-brand {
    display: none;
  }
  .form-mobile-devices-none {
    display: none !important;
  }
  /* Trending Area Style */
  .trending-slide.owl-theme .owl-nav .owl-prev, .trending-slide.owl-theme .owl-nav .owl-next {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .trending-slide.owl-theme .owl-nav .owl-prev i, .trending-slide.owl-theme .owl-nav .owl-next i {
    font-size: 22px;
  }
  .trending-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Hot Collections Area Style */
  .hot-collections-slide.owl-theme .owl-nav .owl-prev, .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-prev i, .hot-collections-slide.owl-theme .owl-nav .owl-next i {
    font-size: 22px;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Top Sellers Area Style */
  .top-sellers-slide.owl-theme .owl-nav .owl-prev, .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .top-sellers-slide.owl-theme .owl-nav .owl-prev i, .top-sellers-slide.owl-theme .owl-nav .owl-next i {
    font-size: 22px;
  }
  .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Trending Collectors Area Style */
  .trending-collectors-slide-three.owl-theme .owl-nav .owl-prev, .trending-collectors-slide-three.owl-theme .owl-nav .owl-next {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .trending-collectors-slide-three.owl-theme .owl-nav .owl-prev i, .trending-collectors-slide-three.owl-theme .owl-nav .owl-next i {
    font-size: 22px;
  }
  .trending-collectors-slide-three.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Trending Collectors Area Style */
  .trending-collectors-slide.owl-theme .owl-nav .owl-prev, .trending-collectors-slide.owl-theme .owl-nav .owl-next {
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .trending-collectors-slide.owl-theme .owl-nav .owl-prev i, .trending-collectors-slide.owl-theme .owl-nav .owl-next i {
    font-size: 22px;
  }
  .trending-collectors-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav {
    margin-bottom: 0;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next i, .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-prev i {
    font-size: 22px;
  }
  .trending-collectors-slide.slider-btn-style.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Trending Collectors Area Style */
  .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-next i, .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev i {
    font-size: 22px;
  }
  .hot-collections-slide.slide-btn-style.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
}

/* Continuer Custom Width Area Style */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
  /* Trending Area Style */
  .trending-slide.owl-theme .owl-nav .owl-prev, .trending-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .trending-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Hot Collections Area Style */
  .hot-collections-slide.owl-theme .owl-nav .owl-prev, .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Top Sellers Area Style */
  .top-sellers-slide.owl-theme .owl-nav .owl-prev, .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .top-sellers-slide.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  /* Trending Collectors Area Style */
  .trending-collectors-slide-three.owl-theme .owl-nav .owl-prev, .trending-collectors-slide-three.owl-theme .owl-nav .owl-next {
    left: 0;
  }
  .trending-collectors-slide-three.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
  .desktop-nav .navbar .others-options .search-form .form-control {
    width: auto;
  }
  .desktop-nav .others-options-wallet {
    width: 225px;
  }
  .banner-area-two .container-fluid {
    max-width: 1320px;
  }
  .banner-img-two {
    margin-left: 0;
  }
  .banner-img-two .artist-bid {
    margin-left: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .desktop-nav .others-options-wallet::before {
    height: 95px;
  }
  .desktop-nav .navbar .others-options .search-form .form-control {
    width: 160px;
  }
  .banner-area-two {
    padding-top: 100px;
  }
  .banner-content-two .current-bid li h4 {
    font-size: 25px;
  }
  .banner-content-two .current-bid li #timer div {
    font-size: 25px;
  }
  .banner-content-two .current-bid li #timer div span {
    font-size: 16px;
  }
  .banner-content-two {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  .desktop-nav .navbar .others-options .search-form .form-control {
    width: 280px;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .trending-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .hot-collections-slide.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-next {
    right: 0;
  }
  .top-sellers-slide.nav-style.owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  .banner-img-two .artist-bid {
    margin-left: 158px;
  }
  .banner-img-two .artist-bid .default-btn {
    padding: 12px 15px;
  }
}
/*# sourceMappingURL=responsive.css.map */