@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')
@font-face {
    font-family: 'Chloe';
    src: url('../fonts/chloe/Chloe-Regular.eot');
    src: url('../fonts/chloe/Chloe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/chloe/Chloe-Regular.woff2') format('woff2'),
        url('../fonts/chloe/Chloe-Regular.woff') format('woff'),
        url('../fonts/chloe/Chloe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
	margin:0;
	padding:0;
}
.breadcrumb {
    background: #F5F9FC !important;
    padding: 40px 0px !important;
    margin-bottom: 22px !important;
}
.breadcrumb ul {
    display: flex;
    padding-left: 50px;
    list-style: none;
    margin-bottom: 0px;
}
.breadcrumb ul li {
    color: #9F9F9F;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumb ul li span {
    margin-left: 20px;
    margin-right: 20px;
}
.breadcrumb ul li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb ul li a:hover{
    color: #8000FF;
}
.breadcrumb ul li a:hover{
    color: #8000FF;
}
.single-heading h4 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
.single-heading ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.single-heading ul li {
    margin-right: 25px;
}

.single-prof img {
    padding-right: 20px;
}
.single-prof  h4 {
    color: #000000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.single-prof span {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}
.single-prof {
    border: 1px solid #CCCCCC;
    border-radius: 60px;
    padding: 15px 20px;
    align-items: center;
    display: flex;
    background: #fff;
}

.single-detail-main {
    background: #F5F9FC;
    border-radius: 40px;
    padding-top: 10px;
}
.single-bid h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 500;
}
.single-bid span {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    font-family: Montserrat;
}
.single-bid ul {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: end;
}
.single-bid ul span {
    display: block;
}
.single-bid ul li {
    color: #9AA3C1;
    font-size: 32px;
    font-weight: 500;
    font-family: Montserrat;
    text-align: center;
    margin: 0 5px;
    line-height: 25px;
}

.single-next-bid .next-bid {
    border: 1px solid #D9D9D9;
    border-radius: 60px;
    padding: 18px 20px;
}
.single-bid > .row {
    align-items: center;
}
.single-bid {
    background: #fff;
    padding: 30px 20px;
    border-radius: 30px 30px 0px 0px;
}
.single-bid ul span {
    display: block;
    font-size: 12px;
    font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.single-text-main {
    margin-top: -70px;
}
.single-content {
    margin-bottom: 20px;
}
.single-next-bid label {
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-next-bid label span {
    float: right;
    color: #0AE27B;
}
.single-next-bid {
    margin-top: 60px;
}
section.single-heading {
    margin-bottom: 15px;
}
.nex-bid-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 10px;
}
.nex-bid-btn button {
    border: 1px solid #8000FF;
    border-radius: 60px;
    padding: 15px 20px;
    width: 100%;
    background: transparent;
    font-size: 20px;
    color: #8000FF;
    font-weight: 400;
    font-family: Montserrat;
}
.nex-bid-btn .place-price button:hover{
 background: #000;
 border: 1px solid #000;
 color: #fff;
}
.nex-bid-btn button:hover{
 background: #000;
 border: 1px solid #000;
 color: #fff;
}
.nex-bid-btn .limit-price {
    width: 49%;
}
.nex-bid-btn .place-price {
	  width: 49%;
}
.nex-bid-btn .place-price button {
    background: #8000FF;
    color: #fff;
}
.pay-list ul {
    display: block;
}

.pay-text h4{
    margin: 0px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: normal;
}

.pay-inner a {
    color: #8000FF;
    font-weight: 500;
     font-family: Montserrat;
}
.pay-inner a:hover{
    color: #333;
}
.pay-inner .pay-text {
    width: 85%;
}
.pay-inner {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0px;
}
.pay-inner .pay-icon {
    width: 15%;
    text-align: end;
}
.pay-inner .pay-text span {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-family: Montserrat;
    margin-top: 5px;
    display: inline-block;
}
.pay-inner.last .pay-text {
    width: 40%;
}
.pay-inner.last .pay-icon {
    width: 60%;
}
.detail-object table {
    width: 100%;
    margin-bottom: 40px;
}
.table-description {
    margin-bottom: 40px;
}
.pay-option {
    margin-bottom: 40px;
}
.pay-option h3 {
    color: #000;
    margin-bottom: 10px;
}
.table-description h3 {
    margin-bottom: 5px;
    color: #000;
}
.detail-object table tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.detail-table {
    margin-top: 45px;
}

.detail-object table td.odd {
    font-size: 15px;
    font-weight: 400;
    color: #8B94B1;
    text-transform: uppercase;
}
.detail-object table td.even {
    color: #000000;
}
.detail-table h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-family: Montserrat;
    margin-bottom: 15px;
}
.detail-bid {
    background: #F5F9FC;
    border-radius: 40px;
    padding: 25px 20px;
    border: 1px solid #EEEEEE;
}
.detail-bid h3 span {
    float: right;
}
.detail-bid table tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.detail-bid table tr td.odd {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
     font-family: Montserrat;
}
.bid-table {
    background: #fff;
    border-radius: 40px;
    padding: 10px 30px;
    height: 150px;
    border: 1px solid #EEEEEE;
}
.bid-table table {
    width: 100%;
}
.single-heading h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0px;
}
.summry-estimate h3 {
    margin-bottom: 20px;
}
.summry-estimate h3 span {
    color: #929CBE;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
}

