/*
Theme Name: iBid Child
Theme URI: https://ibid.modeltheme.com/
Template: ibid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Multi Vendor Auctions WooCommerce Theme
Version: 1.0
Text Domain: ibid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */


/* Product page of products in category "remind" */

.product_cat-remind .price, .product_cat-remind p.stock.out-of-stock, .product_cat-remind .wishlist-container, .product_cat-remind .single .product_meta, .product_cat-remind .product_meta {
	display: none !important;
}

/* End of Product page of products in category "remind" */

/* Product list in category "remind" */

.product_cat-remind .overlay-components {
	display: none !important;
}
/* End of Product list in category "remind" */

/* Auction counter mobile style */
@media only screen and (max-width: 767px) {
	.countdownv2_holder .countdownv2 {
		width: 100% !important;
		padding-bottom: 40px !important;
	}
}
/* End of Auction counter mobile style */

/* Product page custome data */
p.auction-condition {
	margin: 0px;
	color: #636363;
	font-size: 16px;
}
p.auction-condition span {
	color: #0068b5;
	font-weight: 600;
}
.custommetafields{
	margin: 20px 0;
}
/* End of Product page custome data */


/* Homepage Countdown numbers styling */
@media screen and (max-width: 1399px) and (min-width:1301px) {
	span.countdown-period{
		font-size: 15px;
	}
}


@media screen and (max-width: 1300px) and (min-width:992px) {
	span.countdown-row.countdown-show4 {
		display: flex;
		flex-wrap: wrap;
	}
	.countdown-show4 .countdown-section {
		width: 50%;
	}
}

@media screen and (max-width: 993px) and (min-width:768px) {
        span.countdown-row.countdown-show4 {
                display: flex;
                flex-wrap: wrap;
        }
        .countdown-show4 .countdown-section {
                width: 50%;
        }
	span.countdown-period {
		font-size: 14px;
	}
}

/* End of Homepage Countdown numbers styling */ 

/* Homepage hammer */
@media only screen and (max-width: 767px) {
	.title-subtile-holder .svg-border svg {
		width: 330px;
	}
}
/* End of Homepage hammer */

/* homepage flags padding */
.bycountry .vc_column-inner {
	padding-bottom: 30px;
}
/* End of homepage flags padding */

/* Listings title height */
.woocommerce-title-metas {
	min-height: 184px;
}
/* End of Listings title height */

/* Header wishlist */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.menu-header-wishlist {
		display: none !important;
	}
}

.menu-header-wishlist {
	display: grid;
	text-align: right;
	margin-top: 52px;
	padding: 0;
}
.menu-header-wishlist a {
	color: #484848 !important;
}
/* End of Header wishlist */

/*product list hide wishlist */
.products .yith-wcwl-add-to-wishlist {
	display: none;
}
/* end of product list hide wishlist */

/* Auction single page - bid box, watchlist, wishlist, buttons*/
p.wsawl-link {
	float: left;
	margin-right: 10px;
}

/* End of Auction single page - bid box and buttons */

/* Winning bid green color notice */
.blog-posts .woocommerce-message {
	border: 1px solid green !important;
	color: green;
}
/* End of Winning bid green color notice */

/* hide reserve price budge */
.ibid-auction-no-reserve {
	display: none;
}
/* End of hide reserve price budge */

/* hide related products prices */
.related span.woocommerce-Price-amount.amount {
	display: none;
}
/* end of hide related products prices */

/* change auction title color */
.ibid-single-product-v1 h1 {
color: #0d69b0;
}
/* end of change auction title color */


/* Language Switcher */

.switcher.notranslate {
        margin-top: 8px !important;
}

@media only screen and (max-width: 767px) {
        li.menu-item.menu-item-gtranslate {
                height: 20px;
        }
        .switcher.notranslate {
                margin-top: 0px !important;
        }
	div#gtranslate_wrapper {
		position: fixed !important;
	}
}

/* End of Language Switcher */

.social-btn { display:none; }

.products .countdownv2_holder  { display:none; !important;}
