 /* miniCart.css */

.overflow-hidden {
	overflow:hidden;
}

li.cart .dropdown-arrow, div.cart .dropdown-arrow {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5.5px 0;
    border-color: #fff transparent;
    position: absolute;
    top: 16px;
    right: -13px;
}

div.cart .dropdown-arrow {
	right: -6px;
}

li.cart:hover {
	cursor: pointer;
}

#headerCartOverlay, #generalOverlay {
	position: fixed;
	visibility:hidden;
	width: 100%;
	height: 100%;
	z-index: 19;
	top: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#headerCartOverlay.visible, #generalOverlay.visible {
	visibility:visible;
	opacity:0.5;
}

#xbrand-header ~ #headerCartOverlay {
	top: 0;
}

#headerCartHoverMessageMobile {
	top: 0;
}

#headerCartHoverMessage,  #headerCartHoverMessageMobile{
	background-color: #fff;
	color: #000;
	width: 300px;
	font-size: 12px;
	position: fixed;
	z-index: 1001;
	height: 100%;
	line-height: 15px;
	font-size: 14px;
	text-align: left;
	overflow: auto;
	right: 0;
	cursor: default;
	border-top: 0;
	margin-top: -1px;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: column;
	display:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#xbrand-header ~ #wrapper #headerCartHoverMessage {
	top: 77px;
	height: 90%;
}

#headerCartHoverMessage {
	top:40px;
	height:95%;
}

#headerCartHoverMessage .cart-dw, #headerCartHoverMessageMobile .cart-dw {
	font-size: 10px;
}

.mini-cart-message {
	color: #000;
	background:#f0f0f0;
	width: 100%;
	padding:10px 5%;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mini-cart-spinner {
	width: 12px !important;
	height: 12px !important;
	margin:0 !important;
}

.top-menu-wrapper.mobile #headerCartHoverMessageMobile a {
	position: relative;
}

.empty-cart-text {
	padding: 30px 0;
}

.cart-qty-plus, .cart-qty-minus {
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	width: auto;
}

.cart-qty {
	font-size: 13px;
	color: #333;
}

.cart-qty-adjust {
	font-size: 13px;
	color: #333;
}

.cart-qty-plus:hover, .cart-qty-minus:hover {
	color: #e40000;
	cursor: pointer;
}

/*#headerCartHoverMessage .cart-hover-link-wrapper, #headerCartHoverMessageMobile .cart-hover-link-wrapper {
	width: 90%;
	margin: 0 auto;
}*/

/*#headerCartHoverMessage .cart-hover-link-wrapper .cart-hover-link, #headerCartHoverMessageMobile .cart-hover-link-wrapper .cart-hover-link  {
	margin: 15px 0 0;
}*/

.cart-hover-link-wrapper .cart-hover-link {
	padding: 15px 30px;
	text-transform:uppercase;
	width: 95%;
}

#headerCartHoverMessage .cart-no-items, #headerCartHoverMessageMobile .cart-no-items {
	text-indent: 15px;
	padding: 5px;
	display:block;
}

#headerCartHoverMessage thead tr th:not(.product-title-name, #headerCartHoverMessageMobile thead tr th:not(.product-title-name)){
	text-align: center;
}

#headerCartHoverMessage thead tr th.product-title-name, #headerCartHoverMessageMobile thead tr th.product-title-name {
	text-indent: 20px;
}

#headerCartHoverMessage tbody td img, #headerCartHoverMessageMobile tbody td img {
	height: 30px;
	margin-right: 5px;
}

#headerCartHoverMessage tbody, #headerCartHoverMessageMobile tbody {
	min-height: 300px;
	display: table-caption;
	height: 475px;
	overflow:auto;
}

#headerCartHoverMessageMobile tbody {
	min-height: 200px;
	height: 420px;
	overflow:auto;
}

.cart-ttr-days-label {
	display: inline-block;
}

.cart-hover-label {
	background:#333;
	text-align:center;
	font-size:20px;
	line-height:20px;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}

.cart-hover-label .arrow {
	float:left;
	font-size: 20px;
	padding-left: 5%;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	line-height: 20px;
}

.cart-hover-label span {
	color: #fff;
	display: inline-block;
}

.product-header-ttr {
	float: right;
	text-decoration: none;
}

#headerCartHoverMessage table, #headerCartHoverMessageMobile table {
	margin: 0 auto;
	width: 90%;
}

.cartDropdownCouponCode .remove-coupon {
	cursor: pointer;
	text-decoration: underline;
	color: #e40000;
}