.product__slider-main, .product__slider-thmb {
    display: none;
}
.product__slider-main .slide img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.product__slider-thmb .slide img {
    width: 100%;
}
.product__slider-thmb .slick-current.slick-active img {
    width: 100%;
}
html body .product__slider-thmb .slick-current.slick-active {
    width: 130px !important;
}
.product__slider-thmb .slick-track {
    align-items: center;
    display: flex;
}
.product__slider-thmb {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.product__slider-thmb .slide.slick-slide {
    padding: 0 7px;
    width: 115px !important;
}
.product__slider-thmb button {
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.product__slider-thmb button:before{
    display: none;
}

.product__slider-thmb button.slick-prev {
    background-image: url(../images/Vector-left.svg);
    left: -10px;
    top: 80px;
}
.product__slider-thmb button.slick-next {
    background-image: url(../images/Vector-right.svg);
    right: -10px;
    top: 80px;
}
.seller-slide .seller-text h4 a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
     font-family: Montserrat;
}
.seller-slide .seller-text h4 a:hover{
    color: #8102fe;
}
.last-view .last-view-text h4 a:hover{
    color: #8102fe;
}

.seller-slide .seller-text p {
    font-size: 14px;
    color: #838DAD;
    margin-bottom: 0px;
}
.seller-slide .seller-text h4 span{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
     font-family: Montserrat;
}
.seller-slide .seller-text h4 {
    margin-bottom: 0px;
    line-height: 18px;
}
.seller-img {
    position: relative;
    margin-bottom: 10px;
}
.seller-img span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.seller-img img {
    width: 100%;
}
.seller-slide .slick-slide {
    padding-right: 15px;
}






.last-view .last-view-text h4 a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
     font-family: Montserrat;
}
.last-view .last-view-text p {
    font-size: 14px;
    color: #838DAD;
    margin-bottom: 0px;
}
.last-view .last-view-text h4 span{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
     font-family: Montserrat;
}
.last-view .last-view-text h4 {
    margin-bottom: 0px;
    line-height: 18px;
}
.last-view-img {
    position: relative;
    margin-bottom: 10px;
}
.last-view-img span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.last-view-img img {
    width: 100%;
}
.last-view-main {
    padding: 70px 0px;
}
.item-seller {
    padding-top: 20px;
}
.item-seller-head h3 {
    font-size: 20px;
    color: #838DAD;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 20px;
}

.last-view-main .col-lg-2 {
    padding-right: 5px !important;
}
.seller-slide .slick-slide:nth-child(8) {
    position: relative;
}
.seller-slide .slick-slide:nth-child(8):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    background-color: #d9d9d9;
    opacity: .8;
    z-index: 99;
}
.seller-slide .slick-slide:nth-child(12) {
    position: relative;
}
.seller-slide .slick-slide:nth-child(12):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    background-color: #d9d9d9;
    opacity: .8;
    z-index: 99;
}
.seller-slide .slick-slide:nth-child(16) {
    position: relative;
}
.seller-slide .slick-slide:nth-child(16):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 100%;
    background-color: #d9d9d9;
    opacity: .8;
    z-index: 99;
}
.seller-slide button.slick-next {
    background-image: url(../images/Vector-right.svg);
    right: 180px;
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.seller-slide button.slick-next:before{
    display: none;
}
.single-bid span.closed {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 32px;
    color: #929CBE;
    font-weight: 500;
    margin-bottom: 20px;
}
.auction-ended .next-bid {
    border: 1px solid #8000FF;
    border-radius: 60px;
    padding: 15px 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.auction-ended .similar-item h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #9AA3C1;
}
.auction-ended .similar-item {
    margin-bottom: 70px;
}
.auction-ended .next-bid span {
    font-size: 20px;
    color: #8000FF;
    font-weight: 400;
}
.mywon-inner {
    display: flex;
    align-items: center;
    background: #F5F9FC;
    border-radius: 20px;
    border: 1px solid #EEEEEE;
    padding: 20px;
    margin-bottom: 10px;
}
.won-text h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: Montserrat;
}
.won-text p {
    font-size: 14px;
    font-weight: 400;
    color: #5C6574;
    font-family: Montserrat;
    margin-bottom: 10px;
}
.won-text ul li.payment {
    color: #8000FF;
}
.won-img {
    width: 20%;
    position: relative;
}
.won-text {
    width: 63%;
    padding: 0 30px;
}
.won-btn {
    width: 17%;
}
.won-img img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}
.won-img span img {
    width: auto;
    height: auto;
}

