@import url('http://fonts.cdnfonts.com/css/goudy-old-style');

:root {

    --main-color: #35ADBA;
    --border-color: #EFD221;
    --text-color: #ffffff;
    --bg-color: #222222;
    --bg-color1: #0D0D0D;
	--watsapp-icons: #30D84F;

}

body {
    font-family: 'Goudy Old Style';
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
	overflow-x:hidden !important;
}
html {
 scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: white;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: var(--border-color);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--border-color);
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-90 {
    margin-bottom: 90px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-90 {
    padding-bottom: 90px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

/*Menu Bar Css */

.navbar-brand{
	width:auto;
	padding:0;
}
.navbar-brand img{
	width: auto;
    height: auto;
    object-fit: cover;
}
.primary-menu .svg-shape{
	display:none;
}

.header-image img {
    width: 100%;
    height: 8vw;
    object-fit: cover;
    background-color: #000000;
    opacity: 0.2;
}

.primary-menu .navbar {
    
    width: 100%;
    margin: auto;
	top:0;
	z-index:9999;
}
.primary-menu .navbar-collapse {
    justify-content: center;
	position:relative;
	width:100%;
	height:100%;
}

.primary-menu .nav-link {
    display: block;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    color: var(--text-color) !important;
    margin: 0 1rem;
    position: relative;
}

.navbar-light .navbar-nav .active>.nav-link {
    border-bottom: 2px solid var(--border-color);
    color: var(--border-color) !important;
}

.bg-black {
    background: var(--bg-color1);
}
.sub-heading{
	text-transform:uppercase;
}
li.live-menu a {
    position: relative;

}
	li.live-menu a:after {
    content: "";
    width: 10px;
    height: 10px;
    right: 0;
    position: absolute;
    background: var(--border-color);
    top: 0;
    border-radius: 50%;
}

.reserved-table-btn {
    position: fixed;
    top: 12vw;
    left: 0;
    transform: translate(0, -20%);
    border: 2px solid var(--border-color);
    height: 50px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: var(--bg-color1);
    z-index: 9999999;
    border-left: none;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    color: white;
    font-size: 18px;
    z-index: 2;
}

.reserved-table-btn span svg {
    margin-left: 1rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(/wp-content/uploads/2022/04/arrow-dropdown-pointer.png) !Important;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    background-size: 100%;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    width: 20%;
    float: right;
}
.lv-stream .shape-one svg {
    width: auto;
    height: 20vw;
}

/* Watsapp-icons */

.watsapp-details{
	display: flex;
    justify-content: flex-start;
    width: 100%;
	margin-bottom:10px;
}
.watsapp-details .icon{
    width: 50px;
    height: 45px;
    background: var(--watsapp-icons);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	margin-right:12px;
}
.watsapp-details .icon svg {
    color: #fff;
	font-size:35px;
}
.watsapp-details p {
    font-size:25px;
    color: white;
    width:100%;
}
.watsapp-details a {
    color: white;
}
/* summer-sale-auction-area */

.auction-header-alignment{
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
}

.summer-auction-area {
    max-width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(34 34 34 / 0%) 0, rgba(34, 34, 34, 1) 16%), url(/wp-content/uploads/2022/04/asset-17.png);
    margin:0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 7vw 0;
}
.btn.reserve-d {
    display: none !important;
}
.inner-summer-section  .left-information{
	width:50%;
}

.inner-summer-section .left-information button.btn {
    width: 200px;
    height: 50px;
    border: 2px solid var(--border-color);
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
	cursor:pointer;
    border-radius:0;
	
}
.banner-btns a {
    margin-right: 1.5rem;
}

.inner-summer-section .lv-stream {
   
/*     padding: 1rem; */
    height: 22vw;
    width: 50%;
	position:relative;
}
.lv-stream iframe {
    width: 100%;
    height: 20vw;
    z-index: 2;
    position: relative;
	 border: 2px solid var(--border-color);
}


.inner-summer-section {
    display: flex;
    justify-content: space-between;
    margin: auto;
}


.main-heading {
    font-size: 80px;
    width: 95%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom:15px;
    margin-top: 15px;
}
.sub-heading-sa{
	display:flex;
	align-items:center;
}

.sub-heading-sa .start-date {
    padding: 0 3rem;
	font-size:24px;
}

.banner-btns{
	 display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-top:2rem;
}

.lv-stream .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(20%,-20%);
    z-index: 1;
}
.lv-stream .shape-two{
	position: absolute;
    right: 0px;
    bottom: 0;
    width: 40vw;
    height: 55vw;
}
.lv-stream .shape-two svg{
	 width: auto;
    height: 43vw;
    transform: translate(6vw,24vw);

}

