/*
Theme Name: Ultimate Auction Pro Software
Description: Ultimate Auction Pro Software is a responsive and modern auction theme, geared towards creating a professional looking auction website. With its awesome templates for Home page,Auction detail page, Auction Dashboard page, Search page etc, it aims to have a complete auction site capability.
Author: Nitesh Singh
Theme URI: https://getultimateauction.com/
Author URI: https://getultimateauction.com/
Version: 1.0.8
License:
License URI: -
Text Domain: ultimate-auction-pro-software
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #000;
    margin: 0;
    padding: 0;
    word-break: break-word;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    color: var(--wp--custom-primary-link-color);
}

address {
    line-height: normal;
}

img {
    max-width: 100%;
    vertical-align: top;
    border: 0;
    outline: 0;
}

p {
    font-style: normal;
    word-break: break-word !important;
}

sup {
    line-height: initial;
}

b,
strong {}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px;
}

th{border-bottom:1px solid #E4E4E4;font-weight: 400;}
tr:nth-child(even) {
    background-color: #f2f2f2;
    color: #000;
    border-radius:0.6rem;
}

ul {
    padding: 0;
    margin: var(--margin--marg-xs) 0px var(--margin--marg-xs) var(--margin--marg-xs);
    list-style-type: disc;
}

ol {
    padding: 0;
    margin: 0px 0px var(--margin--marg-m) 2rem;
    list-style: decimal-leading-zero;
}

ol ul,ul ol{padding-bottom:0;}

li {
    margin: 0;
    list-style-position: outside;
}

ol>li{padding-left:20px;}
li:last-of-type{margin-bottom:0;padding-bottom:0;}
/*ul:not(ol ul,ul.smallPadding,ul.drop) li{margin-bottom:1.25rem;}*/

.my-ac-comment-tb select {
    color: #000;
}

.my-ac-comment-tb select option {
    color: #fff;
}

input:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.page-404 h1 {
    margin: 0;
}

.page-404 .middle {
    float: left;
    width: 100%;
    padding: 7% 0;
    margin-bottom: 0;
    text-align: center;
}

div#primary:not(.home #primary) {
    min-height: 70vh;
}

ul.ua-input-group li input[type="text"] {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #cecece;
    letter-spacing: .57px;
    line-height: 23px;
    margin-top: 8px;
    background-color: transparent;
    height: 40px;
}

.my-ac-comment-tb .alignleft.actions .my-ac-comment-filter {
    display: flex;
    flex-wrap: wrap;
}

.my-ac-comment-tb .alignleft.actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.comment-view-slider .owl-item .item {
    padding: 17px 20px 0 16px;
    height: 248px;
    border: 1px solid #e3e3e3;
    border-radius: 0.6rem;
    position: relative;
}

.questions .cards li.qanda .interact {
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 10px;
    margin-right: -10px;
    min-height: 56px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 24px;
    display: flex;
    align-items: flex-start;
}

.interact:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.interact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 45px;
}

div#ask-qus-popup {
    border-radius: 0.6rem;
    padding: 0 46px 40px 46px;
    box-shadow: 0 8px 40px rgb(0 0 0 / 16%);
    text-align: center;
    width: 421px;
}

.slide-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 30px;
    margin-right: 0;
    min-height: 56px;
    background: #fff;
}

a.view-ans-link {
    letter-spacing: 0.5px;
    color: var(--wp--custom-primary-link-color);
}

button.btn-link.ml-auto.view-all {
    letter-spacing: 0.5px;
    color: var(--wp--custom-primary-link-color);
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.interact .btn.btn-upvote {
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
    color: #828282;
    line-height: 16px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    transition: none;
}

.interact .btn.btn-upvote svg.reputation {
    vertical-align: initial;
    margin-right: 4px;
}

.interact .btn-link {
    margin-top: 2px;
}

/* tempary HIren style */
li.uat-sublavel-menu p {
    color: #fff;
    display: flex;
    margin: 0;
    padding: 4px 22px;
}

.wrap-drop .drop .uat-sublavel-menu li:hover a {
    background-color: #6e1eff;
    color: #ffffff;
}

/* END */
.comment-view-slider .owl-item .item a.vote-icon img,
.comment-view-slider .owl-item .item a.reply-icon img,
.comment-view-slider .owl-item .item a.flag-icon img {
    width: 8px !important;
}

.auction-question-heading {
    margin-top: 47px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

a.vote-icon-in-popup.vote-icon {
    margin-left: 10px;
    border: 0;
}

a.vote-icon-in-popup.vote-icon span.vote_count_total25.q_vote {
    margin-left: 10;
    margin-left: 4px;
}

#view-answer-popup .comment-foot a.vote-icon span.vote_count_total25.q_vote {
    margin-left: 4px;
}

a.vote-icon.voted-cls {
    background-color: var(--wp--custom-primary-link-color);
    border: 1px solid var(--wp--custom-primary-link-color);
    color: #fff;
}

a.vote-icon.voted-cls svg path {
    stroke: #ffffff;
    color: #fff;
}

.auction-question-heading h3 span.q-count {
    color: #828282;
}

.auction-question-heading.popup-header {
    margin: 0 0 20px 0;
}

.comment-view-slider .comment-user-name .rep-user {
    margin: 0 10px 0 0px;
}

.comment-view-slider .comment-user-name {
    margin-bottom: 5px;
}

span.days-cmt span.rep svg {
    margin-right: 5px;
}

.interact svg.reputation {
    margin-right: 5px;
}

span.days-cmt span.rep {
    letter-spacing: 0;
    margin-left: 0;
}

.auction-question-heading.popup-header h3 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    line-height: 26px;
}

.auction-question-heading.popup-header {
    display: flex;
    justify-content: flex-start;
}

.auction-question-heading.popup-header button.btn-link.ml-auto.view-all {
    margin-left: 20px;
}

.auction-question-heading button.btn.view-all {
    position: static;
    bottom: auto;
    right: auto;
    padding: 0;
    line-height: 20px;
}

div#view-answer-popup {
    border-radius: 0.6rem;
    padding: 20px;
    box-shadow: 0 8px 40px rgb(0 0 0 / 16%);
    width: 450px;
    max-width: 100%;
}

/* .fancybox-is-open .fancybox-bg {opacity: .6!important;
} */
a.btn-link.ml-auto.view-all {
    margin: 5px 0 0 20px;
    letter-spacing: 0.5px;
    color: var(--wp--custom-primary-link-color);
    background-color: transparent;
    border: none;
    padding: 0;
}

.auction-question-heading h3 {
    margin-right: 16px;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 0px;
    line-height: 26px;
}

.auction-question-sec .carousel-wrap {
    position: relative;
}

.auction-question-sec .owl-carousel .owl-nav {
    top: 45%;
    width: 100%;
}

.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6 {
    color: #fff;
}

.auction-question-sec .owl-carousel .owl-nav .owl-prev {
    background-image: url(assets/images/front/back-product.png);
    left: -35px;
}

.auction-question-sec .owl-carousel .owl-nav .owl-next {
    background-image: url(assets/images/front/black-next-aerow.png);
    right: -35px;
}

.comment-view-slider .owl-item .item .comment-thred {
    margin-bottom: 5px;
}

.auction-question-sec .carousel-wrap {
    padding: 0 10px;
}

.modal-body h5 {
    margin-bottom: 24px;
    line-height: 22px;
}

.modal-body p.prompt {
    margin-bottom: 24px;
    line-height: 27px;
}

.modal-body div.two-up {
    display: flex;
    justify-content: space-between;
}

a.cancel-btn {
    padding: 11px 35px;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 0.6rem;
    background-color: #f1f3f4;
    border-color: #f1f3f4;
    color: #262626;
}

a.view-agreement {
    padding: 11px 35px;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 0.6rem;
    background-color: #00070a;
    border-color: #f1f3f4;
    color: #fff;
}

div#view-answer-popup {
    border-radius: 0.6rem;
    box-shadow: 0 8px 40px rgb(0 0 0 / 16%);
    height: 85vh;
    overflow-y: auto !important;
}

.bid-shortcode div#reactsel {
    margin-right: 15px;
}

.alignleft {
    margin: 0 40px 40px 0;
    float: left;
}

.alignright {
    margin: 0 0 40px 40px;
    float: right;
}

.alignnone {
    margin: 0 0 40px 0;
}

.aligncenter {
    margin: 0 auto 40px auto;
    display: list-item;
}


