/*ADDED BY AARON 1-23-20 to fix z index on megamenu*/
/*header {
    z-index: 9999 !important;
    position: relative;
}*/

/*ADDED BY AARON 1-24-20 TO FIX PDP DISPLAY ISSUES*/

/*@media screen and (max-width: 767px) {
    .ml-hidden-product-image {
        display: block;
    }
}

.ml-footer-mini-wrapper div:nth-child(3) {
    display: none;
}
*/

/*ADDED BY AARON 12-5-18 to fix "new shopper tab" background color*/

#guest.toggle-button {
  background-color: yellow !important;
  color: black !important;
}


/*added by Aaron 9-18-18 to fix navigation
*/
@media screen and (max-width: 1007px) and (min-width: 768px) {
  .nav.navbar-nav.ml-navbar-nav {
    display: flex !important;
    text-align: center;
  }
}



/*added by Aaron 11-22-17 - delay image zoom on mobile*/
@media screen and (min-width: 300px) and (max-width: 480px) {
.ml-layout-section-product .ml-modal .modal-dialog img, .ml-product-detailimgcontainer img, .ml-product-alt-detailimgcontainer img {
  width: 75% !important;
  height: 75% !important;
  max-width: 75% !important;
  max-height: 75% !important;
}
}

/*added by Aaron 11-22-17 - video scaling for mobile properties*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*added by Aaron 11-21-17 - non-clickable headers font size & alignment change*/
/*.nav.navbar-nav.ml-navbar-nav.ml-navbar-menu {
  font-size: 14px !important;
}*/

/*.nav.navbar-nav.ml-navbar-nav li a, .nav.navbar-nav.ml-navbar-nav li a:visited, .nav.navbar-nav.ml-navbar-nav li.active>a:focus, .nav.navbar-nav.ml-navbar-nav li.active>a, .nav.navbar-nav.ml-navbar-nav li .active a, .nav.navbar-nav.ml-navbar-nav li .active a:focus, .nav.navbar-nav.ml-navbar-nav li a:focus {
  text-align: left !important;
}*/

/*added by Aaron 11-8-17 - review color change*/
.ml-rating .ml-snippet-stars .ml-small-stars {
  color: #ffce06 !important;
}

.ml-rating .ml-snapshot-rating .ml-large-stars {
  color: #ffce06 !important;
}

.ml-order-processing-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.ml-order-processing-wrapper .ml-order-processing-content-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.ml-order-processing-wrapper .ml-order-processing-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Added by Raz 6/16/16 to make the onsale prices red */

span.ml-message-price + span {
	color: #d84b4b;
}

/* added by Raz 7/6/16 to fix printing in chrome and remove tags */

@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Made the Bargain Corner link red at Maureen's request 10/19/16 */
li.ml-category-nav-item.ml-category-nav-id-100819 a {
  color: #990000 !important;
}

/* Made the Bargain Corner link red at Maureen's request 10/19/16 */
li.ml-category-nav-item.ml-category-nav-id-100819 a {
  color: #990000 !important;
}


.ml-basket-input-source-wrapper .basketPromoCodes, .ml-accordion-annotations-container .basketPromoCodes {
	float: left;
    margin-top: 10px;
}
.ml-basket-input-source-wrapper .basketPromoCodes ul, .ml-accordion-annotations-container .basketPromoCodes ul {
	margin-top: 5px;
    list-style: none;
    padding-left: 0px;
}
.ml-basket-input-source-wrapper .basketPromoCodes li, .ml-accordion-annotations-container .basketPromoCodes li {
	color: #e66d2f
}
.ml-basket-input-source-wrapper .basketPromoCodes li a, .ml-accordion-annotations-container .basketPromoCodes li a {
	padding: 15px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
}

.ml-basket-input-source-wrapper .basketPromoCodes li a:hover, .ml-accordion-annotations-container .basketPromoCodes li a:hover {
    color: #000;
}

.ml-accordion-annotations-container .basketPromoCodes > b {
 	display: block;
    margin: 25px 0 15px 0;
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
    font-family: 'Copse',serif;
    font-size: 18px;
    font-weight: normal;
}
}
  
#birthMonth, #birthDay {
	max-width:295px;
}
label.visuallyhidden-with-placeholder.ml-birth-month-label {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.input-group {
	padding-bottom:15px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.myBuysPDP .MB_PRODUCTSLOT {
		width:220px !important;
		margin-right:10px !important;
	}
}


@media screen and (min-width: 992px) {
	.myBuysPDP .MB_PRODUCTSLOT {
		width:245px !important;
		margin-right:0px !important;
	}
}

/* Added by Raz 10/24/16 because the mobile menu */
@media screen and (max-width: 767px) {
  .navbar-default {
    background: #fff !important;
  }
  .ml-header-search-field {
    margin-top: 8px !important;
  }
}

#globalHeaderInclude {
  padding-bottom: 5px;
}
input.ml-invisible {
        display:none;
}

.ml-sibling-group-root li.ml-sibling-group .ml-sibling-group-items .ml-category-nav-item a.ml-category-nav-name {
    text-align: left;
}




.ml-srOnly-content {
	margin: -1px;
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip-path: polygon(0 0, 0 0, 0 0);
	-webkit-clip-path: polygon(0 0, 0 0, 0 0);
	overflow: hidden !important;
}
/* 2020-03-03 Add following rules to the core styles for the next build */
@media screen and (max-width:767px) {
	header[role="banner"] {
		height: auto !important;
	}
	#ml-navbar-collapse-secondarynav .ml-category-nav-item::before {
    content: "";
	}
	#ml-navbar-collapse-secondarynav.ml-navbar-secondary ul.nav.navbar-nav.ml-navbar-nav > li > a {
		color: inherit !important;
	}
	
	#ml-navbar-collapse-secondarynav.navbar-collapse.in {
		overflow-y: hidden;
	}
}
@media screen and (min-width:768px) {
	.nav.navbar-nav.ml-navbar-nav.ml-navbar-menu > li.ml-sibling-group-root:hover > ul {
		padding-left: calc( (100vw - 960px) / 2) !important;
		padding-right: calc( (100vw - 960px) / 2) !important;
	}
}


.ml-header-tabs .tabs a.tab7 {
    display: none !important;
}



@media screen and (max-width: 767px) {

#globalHeaderInclude {
    display: block !important;
    padding-top: 10px;
}
#globalHeaderInclude .ml-header-global-include {
    display: block;
}
	.ml-header-global-include-wrapper h2 {
	    font-size: 12px; 
		margin-top: 0;
	}

}

