@charset "utf-8";

/**
 * CSS
 */

.shipping-methods .hgroup.title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shipping-methods .hgroup.title {
	min-height: 77px;
}

.ui-checkbox {
	vertical-align: middle;
	margin-top: -3px;
}

.payments-methods {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	width: auto !important;
}
.payments-methods label {
	display: inline-block !important;
}

.vertical-form dl {
	margin: 0 !important;
}
.vertical-form dt,
.vertical-form dd {
	width: auto !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	text-align: left !important;
}
.vertical-form .ui-input,
.vertical-form .ui-select,
.vertical-form .ui-textarea {
	width: 100% !important;
}

#cookie_terms {
	display: none;
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	padding:15px;
	text-align: center;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.show-mobile {
	display: none;
}
.show-desctop {
	display: block;
}

@media (max-width: 767px) {
	.ui-form-block dt {
		text-align: left !important;
	}
	.ui-form-block dd {
		width: 100%;
		margin: 0;
	}
	.ui-form-block dd .ui-input {
		width: 100%;
	}
	.show-mobile {
		display: block;
	}
	.show-desctop {
		display: none;
	}
}
/* Keep the cart beside the logo without covering it on phones. */
@media (max-width: 767px) {
  .header .bottom .container .logo a {
    max-width: calc(100% - 68px);
  }
  .header .bottom .container .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 68px;
  }
  .header .bottom .container .mini-cart {
    top: 8px;
    right: 4px;
    padding: 0;
    z-index: 2;
  }
  .header .bottom .container .mini-cart a {
    width: 44px;
    height: 44px;
    background-position: center center;
  }
}