/* Top-section */

/* Lots-home-page */

.live-lots-area {
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
}
.sa-heading-area{
	    display: flex;
       align-items: center;
		margin-bottom:2rem;
	    flex-wrap:nowrap;
}
.sa-heading-area span svg {
    margin: 0 1rem;
}
.countdown_amount {
     font-size: 15px !important;
}

.page-id-25 .sub-heading-sa .start-date , .page-id-490 .sub-heading-sa .start-date{
	    padding: 0 3rem 0 1rem;
}

.inner-summer-section .lv-stream img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
	position:relative;
	z-index:99;
}

.map-multi-marker{
    -webkit-filter: grayscale(100%);
	 position: relative !important;
      z-index: 99;
}

#summer_490 .inner-summer-section .lv-stream {
    border: 2px solid var(--border-color);
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 15px;
    min-height: 20vw;
	min-width: 30vw;
}
.product-box{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}


.uwa_auction_product_countdown {
    width: 96% !important;
    /* margin: auto !important; */
    border-radius: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom:9vw;
    color: white !important;
    color: white !important;
    background: rgb(34 34 34 / 66%) !important;
    transform: translate(0,-24%);
    margin: 0 0.5rem !important;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width:auto;
    background: #fff;
    border: 2px solid var(--border-color);
    margin: auto;
    margin-right: 1rem;
	height:34vw;;
	margin-bottom:3rem;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 25vw !important;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: cover;
}

.woocommerce .woocommerce-loop-product__title {
    color: var(--bg-color1);
    padding: 0 0 0 2rem !important;
    font-size: 25px !important;
    font-weight: 600;
}
.bid-now{
	 display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 20px 20px 0;
}

.bid-now .btn {
    border: 2px solid var(--border-color);
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
	border-radius:0;
}
.excerpt-title{
	color: var(--bg-color1);
    padding: 0 1rem 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
.price-amount h4{
	font-size:18px;
	color:var(--bg-color1);
	font-weight:bold;
}
.sire_dam{
	height:30px;
}

.price-amount{
	margin-right:1rem;
	margin-left:1rem;
}
.more-lots-btn{
	width:250px;
	margin:auto;
}

.more-lots-btn .btn {
    color: #fff;
    font-size:18px;
    border: 2px solid var(--border-color);
    /* width: 300px; */
    margin: 0 0 5rem 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:0;
}

/* Gallery-css */

.sa-gallery-area {
    width: 100%;
    height: 100%;
}

.sa-gallery-area .inner-gallery {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
	margin-bottom:5rem;

}

.galley-card img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    background-position: center;
	cursor:pointer;

}

/* sa-accommodation-area */
.sa-accommodation-area {
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
}

.inner-accommodation {
    width: 100%;
    height: 100%;

}
.inner-accommodation .item .accommodation-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0.5rem;
}

.accommodation-info>h3 {
    padding: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.featured-image button {
     opacity: 0;
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    height: 50px;
    border: none;
    background: none;
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid var(--border-color);
    width: 106px;
    padding: 0;
    transform: translate(-50%, -50%);
}

.featured-image:hover button {
    opacity: 1;
}

.featured-image:hover img {
    opacity: 0.2;
    cursor: pointer;
}
.auction-bars {
    width: 150px;
    height: 2px;
    background: var(--border-color);
}


.accommodation-info p {
    font-size: 15px;
    padding-top: 7px;
    font-weight: 300 !important;
}
.inner-accommodation .item .featured-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
	overflow:hidden;
}	
.inner-accommodation.mobile-view .item .featured-image img {
    width: 100%;
    background-size: cover;
    height: 100%;
}


.owl-carousel .owl-item .featured-image img {
    width: 100%;
    height:350px;
    object-fit: cover;
    background-position: center;
    border: 2px solid var(--border-color);
}


.lv-stream .google-map {
    width: auto;
    height: 20vw;
	position:relative;
	z-index:999;
}


.dynamic_btns{
	display:flex;
	align-items:center;
}
/* .page-id-490 .lv-stream .shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(45%,10%)rotate(15deg);
    width: 20vw;
    height: 20vw;
}
.page-id-490 .lv-stream .shape-two svg {
    width: 30vw;
    height: 30vw;
} */