.cart-edit-ttr {
	cursor:pointer;
	color:#e40000;
}

/*.cartDropdownCouponCode input, #cartDropdownTTRWrapper input{
	height: 30px;
	line-height: 30px;
}*/

#cartDropdownTTRWrapper {
	font-size:12px;
}

#cartDropdownTTRWrapper .cart-hover-ttr {
	height:30px;
	line-height: 30px;
	border-width:0;
	text-align:center;
}

.cartDropdownCouponCode .cart-coupon-error, #cartDropdownTTRWrapper .cart-ttr-error {
	width: auto;
	font-size: 12px;
	position: absolute;
    padding: 15px;
    margin: 0 10px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    text-align: left;
    background-color: #e40000;
    color: white;
  	display:none;
  	right:0;
}

.cartDropdownCouponCode .cart-coupon-error {
	bottom: 121px;
}

#cartDropdownTTRWrapper .cart-ttr-error {
	bottom: 160px;
}

.cartDropdownCouponCode .cart-coupon-error:after, #cartDropdownTTRWrapper .cart-ttr-error:after {
	content: "";
    position: absolute;
    z-index: 9;
    left: 10px;
    bottom: -7px;
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e40000;
    font-size: 0;
    line-height: 0;
}

#cartDropdownTTRWrapper .cart-ttr-error {
	margin-left: 5px;
}

.mini-cart-rental-note {
	font-size:8px;
	margin-top:-5px;
	line-height:8px;
}

.cartDropdownCouponCode .coupon-code-submit {
	width: 70%;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 30px;
	line-height: 30px;
}

.cartDropdownCouponCode .coupon-code-active {
	line-height: 50px;
}

/* retina display/iOS */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
        (-o-min-device-pixel-ratio: 3/2) , only screen and
        (min--moz-device-pixel-ratio: 1.5) , only screen and
    (min-device-pixel-ratio: 1.5) {
    #cartDropdownTTRWrapper .btnCpn {
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
	}

	.cartDropdownCouponCode .btnCpn {
		-webkit-border-radius:0 !important;
		-moz-border-radius:0 !important;
		border-radius:0 !important;
	}

	#cartDropdownTTRWrapper .cart-hover-ttr {
		width: 15% !important;
		height: 30px !important;
		-webkit-appearance:none !important;
		appearance:none !important;
	}

	.cartDropdownCouponCode .coupon-code-submit {
		-webkit-appearance: none !important;
		appearance: none !important;
	}
}




@media only screen and (max-width: 640px)  {
	#cartDropdownTTRWrapper.safari .cart-hover-ttr {
		padding:0 0 2px !important;
	}

	.cartDropdownCouponCode.safari .coupon-code-submit {
		padding:0 0 2px!important;
	}
}


/* smaller phones*/
@media screen and (max-width: 350px) {
	#headerCartHoverMessageMobile {
		width: 100% !important;
	}
}

#cartDropdownTTRWrapper .cart-hover-ttr {
	width: 15%;
	border-right:0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.cartDropdownCouponCode .coupon-code-submit::-webkit-input-placeholder,
#cartDropdownTTRWrapper .cart-hover-ttr::-webkit-input-placeholder {
	text-indent: 5px;
	font-size: 12px;
}

.cartDropdownCouponCode .coupon-code-submit:-moz-placeholder,
#cartDropdownTTRWrapper .cart-hover-ttr:-moz-placeholder{
	text-indent: 5px;
	font-size: 12px;
}

.cartDropdownCouponCode .coupon-code-submit::-moz-placeholder,
#cartDropdownTTRWrapper .cart-hover-ttr::-moz-placeholder{
	text-indent: 5px;
	font-size: 12px;
}

.cartDropdownCouponCode .coupon-code-submit:-ms-input-placeholder,
#cartDropdownTTRWrapper .cart-hover-ttr:-ms-input-placeholder {
	text-indent: 5px;
	font-size: 12px;

}

#headerCartHoverMessage table tbody td.product-image,
#headerCartHoverMessageMobile table tbody td.product-image {
	vertical-align:top;
	text-align:left !important;
}

#headerCartHoverMessage table .cart-qty-wrapper,
#headerCartHoverMessageMobile table .cart-qty-wrapper{
	margin-top:15px;
}

.cart-qty-wrapper .price {
	margin-right: -10px;
}