.won-text ul {
    padding: 0px;
    list-style: none;
}
.won-text ul li {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: Montserrat;
    margin-bottom: 5px;
}
.won-img span {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.won-text ul li span {
    float: right;
    font-weight: bold;
}
.mywon-inner .won-btn button {
    font-size: 15px;
    font-weight: 500;
    color: #8000FF;
    font-family: Montserrat;
    width: 100%;
    border: 1px solid #8000FF;
    padding: 10px 20px;
    border-radius: 60px;
    background: transparent;
}
.mywon-inner.odd .won-btn button:hover{
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.mywon-inner .won-btn button:hover{
        border: 1px solid #000;
    background: #000;
    color: #fff;
}
.mywon-inner.odd {
    background: #fff;
}
.mywon-inner.odd .won-btn button {
    color: #ffffff;
    background: #8000ff;
}
.won-heading {
    display: flex;
}
.won-heading h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0px;
}
.breadcrumb.won ul {
    padding-left: 0px;
}
.won-heading ul {
    display: flex;
    list-style: none;
}
.won-heading {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.won-heading ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 70px;
}

.won-heading ul li {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #9AA3C1;
}
.exclusive-art .row {
    align-items: center;
}
.won-heading ul li a {
    color: #8000FF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.won-heading ul li a:hover{
    color: #000;
}
.won-heading ul li span {
    margin-left: 20px;
}
.won-cart {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 20px;
}
.won-cart h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 45px;
}
.won-cart-main {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.won-cart-main .won-img-cart {
    width: 30%;
}
.won-cart-main .won-text-cart {
    width: 70%;
    padding-left: 15px;
}
.won-cart-main .won-img-cart img {
    border-radius: 20px;
    border: 4px solid #FFFFFF;
}
.won-cart-main .won-img-cart img {
    width: 100%;
}
.won-cart-main .won-text-cart h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat;
}
.won-cart-main .won-text-cart p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0px;
    font-family: Montserrat;
}
.won-shipping ul {
    list-style: none;
    padding: 15px 25px;
    background: #F5F9FC;
    margin: 0px;
    border-radius: 20px;
}
.won-shipping {
    padding-top: 30px;
    padding-bottom: 20px;
}
.won-shipping ul li span {
    float: right;
}
.won-shipping ul li {
    margin-bottom: 10px;
}
.won-shipping ul li {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat;
}
.won-total ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.won-total ul li span {
    float: right;
}
.won-total ul li {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.won-total ul li span {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.won-total {
    margin-bottom: 20px;
    padding: 0 10px;
}
.won-total-btn button {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-family: Montserrat;
    width: 100%;
    padding: 10px 20px;
    border-radius: 60px;
    background: #00d971;
    border: none;
}
.won-total-btn button:hover{
    background: #333;
}
.mywon-main {
    padding-bottom: 80px;
}
.won-heading h3.return a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.won-heading h3.return a:hover{
    color: #8000FF;
}
.won-heading h3.return img {
    width: 30px;
    height: 30px;
}
.Shipping-details {
    background: #F5F9FC;
    border-radius: 20px;
    padding: 25px 25px 75px 25px;
    border: 1px solid #EEEEEE;
}
.Shipping-details p {
    padding: 0 10px;
}
.Shipping-details h3 {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.Shipping-details h3 {
    color: #000000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
.Shipping-details .form-field {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    align-items: center;
}
.Shipping-details .half-field {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.Shipping-details .full-field {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.Shipping-details .half-field span {
    font-size: 16px;
    font-weight: 500;
    color: #2d3748;
    font-family: Montserrat;
}
.pay-inner.last .pay-icon img {
    width: 100%;
}
.form-field select {
    width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    color: #2d3748;
    border-radius: 30px;
    padding: 17px 20px;
    font-family: Montserrat;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-s.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-position-x: 310px;
}



.custom-select {
  position: relative;
}

.custom-select select {
  display: none; / Hide the original select element /
}

.custom-select .select-selected {
width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    color: #2d3748;
    border-radius: 30px;
    padding: 17px 20px;
    font-family: Montserrat;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}


.custom-select .select-selected:after {
    content: "";
  background-image: url(../images/arrow-down-s.svg);
    background-position: right center;
    background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
    position: absolute;
    height: 30px;
    width: 30px;
}

.custom-select .select-items {
    position: absolute;
    background-color: #fff;
    border-top: none;
    display: block;
    z-index: 1;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
}
.custom-select .select-items.select-hide {
    display: none;
}

.custom-select .select-items div {
  padding: 8px 10px;
  cursor: pointer;
}
.custom-select .select-items div:hover {
    background-color: #f5f9fc;
    border-radius: 60px;
}



.Shipping-details form input{
    width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 400;
    color: #2d3748;
    border-radius: 30px;
    padding: 17px 20px; 
}
.Shipping-details form input:focus-visible{
    outline: none;
}
.Shipping-details form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #718096;
    font-family: Montserrat;
    margin-bottom: 10px;
}
.Shipping-details p {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: Montserrat;
}
.favorite .won-img {
    width: 25%;
}
.favorite .won-text {
    width: 58%;
}
.favorite  .won-btn {
    width: 17%;
}
.favorite .won-img img {
    height: 220px;
    object-fit: cover;
}
.favorite .won-img span img {
    height: auto;
    width: auto;
}
.favorite .won-text h3 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    font-family: Montserrat;
    margin-top: 50px;
}
.favorite .won-text span {
    color: #9AA3C1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
}
.favorite .won-btn span.timer {
    font-size: 30px;
    color: #9AA3C1;
    font-family: Montserrat;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.pay-inner.last {
    align-items: center;
    padding: 12px 0px;
}
    .exclusive-art-img img {
    width: 100%;
}
.exclusive-art {
    background: #F5F9FC;
    padding: 42px 0px;
}
.breadcrumb.auction-bread {
    margin-bottom: 0px !important;
    border-bottom: 2px solid #EEEEEE;
}
.exclusive-art-text h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px !important;
    margin-bottom: 8px;
}
.exclusive-art-text  p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font-family: Montserrat;
}
.exclusive-art-text .follow-btn button img {
    margin-right: 10px;
}
.exclusive-art-text .follow-btn button {
    border: 1px solid #CCCCCC;
    border-radius: 60px;
    padding: 10px 20px;
    background: transparent;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: Montserrat;
}
.follow-btn {
    margin-top: 10px;
    margin-bottom: 30px;
}
.auction-timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.auction-timer-left {
    width: 50%;
}
.auction-timer-right {
    width: 50%;
}
.auction-timer-left span {
    color: #8000FF;
    font-size: 46px;
    font-weight: 500;
     font-family: Montserrat;
}
.auction-timer-right ul {
    margin: 0px;
    display: flex;
    list-style: none;
    padding: 0px;
    justify-content: end;
    padding-right: 40px;
}
.auction-timer-right ul li {
    padding-left: 20px;
}
.exclusive-art-content {
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px 30px;
    border-radius: 0px 0px 20px 20px;
}
.exclusive-art-content h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 8px;
}
.exclusive-art-content span {
    font-size: 20px;
    color: #9AA3C1;
    font-weight: 400;
     font-family: Montserrat;
}
.breadcrumb.auction-bread ul {
    padding-left: 0px;
}
.exclusive-object {
    padding: 30px 0px 80px 0px;
}
.exclusive-object h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #3A3A3A;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 0;
}
.exclusive-object-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.exclusive-object-sort {
    width: 50%;
}
.exclusive-object-search {
    width: 50%;
    text-align: end;
}
.object-search-flex {
    display: flex;
    justify-content: end;
    align-items: center;
}
.object-search-flex ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px;
    padding-left: 10px;
}
.object-search-flex form input {
    width: 320px;
    height: 42.619px;
    flex-shrink: 0;
    border-radius: 60px;
    border: 1px solid #E0E2E7;
    background: #F5F9FC;
    padding: 9px 20px 9px 50px;
    color: #9BA5C8;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.object-search-flex form input:focus-visible{
    outline: none;
}
.object-search-flex ul li {
    padding-left: 20px;
}
.object-search-flex form button {
    position: absolute;
    top: 50%;
    left: 0;
    background: none;
    border: none;
    transform: translate(25px, -50%);
    color: #a969fe;
    font-weight: 300 !important;
}
.object-search-flex form {
    position: relative;
}
.exclusive-object-sort .custom-select {
    width: 250px;
}
.exclusive-object-sort .custom-select .select-selected {
    height: 42.619px;
    border-radius: 60px;
    border: 1px solid #E0E2E7;
    background: #F5F9FC;
    padding: 9px 15px 9px 15px;
    color: #858D9D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/down-arrows.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-position-x: 215px;
}
.exclusive-object-sort h4 {
    display: flex;
}