/* Mobile-view */

.accommodation-mobile-view .item .featured-image img {
    width: 100%;
    height: 50vw;
	object-fit:cover;
   background-position: center;
    border: 2px solid var(--border-color);	
}
.accommodation-mobile-view .item {
    margin-bottom: 5rem;
}
.accommodation-mobile-view {
    display: none;
}

/* Accommodation-section-end */

/* Travel-information-area */

.Travel-information-area {
    width: 100%;
    height: 100%;
}
.Travel-information-area .container-fluid {
    padding: 0;
    margin: 0;
}

.inner-tavel-information {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.distance-information ul li .distance {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
	margin-bottom: 1.2rem;
}
.distance-information ul li .distance span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 1rem;
}

.inner-tavel-information .sa-address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin:4rem 0 0 0;
}

.inner-tavel-information .address-block p {
    font-size: 18px;
    line-height: 2rem;
}

.inner-tavel-information .sa-address span svg {
    margin-right: 2rem;
}

.inner-tavel-information .google-map {
    border: 2px solid var(--border-color);
    height: auto;
	width:50%;
	border-right:0;
	padding:1rem 0 1rem 1rem;
	margin: 3rem 0 0 0;
}
.distance-information .more-lots-btn .btn{ 
	margin:3rem 0 0 0
	
}
.Travel-information-area .sub-heading, .Travel-information-area .address-block{
	margin-left:14vw;
}
.inner-tavel-information .google-map img {
    width: 100%;
    height: 100%;
    padding: 1rem;
}
.inner-tavel-information .distance-information.mobile-view {
    display: none;
}


/* Contact-us-area */
.Summer-Contact-area {
    max-width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) -30%, rgba(0, 0, 0, 20.5) 20%), url(/wp-content/uploads/2022/04/asset-17.png);
    padding-bottom: 10rem;
	position:relative;
}

.inner-contact-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    margin-top: 10rem;
}

.inner-contact-section .sa-address .address-details{
	margin-left:2rem;
}
.contact-form {
    position: relative;
    z-index: 1;
}
.inner-contact-section .sa-address {
    display: flex;
    justify-content: center;
}

.inner-contact-section .sa-address p {
     font-size: 18px;
 
}
.inner-contact-section .contact-form .form-control {
    font-size: 18px;
    height: 65px;
    border: 2px solid var(--border-color);
    border-radius: 0;
	width:100%;
	font-family: 'Goudy Old Style';
	margin:0;
}

.contact-form textarea{
	height: 200px !important;
}

.contact-form .btn {
    border: 2px solid var(--border-color);
    border-radius: 0px;
    color: #fff;
    float: right;
    width: 120px;
    height: 45px;
    font-size: 20px;
}

.inner-contact-section .contact-form textarea#message {
    min-height: 14vw;
}
.Summer-Contact-area .shape-one {
    position: absolute;
    transform: scaleX(-1) rotate(15deg);
    left: 8vw;
}
.Summer-Contact-area .shape-two {
    position: absolute;
    left: 0;
    transform: translate(-10%, 10%) scaleX(-1) rotate(25deg);
    height: 35vw;
    bottom: 0;
   
}
.Summer-Contact-area .shape-two svg{
	 width: auto;
    height: 32vw;
}
.Summer-Contact-area .shape-one svg{
		    width: 20vw;
            height: 20vw;
}

/* Live-stream-page */

.inner-live-stram-area {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 40vw; */
    /* margin-top: 10rem; */
    padding: 0;
    text-align: center;
}

.inner-live-stram-area .lv-stream-video img {
    width: 100%;
    height: 25vw;
    object-fit: cover;
}

.inner-live-stram-area .start-date {
    position: relative;
    width: 55%;
    margin-bottom: 2rem;
}
.inner-live-stram-area .lv-stream-video{
	width: 100%;
	height: 100%;
	margin: 3rem 0;
/* 	border: 2px solid var(--border-color); */
/* 	padding: 1rem; */
}
.inner-live-stram-area .lv-stream-video iframe {
    width: 100%;
    height: 41.3vw;
	border: 2px solid var(--border-color);
}
.without-fr-image .sub-heading-sa {
    justify-content: center;
}
.without-fr-image .sub-heading-sa .start-date{
	font-size:30px;
}

