﻿@charset "utf-8";
:root {
    /*color palette*/
    --canvas-color: #f3f3f4;
    --template-color: black;
    --template-text-color: white;
    --template-overflow-color: transparent;
    --header-footer-width: 1200px;
    --site-width: 1200px;
    --slider-width: 1200px;
    --header-logo-height: 80px;
    --header-logo-height-mobil: 60px;
    --header-menu-height: 34px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    /* font-family: Arial, Helvetica,  sans-serif !important;  */
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
    height: 100%;
    background-color: var(--canvas-color);
    letter-spacing: .30px;
    font-weight: 400;
    font-size: 16px;
}

div {
    position: relative;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
a {
    outline: 0 none !important;
    text-decoration: none;
    color: #333;
}

.a-default {
    color: #333;
}

.a-default:hover {
    text-decoration: underline;
}
.ui-tooltip {
    background-color: black;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    z-index:111;
    position:absolute;
    font-size: 14px;
}
input, select, textarea {
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'APP', Helvetica, Arial, sans-serif;
    background-color: #fafbfc;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(126, 128, 129, 0.075);
   
}



input.short, select.short{
    width: 120px;
}

select {
    height: 40px;


    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1EM 0.7EM;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
}

select::after {
    font-family: "Font Awesome 5 Free";
    content: "\f362";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 6px;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 0;
    z-index: 1;
}

input:focus, select:focus, textarea:focus {
    border-color: #2188ff;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, .075), 0 0 0 0.2em rgba(3, 102, 214, .3);
}

.content-menu input:focus, .content-menu select:focus, .bid-input-container input:focus {
    box-shadow: inset 0 1px 2px rgba(126, 128, 129, 0.075);
    border-color: #efefef;
}

.content-menu input, .content-menu select, .bid-input-container input, .search-container-input input {
    background-color: white;
}

.fa, .fas, .fal, .fab {
    margin-right: 4px;
}

img {
    display: block;
}

h1 {
    margin-top: 0;
}

h1, h2, h3, strong {
    font-weight: 500;
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.detaylar {
    padding: 6px 0 ;
    display: block;
    color: #ccc;
}
.detaylar:hover{
    color: #333;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 100%;
  }
.cs {
    height: 100%;
    overflow: auto;
}

.btn {
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'APP', Helvetica, Arial, sans-serif;
    border: 1px solid #efefef;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
}

.btn:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
}

.blue {
    background-color: rgb(30, 133, 218);
    color: white;
}

.red {
    background-color: #B30000;
    color: white;
}

.green {
    background-color: green;
    color: white;
}
.red-text {
    color: #B30000 !important;
}
.green-text {
    color: green !important;
}
.green-bg {
    background-color: rgb(132, 214, 132) !important;
}
.grey {
    background-color: #f3f3f3;
}

.rounded-padding {
    padding: 4px 8px;
    border-radius: 4px;
}

.btn-template {
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'APP', Helvetica, Arial, sans-serif;
    border: 1px solid var(--template-text-color);
    border-radius: 6px;
    background-color: var(--template-color);
    color: var(--template-text-color);
}
.flexbox {
  display: flex;
}
h1 a, h2 a, h3 a {
    color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline;
}

.valign-helper {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
}

.pop-up-container {
    display: none;
    position: fixed;
    padding: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.pop-up-container.popup-video .pop-up {
    max-width: 100%;
}
.pop-up-container.popup-video .pop-up-content {
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    width: 700px;
    height: 400px;
}

.pop-up-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pop-up {
    background-color: white;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    padding: 16px;
    padding-top: 36px;
    min-width: 240px;
}

.pop-up-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 24px;
}

.no-btn .pop-up {
    padding-bottom: 36px;
}

.no-btn .pop-up-btn-container {
    display: none;
}

.pop-up-container .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    opacity: 0.5;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    z-index: 2;
}

.pop-up-container .close:hover {
    opacity: 1;
}
.pop-up-inner>.pop-up-image>a {
    display: flex;
    justify-content: center;
}
.pop-up-inner>.pop-up-image>a>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: inline !important;
}

.pop-up-image {
    position: static;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pop-up-image .close {
    background-color: white;
    font-size: 27px;
    opacity: 1;
    border-radius: 99px;
    line-height: 27px;
    z-index: 2;
}

.pop-up-inner .close i {
    margin: 0;
    width: 27px;
    height: 27px;
}

.pop-up-content {
    overflow: auto;
    max-height: 500px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: var(--template-overflow-color);
    color: var(--template-text-color);
    
}

.menu-header {
    grid-area: m-h;
    width: 100%;
    max-width: var(--header-footer-width);
    margin: 0 auto;
    height: var(--header-menu-height);
    display: table;
    padding: 0 40px;
    border-bottom: 1px solid rgba(117, 117, 117, 0.5);
    font-size: 14px;
    z-index: 2;
}
.menu-header.hide {
    display: none;
}
.menu-header>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: right;
}