.exclusive-object-sort .custom-select .select-items div {
    font-size: 14px;
      font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
}
.exclusive-object-sort .custom-select .select-selected:after{
    display: none;
}
.exclusive-object-sort select:focus-visible{
    outline: none;
}
.exclusive-object-sort img {
    margin-right: 15px;
}
.object-grid-img img {
    width: 100%;
    height: 301px;
    object-fit: cover;
}
.object-grid-text {
    padding: 15px;
    background: #F5F9FC;
}
.object-grid-text h4 {
    font-size: 20px;
}
.object-grid-text h4 a {
    text-decoration: none;
    color: #3A3A3A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: inline-block;
}
.object-grid-text h4 a:hover{
    color: #8102fe;
}
.object-grid-main {
    padding-top: 15px;
}
.object-grid-text h4 span.heart-icon {
    float: right;
}
.object-grid-text p.brand {
    color: #898989;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 132%;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.object-grid-text p.price {
    color: #3A3A3A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0 !important;
}
.object-grid-text p.price span.time-left {
    float: right;
    color: #9EA7C7;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat;
    line-height: 120%;
}
.object-grid {
    margin-bottom: 45px;
}
.pagination {
    justify-content: center;
    margin-top: 30px;
}
.pagination a {
    margin: 0 5px;
    background: #DEDEFA;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 6px;
    color: #5C59E8;
    font-family: 'Montserrat';
}
.pagination a.active {
    background: #5c59e8;
    color: #fff;
}

.pagination a:hover {
    background: #baacff;
    color: #fff;
}
.contact-head {
    text-align: center;
}
.contact-head h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px !important;
    margin-bottom: 10px;
}

.contact-head p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
     font-family: 'Montserrat';
}
.contact-us {
    padding: 60px 0px;
}
.contact-main {
    background: #F5F9FC;
    padding: 79px 20px 80px 43px;
    margin-top: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.address-flex {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.add-icon {
    width: 20%;
}
.add-detail {
    width: 80%;
}
.contact-add {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 40px 0px 40px;
}
.add-detail h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
     font-family: 'Montserrat';
}
.add-detail p {
    font-size: 16px;
    color: #898989;
    line-height: 22px;
    font-weight: 400;
     font-family: 'Montserrat';
}
.add-detail ul {
    padding-left: 0px;
    list-style: none;
}
.add-detail ul li {
    font-size: 16px;
    color: #898989;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.add-detail ul li a {
    font-size: 16px;
    color: #898989;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat';
    text-decoration: none;
}
.contact-main form {
    display: flex;
    flex-wrap: wrap;
}
.contact-main form .half-form {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.contact-main form label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.contact-main form  input {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 60px;
    padding: 12px 0px;
}
.contact-main form .full-form {
    width: 100%;
    padding: 0 10px;
}
.contact-main form .full-form textarea {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    height: 110px;
    padding: 20px;
    color: #9AA3C1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
}
.contact-main form .btn {
    text-align: left;
    margin-top: 40px;
}
.contact-main form .btn input {
    border: 1px solid #8000FF;
    border-radius: 60px;
    padding: 13px 60px;
    background: #8000FF;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: Montserrat;
    width: auto;
}
.contact-main form .btn input:hover{
    border: 1px solid #000;
    background: #000;
}
/*----------faq-----------*/
.faq-main .accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
}
/*.faq-main .accordion .accordion-item button[aria-expanded='true'] {
    margin-bottom: 0px;
    border-radius: 40px 40px 0px 0px;
}*/
.faq-main .accordion .accordion-item button[aria-expanded='true'] {
    margin-bottom: 0px;
    border-radius: 40px 40px;
    z-index: 9;
}
.faq-main .accordion button {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    background: #F5F9FC;
    outline: none;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 100px;
    padding: 10px 20px;
    align-items: center;
}
.faq-main .accordion button span.num-accordion {
    font-size: 36px;
    font-weight: 800;
    color: #8000FF;
    margin-right: 15px;
    font-family: Montserrat;
    line-height: 35px;
}
.faq-main .accordion button .accordion-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.faq-main .accordion button:hover,
.faq-main .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}

.faq-main .accordion button:hover::after,
.faq-main .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.faq-main .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 28px;
    width: 29px;
    height: 29px;
    border: 1px solid;
    border-radius: 22px;
    color: #9747ff;
}

.faq-main .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 13px;
    left: 9px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.faq-main .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 13px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faq-main .accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.faq-main .accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