/* Lots-page */
.inner-lots-area.lots-area {
    display: flex;
    flex-wrap: wrap;
}

.page-id-12 .summer-auction-area{
	background: linear-gradient(to bottom, rgba(34, 34, 34, .3) 0, rgba(34, 34, 34, 1) 30%), url(/wp-content/uploads/2022/04/asset-17.png);
    padding: 3rem;
	min-height:0;
}


/* gallery-page */
.summer-auction-area.gallery .inner-gallery {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

/* Register-css */

.summer-auction-area.registration {
    padding-bottom: 4rem;
}

.form-sing {
    width: 80%;
    height: 100%;
	margin:auto;
}

.nav-tabs {
    border-bottom: none;
}

ul.nav.nav-tabs li {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--border-color);
    padding: 1rem 0;
    margin: 0;
    border-bottom: 0;
}

.nav-tabs li a.active {
    color: var(--border-color);
	border-bottom:2px solid;
}

.nav-tabs li a {
    font-size: 1.5rem;
    padding: 0.5rem;
    color: var(--text-color);
}

.tab-content {
    padding: 2rem;
    border: 2px solid var(--border-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: var(--border-color);
    cursor: pointer;
    background: none;
    border-bottom: 2px solid var(--border-color);
}

.registration-form .form-group label {
    color: var(--text-color);
    font-size: 1.5em;
}

.registration-form .form-group .form-control {
    border-radius: 0;
    border: 1px solid var(--border-color);
    height: 50px;
}

.tab-pane button.btn{
    color: var(--text-color);
    border: 1px solid var(--border-color);
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
}
.woocommerce-Button.button {
    color: var(--text-color);
    border: 1px solid var(--border-color);
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    background: #fff0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-left: auto;
}

.registration-form .form-check {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: start;
    /* border: 2px solid; */
}

.checkbox-round {
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid var(--border-color);
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.checkbox-round:checked {
    background-color: var(--border-color);
    border: #ffffff;
}

.form-instruction {
    margin: 1rem 0;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.login-submit button.btn {
    color: var(--text-color);
    border: 1px solid var(--border-color);
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    margin-top: 2rem;
}

#customer_login{
	margin-left:auto;
	margin-right:auto;
}
ul.nav.nav-tabs li:first-child {
    /* border-left: 0; */
    border-right: 0;
}


/* Footer-css */

footer {
    border-top: 2px solid var(--border-color);
}

.modal-content {
    border: 2px solid var(--border-color);
    border-radius: 0;
}

.modal-backdrop {
    background-color: var(--bg-color);
	position:static !mportant;
}

.modal-backdrop.show {
	position:static !important;
}


.modal-header {
    border: none;
    padding: 0.2rem 1rem;
    width: 30%;
    margin-left: auto;
    height: 20px;
}


.modal-body h2>span>svg {
    margin: 0.1rem;
    width: 3vw;
    height: 1vw;
}

.modal-body h2 {
    color: var(--bg-color1);
    text-align: center;
	padding:2rem 0 0 0;
}

.modal-body h3 {
    color: var(--bg-color1);
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0 0 0;
}

.modal-body p {
    color: var(--bg-color1);
    text-align: center;
    font-size: 1.4rem;
    padding: 1rem;
}

.modal-header .close {
    padding: 0;
    margin: 0;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid var(--border-color);
    z-index: 99;
}

.close {
    opacity: 1 !important;
    color: var(--border-color) !important;
    font-size: 2rem;
}

.close:hover {
    color: var(--border-color) !important;
    text-decoration: none;
}

.model-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.model-footer button.btn {
    width: 200px;
    height: 50px;
    border: 2px solid var(--border-color);
    margin: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-footer a button.btn {
    font-size: 1.4rem;
    font-weight: bold;
}

.uwa_auction_bage_icon{
	display:none !important;
}

/* Contact-page */
.left-information.contact-page .start-date:before {
    display: none;
    width: 0;
}

.left-information.contact-page .main-heading {
    margin-bottom: 0;
	width:100%;
}


/* ====================
accommodation page css start
===================*/

/* summer auction start */

.page-id-490 .summer-auction-area{
	padding:7vw 0 18vw 0;
}

.accommodations-Gallery .accommodations-Gallery-inner{
	transform:translateY(-12vw);
}

.accommodations-btn-group .btn {
    width: 200px;
    border: 2px solid #dbd11a;
    border-radius: 0px;
    margin-right: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    padding: 12px;
}

.accommodations-img-card {
    border: 2px solid #dbd11a;
    border-radius: 0px;
    background: transparent;
    margin-top: 35px;
    width: 92%;

}

.accommodations-img-card img {
    padding: 15px;
    z-index: 999;
	height: 16vw !important;
    object-fit: cover;

}

.accommodations-img-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('/images/top-shape-arrow.png') no-repeat;
    z-index: 1;
    right: -18%;
    top: -23%;
}

.card-right-shape {
    position: absolute;
    right: 0;
}


/* accommodation gallery  */


.accommodations-Gallery-main {
    width: 100%;
    height: 100%;

}

.accommodations-Gallery {
      width: 100%;
    height: 100%;
		background-color:#343435;

}
.accommodations-Gallery-inner{
	transform:translatey(-4vw);
}
.accommodations-Gallery .Gallery-card {
    width: 100%;
    background: transparent;
    height: 100%;
	margin-bottom:5rem;
	border:none;
}

.accommodations-Gallery .Gallery-card img {
    width:100%;
	height:24vw;
	object-fit:cover;
	border:2px solid var(--border-color);
}

.accommodations-Gallery .Gallery-card .card-img-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accommodations-Gallery .Gallery-card .card-img-overlay .btn {
    text-align: center;
    height: 40px;
    border: none;
    background: none;
    color: #fff;
    font-size: 24px;
    border-bottom: 2px solid var(--border-color);
    width: 140px;
    padding: 0;
	border-radius:0;
}

.card-gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0.5rem;
}

.card-gallery-content h3 {
    padding: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.card-gallery-content p {
    font-size: 15px;
    padding-top: 7px;
    font-weight: 300 !important;
}




/* ====================
accommodation page css end
===================*/

 /*====================
terms end condition Start
======================*/

.condition-main{
    margin-top: 160px;
    background:linear-gradient(to bottom, rgba(0,0,0,.5) 3%, rgba(0,0,0,20.5) 24%), url("/images/asset-17.png");
    padding-top: 83px;
 }
 .condition-main .ragister-logo p{
  font-size: 32px;
 }
 .condition-main .ragister-logo p span{
    margin-left: 15px;
    margin-right: 15px;
}


/*-----condition sale-----*/
.tc-condition-sale{
    margin-top: 100px;
    margin-bottom: 30px;
}
.tc-condition-sale h4{
    font-size: 32px;
}
.tc-condition-sale-inner p{
    font-size: 15px;
}
/* collapse section */
.collapse-section{
    background: transparent;
    padding-bottom: 50px;
}
.tc-bidders-agent{
    background-color: #2E2C2C;
}
.tc-bidders-collapse{
    background: transparent;
    border: none;
}
.tc-bidders-collapse .card-header{
    padding-left: 0px;
    border: 0px;
}

.tc-bidders-collapse .card-header p span img {
 margin-top: -15px;
 }
 .tc-bidders-collapse-inner{
     color: #fff;
     padding-left: 0px;
     padding-bottom: 20px;
 }
 .tc-bidding{
     background: transparent;
 }

.card-header .sub-heading{
	    padding: 1rem 0;
	   margin:0;
	   font-size:1.5rem;
}
.card.lots-collapse-card{
	    margin: 1rem 0 0 0;
}
.card-body.lots-collapse-card-inner p{
	margin:1rem 0;
}
 /*====================
======================*/

.lots-gallary-inner .owl-theme .owl-nav {
    margin-top: 10px;
    color: #fff;
}
.lots-gallary-inner .owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.lots-gallary-inner .owl-carousel .item img{
    height: 230px;
    object-fit: cover;
}
.lots-gallary-inner .owl-carousel .prev-slide{
    background: url(/wp-content/uploads/2022/05/Group-42.png) no-repeat scroll 0 0;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 2%;
    top: 30%;
}
.lots-gallary-inner .owl-carousel .next-slide{
    background: url(/wp-content/uploads/2022/05/Group-42.png) no-repeat scroll 0 0;
    height: 100px;
    width: 50px;
    position: absolute;
    right: 11px;
    top: 30%;
}
.lots-gallary-inner .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
/* collapse card */

.lots-collapse-card .card-header p{
     font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lots-collapse-card .card-header {
       width: 88%;
    margin: auto;
}
.lots-collapse-card .card-header p span img {
    margin-top: -15px;
    }
    .lots-collapse-card-inner{
        width: 88%;
        margin: auto;
        color: #fff;
    }
    .card-link-icon-active:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/04/terms-tc-2-1.png) no-repeat;
    height: 5vw;
    width: 150px;
    margin: 0rem 2rem;
    background-size: 100%;
      
}
   .card-link-icon:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10vw;
    background: url('/wp-content/uploads/2022/04/arrow-close.png') no-repeat;
    margin: 0rem 2rem;
  }