/* header css start here 28-05-2024 */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header {
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

a.register:hover,
a.login:hover {
    background-color: #6e1eff;
    border: 2px solid #6e1eff;
}

a.login:hover {
    color: #fff;
}

.login-regi-btn {
    display: flex;
    align-items: center;
    margin: 0px 0 0px 0;
}

a.login {
    display: inline-block;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.6rem;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s, background-color 0.25s ease 0s;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    color: #000;
    padding: 10px 17px;
    margin: 0;
    text-transform: capitalize;
}

a.register {
    display: inline-block;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.6rem;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s, background-color 0.25s ease 0s;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px 17px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
}

header.ua-site-header.sticky .ua-hb-in {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.ua-hb-in {
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    z-index: 9999;
    margin-bottom: 10px;
}

.Header-links ul li a {
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
    padding: 0px 12px;
}

.Header-links ul li {
    list-style: none;
}

.Header-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.top-right-menu .menu-item ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    margin: 0;
    padding: 0 0px;
    flex-wrap: wrap;
    right: 0;
    left: 5px;
    opacity: 0;
    background-color: #000;
    min-width: 140px;
    align-items: start;
}

ul.top-right-menu .menu-item:hover>ul {
    left: 5px;
    background-color: #000;
    min-width: 140px;
    align-items: start;
    opacity: 1;
}

ul.top-right-menu>li>a {
    line-height: 47px;
    position: relative;
}

ul.top-right-menu>li.menu-item-has-children:hover>a:before {
    top: -100px;
}

ul.top-right-menu>li.menu-item-has-children>a:after {
    content: " ";
    position: absolute;
    top: 9px;
    right: 0px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
}

.wrap-drop .drop ul {
    padding: 0;
    border: 1px solid #c1c2c2;
}

.wrap-drop .drop li.uat-sublavel-menu p {
    color: #000;
    display: flex;
    margin: 0;
    padding: 4px 12px;
    background-color: #000;
}

ul.top-right-menu>li.menu-item-has-children>a:before {
    content: " ";
    position: absolute;
    top: 6px;
    right: 3px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.top-right-menu .menu-item .sub-menu li a {
    height: auto;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #000;
    transition: all .25s ease;
    display: inline-block;
    padding: 11px 15px;
    width: auto;
    text-decoration: none;
    color: #fff;
}

.ua-hb-in .container {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.top-right-menu li.menu-item.menu-item-has-children {
    position: relative;
}

.ua-hb-in .container .logo {
    display: flex;
    margin: 10px 0;
    align-items: center;
    width: 50%;
}

.search-input input {
    width: 100%;
    padding: 1rem 2rem 1rem 1rem;
    appearance: none;
    line-height: 1;
    border: 2px solid var(--colors--grey);
    border-radius: 0.6rem;
    transition: border-color 0.25s ease 0s;
    height: auto;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.search-input {
    width: 100%;
}

.search-input-mobile {
    display: none;
}

.search-box {
    position: relative;
    display: flex;
    padding: 0;
    margin: 0 0 0 15px;
    max-width: 100%;
    width: calc(100% - 300px);
}

.header-right-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    justify-content: end;
    max-width: 100%;
    position: relative;
}

header.ua-site-header.stiky {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9;
}

nav {
    position: relative;
    width: auto;
    margin: 0;
}

i.fas.fa-sort-amount-down-alt {
    color: #fff;
}

.drop-down__menu-box.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.drop-down__menu-box.active .ua-filter-sidebar {
    width: 300px;
    height: 370px;
    overflow: scroll;
    padding-right: 15px;
}

.header-bottom {
    box-shadow: 0 4px 2px rgb(128 128 128 / 10%);
    padding-bottom: 1px;
    margin-bottom: 30px;
}

.header-top {
    padding: 13px 0;
    background: #333;
    overflow: hidden;
}

.Second-header-main-menu.top-menu-rightside {
    width: auto;
    border: none;
}

/* header css end here 28-05-2024 */







.related.products {
    padding-top: 100px;
}

form#uat_auction_form,
form#uat_auction_form .bid-price-selection,
.product-details-btn {
    width: 100%;
}

/* button#uat_placebidbutton {padding: 13px 30px;text-transform: uppercase;letter-spacing: 1px;line-height: 20px;border-radius: 0.6rem;color: #ffffff;background: black;border: 1.5px solid #00253e;margin: 0 auto;display: flex;justify-content: center;
} */
#uat_auction_form .bid-price-selection,
.product-details-btn {
    width: 72%;
}

option {
    background-color: #000;
}

.selct-dropdown select {
    flex: 1 !important;
    padding: 0 .5em !important;
    color: #fff !important;
    cursor: pointer !important;
    background-color: #000 !important;
    height: 40px !important;
    padding-right: 5px !important;
    border-radius: 0.6rem;
}

.selct-dropdown select:focus {
    background-color: #1e1e1e !important;
}

h1.auction-title {
    letter-spacing: 0;
    line-height: 2.5rem;
    margin: 0;
    text-transform: uppercase;
}

.date-and-time-details h4 {
    letter-spacing: 0rem;
    line-height: 1.625rem;
    color: rgb(107, 107, 107);
    margin: 0px 0 0px 0;
}

h5.auction-status {
    letter-spacing: 1px;
    line-height: 1.625rem;
    color: rgb(107, 107, 107);
    margin: 0px 0 0px 0;
}

input {
    -webkit-appearance: auto;
    appearance: auto;
    -moz-appearance: auto;
}

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 30px 0;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    background: #2b2e2e;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    color: #fff;
}



.no-result-found {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    grid-column: 1 / 4;
}

.no-result-found a.clear-efilter.ua-button-black {
    margin-left: 20px;
    width: 210px;
    margin: 0 0 0 18px;
}

.no-result-found {}

div#loader_ajax {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button button {
    background-color: transparent;
    outline: none;
    padding: 5px;
    border: none;
    border-left: none;
    cursor: pointer;
    position: absolute;
    top:50%;
    right:1rem;
    transform: translateY(-50%);
}

.subscribe-block input[type=email],
.subscribe-block input[type=password],
.subscribe-block input[type=tel],
.subscribe-block input[type=text] {
    border: solid 1px #e3e3e3;
    height: 51px;
    width: 100%;
    max-width: 100%;
    color: #666;
    border-radius: 0.6rem;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
}

.subscribe-block input[type=submit] {
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 0.6rem;
    transition: all .5s;
    line-height: 19px;
    color: #fff;
    background: #000000;
    margin-top: 0;
}

.subscribe-block input[type=submit]:hover {
    background: #333;
}

.subscribe-block textarea {
    max-width: 100%;
    color: #666;
    border-radius: 0.6rem;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
}

.car-info-tab {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.car-info-box table th {
    width: 38%;
    max-width: 100%;
    text-align: left;
}

.car-info-box {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.car-info-box table th {
    border-bottom: 1px solid #dddada;
    background: #ebebeb;
    white-space: nowrap;
}

.car-info-box table td,
.car-info-box table th {
    border-left: 1px solid #ebebeb;
    border-width: 0 0 0 1px;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
}

.car-info-box table td {
    border-bottom: 1px solid #dddada;
}

.car-info-box table td,
.car-info-box table th {
    border-left: 1px solid #ebebeb;
    border-width: 0 0 0 1px;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
}

.car-info-box table td {
    border-bottom: 1px solid #dddada;
}

.car-info-box table {
    width: 100%;
    border: 1px solid #d9d9d9;
}

.page-template-template-events-list .btn {
    box-shadow: none;
}

.header-banner-img {
    height: 360px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(assets/images/front/loader.svg) center no-repeat #fff;
    background-size: 100px auto;
}

.container,
.alignwide {
    width: 1520px;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
}

.ht-in {
    display: flex;
    justify-content: space-between;
}

.ht-in img {
    vertical-align: middle;
}

.menu-icon {
    display: none;
}

.subscribe-block input[type=submit] {
    margin-top: 10px;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-area a {
    margin-left: 10px;
    color: #000;
    line-height: normal;
    font-style: normal;
    text-transform: uppercase;
}

.ht-in a {
    color: #fff;
}

.ht-l {
    width: 32%;
    color: #fff;
    position: relative;
}

.ht-l:before {
    content: "";
    position: absolute;
    right: 0;
    top: -13px;
    bottom: -13px;
    background: #000;
    width: 1000%;
}

.phoneNo {
    position: relative;
    z-index: 1;
}

.phoneNo img {
    margin-right: 6px;
}

input.InputElement.is-empty.Input.Input--empty {
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    border-radius: 0.6rem;
    padding: 0 0 0 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 320px;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.phoneNo a,
.phoneNo a:hover {
    color: #fff;
}

.ht-r {
    width: 68%;
    display: flex;
    justify-content: flex-end;
}

.h-social {
    margin: 0 20px;
    padding: 0 19px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.h-social a {
    margin: 0 7px;
    display: inline-block;
}

.email-add img {
    margin: 0 5px 0;
}

.hb-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-input-box {
    position: absolute;
    padding: 15px;
    background: #fff;
    width: 300px;
    top: 80px;
    right: -20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 9;
}

.h-search {
    position: relative;
}

.h-search.open-search .search-input-box {
    top: 37px;
    visibility: visible;
    opacity: 1;
}

.search-input-box form {
    display: flex;
}

.search-input-box form input[type=text] {
    height: 35px;
    padding: 0 11px;
}

.search-input-box form input[type=submit] {
    font-size: 0;
    background: #000 url(assets/images/front/search-icon.png) no-repeat center center;
    padding: 13px 20px;
}

/* .main-menu nav ul {padding: 0;display: flex;}
.main-menu nav ul li {list-style-type: none;position: relative;}
.main-menu nav ul li:last-child {margin-right: 0;}
.main-menu nav ul li:first-child {margin-left: 0;}
.main-menu nav {display: flex;align-items: center;justify-content: space-between;width: 100%;position: relative;} */
.menu-p-container {
    z-index: 99;
}

.header-bottom .hb-in {
    margin: 20px 0;
}

/* .main-menu nav ul li a {line-height: normal;font-style: normal;text-transform: uppercase;transition: color 0.25s ease 0s;text-decoration: none;color: rgb(0, 0, 0);padding-left: 10px;padding-right: 10px;display: flex;-webkit-box-align: center;align-items: center;height: 100%;user-select: none;box-sizing: content-box;border-bottom: 1px solid transparent;}
.main-menu nav ul li.current-menu-item a {color: #000;}
.main-menu nav ul li:hover a {color: #000;}
.main-menu nav ul li:hover .sub-menu {opacity: 1;visibility: visible;transform: translateY(0);z-index: 9;}
.main-menu nav ul li.menu-item-has-children:hover:after {background: url(assets/images/front/menu-icon-orange.png) no-repeat center center;}
.main-menu nav ul li.menu-item-has-children:after {content: "";position: absolute;right: -13px;top: 0;bottom: 0;margin: auto;background: url(assets/images/front/menu-icon.png) no-repeat center center;width: 9px;height: 5px;transition: all .5s;}
.main-menu nav ul li a:hover {color: #767676;} */
.slider-left-part,
.slider-right-part {
    height: 405px;
    background-size: cover;
    background-position: top center;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}

.slider-left-part {
    width: 58.5%;
}

.slider-right-part {
    width: 40.5%;
}

.slider-row {
    display: flex;
    justify-content: space-between;
}

.home-slider .owl-nav {
    top: 42%;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}

.slider-cap h2 {
    line-height: 33px;
    color: #000;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.bid-now,
.see-more {
    margin-top: 15px;
    display: inline-block;
    line-height: 28px;
    text-decoration-line: underline;
    color: #144f5d;
}

.slider-cap a {
    letter-spacing: 0.015625rem;
    padding: 0;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.slider-cap {
    width: 407px;
    background-color: rgba(255, 255, 255, .5);
    padding: 16px 26px 13px 24px;
}

.fol-cmp-item img:first-child {
    margin-bottom: 25px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    font-size: 0;
    background-image: url(assets/images/front/left-aerow.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 35px;
    width: 26px;
    background-color: rgba(255, 255, 255, .5);
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
    position: absolute;
    font-size: 0;
    background-image: url(assets/images/front/right-aerow.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 35px;
    width: 26px;
    background-color: rgba(255, 255, 255, .5);
}

.upcoming-auction-slider .owl-item img {
    width: 523px;
    height: 461px;
    object-fit: cover;
    max-width: 100%;
}

.Charity-partners-slider .owl-nav,
.followed-campaings-slider .owl-nav,
.trending-item-slider .owl-nav,
.upcoming-auction-slider .owl-nav {
    top: 45%;
}

.Charity-partners-slider .owl-nav .owl-next,
.followed-campaings-slider .owl-nav .owl-next,
.trending-item-slider .owl-nav .owl-next,
.upcoming-auction-slider .owl-nav .owl-next {
    background-image: url(assets/images/front/black-next-aerow.png);
    right: -32px;
}

.Charity-partners-slider .owl-nav .owl-prev,
.followed-campaings-slider .owl-nav .owl-prev,
.trending-item-slider .owl-nav .owl-prev,
.upcoming-auction-slider .owl-nav .owl-prev {
    background-image: url(assets/images/front/black-prev-aerow.png);
    left: -32px;
}

.Charity-partners-slider .owl-nav .owl-prev.disabled,
.followed-campaings-slider .owl-prev.disabled,
.trending-item-slider .owl-prev.disabled,
.upcoming-auction-slider .owl-prev.disabled {
    display: none;
}

.up-aution-item {
    position: relative;
    margin-bottom: 12px;
}

.time-count {
    background: rgba(20, 79, 93, .85);
    position: absolute;
    top: 12px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 5px 11px;
}

.single-product .prod-detail-countdown .time-count {
    position: static;
}

div.vertical-slider {
    width: 100%;
}

.slick-slide.slick-current.slick-active img {
    display: block;
}

.up-aution-item-cap h4 {
    margin: 0;
    color: #fff;
    padding: 0 36px;
    text-align: center;
}

.up-aution-item-cap {
    position: absolute;
    bottom: 43px;
    min-height: 93px;
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending-item {
    position: relative;
}

.time-count p span {
    line-height: 19px;
}

.trending-item-desc p {
    font-style: normal;
    line-height: 19px;
    margin: 0;
}

.hr-border hr {
    margin: 0;
    width: 100%;
}

.trending-item-desc span {
    font-style: italic;
    line-height: 19px;
    margin-bottom: 4px;
    display: inline-block;
}

.trending-item-desc h6 {
    font-style: normal;
    line-height: 23px;
    margin-bottom: 6px;
}

.trending-item-desc {
    text-align: center;
    margin-top: 24px;
}

.time-count p {
    font-style: italic;
    line-height: 25px;
    margin: 0;
    color: #fff;
}

.login-regi-btn .selct-dropdown .wrap-drop {
    width: 170px;
}

.media-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.media-left {
    width: 38.8%;
    max-width: 100%;
}

.media-right {
    width: 58.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.media-left-img {
    width: 507px;
    height: 504px;
    max-width: 100%;
    margin-bottom: 15px;
}

.media-right-box {
    width: 47.5%;
    max-width: 100%;
    margin-bottom: 27px;
    display: inline-block;
}

.media-right-img {
    width: 100%;
    height: 209px;
    max-width: 100%;
    margin-bottom: 15px;
}

#hidden-content-1.fancybox-content {
    width: 59%;
    max-width: 100%;
}

.fancybox-container {
    z-index: 999999;
}

.search-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    ;
}

.my-account-option a img {
    margin-right: 10px;
}

form#ctm-woocommerce-form-register .form-row.form-custom-row:before {
    display: none;
}

.my-account-option {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    z-index: 9;
    background-color: #fff;
    padding: 25px;
    width: 277px;
    right: 0;
    text-align: left;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.my-account-option a {
    line-height: 19px;
    margin-bottom: 18px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.my-account {
    background-image: url(assets/images/front/bottom-aerrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

#Confirm-Bid-Popup.fancybox-content,
#login.fancybox-content {
    width: 650px;
    max-width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0 !important;
}

button.fancybox-button.fancybox-close-small svg {
    height: 29px;
    width: 45px;
}

.qanda-empty-question a.ask-qustion-slider-btn {
    color: #fff;
    padding: 11px 25px;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 0.6rem;
    background-color: var(--wp--custom-primary-link-color);
    border-color: var(--wp--custom-primary-link-color);
}

.ask-q {
    position: relative;
}

.woocommerce .ask-q textarea {
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 11px;
    overflow: hidden;
    border: 0;
    line-height: 18px;
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 0.6rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #262626;
    background-color: #fff;
    background-clip: padding-box;
    height: auto;
    border: 1px solid #d5d5d5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ask-q .ask-q-btn {
    background: #eeeef0;
    position: absolute;
    bottom: 7px;
    right: 7px;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.6rem;
    cursor: pointer;
}

.ask-q .ask-q-btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(assets/images/send-comment.png) no-repeat 0 0/100%;
}

.qanda-empty-question {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.comment-thred-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
}

.comment-thred-box .comment-thred {
    margin-bottom: 0;
}

.quation-box-area {
    margin: 30px 0 0px 0;
}

a.btn.blue-btn:hover {
    background: #000;
    color: #fff;
}

a.btn.blue-btn {
    background: #000;
    color: #fff;
}

.media-right-box a:last-child {
    text-decoration: underline;
}

.media-left h4 {
    margin-bottom: 10px;
}

.media-left a:last-child {
    text-decoration: underline;
}

.media-right-box h5 {
    margin-bottom: 9px;
}

.section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
}

.tab_content.tab_content_active {
    display: block;
}

ul.tabs li a {
    line-height: 15px;
    text-transform: uppercase;
}

ul.tabs li {
    list-style: none;
    padding: 25px 52px;
}

ul.tabs li a.active {}

ul.tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    width: 100%;
    border-top: 1px solid #c4c4c4;
}

.tab_content {
    display: none;
}

.tab_content h4 {
    margin: 25px 0 25px 0;
}

h4 {
    margin: 0;
}

.section-heading a {
    text-decoration: underline;
    line-height: 19px;
    width: auto;
}

.upcoming-auction-slider .owl-item {
    text-align: center;
}

.site-footer footer {
    padding: 33px 30px 65px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social-links {
    width: 200px;
    max-width: 100%;
}

.social-links p {}

.site-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-links ul li {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    width: 40%;
}

.subscribe-block h5 {
    text-align: center;
    line-height: 23px;
    color: #000;
}

.bid-price-detail-right {
    text-align: right;
}

.bid-price-detail-left p {
    font-style: normal;
    line-height: normal;
    margin: 0;
}

.bid-description label img {
    margin-left: 10px;
}

.bid-description label {
    display: flex;
    line-height: 24px;
}

.bid-description {
    width: 452px;
    max-width: 100%;
    margin: 0 auto;
}

.bid-price-detail {
    margin-bottom: 15px;
    justify-content: space-between;
}

.site-links {
    width: 393px;
    max-width: 100%;
}

.subscribe-block {
    width: 310px;
    max-width: 100%;
    text-align: center;
}

.social-icon a {
    margin-right: 10px;
}

.site-links ul li a {
    font-style: normal;
    line-height: 19px;
    text-transform: uppercase;
}

h1.header-caption {
    margin: 0;
    background-color: #faff00 !important;
    transform: rotate(-2deg);
    padding: 9px 21px;
    margin-top: 0;
}

.time-countdown p {
    margin: 0;
}

.time-countdown {
    display: flex;
    BACKGROUND-COLOR: rgba(0, 0, 0, .71);
    color: #fff;
    padding: 7px 0;
    max-width: 335px;
    margin: 0 auto;
    width: 100%;
}

.site-header-countdown {
    position: absolute;
    bottom: 0;
    right: 0;
}

.time-countdown p span {
    line-height: 28px;
}

.time-countdown p {
    line-height: 33px;
    color: #fff;
    text-align: center;
    padding: 0 14px;
    position: relative;
}

.time-countdown p:before {
    content: ": ";
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.time-countdown p:first-child:before {
    display: none;
}

section.banner-text-details {
    padding: 41px 0 0 0;
}

.banner-text-row {
    display: flex;
    justify-content: space-between;
}

.box-time-heading {
    color: #fff;
    margin-bottom: 21px;
}

.banner-text-right {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.timer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 5px;
    background-color: rgb(61 62 64 / 80%);
    width: 100%;
}

.time_countdown_event {
    border: 1px solid #000;
    padding: 10px 10px 10px 0;
    border-radius: 0.6rem;
    margin: 10px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
}

.banner-text-right .time_countdown_event {
    border: 1px solid #fff;
}

.banner-text-right .timer-box {
    background-color: rgb(0 0 0 / 80%);
}

.banner-text-left {
    width: 70%;
    max-width: 100%;
}

.header-banner {
    position: relative;
}

.product-list-row {
    display: flex;
    flex-wrap: wrap;
}

.product-list-row .product-box {
    width: 22.96%;
    max-width: 100%;
    position: relative;
    margin: 0 12px;
}

.prod-dis p {
    margin: 0;
}

.product-box>a:first-child {
    height: 285px;
    background-color: #dedee0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-dis {
    margin: 24px 0 67px 0;
    text-align: center;
}

.prod-dis h5 {
    line-height: 20px;
    margin: 0;
    position: relative;
    letter-spacing: -.1px;
    margin-bottom: 0;
}

.prod-d-slider {
    width: 571px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.prod-d-slider-main {
    width: 43.6%;
    max-width: 100%;
}

.trending-item {
    position: relative;
    height: 298px;
    background-color: #dedee0;
}

.product-box lable,
.trending-item lable {
    top: 0;
    background: #ff37a3;
    position: absolute;
    left: 0;
    color: #fff;
    font-style: italic;
    line-height: 16px;
    padding: 7px 15px;
}

#sync2.owl-carousel .owl-stage {
    display: flex;
    flex-direction: column;
}

#sync2.owl-carousel .owl-stage .owl-item {
    width: 100% !important;
    margin-bottom: 23px;
    cursor: pointer;
}

#sync2 .item {
    width: 70px;
}

div#sync1 {
    width: 400px;
    max-width: 100%;
}

div#sync2 {
    padding-top: 0;
    width: 110px;
    max-width: 100%;
}

#sync1 .product_slider_block {
    height: 510px;
    background-color: #e9eaec;
    width: 100%;
}

#sync1 .product_slider_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.product-detail-sec {
    margin: 37px 0 0 0;
}

.prod-d-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.prod-detail-text {
    width: 48%;
    max-width: 100%;
}

.next-prod-sec {
    display: flex;
    justify-content: space-between;
}

.prod-name h1 {
    line-height: 29px;
    margin: 0;
}

.prod-name h5 {
    line-height: 27px;
    color: #707070;
    margin: 0;
    text-transform: uppercase;
}

.prod-detail-text a {
    font-style: italic;
    line-height: 40px;
    text-decoration-line: underline;
}

.prod-detail-text hr {
    margin: 15px 0 37px 0;
}

.more-right {
    text-align: right;
    margin: 0 auto;
    display: block;
}

.prod-detail-countdown {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-detail-text .btn-center a {
    text-decoration: underline;
    font-style: normal;
}

.donate-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.donate-sec {
    background: #61252d;
    background: linear-gradient(90deg, rgba(97, 37, 45, 1) 0, rgba(97, 92, 45, 1) 16%, rgba(52, 100, 45, 1) 45%, rgba(34, 98, 109, 1) 53%, rgba(34, 39, 109, 1) 69%, rgba(98, 37, 101, 1) 81%, rgba(97, 37, 45, 1) 100%);
    padding: 42px 0;
    margin: 30px 0;
}

.donate-text p {
    color: #fff;
    text-align: center;
    line-height: 23px;
}

a.btn.white-btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.border-btn {
    border: 3px solid #144f5d;
    padding: 15.5px 82px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    display: inline-block;
}

a.border-btn:hover {
    background-color: #144f5d;
    color: #fff;
    border: 3px solid #144f5d;
}

a.btn.white-btn {
    border: 2px solid #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .25);
    background: #fff;
    color: #000;
}

.donate-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 75%;
}

.donate-img {
    width: 240px;
    max-width: 100%;
}

.tab_content table tr td:last-child a {
    float: right;
}

.tab_content table {
    margin-bottom: 100px;
}

.d-flex-row {
    display: flex;
    align-items: center;
}

.login h1 a {
    background-image: url(.assets/images/front/wordpress-logo.svg?ver=20131107);
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.banner-bg {
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-with-sidebar {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.content-with-sidebar .left-block {
    width: 73%;
}

.foundation-btn .btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

.foundation-btn .btn {
    line-height: 35px;
    color: #fff;
    background-color: #144f5d;
    border: 2px solid #144f5d;
    padding: 6px 18.5px;
}

.view-collection .btn:hover {
    background-color: #144f5d;
    color: #fff;
}

.view-collection .btn {
    border: 2px solid #144f5d;
    color: #144f5d;
    background-color: #fff;
    margin-top: 10px;
}

.filter-for-mobile {
    display: none;
}

.left-block .left-content {
    margin-bottom: 38px;
}

.add-block {
    position: absolute;
    top: 10px;
    right: 22px;
}

.f-name h4 {
    margin: 0;
    line-height: 26px;
    letter-spacing: .2px;
}

.f-name h4 a {
    margin-bottom: 5px;
    display: inline-block;
}

.foundation-detail {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 15px 0;
}

.past-auction {
    display: flex;
    justify-content: space-between;
}

.past-right h2 {
    font-style: normal;
    line-height: 33px;
}

.past-right p {
    margin-bottom: 0;
}

.past-auction .past-left {
    height: 240px;
    width: 62.54%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
}

.past-auction {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.past-right {
    width: 33.9%;
    max-width: 100%;
}

.content-with-sidebar .left-block .banner-bg {
    position: relative;
}

.content-with-sidebar .right-right {
    width: 23.7%;
}

.sidebar-block p strong {
    display: block;
}

.sidebar-block p {
    line-height: 25px;
}

.text-block {
    width: 1100px;
    margin: 30px auto;
    max-width: 100%;
}

.content-with-sidebar .left-block .site-header-countdown {
    left: 0;
    width: auto;
    margin: 0 auto;
    display: block;
}

.work-detail h4 {
    margin: 0 0 10px 0;
}

.form-with-text {
    display: flex;
    justify-content: space-between;
}

.form-with-text {
    padding: 70px 0;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.work-detail {
    width: 49.4%;
}

.work-form {
    width: 43.7%;
}

.header-banner-img h1 {
    background-color: #fff;
    margin: 0;
    padding: 10px 11px;
    min-width: 336px;
    text-align: center;
}

.blog-row:last-child {
    border-bottom: none;
}

.blog-listing {
    margin-top: 60px;
}

.blog-row {
    display: flex;
    justify-content: space-between;
}

.blog-details {
    display: flex;
    align-items: center;
}

.post-content {
    padding-left: 40px;
}

.post-content {
    padding-left: 40px;
    width: 71.8%;
    max-width: 100%;
}

.post-img {
    width: 28.1%;
    max-width: 100%;
}

.post-img img {
    width: 350px;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-row .date {
    width: 210px;
}

.post-content a {
    line-height: 23px;
    text-decoration-line: underline;
    color: #144f5d;
}

.blog-row {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #9a9a9a;
}

.post-content h2 {
    margin: 0;
}

.Featured-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.Featured-box {
    width: 23.5%;
    max-width: 100%;
}

.Featured-box h5 a {
    text-decoration: underline;
    text-transform: uppercase;
}

.Featured-box h5 {
    text-align: center;
    margin: 15px 0 30px 0;
}

.Featured-box img {
    width: 100%;
}

.post-content h2 a {
    margin: 0;
    line-height: normal;
    color: #000;
    text-decoration: none;
}

h5.bid-details {
    color: #144f5d;
    margin-bottom: 8px;
}

h5.bid-details.red {
    color: red;
}

.culture-meets-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.culture-box {
    width: 32.33%;
}

.culture-caption {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.culture-caption img {
    width: 230px;
}

.culture-caption h2 {
    margin: 0;
}

.img-block {
    min-height: 600px;
    width: 40%;
}

.left-right-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-content {
    width: 55%;
}

/* body .hasCountdown {overflow: hidden;padding: .5em 15px .5em 0;margin: 0;display: flex;align-items: center;justify-content: center;
}
 */
body .banner-text-row .countdown_section {
    color: #fff;
}

/* .hasCountdown {background-color: transparent!important;border-color: transparent!important;
}
 */
.box-timer .countdown_section {
    min-width: 65px;
    max-width: 65px;
    width: 65px;
    text-align: center;
}

body .box-timer .countdown_amount {
    min-width: 50px;
    max-width: 50px;
}

body .banner-text-row .box-timer .time_countdown_event.hasCountdown {
    border-color: #fff;
    padding: 8px 0px;
}

.copyright-area .social-icon {
    margin-top: 30px;
}

body .box-timer .time_countdown_event.hasCountdown {
    padding: 10px 8px;
    margin: 20px auto 8px auto;
    color: #000;
    border-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .left-content .hasCountdown {
    margin: 0 auto;
}

body .countdown_section {
    float: left;
    text-align: center;
    padding: 0 5px;
    line-height: normal;
    position: relative;
}

span.countdown_section:first-child:before {
    display: none;
}

body .countdown_amount {
    min-width: 70px;
    max-width: 36px;
}

body .columns-4 .countdown_amount {}

.woocommerce ul.products li.product .button {
    margin: 0;
}

.woocommerce ul.products.columns-4 li.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    width: 100%;
    text-align: center;
}

.columns-4 .auction-countdown-check {
    padding: 10px 5px;
}

body .columns-4 span.countdown_section {}

.trending-item-desc span.woo-ua-auction-price.current-bid {
    font-style: normal;
}

span.countdown_section:before {
    content: ": ";
    position: absolute;
    left: -5px;
    top: -47%;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

div#event_list .img_ajax_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.filters {
    display: flex !important;
    margin-bottom: 20px;
}

.filters #past_event_end_date,
.filters #past_event_start_date {
    height: 33px;
    margin: 0 10px 0 0;
    width: 22%;
}

.filters button {
    margin: 0 5px;
    background-color: #144f5d;
    color: #fff;
    border: #ffdead;
    padding: 0 12px;
    letter-spacing: 1px;
    cursor: pointer;
}

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

.align-items-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-top: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-top: 100px;
}

.search {
    width: auto;
    /*padding-left: 20px;*/
}

.search a {
    color: #000;
}

.search a:hover {
    color: #d3af37;
}

.search_block {
    width: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    border: 1px solid #b7b7b7;
    border-radius: 0.6rem;
}

.uat-search-box-form-block {
    margin-top: 50px;
}

.search_block.mobile-search-open,
.search_block.search-open {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all .4s;
    -webkit-transition: all .4s;
    padding: 5px 0 5px 5px;
}

.search-inp {
    width: 100%;
    background-color: transparent;
    color: #000;
    border: 0;
    height: 100%;
    line-height: normal;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 90%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

#search input:: -webkit-input-placeholder {
    color: #fff;
}

#search input:: -moz-placeholder {
    color: #fff;
}

#search input:: -ms-input-placeholder {
    color: #fff;
}

#search input:: -moz-placeholder {
    color: #fff;
}

#search input:focus {
    border-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search input[type=search] {
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    text-align: left;
    border: 0px;
    margin: 0px auto 10px auto;
    outline: none;
    padding: 10px 20px 10px 2px;
    border-bottom: 2px solid #fff;
}

#search .btn {
    margin: 0 auto;
    background-color: white;
    border: black;
    color: #000;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: white;
    border-color: transparent;
    opacity: 1;
    padding: 2px 10px;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

input[type=submit].search-btn {
    width: auto;
    height: 100%;
    background-color: #fff;
    color: #000;
    border: 0;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    background-image: url(assets/images/front/search-icon.png);
    padding: 0 14px;
}

.close-btn {
    width: auto;
    display: inline-block;
    color: #7a7a7a !important;
    padding: 12px 0 12px 0;
    margin: 0 6px 0 6px !important;
}

.close-btn:hover {
    color: #d3af37;
}

.close-btn img {
    width: 23px;
}

section.main-slider.for-mobile {
    display: none;
}

.media-block.mobile {
    display: none;
}

header.site-header {
    background-color: #fff;
    z-index: 999;
}

.mobile-show {
    display: none;
}

.mobile-accordian {
    display: none;
}

.accor-sec {
    display: none;
}

.ga-vertical-gallery .services-slider {
    display: flex;
}

.ga-vertical-gallery .slider-main {
    width: 100%;
    text-align: center;
}

.ga-vertical-gallery .main-container {
    width: 100%;
    margin-left: 7px;
}

.ga-vertical-gallery .nav-container {
    height: 424px;
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.event_over {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16.5px 5px;
}

.time-count.hasCountdown .countdown_row {
    display: flex;
}

body .time-count.hasCountdown {
    overflow: hidden;
    padding: .5em 15px .5em .5em;
    margin: 0;
    BACKGROUND-COLOR: rgba(20, 79, 93, .85);
    border-color: rgba(20, 79, 93, .85);
    min-width: 100px;
    max-width: max-content;
}

.time-count span.countdown_section:before {
    display: none;
}

body .time-count .countdown_section {
    padding: 0;
    min-width: 41px;
    max-width: 16px;
    font-style: italic;
    line-height: normal;
}

body .time-count .countdown_amount {
    min-width: 70px;
    max-width: 36px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
    color: #fff;
}

.single-product .bid-price-detail-left span.woo-ua-auction-price.current-bid .woo-ua-current.auction {
    text-transform: uppercase;
}

span.woo-ua-auction-price.current-bid {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

p>span.woo-ua-auction-price.current-bid {
    justify-content: center;
}

a.jump-to-tab {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.prod-name .uwa-watchlist-button {
    margin-bottom: 7vh;
}

span.woo-ua-auction-price.starting-bid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home span.woo-ua-auction-price.starting-bid {
    display: inline-block;
}

.single-uat_event span.woo-ua-auction-price.starting-bid {
    justify-content: center;
}

.single-product .bid-price-detail-left span.woo-ua-current.auction {
    text-transform: uppercase;
}

.section-heading h4 {}

.single-product .add-uwa:before {
    display: none;
}

.uwa-watchlist-button a.add-uwa.uwa-watchlist-action {
    text-decoration: underline;
}

.bid-price-detail-left h2 {
    margin-bottom: -3px;
}

.single-uat_event .product-list-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-product p.uwa_auction_reserve_not_met strong {
    margin-top: 0;
}

.buy-premi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uwa_auction_reserve_not_met {
    color: #707070 !important;
}

p.uwa_auction_reserve_not_met strong {
    font-style: italic;
    line-height: 40px;
    margin-top: 15px;
    display: inline-block;
}

.trending-item-desc span.woo-ua-auction-price.current-bid {
    justify-content: center;
}

.main-container .slick-vertical .slick-slide {
    min-height: 430px;
}

.trending-item img {
    width: auto !important;
}

.trending-item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.featured_categories li {
    list-style: none;
    margin: 0;
    padding: 0px 8px;
    width: 33.33%;
}

.featured-box h4 {
    text-align: center;
    margin-bottom: 0px;
}

.featured_cat_img {
    height: 197px;
    margin-bottom: 10px;
}

ul.featured_categories {
    margin: 0 -8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ua-input-group li i.fas.fa-times {
    position: absolute;
    right: 0;
}

ul.ua-input-group li label {
    line-height: 21px;
    display: flex;
}

.expandableCollapsibleDiv {
    width: 100%;
}

ul.ua-input-group li {
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    position: relative;
    outline: none;
}

.clear-all h5 {
    margin-bottom: 24px;
}

.ua-product-list-sec {
    display: flex;
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
}

ul.ua-input-group {
    margin: 0 0 0px 0;
    padding: 0 0 0px 0;
}

h4.ua-Filter-modual-heading {
    margin: 15px 0;
    line-height: 17px;
    text-transform: uppercase;
}

/* .ua-search-results h5 {line-height: normal;letter-spacing: .5px;text-transform: uppercase;margin: 18px 0 0px;color: #6b6b6b;border-bottom: 1px solid #d2cdcd;padding-bottom: 8px;
} */
.view i {
    cursor: pointer;
    margin-left: 12px;
}

.list-and-grid-icon {
    display: flex;
    width: 430px;
    max-width: 100%;
    justify-content: flex-end;
}

.wrap-drop ul.drop li {
    list-style: none;
    border-top: 1px solid #fff;
}

.Ua-category {
    color: #333;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 0 7px 0;
    max-width: 100%;
    height: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.owl-item .ua-box-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

h4.event-heading {
    font-size: 1.25rem;
    letter-spacing: 0.015625rem;
    line-height: 1.7rem;
    padding: 5px 0 5px 0px;
    display: -webkit-box;
    max-width: 100%;
    height: 62px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.print-btn:hover svg path,
.print-btn:hover span,
.view i.fa:hover {
    fill: #6e1eff !important;
    color: #6e1eff;
}

i.fa.selected:hover {
    color: #6e1eff;
}

.view {
    display: flex;
    align-items: center;
}

a.print-btn {
    display: flex;
    align-items: center;
    padding: 1px 20px;
}

a.print-btn span {
    padding-left: 10px;
}

a.ua-button:hover {
    color: #ffffff;
    background: #000;
    border: 1.5px solid #00253e;
}

a.ua-button {
    padding: 9px 10px;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 0.6rem;
    color: #00253e;
    background: transparent;
    border: 1.5px solid #00253e;
    display: inline-block;
}

a.ua-button-black {
    padding: 13px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 0.6rem;
    color: #ffffff;
    background: black;
    border: 1.5px solid #00253e;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

a.show-more.ua-button-black {
    width: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px auto;
}

.list-view i.fa.fa-list::before {
    color: #6e1eff;
}

.grid-view i.fa.fa-th::before {
    color: #6e1eff;
}

ul.ua-input-group li i.fa.fa-times {
    position: absolute;
    right: 0;
}

.expandableCollapsibleDivCity {
    width: 100%;
}

ul.ua-input-group ul.ua-input-group {
    padding-left: 15px;
}

ul.ua-input-group li div i.Uat_Expand,
ul.ua-input-group li div i.fas {
    position: absolute;
    top: 0;
    right: 0;
}

ul.ua-input-group li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.wcfm_buttons {
    width: 40px !important;
}

.wcfm-content .selling_type_buyitnow {
    width: 100%;
    display: flex;
    margin: 30px 0;
}

input.wcfm-checkbox.uwa_wcfm_checkbox {
    margin-right: 5px !important;
}

p.uwa_variable_bid_increment_main {
    display: none
}

.uwa_custom_field_onwards_main {
    display: none
}

.uwa_custom_field_main {
    float: left;
    padding-top: 1px;
    max-width: 508px;
}

.uwa_custom_field_onwards_main {
    float: left;
    padding-top: 1px;
}

.uwa_auction_price_fields {
    width: 30% !important;
}

.wcfm_form_simple_submit_wrapper {
    display: flex;
}

.wcfm select {
    color: #17a2b8
}

.wcfm-tabWrap {
    height: 100vh;
}

a.ua-button-black-border {
    padding: 11px 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 0.6rem;
    color: #000000;
    background: transparent;
    border: 3.5px solid #00253e;
    display: inline-block;
    margin: 20px 0 0 0;
}

.selling_type_auction p.form-field.uwa_variable_bid_increment_main span#uwa_custom_field_add_remove input#plus_field {
    position: absolute;
    top: -30px;
    right: 11px;
    background-color: #1C2B36;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0.6rem;
}

.selling_type_auction p.form-field.uwa_variable_bid_increment_main {
    position: relative;
}


.selling_type_auction p.form-field.uwa_variable_bid_increment_main .uwa_custom_field_main {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 100%;
}

.selling_type_auction p.form-field.uwa_variable_bid_increment_main .uwa_custom_field_main input[type=number] {
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.selling_type_auction p.form-field.uwa_variable_bid_increment_main .uwa_custom_field_main input.button.button-secondary.minus_field,
a.button.uwa_force_end_now,
a.button.uwa_force_make_live {
    background-color: #1C2B36;
    color: #fff;
    height: 37px;
    border-radius: 0.6rem;
}

.selling_type_auction p.form-field.uwa_variable_bid_increment_main .uwa_custom_field_main .uwa_auction_price_fields {
    width: 31.1% !important;
}

a.button.uwa_force_end_now,
a.button.uwa_force_make_live {
    padding: 10px;
}

.wcfm_uwa_auctions_menus li.wcfm_uwa_auctions_menu_item a {
    color: #17a2b8;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1.5px solid #17a2b8;
    padding-bottom: 3px;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li {
    list-style: none;
}

a.wp-block-latest-posts__post-title {


    margin: 15px 0 10px;
    display: block;
}

.wp-block-latest-posts__featured-image {
    height: 0;
    padding: 0 0 50%;
    position: relative;
}

.wp-block-latest-posts__featured-image img {
    height: 100%;
    /* max-width: 100%; */
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.wp-block-latest-posts__post-date {
    text-transform: uppercase;

}

/* custom seller byer CSS */

.ua-switches-container {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #F2F2F2;
    line-height: 16px;
    border-radius:50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 44px;
}

.ua-switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.ua-switches-container label {
    width: 50%;
    padding: 0 45px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    height: 100%;
    display: flex !important;
    align-items: center;
}

.switch-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 50%;
    padding: 2px;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.ua-switches-container .switch {
    border-radius: 50px;
    background: #fff;
    color: var(--colors--orange);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:600;
}

.ua-switches-container .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: flex;
    color: var(--colors--orange);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ua-switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.ua-switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.ua-switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.ua-switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

/* END */
.quastion-details.quastion-details-inline h2.hndle.ui-sortable-handle {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.quastion-details.quastion-details-inline strong {
    padding-right: 9px;
}

.quastion-details.quastion-details-inline strong {
    padding-right: 9px;
    color: var(--wp--custom-primary-link-color);
}

.quastion-details.quastion-details-inline h3 span,
.quastion-details.quastion-details-inline h3 a {}

.product-details-btn a.ua-button-black-border {
    width: 100%;
    text-align: center;
}

.banner-text-right .box-timer {
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

.btn-full a.ua-button-black,
.btn-full .ua-button-black-border {
    width: 100%;
    margin-bottom: 10px;
    border: 3.5px solid #ffffff;
    color: #fff;
}

div#bid_msg .error-msg a.button {
    margin-top: 10px;
}

.Card-details {
    letter-spacing: 1px;
    line-height: 24px;
    min-height: 48px;
    text-transform: uppercase;
    margin: 5px 0 8px 0;
    word-break: break-word;
}

.woocommerce-pagination {
    margin-bottom: 90px;
}

.woocommerce-pagination>.page-numbers {
    padding: 0 10px !important;
}

.EventSearch-results .Card-details {
    min-height: auto;
    text-align: center;
}

.list-view .EventSearch-results .Card-details,
.prod.list-view .item .ua-box-detail p,
.prod.list-view .item h4.Lot-Status {
    text-align: left;
}

.single-uat_event .list-view span.woo-ua-auction-price.starting-bid {
    justify-content: start;
}

.list-view h4.total-bid-with-price {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.Ua-box-title {
    line-height: 29px;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;
    margin: 0 auto 5px auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.prod.list-view h4.event-heading {
    text-align: left;
}

.prod {
    width: 100%;
    padding: 0px 0 0 0px;
}

.ua-filter-sidebar {
    width: 350px;
    max-width: 100%;
}

.right-sidebar .ua-filter-sidebar {
    width: 236px;
    max-width: 100%;
    order: 2;
}

.full-width .ua-filter-sidebar {
    display: none;
}

.full-width .prod {
    width: 100%;
    padding: 0px 0 0 0px;
    text-align: center;
}

.right-sidebar .prod {
    padding: 0px 100px 0 0px;
}

.prod {
    margin: 20px auto;
    overflow: hidden;
}

.ua-product-list-sec.left-sidebar .ua-product-listing.prod {
    padding-left: 5%;
}

.ua-live-search-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.full-width .product-list-columns {
    margin: 0;
}

.ua-live-search .search-button button {
}

.ua-live-search {
    position: relative;
}

.prod.list-view .item .Ua-category {
    width: 100%;
    text-align: left;
}

.prod .item {
    width: 33.33%;
    float: none;
    padding: 0 15px;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prod .product-list-columns .item a.ua-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: max-content;
}

.prod.list-view .item {
    width: 100%;
    float: none;
    padding: 15px 15px;
    margin: 15px 15px 0px 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    text-decoration: none;
    border: 2px solid rgb(241, 241, 241);
    border-radius: 0.6rem;
    align-items: start;
}

.prod.list-view .item .ua-box-detail .Ua-box-title {
    height: auto;
    margin: 0 auto;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: visible;
    text-align: left;
}

.prod.list-view .item a.ua-button {
    position: absolute;
    right: 15px;
    top: 15px;
}

.prod.list-view .item .ua-box-detail h5 {
    margin: 0 0 5px 0;
}

.prod.grid-view .item h3 {
    color: #615e5e;
    margin: 0;
}

.prod.list-view .item .ua-box-detail {
    text-align: left;
    padding-left: 24px;
    width: 570px;
    max-width: 100%;
}

.product-img-box img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.prod.list-view .item .product-img-box {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.prod.list-view .item .ua-box-detail {
    margin-top: 65px;
}

.list-view .event-img-box,
.prod.list-view .item .product-img-box {
    width: 280px;
    height: 280px;
}

.prod.list-view .item .ua-box-detail {
    padding-left: 24px;
}

.product-d-timer,
.auction-ending-date {
    display: flex;
    text-align: left;
    flex-direction: column-reverse;
    font-weight: 500;
    width: 50%;
}

.closes-text,
.auction-ending-date-text {
    font-weight: 400;
    color: var(--colors--grey-3);
}

a.like-product a,
.like-product a {
    display: flex;
    align-items: center;
}

/* .product-d-timer span strong {line-height: 33px;
}
 */
/* .product-d-timer span {padding: 8px 0px;text-transform: uppercase;margin: 0 12px;
}
 */
/* .product-d-timer {display: flex;text-align: center;background-color: #fff;padding: 10px;margin: 5px 0 5px 0;box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
} */
.wrap-drop {
    box-shadow: none;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    padding: 0rem;
    width: auto;
    z-index: 3;
    border-radius: 0.6rem;
}

.wrap-drop.h-myaccountwrap:hover,
.wrap-drop.h-myaccountwrap.active {
    border: 1px solid #d2d9e1;
    border-bottom: 1px solid #fff;
    padding: 9px 0px 9px 0px !important;
    display: inline-block;
}

.login-regi-btn .selct-dropdown .wrap-drop .drop li.menu-heading-text a span {
    color: #918e8e;
}

.login-regi-btn .selct-dropdown .wrap-drop .drop li.menu-heading-text a {
    padding: 8px 12px;
}

.wrap-drop .drop {
    background: var(--wp--header-bg-color);
    width: 220px;
    box-shadow: none;
    border: 1px solid #d2d9e1;
    left: auto;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    right: -1px;
    top: calc(100% - 1px);
    /* z-index: 2; */
    padding: 0px 0 10px 0;
    visibility: hidden;
}

.wrap-drop .drop li a:hover {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
}

.wrap-drop.h-myaccountwrap.active ul.drop li:hover a {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
}

ul.drop li.menu-heading-text span {
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: .6875rem;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    line-height: 1.1818181818;
    padding: 17px 25px 10px 25px;
    border-bottom: 1px solid #d2d9e1;
}

.wrap-drop .drop li a {
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
}

.wrap-drop.h-myaccountwrap ul.drop li:last-child a {
    border: navajowhite;
    margin-bottom: -10px;
}

.login-regi-btn .selct-dropdown .wrap-drop .drop li a:hover {
    background-color: #000;
    color: #fff;
}

.login-regi-btn .selct-dropdown .wrap-drop .drop .menu-heading-text a:hover {
    background-color: #fff;
    color: #918e8e;
    cursor: default;
    pointer-events: none;
}

.wrap-drop ul.drop li.active a {
    background-color: #000;
    color: #fff;
}

.login-regi-btn .selct-dropdown .wrap-drop .drop li a {
    padding: 12px 12px;
}

.login-regi-btn .selct-dropdown .wrap-drop {
    margin: 0 0 0 10px;
    padding: 12px 12px;
    width: 198px;
    border-radius: 0.6rem;
    border: 1px solid #c2c2c2;
}

.login-regi-btn .selct-dropdown .wrap-drop span {
    padding-right: 30px;
}

.login-regi-btn .selct-dropdown {
    width: auto;
}

.wrap-drop.h-myaccountwrap span .username {
    color: var(--wp--header--text-color);
    text-transform: capitalize;
}

.wrap-drop span,
.wrap-drop.h-myaccountwrap span svg {
    fill: var(--wp--header--text-color);
}

.wrap-drop ul.drop li span {
    color: var(--wp--header--text-color);
}

.selct-dropdown {
    width: auto;
}

.wrap-drop.h-myaccountwrap span {
    font-size: 1rem;
    line-height: 1.2666666667;
    display: flex;
    align-items: center;
}

.wrap-drop.h-myaccountwrap span svg {
    margin: 0 6px;
}

.wrap-drop.h-myaccountwrap:hover ul.drop,
.wrap-drop.h-myaccountwrap.active ul.drop {
    opacity: 1;
    visibility: visible;
}

.wrap-drop.h-myaccountwrap {
    position: relative;
    border: 1px solid #fff;
}

.product-list-sec .slick-track {
    display: flex;
    flex-wrap: wrap;
}

/* .wrap-drop.h-myaccountwrap span svg {position: relative;top: 4px;
} */
/*.wrap-drop .drop li:hover a {background-color: #6e1eff;color: #ffffff;
}*/
.wrap-drop.active::after {
    border-width: 0 7px 7px;
}

.wrap-drop.h-myaccountwrap.active {
    position: relative;
}

.wrap-drop.h-myaccountwrap.active:before {
    content: " ";
    height: 1px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    display: inline-block;
    z-index: 999;
    right: 0;
}

.product-img-box {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.prod.grid-view .item .date {
    color: #888;
    padding: 2px 0;
    display: block;
}

.item .ua-box-detail p {
    color: #333;
    margin: 0;
    letter-spacing: 0rem;
    line-height: 1.5rem;
    padding: 5px 0 5px 0px;
    display: -webkit-box;
    max-width: 100%;
    height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ua-time-details {
    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    margin: 0 auto 10px auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
    z-index: 99999999;
}

.swiper-container {
    z-index: 999;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
    z-index: 99999999;
}

.ua-product-list-sec .item h4.Lot-Status {
    display: -webkit-box;
    max-width: 100%;
    height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #727171;
    text-align: center;
}

h5.bid-status {
    margin: 0;
    letter-spacing: 0rem;
    line-height: 1.5rem;
    padding: 8px 0 10px 0px;
    text-align: center;
}

/* tooltip css start here */
.uwt-tooltip-block {
    text-transform: none;
    background: transparent;
    color: #555;
    cursor: help;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    line-height: normal;
    margin-bottom: 13px;
    font-style: normal;
}

.uwt-tooltip-block .uwt-tooltip {
    background: #000;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.uwt-tooltip-block .uwt-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.uwt-tooltip-block .uwt-tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #000 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.uwt-tooltip-block:hover .uwt-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .uwt-tooltip-block .uwt-tooltip {
    display: none;
}

.lte8 .uwt-tooltip-block:hover .uwt-tooltip {
    display: block;
}

/* tooltip css start end */
@-webkit-keyframes slide-out-top {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px);
        opacity: 0;
    }
}

.event-img-box {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 2%), 0 3px 6px rgb(0 0 0 / 8%);
}

.auction-countdown-check {
    padding: 10px;
    border-radius: 0.6rem;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.list-view .auction-countdown-check,
.list-view .time_countdown_event {
    margin: 0 0 0 20px;
    display: inline-block;
    position: absolute;
    left: 300px;
    top: 15px;
}

.bid-inf-box .auction-countdown-check {
    border: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wishlist {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 9;
}

.list-view .event-img-box {
    margin-bottom: 0;
}

h5.Estimate {
    margin: 0;
    letter-spacing: 0rem;
    line-height: 1.5rem;
    padding: 5px 0 5px 0px;
    text-align: center;
}

.prod.list-view .item h3 {
    color: #615e5e;
    margin: 0;
    position: absolute;
    left: 120px;
}

.prod.list-view .item .date {
    color: #888;
    padding: 2px 0;
    position: absolute;
    left: 120px;
    bottom: 70px;
}

.price-range-slider {
    width: 100%;
    float: none;
    margin: 0 0 0px 0;
    padding: 0 0 4px 0;
}

.ua-Filter-modual-box ul.ua-input-group input[type="radio"] {
    position: relative;
    left: -3px;
    top: -2px;
}

.price-range-slider .range-value {
    margin: 0;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    box-shadow: none;
    border: none;
    margin: 0px 0 20px 0;
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 100%;
    margin-left: 0;
    position: relative;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 0.6rem;
    background: #fff;
    border: 2px solid #000000;
    height: 17px;
    width: 17px;
    top: -9px;
    cursor: pointer;
    position: absolute;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #000000;
}

/* singal page comment section design css start here  */
.auction-details-comment .custum-text-block {
    padding: 40px 6px 24px;
}

.auction-details-comment .custum-text-block {
    padding: 32px 4px 16px;
    border-bottom: 1px solid #ebebeb;
}

.auction-details-comment h4 {
    margin-bottom: 24px;
    padding-left: 10px;
    line-height: 22px;
}

.ask-qustion-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 0.6rem;
}

.ask-qustion-link a {
    color: #262626;
    padding: 7px 40px;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 0.6rem;
    background-color: #f1f3f4;
    border-color: #f1f3f4;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.auction-details-comment .custum-text-block .detail-body {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}

.auction-details-comment .custum-text-block .detail-body ul {
    list-style: disc;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.review-sec-text {
    padding: 25px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    border-radius: 0.6rem;
}

.review-sec-text .review-two-col {
    display: flex;
}

.review-image {
    margin-right: 25px;
}

.review-user-heading h3 {
    line-height: 22px;
    margin-bottom: 6px;
}

.review-user-heading p {
    line-height: 22px;
    margin-bottom: 0;
    font-style: italic;
    color: #4f4f4f;
}

.youtube-embed {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.bid-price-box-block {
    display: flex;
    justify-content: space-between;
    padding: 13px 25px 25px 25px;
    border: 1px solid #eeeef0;
    border-radius: 0.6rem;
}

.currunt-bid-user h5 {
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 30px;
    white-space: nowrap;
}

.currunt-bid-user h5 {
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.currunt-bid-user h5 a {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.currunt-bid-user h5 a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
}

.currunt-bid-user h5 a:hover {
    text-decoration: underline;
}

.currunt-bid-user h5 a img {
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 0.6rem;
    background-position: center center;
    margin-right: 10px;
}

.bid-value {
    margin-top: 1px;
    margin-left: 0;
    line-height: 64px;
}

.bid-price-box-block .currunt-bid-user,
.bid-price-box-block .currunt-bid-details-box {
    width: 50%;
}

.auction-details-comment .custum-text-block .bid-price-box-block ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.auction-details-comment .custum-text-block .bid-price-box-block ul li {
    line-height: 23px;
    padding-right: 27px;
    list-style: none;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.auction-details-comment .custum-text-block .bid-price-box-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

a.Seller {
    color: #000;
}

a.contact-popup-link {
    color: #5159a4;
    margin-left: 21px;
    text-decoration: underline;
}

.auction-details-comment .custum-text-block .bid-price-box-block ul li img {
    width: 18px;
    height: 18px;
    margin-right: 7px
}

.auction-details-comment .custum-text-block .bid-price-box-block ul li .left-lable {
    width: 80px;
    display: inline-block;
}

span.Ending,
span.Bids,
span.Views {
    line-height: 23px;
    min-height: 23px;
    display: flex;
    align-items: center;
}

.bid-price-box-block-footer ul {
    padding: 8px 8px 8px 8px;
    margin: 0;
    background-color: #eeeef0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bid-price-box-block-footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bid-price-box-block-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul li a.place-b-button {
    margin-right: 7px;
    background: #fff;
    border: 1px solid #d5d5d5;
    color: #5159a4;
    padding: 11px 23px;
    font-size: 1rem;
    line-height: 20px;
    border-radius: 0.6rem;
    display: inline-block;
}

.bid-price-box-block-footer ul li a img {
    width: 16px;
    margin-right: 5px;
}

.bid-price-box-block-footer ul li a {
    margin: 0 7px;
    line-height: 20px;
    color: rgb(38, 38, 38);
    display: flex;
    align-items: center;
}

.coment-bid-tab-heading {
    display: flex;
    justify-content: space-between;
}

#uat-comment-filter li.active a {
    color: #000;
}

.panel.loader-center {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 25px auto;
}

ul.comment-tabs li a.active {
    color: #262626;
}

ul.comment-tabs li a {
    color: #828282;
    margin-left: 25px;
    line-height: 14px;
    position: relative;
    transition: none;
    padding: 0;
}

.comment-input-box {
    position: relative;
}

.auction-details-comment .comment-input-box textarea {
    width: 100%;
    padding: 11px 11px;
    overflow: hidden;
    height: 46px;
    resize: none;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
    font-size: 14px
}

.comment-input-box {
    margin: 10px 0 38px 0;
}

.custum-text-block .coment-bid-tab-heading h4 {
    padding-left: 0px;
    line-height: 22px;
    margin-bottom: 0;
}

ul.comment-tabs li {
    list-style: none;
}

ul.comment-tabs {
    display: flex;
    margin: 0;
    padding: 0;
}

.comment-input-box input.comment-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(assets/images/comment-submit-icon.png);
    background-repeat: no-repeat;
}

.comment-input-box input.comment-submit {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    background-image: url(assets/images/comment-submit-icon.png);
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    width: 32px;
    height: 32px;
    background-size: 12px;
    background-color: #eeeef0;
    z-index: 999;
    cursor: pointer;
}

.comment-thred {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.c-uder-detail-head img.comment-user-img {
    width: 27px;
    height: 27px;
    border-radius: 0.6rem;
    display: inline-block;
    background-position: center center;
}

.c-uder-detail-head {
    display: flex;
    align-items: start;
    margin-right: 20px;
    min-height: 27px;
    min-width: 27px;
}

span.c-user-image {
    line-height: 17px;
    color: #262626;
    text-transform: capitalize;
}

.comment-text-box-details {
    padding: 0px 0 0 0;
}

.comment-user-name .indentify-user {
    width: 17px;
    margin: 0 5px;
}

.rep-user img.top-aerrow-icon {
    width: 10px;
}

.comment-user-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.d-flex-just-content-center {
    display: flex;
}

a.mention {
    color: var(--wp--custom-primary-link-color);
}

.comment-text-box-details .comment-foot p {
    margin: 4px 0 0 0;
    line-height: normal;
}

a.vote-icon.updownvote.green {
    background: var(--wp--custom-primary-link-color);
    border: 1px solid var(--wp--custom-primary-link-color);
    color: #fff;
}

a.bid-price-budge {
    padding: 4px 17px;
    background: #262626;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

a.vote-icon {
    padding: 3px 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
    color: #828282;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    transition: none;
    margin-right: 8px;
}

a.reply-icon img {
    width: 12px;
    margin: 5px 0 0 6px;
}

a.flag-icon {
    color: #828282;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.comment-foot {
    display: flex;
}

a.flag-icon img {
    width: 12px;
    margin: 2px 0 0 6px;
}

a.reply-icon {
    padding: 2px 0 3px;
    line-height: 17px;
    color: #adadad;
    display: inline-flex;
    align-items: center;
    transition: none;
    margin-right: 10px;
}

a.vote-icon img {
    width: 10px;
    margin-right: 5px;
}

a.bid-price-budge span {
    color: #bdbdbd;
    padding-right: 4px;
}

span.days-cmt {
    color: #adadad;
    padding: 0 0 0 10px;
}

.rep-user {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.auth-divider {
    padding-top: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    margin-top: 21px;
}

.auth-divider span {
    position: absolute;
    background: #fff;
    color: #d5d5d5;
    width: 22px;
    display: inline-block;
    line-height: 18px;
    left: 50%;
    margin-left: -11px;
    top: -1px;
    text-align: center;
}

.form-control-block label {
    line-height: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    display: block;
}

.model-popup {
    display: flex;
    max-width: 422px;
    padding: 46px;
    display: none;
}

a.forget-btn-link {
    margin-top: 16px;
    padding: 0;
    line-height: 21px;
    color: #5159a4;
    text-decoration: none;
    display: inline-block;
    outline: none;
}

.form-control-block input[type="submit"] {
    margin-top: 35px;
    background-color: #5159a4;
    border-color: #5159a4;
    width: 100%;
    border: 1px solid transparent;
    padding: 11px 0px;
    line-height: normal;
    border-radius: 0.6rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.form-block {
    margin-top: 30px;
}

.using-login-btn a {
    margin-bottom: 12px;
    display: inline-block;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important;
    box-shadow: none !important;
}

.form-control-block {
    position: relative;
}

.fa-eye-icon,
.fa-eye-slash-icon {
    position: absolute;
    height: 23px;
    width: 28px;
    right: 4px;
    top: 47%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.fa-eye-slash-icon {
    background-image: url(./images/view-private.png);
}

.fa-eye-icon {
    background-image: url(./images/view.png);
}

.signin-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-heading h3 {
    margin-top: 15px;
    margin-bottom: 24px;
    line-height: 22px;
}

.popup-heading {
    display: flex;
    justify-content: center;

}

.popup-sub-heading h4 a {
    color: #5159a4;
}

.popup-sub-heading h4 {
    text-align: center;
    margin-bottom: 32px;
    line-height: 21px;
}

.left-sidebar ul {
    margin: 0;
    padding: 0;
}

.left-sidebar ul li {
    list-style: none;
}

.left-sidebar ul li a {
    text-decoration: none;
    line-height: 14px;
    color: #828282;
}

.left-sidebar ul li span.nav-sec {
    line-height: 12px;
    text-transform: uppercase;
    color: #bdbdbd;
}

.left-sidebar ul li.sub-nav {
    margin-top: 15px;
}

.left-sidebar ul li.sub-nav li {
    margin-top: 13px;
    padding: 0;
}

.msgbox-title {
    width: 100%;
    height: 40px;
    background: green;
    padding: 15px 10px;
    color: white;
}

.msgbox-title-red {
    background: red;
}

.msgbox-text {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin: 20px;
    word-break: break-word;
}

#uat-msgbox {
    padding: 0px;
}

#uat-msgbox>.fancybox-close-small {
    color: white;
}

.fancybox-content div#uat-msgbox-message {
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.fancybox-content div#uat-msgbox-message .msgbox-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 15px;
    margin: 0;
    line-height: 25px;
}

.fancybox-content div#uat-msgbox-message .msgbox-text p {
    margin-bottom: 6px;
}

.fancybox-content div#uat-msgbox-message .msgbox-text a.button {
    width: 200px;
    text-align: center;
    margin: 10px 0;
}

.bid-status-msg {
    padding: 10px;
    border-bottom: 1px solid;
    line-height: 25px;
    display: none;
}

.bid-status-msg-green {
    border-color: green;
}

.bid-status-msg-red {
    border-color: red;
}

.lot-close-detail-date {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lot-close-detail-date .lot-close-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30p;
}

body.search {
    margin: 0;
}

a.added_to_cart.wc-forward {
    text-align: center;
}

/* singal page comment section design css start END  */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {
    .ga-vertical-gallery .nav-container {
        width: 100%;
        height: 100%;
    }
}

.ga-vertical-gallery .nav-container i.fa {
    text-align: center;
    color: #fff;
    background-color: #000;
}

.ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
    height: 365px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {
    .ga-vertical-gallery .nav-container .slider-nav.slick-initialized.slick-slider.slick-vertical {
        height: inherit;
        height: 100%;
    }
}

.ga-vertical-gallery .nav-container img {
    max-height: 135px;
    height: 63px;
    width: 76px;
}

.ga-vertical-gallery .nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, .9);
}

.ga-vertical-gallery .nav-container .slick-slide {
    max-height: 135px;
    margin: 3px 0;
}

.ga-vertical-gallery .slick-slide.slick-current.slick-active {
    width: 100% !important;
}

.ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
    display: flex !important;
    flex-direction: column-reverse;
    text-align: center;
    text-align: -webkit-center;
    height: 100%;
    justify-content: center;
}

/* new slider css start added 13-2-2024 */

.site-header.uat_menu_search_box_off .site-logo {
    padding: 0;
}

.site-header.uat_menu_search_box_off {
    padding: 6px 0;
}

.site-header.uat_menu_search_box_off .bar-button {
    top: -50px;
}

.site-header.uat_menu_search_box_off .my-acc-btn {
    right: 41px;
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        z-index: 1;
    }
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {}
}

@media screen and (min-width: 992px) {
    .swiper-pagination {
        text-align: left;
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px;
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }

    .hero-style .slide-title h2 {
        margin: 0 0 30px;
    }
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }

    .hero-style .slide-title h2 {
        margin: 0 0 25px;
    }

    .hero-slider {
        height: 500px;
    }

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }

    .hero-style .slide-text p {
        font-size: 1rem;
        margin: 0 0 30px;
    }
}

.slide-inner.slide-bg-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 0.6rem;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

/* .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {transform:translateX(0);opacity:1;visibility:visible;font-size:0!important;} */
.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 0 !important
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

button.uat-btn {
    padding: 10px 25px;
    border: 0;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    text-transform: capitalize;
    line-height: normal;
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    color: #d4d3d3;
    font-style: normal;
    display: inline-blockvertical-align: middle;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

.hero-style {
    height: 500px;
    transition: all .4s ease;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.hero-style .slide-title h2 {
    line-height: 1;
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: capitalize;
    transition: all .4s ease;
}

.hero-style .slide-text p {
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition: all .4s ease;
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}

.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 0.6rem;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

/* new slider css end added 13-2-2024 */


/* Guternburg css added here  */
body.home section.hero-slider.hero-style {
    margin: -2px 0 0 0;
}

.auction-listing-shortcode-block .auction-listing-shortcode-title {
    margin: 0 0 35px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.view-more-link a {}

.wp-block-search__inside-wrapper .wp-block-search__input {
    flex-grow: 1;
    min-width: 3rem;
    text-decoration: unset !important;
    -webkit-appearance: none !important;

    width: 100%;
    background: #fff;
    height: 52px;
    padding: 10px 16px 10px 16px;
    margin: 0;
    border-radius: 0.6rem;
    color: #222;
    font-size: 1rem;
    outline: 2px solid var(--wp--custom-primary-link-color);
    outline-offset: -1px;
    border: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: contain;
}

.wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
}

.wp-block-search__inside-wrapper .wp-block-search__button {
    border: 2px solid var(--wp--custom-primary-link-color);
    border-radius: 0.6rem;
    padding: 6px 16px;
    min-width: 128px;
    min-height: 40px;
    background: hsla(0, 0%, 100%, 0);
    color: var(--wp--custom-primary-link-color);
    width: fit-content;
    font-size: 1rem;


    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

/* Guternburg css added here  */










@media screen and (min-width: 62em) {
    .ga-vertical-gallery .slider-nav.slick-initialized.slick-slider.slick-vertical {
        justify-content: flex-start;
    }
}

.ga-vertical-gallery .slick-next,
.ga-vertical-gallery .slick-prev {
    position: relative;
    top: unset;
    color: #fc7a22;
    height: unset;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {

    .ga-vertical-gallery .slick-next,
    .ga-vertical-gallery .slick-prev {
        top: 0;
    }
}

.ga-vertical-gallery .slick-next:before,
.ga-vertical-gallery .slick-prev:before {
    color: transparent;
}

.ga-vertical-gallery .slick-next {
    right: unset;
    transform: rotate(-90deg);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {
    .ga-vertical-gallery .slick-next {
        right: 0;
    }
}

.ga-vertical-gallery .slick-prev {
    left: unset;
    transform: rotate(90deg);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast:active) {
    .ga-vertical-gallery .slick-prev {
        left: 0;
    }
}

.fancybox-content form {
    max-width: 100%;
    width: 376px;
    margin: 10px auto 0 auto;
}

#uat-register-form form a.reset {
    margin: -30px 0 10px 0;
}

#uat-login-form form h1 {
    text-align: center;
    text-transform: uppercase;
}

.auth-divider {
    padding-top: 9px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.auth-divider span {
    position: absolute;
    background: #fff;
    color: #d5d5d5;
    width: 22px;
    display: inline-block;
    line-height: 18px;
    left: 50%;
    margin-left: -11px;
    top: -1px;
    text-align: center;
}

.fancybox-content form label {
    font-style: normal;
    line-height: 18px;
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
    border: 0;
    vertical-align: middle;
    line-height: normal !important;
}

.fancybox-container hr {
    margin: 20px 0;
}

.saved-icon.loop a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: absolute;
    width: 100%;
    height: 100%;
}

div#uat-login-form.fancybox-content input.submit_button {
    display: block;
    margin-top: 20px !important;
}

div#uat-login-form.fancybox-content input {
    padding-left: 15px;
}

div#uat-register-form.fancybox-content select {
    color: #000;
}

div#uat-register-form.fancybox-content select option {
    color: #fff;
}

.nsl-button-label-container {}

/* #uat-login-form.fancybox-content{padding: 30px 44px;
} */
.theme-sign-up-text a {}

.theme-sign-up-text {
    margin: 20px 0;
}

a[aria-label="Continue with <b>Facebook</b>"] {
    margin-bottom: 20px !important;
}

a.text-link {
    text-align: left;
    width: 100%;
    display: block;
    text-decoration: none;
    margin: 0px 0px 10px 0px;
}

form .sd {
    margin: 30px 0 0px 0;
    border-top: 1px solid #000;
    padding: 10px 0 0px 0;
}

#uat-register-form h3.text-link {
    border-top: 1px solid;
    margin-top: 30px;
    padding: 30px 0 0 0;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#uat-register-form h3.text-link a {
    width: 100%;
    margin: 25px 0 0 0;
    background-color: #000;
    color: #fff;
    padding: 11px;
    text-align: center;
}

form .sd .ll-left {
    display: flex;
    flex-direction: column;
}

.ll-left h6 {}

.sd .ll-left h6 a.register {
    margin: 12px 0 0 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0.6rem;
    height: 40px;
}

.fancybox-content form label.error {
    color: red;
    line-height: normal;
    display: block;
    margin: -6px 0 8px 0;
}

div.nsl-container-block .nsl-container-buttons {
    flex-flow: row !important;
    justify-content: space-between;
}

.fancybox-content {
    overflow: hidden !important;
}

div.nsl-container .nsl-button-svg-container {
    padding:0 8px!important;
    flex: inherit !important;
    align-items: center !important;
}

label[for=uat_term_condition] {
    display: block;
}

form h1 {
    text-align: center;
    text-transform: uppercase;
}

input#uat_term_condition {
    float: left;
    margin: 12px 7px 12px 0;
}

.fancybox-content form input[type="checkbox"] {
    margin: 2px 8px 0 0 !important;
    width: auto;
    height: auto;
}

h3.text-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

input[value=REGISTER] {
    margin-top: 15px;
}

.fancybox-content>img {
    margin: 0 auto;
    text-align: left;
    display: block;
}

.auction-details {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.auction-details li:before {
    content: "";
    height: 19px;
    width: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 3px;
}

.auction-details li:last-child:before {
    display: none;
}

.auction-details li:first-child {
    padding-left: 10px;
}

.auction-details li:first-child:after {
    content: " ";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    position: absolute;
    left: 0px;
    top: 4px;
}

.auction-details li {
    padding: 2px 15px 0px 0px;
    margin: 20px 15px 0px 0px;
    list-style: none;
    line-height: normal;
    position: relative;
}

.auction-details li:last-child a {
    border-bottom: 3px solid #000;
}

ul.breadcrumb {
    white-space: nowrap;
    margin: 20px 0;
    padding: 0;
}

ul.breadcrumb li {
    display: inline-block;
    line-height: 12px;
    margin: 0 9px 0 -10px;
    padding: 0 15px;
    position: relative;
}

ul.breadcrumb li::before,
ul.breadcrumb li::after {
    border-right: 2px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}

ul.breadcrumb li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

ul.breadcrumb li:last-of-type::before,
ul.breadcrumb li:last-of-type::after {
    display: none;
}

ul.breadcrumb li a {
    font-size: 16px;
    letter-spacing: -1px;
    text-decoration: none;
    letter-spacing: 1px;
}

ul.breadcrumb li a {
    color: var(--wp--custom-primary-link-color);
}

ul.breadcrumb li a:hover {
    color: var(--wp--custom-primary-link-hover-color);
}

#example3-card-number {
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 17px;
    border: solid 1px #e3e3e3;
    height: 41px;
    width: 100%;
    max-width: 100%;
    color: #666;
    border-radius: 0.6rem;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: none;
    position: relative;
}

div#example3-card-expiry {
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 17px;
    border: solid 1px #e3e3e3;
    height: 41px;
    width: 48%;
    max-width: 100%;
    color: #666;
    border-radius: 0.6rem;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: none;
    position: relative;
    float: left;
}

#example3-card-cvc {
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin-bottom: 17px;
    border: solid 1px #e3e3e3;
    height: 41px;
    width: 48%;
    max-width: 100%;
    color: #666;
    border-radius: 0.6rem;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: none;
    position: relative;
    float: right;
}

.tabs {
    width: 100%;
    background-color: transparent;
    border-radius: 0.6rem;
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    display: flex;
    border-bottom: 1px solid rgb(229, 229, 229);
}

ul#tabs-nav li {
    padding: 10px 14px;
    cursor: pointer;
    list-style: none;
}

.tab-section h2 {
    margin-bottom: 30px;
}

.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #000;
}

#tabs-nav li a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
}

.tab-content {
    padding: 50px;
    border: 1px solid rgb(229, 229, 229);
    background-color: #FFF;
    margin-top: 50px;
}

a.reset {
    width: 100%;
    display: flex;
}

.div#example3-card-number .__PrivateStripeElement {
    position: relative;
}

.div#example3-card-number .__PrivateStripeElement:before {
    content: " ";
    position: absolute;
    right: 0;
    left: auto;
    background-image: url(assets/images/front/credit-card.png);
    background-position: 98% 16px;
}

ul.uat-user-auction-dashboard li a {
    margin-bottom: -1px;
    padding-bottom: 15px;
    padding-left:20px;padding-right:20px;
    border-bottom: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    line-height: 1.5;
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
    color: rgb(102, 102, 102);
}

ul.uat-user-auction-dashboard li.active a:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background-color: var(--colors--orange);
}

ul.uat-user-auction-dashboard {
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 2px solid #d2cfcf;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content form div {
    margin-bottom: 20px;
}

ul.uat-user-auction-dashboard li {
    list-style: none;
    margin: 0 30px 0 0;
}

h3.table_heading {
    margin: 90px 0 0px 0;
    padding: 30px 0 20px 0;
    border-top: 2px solid #dad7d7;
}

.product-details-sec {
    display: flex;
    justify-content: space-between;
}

.bid-price-selection .selct-dropdown {
    width: 100%;
}

.bid-price-l {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 11px 0;
    margin: 0;
}

.product-details-right.details {
    width: 640px;
    max-width: 100%;
}

.swiper-container-thumbs {
    width: 80px;
}

.bid-time-date-details {
    width: 72%;
    margin: 0 auto;
    text-align: center;
}

.bid-time-date-details a.ua-button-black-border {
    width: 100%;
}

.prev-lot a,
.next-lot a {
    display: flex;
    align-items: center;
    height: 25px;
}

.next-prev-navigation {
    display: flex;
    justify-content: space-between;
}

.Estimate-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.Estimate-detail h5 {
    letter-spacing: 0rem;
    line-height: 1.5rem;
    margin: 10px 0;
}

.product-name-detail h1 {
    letter-spacing: 0;
    line-height: 24px;
    margin: 5px 0 5px 0;
}

.product-details-btn .ua-button-black {
    width: 100%;
    text-align: center;
}

.prev-lot a span,
.next-lot a span {
    padding: 0 8px;
}

.product-details-btn {
    width: 100%;
}

.bid-price-selection {
    width: 100%;
    margin: 0 auto;
}

.uat_auction_form.cart {
    display: flex;
    align-items: center;
}

.bid-price-selection .uat_auction_form.cart div#reactsel,
.bid-price-selection .uat_auction_form.cart .product-details-btn {
    width: 50%;
}

.bid-price-selection .uat_auction_form.cart .product-details-btn {
    margin-left: 8px;
}

.bid-price-selection .uat_auction_form.cart div#reactsel {
    margin-right: 8px;
}

.lot-close-detail {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0px 0;
    padding: 0;
    border-top: 1px solid rgb(206, 206, 206);
}

.bid-price-selection.place-bid-sec {
    margin-top: 0px;
}

.bid-price-selection.place-bid-sec .three-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(130px, 32%), 1fr));
    gap: 5px;
}

.three-btn button.black_bg_btn {}

button.black_bg_btn {}

.two-attr-block {
    position: relative;
}

.two-attr-block span {
    position: absolute;
    left: 10px;
    top: 20px;
    bottom: 0;
    background-color: transparent;
    height: 15px;
    display: flex;
    align-items: center;
}

.two-attr-block input[type="text"] {
    width: 100%;
}

.two-attr-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.two-attr-block input[type="number"] {
    width: 100%;
    text-align: left;
    padding: 0 10px 0 30px;
    line-height: 52px;
}

span.lable-text {
    margin-right: 10px;
    margin-top: 2px;
}

.notification-area .d-flex.align-item-center.mb-20 {
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.bid-price-selection.place-bid-sec .bid-price-l {
    padding: 10px 0 0px 0;
}

/*
.woocommerce div.product div.images.woocommerce-product-gallery {width: 100%;
} */
.two-attr-block button.black_bg_btn {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    padding: 13px 30px;
    background:var(--colors--orange);
    border:1px solid var(--colors--orange);
    color:var(--colors--white);
    &:hover{background:transparent;color:var(--colors--orange);}
}

small {}

.Current-bid-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;

}

.Current-bid-detail h5 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 5px;
}

.Next-bid-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    flex-wrap: wrap;
}

