/*
	Theme Name: Classic child theme
	Theme URI: #
	Description: #
	Author: Sizam
	Author URI: #
	Version: 9.4
	Template: classic
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
/* CSS Edited by KUSHAGRA VATS*/

.sidebar .col_wrap_three .col_item {
    width: 47%;
	margin:0 1.5% 10px;
}
.sidebar .woo_column_desc{
	background: rgb(255 255 255 / 77%);
	position: absolute;
	top: 0;
	bottom:0;
	opacity: 0;
	transition:0.3s;
}
.sidebar .col_wrap_three .col_item:hover .woo_column_desc{
	opacity:1;
	transform:none;
	transition:0.3s;
}
.sidebar .wcfm_buttons{
	display:none;
}
.sidebar .woocommerce .products .product figure{
	height: 125px;
}
.sidebar .woocommerce .products .product a {
    height: 100%;
}
.sidebar .woocommerce .products .product figure img{
	height:100%;
	object-fit:cover;
    width: 100%;
}

.sidebar .hasCountdown{
	position: absolute;
    background: transparent;
    color: #ba121b;
    bottom: 8px;
    z-index: 999;
	opacity: 0;
	transition:0.3s;
    width: 100%;
    text-align: center;
	overflow:visible;
}
.sidebar .uwa-main-auction-product-loop.uwa_auction_product_countdown.hasCountdown{
	margin:0px 0 5px 0!important;
}
.sidebar .hasCountdown span::before{
	content:'END TIME:';
    color: #ba121b;
	position:absolute;
	width:100%;
	text-align:center;
	top:-18px;
	left:0;
}
.sidebar .products .button_action{
	display:none !important;
}
.sidebar .col_wrap_three .col_item:hover .hasCountdown{
	opacity:1;
	transition:0.3s;
}
.sidebar .woo_column_item h3 {
    font-size: 13px;
    margin: 0 !important;
}
.sidebar .woo_column_item h3 a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0px;
    margin: 0!important;
    z-index: 9999;
}
.sidebar .woocommerce .products .product .price {
    font-size: 14px;
}
.sidebar .woo_column_price{
	margin:0 !important;
}
.sidebar .woo-ua-current{
	text-transform:uppercase;
}
.sidebar .woocommerce .products .product .price{
	color:#000;
}
.content-woo-area .topbar{
	width:100px;
}
.product_title_text{
	max-width:440px;
	width:100%;
	position:relative;
	display:inline-block;
}
.bid_price{
	position: relative;
    display: inline-block;
}
.current_bid{
	position: relative;
    display: inline-flex;
}
.time_remaining .hasCountdown{
	border-color:transparent;
	background-color:transparent;
	color:#fff;
	font-size:9px;
	position:relative;
	padding:0;
	margin:0;
	margin-left:5px;
    float: left;
    width: auto;
    text-align: right;
    font-weight: 600;
}
.sections_w_sidebar h2 {
    font-size: 18px !important;
}
.product_title{
	line-height:normal !important;
    margin: 0 !important;
}
.woocommerce-Price-amount.amount,
.addtocart .uwa_auction_custom span{
    font-weight: 600;
}
.current-bid .woo-ua-current.auction{
	font-weight:400;
}
.time_remaining{
	position: relative;
    display: inline-block;
    top: 6px;
    font-size: 18px;
    float: right;
}
.time_value{
	width: auto;
    position: relative;
    display: inline-block;
    float: right;
}
.share_button{
	display: flex;
    float: right;
}
	#bidnow h1{
		float:left;
		line-height:normal !important;
		margin:0;
	}
.wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper img.wcfmmp_sold_by_logo{
	display:none !important;
}
.time_remaining_below span:first-child{
	font-size:22px;
}
@media(max-width:767px){
	.sections_w_sidebar .woo-price-area {
		line-height: 40px;
	}
	.woocommerce div.product .summary .price{
		font-size: 18px !important;
	}
	.time_remaining_below span{
		font-size: 18px !important;
	}
	.woocommerce div.product .summary .addtocart{
		height:40px;
		line-height:40px;
		font-size:20px !important;
    	/* float: left; */
	}
	.addtocart .uwa_auction_custom{
		font-size: 10px !important;
		width: 120px;
		/* text-align: right; */
	}
	/*
	.content-woo-area .rh-336-content-area .summary.border-grey.whitebg.rh_vert_bookable{
		display:none !important;
	}*/
	.product_title_text{
		margin-bottom: 20px;
    	text-align: center;
    	max-width: initial;
	}
	.bid_price {
		width: 100%;
		text-align: center;
	}
	.bid_price h2{
		font-size:18px !important;
    	margin-bottom: 0;
	}
	.current_bid {
		width: 100%;
		text-align: center;
    	margin-bottom: 20px;
	}
	.time_remaining{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		float:none;
	}
	#bidnow h1{
		text-align: center;
		width: 100%;
	}
	.share_button{
		display: flex;
		position: relative;
		left: 50%;
		float: left;
		transform: translateX(-50%);
		top: 10px;
	}
	.position-center{
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}

	.one-third,.two-third {
		width: 100% !important;
	}
	
	.comment-container{
		display:block !important;
	}
	.comment-time{
		margin-bottom:25px;
		position:relative;
		display:block;
	}
}