#headerCartHoverMessage table tbody tr:not(:last-child),
#headerCartHoverMessageMobile table tbody tr:not(:last-child){
	border-bottom: #f0f0f0 1px solid;
}

#headerCartHoverMessage table tbody tr td.product-name span:not(.cart-qty-adjust):not(.price):not(.cart-qty), 
#headerCartHoverMessage table tbody tr td.product-name a:not(.cart-qty-adjust), 
#headerCartHoverMessageMobile table tbody tr td.product-name span:not(.cart-qty-adjust):not(.price):not(.cart-qty),
#headerCartHoverMessageMobile table tbody tr td.product-name a:not(.cart-qty-adjust){
	width: 185px;
	display:block;
	text-indent: 0;
}

#headerCartHoverMessageMobile table tbody tr td.product-name span:not(.cart-qty-adjust):not(.price):not(.cart-qty),
#headerCartHoverMessageMobile table tbody tr td.product-name a:not(.cart-qty-adjust){
	width: 185px;
}

#headerCartHoverMessage table tbody tr td.product-name span.cart-qty,
#headerCartHoverMessage table tbody tr td.product-name span.cart-qty-adjust,
#headerCartHoverMessageMobile table tbody tr td.product-name span.cart-qty,
#headerCartHoverMessageMobile table tbody tr td.product-name span.cart-qty-adjust {
	width: auto;
	display: inline-block;
	text-indent: 0;
}

#headerCartHoverMessage table tbody tr td.product-name span.price, 
#headerCartHoverMessageMobile table tbody tr td.product-name span.price {
	width: 55%;
	display: inline-block;
	text-align:right;
	float: right;
}

#headerCartHoverMessage table tbody tr td.product-name a,
#headerCartHoverMessageMobile table tbody tr td.product-name a {
	color: #333 !important;
}

#headerCartHoverMessage table tbody tr td.product-name a:hover {
	color: #e40000 !important;
	text-decoration: underline;
}

#headerCartHoverMessage table tbody tr td {
	padding: 20px 0 10px;
}

#headerCartHoverMessageMobile table tbody tr td {
	padding: 20px 5px 10px 0;
}

#headerCartHoverMessage table tbody tr:not(.cart-hover-last-row) td,
#headerCartHoverMessageMobile table tbody tr:not(.cart-hover-last-row) td {
	color: #333;
}

#headerCartHoverMessage table tfoot tr.cart-hover-last-row,
#headerCartHoverMessageMobile table tfoot tr.cart-hover-last-row {
	border-top: 1px solid #000;
}

#headerCartHoverMessage table tfoot tr.cart-hover-last-row td.cart-hover-total,
#headerCartHoverMessageMobile table tfoot tr.cart-hover-last-row td.cart-hover-total {
	color: #000;
	text-align: right;	
}

.new-button.cart-dropdown-set-ttr {
	display: inline-block;
	letter-spacing: 0;
	font-size: 10px;
	padding: 4px 8px 3px;
	margin-top: 1px;
	height: 30px;
	line-height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

.total-label {
	font-size: 12px;
}

.total-label .total-label-exclusions {
	font-size: 8px;
	text-transform:none;
}

#headerCartHoverMessage table tbody tr td:not(.product-name),
#headerCartHoverMessageMobile table tbody tr td:not(.product-name) {
	text-align: center;
	font-size: 12px;
	width: 65px;
}

#headerCartHoverMessage table tbody tr td.product-remove,
#headerCartHoverMessageMobile table tbody tr td.product-remove {
	width: 20px;
	vertical-align: top;
	text-align:left;
}

#headerCartHoverMessageMobile table tbody tr td.product-remove .product-remove-icon {
	font-size:20px;
	padding-left:7px;
}

#headerCartHoverMessage table tbody tr td.product-remove .product-remove-icon {
	font-size:16px;
}

#headerCartHoverMessage table tbody tr td.product-remove .product-remove-icon,
#headerCartHoverMessageMobile table tbody tr td.product-remove .product-remove-icon {
	color: #808080;
	cursor:pointer;
}

.product-remove-icon:hover {
	color: #e40000 !important;
}

#headerCartHoverMessage table tbody tr td.product-remove img:hover {
	cursor: pointer;
}

.cartDropdownCouponCode .btnCpn:hover, #cartDropdownTTRWrapper .btnCpn:hover {
   background: #e40000;
   color: white;
}

.cartDropdownCouponCode .btnCpn {
	width: 30%;
	background:#fff;
}

#cartDropdownTTRWrapper .btnCpn {
	width: 23%;
	border-width: 0;
	background:#f0f0f0;
}