.odd{
    background-color:#2e2c2c !important ;
}
.even{
    background: transparent !important;
}
/*---bits button-----*/
.bids-card-inner{
    width: 60% !important;
}
.bids-btn p{
    font-size: 18px;
    margin-bottom: 6px;
}
.bids-btn .btn{
    display: block;
    width: 100%;
    border: 2px solid var(--border-color);
    color: #fff;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: left;
    padding: 10px 11px;
}
/* private massge */
.private-massage-card .form-control{
width: 100%;
border-radius: 0px;
padding: 27px 10px;
border: 2px solid var(--border-color);
}
.private-massage-card{
    margin-left: auto !important;
    width: 94%;
    text-align: right;
    position: relative;
}
.private-massage-right img{
    border: 2px solid var(--border-color);
    border-right: none;
    padding: 12px 0px 12px 12px;
    margin-right: -5px;
}
.private-massage-right::before{
    content: "";
    position: absolute;
    background: url('/images/private-massage-img.png') no-repeat;
    height: 100%;
    width: 200px;
    top: -19.2%;
    transform: rotateX(3deg);
    left: 14%;
}
.private-massage-right::after{
    content: "";
    position: absolute;
    background: url('/images/private-massage-img.png') no-repeat;
    height: 100%;
    width: 200px;
    left: 8%;
    transform: rotate(180deg);
    top: -41%;
  z-index: -1;
}
/*====================
  lots page css end
======================*/