@media(min-width:767px) and (max-width:1280px){
	.bid_price {
		width:50%;
    	margin: 0 !important;
	}
	.time_remaining{
    	margin: 0 !important;
	}
	.product_title_text {
		max-width: 70%;
	}
	.current_bid {
		float: right;
	}
}
/*
.rhhidden {
    display: none !important;
}*/
.full-width{
	position:relative;
	width:100%;
	display:inline-block;
}
.one-third{
	position:relative;
	display:block;
	width:190px;
	padding:0 15px;
}
.two-third{
	position:relative;
	display:block;
	width:77.66%;
	padding:0 15px;
}
.d-flex{
	display:flex;
}
.btn-like{
	position: relative;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 5px 10px;
    border: none;
    background: #4ad493;
    color: #fff;
    border-radius: 3px;
}
.link_not_constructive{
	position:relative;
	display:inline-block;
	margin-left:20px;
}
.user_comment{
	margin-bottom: 25px;
}
.comment-container{
	position:relative;
	display:flex;
	background:#f7f7f7;
    padding: 10px;
}

.woocommerce div.product .product_title{

    color:#fff !important; 
}

.topbar .uwa_auction_custom{
      
    padding: 0px !important;
    color: #ffffff;
    background-color: #000102 !important;
    border-color: #d6e9c6;
    margin: 0px !important;
    font-size: 8px;
    font-weight: 100;
     
}


.addtocart .uwa_auction_custom{
      
      padding: 0px !important;
      color: #000;
      background-color: #f4f2f3 !important;
      border-color: #d6e9c6;
      margin: 0px !important;
      font-size: 12px;
      font-weight: 100;
      float: right;
    
  }

  .uwa_auction_product_time .uwa_auction_custom{
      
    padding: 0px !important;
    color: #000;
    background-color: #f4f2f3 !important;
    border-color: #d6e9c6;
    margin: 0px !important;
    font-size: 8px;
    display: inline;
}


  .product_listing .uwa_auction_custom{
      
    padding: 0px !important;
    color: #ba121b;
   
    margin: 0px !important;
    font-size: 8px;
    font-weight: 100;
   
    text-align: center;
    
    
  }

  .product_listing .hasCountdown{

    background:none;
  }

.custom .price {color:#fff;}
.remove-uwa-custom{
	color: #ba121b !important;
}

.add-uwa-custom{
    color:#fff;
    padding: 2px;
}
.product_title  {color:#fff;

    font-size: 28px;
    line-height: 0px;
    margin: 10px 0 11px 0;
    
    }

.wcfmmp_sold_by_label{
    display:none;
}
.bid_now{

    background: none #4ad493 !important;
    color: #000102;
}
.wpsm-button:hover{

    color:#000 !important;
}
.woo-ua-current{
    text-transform: uppercase;
}
.woo-title-area p {
    margin:0px;
}

.woocommerce table.shop_attributes{
  margin:  0 0 1.618em auto;
}
::-webkit-input-placeholder { /* Edge */
  color: #929191;
  font-size:16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #929191;
  font-size:16px;
}

::placeholder {
  color: #929191;
  font-size:16px;
}
.product_listing{
    color:#ba121b;
    text-align: center;
}

.woocommerce div.product .summary form.cart{
    margin:0px;
}
 
.inspection_btn a{
    background-color: #fdd008;
    color: #000;
    border: 1px solid #ffbd05;
    width:100%;
    padding:20px !important;
    margin-top: 5px;
    
     
}



.custom_report_btn a{
    background-color: #f4f2f3;
    color: #000;
    border: 1px solid #dce0e0;
    width:100%;
    padding:10px !important;
    margin-top: 5px;
    
     
}

.share-btn-custom a {
    color: #fff;
    padding: 2px;
    font-size:30px;
}

.single-product .summary .uwa_auction_form .quantity.buttons_added{

    width:230px !important;
}
.single-product .summary .uwa_auction_form .quantity.buttons_added input {
    width:100%  !important;
}

#more{
    display:none;
}
 

 #myBtn{
     cursor:pointer;
 }

.hide{display:none;}
.show_hide_btn{
    text-align:center;
}

.show_hide_btn a{
    background: none #4ad493 !important;
    color: #ffffff !important;
    box-shadow: -1px 6px 13px;
    border: none !important;
}
.login-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background:rgba(0,0,0,0.5);
    display: none;
}
.login-modal{
    position: fixed;
    padding: 2px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.98);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
    width: 100%;
    max-width: 390px;
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 18%);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.82, 0.5);
}
.login-modal .elementor-inner{
    border-radius: 10px;
    overflow:hidden;
}
.close-login{
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff !important;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.show-login-modal{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transition-delay: .2s;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.100, 0.05);
}
#woopcomm{

    margin:0px !important;
}

.scheduled {

    background: #ccc !important;
    color:#000 !important;
}

.hbw-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background:rgba(0,0,0,0.5);
    display: none;
}
.hbw-modal{
    position: fixed;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.98);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 18%);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.82, 0.5);
}
.hbw-modal .elementor-inner{
    border-radius: 10px;
    overflow:hidden;
}
.close-hbw{
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff !important;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.show-hbw-modal{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transition-delay: .2s;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.100, 0.05);
}


.whyrefresh-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background:rgba(0,0,0,0.5);
    display: none;
}
.whyrefresh-modal{
    position: fixed;
    padding: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.98);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.98);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.98);
    background: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 18%);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999999;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.82, 0.5);
}
.whyrefresh-modal .elementor-inner{
    border-radius: 10px;
    overflow:hidden;
}
.close-whyrefresh{
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff !important;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.show-whyrefresh-modal{
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transition-delay: .2s;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition-timing-function: cubic-bezier(1, 0.165, 0.100, 0.05);
}

#uwa_auction_countdown_header{
	float: left;
	min-width: 170px;
}
.time_remaining #uwa_auction_countdown_header .hasCountdown{
	margin: inherit;
    font-size: inherit;
}

/* Keep the homepage hero visible if its external background video is unavailable. */
.home.elementor-page-7201 .elementor-element.elementor-element-55b08540 {
    background-color: #000102;
    background-image: url("https://cdn.classicpromenade.com/2020/09/Picture1-2048x1365.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