/*.faq-main .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    border: 1px solid #eee;
    border-radius: 0px 0px 40px 40px;
    padding: 10px 35px;
    background: #FEFFFF;
    border-top: none;
}*/
.faq-main .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    border: 1px solid #eee;
    border-radius: 0px 0px 40px 40px;
    padding: 39px 35px 10px;
    background: transparent;
    border-top: none;
    margin-top: -17px;
}
.faq-main .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-main .accordion .accordion-content p {
    font-size: 15px;
    color: #8E94AA;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Montserrat';
}
.faq-main h2 {
    font-family: 'Chloe';
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0px;
    text-align: center;
}
.faq-main p.quest {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    font-family: 'Montserrat';
    line-height: 25px;
}
.faq-main {
    padding-top: 70px;
    padding-bottom: 70px;
}
.faq-main .accordion {
    margin-top: 35px;
}
/*----------faq-----------*/

.dashboard-main {
    padding: 40px 0px;
}
.dashboard-main .sidebar ul {
    padding: 0px;
    list-style: none;
}
.dashboard-main .sidebar ul li a {
    color: #667085;
    font-size: 16px;
    font-family: 'Montserrat';
    text-decoration: none;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 60px;
}
.dashboard-main .sidebar ul li a:hover{
    background: #f5f9fc;
}
.dashboard-main .sidebar ul li.active a {
    background: #8000FF;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    border-radius: 60px;
}
.dashboard-main .sidebar ul li a span {
    float: right;
    padding-right: 5px;
}
.dashboard-main .sidebar ul li a {

}
.dashboard-main .sidebar ul li.active {
    padding: 0px;
}
.dashboard-total {
    display: flex;
    flex-wrap: wrap;
}
.dashboard-total .sale-total {
    width: 33%;
}
.sale-total .sale-inner {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    display: flex;
    padding: 15px 20px;
    margin: 0 10px;
}
.sale-total-img {
    background: #8000FF;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 18px;
}
.sale-total-text {
    margin-left: 20px;
}
.sale-total-text h4 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 0px;
}
.sale-total-img img {
    width: 35px;
    height: 35px;
}
.sale-total-text span {
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    font-family: 'Montserrat';
}
.sale-total-img.red {
    background: #e12b2b;
}
.sale-total-img.yellow {
    background: #FFDA1A;
}
.auction-dash .back-btn a {
    height: auto !important;
    padding: 12px 20px !important;
}
.auction-dash .col-md-8 {
    padding-left: 15px;
}
.auction-dash .col-md-4 {
    padding-right: 10px;
}
.auction-dash .tab-list {
    padding: 0px;
}
.auction-dash .filter-area {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.auction-dash .dashboard-tabs .back-btn img {
    margin-left: 8px;
}
.auction-dash .auction_dashboard_content table.auction_table {
    width: 100%;
}
.auction-dash td.auction_table_name {
    display: flex;
    align-items: center;
}
.auction-dash td.auction_table_name img {
    width: 20%;
}
.auction-dash td.auction_table_name 
 .auction_dashboard_name {
    width: 80%;
    margin-left: 12px;
}
.auction-dash td.auction_table_name .auction_dashboard_name h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}
.auction_dashboard_content td ul li span {
    font-weight: bold;
    float: right;
    margin-left: 30px;
}
.auction_dashboard_content td ul li {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    font-family: 'Montserrat';
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.auction-dash .auction_dashboard_content  {
    border: 1px solid #EEEEEE;
    border-radius: 20px 20px 0px 0px;
}
.auction-dash tr:nth-child(odd) {
    background-color: #F5F9FC;
}
.auction_dashboard_content tr.auction_table_first {
    border-radius: 20px 20px 0px 0px;
}
.auction_dashboard_content td ul {
    padding-left: 10px;
    list-style: none;
    padding-right: 10px;
    margin-bottom: 0px;
}
.auction_dashboard_content tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.auction_dashboard_content tr button {
    border: 1px solid #8000ff;
    border-radius: 60px;
    padding: 7px 24px;
    font-size: 12px;
    font-weight: bold;
    color: #8000ff;
    font-family: 'Montserrat';
    background: transparent;
    margin-left: 20px;
}
.auction_dashboard_content tr button:hover {
    border: 1px solid #000000;
    color: #ffffff;
    background: black;
}
.dashboard-right.auction-dash {
    padding-left: 20px;
}
.auction-dash td.auction_table_name .auction_dashboard_name  p {
    font-size: 12px;
    font-weight: 400;
    color: #5C6574;
    font-family: 'Montserrat';
}
.auction-dash td.auction_table_name .auction_dashboard_name p {
    margin: 0px;
}
.dashboard-tabs .auction_pagination {
    align-items: center;
    margin-top: 20px;
}
.dashboard-tabs .auction_pagination .pagination {
    margin: 0px;
    justify-content: end;
}
.dashboard-tabs .auction_pagination .pagination a {
    background: #F5F9FC;
    color: #5C59E8;
}
.dashboard-tabs .auction_pagination .pagination a:hover{
    background: #baacff;
    color: #fff;
}
.dashboard-tabs .auction_pagination .pagination a.active {
    background: #5C59E8;
    color: #fff;
}
.dashboard-tabs .auction_pagination p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #667085;
     font-family: 'Montserrat';
     font-weight: 500;
}
 .auction-dash .auction_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

   .auction-dash .auction_table_first td {
    padding: 10px;
    text-align: center;
  }

  .auction-dash  .auction_table_name {
    display: flex;
    align-items: center;
  }

  .auction-dash  .auction_table_name img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .auction-dash  .auction_dashboard_name {
    flex: 1;
  }

   .auction-dash .auction_dashboard_name h3 {
    margin: 0;
  }

  .auction-dash .round {
    display: flex;
    justify-content: center;
  }