.Next-bid-detail h5 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 5px;
}

.lot-close-detail h5 {
    display: flex;
    align-items: flex-end;
}

.mr-t-80 {
    margin-top: 80px;
}

.lot-close-detail {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(206, 206, 206);
}

a.close i.fas.fa-times {}

a.close i.fas.fa-times {}

.popup-overlay {
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    border: 0;
    width: 300px;
    height: auto;
    left: -125px;
    opacity: 0;
    right: 0;
    top: -206px;
    z-index: 1;
    border-radius: 0.6rem;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 10px 0px;
}

.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.social-icon-share a span {
    padding-left: 6px;
}

.popup-content {
    visibility: hidden;
}

.sharebox {
    padding: 30px 20px;
    position: absolute;
    bottom: 40px;
    width: 300px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 0px 12px rgb(0 0 0 / 22%);
    display: none;
}

.slider-footer p {
    margin: 0;
}

.sharebuttonbox {
    position: relative
}

#Share-click {
    position: absolute;
}

.swiper-slide .description.swipe-bg {
    height: 570px;
    width: 570px;
    max-height: 100%;
    max-width: 100%;
    margin: 0 0 0 0px;
    padding: 0;
}

.swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-slide-duplicate,
.swiper-slide {
    background-size: cover;
    ;
}

