/*
Theme Name: iBid Child by Truesilver
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
------------------------------------------------------- */

.wd-btns- {
	border: 0 none;
	padding: 12px 25px;
	margin-top: 10px;
	color: #fff;
	width: 100%;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}

.wpb_wrapper .contact-btns {
	margin: 0 5px 15px 5px;
	/*text-align: center;*/
}

.product .products-wrapper .details-container {
	padding: 5px 5px 5px;
}

.wd_mail_template_wraper {
	background: #00000047;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	overflow-y: scroll;
}
.wd_mail_template label{
    margin-bottom: 0;
    margin-top: 5px
}
.wd_mail_template input[type=text], .wd_mail_template select, .wd_mail_template .enquiry {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.wd_mail_template input[type=submit] {
  width: 100%;
  background-color: #00B584;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.wd_mail_template input[type=submit]:hover {
  background-color: #fff;
  color: #00B584
}

.wd_mail_template {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	max-width: 500px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	top: 25%;
	z-index: 99999999;
	-webkit-box-shadow: 0px 0px 87px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 87px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 87px -12px rgba(0,0,0,0.75);
}

@media(max-width: 520px) {
    .wd_mail_template {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact-btns a {
        font-size: 12px !important;    
    }
}

.wd_mail_template .x-btn {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 40px;
	border: 1px solid #444;
	text-align: center;
	font-size: 21px;
	background-color: #fff;
	cursor: pointer;
}

@media (max-width: 767px) {

    .woocommerce ul.products.list li.product .thumbnail-and-details {
    	 width: 100%; 
    	 float: none; 
    }
    .archive .products.list .woocommerce-title-metas {
    	 width: 100%; 
    	 float: none; 
    }
    .archive .woo_secondary_media_image {
        display: none !important
    }
    .archive .contact-btns {
    	padding: 0 20px 0px 0px !important;
    }
}
.archive .contact-btns {
	
}
.archive .contact-btns {
    padding-bottom: 20px;
	width: 65.4%;
	float: right;
	clear: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #333 !important;
}

.woocommerce ul.products.list li.product .woocommerce-title-metas .archive-product-title {
	padding-top: 20px;
}