/*----------media-----------*/
@media(max-width: 1247px){
.product__slider-main .slide img {
    height: 456px !important;
}
.single-next-bid {
    margin-top: 15px;
}
.single-bid h2 {
    font-size: 30px !important;

}
.closed-text p {
    font-size: 25px;
}
.auction-ended-btn {

    margin-top: 40px;
    margin-bottom: 40px;
}
.check-text {
 
    margin-bottom: 15px;
}
.check-text p {
    font-size: 17px;
}
}
@media(max-width: 1240px){
.faq-main h2 {
    font-size: 40px !important; 
}
.faq-main .accordion button .accordion-title {
    font-size: 18px;
}
.faq-main .accordion button span.num-accordion {
    font-size: 29px;
}
}
@media(max-width: 1200px){
   .breadcrumb {
    padding: 30px 0px !important;
}
.single-heading h2 {
    font-size: 40px !important;
} 
.single-heading h4 {
    font-size: 22px;
}
.single-prof {
    padding: 10px 15px;
}
.single-prof img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.detail-table h3 {
    margin-bottom: 10px;
}
.single-prof  h4 {
    font-size: 18px;
}
.single-bid span.closed {
    font-size: 25px;
    margin-bottom: 10px;
}
.auction-ended .next-bid {
    margin-top: 30px;
    margin-bottom: 30px;
}
.auction-ended .similar-item {
    margin-bottom: 50px;
}
.pay-inner {
    padding: 15px 0px;
}
.pay-inner.last .pay-icon img {
    width: 100%;
}
.form-field select {
    background-position-x: 280px;
}
.object-grid-img img {
    height: 250px;
}
.pagination {
    margin-top: 10px;
}
}
@media(max-width: 1199px){
 .single-heading h2 {
    font-size: 35px !important;
}  
.single-heading h4 {
    font-size: 20px;
}
.single-prof img {
    height: 50px;
} 
.single-bid span.closed {
    font-size: 20px;
}
.table-description {
    margin-bottom: 30px;
}
.pay-option {
    margin-bottom: 30px;
}
.breadcrumb ul {
    padding-left: 30px;
}
.favorite .won-btn span.timer {
    font-size: 24px;
    margin-bottom: 15px;
}
}
@media(max-width: 1080px) {
    .auction-ended .next-bid {
    padding: 10px 15px;
}
.last-view-main {
    padding: 50px 0px;
}
.single-heading h4 {
    font-size: 18px;
}
.bid-table {
    height: auto;
}
.item-seller {
    padding-top: 10px;
}
.single-next-bid {
    margin-top: 30px;
}
.nex-bid-btn button {
    padding: 10px 20px;
    font-size: 18px;
}
.won-heading ul {
    padding-left: 50px;
}
.won-text {
    padding: 0 20px;
}
.mywon-inner {
    padding: 15px;
}
.form-field select {
    background-position-x: right;
}
.Shipping-details {
    padding: 20px 20px 20px 20px;
}
.form-field select {
    font-size: 15px;
    padding: 12px 20px;
}
.Shipping-details form input {
   font-size: 15px;
    padding: 12px 20px;
}
.Shipping-details form label {
    font-size: 15px;
    margin-bottom: 7px;
}
.Shipping-details .half-field {
    margin-bottom: 20px;
}
.Shipping-details {
    margin-bottom: 30px;
}
.won-shipping {
    padding-top: 20px;
    padding-bottom: 10px;
}
.favorite .won-btn span.timer {
    font-size: 22px;
    margin-bottom: 10px;
}
.favorite .won-text h3 {
    font-size: 30px;
    margin-top: 40px;
}
.favorite .won-text h3 {
    font-size: 28px;
    margin-top: 35px;
}
.exclusive-art {
    padding: 30px 0px;
}
.exclusive-art-text h2 {
    font-size: 40px !important;
}
.exclusive-art-text p {
    font-size: 20px;
}
.auction-timer-left span {
    font-size: 35px;
}
.exclusive-art-content {
    padding: 20px 20px 30px 20px;
}
.contact-us {
    padding: 50px 0px 80px 0px;
}
.contact-main {
    padding: 60px 20px 60px 40px;
    margin-top: 25px;
}
.contact-add {
    padding: 30px 30px 0px 20px;
}
.address-flex {
    padding-bottom: 20px;
}
.contact-main form  input {
    padding: 10px 0px;
}
.contact-main form label {
    margin-bottom: 7px;
}
.contact-main form .btn {
    margin-top: 25px;
}
.add-detail h4 {
    font-size: 22px;
}
.dashboard-right.auction-dash {
    padding-left: 10px;
}
.dashboard-right.auction-dash .dashboard-tabs .back-btn {
    width: auto;
}
.auction_dashboard_content tr {
    padding: 10px;
}
.auction-dash td.auction_table_name img {
    width: 60px !important;
    height: 60px;
    object-fit: cover;
    padding: 0px !important;
}
.auction-dash td.auction_table_name .auction_dashboard_name {
    width: auto;
    margin-left: 10px;
}
.auction-dash td.auction_table_name {
    display: inherit;
    align-items: center;
}
.dashboard-right.auction-dash .dashboard-tabs .tab-list {
    display: block;
}
.dashboard-right.auction-dash .dashboard-tabs .tab-list .tab-btn {
    width: 100%;
}
.dashboard-right.auction-dash .dashboard-tabs .tab-list .back-btn a {
    width: auto;
}
.dashboard-right.auction-dash .dashboard-tabs .tab-list .back-btn {
    margin-top: 20px;
}
}