/* Lots-details-page */

.lots-sm-text{
    color: rgb(108, 105, 105);
    font-size: 20px;
}
.lots-sm-text a{
   margin-left: 10px;
   border-bottom: 2px solid rgb(108,105,105);
}
.accommodations-btn-group p {
    font-size: 1.1rem;
    font-weight: bold;
	margin-bottom:1.2rem;

}

.accommodations-btn-group .btn-euro{
    background-color: #fff;
    color: #000;
    text-align: left;
    width: 50%;
}
.whatsapp-icon p{
    font-size: 1.4rem !important;
    color: #50D84F;
    line-height: 1.5rem;
}
.whatsapp-icon span{
    margin-right: 20px;
}
.accommodations-img-card{
    height: 500px;
}

.mySlides-card .card-img-overlay {
    position: absolute;
    padding: 1.25rem;
    height: 100%;
    bottom: 13px;
    width: 95%;
    margin: auto;
    background-color:transparent;
}
.card-overlay-inner{
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: #000;
   align-items: center;
   margin-left: -22px;
}
.card-overlay-inner P{
  color: #000;
}
.card-overlay-inner ul li{
    text-align: center;
   text-transform: uppercase;
   font-size: 13px;
}
.card-overlay-inner ul li span{
    font-weight: bold;
    font-size: 20px;
}
.accommodations-img-card:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 40%;
    background: url(/images/top-shape-arrow.png) no-repeat center center;
    transform: rotate(184deg);
    right: -13%;
    bottom: -40%;
}


/* My-accout-page */

nav.woocommerce-MyAccount-navigation ul li {
    width: 300px;
    height: 50px;
    background: #fff;
    margin-bottom: 1rem;
    border: 2px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
	cursor:pointer;
	border-radius: 10px 15px 0px 5px;
}


nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1.5rem;
    color: #000;
    text-transform: capitalize;
	padding:0 2rem;
}


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 60px;
    border: 2px solid var(--border-color);
    border-radius: 0;
    width: 100%;
    font-family: 'Goudy Old Style';
}
.woocommerce form .form-row label {
    /* line-height: 2; */
    color: var(--text-color);
    font-size: 1.5em;
	width:100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
	display:block;
	width:100%;
}

ul.uwa-user-bid-counts.subsubsub li {
    margin: 0 15px 10px 0;
    font-size: 1rem;
    color: #fff;
}


/* Footer-css */
footer .inner-footer{
	display: flex;
    justify-content: space-evenly;
	flex-wrap:nowrap;
}

