/**
* Pre Order styling.
*/
.wkpodr-availability-date {
	background-color: #FFD12D;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
	font-size: 15px;
	margin-left: 5px;
    padding: 3px 8px;
}
.wkpodr-pay-price {
	color: #ff7d08;
	font-size: 18px;
}
.wkpodr-preorder-availability .preorder-countdown {
	font-size: 12px;
	margin-top: 5px;
}
.wkpodr-preorder-availability .preorder-countdown span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.wkpodr-preorder-availability .preorder-countdown-timer {
	font-size: 16px;
    background-color: #2293E8;
    padding: 3px 12px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}
.wkpodr-preorder-availability .preorder-timer-colon {
	font-size: 28px;
    position: relative;
    bottom: 12px;
    margin: 0 8px;
}
.wkpodr-preorder-form .error-red, .wkpodr-preorder-form em {
	color: red;
}
.wkpodr-preorder-form input[type=text], .wkpodr-preorder-form input[type=number]{
	min-width: 340px;
}
.wkpodr-preorder-form select {
	min-width: 350px;
}
.wkpodr-preorder-content .button.alt{
	color: #e09900 !important;
}
.wkpodr-table .description-note {
    font-size: 15px;
}
.wkpodr-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.wkpodr-modal .modal-content {
	background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  margin-left: 25%;
}

/* The Close Button */
.wkpodr-modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.wkpodr-modal .close:hover,
.wkpodr-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#wkpreorder-product-config label {
    font-weight: bold;
}
.wkwc-addons-tabs-wrap .wkpodr-sections-wrap {
    display: inline-block;
}
.wkwc-addons-tabs-wrap .wkpodr-sections-wrap .wkpodr-section-list {
    font-size: 14px;
}
.wkpodr-preoder-notifiy-btn.notified{
    color: #00a32a;
}
.wkpodr-preoder-notifiy-btn.not-notified{
    color: #f3a638;
}
#wkpod_modal_btn{
    float: right;
}