.swiper-slide-duplicate .description,
.swiper-slide-duplicate .title,
.swiper-slide .description,
.swiper-slide .title {
    display: block;
    opacity: 0;
}

.swiper-slide-duplicate-active .description,
.swiper-slide-duplicate-active .title,
.swiper-slide-active .description,
.swiper-slide-active .title {
    opacity: 1;
}

.swiper-slide-duplicate-active .title,
.swiper-slide-active .title {
    margin-bottom: 0.5rem;
    color: #000;
    transition: opacity 0.5s ease 0.5s;
}

.like-product span,
.like-product {
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 2px;
}

.sharebuttonbox a span {
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.sharebuttonbox {
    position: relative;
}

.saved-icon a.remove-uat.uat-savedlist-action-loop i.fas.fa-heart {
    color: red;
}

.saved-icon .uat-savedlist-action-loop i.fas.fa-heart,
.saved-icon .uat-savedlist-action-loop i.far.fa-heart {}

.saved-icon .like-product a i {}

.saved-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.like-product a span {
    padding-left: 7px;
    cursor: pointer;
}

.social-icon-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.social-icon-share a {
    width: 50%;
    margin: 10px 0;
}

/* .sharebox.active a.close {position: absolute;top: -5px;right: -8px;color: #8e8282;
}
.social-icon-share {margin: 20px 0 20px 0;display: flex;flex-wrap: wrap;
}
.social-icon-share a i {display: flex;align-items: center;
}
.social-icon-share a {width: 50%;margin-bottom: 15px;display: flex;align-items: center;
}
 */
/* swiper vertical slider start */
.gallery-thumbs-sm {
    float: left;
    width: calc(16% - 20px);
    height: 570px;
    margin-right: 20px;
}

.gallery-thumbs-sm .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.big-slide-right {
    float: right;
    width: 84%;
    height: 570px;
}

.big-slide-right .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* swiper vertical slider start */
.share-product .share {
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 7px;
    cursor: pointer;
}

.sharebuttonbox {
    position: relative;
    display: flex;
    align-items: center;
}

.share-product {
    padding-left: 10px;
}

.sharebox.active a.close {
    position: absolute;
    top: -10px;
    right: -8px;
}

.swiper-container {
    margin: 0;
}

.swiper-slide-duplicate-active .description,
.swiper-slide-active .description {
    color: #777;
}

.gallery-top {
    width: 570px;
}

.swiper-container-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.img-blocks {
    min-height: calc(300px + 200px);
    width: 50%;
}

.gallery-thumbs .swiper-wrapper {
    flex-direction: row;
}

.footer-widget ul.menu {
    flex-direction: column;
}

.footer-widget ul.menu li a {
    color: #ffffff;
    text-transform: capitalize;
}

.slider-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 2;
    /* width: 640px; */
    max-width: 100%;
}

.footer-section ul.product_list_widget {
    flex-direction: column;
}

.footer-section .product_list_widget li {
    display: flex;
}

.footer-section .footer-widget a {
    color: #fff;
}

.footer-section h2.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-section h2.widget-title {
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.footer-section .menu-item-has-children ul.sub-menu {
    display: none;
}

.footer-section {
    color: #ffffff;
}

.footer .site-logo {
    padding: 0 0 0 0;
    margin: 0 0 -5px 0px;
}

footer.footer-section .product_list_widget li {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #4d4d4d;
    padding-bottom: 15px;
}

footer.footer-section .product_list_widget li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

footer.footer-section .wp-block-calendar table th {
    background: #fff;
    color: #000;
}

footer.footer-section .wp-block-calendar table caption {
    color: #ffffff;
    margin: 10px 0 20px 0;
}

.wp-block-calendar nav.wp-calendar-nav {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-calendar nav.wp-calendar-nav span a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    text-decoration: none;
}

footer.footer-section .wp-block-calendar table caption,
footer.footer-section .wp-block-calendar table tbody {
    color: #fff;
}

footer.footer-section .wp-block-calendar tbody td,
footer.footer-section .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #fff;
}

footer.footer-section .widget_recent_entries ul.wp-block-latest-posts__list {
    flex-direction: column;
}

footer.footer-section .widget_recent_entries ul.wp-block-latest-posts__list li {
    width: 100%;
}

footer.footer-section .product_list_widget li a img {
    margin-right: 10px;
    padding-left: 0;
    width: 50px;
}

footer.footer-section .countdown_amount {
    min-width: 70px;
    max-width: 30px;
}

footer.footer-section .countdown_section {
    float: left;
    text-align: center;
    padding: 0 11px;
    line-height: normal;
    position: relative;
}

footer.footer-section .uwa_auction_product_countdown.hasCountdown {
    margin: 20px 0px;
    border: 1px solid #fff;
    padding: 10px;
}

.post-text header.entry-header.sticky {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

h5.Estimateed-price {
    flex-direction: revert;
}

.swiper-container.gallery-top.swiper-container-initialized.swiper-container-horizontal .swiper-wrapper {
    height: auto;
}

.swiper-main {
    display: flex;
    height: 570px;
    width: 640px;
    max-width: 100%;
}

.show-in-responsive {
    display: none;
}

h4.total-bid-with-price {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column
}

/* whole website boxed / wide css start here */
html.uat-html-layout-boxed .container {
    width: 1500px;
    padding: inherit;
    max-width: 100%;
}

html.uat-html-layout-wide .container {
    width: auto;
    padding: inherit;
    max-width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


.gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
    margin-bottom: 10px;
}

.gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 70px;
    height: 70px !important;
    cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;margin-left: -15px;*/
}

.two-col-sec .col-sm-6,
section.two-col-sec .col-sm-12 {
    padding: 0 15px;
}

.img-with-content .col-sm-6.col-xs-12 {
    padding: 0 15px;
}