footer .inner-footer .footer_widget .addresss-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

footer .footer-menu ul li a.nav-link {
    color: #fff;
    font-size: 18px;
	padding: 0.5rem 0rem;
}

.footer-logo img.img-fluid {
    width: 250px;
    height: auto;
    object-fit: contain;
}

footer .footer_widget .addresss-block .address-details{
	margin-left:2rem;
}

footer .address-details ul li {
    color: #fff;
    font-size: 18px;
}
footer .address-details ul li a {
    color: #fff;
}

footer .address-details p {
    color: #fff;
    font-size: 18px;
}
footer .address-details .watsapp-details p {
    color:white;
	width:100%;
}



.uwa-main-auction-product-loop.uwa_auction_product_countdown span {
    font-size: 21px;
}
.footer-menu li.live-menu a:after {
    width: 5px;
    height: 5px;
    left: 60px;
    position: absolute;
    background: var(--border-color);
    top: 0;
    border-radius: 50%;
    transform: translateX(0px);

}
.without-fr-image .sub-heading-sa {
    justify-content: center;
}
.without-fr-image .watsapp-details{
	display: flex;
    justify-content: flex-start;
    width: auto;;
    margin: auto;
}
.page-id-487 .without-fr-image .watsapp-details, .page-id-362 .without-fr-image .watsapp-details, .page-id-44 .without-fr-image .watsapp-details, .page-id-42 .without-fr-image .watsapp-details{
    display: none;
}
.page-id-487 .summer-auction-area, .page-id-362 .summer-auction-area, .page-id-44 .summer-auction-area, .page-id-42 .summer-auction-area  {
    max-width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(34 34 34 / 0%) 0, rgba(34, 34, 34, 1) 45%), url(/wp-content/uploads/2022/04/asset-17.png);
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 100px 0 0 0;
}
.registration .form-inner {
    width: auto;
    margin: auto;
}
.woocommerce-form label{
	color: var(--text-color);
    font-size: 1.5em;
}

.page-id-25 .sub-heading-sa>span:first-child, .page-id-490 .sub-heading-sa>span:first-child {
    display: none;
}
	
#accordion-container{
	margin:5rem 0 0 0 !important;
	background-color:var(--bg-color1);
}
.wc-tabs-wrapper h1{
    padding-left: 13vw !important;
	width:100%;
	text-transform:uppercase;
}
#tab-description{
    padding-left: 13vw !important;
	width:88%;
	padding-top:2rem;
}
.wc-tabs-wrapper h1{
	 padding: 2rem 0;
     font-size: 1.5rem;
	position: relative;
}

.open_tab:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(/wp-content/uploads/2022/04/arrow-close.png) no-repeat;
    top: 0;
    transform: translate(20px, 30px);
}
.closed_tab:after{
	content: "";
    position: absolute;
    height: 40px;
    width: 150px;
    background: url(/wp-content/uploads/2022/04/terms-tc-2-1.png) no-repeat;
    top: 0;
    transform: translate(30px, 20px);
}
.page-id-490 .lv-stream .shape-one{
   left: 0 !important;
    top: 0;
    transform: translate(80%,-25%) rotate(5deg);
}
.page-id-490 .banner-btns{
	margin-top:8rem;
}

.page-id-492 .summer-auction-area{
	
	background: linear-gradient(to bottom, rgb(34 34 34 / 0%) 0, rgba(34, 34, 34, 1) 10%), url(/wp-content/uploads/2022/04/asset-17.png);
    padding: 2rem 0;
}
.card.Gallery-card:hover .card-img-overlay {

    background: #00000078;
    width: 100%;
	height:24vw;
    
}
#tab-uwa_auction_private_msg_tab{
	background:transparent;
	padding-left:15.9rem;
	display:none;
	padding-bottom:5rem
}

.name .form-control{
	width: 100%;
    padding: 12px 20px;
    margin: 0;
    display: block;
    border-radius: 0;
    border: 2px solid var(--border-color);
    height: 50px;
}
.name textarea#uwa_pri_message {
    min-height: 10vw;
}
.private-message-div{
	display:flex;
	justify-content: space-between;
}

.private-message-image{
     width: 100%;
    height: 18vw;
    border: 2px solid var(--border-color);
    padding: 1rem;
	position:relative;
	border-right:0;
	padding-right:0;

}