.menu-header ul li {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.menu-header ul li a {
    color: var(--template-text-color);
    opacity: 0.8;
}

.menu-header ul li a img {
    height: 16px;
    width: auto;
}

.menu-header ul li a:hover {
    opacity: 1;
}

.menu-header ul li+li {
    margin-left: 16px;
}
.content-wrap.single-logo {
    padding-top: 0;
}
.header-inner {
    width: 100%;
    max-width: var(--header-footer-width);
    background-color: var(--template-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "m-h" "mls";
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.browser-error-container {
    background-color: #fff;
    position:fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
    z-index: 99999999999;
}
.browser-error-container .inner {
    max-width: 600px;
    margin: 0 auto;
}
.browser-error {
    padding: 40px;
    text-align: center;
}

.browsers {
    margin-top: 40px;
    text-align: center;
}

.browsers li {
    display: inline-block;
    margin: 10px 20px;
}

.browsers li i {
    font-size: 40px;
}
.browsers li img {
    width: 64px;
    height: auto;
    display: inline-block;
}
.browsers li p {
    margin: 0;
    padding-top: 20px;
}
.browsers li a:hover p {
    color: blue;
}
.mls {
    grid-area: mls;
    display: grid;
    grid-template-columns: 270px auto min-content;
    grid-template-areas: "l-c s-c u-c";
}

.search-container {
    grid-area: s-c;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-container>div {
    width: 100%;
}

.search-container-input form{
    width: 100%;
    display: flex;
}

.search-input {
    width: 100%;
    border-radius:4px 0 0 4px;
    border-right: none;
    box-shadow: none;
}
.search-input:focus{
    border-color: #efefef;
    box-shadow: none;
}
.search-button {
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #efefef;
    border-radius:0 4px 4px 0;
    border-left: none;

    background-color: white;
    outline: none;
    font-size: 16px;
    opacity: 1;
}
.search-button i{
    opacity: 0.6;
}
.search-button:hover i{
    opacity: 1;
}


.search-button i {
    margin: 0;
    padding: 0;
}
.help-block{
    display: block;
}
.user-header-container {
    grid-area: u-c;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-header {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.user-header>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.user-header>ul>li {
    white-space: nowrap;
    position: relative;
}

.user-header>ul>li+li {
    margin-left: 16px;
}

.user-header>ul>li a, .user-header>ul>li .icon-container {
    color: var(--template-text-color);
    opacity: 0.9;
    position: relative;
    cursor: pointer;
}

.user-button {
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-header>ul>li .icon-container>span {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.user-header>ul>li a:hover, .user-header>ul>li .icon-container:hover {
    color: var(--template-text-color);
    opacity: 1;
}

.user-header>ul>li a>span {
    vertical-align: middle;
    display: inline-block;
}

.user-header>ul>li>span span {
    display: none;
    font-size: 11px;
}

.user-header>ul>li>a>i, .user-header>ul>li>.icon-container>i {
    font-size: 26px;
    vertical-align: middle;
}

.user-header>ul>li .notification-number {
    background-color: red;
    color: white;
    border-radius: 99px;
    padding: 0px 4px;
    position: absolute;
    display: block;
    top: 0;
    right: -2px;
    font-size: 11px;
    line-height: 14px;
    border: 1px solid var(--template-color);
}

.mobil-menu-bars {
    display: none;
    cursor: pointer;
}

.log-in-button, .sign-in-button {
    border: 1px solid var(--template-text-color);
    border-radius: 4px;
    display: flex;
}

.log-in-button a, .sign-in-button a {
    padding: 8px 16px;
    font-size: 16px;
}

.log-in-button i, .sign-in-button i {
    display: none;
}

.log-in-button>a>span>span {
    display: none;
}

.user-menu, .notifications, .auto-complate {
    background-color: white;
    position: absolute;
    display: none;
    z-index: 2;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.user-menu {
    width: 200px;
    right: 0;
    top: 40px;
}

.notifications {
    right: -11px;
    width: 380px;
    top: 40px;
    max-height: 370px;
    flex-direction: column;
}

.user-menu:before, .notifications:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    right: 18px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: white;
}

.user-menu ul, .notifications ul, .auto-complate {
    overflow: hidden;
    border-radius: 4px;
}

.user-menu ul li, .notifications ul li, .auto-complate li {
    display: block;
    border-bottom: 1px solid #efefef;
}

.user-menu ul li a {
    color: #333;
    padding: 12px 0 12px 24px;
    display: block;
}

.notifications ul li a, .auto-complate li a {
    color: #333;
    padding: 8px;
    display: block;
}

.user-menu ul li a:hover, .notifications ul li a:hover, .auto-complate li a:hover {
    background-color: #efefef;
    color: black;
}

.notifications ul li a, .auto-complate li a {
    display: grid;
    grid-template-columns: 40px auto;
}

.notifications .image, .auto-complate .image {
    width: 40px;
    height: 40px;
    background-color: #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.notifications .image img, .auto-complate .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.notifications .content, .auto-complate .content {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notifications p {
    font-size: 14px;
    margin: 0 0 4px 0;
    line-height: 1.2;
    display: block;
    white-space: normal;
}
.auto-complate {
    z-index: 999;
}
.auto-complate .ui-state-active{
    font-variation-settings: "wght" 600;
    background-color: #e9e9e9;
}

.auto-complate p {
    font-size: 14px;
    margin: 0 0 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2;
    display: block;
}

.notifications small, .auto-complate small {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.popup-header {
    background-color: var(--template-color);
    color: var(--template-text-color);
    min-height: 110px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: none;
    border-bottom: 1px solid #efefef;
}

.popup-header>i {
    font-size: 36px !important;
}

.popup-header p {
    font-variation-settings: "wght" 550;
    margin: 4px 0 0 0;
}

.popup-header .close {
    position: absolute;
    padding: 16px;
    top: 0;
    right: 0;
}

.popup-header .close i {
    font-size: 20px;
    color: var(--template-text-color);
}

.logo-container {
    grid-area: l-c;
    height: var(--header-logo-height);
}

.logo-container img {
    padding-left: 40px;
}

.content-wrap {
    padding-top: calc(var(--header-logo-height) + var(--header-menu-height));
}

.content-inner {
    max-width: var(--site-width);
    margin: 0 auto;
    background-color: white;
    min-height: 500px;
}

.home-slider-container {
    width: 100%;
}

.slider-inner {
    width: 100%;
    max-width: var(--slider-width);
    background-color: white;
    margin: 0 auto;
}

.slider-inner i {
    padding-bottom: 50px;
    font-size: 30px;
    color: white;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
.products-list .owl-nav i, .product-detail-grid .owl-nav i{
    font-size: 26px;
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.slider-inner .owl-nav button {
    transition: all 0.3s ease;
    opacity: 0.6;
}

.slider-inner .owl-nav button:hover {
    opacity: 1;
}
.slider-inner .owl-carousel .item>a>p, 
.slider-inner .owl-carousel .item>p {
    margin: 120px;
    font-size: 30px;
    font-variation-settings: "wght" 600;
    text-align: center;
}
.slider-inner .owl-carousel .item .vid-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 400px;
}
.slider-inner .owl-carousel .item video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.item .slider-text {
    margin: 120px;
    text-align: center;
}
.item .slider-text .big-text {
    font-size: 34px;
    font-variation-settings: "wght" 600;
}


.item.img .slider-text {
    max-width: var(--site-width);
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    text-align: left;
}
.item.img .slider-text p {
    padding: 0;
    margin: 0;
    max-width: 50%;
    margin-bottom: 3px;
    line-height: 19px;
    font-size: 16px;
}

.item.img .slider-text p>span{
    background-color: var(--template-color);
    color: var(--template-text-color);
    text-indent: 10px;
    -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  
}
.item.img .slider-text .big-text {
    font-size: 30px;
    line-height: 35px;
}



.content-section {
    width: 100%;
    max-width: var(--site-width);
    min-height: 200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
}

.content-section+.content-section {
    /* margin: 24px auto 0 auto; */
    position: relative;
}

.content-section>h1 {
    font-size: 26px;
    font-variation-settings: "wght" 600;
}

.home-auction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 20px
}

.home-auction {
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.home-auction .cover-img {
    width: 100%;
    height: auto;
}

.home-auction .auction-info {
    padding: 16px;
    height: 100%;
}

.home-auction .auction-info .h-a-r-r:hover {
    text-decoration: none;
}

.home-auction .auction-info a {
    color: black;
}

.home-auction .auction-info a:hover {
    text-decoration: underline;
}

.home-auction .auction-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-variation-settings: "wght" 500;
}

.home-auction .auction-info p {
    margin: 0;
    display: inline-block;
    margin-right: 20px;
}

.home-auction .auction-info p strong {
    font-variation-settings: "wght" 500;
}

.home-auction .auction-info .live {
    background-color: #B30000;
    color: white;
    border-radius: 4px;
    padding: 0 4px;
}

.masonry {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-auto-rows: 0;
}

.recommendations {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.recommendations .item {
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.recommendations .item .image {
    height: 200px;
    /* background-color: #f2f3f5; */
    position: relative;
    border-bottom: 1px solid #efefef;
}

.recommendations .item .image img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.recommendations .item .content {
    padding: 20px;
    text-align: center;
}

.recommendations .item .content p {
    margin: 0;
}

.recommendations .item .content .btn {
    display: inline-block;
    margin-bottom: 12px;
}

.recommendations .item .content .item-time-left {
    font-size: 12px;
    color: #b6b6b6;
}

.recommendations .item .content>p {
    font-variation-settings: "wght" 450;
    margin: 10px 0;
    display: block;
}
.recommendations .auction-live-date, .recommendations .auction-finish-date, .recommendations .auction-completed {
    display: none;
}
.masonry-brick {
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.masonry-content {
    overflow: hidden;
}

.masonry-content>div {
    padding: 16px 16px 36px 16px;
}

.masonry-content h3, .masonry-content p {
    margin: 0;
}

.masonry-content h3 {
    margin-bottom: 8px;
}

.masonry-content small {
    color: #cccccc;
    font-variation-settings: "wght" 200;
}

.masonry-brick img {
    max-width: 100%;
    vertical-align: middle;
}

footer {
    width: 100%;
    background-color: var(--template-overflow-color);
    color: var(--template-text-color);
}

.footer-inner {
    width: 100%;
    max-width: var(--header-footer-width);
    background-color: var(--template-color);
    min-height: 200px;
    padding: 40px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px auto 240px;
    grid-template-areas: "m-m f-m f-c" "c-c c-c c-c";
    grid-gap: 40px;
    z-index: 11;
}

.footer-inner.s-i {
    grid-template-areas: "m-m f-m f-c" "c-c c-c c-c" "s-i s-i s-i";

}



.footer-inner a {
    color: var(--template-text-color);
}

.footer-inner .copyright {
    grid-area: c-c;
    text-align: center;
}

.footer-inner .copyright p {
    margin: 0 0 10px 0;
    white-space: nowrap;
}

.footer-inner .copyright a {
    white-space: nowrap;
}

.footer-inner a:hover {
    text-decoration: underline;
}

.footer-inner .main-menu {
    grid-area: m-m;
}

.footer-inner .footer-menu {
    grid-area: f-m;
}

.footer-inner .footer-menu ul {
    column-count: 2;
    /* column-fill: auto; */
}

.footer-inner .footer-menu ul li, .footer-inner .main-menu ul li {
    padding-bottom: 8px;
    opacity: 0.8;
}

.footer-inner .footer-menu strong, .footer-inner .main-menu strong, .footer-inner .footer-contact strong {
    display: block;
    padding: 10px 0;
}

.footer-contact {
    grid-area: f-c;
}

.footer-contact ul li {
    margin-bottom: 8px;
}

.footer-contact p {
    margin: 0;
    opacity: 0.8;
}

.footer-herlper {
    grid-area: f-h;
}
.footer-herlper img {
    max-width: 100%;
}
.secure-icons {
    grid-area: s-i;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.footer-inner.s-i .secure-icons {
    display: block;
}

.secure-icons img {
    width: auto;
    height: 36px;
    display: inline-block;
    margin: 0 8px 8px 8px;
}

.social-icons strong {
    display: block;
}

.social-icons a {
    display: inline-block;
    margin-right: 6px;
    margin-top: 6px;
    opacity: 0.8;
}

.social-icons a:hover {
    opacity: 1;
}

.social-icons a i {
    font-size: 26px;
}

.only-mobile {
    display: none !important;
}

.c-l {
    overflow: auto;
}

.c-r {
    padding-top: 40px;
    padding-bottom: 120px;
    min-height: 550px;
}


.c-r.auction-list {
    padding-bottom: 120px;
}

.fix-left {
    height: calc(100vh - var(--header-logo-height) - var(--header-menu-height));
    position: fixed;
    width: 270px;
    overflow: auto;
    padding: 40px 0;
    padding-right: 6px;
}

.content-grid {
    display: grid;
    grid-template-columns: 270px auto;
    grid-gap: 40px;
    padding: 0 40px;
    width: 100%;
    max-width: var(--site-width);
    min-height: 200px;
    margin: 0 auto;
    background-color: #fff;
}

.content-menu li {
    margin-bottom: 6px;
}

.input-group {
    display: flex;
    grid-auto-flow: row;
    width: 100%;
}
.has-error {
    color:red;
}
.has-error input, .has-error select, .has-error textarea{ 
    border-color: red;
}
.has-error input:focus, .has-error select:focus, .has-error textarea:focus{
    box-shadow: inset 0 1px 2px rgba(35, 29, 27, 0.075), 0 0 0 0.2em rgba(214, 3, 3, 0.3);
}
.input-group-btn {
    white-space: nowrap;
}

.input-group input {
    border-radius: 4px 0 0 4px;
    border-right: none;
    min-width: 10px;
}

.input-group .btn {
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}

.input-group input:focus, .content-menu select:focus, .input-group .btn {
    outline: none;
}

.content-menu select {
    height: 40px;
    background-position: right 12px center;
}

.form-group .flag-container {
    max-height: 42px;
}
.form-group .flag-container .selected-flag {
    background-color: transparent !important;
}
.content-menu>li>a {
    padding: 10px 16px;
    border-radius: 4px;
    display: block;
    position: relative;
    font-variation-settings: "wght" 600;
    margin-right: 6px;
    color: #666666;
}

.content-menu>li>a:hover, .content-menu>.selected>a {
    background-color: #efefef;
    color: black;
}

.auction-info span.live {
    background-color: #B30000;
    color: white;
    border-radius: 4px;
    padding: 0 4px;
}

.content-menu.list-page li {
    margin-bottom: 16px;
}

.pager {
    border: 1px solid #e5e5e5;
    background-color: #f3f3f3;
    padding: 2px;
    border-radius: 4px;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.pager .pager-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pager .pager-inner .btn {
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 0.6;
}
.pager .pager-inner .btn:hover{
    opacity: 1;
}
.pager .pager-inner .btn span {
    vertical-align: middle;
}


.pager .select-container {
    align-self: center;
}

.pager .pager-inner select {
    width: auto;
    height: 40px;
    padding-right: 24px;
}

.pager .pager-inner select:focus {
    outline: none;
}

.pager .pager-inner i {
    vertical-align: middle;
}

.pager .pager-inner .btn span {
    vertical-align: middle;
}

.pager .prev-page i {
    margin-right: 0 6px 0 0;
}

.pager .nex-page i {
    margin: 0 0 0 6px;
}

.pager-fix {
    /* position: fixed;
    bottom: 0;
    z-index: 2; */
}

.products-list {
    padding-bottom: 20px;
}

.products-list.grid {
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.products-list.grid .item .img-container {
    margin-bottom: 16px;
    border: none !important;
}
.products-list.grid .lot-content,
.products-list.grid .bid-container {
    padding: 0 16px;
}


.products-list.grid .item .lot-info, .products-list.grid .item .lot-content-detail, .products-list.grid .item .bid-container .input-group .bid-input-container {
    display: none;
}
.products-list.grid .item .bid-container .open-price {
    text-align: center;
}
.products-list.grid .lot-content .lot-title {
    font-size: 16px;
}

.products-list.grid .item .bid-container .input-group button {
    display: none;
}
.products-list.grid .item .bid-container .input-group {
    justify-content: center;
}
.products-list .item .bid-container .input-group a {
    display: none; 
}

.products-list.grid .item .bid-container .input-group a {
    display: block;
    text-decoration: none;
}
.products-list.grid .item .bid-container .input-group .btn{
    border-radius: 4px !important;
}

.products-list.grid .item {
    border: 1px solid #efefef;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.products-list.grid .item:hover {
    border-radius: 4px;
}
.s-p .open-price{
    display: block !important;
}
.products-list.grid .bid-container p {
    margin-top: 0;
}

.products-list .item {
    padding: 24px 0 36px 0;
    border-top: 1px solid #efefef;
    display: grid;
    grid-template-columns: 180px auto 220px;
    grid-column-gap: 20px;
    grid-template-areas: "i-c l-c b-c" "i-c l-c b-c" "i-c l-d b-c" "i-c l-d b-c" "i-c l-i b-c" "i-c l-i b-c" "i-c . .";
    transition: background-color 2s cubic-bezier(1, 0.2, 1, 1);
}

.products-list .item.new {
    background-color: rgb(235, 222, 123);
    transition: background-color 0s cubic-bezier(1, 0.2, 1, 1);
}
.products-list  .red-item.new {
    background-color: rgb(247, 160, 160) !important;
    transition: background-color 0s cubic-bezier(1, 0.2, 1, 1);
 }
 .products-list .green-item.new {
     background-color: rgb(175, 221, 175) !important;
     transition: background-color 0s cubic-bezier(1, 0.2, 1, 1);
  } 

.products-list .item .img-container, .product-detail-grid .img-container {
    grid-area: i-c;
    width: 100%;
    height: 180px;
    background-color: white;
    border: 1px solid #efefef;
    border-radius: 4px;
}

.product-detail-grid .img-container {
    height: 500px;
}

.products-list .item .img-container .helper {
    width: 100%;
    height: 100%;
}

.products-list .item .img-container.hover .helper {
    position: absolute;
    width: 450px;
    height: 450px;
    left: -140px;
    top: -140px;
    border: 1px solid #efefef;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: 99;
    border-radius: 4px;
}

.products-list.grid .item .img-container.hover .helper {
    position: relative !important;
    border: none;
    width: 160%;
    height: 160%;
    left: -30%;
    top: -40%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}

.thumb-count {
    position: absolute;
    bottom: 3px;
    left: 3px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 11px;
    opacity: 0.4;
}

.lot-content {
    grid-area: l-c;
    min-width: 100%;
    overflow-wrap: break-word;
}
.lot-content .lot-title {
    font-size: 18px;
}

.bid-container {
    grid-area: b-c;
}

.lot-info {
    grid-area: l-i;
}

.currency-converter-container {
    grid-area: c-c;
}

.lot-content-detail {
    grid-area: l-d;
    min-width: 100%;
    overflow-wrap: break-word;
}

.open-price.ops {
    font-size: 12px;
    margin-top: 0;
}/* 
.open-price-static {
    display: none;
} */

.lot-info ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.lot-info li {
    margin-right: -1px;
    text-align: center;
    border: 1px solid #edece4;
    padding: 6px 14px;
    margin-top: -1px;
    color: #555;
}

.lot-info li {
    cursor: pointer;
}

.lot-info li.lot-video i {
    font-size: 16px;
    color: red;
}

.lot-info li.link:hover {
    background-color: #f5f5f5;
}

.lot-info li.link.selected i {
    color: green;
}

.lot-info li:first-child {
    border-radius: 4px 0px 0 4px;
}

.lot-info li:last-child {
    border-radius: 0 4px 4px 0;
}

.lot-info li p {
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
}

.lot-info li strong {
    margin: 0;
    font-size: 12px;
}

.currency-converter-container ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
}

.currency-converter-container ul li {
    margin-right: 10px;
    font-size: 12px;
}

.currency-converter-container ul li strong {
    margin-right: 4px;
}

.lot-content-detail p {
    margin-top: 0;
}

.bid-container>div:first-child {
    margin-top: 30px;
}

.bid-container .current-bid {
    background-color: #efefef;
    padding: 8px 16px;
    text-align: center;
    border-radius: 4px;
}

.bid-container .current-bid small {
    display: none;
}

.red-item .bid-container .current-bid .losing-text {
    display: block;
}

.green-item .bid-container .current-bid .winning-text{
    display: block;
}

.bid-container .user-bid strong, .bid-container .current-bid strong, .bid-container .open-price strong {
    display: inline-block;
}

.red-item .bid-container .current-bid {
    background-color: #B30000;
    color: white;
}

.green-item .bid-container .current-bid {
    background-color: green;
    color: white;
}

.bid-input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bid-input-container i {
    position: absolute;
    right: 5px;
    font-size: 22px;
    cursor: pointer;
    opacity: 0.4;
}

.bid-input-container i:hover {
    opacity: 1;
}

.convert::before {
    font-family: "Font Awesome 5 Free";
    content: "\f362";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 6px;
    opacity: 0.8;
    font-size: 12px;
    font-weight: 900;
}

.bid-button .btn {
    background-color: var(--template-color);
    border-color: var(--template-color);
    color: var(--template-text-color);
    opacity: 0.8;
}

.bid-button .btn:hover {
    opacity: 1;
}

.countdown {
    display: none;
    position: fixed;
    padding: 6px 16px;
    left: 0;
    top: var(--header-logo-height-mobil);
    ;
    background-color: #f3f3f3;
    z-index: 10;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.countdown p {
    margin: 0;
    z-index: 99;
}

.countdown-left>div {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px 16px;
    padding-bottom: 0;
    background-color: #f3f3f3;
}
.countdown-left p {
    margin-bottom: 8px;
    margin-top: 0;
}

.filter-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 6px;
    background-color: white;
}

.filter-option-container {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.option-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.option-header p {
    margin: 0;
    cursor: pointer;
}

.option-header:hover i {
    opacity: 1;
}

.filter-options {
    margin-top: 20px;
    display: none;
}

.option-header i {
    margin: 0;
    opacity: 0.4;
    cursor: pointer;
}

.option-header i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.option-header.selected i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.filter-options input {
    width: auto;
}

.filter-options label {
    margin: 0;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.mobi-fiter-buttons {
    display: none;
    padding-top: 24px;
}

.mobi-fiter-buttons>div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bid-history {
    background-color: #efefef;
}

.bid-history .content {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 1px;
}

/* .content p {
    margin: 0;
    padding: 4px 16px ;
    background: white;
} */

.social-icons-shere a {
    font-size: 36px;
    margin: 16px;
}

.social-icons-shere a i {
    margin: 0;
}

a.facebook {
    color: #1877f2;
}

a.instagram {
    color: #c32aa3;
}

a.twitter {
    color: #1da1f2;
}

a.whatsapp {
    color: #25d366;
}


/* owl theme */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      /* display: inline-block; */
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791; }
/* end owl theme */

.owl-carousel {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    transition: all 0s ease 0s;
}

.helper .owl-carousel .owl-stage {
    height: 100%;
    position: absolute;
}



.owl-carousel .owl-item {
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-item>div {
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-width: initial;
}

.helper .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: initial;
}

.owl-carousel button {
    outline: 0 none !important;
}

.owl-carousel .owl-nav {
    position: static;
    height: 0;
    bottom: 0;
    margin: 0;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 30px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button {
    display: none;
}

.hover .owl-carousel .owl-nav button {
    display: block;
}

.owl-carousel .owl-nav button span {
    color: #D6D6D6;
    font-size: 38px;
    line-height: 38px;
}

.products-list .owl-dots {
    width: 100%;
}
.products-list .owl-dots span {
    width: 6px !important;
    height: 6px !important;
    margin: 2px 2px !important;
}

.hover .owl-dots, .products-list.grid .owl-dots {
    position: absolute;
    bottom: 0;
}

.exchange-radios {
    margin: 24px 0;
}

.exchange-radios span {
    display: inline-block;
}

.exchange-radios span .radio-inline {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.exchange-radios span input {
    margin: 0 16px 0 0;
    padding: 0;
}

.product-detail-content {
    max-width: var(--site-width);
    margin: 0 auto;
    background-color: white;
    padding: 40px;
}

.detail-right {
    grid-area: detail-right;
    min-width: 100%;
}
.detail-right .remaining>p, .detail-right .remaining>a{
    display: inline-block;
    margin: 6px 16px 0 0;
}
.product-detail-grid {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 600px auto;
    grid-column-gap: 40px;
    grid-template-areas: "i-c detail-right";
}

.product-detail-grid .helper {
    height: 100%;
}

.product-detail-grid .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
}

.product-detail-grid .owl-carousel .owl-nav button, 
.home-slider-container .owl-carousel .owl-nav button,
.live-grid .owl-carousel .owl-nav button
{
    display: block;
}

.about-artist {
    background-color: #fff;
    max-width: var(--site-width);
    margin: 0 auto;
    padding:  0 16px;
    border-top: 1px solid #efefef;
}
.about-artist .inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0 ;
}
.about-artist .inner h2 {
    text-align: center;
    display: block;
    margin-top: 0;
}
.about-artist .inner img {
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}

.home-slider-container .owl-carousel .owl-nav button {
    height: 100px;
}
.home-slider-container .owl-carousel .owl-dots {
    padding: 10px 0 0 0 ;
}
.product-detail-grid .lot-info {
    margin-top: 20px;
}

.product-detail-grid .bid-container {
    display: inline-block;
}

.product-detail-grid .input-group {
    width: 220px;
}
.product-detail-grid .total-prize {
    margin-bottom: 12px;
}
.product-detail-grid .total-prize small {
    display: block;
}
.product-detail-grid .total-prize span {
    min-width: 200px;
}

.product-detail-grid .current-bid {
    text-align: left;
}

.lot-navigator {
    padding: 40px 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lot-navigator i.fa-chevron-left {
    margin-right: 8px;
}

.lot-navigator i.fa-chevron-right {
    margin-left: 8px;
}

.product-detail-grid .exchange-radios>span {
    margin-bottom: 6px;
    display: block;
}

.product-detail-grid .owl-carousel img {
    cursor: pointer;
}

.breadcrumbs {
    margin-bottom: 16px;
}

.breadcrumbs li {
    display: inline-block;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
    font-variation-settings: "wght" 600;
}

.breadcrumbs li+li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 6px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 900;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.h-a-r-r .red {
    padding: 0 6px;
    border-radius: 4px;
}

.h-a-r-r.live-now span{
    padding: 6px 16px;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .h-a-r-r.live-now span::before {
    animation: blinker 1s linear infinite;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ce";
    text-rendering: auto;
    color: white;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
}



.detail-right h1 {
    margin-top: 16px;
}

.flex {
    display: flex !important;
}

.fixed-owl {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.helper .close {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 16px;
    font-size: 30px;
    color: white;
    display: none;
    cursor: pointer;
}

.form-container {
    max-width: 500px;
}
.form-container.a-s {
    margin: 0 auto;
    padding-top: 40px;
}
.single-form {
    padding: 40px 40px 120px 40px;
    margin: 0 auto;
}

.single-form h1 {
    text-align: center;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    margin-bottom: 6px;
    display: block;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 6px;
}

.form-items-row {
    display: grid;
    grid-auto-flow: column dense;
    grid-gap: 20px; 
    /* display: flex;
    flex-direction:row; */
}


.form-group input {
    display: inline-block;
}

.form-group label input {
    display: inline-block;
    width: auto;
    margin: 0 4px 0 0;
}

form a {
    color: rgb(30, 133, 218);
}

form a:hover {
    text-decoration: underline;
}

.sticky-content {
    width: 100%;
    margin-bottom: 24px;
}

.sticky-content-helper {
    position: fixed;
    height: 40px;
    background-color: white;
    width: auto;
    width: 100%;
    z-index: 11;
    top: calc(var(--header-logo-height) + var(--header-menu-height));
}

.sticky-header {
    cursor: pointer;
    width: 100%;
    position: sticky;
    top: calc(var(--header-logo-height) + var(--header-menu-height) + 40px);
    z-index: 11;
    background-color: white;
}
.sticky-header.selected {
    background-color: #f3f3f3;
}
.sticky-header:hover h1::before{
    color: black;
}
.sticky-header>.inner {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #efefef;
    border-radius: 4px 4px 0 0;
    display: grid;
    grid-template-columns: auto auto min-content;
    grid-template-areas: "g-h g-h g-r" "g-l . g-r";
}

.sticky-header h1 {
    grid-area: g-h;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    margin-top: 0;
    font-size: 22px;
}
.sticky-header.selected h1::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f146";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    color: rgb(165, 165, 165);
} 


.sticky-header h1::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0fe";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
    color: rgb(165, 165, 165);
} 
.sticky-header .inner .left {
    grid-area: g-l;
}
.sticky-header .inner .left>p, .sticky-header .inner .left>a {
    margin: 0;
    display: inline-block;
    margin-right: 20px;
}
.sticky-header .inner .left .remaining>p, .sticky-header .inner .left .remaining>a {
    margin: 0;
    display: inline-block;
    margin-right: 20px;
}


.sticky-header .inner .right {
    grid-area: g-r;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sticky-header .inner .right .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.sticky-header .inner .right span {
    margin: 4px;
    padding: 4px;
    border-radius: 99px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    min-width: 24px;
    text-align: center;
    display: inline-block;
}
.sticky-header .inner .right span.list-btn i {
    margin: 0;
    padding: 0;
}
.sticky-header .inner .right span.list-btn {
    border: 1px solid #ccc;
    color: #666;
}
.sticky-header .inner .right span.list-btn:hover{
    background-color: #ccc;
    color: #000;
}

.sticky-header .inner .right span.vinings-btn {
    border: 1px solid green
}
.sticky-header .inner .right span.vinings-btn:hover{
    background-color: green;
    color: white;
}
.sticky-header .inner .right span.losings-btn {
    border: 1px solid #B30000
}
.sticky-header .inner .right span.losings-btn:hover {
    background-color:  #B30000;
    color: white;
}
.sticky-header .inner .right span.info-btn {
    border: 1px solid #333
}
.sticky-header .inner .right span.info-btn:hover {
    background-color: #333;
    color: white;
}
.sticky-header .inner .right span.info-btn i {
    margin: 0;
    padding: 0;
}
.sticky-header .remaining {
    display: inline-block;
}

.sticky-detail {
    padding: 0 0 0 0;
    border: 1px solid #efefef;
    border-top: none;
    border-radius: 0 0 4px 4px;
    display: none;
}
.sticky-detail .loader {
    margin: 0 auto;
    width: 150px;
    height: 150px;
}
.sticky-content-title {
    display: none;
    padding: 0 16px;
}
.products-list.sticky-detail {
    padding: 0 10px;
}
.products-list.sticky-detail .item {
    grid-template-columns: 180px auto 200px;
}
/* .sticky-detail .item {
    padding: 8px 16px;
    display: grid;
    grid-template-columns: min-content auto min-content;
    grid-column-gap: 10px;
    grid-template-areas:
        "l c r";
    transition: background-color 2s cubic-bezier(1, 0.2, 1, 1);
}
.sticky-detail .item:nth-of-type(even) {
    background-color: #f9f9f9;
  }
.sticky-detail .item .image {
    grid-area: l;
    width: 150px;
    height: 150px;
    background-color: #efefef;
    border-radius: 4px;
    overflow: hidden;
    align-self: center;
}
.sticky-detail>.item>.image>a>img  {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.sticky-detail>.item>.content {
    grid-area: c;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
}
.sticky-detail>.item>.content a .lot-summary{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sticky-detail>.item>.content a p {
    margin: 0;
}
.sticky-detail>.item>.content a .sticky-lot-info>span {
    margin-right: 6px;
    white-space: nowrap;
    
}
.sticky-detail>.item>.content a .sticky-lot-info {
    margin-bottom: 6px;
}
.sticky-detail>.item>.right {
    grid-area: r;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sticky-detail>.item>.right .bid-input-container {
    width: 120px;
    justify-content: unset;
}
.sticky-detail>.item>.right .bid-input-container input {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    text-align: center;
}
.sticky-detail>.item.green-item>.right .bid-input-container input,
.sticky-detail>.item.green-item>.right .bid-input-container button {
    border-color: green;
}
.sticky-detail>.item.red-item>.right .bid-input-container input,
.sticky-detail>.item.red-item>.right .bid-input-container button {
    border-color: #B30000;
}

.sticky-detail>.item>.right .bid-input-container button {
    border-radius:0 0 4px 4px;
    padding: 2px 16px;
}
.sticky-detail>.item>.right .bid-input-container i {
    top: 8px;
}

.sticky-detail>.item>.right .btn {
    font-size: 14px;
    outline: none !important;
    min-width: 120px;
}

.sticky-detail>.item>.right .btn.star {
    margin-top: 2px;
    color: rgb(155, 155, 155);
} 
.sticky-detail>.item>.right strong,
.sticky-detail>.item>.right p
{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: block;
}
.sticky-detail .btn-bid small {
    white-space: nowrap;
}
.sticky-detail .btn-bid .winning-text {
    display: none;
}

.sticky-detail .red-item .btn-bid {
    background-color: #B30000;
    color: white;
}
.sticky-detail .red-item .btn-bid .losing-text {
    display: block;
}
.sticky-detail .red-item .btn-bid .winning-text {
    display: none;
}

.sticky-detail .green-item .btn-bid {
    background-color: green;
    color: white;
}
.sticky-detail .green-item .btn-bid .winning-text {
    display: block;
}
.sticky-detail .green-item .btn-bid .losing-text {
    display: none;
}

.sticky-detail .new {
    background-color: rgb(235, 222, 123);
    transition: background-color 0s cubic-bezier(1, 0.2, 1, 1);
}

.sticky-detail .red-item.new {
   background-color: rgb(247, 160, 160) !important;
}
.sticky-detail .green-item.new {
    background-color: rgb(175, 221, 175) !important;
 } */

 

.peyment-link {
    border: 1px solid #666;
}

.peyment-link:hover{
    background-color: #efefef;
}

.select-auction {
    margin: 20px 0;
}

.select-auction .item {
    display: grid;
    grid-template-columns: min-content auto min-content;
    grid-template-areas: "l m r";
    grid-gap: 16px; 
    margin-bottom: 8px;
    padding: 8px;
}

.select-auction .item .info-btn {
    cursor: pointer;
}
.select-auction .item .info-btn:hover {
    color: #2188ff;
}
.select-auction .item .left {
    grid-area: l;
}
.select-auction .item .left span{
   
    color: rgb(30, 133, 218);
    text-align: center;
}
.select-auction .item .left input {
    width: 16px;
    height: 16px;
}
.select-auction .item .middle{grid-area: m; overflow: hidden;}
.select-auction .item .right{grid-area: r; white-space: nowrap;}

.select-auction .item p {
    margin:0;
}

.select-auction .item p.name a:hover {
    text-decoration: underline;
}
.select-auction > label {
    margin-bottom: 6px;
    display: block;
}
.select-auction .item:nth-child(even) {
    background-color: #f9f9f9;;
}

.contact-info {
    max-width: 500px;
}
.contact-info p strong {
    display: block;
}
.contact-info .google-map{
    margin-top: 6px;
    display: block;
    color: #1877f2;
}
.contact-info .contact-WhatsUp a{
    background-color: #25d366;
    color: white;
}
.blog-list-container {
    padding: 40px;
}
.blog-list-container > h1 {
    text-align: center;
}
.whatsapp.m {
    display: none;
}
.whatsapp.d {
    display: inline-block;
} 
.blog-detail-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 16px;
}
.blog-detail-container>h1, .blog-detail-container>p {
    text-align: center;
}
.blog-detail-container>p {
    color: #666;
    margin: 0;
}
.blog-detail-container .content img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 4px;
}
.blog-detail-container .content a {
    color: #2188ff;
}
.blog-detail-container .content a:hover{
    text-decoration: underline;
}
.blog-detail-container .share-container {
    text-align: center;
    margin: 40px 0;
}
.blog-detail-container .share-container a {
    font-size: 28px;
    margin: 0 6px;
}
.search-result-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 16px 120px 16px;
}
.search-result-container .products-list {
    margin-bottom: 0;
}
.search-result-container .search-container-input {
    margin-bottom: 20px;
}

.search-result-container h1 {
    text-align: center;
}



.search-navigator {
    padding: 40px 0 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.search-navigator .fa-chevron-right {
    margin-right: 0;
    margin-left: 6px;
}

.sub-full-container {

    padding: 40px;
}
.sub-full-container h1 {
    text-align: center;
    margin-top: 20px;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    padding-bottom: 40px;
}

.live-name span {
    padding: 0 8px;
    margin-right: 16px;
}
.live-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 20px;
    height: calc(100vh - 570px);
    min-height: 346px;
}
.live-grid .left {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;

    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px;
    grid-template-areas: 
    "l-i l-n"
    "l-i l-p"
    "l-i l-name"
    "l-i l-c"
    "l-i l-d"
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    "l-i ."
    ;
}
.live-grid .left .image {
    grid-area: l-i;
    width: 100%;
    height: 300px;
    border-radius: 4px;
        border: 1px solid #efefef;
        overflow: hidden;
}
.live-grid .left .image .helper {
    height: 100%;
}
.live-grid .left .image .helper .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    
}
.live-grid .left p {
    margin-top: 0;
}
.live-grid .left .lot-number {
    grid-area: l-n;
}
.live-grid .left .lot-prise {
    grid-area: l-p;
    padding: 8px 16px;
    text-align: center;
    border-radius: 4px;
}
.live-grid .left .lot-prise.new {
    background-color: rgb(235, 222, 123);
}

.live-grid .left .lot-prise small {
    display: block;
}
.live-grid .left .lot-estimate {
    display: block;
}
.live-grid .left .lot-name {
    grid-area: l-name;
}
.live-grid .left .lot-content {
    grid-area: l-c;
}
.live-grid .left .lot-detail {
    grid-area: l-d;
}



.live-bottom {
   
    margin-top: 20px;
}
.live-bottom-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.live-bottom-menu li {
    border-radius: 4px 4px 0 0;
    display: block;
    padding: 10px 20px;
    color: #5D5D5D;
    margin-right: 10px;
    cursor: pointer;
}
.live-bottom-menu li.selected {
    background-color: white;
}
.live-bottom-menu li:hover{
    color: black;
}


.flag-icon2 {
    display: none;
}

.live-bottom .lots {
    border-radius: 0 4px 4px 4px;
    overflow-x: auto;
    white-space: nowrap;
    background-color: white;
    padding: 20px 20px 0 20px;
    min-height: 262px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: auto;
    overflow-y: hidden;
}

.live-bottom  .lots ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.live-bottom .lots li {
    width: 19%;
    margin-right: 1%;
    text-align: center;
    flex-shrink: 0;
    text-align: center;
}

.live-bottom .lots li .image{
width: 100%;
height: 130px;
border-radius: 4px;
    border: 1px solid #efefef;
    overflow: hidden;
}
.live-bottom .lots li .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.live-bottom .lots li > a > p {
    margin:4px 0 ;
}

.live-bottom .lots li .live-lot {
    display: none;
}

.live-bottom .lots li.active .live-lot {
    display: block;
}
.live-bottom .lots li .live-sold {
    display: none;
}
.live-bottom .lots li.sold .live-sold {
    display: block;
}


.live-lot {
    border-radius: 4px;
    padding: 4px 8px;
    background-color: #B30000;
    color: white;
}

.live-lot::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2ce";
    text-rendering: auto;
    color: white;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
}
.live-grid > .right {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow:hidden;
    display: grid;
    grid-template-rows: min-content auto;
}

.live-grid .right-header {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.live-grid .right-header button {
    outline: none;
    font-variation-settings: "wght" 600;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.live-actions {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px 0;
}
.live-actions li {
    padding: 4px 20px;
    transition: background-color 1s cubic-bezier(1, 0.2, 1, 1);
}
.live-actions li.new {
    background-color: rgb(235, 222, 123);
    transition: background-color 0s cubic-bezier(1, 0.2, 1, 1);
}

.live .content-inner {
    background-color: transparent;
}
.live-header>span {
    display: none;
}
.live-header>span a{
    color: #333;
    padding: 0 24px 0 16px;
    font-size: 16px;
    line-height: 16px;
}
.live-header>span a i {
    font-size: 24px;
}

.live .sub-full-container {
   padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.live-video {
    width: 100%;
    height: 120px;
   background-color: black;
   margin: 0 auto;
   text-align: center;
}


.live-users-container {
    position: fixed;
    width: 220px;
    bottom: 0;
    right: 3px;
    background-color:
white;
max-height: 100%;
box-shadow: 0px 0px 5px
    rgba(0,0,0,0.2);
    border-radius: 4px;
    z-index: 10;
}
.l-f-header {
    padding: 16px;
    cursor: pointer;
    background-color: #333;
    color: white;
    border-radius: 4px 4px 0 0;
}
.lf-inner {
    padding: 16px 0;
    display: block;
    overflow-y: auto;
    max-height: 350px;
}

.lf-inner ul li {
    position: relative;
    padding: 4px 16px;
    border-bottom: 1px solid
    #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.lf-inner ul li {
    vertical-align: middle;
}
.lf-inner ul li:hover{
    background-color: #efefef;
}
.lf-inner ul li i{
    margin:0 ;
    cursor: pointer;
    align-self: center;
    color: #ccc;
}
.lf-inner ul li i:hover{
    color: red;
}

.admin-controls {
    display: flex;
    flex-direction: row;
    padding: 20px 10px;
    background-color: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.buy-now-btn-live strong, .live-sold strong{
    display: block;
}
.live-bid-btn>p{
    display: none;
    margin: 0;
}

.live-bid-btn.green>p{
    display: block;
}

.admin-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.admin-controls button {
    white-space: nowrap;
}
.admin-controls .anonce {
    margin: 0 40px 0 0;
}
.admin-control-btn {
    outline: none;
    min-width: 250px;
}
.admin-control-btn i {
 font-size: 32px;
 vertical-align: middle;
 margin-right: 10px;
}
.admin-control-btn span{
    vertical-align: middle;
}

.admin-control-btn .open-lot  {
    display: block;
}

.admin-control-btn .close-lot{
    display: none;
    white-space: nowrap;
}
.admin-control-btn.red .close-lot{
    display: block;
}
.admin-control-btn.red .open-lot {
    display: none;
}


.reminder {
    width: 300px;
    background-color: rgb(255, 240, 221);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 16px;
    position: fixed;
    left: 16px;
    bottom: 16px;
    border-radius: 6px;
    z-index: 99;
    border:1px solid tan;
}

.reminder .btn {
    background-color: transparent;
    border:1px solid tan;
    display: inline-block;
}


.cmplt {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.cmplt p {
    transform: rotate(-45deg);
    text-align: center;
    background-color: red;
    color: white;
    position: absolute;
    width: 200px;
    left: -48px;
    top: 22px;
    padding: 3px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
    text-transform: uppercase;
}
.cmplt.small {
    width: 80px;
    height: 80px;
}

.cmplt.small p{
    font-size: 12px;
    left: -76px;
    top: 1px;
    padding: 0;
}
.search-container.mobile {
    display: none;

}
.content-wrap.live {
    background-color: #f9f9f9;
}
/* /////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////


    F-M


////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
////////////////////////////////////////////////////
///////////////////////////////////////////////// */

@media screen and (max-width:767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    .pop-up-container {
        padding: 16px;
    }
    .pop-up-container.popup-video .pop-up-content {
       
        height: 200px;
    }
    .logo-container {
        height: var(--header-logo-height-mobil);
    }
    .logo-container img {
        padding-left: 16px;
    }
    .content-wrap {
        padding-top: var(--header-logo-height-mobil);
        ;
    }
    .only-mobile {
        display: block !important;
    }
    .log-in-button, .sign-in-button {
        display: none;
    }
    .mls{
        grid-template-columns: 200px auto min-content;
        grid-template-areas: "l-c . u-c";
    }
    .user-header {
        padding-right: 16px;
    }
    .mobil-menu-bars {
        display: block;
    }
    .menu-header {
        display: none;
    }
    
    .search-container {
        display: none;
    }
    .search-container.mobile {
        display: block !important;
        position: fixed;
        width: 100%;
        background-color: #f9f9f9;
        z-index: 11;
        padding: 12px 16px;
        top: var(--header-logo-height-mobil);
        height: unset;
        border-bottom: 1px solid #ccc;

    }
    .search-container.mobile .search-container-input {
        margin-bottom: 0;
    }

    .user-header ul li a>span, .user-header>ul>li .icon-container>span {
        display: none;
    }
    .content-section {
        padding: 16px;
    }
    .home-auction-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .overlay {
        background-color: rgba(0, 0, 0, 0.4);
    }
    /* mobil menu */
    .menu-header {
        grid-column: span 3;
        display: none;
        background-color: white;
        width: 240px;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        font-size: 16px;
        -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    }
    
    .menu-header>div {
        text-align: left;
        display: block;
    }
    .menu-header ul li {
        display: block;
        border-bottom: 1px solid #efefef;
    }
    .menu-header ul li a {
        color: #333;
        padding: 16px 0 16px 24px;
        display: block;
    }
    .menu-header ul li+li {
        margin-left: 0;
    }
    .menu-header ul li span {
        vertical-align: middle;
    }
    /* user & notifications */
    .user-menu, .notifications {
        position: fixed;
        top: 0;
        right: 0;
        width: 240px;
        height: 100%;
    }
    .user-menu, .notifications, .auto-complate {
        border-radius: 0px;
    }
    .notifications {
        
        max-height: unset;
        width: 100%;
        height: 100%;
    }
    .notifications .cs {
        padding-bottom: 170px;
    }
    .popup-header {
        display: flex;
    }
    .footer-inner .main-menu {
        position: relative;
    }
    .footer-inner {
        padding: 16px;
        grid-gap: 40px;
        grid-template-columns: 1fr;
        grid-template-areas: "m-m" "f-m" "f-c" "c-c";
    }
    .footer-inner.s-i {

        grid-template-areas: "m-m" "f-m" "f-c" "c-c" "s-i";
    }
    .content-grid {
        grid-template-columns: auto;
        grid-gap: unset;
        padding: 0;
    }
    .c-l {
        display: none;
    }
    .c-r {
        padding-top: 24px;
    }
    
    .c-r-padding {
        padding: 0 16px;    
    }
    .pager {
        background-color: #f3f3f3;
        border-radius: 0px;
        border-left:none ;
        border-right: none;
    }
    .pager .btn {
        padding: 4px 8px;
        border: none;
    }
    .pager .pager-inner select {
        height: auto;
        padding: 4px 24px 4px 16px;
    }
    .pager .pager-inner .btn span {
        display: none;
    }
    .pager .pager-inner {
        padding: 8px 0;
    }
    .products-list .item {
        margin: 24px 0;
        padding-top: 0;
        background-color: white;
        border: none;
        display: grid;
        grid-template-columns: 100%;
        grid-gap: unset;
        grid-template-areas: "i-c" "l-c" "l-d" "b-c" "l-i";
    }
    .bid-container p {
        text-align: center;
    }
    .bid-container p {
        margin-top: 0;
    }
    .bid-container .input-group {
        width: 200px;
        margin: 0 auto 24px auto;
    }
    .lot-info ul {
        justify-content: center;
    }
    .lot-info li {
        padding: 0 8px;
        border: none;
    }
    .countdown {
        display: flex;
    }
    .auction-list {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .auction-list .auction-finish-date,
    .auction-list .auction-completed,
    .auction-list .auction-live-date {
        font-size: 11px;
    }

    .auction-list-grid {
        padding: 0;
        background-color: #f3f3f4;
    }
    .auction-list-header {
        padding: 0 16px;
        text-align: center;
    }
    
    .lot-content, .lot-content-detail, .lot-info, .bid-container, .pager {
        padding: 0 16px;
    }
    .mobil-filter {
        width: 100%;
        height: 100% !important;
        z-index: 99999;
        background-color: white;
        padding: 40px 16px 120px 16px;
    }
    .mobi-fiter-buttons {
        display: block;
    }
    .countdown-left {
        display: none;
    }
    .products-list .item .img-container {
        border-radius: unset;
        max-width: 100%;
        overflow: hidden;
        height: 220px;
        margin-bottom: 6px;
        /* position: absolute;
        z-index: 1; */
    }
    .thumb-count {
        left: 16px;
    }
    
    .owl-carousel .owl-nav button {
        display: block;
        background-color: transparent !important;
    }
    .helper .owl-dots {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .products-list.grid {
        display: grid;
        grid-column-gap: 40px;
        grid-row-gap: 0;
    }
    
    .products-list .item .img-container.hover .helper {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: relative;
    }
    .product-detail-grid {
        display: flex;
        flex-direction: column;
    }
    .product-detail-content {
        padding: 16px;
    }
    .product-detail-grid .bid-container {
        display: block;
    }
    .product-detail-grid .current-bid {
        text-align: center;
    }
    .product-detail-grid .img-container {
        height: 220px;
    }
    .breadcrumbs li {
        max-width: 30%;
        margin-top: 10px;
    }
    .product-detail-grid .lot-content, .product-detail-grid .lot-content-detail {
        padding: 0;
    }
    .product-detail-grid .exchange-radios {
        text-align: center;
    }
    .slider-inner .owl-carousel .item>a>p,
    .slider-inner .owl-carousel .item>p {
        margin: 40px 16px;
        font-size: 24px;
    }
    .single-form {
        padding: 40px 16px 120px 16px;
        margin: 0 auto;
    }
    .form-group .btn {
        width: 100%;
    }
    .sticky-content {
        margin-bottom: 0;
    }
    .sticky-content-helper {
        display: none;
    }
    .sticky-header {
        top: var(--header-logo-height-mobil);
    }
    .sticky-header .left p {
        font-size: 12px;
    }
    .sticky-header h1 {
        font-size: 14px;
        
    }
    .sticky-content-title {
        display: block;
    }
    .sticky-header>.inner {
        background-color: #efefef;
        border-bottom: 1px solid #ccc;
        grid-template-columns: auto min-content;
        grid-template-areas: "g-h g-h" "g-l g-r";
    }
    .sticky-detail {
        border: none;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
    .sticky-header .inner .right span {
        padding: 8px;
        min-width: 30px;
    }
    /* .sticky-detail .item {
        grid-template-columns: min-content auto;
        grid-template-areas: "l c" "l r";
    }
    .sticky-detail .item .image {
        width: 120px;
        height: 120px;
        align-self: flex-start;
    } */
    .sticky-detail>.item>.content a .sticky-lot-info {
        font-size: 12px;
    }
    .sticky-detail>.item>.content a .sticky-lot-info>span {
        margin-right: 4px;
        
    }
    .sticky-detail>.item>.content a p {
        margin-bottom: 4px;
    }
    .sticky-detail>.item>.right {
        display: block;
    }
    .left .alert, .left .peyment-link {
        margin-bottom: 6px !important;
    }
    .select-auction .item {
        grid-gap:6px ;
    }
    .select-auction .item .left span{
        display: block;
    }

    .live-grid {
        height: auto;
    }
    .live-grid .left {
        max-height: 50vh;
        margin-bottom: 10px;
        padding: 0;
        max-height: 50vh;
        grid-template-columns: 16px auto 16px;
        grid-gap: 0;
        grid-template-areas:
        "l-n l-n l-n"
        "l-i l-i l-i"
        ". l-p ."
        ". l-name ."
        ". l-c ."
        ". l-d. "
        
        ; 
    }
    .live-grid .left .image {
        height: 150px;
        border: none;
        border-radius: unset;
    }
    .live-grid {
        display: flex;
        flex-direction: column;
    }
    
    .live-grid .lot-number {
        margin: 0;
        position: absolute;
        top: 8px;
        left: 16px;
        background-color: #efefef;
        padding: 0 6px;
        border-radius: 4px;
        z-index: 2;
        width: min-content;
        white-space: nowrap;
    }
    .live-grid .left .lot-prise {
        margin-top: 6px;
    }
    .live-grid .left .lot-prise.new {
        background-color: rgb(235, 222, 123);
    }
    .live-grid .lot-content {
        padding: 0;
    }
    .content-wrap.live {
        margin: 0;
        padding: 0;
        
    }
    .live .sub-full-container {
        margin: 0;
        padding: 0;
    }
    .live-grid .left .lot-name {
        margin-bottom: 6px;
    }
    .live-bottom {
        display: none;
    }
    .live-header {
        display: flex;
        flex-direction: row;
        padding:0 ;
    }
    .live-header h1{
        font-size: 16px;
        margin: 0;
        padding: 16px 0;
    }

    .live-header>span {
        display: block;
    }
    .live-header>span a {
        padding: 16px;
        display: block;
    }
    .live-name span {
        padding: 0 4px;
        margin-right: 6px;
    }
    .live .content-inner {
        background-color: #efefef;
    }
    .content-wrap.live header {
        display: none;
    }
    .content-wrap.live footer {
        display: none;
    }
    .live-video {
        position: fixed;
        width: 180px;
        height: 100px;
       background-color: black;
       margin: auto;
       bottom: 16px;
       right: 16px;
       z-index: 1;
       box-shadow: 0 0px 10px rgba(0, 0, 0, 0.31);
    }
    
    .live-actions li {
        padding: 16px 4px;
    }
    .live-admin-container {
        display: none;
    }
    .item.img .slider-text {
        top: 0;
        bottom: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .item.img .slider-text .big-text, .item .slider-text .big-text {
        font-size: 20px;
        line-height: 23px;
    }
    .item.img .slider-text p {
        max-width: 80%;
    }
    .item .slider-text  {
        margin: 16px;
    }
    .blog-list-container {
        padding: 16px;
    }
    .blog-detail-container {
        padding: 16px;
    }
    .ts-fileupload-item-container {
        width: auto !important;
    }
    .search-result-container {
        background-color: #f9f9f9;
        padding: 40px 0 0 0;
    }
    .search-result-container h1 {
        display: none;
    }
    .products-list.sticky-detail {
        padding: 0;
        background-color: #e9e9e9;
    }
    .products-list.sticky-detail .item {
        grid-template-columns: 100%;
    }
    .products-list.sticky-detail .item:first-child {
        margin-top: 0;
    }
    .whatsapp.m {
        display: inline-block;
    }
    .whatsapp.d {
        display: none;
    } 
    .masonry-brick img {
        max-width: 100%;
        vertical-align: middle;
        max-height: 200px;
        object-fit: contain;
        width: 100%;
    }


    .owl-carousel .owl-stage {
        -ms-touch-action:unset;
        touch-action:unset;
       }

       .owl-carousel.owl-drag .owl-item {
        -ms-touch-action:unset;
        touch-action:unset;
       }
}