.img-with-content .img-blocks.col-sm-6.pd-0.col-xs-12 {
    padding: 0;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-text p {
    margin-bottom: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 0.6rem;
    outline: none;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget-heading ul {
    margin: 0;
}

.footer-widget ul li {
    display: inline-block;
    width: 33%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.footer-social-icon {
    margin-top: 40px;
    margin-bottom: 40px;
}

.copyright-text p {
    margin: 0;
    color: #878787;
    line-height: normal;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    color: #878787;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {}

.font-weight-normal {}

.font-weight-bold {}

.font-italic {
    font-style: italic !important;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-section {
    top: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.single-cta {
    display: flex;
    align-items: center;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
    flex-direction: column !important;
}

.error-msg.red {

    line-height: normal;
    color: #f52f2f;

    border: 2px solid #f52f2f;
    padding: 8px;
    margin-bottom: 15px;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 0.6rem;
}

.info-msg {
    color: #059;
    background-color: #BEF;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}

.error-msg-box div {
    position: relative;
    padding: 10px 32px 10px 10px;
}

.error-msg-box div .fa-times {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
}

.expandableCollapsibleDiv img {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
    padding-left: 10px;
    float: left;
}

.expandableCollapsibleDiv ul {
    border-bottom: 1px solid #000;
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    display: none;
}

.li div ul {
    border-bottom: 1px solid #000;
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding-bottom: 10px;
    display: none;
}

.ua-wid-design a {
    display: flex !important;
}

.ua-wid-design .ua-wid-img {
    width: 100px;
    height: 100px;
}

.ua-wid-discription {
    width: calc(100% - 100px);
}

.ua-wid-img img {
    height: 85px !important;
    width: 85px !important;
    object-fit: cover;
    background-position: center center;
    margin: 0 15px 0 0 !important;
}

.bid-start-with-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bid-start-with-time {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 10px 0;


}

.ua-wid-head {

    line-height: 21px;

    padding: 0px 0 0px 0px;
    margin: 0 0 6px 0;
    display: -webkit-box;
    max-width: 100%;
    height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ua-wid-timer .time-countdown {
    display: flex;
    BACKGROUND-COLOR: transparent;
    color: #000;
    padding: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.ua-wid-timer .time-countdown span.countdown_row {

    box-shadow: 0 4px 6px rgb(0 0 0 / 10%), 0 5px 17px rgb(1 0 0 / 10%);
    padding: 10px 5px;
    margin-top: 0px;
}

body .ua-wid-timer .time-countdown span.countdown_row .countdown_section,
body .ua-wid-timer .time-countdown span.countdown_row .countdown_amount {


    padding: 0 6px;
}

.post-text.col-md-9 header.entry-header.sticky span {
    margin-bottom: 10px;
}

.sidebar-widget.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 15px 0;
}

.bid-start-with-time span.woo-ua-auction-price.starting-bid,
.bid-start-with-time span.uat_time_left {
    border-bottom: 2px solid #d0d2d6;
    padding-bottom: 2px;
}

.post-text.col-md-9 header.entry-header.sticky {
    flex-direction: column;
}

span.buy-now-amount-with-icon {
    margin-left: 10px;
    border-bottom: 1px solid #fff;
}

span.product-price {
    letter-spacing: 0.5px;
}

.buy-now-singal-product {
    margin-top: 10px;
}

a.buy-now-btn {
    background-color: #000;
    color: #fff;
    padding: 15px 15px 15px 55px;
    position: relative;
}

.buy-now-btn:before {
    content: "";
    position: absolute;
    left: 15px;
    background-image: url(assets/images/shopping-cart.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    top: 9px;
    background-size: cover;
    display:none;
}

.ua-wid-img .place-bid-btn {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
    padding: 9px;

    text-transform: capitalize;
    background-color: #000;
    color: #fff;
    margin-top: 5px;

}

.widget ol.wp-block-latest-comments {
    padding: 0;
}

.right-block.left-sidebar {
    order: -1;
    padding-right: 40px;
}

.right-block.right-sidebar {
    order: 2;
    padding-left: 40px;
}

.two-col-block .img-blocks img {
    object-fit: cover;
    background-position: center center;
}

.page-template-page-templatestemplate-right-sidebar-php .container {
    width: 95%;
}

.page-template-page-templatestemplate-right-sidebar-php .container .container {
    padding: 0 15px;
    width: 100%;
}

a#add_ans_front_btn {
    background-color: var(--wp--custom-primary-link-color);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;

}

/* blog css start here */
.blog-main {
    display: flex;
    padding-bottom: 30px;
}

.left-full .left-block,
.left-full {
    width: 100%;
}

.left-block {
    width: 72%;
    position: relative;
}

.right-block {
    width: 28%;
    padding-left: 40px;
}

.blog-box {
    margin-bottom: 35px;
    display: flex;
}

.blog-box .entry-title {
    margin: 0 0 10px;
}

.blog-box .entry-title a,
.blog-box .entry-title {
    color: #000;
}

.blog-box .entry-meta {
    margin-bottom: 15px;
    line-height: normal;
}

.entry-meta span {}

.entry-meta span a {
    color: var(--wp--custom-primary-link-color);
}

.single-post .entry-meta {
    margin: 15px 0;
}

.single-post .page-title {
    margin: 0;
}

.blog-box-footer {
    background: #efefef;
    padding: 10px 15px;
}

.right-block ul {
    padding: 0;
    margin: 0;
}

.right-block ul li {
    list-style: none;
    padding: 7px 0 7px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #eee;
}

.right-block .rpwe-time {
    color: var(--wp--custom-primary-link-color);
}

.right-block .rpwe-block h3 {
    font-size: 15px !important;
    line-height: normal;
    margin: 0;
}

.right-block .rpwe-block h3 a,
.entry-meta span a:hover {
    color: #000;
}

.right-block .rpwe-block h3 a:hover,
.blog-box .entry-title a:hover {
    color: var(--wp--custom-primary-link-hover-color);
}

.right-block .widget-title {
    margin: 0;
    line-height: normal;
    padding: 0 0 7px;
    margin: 0 0 5px;
    border-bottom: 2px solid var(--wp--custom-primary-link-color);
}

.right-block .widget_tag_cloud .widget-title {
    margin-bottom: 10px;
}

.right-block section {
    margin-bottom: 30px;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.tagcloud a {
    padding: 5px 10px;
    background: #efefef;
    margin-right: 5px;
    line-height: normal;
}

.tagcloud a:hover {
    background: #d8d8d8;
}

.blog-thub {
    background-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35%;
}

.blog-thub img {
    height: auto;
    width: 100%;
}

.blog-cap-side {
    width: 65%;
    padding-left: 25px;
}

.page-title {
    margin: 32px 0;
}

.blog-dtl-img .post-thumbnail img {
    width: 100%;
    height: auto;
}

.blog-detail-main h2 {
    margin: 0 0 5px;
}

.blog-detail-main .entry-meta {
    margin-bottom: 4px;
    display: inline-block;
}

.blog-main {
    margin-top: 10px;
}

.blog-dtl-img {
    margin: 0 0 25px;
}

.blog-main h2.page-title {
    margin: 0 0 35px;
    padding-right: 124px;
}

.tag-name {
    /*display: inline-block;*/
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0;

    margin-top: 25px;
    margin-bottom: 22px;

}

form#searchform div input[type=text] {
    padding: 0px 10px;
    appearance: none;
    line-height: 1;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0.6rem;
    transition: border-color 0.25s ease 0s;
    height: 41px;

    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    width: calc(100% - 81px);
}

.right-block .row {
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    margin-right: inherit;
    margin-left: inherit;
    margin: 0 0 40px 0;
}

form#searchform div input[type=submit] {
    display: inline-block;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.6rem;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s, background-color 0.25s ease 0s;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);

    padding: 11px 17px;
    margin: 0px 0 0 -4px;
    text-transform: capitalize;
}

.alm-btn-wrap .alm-load-more-btn.done {
    background-color: #080707 !important;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    color: #fff;
}

.cat-name {
    margin-bottom: 15px;
    display: inline-block;

    color: #757575;
    border-left: 1px solid #ccc;
    padding-left: 13px;
    margin-left: 9px;
}

.dat-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cat-name a {
    color: #757575;
}

.cat-name a:hover {
    color: #333;
}

.home .intro-omicus {
    padding: 40px 0 110px 0;
}

.home .col-wrap {
    padding: 55px 0 45px 0;
}

.home .tit-content p {
    margin: 0;
}

.home .btn-wrap {
    margin: 0;
}

.blog-view-all {
    position: absolute;
    right: 0;
    top: 0;
}

.single-blog.page-header {
    padding-right: 198px;
}

.single-banner-image img {
    width: 100%;
}

.single-banner-image .mobile-img {
    display: none;
}

.single-banner-image {
    position: relative;
}

.banner-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.left-block .section-heading {
    margin-top: 0;
}

.left-block a img {
    margin-bottom: 15px;
}

.social-sharing-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pro-pic-name span img {
    margin: 0 !important;
    max-width: 100% !important;
}

.pro-pic-name label {
    text-transform: uppercase;
    padding-left: 16px;
}

.pro-pic-name {
    display: flex;
    align-items: center;
    padding-right: 54px;
    margin: 0 0 17px;
}

.social-sharing-icon .addthis_inline_share_toolbox_3krq {
    margin: 0 0 17px;
}

#moove_gdpr_save_popup_settings_button {
    background-color: #373737;
    color: #fff
}

#moove_gdpr_save_popup_settings_button:hover {
    background-color: #000
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
    background-color: #88211a;
    border-color: #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
    background-color: #fff;
    color: #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    background-color: #88211a;
    border: 1px solid #88211a
}

#moove_gdpr_cookie_info_bar span.change-settings-button.focus-g {
    -webkit-box-shadow: 0 0 1px 3px #88211a;
    -moz-box-shadow: 0 0 1px 3px #88211a;
    box-shadow: 0 0 1px 3px #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,
#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button {
    color: #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
    color: inherit
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button {
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
    color: inherit
}

#moove_gdpr_cookie_modal .gdpr-acc-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    position: absolute
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:hover,
#moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.focus-g,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.focus-g,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button.focus-g,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button.focus-g {
    color: #88211a
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a i,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button i {
    color: #000
}

#moove_gdpr_cookie_modal.gdpr_lightbox-hide {
    display: none
}

.blog-box .cat-name {
    padding-left: 0;
    margin-left: 0;
    display: block;
    border: 0 none;
}

.blog-box .dat-col .entry-meta {
    margin: 0;
}

#commentform input {
    width: 100%;
    padding: 0px 10px;
    appearance: none;
    line-height: 1;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 0.6rem;
    transition: border-color 0.25s ease 0s;
    height: 40px;

    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    margin: 0 0 22px 0;
}

#commentform input#submit {
    width: auto;
    display: inline-block;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0.6rem;
    transition: color 0.25s ease 0s, border-color 0.25s ease 0s, background-color 0.25s ease 0s;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);

    padding: 11px 17px;
    margin: 20px 0 0 -4px;
    text-transform: capitalize;
}

#commentform div label {
    margin: 0 0 10px 0;
    display: inline-block;
}

.uat-defult-sec .row .right-block.left-sidebar {
    order: -1;
    padding-left: 15px;
    padding-right: 15px;
}

.pd-0 {
    padding: 0;
}

.full-width-img img {
    width: 100%;
}

button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn:before {
    background-image: url(assets/images/shopping-cart-purple.png);
}

button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn {
    width: 100%;
    border-radius: 50px;
    padding: 13px 30px;
    text-transform: none;
    letter-spacing: 0px;
    border: 1px solid var(--colors--orange);
    color: var(--colors--orange);
    background-color: transparent;
    &:hover {
        color: #fff;
        background-color: var(--colors--orange);
    }
}


button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn:hover:before {
    background-image: url(assets/images/shopping-cart.png);
}

button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn span.woocommerce-Price-amount.amount bdi {
    margin-left: 10px;
    border-bottom: 1px solid #fff;
}

button.single_add_to_cart_button.button.alt.ua-button-black.buy-now-btn span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

form.buy-now.cart.buy-now-frm.buy-now-singal-product {
    width: 100%;
    margin-top: 10px;
}

form#uat_auction_form\ Silent-auction {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

form#uat_auction_form\ Silent-auction .quantity.buttons_added {
    width: 50%;
}

form#uat_auction_form\ Silent-auction .quantity.buttons_added input#uat_bid_value {
    width: 100% !important;
    height: 49px;
    margin-bottom: 0;
}

form#uat_auction_form\ Silent-auction .quantity.buttons_added span.uat_currency {
    height: 49px;
}

.comments form.messenger.for-comments {
    margin-bottom: 38px;
    border-radius: 0.6rem;
}

.comments form.messenger.for-comments {
    margin-bottom: 22px;
    position: relative;
    border-radius: 0.6rem;
    border: 1px solid #d5d5d5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    flex-grow: 1;
}

.comments form.messenger.for-comments label.reply-to {
    margin-bottom: 0;
    padding: 3px 8px 4px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 4;
    cursor: default;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
}

.comments form.messenger.for-comments p.cooldown.out {
    opacity: 0;
}

.comments form.messenger.for-comments p.cooldown {
    opacity: 0;
    transition: opacity .12s ease;
}

.comments form.messenger.for-comments p.text-danger {
    margin-right: 80px;
    position: absolute;
}

form p.text-danger {
    margin-top: 3px;
    margin-bottom: 0;

}

.text-danger {
    color: #dc3545 !important;
}

.comments .reply-to {
    margin-right: 5px;

    line-height: 22px;
}

.form-group {
    margin-bottom: 1rem;
}

.comments label:not(.form-check-label) {
    margin-bottom: 8px;
}

div#Newest.panel.loader-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.comments form.messenger.for-comments textarea.form-control.auto-expand {
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 11px;
    overflow: hidden;
    border: 0;

    line-height: 18px;
    background-color: inherit;
    box-shadow: none;
    transition: none;
    border-radius: 0.6rem;
    margin: 3px 0 3px 0;
    outline: 0;
}

.comments {
    margin-top: 16px;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}

/*.comments form.messenger.for-comments button[type=submit].disabled, .comments form.messenger.for-comments button[type=submit]:disabled {
    background: #eeeef0;
}
.comments form.messenger.for-comments button[type=submit].disabled:before, .comments form.messenger.for-comments button[type=submit]:disabled:before {
    background-image: url(assets/images/send-comment.png);
}*/
/*.comments form.messenger.for-comments button[type=submit]:before {
    margin-top: 6px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(assets/images/send-comment.png) no-repeat 0 0/100%;
}*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.moderating_msg {

    color: green;
    margin: 0px 0 20px 0;
    display: inline-block;
}

.comments form.messenger.for-comments button[type=submit] {
    position: absolute;
    bottom: 7px;
    right: 7px;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background: var(--wp--custom-primary-link-color);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.6rem;
    cursor: pointer;
    transform: rotate(180deg);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .875rem;

    line-height: 1.5;
    color: #262626;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
    border-radius: 0.6rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.comments .form-control:focus {
    color: #262626;
    background-color: #fff;
    border-color: #979797;
    outline: 0;
    box-shadow: none;
}

label.placeholder-hide,
label.placeholder-shown {
    padding: 0 0.75rem;
    position: absolute;
    margin-top: -10px;
    top: 50%;
    left: 1px;
    z-index: 4;

    line-height: 21px;
    color: #828282;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
}

.comments form.messenger.for-comments.reply label.placeholder-shown {
    display: none;
}

.comments form.messenger.for-comments label.placeholder-shown {
    margin-top: -9px;

    line-height: 18px;
    color: #828282;
}

fieldset {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: initial;
}

.comments form.messenger.for-comments fieldset.form-group {
    margin-left: 4px;
    margin-bottom: 0;
}

.comments .reply-to {
    margin-right: 6px;
    padding: 0;
    color: var(--wp--custom-primary-link-color);


    line-height: 21px;
    display: inline;
    border: 0;
    background: 0;
}

.tab {
    display: none;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.gallery {
    width: 100%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {

    text-align: center;
    overflow: hidden;
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

@media screen and (max-width: 1000px) {

    .blog-detail-main blockquote,
    .blog-detail-main img {
        max-width: 100% !important;
        margin: 10px 0 !important
    }

    .blog-detail-main blockquote p {
        font-size: 1.15em !important
    }
}

.blog-detail-main img:nth-child(odd) {
    max-width: 55%;
    float: right;
    margin: 20px 0 20px 20px
}

.blog-detail-main img:nth-child(even) {
    max-width: 55%;
    float: left;
    margin: 40px 20px 20px 0
}

.blog-detail-main blockquote:nth-child(odd) {
    max-width: 55%;
    float: right;
    background-image: linear-gradient(to left bottom, #f3f3f3, #f6f6f6, #f9f9f9, #fcfcfc, #fff);
    z-index: -1;
    padding: 25px 25px 25px 50px;
    border-bottom-left-radius: 50px;
    border-top: 8px solid #813322;
    margin: 20px 0 20px 20px;
    position: relative
}

.blog-detail-main blockquote:nth-child(odd):before {
    content: '\201C';
    font-size: 310px;
    color: rgba(128, 0, 0, 0.12);
    display: block;
    position: absolute;
    top: 110px;
    left: -12px;
    z-index: -1
}

.blog-detail-main blockquote:nth-child(odd) p {
    font-size: 1.3em;
    line-height: 1.5;
    color: #000
}

.blog-detail-main blockquote:nth-child(even) {
    max-width: 55%;
    float: left;
    z-index: -1;
    background-image: linear-gradient(to right bottom, #f3f3f3, #f6f6f6, #f9f9f9, #fcfcfc, #fff);
    padding: 25px 25px 25px 50px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 50px;
    border-top: 8px solid #813322;
    margin: 20px 20px 20px 0;
    position: relative
}

.blog-detail-main blockquote:nth-child(even):before {
    content: '\201C';
    font-size: 310px;
    color: rgba(128, 0, 0, 0.12);
    display: block;
    position: absolute;
    top: 110px;
    left: -12px;
    z-index: -1
}

.blog-detail-main blockquote:nth-child(even) p {
    font-size: 1.3em;
    line-height: 1.5;
    color: #000
}

.blog-detail-main .entry-content h2,
.blog-detail-main .entry-content h3 {
    margin-bottom: 5px
}

.blog-detail-main .entry-content h2 {
    letter-spacing: -.5px;
    margin: 20px 0 5px;
    font-size: 26px;
    color: #000;
    text-transform: uppercase
}

.blog-detail-main .entry-content H3 {
    font-size: 25px;
    color: #000;
    color: #813322;
    padding: 10px 0 5px
}

.blog-detail-main .entry-content h6 {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-detail-main .entry-content ul li {
    list-style-type: square
}

.blog-detail-main .entry-content sup {
    line-height: 1.4em
}

.blog-detail-main .entry-content #footnote h5 {
    font-size: .95em;
    padding: 0
}

@media screen and (max-width: 767px) {
    .car-info-box {
        flex-direction: column;
    }

    .blog-main {
        display: block;
        padding-bottom: 10px;
    }

    .left-block {
        width: 100%;
    }

    .blog-box {
        margin-bottom: 35px;
        display: block;
    }

    .blog-thub {
        width: 100%;
    }

    .blog-cap-side {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .right-block {
        width: 100%;
        padding-left: 0;
    }

    .single-blog.page-header {
        padding-right: 0;
    }

    .single-blog.page-header .blog-view-all {
        position: relative;
        margin: 10px 0;
    }

    .img-with-content .img-blocks {
        order: -1;
        margin-bottom: 20px;
    }

    .img-with-content .text-content-block {
        padding: 0 20px;
    }

    .prod.list-view .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .prod.list-view .item .auction-countdown-check {
        margin-top: 10px;
    }

    .prod.list-view .item a.ua-button {
        position: static;
    }

    .bids_history_data {
        overflow: auto;
    }

    .bids_history_data {
        overflow: auto;
    }

    .bids_history_data .auction-history-table {
        width: 767px !important;
    }

}

@media only screen and (max-width:639px) {
    .blog-detail-main .entry-meta {
        margin-bottom: 0;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .coment-bid-tab-heading {
        flex-direction: column;
        width: 100%;
    }

    ul.comment-tabs {
        display: flex;
        margin: 10px 0 0 0;
        padding: 0;
        text-align: right;
        width: 100%;
        justify-content: flex-end;
    }

    .site-header.uat_menu_search_box_off .site-logo {
        width: 75px;
    }

    .site-header.uat_menu_search_box_off .my-acc-btn {
        width: 105px !important;
        right: 31px;
    }

    .site-header.uat_menu_search_box_off .bar-button {
        top: -38px;
    }

    .my-acc-btn .wrap-drop.h-myaccountwrap .username {}
}

@media only screen and (max-width:600px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .wrap-drop .drop li a {
        padding: 5px 23px;
margin:0;
    }

    ul.drop li.menu-heading-text span {

        letter-spacing: .0625rem;
        padding: 8px 25px 7px 25px;
    }
}

@media only screen and (max-width:479px) {
    .blog-main h2.page-title {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .blog-view-all {
        position: relative;
        margin-bottom: 20px;
    }

    .menu-icon {
        top: -55px !important;
    }

    .ua-hb-in .container {
        padding: 0 15px;
    }

}

/* blog css end here */
@media only screen and (max-width: 1366px) {

    .container,
    .alignwide {
        width: 1279px;
    }

    .product-details-right.details {}

    .swiper-container-wrapper {
        width: 49%;
    }

    .product-detail-row .product-details-right.details {
        width: auto;
    }

    .Charity-partners-slider .owl-nav .owl-next,
    .followed-campaings-slider .owl-nav .owl-next,
    .trending-item-slider .owl-nav .owl-next,
    .upcoming-auction-slider .owl-nav .owl-next {
        right: 0;
        background-size: 24px;
    }

    .Charity-partners-slider .owl-nav .owl-prev,
    .followed-campaings-slider .owl-nav .owl-prev,
    .trending-item-slider .owl-nav .owl-prev,
    .upcoming-auction-slider .owl-nav .owl-prev {
        left: 0;
        background-size: 24px;
    }

    .hr-border hr {
        margin: 70px 0 0 0;
    }

    .view-collection .btn {
        margin-top: 15px;
        padding: 6px 15.5px;

    }

    .past-right h2 {

        line-height: 25px;
        margin-bottom: 0;
    }

    .Ua-box-title {}
}

@media only screen and (max-width: 1300px) {
    .media-right-box h5 {}

    .past-right p {
        margin-bottom: 0;

        line-height: 25px;
    }

    .section-heading h4 {
        font-size: inherit;
    }
}