.private-message-image img.img-responsive {
    width: 100%;
    height: 16vw;
    object-fit: cover;
	position:relative;
}
.bottom-align-btn{
	    align-self: flex-end !important;
}
.lv-stream .google-map iframe {
    width: 100%;
    height: 20vw;
    padding: 0;
    margin: 0;
}

.private-message-image .shape-two {
    position: absolute;
    top: 0;
    transform: scaleX(-1) translateY(-170px) rotate(20deg);
    width: 13vw;
    left: 0;
    height: 24vw;
}
.private-message-image .shape-two svg{
    width: 25vw;
    height: 24vw;
}
.private-message-image .shape-one {
    top: -60px;
    width: 10vw;
    position: absolute;
    transform: scaleX(-1) rotate(0);
    left: 0;
}
.private-message-image .shape-one svg{
    width: 15vw;
    height: 15vw;
}

.private-message-divs{
	width:35%;
}

/* Table padigree End*/

#pedigree-tabel {
    position: relative;
	margin-left:13vw;
	width:auto;
	overflow-x:scroll;
}

#pedigree-tabel .branch {
 
    margin-left: 200px;
}

/* .branch:before {
    content: "";
    width: 50px;
    border-top: 2px solid var(--border-color);
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: 1px;
} */

#pedigree-tabel .entry {
    position: relative;
    min-height: 60px;
}

#pedigree-tabel .entry:before {
    content: "";
    height: 100%;
    border-left: 1px solid var(--border-color);
    position: absolute;
    left: -50px;
}

#pedigree-tabel .entry:after {
    content: "";
    width: 50px;
    border-top: 1px solid var(--border-color);
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: 1px;
}

#pedigree-tabel .entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 2px;
    border-radius:  0;
}

#pedigree-tabel .entry:first-child:after {
    height: 10px;
    border-radius: 0;
}

#pedigree-tabel .entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0;
}

#pedigree-tabel .entry:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 1px solid var(--border-color);
    border-radius: 0;
    margin-top: -9px;
}

#pedigree-tabel .entry.sole:before {
    display: none;
}

#pedigree-tabel .entry.sole:after {
    width: 50px;
    height: 0;
    margin-top: 1px;
    border-radius: 0;
}

#pedigree-tabel .label {
    display: block;
    width: 250px;
    line-height: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    text-transform: uppercase;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#pedigree-tabel .label.main-label {
    width: 300px;
    height: 60px;
    background: var(--bg-color1);
    z-index: 99;
    display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
}
.sub-label-odd{

    width: 165px;
    z-index: 99;
    background: #000;
}
.branch.lv3.label-right-div {
    padding-left: 10rem;
    position: relative;

}
.branch.lv3.label-right-div:before {
    content: "";
    width: 3.8rem;
    height: 2px;
    background: var(--border-color);
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 50px;
}
.branch.lv2.label-right-div {
    padding-left: 5rem;
}
.form-row{
	margin-bottom:1rem;
	margin-left:0;
	margin-right:0
}
.woocommerce-form input[type=text], input[type=password], input[type=email]{
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid var(--border-color);
    height: 50px;
}
.private-message-divs {
    width: 35%;
}
.watchlist-btn{
	display:none;
}
.watchlist-btn{
	display:none;
}
.desktop-none{
	display:none;
}
.watch-btn>div:first-child {
    display: none;
}
.tab-description .yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-description{
	display:none;
}
.contact-map{
	width:100%;
	height:20vw;
}
h2.yikes-custom-woo-tab-title {
    display: none;
}
.page-id-10 .woocommerce-ResetPassword button.woocommerce-Button.button{
	border: 2px solid var(--border-color);
    border-radius: 0px;
    color: #fff;
    float: right;
    width: auto;
    height: 45px;
    font-size: 20px;
    background: transparent;
    margin: 3rem 0;
}
.page-id-10 .woocommerce input.button {
    display: none;
}
.navbar-brand{
	width:200px;
}
.page-id-10 .summer-auction-area{
	padding:7vw 0 4vw 0;
}
.auction-history-table.table-bordered td{
    border: 1px solid #dee2e6;
    border: 1px solid var(--border-color);
    width: 300px;
    height: 50px;
    color: #fff;
    text-align: center;
}
.auction-history-table.table-bordered th{
	font-size: 1rem;
    border: none;
    color: #fff;
}
.auction-history-table td.proxy {
    display: none;
}
.mobile-view-footer{
	display:none;
}