@media(max-width: 991px) {
    .breadcrumb ul {
    padding-left: 0px;
}
.single-heading h2 {
    font-size: 35px !important;
    margin-bottom: 5px;
}
.single-heading h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.single-text-main {
    margin-top: 0px;
}
.single-text-main {
    margin-top: 50px;
}
.product__slider-thmb .slide.slick-slide {
    width: auto !important;
}
html body .product__slider-thmb .slick-current.slick-active {
    width: auto !important;
}
.single-bid > .row {
    align-items: center;
    display: flex !important;
}
.single-bid > .row .col-lg-6 {
    width: 50%;
}
.auction-ended {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.auction-ended .next-bid {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
}
.auction-ended .similar-item h4 {
    text-align: right;
}
.auction-ended .similar-item {
    margin-bottom: 0px;
    width: 50%;
}
.pay-inner {
    padding: 10px 0px;
}
.detail-object table {
    margin-bottom: 30px;
}
.detail-table h3 {
    margin-bottom: 20px;
}
.last-view-main {
    padding: 20px 0px 70px 0px;
}
.item-seller {
    padding-top: 50px;
}
.last-view {
    margin-bottom: 40px;
}
.seller-slide button.slick-next {
    right: 0px;
}
.mywon-inner .won-btn button {
    padding: 7px 15px;
}
.auction-timer-right ul {
    padding-right: 0px;
}
.exclusive-art-right {
    margin-top: 40px;
}
.follow-btn {
    margin-bottom: 20px;
}
.exclusive-art-text .follow-btn button {
    padding: 7px 20px;
    font-size: 15px;
}
.object-search-flex form input {
    width: auto;
}
.exclusive-object-sort select {
    width: 200px;
}
.object-grid-img img {
    height: auto;
}
.object-grid {
    margin-bottom: 30px;
}
.contact-main form {
    margin-top: 50px;
}
.add-icon {
    width: 10%;
}
.add-detail {
    width: 90%;
}
.contact-add {
    padding: 40px 40px 0px 30px;
}
.contact-main {
    padding: 40px 30px;
}
.exclusive-object-sort select {
    background-position-x: 165px;
}
.faq-main .accordion button[aria-expanded='true'] + .accordion-content {
    padding: 36px 20px 10px;
}
.faq-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.dashboard-right.auction-dash .dashboard-tabs .tab-list button {
    padding: 9px 15px;
}
}
@media(max-width: 768px) {
    .single-detail-main {
    padding-top: 30px;
}
.last-view-main {
    padding: 20px 0px 40px 0px;
}
.detail-object table tr {
    margin-bottom: 10px;
}
.favorite .won-btn span.timer {
    font-size: 20px;
    margin-bottom: 10px;
}
.breadcrumb ul li span {
    margin-left: 10px;
    margin-right: 10px;
}
.object-search-flex ul li {
    padding-left: 10px;
}
.contact-us {
    padding: 40px 0px 80px 0px;
}
.contact-head h2 {
    font-size: 40px !important;
}
.address-flex {
    padding-bottom: 10px;
}
.add-detail p {
    font-size: 15px;
}
.add-detail ul li {
    font-size: 15px;
}
.add-detail ul li a {
    font-size: 15px;
}
    .auction-dash .auction_table_name {
      flex-direction: column;
      align-items: flex-start;
    }

    .auction-dash .auction_table_name img {
      margin-bottom: 5px;
    }

     .auction-dash .round {
      margin-top: 10px;
    }
}

@media(max-width: 767px) {
.detail-bid table tr td.odd {
    font-size: 15px;

}
.product__slider-thmb button.slick-next {
    top: 65px;
}
.product__slider-thmb button.slick-prev {
    top: 65px;
}
.last-view-main {
    padding: 50px 0px 40px 0px;
}
.detail-table h3 {
    margin-bottom: 5px;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-table h3 img {
    height: 30px;
    width: 30px;
}
.single-heading h4 {
    font-size: 16px;
}
.single-heading ul {
    margin-top: 5px;
}
.won-img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.won-text {
   width: 100%;
   padding: 0 0px;
}
.won-btn {
      width: 100%;
}
.mywon-inner {
   display: block;
}
.mywon-inner .won-btn button {
    padding: 10px 15px;
    font-size: 18px;
}
.won-total-btn button {
    font-size: 18px;
    padding: 10px 15px;
}
.Shipping-details .half-field {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 25px;
}
.Shipping-details .full-field {
    padding: 0 0px;
}
.Shipping-details .half-field.add {
    margin-bottom: 7px;
}
.Shipping-details .form-field {
    padding-top: 30px;
}
.favorite .won-img {
    width: 100%;
}
.favorite .won-text {
     width: 100%;
}
.favorite .won-img img {
    height: auto;
    object-fit: cover;
}
.favorite .won-text h3 {
    margin-top: 25px;
}
.favorite  .won-btn {
    width: 100%;
    margin-top: 20px;
}
.mywon-main {
    padding-bottom: 60px;
}
.seller-slide .slick-slide:before{
    display: none;
}
.seller-slide .slick-slide{
    padding-right: 15px !important;
}
.won-img img {
    height: auto;
}
.exclusive-object-search {
    text-align: left;
}
.object-search-flex form input {
    width: 100%;
}
.object-search-flex {
    justify-content: left;
}
.object-search-flex ul {
    padding-left: 0px;
}
.exclusive-object-sort img {
    margin-right: 5px;
}
.object-grid-main {
    padding-top: 5px;
}
.exclusive-art-text p {
    font-size: 18px;
}
.exclusive-art-content h4 {
    font-size: 22px;
}
.exclusive-art-content span {
    font-size: 18px;
}
.contact-head p br {
    display: none;
}
.contact-main {
    margin-top: 15px;
}
.contact-head p {
    font-size: 15px;
}
.contact-add {
    padding: 30px 30px 0px 30px;
}
.add-detail h4 {
    margin-bottom: 3px;
}
.contact-main form {
    margin-top: 40px;
}
.faq-main .accordion button .accordion-title {
    font-size: 15px;
}
.faq-main .accordion .accordion-content p {
    font-size: 13px;
    line-height: 20px;

}
.auction-dash .auction_dashboard_content table.auction_table tbody {
    width: 120%;
    display: block;
    overflow-x: scroll;
}
.dashboard-right.auction-dash {
    padding-left: 10px;
    padding-right: 10px;
}
.dashboard-right .auction_pagination .total-item {
    text-align: center;
}
.dashboard-right .dashboard-tabs .auction_pagination .pagination {
    margin: 0px;
    justify-content: center;
    margin-top: 20px;
}
}
@media(max-width: 575px) {
.detail-table {
    margin-top: 25px;
}
.mywon-inner .won-btn button {
    padding: 8px 15px;
    font-size: 16px;
}
.won-total-btn button {
    font-size: 16px;
    padding: 10px 15px;
}
.breadcrumb ul li span {
    margin-left: 10px;
    margin-right: 15px;
}
.exclusive-object-sort select {
    width: auto;
}
.breadcrumb.auction-bread ul li {
    font-size: 14px;
}
.breadcrumb.auction-bread ul li span {
    margin-left: 0px;
    margin-right: 10px;
}
.contact-us {
    padding: 30px 0px 70px 0px;
}
.contact-main {
    padding: 30px 20px;
}
.add-detail h4 {
    font-size: 20px;
}
.add-detail p {
    font-size: 14px;
}
.add-detail ul li {
    font-size: 14px;
}
.add-detail ul li a{
    font-size: 14px;
}
.exclusive-object-sort select {
    background-position-x: 110px;
    padding-right: 100px;
}
.breadcrumb {
    padding: 20px 0px !important;
}
.faq-main h2 {
    font-size: 35px !important;
}
.faq-main p.quest {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.faq-main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq-main .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: inherit;
}
.closed-text p {
    font-size: 20px;
}
}
@media(max-width: 480px) {
.auction-ended {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.auction-ended .next-bid {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.auction-ended .next-bid span {
    font-size: 18px;
}
.auction-ended .similar-item {
    margin-bottom: 0px;
    width: 100%;
    margin-top: 15px;
}
.auction-ended .similar-item h4 {
    text-align: center;
}
.nex-bid-btn {
    display: block;
}
.nex-bid-btn .limit-price {
    width: 100%;
    margin-bottom: 20px;
}
.nex-bid-btn .place-price {
    width: 100%;
    margin-bottom: 40px;
}
.single-next-bid .next-bid {
    border: 1px solid #D9D9D9;
    border-radius: 60px;
    padding: 15px 20px;
}
.Shipping-details {
    padding: 20px 15px 20px 15px;
}
.Shipping-details form input {
    padding: 10px 20px;
}
.form-field select {
padding: 10px 20px;
}
.Shipping-details .half-field {
    margin-bottom: 20px;
}
.won-cart-main {
    display: block;
}
.won-cart-main .won-img-cart {
    width: 100%;
}
.won-cart {
    padding: 15px;
}
.won-cart-main .won-text-cart {
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.seller-slide .slick-slide {
    padding-right: 0px !important;
}
.exclusive-art-text h2 {
    font-size: 35px !important;
}
.auction-timer-left span {
    font-size: 30px;
}
.exclusive-art-right {
    margin-top: 30px;
}
.object-grid-text h4 a { 
    font-size: 18px;
}
.object-grid-text p.brand {
    font-size: 18px;
}
.object-grid-text p.price {
    font-size: 18px;
}
.object-grid {
    margin-bottom: 20px;
}
.exclusive-object {
    padding: 30px 0px 50px 0px;
}
.add-icon {
    width: 25%;
    margin-bottom: 10px;
}
.contact-main form {
    display: block;
}
.contact-main form .half-form {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px;
}
.contact-main form label {
    margin-bottom: 5px;
}
.contact-main form .btn {
    margin-top: 15px;
}
.contact-head h2 {
    font-size: 35px !important;
    margin-bottom: 5px;
}
.contact-head p {
    font-size: 14px;
}
.faq-main .accordion button .icon {

    right: 14px;
}
.faq-main .accordion button span.num-accordion {
    font-size: 20px;
    margin-right: 5px;
}
.faq-main .accordion button { 
    padding: 10px 10px;
}
.faq-main .accordion button .icon {
    width: 25px;
    height: 25px;
}
.faq-main .accordion button .icon::after {  
    top: 7px;
    left: 11px;
}
.faq-main .accordion button .icon::before {
    top: 11px;
    left: 7px;
}
.faq-main .accordion button .icon {
    top: 15px;
}
.auction-dash .auction_dashboard_content table.auction_table tbody {
    width: 140%;
}
.auction-dash td.auction_table_name img {
    width: 50px !important;
    height: 50px;
}
.auction_dashboard_content td ul {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media(max-width: 430px){
    .single-detail-main {
    padding-top: 20px;
}
.summry-estimate h3 {
    margin-bottom: 10px;
}
.product__slider-thmb button.slick-next {
    top: 55px;
}
.product__slider-thmb {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.product__slider-thmb button {
    background-size: 25px !important;
    height: 25px !important;
    width: 25px !important;
    top: 55px !important;
}
.product__slider-thmb .slide.slick-slide {
    padding: 0 5px;
}
.single-text-main {
    margin-top: 40px;
}
.auction-ended {
    margin-bottom: 30px;
}
.bid-table {
    padding: 20px 20px;
}
.last-view-main {
    padding: 35px 0px 40px 0px;
}
.last-view {
    margin-bottom: 30px;
}
.auction-ended .next-bid span {
    font-size: 16px;
}
.auction-ended .next-bid {
    padding: 7px 10px;
}
.auction-ended .similar-item h4 {
    font-size: 18px;
}
.won-heading ul {
    padding-left: 30px;
}
.breadcrumb.auction-bread ul {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb.auction-bread ul li {
    width: 50%;
    margin-bottom: 10px;
    font-size: 15px;
}
.breadcrumb.auction-bread {
    padding-bottom: 20px !IMPORTANT;
}
.faq-main .accordion button .accordion-title {
    font-size: 15px;
}
.faq-main h2 {
    font-size: 32px !important;
}

}
@media(max-width: 390px){
.product__slider-thmb button {
    background-size: 20px !important;
    height: 20px !important;
    width: 20px !important;
    top: 50px !important;
}
}
/*----------media-----------*/