@media only screen and (max-width: 1279px) {

    .container,
    .alignwide {
        width: 1024px;
    }

    .product-right-block {
        padding-left: 20px;
    }

    .box-timer .countdown_section {}

    .bid-time-date-details {
        width: 100%;
    }

    #cssmenu>ul>li.has-sub>a {
        padding-right: 20px;
    }

    a.login {
        padding: 10px 8px;

    }

    .search-box {
        width: 200px;
    }

    .wrap-drop::after {
        border-width: 6px 6px 0;
        right: 5px;
    }

    .product-list-row .product-box {
        width: 31.999%;
    }

    .main-menu nav ul li {
        margin-left: 23px;
    }

    .login-regi-btn .selct-dropdown .wrap-drop {
        margin: 0 0 0 5px;
        padding: 13px 9px;
    }

    #cssmenu>ul>li>a {
        padding: 17px 4px;
    }

    .main-menu nav ul li a {}

    .f-col-m h4 {}

    .f-form input[type=submit] {
        padding: 0 46px 0 16px;
    }

    .f-col-1 p {
        padding-right: 0;
    }

    .f-social-m a {
        width: 40px;
        height: 40px;
        margin: 0 2px 0 0;
    }

    .slider-cap {
        width: 270px;
        padding: 14px;
    }

    .slider-cap h2 {

        line-height: 24px;
    }

    .bid-now,
    .see-more {

        margin-top: 0;
    }

    .section-heading {
        margin: 50px 0 25px 0;
    }

    .up-aution-item-cap h4 {
        padding: 0 15px;

    }

    .up-aution-item-cap {
        min-height: 80px;
    }

    .btn {
        padding: 9px 40.5px;

    }

    .media-left {
        width: 48.8%;
    }

    .prod-detail-text .btn-center a {}

    .media-right {
        width: 48.8%;
    }

    .media-left h4,
    .media-right-box h5 {
        margin-bottom: 4px;
    }

    .media-left-img,
    .media-right-img {
        margin-bottom: 4px;
    }

    .media-left a:last-child {}

    .media-left h4 {}

    .media-right-img {
        height: 212px;
    }

    .site-footer footer {
        padding: 40px 0 65px 0;
    }

    .subscribe-block {
        width: 270px;
    }

    .site-links {
        width: 320px;
    }

    .site-links ul li {
        width: 50%;
        margin: 0 0 10px 0;
    }

    .hr-border hr {
        margin: 50px 0 0 0;
    }

    ul.tabs li {
        list-style: none;
        padding: 25px 11px;
    }

    .view-collection .btn {
        margin-top: 0;
        padding: 4px 9.5px;

    }

    .header-banner-img {
        height: 290px;
    }

    .header-banner-img h1 {
        padding: 15px 30px;
        min-width: inherit;

    }

    .past-auction .past-left {
        height: 186px;
    }

    .content-with-sidebar {
        margin-top: 20px;
    }

    .banner-bg {
        height: 250px;
    }

    .f-name h4 {
        margin: 0;
        line-height: 20px;

    }

    .f-name p {
        margin: 0 0 0;

        line-height: 31px;
    }

    .foundation-btn .btn {

        line-height: 21px;
        padding: 5px 11.5px;
    }

    .left-block .left-content {
        margin-bottom: 25px;
    }

    .time-countdown p {

        line-height: 18px;
        padding: 0 14px;
    }

    form.cart {
        width: 100%;
    }

    .time-countdown p span {


        line-height: 20px;
    }

    .content-with-sidebar .left-block .site-header-countdown {
        width: 330px;
    }

    .prod-detail-text {
        padding-left: 10%;
    }

    div#sync1 {
        padding-left: 5%;
    }

    .tab_content table {
        margin-bottom: 40px;
    }

    .table-responsive {
        overflow: auto;
    }

    .table-responsive table {
        width: 1150px;
    }

    .tab_content h4 {
        margin: 15px 0 15px 0;

    }

    .blog-row .date {
        width: 100%;
    }

    .blog-row {
        flex-wrap: wrap;
    }

    h2.date br {
        display: none;
    }

    .blog-details {
        align-items: start;
    }

    .culture-caption h2 {}

    .culture-caption img {
        width: 210px;
    }

    body .countdown_amount {}

    b,
    strong {


        line-height: 20px;
    }

    h5 {}

    .bid-price-l {
        padding: 0px 0 7px 0;
    }

    .product-details-btn {
        margin: 5px 0;
        padding: 5px 0;
    }

    .bid-price-selection {
        width: 100%;
    }

    .bid-inf-box {
        margin: 0 auto 15px auto;
        padding: 10px 15px 10px;
    }

    .green {
        color: green;
    }

    .time-countdown {
        max-width: 322px;
    }

    .single-product .uwa_theme_shop-isle.product form.cart .button {
        width: 66% !important;
    }

    .prod.list-view .item .product-img-box {
        width: 200px;
        height: 200px;
    }

    .prod.list-view .item .ua-box-detail {
        padding-left: 15px;
        width: 370px;
    }

    .prod.list-view .item {
        padding: 5px;
    }

    .prod.list-view .item a.ua-button {
        position: absolute;
        right: 15px;
        top: 15px;
        padding: 8px 25px;

    }

    .prod {
        padding: 0px 0 0 0px;
    }

    .product-details-right.details {
        width: 470px;
    }

    .product-name-detail h1 {

        margin: 5px 0 5px 0;
        word-break: break-all;
    }

    .woocommerce-product-details__short-description.auction-single_description,
    .woocommerce-product-details__short-description.auction-single_description h3 {
        word-break: break-word;


    }

    body .countdown_section {
        padding: 0 12px;

    }

    .banner-text-left {
        width: 100%;
    }

    .banner-text-right {
        width: 100%;
        margin-top: 50px;
    }

    .banner-text-row {
        flex-wrap: wrap;
    }

    .timer-box {
        width: 100%;
    }

    .ua-hb-in .container {
        width: 100%;
    }

    .ua-hb-in .container .logo {
        width: 45%;
    }

    .header-right-part {
        width: 55%;
    }

    .copyright-two-col {
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright-two-col p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .copyright-two-col ul {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
}



@media only screen and (min-width: 1024px) {
    .show-in-mobile {
        display: none;
        visibility: hidden;
    }

    ul.combine-menu {
        display: none !Important;
    }
}

@media only screen and (min-width: 1023px) {
    .gallery-top {
        width: 100%;
    }


    .main-menu nav ul li .sub-menu li:last-child a {
        border: 0;
    }

    .main-menu nav ul li .sub-menu li a {
        line-height: normal;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .main-menu nav ul li .sub-menu li a:hover {
        background: #333;
    }

    .product-box lable,
    .trending-item lable {

        line-height: 16px;
        padding: 6px 8px;
        letter-spacing: .5px;
    }
}

@media only screen and (max-width: 1023px) {

    #cssmenu {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

    .hero-style .slide-title h2 {

        margin: 0 0 20px;
    }

    .hero-style .slide-text p {

        line-height: 26px;
        margin: 0 0 20px;
    }

    .ua-hb-in .container {
        padding-bottom: 0px;
    }

    .Header-links {
        display: none;
    }

    .prod .item {
        width: 50%;
    }

    .upcoming-auction-slider .owl-item img {
        height: auto;
    }

    body .countdown_amount {
        font-size: 12px !important;
    }

    body .ua-product-listing .countdown_section {
        padding: 0 5px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .cta-text {
        padding-left: 10px;
    }

    .cta-text h4 {
        color: #fff;

    }

    .cta-text span {}

    .footer-widget ul li {
        width: 50%;
    }

    .ua-live-search {
        width: 30%;
    }

    .swiper-container-wrapper {
        margin-bottom: 30px;
    }

    .swiper-main {
        width: 100%;
    }

    .swiper-container-wrapper,
    .product-details-right.details {
        width: 100%;
    }

    .product-details-sec {
        flex-wrap: wrap;
    }

    #cssmenu>ul>li>a {
        padding: 17px 50px 17px 20px !important;
    }

    #cssmenu>ul>li>a {
        line-height: 12px;
        color: #fff !important;
    }

    #cssmenu ul {
        width: 100% !important;
        display: none;
        flex-direction: column;
        background-color: #000000d9;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #fff
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;

        font-weight: 700
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #fff;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }

    .bid-inf-box {
        margin: 30px auto 30px auto;
    }

    .main-menu nav ul li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        flex-wrap: wrap;
        width: 200px;
        background: #000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .5s;
    }

    .main-menu nav ul li .sub-menu li {
        width: 100%;
        margin: 0;
    }

    .container,
    .alignwide {
        width: 768px;
    }

    .swiper-main {
        margin: 0 auto;
    }

    .product-details-sec {
        flex-wrap: wrap;
    }

    .swiper-container-wrapper,
    .product-details-right.details {
        /*width: 570px;*/
        max-width: 100%;
        margin: 0 auto;
    }

    .tab-content {
        padding: 10px;
        margin-top: 10px;
    }

    .slider-footer {
        width: 100%;
    }

    .product-list-sec .container {
        width: 100%;
    }

    .product-listing-sec .container {
        max-width: 100%;
        width: 100%;
    }

    .prod {
        padding: 0px 0 0 20px;
    }

    .ua-product-list-sec {
        padding-top: 15px;
    }

    .ua-live-search .search-button button {
        margin: 0px 0 0 0;
    }

    .ua-hb-in .container {
        width: 100%;
        max-width: 100%;
    }

    .logo {
        width: auto;
    }

    .f-col-1 {
        width: 60%;
    }

    .f-col-2 {
        width: 40%;
        padding: 0 0 0 90px;
    }

    ul.featured_categories li {
        width: 50%;
    }

    .ua-hb-in {
        padding-bottom: 0;
        position: relative;
    }

    .f-col-3 {
        width: 100%;
    }

    .fb-in {
        justify-content: center;
        flex-wrap: wrap;
    }

    .copyright {
        padding-bottom: 10px;
    }

    .culture-caption img {
        width: 148px;
    }

    .culture-caption h2 {}

    .menu-icon {
        width: 28px;
        height: 25px;
        position: absolute;
        display: block;
        right: 20px;
        top: -56px;
    }

    .main-menu nav ul li.current-menu-item a {
        color: #fff;
        background-color: #000;
    }

    .main-menu {
        justify-content: flex-end;
    }

    .menu-icon span {
        height: 2px;
        width: 100%;
        background: #333;
        margin: auto;
        position: absolute;
    }

    .menu-icon span:nth-child(1) {
        top: 0;
    }

    .menu-icon span:nth-child(2) {
        top: 0;
        bottom: 0;
    }

    .menu-icon span:nth-child(3) {
        bottom: 0;
    }

    .header-bottom {
        padding: 20px 0;
        position: relative;
    }

    .main-menu nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #333;
        z-index: 9;
    }

    .main-menu nav ul {
        flex-wrap: wrap;
    }

    .main-menu nav ul .sub-menu {
        display: none;
    }

    .main-menu nav ul .sub-menu li a {
        background: #3e3e3e;
        padding: 15px 55px;
    }

    .main-menu nav ul li:hover a {
        color: #fff;
    }

    .main-menu nav ul li {
        margin: 0;
        width: 100%;
    }

    .main-menu nav ul li a {

        width: 100%;
        line-height: normal;
        color: #fff;
        padding: 15px 35px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .sparkLines {
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        height: 52px;
        width: 52px;
    }

    .sparkLines:before {
        content: "";
        position: absolute;
        height: 8px;
        width: 8px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        top: -6px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        transform: rotate(45deg);
    }

    .sparkLines.menu-open:before {
        transform: rotate(225deg);
        top: 4px;
    }

    .main-menu nav ul li.menu-item-has-children:after {
        display: none;
    }

    .menu-icon.open-menu span {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .5s;
    }

    .menu-icon.open-menu span:nth-child(1) {
        transform: rotate(45deg);
    }

    .menu-icon.open-menu span:nth-child(2) {
        height: 0;
    }

    .menu-icon.open-menu span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .search-area {
        flex-direction: column;
    }

    .search-box {
        margin: 0 60px 0 15px;
    }

    .show-in-responsive {
        display: block;
    }

    .remove-in-responsive {
        display: none;
    }

    .slider-left-part,
    .slider-right-part {
        height: 282px;
    }

    .section-heading {
        margin: 40px 0 15px 0;
    }

    .section-heading h4 {}

    .media-left-img {
        height: 370px;
    }

    .media-right-img {
        height: 155px;
    }

    .media-right-img {
        height: 154px;
    }

    .site-links {
        width: 178px;
    }

    .site-links ul {
        justify-content: start;
        flex-direction: column;
    }

    .site-links ul li {
        width: 100%;
        margin: 0 0 7px 0;
    }

    .search-area a {
        margin-left: 0;
        color: #fff;
    }

    .my-account {
        background-position: 100% 16px;
    }

    .my-account-option {
        top: 100%;
        background-color: #f5f4f4;
        padding: 15px 35px;
        width: 100%;
        right: auto;
    }

    ul.tabs li {
        padding: 13px 22px;
    }

    ul.tabs li a {

        line-height: 10px;
        text-transform: uppercase;
    }

    .form-with-text {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .tab-option {
        overflow: auto;
    }

    .work-detail {
        width: 100%;
    }

    .tab-option ul.tabs {
        width: 1023px;
        text-align: center;
        max-width: 100%;
    }

    .work-form {
        width: 100%;
    }

    .content-with-sidebar {
        flex-wrap: wrap;
    }

    .content-with-sidebar .left-block,
    .content-with-sidebar .right-right {
        width: 100%;
    }

    .my-account-option a {
        color: #000;
    }

    .text-block {
        margin: 25px auto;
    }

    .prod-d-row {
        flex-wrap: wrap;
    }

    .prod-d-slider-main {
        width: 100%;
    }

    .prod-detail-text {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .border-btn {
        padding: 6.5px 31px;


        line-height: 22px;
    }

    .Featured-box {
        width: 31.5%;
    }

    .post-img img {
        height: 205px;
    }

    .post-content p {
        margin: 10px 0 10px 0;


        line-height: 22px;
    }

    .post-content a {}

    .blog-row .date {}

    .post-content h2 a {

        line-height: normal;
        margin: 0;
    }

    .banner-text-row p {

        line-height: 28px;
    }

    .product-list-row .product-box {
        width: 31.8%;
    }

    .prod-dis {
        margin: 30px 0 30px 0;
    }

    nav div#sitemain {
        display: none;
    }

    .show-in-mobile .search-box {
        display: block;
        width: 240px;
    }

    .search_block.mobile-search-open {
        right: 8px;
        width: 225px;
    }

    .s-button {
        margin: 4px 2px 4px 10px;

        padding-left: 0;
        padding-right: 0;
    }

    .my-account {
        background-image: url(assets/images/front/bottom-aerrow-white.png);
        background-position: 98% 16px;
        padding-right: 53px;
    }

    .text-block h3:first-child {
        float: none;
        width: 100%;
        text-align: left !important;
    }

    .login-regi-btn.show-in-responsive {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0px 0 0px 0;
        padding-bottom: 10px;
        border-bottom: none;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    a.ua-button {
        padding: 8px 43px;
    }

    ul.ua-input-group li label,
    ul.ua-input-group li input[type="text"],
    h4.ua-Filter-modual-heading {}

    form.cart {
        width: 100% !important;
    }

    .ua-hb-in .container .logo {
        width: calc(100% - 40px);
    }

    .search-input,
    .search-box {
        width: 310px;
        max-width: 100%;
    }

    .uat-search-box-form-block {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 1000px) {

    /* .ua-product-list-sec .ua-filter-sidebar {
        display: none;
    } */
    .prod.list-view .item {
        margin: 0 0 10px 0;
    }

    .drop-down {
        display: inline-block;
        position: relative;
    }

    .drop-down__menu .ua-filter-sidebar {
        display: block !important;
    }

    .view .table_center {
        display: block !important;
    }

    .drop-down__button {
        background: #000;
        display: inline-block;
        line-height: normal;
        padding: 0 18px;
        text-align: left;
        border-radius: 0.6rem;
        box-shadow: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .drop-down__name {

        text-transform: uppercase;
        color: #fff;

        letter-spacing: 2px;
        padding: 6px 10px 6px 0px;
    }

    .drop-down__icon {
        width: 18px;
        vertical-align: middle;
        margin-left: 14px;
        height: 18px;
        border-radius: 0.6rem;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .drop-down__menu-box {
        position: absolute;
        width: 300px;
        right: 0;
        background-color: #fff;
        border-radius: 0.6rem;
        box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        visibility: hidden;
        opacity: 0;
        margin-top: 15px;
    }

    .drop-down__menu {
        margin: 0;
        padding: 0 0px 10px 17px;
        list-style: none;
        margin-right: 0;
    }

    .drop-down__menu-box:before {
        content: '';
        background-color: transparent;
        border-right: 8px solid transparent;
        position: absolute;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #000000;
        border-top: 8px solid transparent;
        top: -15px;
        right: 18px;
    }

    .drop-down__menu-box:after {
        content: '';
        background-color: transparent;
    }

    .drop-down__item {

        padding: 13px 0;
        text-align: left;

        color: #909dc2;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #e0e2e9;
    }

    .drop-down__item-icon {
        width: 15px;
        height: 15px;
        position: absolute;
        right: 0px;
        fill: #8995b6;
    }

    .drop-down__item:hover .drop-down__item-icon {
        fill: #3d6def;
    }

    .drop-down__item:hover {
        color: #3d6def;
    }

    .drop-down__item:last-of-type {
        border-bottom: 0;
    }

    .drop-down--active .drop-down__menu-box {
        visibility: visible;
        opacity: 1;
        margin-top: 15px;
        z-index: 9;
        width: 250px;
        right: 0;
        left: auto;
        box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    }

    .drop-down__item:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 28px;
        background-color: #3d6def;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    .drop-down__item:hover:before {
        display: block;
    }

    .prod {
        padding: 0px 0 0 0px;
    }

    ul.ua-input-group li {
        display: flex;
    }
}


@media only screen and (max-width: 850px) and (min-width: 768px) {
    .single-product .view_watchlist {
        padding-left: 0px !important;
    }
}

@media (min-width: 768px) {

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .selector-slider #slider-range {
        width: 100%
    }

    .selector-slider .ui-slider-handle {
        border-radius: 0.6rem;
        background-color: #39c9a9;
        border: none;
        top: -14px;
        width: 28px;
        height: 28px;
        outline: none
    }

    .selector-slider .ui-slider-handle {
        top: -7px;
        width: 16px;
        height: 16px
    }

    .selector-slider .price-slider {
        padding-top: 8px
    }
}
@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}


@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table.shop_table_responsive td {
        text-align: left !important;
    }

    .woocommerce table.shop_table.shop_table_responsive td:before {
        display: none;
    }

    .shop_table span.woo-ua-auction-price.current-bid {
        align-items: start;
        justify-content: start;
    }

    .single-product .uwa_theme_shop-isle.product form.cart .button {
        width: 100% !important;
        float: none !important;
    }

    .ua-product-list-sec.left-sidebar .ua-product-listing.prod {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-row .product-box {
        margin: 0 5px;
        width: 48%;
    }

    .ua-hb-in .container .logo {
        width: 235px;
    }

    .list-view .time_countdown_event {
        position: static;
    }

    ul#tabs-nav li {
        padding: 10px 10px;
    }

    .prod .item {
        width: 100%;
        padding: 0;
        margin-bottom: 45px;
    }

    a.login {
        padding: 10px 15px;
    }

    a.register {
        padding: 10px 17px;
    }

    .product-list-columns {
        margin: 0;
        justify-content: space-between;
    }

    .prod {
        padding: 0px 0 0 0px;
    }

    .ua-hb-in .search-box {
        display: none;
    }

    .featured_cat_img {
        height: 140px;
    }

    .container,
    .alignwide {
        width: 640px;
        padding: 0 15px;
    }

    .ht-r {
        align-items: center;
    }

    .content-with-sidebar .right-right {
        display: none;
    }

    .tab_content h4 {
        margin: 15px 0 10px 0;

    }

    .tab_content h4 br,
    .tab_content p br {
        display: none;
    }


    .prod-detail-text a img {
        width: 22px;
    }

    .Featured-box {
        width: 48.5%;
    }

    section.banner-text-details {
        padding: 25px 0 0 0;
    }


    .donate-img {
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .header-banner-img {
        height: 220px;
    }

    .header-banner-img h1 {
        padding: 12px 15px;

    }

    .donate-text {
        width: 100%;
    }

    .donate-row {
        flex-direction: column;
    }

    .email-add {
        display: flex;
    }

    .email-add a {
        font-size: 0;
    }

    .logo {
        width: calc(360px - 80px);
    }

    .menu-icon {
        top: -63px;
    }

    .slider-left-part,
    .slider-right-part {
        height: 362px;
    }

    .slider-left-part,
    .slider-right-part {
        width: 100%;
    }

    .slider-row {
        flex-direction: column;
    }

    .slider-cap {
        width: 100%;
        padding: 15px 35px;
    }

    .home-slider .owl-nav {
        top: 47%;
    }

    .owl-carousel.home-slider .owl-nav .owl-next,
    .owl-carousel.home-slider .owl-nav .owl-prev {
        background-color: #000;
    }

    .section-heading {
        margin: 30px 0 10px 0;
    }

    .section-heading h4 {}

    .media-left-img {
        height: 470px;
        width: 100%;
    }

    .media-left {
        margin-bottom: 20px;
    }

    .media-left,
    .media-right {
        width: 100%;
    }

    .subscribe-block {
        width: 270px;
        margin: 0;
        text-align: left;
    }

    .subscribe-block h5 {

        line-height: 30px;
        margin-bottom: 0;
        text-align: left;
    }

    .hr-border hr {
        margin: 30px 0 0 0;
    }

    .banner-bg {
        height: 210px;
    }

    .past-auction .past-left {
        height: 206px;
        width: 40%;
        background-position: center center;
    }

    .past-right h2 {

        line-height: 17px;
    }

    .past-right .view-collection .btn {
        margin-top: 0;

        border: none;
        text-decoration: underline;
        background-color: transparent;
        padding: initial;
        letter-spacing: initial;
        border: none;
        box-shadow: none;
        margin-top: 12px;
    }

    .past-auction {
        align-items: center;
    }

    .past-auction .past-right {
        width: 60%;
        padding-left: 20px;
    }

    .past-right p {

        line-height: 30px;
    }

    .past-auction {
        border-bottom: 1px solid #afacac;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }

    div#sync2 {
        width: 20%;
        max-width: 100%;
    }

    .slider-countdown {
        width: 70%;
        max-width: 100%;
    }

    .prod-name h1 {

        line-height: 23px;
    }

    .prod-name h5 {

        line-height: 23px;
    }

    .bid-price-detail h2 {}

    .prod-detail-text a {

        line-height: 18px;
    }

    .bid-price-detail {
        margin-bottom: 15px;
    }

    .Featured-box h5 {
        margin: 14px 0 29px 0;

    }

    .post-img img {
        height: 170px;
    }

    .banner-text-right {
        width: 100%;
        margin-top: 25px;
    }

    .banner-text-left,
    .banner-text-right {
        width: 100%;
    }

    .banner-text-row {
        flex-wrap: wrap;
    }

    .site-footer footer {
        padding: 30px 0 20px 0;
    }

    .text-content {
        order: 2;
        width: 100%;
    }

    .img-block {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        min-height: 410px;
    }

    .left-right-block {
        flex-direction: column;
    }

    section.main-slider.for-desktop {
        display: none;
    }

    section.main-slider.for-mobile {
        display: block;
    }

    .home-slider .owl-stage,
    .midia-slider .owl-stage {
        padding-left: 0 !important;
    }

    .media-block.desktop {
        display: none;
    }

    .media-block.mobile {
        display: block;
    }

    .remove-in-mobile {
        display: none;
    }

    .accordion-container {
        position: relative;
        height: auto;
        margin: 10px auto;
    }

    .accordion-container>h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .set:first-child a {
        border-top: 1px solid #ddd;
    }

    .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #f5f5f5;
    }

    .set>a {
        display: block;
        padding: 14px 15px;
        text-decoration: none;
        color: #555;

        border-bottom: 1px solid #ddd;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

    .set>a i {
        float: right;
        margin-top: 2px;
        position: absolute;
        right: 12px;
        height: 20px;
        width: 20px;
        background-size: contain;
        top: 10px;
    }

    .content {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        display: none;
        padding: 15px;
    }

    .accor-sec {
        display: block;
    }

    .fa-plus {
        background: url(assets/images/front/add-sign.png) center no-repeat #fff;
        background-size: 44px;
    }

    .fa-minus {
        background: url(assets/images/front/min-sign.png) center no-repeat #fff;
        background-size: 100px auto;
    }

    .search-input-mobile {
        display: block;
        /* background-image: url(assets/images/mobile-search.svg);
    */
        /* background-repeat: no-repeat;
    */
        /* font-size: 0;
    */
        width: 30px;
        height: 30px;
        position: absolute;
        right: 70px;
        background-color: #000;
        /* background-size: 22px;
    */
        /* background-position: center center;
    */
        border-radius: 0.6rem;
    }

    .search-input-mobile a {
        display: flex;
        width: 100%;
        height: 100%;
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .ua-live-search {
        width: 100%;
        margin-bottom: 15px;
    }

    .ua-live-search-list {
        flex-wrap: wrap;
    }

    .list-and-grid-icon {
        width: 100%;
    }

    .auction-details li {
        width: 100%;
    }

    .auction-details {
        flex-wrap: wrap;
    }

    .page-404 h1 {
        margin: 0;
    }

    .page-404 .middle {
        padding: 15% 0;
    }

    .page-404 h2 {}

    .auction-question-sec .owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        height: 25px;
        width: 25px;
    }

    .auction-question-sec .owl-carousel .owl-nav .owl-next {
        right: -25px;
    }

    .hero-style .slide-title h2 {

        margin: 0 0 20px;
        line-height: normal;
    }
}

@media only screen and (max-width: 639px) {

    .container,
    .alignwide {
        width: 480px;
    }

    .login-regi-btn .selct-dropdown {
        width: auto !important;
    }

    .selct-dropdown,
    .list-and-grid-icon {
        width: 100% !important;
    }

    ul#tabs-nav {
        flex-direction: column;
        border: 1px solid #000000;
        border-bottom: none;
        border-radius: 0.6rem;
        margin: 0 0 -10px 0;
    }

    ul#tabs-nav li:hover,
    ul#tabs-nav li.active {
        background-color: #000;
        color: #fff;
        border-bottom: 2px solid #000;
    }

    #tabs-nav li.active a {
        color: #fff;
    }

    .product-list-row .product-box {
        margin: 0;
    }

    .slider-footer {
        margin: 15px 0 30px 0;
    }

    .drop-down__button {
        padding: 6px 18px;
    }

    .gallery-thumbs-sm {
        display: none;
    }

    .big-slide-right {
        float: none;
        width: 100%;
        height: 100%;
    }

    .bott-menu ul {
        justify-content: center;
        text-align: center;
    }

    .bott-menu ul li {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .bott-menu ul li:before {
        display: none;
    }

    .ht-in {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ht-l {
        width: 100%;
        text-align: center;
    }

    .ht-l:after {
        content: "";
        position: absolute;
        right: 0;
        top: -13px;
        bottom: -13px;
        background: #000;
        width: 1000%;
        left: 0;
    }

    .ht-r {
        width: 100%;
        justify-content: center;
        padding: 28px 0 0;
    }

    .slider-left-part,
    .slider-right-part {
        height: 268px;
    }

    .slider-cap {
        width: 100%;
        padding: 15px 15px;
    }

    .section-heading {
        margin: 40px 0 5px 0;
    }

    .media-right-box {
        width: 100%;
    }

    .media-right-img {
        height: 274px;
    }

    .media-left {
        margin-bottom: 0;
    }

    .media-right-box {
        margin-top: 25px;
    }

    .site-links,
    .social-links,
    .subscribe-block {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .foundation-detail {
        flex-direction: column;
    }

    .banner-bg {
        height: 210px;
    }

    .prod-detail-text p.alignright {
        margin: 0;
    }

    h4 {}

    .tab_content table {
        margin-bottom: 0;
    }

    section.donate-sec {
        margin: 25px 0;
    }

    .blog-details {
        flex-direction: column;
    }

    .post-img img {
        height: 230px;
        width: 230px;
    }

    .post-img {
        width: 100%;
    }

    .post-content {
        padding: 10px 0 0 0;
        width: 100%;
    }

    .site-footer footer {
        padding: 20px 0 15px 0;
    }

    .img-block {
        min-height: 370px;
    }

    body .countdown_amount {}

    .time-count {
        width: 115px;
        padding: 1px 11px;
    }

    .view i.fa.fa-list,
    .view i.fa.fa-th {
        display: none;
    }

    .drop-down--active .drop-down__menu-box {
        right: 20px;
    }

    .ua-live-search {
        width: calc(100% + 134px);
    }

    .list-and-grid-icon {
        width: 300px;
    }

    .drop-down__menu-box {
        right: 20px;
    }


    .gallery-top,
    .swiper-slide .description.swipe-bg,
    .swiper-main {
        width: 100% !important;
    }

    .swiper-main {
        height: 450px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        opacity: 1 !important;
    }

    .swiper-button-prev i.fas:before,
    .swiper-button-next i.fas:before {
        color: #1d2327;
    }

    .swiper-slide,
    .swiper-slide .description.swipe-bg {
        margin: 0px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: block !important;
    }

    /* .swiper-button-next, .swiper-button-prev{background-color: #fff;} */
    .swiper-slide,
    .swiper-slide .description.swipe-bg {
        background-size: cover;
    }

    .tab-content table {
        width: auto !important;
    }

    .product-details-right.details .bid-inf-box form table tr {
        display: flex;
        flex-direction: column;
    }

}

@media only screen and (max-width: 479px) {
    .header-right-part.second-header {
        margin-top: -83px !important;
    }

    .logo {
        width: calc(300px - 80px);
        margin: 6px 0;
    }

    .ua-live-search-list {
        flex-direction: column;
    }

    .ua-live-search {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .list-and-grid-icon {
        width: 100%;
    }

    .drop-down--active .drop-down__menu-box {
        right: 15px;
        left: auto;
    }

    body .countdown_section {
        padding: 0px 5px;


    }

    body .countdown_amount {}

    .Ua-box-title {
        height: auto;
    }

    .Card-details {
        min-height: auto;
    }

    .footer-widget ul li {
        width: 100%;
    }

    .two-attr-block span {
        height: 39px;
    }

    .two-attr-block {
        flex-direction: column;
    }

    .two-attr-block input[type="number"] {
        width: 100%;
        height: 39px;
    }

    .two-attr-block button.black_bg_btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .uatmodal-wrapper {
        width: 95% !important;
    }



}



/* popup */
.popup-main {
    padding: 40px 20px;
    max-width: 100% !important;
    width: 600px !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}

.popup-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

.pro-img-m {
    width: 25%;
}

.pro-img-m img {
    display: block;
    width: 100%;
}

.pro-info {
    width: 75%;
    padding-left: 30px;
}

.pro-info h2 {
    margin: 0 0 20px;

}

.pro-price {


    line-height: normal;
}

.pro-detail-row {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.pro-detail-row:last-child {
    margin: 0;
}

.pro-detail-row label {

    display: block;
    width: 100%;
    padding: 0 0 8px;
}

.pd-r label {
    display: inline-block;
    width: auto;
    padding: 0;
}

.btn-group-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-group-main button.black_bg_btn {
    width: 32.33%;
}

.row-flex-m {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-m {
    width: 50%;
    padding: 0 10px;
}

.col-m input[type="number"] {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    margin: 0 0 12px;
    background: #f5f5f5;
    padding: 0 10px;
    outline: none;
    border-radius: 0.6rem;
}

.error-red {
    color: #f00;

    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.success-green {
    margin-bottom: 10px;

    color: green;
    letter-spacing: 0.5px;
}


.uat-model-open {
    position: fixed;
    width: 100%;
    min-height: 100vh;
}

.uta-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

.uatmodal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    overflow-y: scroll;
    max-height: 100vh;
}

.uatmodal.is-visible {
    display: block;
    overflow-y: scroll;
}

.uatmodal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.uatmodal.is-visible .uatmodal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}


.uatmodal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.uatmodal.is-visible .uatmodal-transition {
    transform: translateY(0);
    opacity: 1;
}

.uatmodal-header,
.uatmodal-content {
    padding: 0em;
}

.uatmodal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.uatmodal-content .fancybox-content {
    display: block;
    /* margin-bottom: 110px; */
}

.uatmodal-content .fancybox-content form {
    max-width: 100%;
    width: 376px;
    margin: 20px auto 0 auto;
}

.uatmodal-close {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    z-index: 999;
    cursor: pointer;
}

.uatmodal-close:hover {
    color: #777;
}

.custome-field-list h2 {
    margin-top: 30px;
}

.uatmodal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uatmodal-content>*:first-child {
    margin-top: 0;
}

.uatmodal-content>*:last-child {
    margin-bottom: 0;
}

div#wcfm_products_simple_submit {
    position: absolute;
    right: 20px;
}

table#wcfm-uwt-auctions tr td img {
    width: 80px !important;
    height: 80px !important;
    max-width: 100% !important;
    min-width: 80px;
}

div.uat-wcfm-map {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 200px;
}

.wcfm-container.auction input.wcfm_submit_button.wcfm_product_popup_action.wcfm_product_popup_action_next {
    display: none !important;
}

#wcfm-main-contentainer table img {
    max-width: max-content;
}

.wcfm-container .wcfm_form_simple_submit_wrapper .wcfm-info,
.wcfm-container .wcfm_form_simple_submit_wrapper .wcfm-success,
.wcfm-container .wcfm_form_simple_submit_wrapper .wcfm-warning,
.wcfm-container .wcfm_form_simple_submit_wrapper .wcfm-error,
.wcfm-container .wcfm_form_simple_submit_wrapper .wcfm-validation {
    float: left;
    margin-left: 25%;
    width: 50%;
    padding: 25px;
    position: fixed;
    bottom: 20px;
    background: #eceef2;
    max-width: 100%;
}

div#wcfm_products_simple_submit {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    flex-direction: row;
    align-items: flex-end;
}


