/*
Theme Name: 	Storefront Child
Description:    Custom Child Theme
Author: 		Sapphire Logistics
Version: 		2.3.0
Text Domain: 	storefront
Template: 		storefront
*/

@import url("css/magnific-popup.css");

.white-popup
{
  position: relative;
  background: #FFF;
  padding: 20px;
  width: 210px;
  height: 210px;
  max-width: 210px;
  margin: 30px auto;
}

.white-popup-stock
{
  position: relative;
  background: #f5f5f5;
  padding: 20px;
  width: 420px;
  height: 310px;
  max-width: 420px;
  margin: 30px auto;
}

.white-popup p
{
	margin-bottom: 0;
}

ul.popup_buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.popup_buttons li {
	list-style: none;
	margin: 0;
	padding: 10px 10px 10px 0;
	display: block;
	float: left;
}

ul.popup_buttons li a, ul.popup_buttons span {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff, #f0f0f0);
	border:1px solid #E7E7E7;
	color:#333 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	height: 28px !important;
    padding: 0 10px;
    line-height: 28px !important;
    margin: 0;
	display: inline-block;
	*zoom:1;
	*display:inline;
	font-size: 12px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	box-shadow: 0 1px 0px #909090, 0 0 1px #ddd;
	-o-box-shadow: 0 1px 0px #909090, 0 0 1px #ddd;
	-moz-box-shadow: 0 1px 0px #909090, 0 0 1px #ddd;
	-webkit-box-shadow: 0 1px 0px #909090, 0 0 1px #ddd;
	text-indent: 0;
}

ul.popup_buttons li a:hover {
	background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f0f0f0 0%,#ffffff 100%); /* W3C */
	-pie-background: linear-gradient(#f0f0f0, #ffffff);
}

ul.popup_buttons li {
  color:#999;
  font-weight: bold;
}

.select-closest-depot-myaccount {
    width: 446px;
}

.select-closest-depot-checkout {
    width: 218px;
}

#loader-spinner, .waiting
{
	background-image: url(/wp-content/themes/storefront-child/images/select2-spinner.gif);
	max-width: 17px;
	min-width: 17px;
	max-height: 25px;
	min-height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	display: block;
	float: left;
	overflow: visible;
}

/* add to any element! */
.waiting{
	visibility: visible;
	float:none;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
}
