/**
* Pre Order styling.
*/
#s2id_product-id{
	max-width: 135px;
}
#s2id_product-id .select2-choice{
	padding:5px 0 5px 5px;
}
.preorder-partial-payment-row{
	display: none;
}
.preorder-availability-date {
	background-color: #FFD12D;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
	font-size: 15px;
	margin-left: 5px;
    padding: 3px 8px;
}
.preorder-pay-price {
	color: #ff7d08;
	font-size: 18px;
}
.preorder-countdown {
	font-size: 12px;
	margin-top: 5px;
}
.preorder-countdown span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.preorder-countdown-timer {
	font-size: 16px;
    background-color: #2293E8;
    padding: 3px 12px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
}
.preorder-timer-colon {
	font-size: 28px;
    position: relative;
    bottom: 12px;
    margin: 0 8px;
}
.error-red {
	color: red;
}
.preorder-again .button::after {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f218";
    margin-left: .5407911001em;
}
.woocommerce-preorder .button.alt{
	color: #e09900 !important;
}


#ui-datepicker-div > .ui-timepicker-div
{
    padding: 0px 5px!important;
}
#ui-datepicker-div > .ui-timepicker-div dl dd .ui-slider
{
    border-radius: 0!important;
    height: 0.4em!important;
}
#ui-datepicker-div > .ui-timepicker-div dl dd .ui-slider span.ui-slider-handle
{
    border-radius: 0!important;
    width:0.5em!important;
    top: -0.5em!important;
}
#ui-datepicker-div > .ui-timepicker-div dl dd .ui-slider span.ui-slider-handle:focus
{
    border-radius: 0!important;
}

.wkpodr_search_block
{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}
.wkpodr_left_side
{
    float: left;
}

.wkpodr_right_side
{
    float: right;
}
.wkpodr_search_block input.wkpodr_search_input
{
    font-size: 14px!important;
}

.wkpodr_search_block label
{
    font-size: 16px!important;
}
p.description.description-note {
    font-size: 15px;
}

.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 */
.modal-content {
	background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  margin-left: 25%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

tr#wkpreorder-product-config label {
    font-weight: bold;
}