div.uwa_admin_current_time {
    padding: 20px 0px 20px 0px !important;
}

/*wcfm updates*/
.theme-ultimate-auction-theme-pro.wcfm-dashboard-page #wcfm-content {
    z-index: 0 !important;
}

.header-right-part.second-header {
    width: 100%;
    border-top: 1px solid #d5d2d2;
    margin-top: 10px;
    justify-content: center;
}

.header-right-part.second-header #cssmenu>ul>li>a {
    padding: 3px 12px;
}


.tooltip-text {
    position: relative;
    display: inline-block;
    background-color: var(--wp--custom-primary-link-color);
    width: 17px;
    height: 17px;
    color: var(--white);
    border-radius: 0.6rem;
    text-align: center;
    padding-top: 1px;

}

.tooltiptext {
    min-width: 253px;
    background-color: var(--wp--custom-primary-link-color);
    color: var(--white);
    text-align: center;
    border-radius: 0.6rem;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -127px;
    box-shadow: inset 1px 6px 18px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    visibility: hidden;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-color: var(--wp--custom-primary-link-color) transparent transparent transparent;
    margin-left: -5px;
    border-width: 5px;
}

.tooltip-text:hover .tooltiptext {
    visibility: visible;
}

p.save-error a.button.savedlist-error {
    background-color: var(--wp--custom-primary-link-color);
    color: #fff;
    padding: 5px 20px;
}

p.save-error {
    position: relative;
    left: -10px;
    top: -8px;
    background-color: #fff;
    padding: 5px;
    line-height: 26px;

    margin: 0;
}

.selector-slider {
    position: relative;
    padding: 7px;
    width: 100%;
    color: #7e7e7e;
}

.selector-slider ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector-slider li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector-slider li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector-slider li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector-slider li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #39c9a9;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector-slider li:hover {
    color: #aaa
}

.selector-slider li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector-slider .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}



.selector-slider .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #39c9a9;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector-slider #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #e2f7f2;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

.selector-slider .ui-slider-range {
    background-color: #d7d7d7
}

.selector-slider .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    width: 45%;
    background-color: var(--wp--custom-primary-link-color);
    line-height: 28px;
    text-align: center;
    margin-top: 15px;

    color: #fff;
}


.selector-slider .slider-price:before {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: 0;
    color: #fff;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector-slider .show-all {
    position: relative;
    padding-left: 25px;
    color: #39c9a9;
    cursor: pointer;
    line-height: 28px
}

.selector-slider .show-all:after,
.selector-slider .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #39c9a9;
    width: 10px;
    border-bottom: 1px solid
}

.selector-slider .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector-slider.open ul {
    max-height: none
}

.selector-slider.open .show-all:after {
    display: none
}

.wcfm-tabWrap {
    overflow: auto !important;
    overflow-x: hidden !important;
    position: relative !important;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

a.btn_refresh.button {
    background-color: var(--wp--custom-primary-link-color);
    margin: 10px;
}

.quick-link-phopup .btn {

    color: #fff;
    border: 1px solid var(--wp--custom-primary-link-color);
    background: var(--wp--custom-primary-link-color);
    display: inline-block;
    padding: 10px 20px !important;
    line-height: normal;
    font-size: inherit;
    border-radius: 0.6rem;
    width: auto !important;
    cursor: pointer;
    margin: 0 !important;
    box-shadow: none;
    width: 100% !important;
    display: block;
    margin-bottom: 10px !important;
    text-align: center;
    text-transform: capitalize;
}

.uatmodal-wrapper.uatmodal-transition .uatmodal-content .fancybox-content {
    max-width: 100%;
    padding: 20px;
    width: 100%;
}

form#uat-user-login-form input#username,
form#uat-user-login-form input#password {
    margin-bottom: 15px;
}

/* new header css start here 16-10-2023*/
.header-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    padding-right: 15px;
    height: auto;
    max-width: 100%;
    margin: 0px 0;
}

.Search-bar-block {
    width: 25%;
    max-width: 100%;
    padding: 0 20px;
}

.site-header {}

.Search-bar-block input[type="text"] {
    background-color: #e3e3e3;
    border: none;
    outline: none;
    height: 40px;
    width: 100%;
    border-radius: 0.6rem;
    padding: 0 20px 0 37px;


    color: #000;
}

.Search-bar-block form {
    position: relative;
    width: 100%;
    margin: 0;
}

.Search-bar-block button[type="submit"] {
    position: absolute;
    left: 5px;
    background-color: transparent;
    border: none;
    bottom: 0;
    top: 3px;
    cursor: pointer;
}

.right-side-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.right-side-menu ul li {
    list-style: none;
    padding: 0 13px;
}

.right-side-menu ul li a {


    color: var(--wp--header--text-color);
    text-transform: capitalize;
}

.right-side-menu ul li:hover a {
    color: var(--wp--header--text-color-on-hover);
}


.my-acc-btn a span {
    position: relative;
    display: flex;
    align-items: center;
}




/* footer css start here */
.uat-theme-footer {
    background: none !important;
    border-top: 1px solid var(--colors--grey);
    padding-top: var(--padding--padd-m);
    margin-bottom: var(--margin--marg-m);
}


.footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer .column ul {
    margin: 0;
    padding: 0;
}

.footer .column ul li {
    list-style: none;
}

.social-icons {
    margin: 0px 0 20px 0;
}

.social-icons span.social-icon img {
    width: 40px;
}

.footer .column .widget_block {
    margin-bottom: 20px;
}

.footer .column h2 {
    margin: 0 0 15px;
}

.footer .column ul li {
    padding: 0;
    margin: 0 0 10px;
}

.footer .column ul li a {


    color: var(--wp--custom-footer-text-color);
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;

}

.footer .column h3.column-heading {
    font-size: 1.125rem;
    margin: 0 0 15px 0;
}

.footer-copyright {
    padding-top: 40px;
    width: 100%;
    display: block;
    margin-top: 60px;
    padding-bottom: 30px;
}

.footer-copyright * {}

.copyright-two-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.copyright-two-col ul li {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.copyright-two-col ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.copyright-two-col ul li a {

    color: #000;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
}

.copyright-two-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.copyright-two-col p {
    margin-bottom: 0;
}

:root {
    --wp--custom-primary-link-color: var(--wp--custom-primary-link-color);
}

/* 13-10-2023 new css added for popup */
/* Login popup */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#uat-login-form {
    max-width: 100%;
    width: 400px;
    padding: 20px !important;
    color: #4a4a4a;
}

.popup-header {
    margin: 0 auto;
    padding: 20px 0;
    content: url(assets/images/social-login.png);
    max-width: 90px;
    border: none;
}

.login-top-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.lt-right {
    font-weight: 700;
    font-size: 23px;
}

.lt-left {
    font-weight: 700;
}

.text-link {
    color: var(--wp--custom-primary-link-color);
    margin: 0 !important;
    width: auto !important;
    display: inline-block !important;
}

form#uat-user-login-form input#username,
form#uat-user-login-form input#password,
form#uat-user-login-form input#reg_email,
form#uat-user-login-form div#uwa-card-number,
form#uat-user-login-form #uwa-card-expiry,
form#uat-user-login-form #uwa-card-cvc,
form#uat-user-login-form input#reg_username,
input#reg_password {
    height: 45px;
    background-color: #f0f1f5;
    border: none ;
    border-radius: 0.6rem;
    padding: 0 20px;
    outline: none !important;
}

input.submit_button {
    padding: 1rem 2rem;
    background: var(--colors--orange);
    color: var(--colors--white);
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-family: var(--font-family), sans-serif;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s var(--transition-main);
    width: 100%;
    font-weight: 700;
}

input.submit_button:hover {
    background: var(--colors--orange-2);
}

/* //Login Form */
/* //Registration popup */
.uta-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

.uatmodal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    overflow-y: scroll;
    max-height: 100vh;
}

.uatmodal.is-visible {
    display: block;
    overflow-y: scroll;
}

.uatmodal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.uatmodal.is-visible .uatmodal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.uatmodal-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    height: auto;
    overflow: auto;
    width: auto;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
}

.uatmodal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.uatmodal.is-visible .uatmodal-transition {
    transform: translateY(0);
    opacity: 1;
    width: 400px;
    max-width: 100%;
}

.uatmodal-header,
.uatmodal-content {
    padding: 0em;
}

.uatmodal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.uatmodal-content .fancybox-content {
    display: block;
    ;
}

.uatmodal-content .fancybox-content form {
    max-width: 100%;
    width: 100%;
}

.uatmodal-close {
    position: absolute;
    top: 9px;
    right: 0px;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    z-index: 999;
    cursor: pointer;
}

.uatmodal-close:hover {
    color: #777;
}

.custome-field-list h2 {
    margin-top: 30px;
}

.uatmodal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uatmodal-content>*:first-child {
    margin-top: 0;
}

.uatmodal-content>*:last-child {
    margin-bottom: 0;
}

.uatmodal.is-visible .uatmodal-transition div#uat-register-form {
    padding: 20px;
}

.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form input#email,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form input#signonpassword,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form input#reg_billing_first_name,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form input#reg_billing_last_name,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form .input-text,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form select#billing_country,
.uatmodal.is-visible .uatmodal-transition div#uat-register-form form#uat-user-register-form select#billing_state {
    width: 100%;
    height: 45px;
    background-color: #f0f1f5;
    padding: 0 20px;
    outline: none !important;
}

.uatmodal-wrapper {
    position: relative;
    max-height: 675px;
}

#uat-user-register-form p {
    margin-bottom: 0;
}

.uat-model-open .uatmodal {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

div#example3-card-number,
div#example3-card-expiry,
div#example3-card-cvc {
    background-color: #f0f1f5;
    border: none;

    transition: box-shadow 150ms ease;
    margin-bottom: 17px;
    height: 45px;
    max-width: 100%;

    color: #666;

    border-radius: 0.6rem;
    padding: 0 20px;
}

div#example3-card-number .__PrivateStripeElement,
div#example3-card-expiry .__PrivateStripeElement,
#example3-card-cvc .__PrivateStripeElement {
    top: 13px;
}

.fancybox-content form input,
.fancybox-content form select {
    margin-bottom: 15px;

}

/* //Registration popup */


/* Front Page NOtice design css */
.seller-info-notice-row {
    background: #ededed;
    color: #fff;
    width: 100%;
    display: flex;
    padding: 5px 11px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-left: 7px solid #f00;
}

.seller-info-notice-row .seller-info-notice a,
.seller-info-notice-row .buyer-info-notice a {

    margin-left: 5px;
    border-bottom: 2px solid #000;
}

.seller-info-notice-row .seller-info-notice,
.seller-info-notice-row .buyer-info-notice {


    color: #f00;
}

/* Front Page NOtice design css end*/
.share-icon svg path {
    fill: var(--wp--custom-primary-link-color);
}

.share-icon svg {
    stroke: var(--wp--custom-primary-link-color);
}

.share-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    left: auto;
    z-index: 1;
    background-color: var(--white);
    border: none;
    border-radius: 0.6rem;
    padding: 7.5px 14px;
    cursor: pointer;
}

div#share-icon-list {
    position: absolute;
    top: 46px;
    right: 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 0.6rem;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    width: 140px !important;
    height: 195px !important;
    transition-duration: 0;
    z-index: 2;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.single-product div#share-icon-list {
    right: 10px !important;
    top: 100%;
    height: auto !important;
    width: 168px !important;
    padding: 10px;
}

.product-list-item div#share-icon-list {
    right: 0 !important;
    top: 100%;
    height: auto !important;
    width: 168px !important;
    padding: 10px;
}

.like-count div#share-icon-list {
    position: absolute;
    top: 37px;
    right: 68px;
    background-color: #fff;
    border-radius: 0.6rem;
    border-top-right-radius: 0;
}

div#share-icon-list a {
    margin: 8px;

    transition-duration: 0;
    text-align: left !important;
}

div#share-icon-list a span {
    margin-left: 10px;
}

.share-icon.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* padding: 12px 14px 7.5px 14px; */
}

.share-icon.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.c-lot-card__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.like-count.detail-icon-box .share-icon {
    position: static;
    border: 2px solid #afa5a5;
    margin-right: 10px;
    padding: 5.5px 14px;
}

.single-product .detail-icon-box .like-product a i.fas.fa-heart {

    color: var(--wp--custom-primary-link-color);
}

.card_number_spacing div#example3-card-number,
.card_number_spacing #example3-card-expiry,
.card_number_spacing #example3-card-cvc {
    margin-bottom: 15px !important;
}

.uat_table td a {
    color: var(--wp--custom-primary-link-color);
}

@media screen and (max-width:1279px) {

    .two-attr-block input[type="number"] {
        width: 120px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1023px) {

    .two-attr-block input[type="number"],
    .two-attr-block button.black_bg_btn {
        width: 50%;
    }
}

.Search-icon-mobile {
    display: none;
}

.site-logo,
.Search-bar-block,
.right-side-menu,
.my-acc-btn {
    padding: 0px 0;
}

#auctionmenu,
#auctionmenu ul,
#auctionmenu ul li,
#auctionmenu ul li a,
#auctionmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#auctionmenu:after,
#auctionmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#auctionmenu #head-mobile {
    display: none
}

#auctionmenu {
    background: transparent;
}

#auctionmenu>ul>li {
    float: left;
    padding: 0 15px;
    margin:0;
}

#auctionmenu>ul>li>a {
    line-height: 48px;
    letter-spacing: 0;
    text-decoration: none;
    color: var(--wp--header--text-color);
    text-transform: capitalize;
}

.my-acc-btn .sign-btn {
    color: var(--colors--grey-5);
    background-color: transparent;
    letter-spacing: 0.5px;
    display: block;
    padding-left: 55px;
    background-image: url(assets/images/sign-in.svg);
    background-size: 45px auto;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 500 !important;
    line-height: 51px;
    font-size:0;
}

.my-acc-btn .sign-btn:hover {
    color: var(--colors--purple);
    background-size: 50px auto;
}

#auctionmenu>ul>li:hover>a,
#auctionmenu ul li.active a {
    color: var(--wp--header--text-color-on-hover);
}

#auctionmenu>ul>li:hover,
#auctionmenu ul li.active:hover,
#auctionmenu ul li.active,
#auctionmenu ul li.has-child.active:hover {
    background: transparent;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#auctionmenu>ul>li.has-child>a {
    padding-right: 30px
}

#auctionmenu>ul>li.has-child>a:after {
    position: absolute;
    top: 24px;
    right: 13px;
    width: 8px;
    height: 2px;
    display: block;
    background: #130e86;
    content: ''
}

#auctionmenu>ul>li.has-child>a:before {
    position: absolute;
    top: 21px;
    right: 16px;
    display: block;
    width: 2px;
    height: 8px;
    background: #130e86;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#auctionmenu>ul>li.has-child:hover>a:before {
    top: 23px;
    height: 0
}

#auctionmenu ul ul {
    position: absolute;
    left: -9999px
}

#auctionmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease;
}

#auctionmenu li:hover>ul {
    left: auto;
    z-index: 9999;
}

#auctionmenu li:hover>ul>li {
    height: 35px
}

#auctionmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#auctionmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
}

#auctionmenu ul ul li:last-child>a,
#auctionmenu ul ul li.last-item>a {
    border-bottom: 0
}

#auctionmenu ul ul li:hover>a,
#auctionmenu ul ul li a:hover {
    color: #fff
}

#auctionmenu ul ul li.has-child>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#auctionmenu ul ul li.has-child>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#auctionmenu ul ul>li.has-child:hover>a:before {
    top: 17px;
    height: 0
}

#auctionmenu ul ul li.has-child:hover,
#auctionmenu ul li.has-child ul li.has-child ul li:hover {
    background: #363636;
}

#auctionmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#auctionmenu>ul>li.has-child>ul>li.active>a,
#auctionmenu>ul ul>li.has-child>ul>li.active>a {
    border-top: 1px solid #333
}

nav#auctionmenu ul {
    margin: 0;
    padding: 0;
}

/* Menu css start here  */
/* Second-header-main-menu css start here */

.Second-header-main-menu {
    width: 100%;
}

.Second-header-main-menu {
    width: 100%;
    border-top: 2px solid #bfbfbf;
}

ul.show-in-mobile-menu {
    display: none !important;
    visibility: hidden;
}

/* Second-header-main-menu css start here */
@media screen and (max-width:1279px) {

    .right-side-menu ul li a,
    #auctionmenu>ul>li>a {
        line-height: 35px;
    }

    .right-side-menu ul li,
    #auctionmenu>ul>li {
        padding: 0 10px;
    }

    #auctionmenu>ul>li.has-child>a:after {
        top: 18px;
        right: 12px;
    }

    #auctionmenu>ul>li.has-child>a:before {
        top: 15px;
        right: 15px;
    }
}