.cartDropdownCouponCode .btnCpn, #cartDropdownTTRWrapper .btnCpn {
	padding:0px 5px;
	line-height: 31px;
	height: 34px;
	vertical-align: initial;
	margin-top: 0;
	margin-left: 0;
	cursor: pointer;
	-webkit-appearance: none !important;
	appearance:none !important;
  	color: #e40000;  	
  	-webkit-transition:background 0.75s, color 0.75s;
  	-moz-transition:background 0.75s, color 0.75s;
  	-o-transition:background 0.75s, color:0.75s;
  	transition: background 0.75s, color 0.75s;
}

.mini-cart-footer {
	bottom: 0px;
	width: 100%;
	position: absolute;
	z-index:999;
	background: #fff;
	box-shadow:0 -3px 5px 0 #c9c9c9;
}

#xbrand-header ~ #wrapper #bar #headerCartHoverMessage .mini-cart-footer {
	bottom: 77px;
}

#bar #headerCartHoverMessage .mini-cart-footer {
	bottom:40px;
}

/*.mini-cart-footer {
	position:relative;
	width: 100%;
	z-index:999; 
	background:#fff;
}*/

.mini-cart-footer > div:nth-child(even) {
	background: #f0f0f0;
}

.mini-cart-footer > div:last-child {
	padding-bottom: 15px;
	padding-top: 10px;
}

.mini-cart-footer > div:not(:last-child) {
	padding-bottom: 10px;
	padding-top: 10px;
}

.mini-cart-footer .cartDropdownCouponCode {
	padding-top:0 !important;
	padding-bottom:0 !important;
	height: 50px;
}

.mini-cart-footer .cartDropdownCouponCode .coupon-code-submit {
	height: 50px;
	line-height: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-width:0;
}

.mini-cart-footer .cartDropdownCouponCode .btnCpn {
	height:50px;
	line-height:50px;
	border-width:0;
	border:0;
}

.mini-cart-footer .mini-cart-subtotal {
	text-transform: uppercase;
	margin: 5px 0 10px;
	height: 20px;
	width: 95%;
}

.mini-cart-footer > div {
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 5%;
}
/* End miniCart.css */

/* Start miniCart login css */
#miniCartLoginModalContainer{
  position: fixed;
  top: 10%;
  left: 40%;
  width: 256px;
  height:auto;
  background-color: white;
  padding: 1em;
  z-index:25;
  border: 1.2px solid #cecece;  
  -webkit-box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
  box-shadow: 0px 0px 17px 0px rgba(136,136,136,1);
}

#miniCartLoginModalContainer input {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	padding: 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#miniCartLoginModalContainer .horizontal-line {
	width: 100%;
	height: 0;
	border-top: 1px solid #c0c0c0;
	text-align: center;
	margin:5px 0;
}

#miniCartLoginModalContainer *:not(input){
	text-align:center;
}

#miniCartLoginModalContainer .mini-cart-login-button-wrapper{
	display:block;
	text-align:center;
}

#miniCartLoginModalContainer .mini-cart-register {
	display:none;
}

#miniCartLoginBtn, #miniCartRegisterBtn {
	height: 34px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: none;
    background-color: #e30600;
    text-align: center;
    text-decoration: none;
    display:block;

    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.mini-cart-register, .mini-cart-login {
	cursor:pointer;
}

.mini-cart-alert.green {
	padding: 11px 15px;
	text-align:left !important;
	margin: 15px 0;
	font-weight: 600;
	display:none;
}

#miniCartLoginModalContainer .lost-password-link {
	color: black;
	text-decoration:underline;
	cursor:pointer;
	font-size: 11px;
}

#miniCartLoginModalContainer .modal-close {
	cursor:pointer;
	text-align:right;
}

#miniCartLoginModalContainer .mini-cart-title {
	margin-top:0;

}

.mini-cart-used-gear-timer span {
	background-color:#e40000;
	color:#fff;
	font-size:12px;
	padding:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/* End miniCart login css */
#headerCartHoverMessage table .mini-cart-spinner-wrapper, #headerCartHoverMessageMobile table .mini-cart-spinner-wrapper {
	width: 100%;
	height:20px;
	display:block;
	text-align:center;
}

.mini-cart-spinner-wrapper .spinner {
	display:block;
	background-image:url(/js/yui/assets/skins/sam/wait.gif);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	width: 100%;
	text-align:center;
	height: 15px;
}