@media screen and (max-width:1023px) {
    .site-header {
        padding-bottom: 15px;
    }

    .right-side-menu ul li,
    #auctionmenu>ul>li {
        padding: 0;
    }

    #auctionmenu>ul>li a {
        padding-left: 10px;
    }

    ul.show-in-mobile-menu.open {
        display: block !important;
        visibility: visible;
    }

    #auctionmenu>ul>li.has-child>a:after,
    #auctionmenu>ul>li.has-child>a:before,
    #auctionmenu ul ul>li.has-child>a:after,
    #auctionmenu ul ul>li.has-child>a:before {
        display: none
    }

    #auctionmenu>ul>li.has-child>ul>li.active>a,
    #auctionmenu>ul ul>li.has-child>ul>li.active>a {
        border-top: none
    }

    .my-acc-btn {
        padding: 0px 0;
    }

    .Search-bar-block,
    .Second-header-main-menu,
    .site-logo {
        padding: 10px 0
    }

    .Second-header-main-menu {
        order: 2;
        border-top: none;
        border-bottom: none;
        width: 25px
    }

    .Search-bar-block,
    .Second-header-main-menu,
    .site-logo {
        padding: 10px 0 5px 0;
    }

    /* header menu responsive css start here  */
    #auctionmenu {
        position: static
    }

    nav#auctionmenu ul {
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: calc(100% - 40px);
        left: 0;
        right: 0;
        top: 46%;
        background-color: var(--wp--header-bg-color);
        z-index: 9;
        border-right: 3px solid #dfdfdf;
        border-left: 2px solid #dfdfdf;
        border-bottom: 0px solid #dfdfdf;
        box-shadow: -10px 0 10px -5px rgb(153 153 153 / 10%), 10px 0 10px -5px rgb(153 153 153 / 10%);
    }

    nav#auctionmenu ul ul.open {
        width: 100%;
        z-index: 9999;
        top: 100%;
        box-shadow: none;
    }

    nav {
        width: 100%;
    }

    #auctionmenu {
        width: 100%;
        position: absolute;
        left: 0;
        top: calc(100% + 15px);
        z-index: 99;
    }

    #auctionmenu ul {
        width: 100%;
        display: none
    }

    #auctionmenu ul li {
        width: 100%;
        border-top: 1px solid #dfdfdf;
    }

    #auctionmenu ul li:hover {
        background: #ffffff;
    }

    #auctionmenu ul ul li,
    #auctionmenu li:hover>ul>li {
        height: auto
    }

    #auctionmenu ul li a,
    #auctionmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #auctionmenu ul ul li a {
        padding-left: 25px
    }

    #auctionmenu ul ul li {
        background: #fbfbfb !important;
    }

    #auctionmenu ul ul li:hover {
        background: #ffffff !important;
    }

    #auctionmenu ul ul ul li a {
        padding-left: 35px
    }

    #auctionmenu ul ul li a {
        color: #000;
        background: none;
    }

    #auctionmenu ul ul li:hover>a,
    #auctionmenu ul ul li.active>a {
        color: #000;
    }

    #auctionmenu ul ul,
    #auctionmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #auctionmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .bar-button {
        position: relative;
        z-index: 12399994;
        left: auto;
        right: 20px;
        top: -100px;
        cursor: pointer;
    }

    .bar-button:after {
        position: absolute;
        top: 0px;
        right: 0;
        display: block;
        height: 7px;
        width: 25px;
        border-top: 3px solid var(--wp--header--text-color);
        border-bottom: 3px solid var(--wp--header--text-color);
        content: '';
    }

    .bar-button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: -10px;
        right: 0;
        display: block;
        height: 3px;
        width: 25px;
        background: var(--wp--header--text-color);
        content: ''
    }

    .bar-button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 0px;
        border: 0;
        height: 3px;
        width: 32px;
        background: var(--wp--header--text-color);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .bar-button.menu-opened:before {
        top: 0px;
        background: var(--wp--header--text-color);
        width: 32px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #auctionmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #dfdfdf;
        height: 36px;
        width: 36px;
        cursor: pointer
    }

    #auctionmenu .submenu-button.child-menu-opened {
        background: #fff;
    }

    #auctionmenu ul ul .submenu-button {
        height: 36px;
        width: 36px
    }

    #auctionmenu .submenu-button:after {
        position: absolute;
        top: 18px;
        right: 13px;
        width: 8px;
        height: 2px;
        display: block;
        background: #000;
        content: ''
    }

    #auctionmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #auctionmenu .submenu-button.child-menu-opened:after {
        background: #000;
    }

    #auctionmenu .submenu-button:before {
        position: absolute;
        top: 15px;
        right: 16px;
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        content: ''
    }

    #auctionmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #auctionmenu .submenu-button.child-menu-opened:before {
        display: none
    }

    #auctionmenu ul ul ul li.active a {
        border-left: none
    }

}

@media only screen and (max-width:767px) {
    nav#auctionmenu ul {
        width: calc(100% - 30px);
    }

}

@media screen and (max-width:550px) {
    nav#auctionmenu ul {
        top: 43%;
    }
}

/* Menu css end  here  */



@media screen and (max-width:1023px) {

    /* Menu order changes css  */
    .Search-bar-block {
        width: calc(100% - 130px);
    }

    .my-acc-btn {
        width: 105px !important;
        position: relative;
        right: -6px;
    }

    .my-acc-btn .wrap-drop.h-myaccountwrap .username {
        width: 75px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wrap-drop.h-myaccountwrap:hover ul.drop {
        opacity: 0;
    }

    .wrap-drop.h-myaccountwrap.active ul.drop {
        opacity: 1;
    }

    .wrap-drop.h-myaccountwrap:hover {
        border: none;
        padding: 0;
    }

    .wrap-drop.h-myaccountwrap.active {
        border: 1px solid #d2d9e1;
        border-bottom: 1px solid #fff;
        padding: 8px 0px 8px 0px !important;
    }

    .header-right-part.second-header {
        border-top: none !important;
        margin-top: -100px !important;
    }

    .header-container {
        position: relative
    }

    .right-side-menu {
        order: 5;
        width: 100%;
        justify-content: center;
        display: flex;
        margin: 10px 0 0
    }

    .site-logo {
        order: 1;
    }

    .Search-bar-block {
        order: 3;
        width: calc(100% - 115px);
        padding: 0;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .wrap-drop.h-myaccountwrap span svg {
        margin: 0;
    }

    .my-acc-btn {
        order: 4;
        width: 82px
    }

    .Search-icon-mobile {
        display: block;
        margin-top: 6px
    }

    .Search-icon-mobile.open-search::after,
    .Search-icon-mobile.open-search::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 28px;
        background: #000
    }

    .Search-icon-mobile.open-search::before {
        transform: rotate(45deg)
    }

    .Search-icon-mobile.open-search::after {
        transform: rotate(-45deg)
    }

    .Search-icon-mobile.open-search {
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer
    }

    .Search-icon-mobile.open-search svg {
        display: none
    }

    .Search-icon-mobile.open-search:hover::after,
    .Search-icon-mobile.open-search:hover::before {
        background: #000
    }

    .Search-bar-block input[type=text] {
        border-radius: 4px
    }

    .site-logo img {
    }

    .right-side-menu {
        border-bottom: none;
        padding-bottom: 10px
    }

    .footer .column {
        width: 45%;
        margin-bottom: 40px;
    }

    .footer-copyright {
        margin-top: 0;
    }

    .right-side-menu ul {
        padding: 0;
    }

    .right-side-menu {
        padding-top: 0;
    }

    /* header menu responsive css start here  */
    .hero-style .slide-text p,
    .hero-style .slide-title h2 {
        z-index: 9999;
        position: relative;
    }

    a.theme-btn-s2 {
        z-index: 9999;
        position: relative;
    }
}

@media only screen and (max-width:767px) {
    .saved-hide-on-mobile {
        display: none;
    }

    .saved-hide-on-desktop {
        display: none;
    }


}

@media screen and (max-width:639px) {
    .footer-copyright * {}

    .footer .column {
        width: 100%;
        margin-bottom: 20px;
    }

    .copyright-two-col {
        flex-direction: column;
    }

    .copyright-two-col ul li {
        margin: 0;
    }

    .copyright-two-col p {
        margin-bottom: 20pxpx;
    }
}

@media screen and (max-width:550px) {
    .right-side-menu ul {
        border-bottom: none;
        padding-bottom: 10px;
        width: 370px;
        overflow: scroll;
        display: -webkit-inline-box;
    }

    .site-logo {
    }

    .bar-button {
        top: -94px;
    }
}


/* Faq page css start here */

.at-tab {
    display: none;
    padding: 0 0 15px;
    border: none;
    border-top: none;
    box-shadow: none;
}

.at-title.active {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 0;
}

button.tabButton.active {
    color: var(--wp--custom-primary-link-color);
    padding-left: 10px;
    position: relative;
    border-left: 2px solid var(--wp--custom-primary-link-color);
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
}

.at-title.active:after {
    content: "-";
}

.at-item {
    border-bottom: 1px solid var(--colors--grey);
}
.at-item:first-of-type {
    margin-top: -15px;
}

.at-title h5 {
    margin: 0;
    max-width: calc(100% - 20px);
    font-weight: 700;
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

/* Style for tabs */
.tab {
    display: none;
}

/* Style for buttons */
.tab-option-left .tabButton {
    display: block;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    list-style: none;
    color: #585858;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 1.5;
}

.tab.active {
    display: block !important;
}

.faq-section-title{width:250px;}
.faq-section-subtitle{margin-top:0;}
.faq-rows{width:calc(100% - 260px);}

.tab-option-left {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    padding: 0 70px 0 0px;
    position: sticky;
    position: -webkit-sticky;
    top: 40px;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 306px;
}

.accordion-section .container{display:flex;justify-content: space-between;}

.at-item.active.at-title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-option-left button.tabButton:last-child {
    margin-bottom: 0;
}


/* Faq page css start here */
.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__featured-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li {
    list-style: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 0.6rem;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-title,
.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-author,
.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-date,
.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-excerpt {
    padding: 0 15px;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-title {}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-author {

    text-transform: capitalize;
}

.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-date {
    opacity: 0.5;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-excerpt {

    line-height: 23px;
    margin-bottom: 15px;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained li .wp-block-latest-posts__post-excerpt a {

    color: var(--wp--custom-primary-link-color);
}

.author-icon-left img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 0.6rem;
}

.author-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.author-block .author-icon-left {
    width: 175px;
    max-width: 100%;
}

.author-block .author-details h3 {


    margin-bottom: 0;
}

.author-block .author-details .join-date {

    color: #727272;
}

.author-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0 50px 0;
}

.auction-list-heading {
    margin: 20px 0 30px 0;
    border-top: 2px solid #dfdfdf;
    padding-top: 30px;
}

.auction-list-heading h3 span {

    margin-left: 10px;
    color: #666;
}

.auction-list-heading h3 {


    display: flex;
    align-items: center;
}

img.avatar.avatar-custom-profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    background-position: top center;
}

.comment-cards .auction-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.auction-item .auction-iteam-image {
    width: 330px;
    margin-right: 25px;
    position: relative;
}

.auction-item .comments_content {
    width: calc(100% - 355px);
}

.auction-item .auction-iteam-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.auction-item .comments_content h3 {


    margin-bottom: 0;
}

.auction-item .comments_content .comment_date {


    margin-bottom: 15px;
    color: #726f6f;
}

.auction-item .comments_content a.vote-icon.updownvote {
    margin-top: 11px;
    cursor: default;
}

.comments_content .comment_content {

    line-height: 21px;
}

.auction-item .auction-iteam-image .timer-bottom {
    position: absolute;
    padding: 4px 8px;
    background-color: #262626;
    color: #fff;
    margin: 0;
    border-radius: 0.6rem;
    display: flex;


    right: 10px;
    bottom: 10px;
}

.auction-item .auction-iteam-image .timer-bottom * {
    margin: 0;
    padding: 0;
}

.auction-item .auction-iteam-image .timer-bottom .bid-amount-inn {
    margin-left: 10px;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

.auction-list-block .product-list-item {
    margin-bottom: 2rem !important;
}

.auction-item .auction-iteam-image img {
    border: 1px solid #f2f2f2;
}

.auction-list-block .product-list-columns .product-list-item,
.auction-list-block .product-list-columns .product-block {
    padding: 0;
    margin-bottom: 2rem !important;
}

@media only screen and (max-width: 767px) {
    .faq-rows {
        margin: 50px 0;
        flex-wrap: wrap;
    }

    .tab-option-left {
        padding: 0;
        flex-direction: row;
        width: 100%;
        border-left: 0;
    }

    .tab-option-group {
        overflow-x: auto;
        /* Enable horizontal scrolling */
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }

    .Accor-right-side {
        width: 100%;
        margin-top: 20px;
    }

    button.tabButton.active {
        color: #fff;
        position: relative;
        border-left: 2px solid var(--wp--custom-primary-link-color);
        padding: 8px;
        border: none;
        border-radius: 0.6rem;
        margin: 0 8px 8px 0;
        background-color: var(--wp--custom-primary-link-color);
    }

    .tab-option-left .tabButton {
        line-height: 1.5;
        padding: 8px;
        border: 1px solid #666;
        border-radius: 0.6rem;
        margin: 0 8px 8px 0;
        color: #585858;
        text-transform: uppercase;
        cursor: pointer;
        background-color: #fff;
        display: inline-block;
    }


    .auction-item .auction-iteam-image {
        width: 100%;
        margin-right: 0;
    }

    .auction-item .comments_content {
        width: 100%;
        margin-top: 20px;
    }

    .auction-item .auction-iteam-image img {
        width: 100%;
        height: auto;
        border: 1px solid #f2f2f2;
    }

    .auction-list-heading {
        margin: 30px 0 30px 0;
        border-top: 1px solid #dfdfdf;
        padding-top: 20px;
    }

    .auction-list-heading h3 {}

    .author-icon-left img {
        width: 110px;
        height: 110px;
    }

    .author-block .author-icon-left {
        width: 130px;
    }

    .author-block .author-details h3 {}

    .author-block .author-details .join-date {}
}

/* fees plan block css */

.uat-fee-card {
    border: 1px solid #e1e1e1;
    border-radius: 0.6rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.uat-fee-card:hover {
    transform: translateY(-10px);
}

.uat-fee-card-header {
    padding: 20px;
    color: #fff;
    border-bottom: 1px solid #e1e1e1;
    background-color: var(--wp--custom-primary-link-color);
    ;
    /* Adjust this color as needed */
}

.uat-fee-title {
    font-size: 2em;

    margin-bottom: 10px;
}

.uat-fee-price {
    font-size: 1.2em;

}

.uat-fee-card-content {
    padding: 20px;
}

.uat-fee-card-content ul {
    list-style: none;
    padding: 0;
}

.uat-fee-card-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;

}

.uat-fee-card-content ul li:last-child {
    border-bottom: none;
}

.uat-fee-card-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

.uat-fee-card-footer a {
    text-decoration: none;
    color: var(--wp--custom-primary-link-color);
    ;

    padding: 10px 20px;
    border: 1px solid var(--wp--custom-primary-link-color);
    ;
    border-radius: 0.6rem;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.uat-fee-card-footer a:hover {
    background-color: var(--wp--custom-primary-link-color);
    ;
    color: #fff;
}

.event-left-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

/* Search and filter page template css start here */
.newUcFilter_main {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    transition: top ease-in-out .3s;
}

.filterCard.clearfix.collapseAllFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newUcFilter_main .filterCard.collapseAllFilter .clear-all {}

.newUcFilter_main .filterCard {
    background: #fff;
    border: 1px solid rgba(36, 39, 44, .1);
    border-radius: 0.6rem;
    padding: 18px 24px 18px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.newUcFilter_main .filterCard.collapseAllFilter .collapseTitle {


    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.newUcFilter_main .filterCard.collapseAllFilter .collapseTitle .filter-count {
    width: 20px;
    height: 20px;
    background: var(--wp--custom-primary-link-color);
    color: #fff;

    display: inline-block;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.newUcFilter_main .filterCard .borderBottom h3 {
    font-size: 1.1rem;
    color: var(--colors--black-4);
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0;
}

.newUcFilter_main .filterCard .borderBottom h3 .u-arrow {
    float: right;
}

.newUcFilter_main .filterCard .borderBottom h3 .u-arrow.open:after {
    content: "+";
}

.newUcFilter_main .filterCard .borderBottom h3 .u-arrow:after {
    content: "-";

    line-height: 24px;
    transition: .5s ease-in-out;
}

.newUcFilter_main .filterCard .borderBottom .content {
    width: 100%;
    display: none;
    padding: 20px 0 0 0;
}

.newUcFilter_main .filterCard .borderBottom .content.on {
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 5px;
}

.newUcFilter_main .filterCard .borderBottom .content.open {
    display: block;
}

.filterCard .inner-list-title {


    line-height: 18px;
    text-transform: uppercase;
    color: rgba(36, 39, 44, .4);
    text-align: left;
    margin-top: 20px;
}

.outBox.fuelby ul li ul {
    padding: 15px 0px 0 20px;
}

.outBox.fuelby ul li {
    list-style: none;
}

.outBox.fuelby ul {
    margin: 0;
    padding: 0;
}

.newUcFilter_main .filterCard .borderBottom .checkBoxList {
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}

.newUcFilter_main .filterCard .borderBottom .checkBoxList .searchcheck {
    width: 100%;
    padding-left: 0px;
}

.gs_control {
    cursor: pointer;
    display: inline-block;

    padding-left: 34px;
    position: relative;
    vertical-align: middle;
}

.newUcFilter_main .filterCard .borderBottom .checkBoxList .searchcheck .container-checkbox {
    white-space: normal;
    width: 100%;
    position: relative;
}

.container-checkbox {
    display: inline-block;
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0px;
    cursor: pointer;


    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newUcFilter_main .container-checkbox label.checkLabel,
.filterTabBody .container-checkbox label.checkLabel {
    padding-left: 0;
}

.container-checkbox label.checkLabel {
    padding-left: 24px;


    line-height: 14px;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid rgba(36, 39, 44, .5);
    border-radius: 0.6rem;
}

.gs_control span {

    padding-left: 7px;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.newUcFilter_main .filterCard .borderBottom .checkBoxList .searchcheck span.count {
    float: right;
}

.container-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.container-checkbox label {
    position: relative;
    cursor: pointer;
}

.container-checkbox input:checked+label:before {
    background-color: var(--wp--custom-primary-link-color);
    border: 1px solid var(--wp--custom-primary-link-color);
}

.container-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid rgba(36, 39, 44, .5);
}

.container-checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkLabel span {
    padding-left: 11px;
    position: relative;
    top: 2px;
}

.filterCard .inner-list-title {


    line-height: 18px;
    text-transform: uppercase;
    color: rgba(36, 39, 44, .4);
    text-align: left;
    margin-top: 20px;
}

.gs_control.gs_checkbox.searchcheck.innerlistmain {
    position: relative;
}

.gs_control.gs_checkbox.searchcheck.innerlistmain {
    padding-right: 25px;
}

.innerlistdata {
    display: none;
}

.innerlistdata.open {
    display: block;
}

span.u-arrow-down {
    position: absolute;
    right: 0;
    top: 4px;
    height: 9px;
    border-top: 2px solid #818181;
    border-left: 2px solid #818181;
    transform: rotate(225deg);
}

span.u-arrow-down.open {
    transform: rotate(45deg);
    top: 12px;
}

.listing_actions.auction-btn {
    display: block;
}

.listing_actions.auction-btn .auc-filter-btn {
    background: #fff;
    color: var(--wp--custom-primary-link-color);
    border: 1px solid;
    text-transform: uppercase;

    padding: 6px;
    line-height: normal;

    margin-right: 6px;
    margin-bottom: 6px;
    cursor: pointer;
}

.listing_actions.auction-btn .auc-filter-btn.active {
    background: var(--wp--custom-primary-link-color);
    color: #fff;
}

.listing_actions.auction-btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.listing_actions span {


    background: #ebebeb;
    padding: 6px;
    line-height: normal;
    border-radius: 0.6rem;
}

.listing_actions {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    align-items: center;
}

div#tabs-content {
    margin-top: 20px;
}

/* range slider css */
.price-range-slider {
    width: 100%;
    float: none;
    padding: 0px 0px 20px 0px;
}

.price-range-slider .range-value {
    margin: 0 0 20px;
}

div#slider-range span:focus-visible {
    outline: none;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    box-shadow: none;


    color: var(--wp--custom-primary-link-color);
    padding: 0;
    height: auto;
    margin: 0;
}

.price-range-slider .range-bar {
    border: none;
    background: #b1bdf1;
    height: 3px;
    width: 94%;
    margin-left: 0;
}

.price-range-slider .range-bar .ui-slider-range {
    background: var(--wp--custom-primary-link-color);
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 0.6rem;
    background: var(--wp--custom-primary-link-color);
    border: 2px solid var(--wp--custom-primary-link-color);
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
    outline: none;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: var(--wp--custom-primary-link-color);
}

.price-range-head {
    font-style: normal;


    line-height: 20px;
    color: #24272c;
    margin-top: 0;
    margin-bottom: 5px;
}

label.checkLabel span img {
    width: 40px;
    margin: 5px 10px 0 0;
}

/* range slider css end */

.page--sub-heading.carsTotalText {

    line-height: 27px;
    margin: 10px 0;

}

.TabSection {
    margin: 0px 0 31px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

select.sort-select {
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    appearance: none;
    padding: 0 30px 0 20px !important;
    width: 100% !important;
    height: 45px !important;
    font-size: 16px !important;
    background-color: #f0f1f5 !important;
    border: none !important;
    border-radius: 0.6rem;

    outline: none !important;
}

.sidebar .product-block {
    margin-bottom: 30px;
}

.pro-list-with-sidebar .left-sidebar,
.pro-list-with-sidebar .right-sidebar {
    width: 27.2%;
    max-width: 100%;
    padding: 0 0 0 50px;
}

.pro-list-with-sidebar .right-sidebar {
    order: 2;
}

.pro-list-without-sidebar .product-list-block {
    width: 100%;
}

.pro-list-without-sidebar .product-list-block .product-list-row .product-block {
    width: 25%;
    max-width: 100%;
}

.product-list-block {
    width: 72.8%;
    max-width: 100%;
    min-height: 600px;
}

.pro-list-with-sidebar .left-sidebar,
.pro-list-with-sidebar .right-sidebar {
    order: 0;
}

.pro-list-with-sidebar .left-sidebar {
    padding: 0px 50px 0 0;
}

.sidebar-product-desc {
    position: relative;
    padding: 20px 0 0 0;

    line-height: 1.4em;
}

.pro-list-with-sidebar {
    display: flex;
    flex-wrap: wrap;
}

.product-list-block .c-lot-card__image .product-card-img {
    height: 237px;
}

@media only screen and (max-width:1199px) {
    .product-list-row .product-block {
        width: 50%;
    }

    .product-list-block {
        width: 68%;
    }

    .right-sidebar {
        width: 32%;
    }

    .left-half-img {
        width: 73%;
    }

    .right-b-img {
        width: 27%;
    }

    .right-half-img {
        height: 84px;
        margin: 0 0 0 10px;
        width: 84px;
    }

    .right-sidebar {
        padding: 0 0 0 30px;
    }
}


@media only screen and (max-width:1023px) {
    .pro-list-without-sidebar .product-list-block .product-list-row .product-block {
        width: 33.33%;
        max-width: 100%;
    }

    .product-list-block {
        order: 2;
    }

    .single_pro_left {
        width: 100%;
        order: 1;
    }

    .single_pro_right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }

    .card-image-left {
        height: 330px;
        width: 65%;
    }

    .card-image-right {
        width: 35%;
    }

    .all {

        line-height: normal;
    }

    .sticky_bid_footer,
    .sticky_bid_footer_spacer {
        display: block;
    }

    .product-list-block,
    .right-sidebar,
    .left-sidebar {
        width: 100%;
    }

    .right-sidebar {
        padding: 0;
    }

    .pro-list-with-sidebar .left-sidebar.right-sidebar {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width:767px) {
    .pro-list-with-sidebar {
        flex-wrap: wrap;
    }

    .product-list-block {
        order: 2;
    }

    .right-sidebar {
        padding: 40px 0 0 0px;
    }

    .pro-list-without-sidebar .product-list-block .product-list-row .product-block {
        width: 50%;
    }
}

/* Search and filter page template css end here */