.ms-content-block__image picture img[data-src=""] {
	display: none !important;
}
.landing .landing-featured {
	display: flex;
}
.ms-search-result-container .ms-product-search-result__item .product-type-assembly .product-details {
	padding: unset !important;
}
.ms-search-result-container .ms-product-search-result__item .product-type-assembly img {
	object-fit: contain !important;
}
@media only screen and (min-width: 992px) {
	.ms-header .ms-search::before {
		display: none !important;
	}
	.ms-header__account-info::before {
		content: '' !important;
		min-height: 34px;
	}
}

/* Changes bottleshot max-width on product tiles from 57px to 70px */
.ms-search-result-container .ms-product-search-result__item .product-type-bottled-wine img {
max-width: 70px;
}

/* Changes Twitter Icon in Footer to X-Twitter using Font Awesome 6 */
.social-media, .social-media-item a, .social-media-item span {
    font-family: "Font Awesome 6 Brands" !important;	
    margin-right: 15px;
}
.social-media-twitter::before, .social-media-item-twitter span::before {
content: "\e61b";
}
/* Recipe ingredient dashes*/
ul.recipe-dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
ul.recipe-dash > li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
/* Line behind Where to Buy on Wine detail */
h2.header-line {
    display: table;
    white-space: nowrap;
    &:before, &:after {
      border-top: 1px solid #C0BEBB;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.65em;
      width: 45%;
    }
    &:before { right: 0%; }
    &:after { left: 0%; }
}
/* Switches Photo to Right Side of Content Block */
.ms-content-block.ms-content-block-right-image {
    flex-direction:row-reverse
}
/* Line behind Tier Header on Wine list */
/* Oldsite line color #564a43 */
h2.tier-line {
    display: table;
    white-space: nowrap;
    &:before, &:after {
      border-top: 1px solid #9DA19F;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.65em;
      width: 45%;
    }
    &:before { right: 0%; }
    &:after { left: 0%; }
}
/* Tier Line Club Heder Dark Tan */
p.tier-line-club {
    display: table;
    white-space: nowrap;
    &:before, &:after {
      border-top: 1px solid #b7b5b1;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.65em;
      width: 45%;
    }
    &:before { right: 0%; }
    &:after { left: 0%; }
}





/* Move footer legal left */
@media (min-width: 992px) {
    ul.footer-bottom li.footer-bottom:last-child {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 1.5rem;
    }
}

/* footer font sans */
ul.footer-bottom li.footer-bottom ul.footer-links {
    font-family: ArizonaSansLight, Segoe UI, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.3;


}





/* Container Outline */
.container-outline {
    border: 1px solid #ADA492;
    padding: 0px 15px;
}
/* Home Video Container */
.msc-videoplayer {
    padding-right: 10%;
    padding-left: 10%;
}



/* Infor Reservation Box Changes*/
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 25px !important;
}
.rc-section-line-color {
    background-color: #3A453E;
    display: none;
}
.rc-label-column {
    font-weight: normal !important;
    color: #ffffff;
}
        /* Text Color */
#rc-portal {
    max-width:100%;
    color: #ffffff;
    padding-left: 5px;
    line-height: 16px;
    font-size: 13px;
    font-family: ArizonaFlareLight, Lora, Georgia, Times, Times New Roman, serif !important;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 13px;
}
.Input, .p-FauxInput {
    font-size: 13px;
}
input, select, textarea {
    font-size: 13px;
}
.rc-footnote {
    display:none;
}
.rc-checkbox-list {
    max-height: none;
}
.rc-scrolling-input {
    max-height: none;
}
.rc-legend {
    display:none;




}
/* Tasting Notes Letter Case */
.product-attribute-nv-name {
    text-transform: uppercase;
}
.ms-buybox .product-attribute-nv-name {
    margin-top: .9rem;
    font-weight: bold;
    margin-bottom: -5px;
}
/* Hiding the club pricing as per ticket # INC0041992 */
.sku-selector-container .table-responsive .table  tbody tr td:nth-child(3){
display: none;
}

.sku-selector-container .table-responsive .table thead tr th:nth-child(3) {
display: none
}
/* Tier Tile Fill */
.tier-tile-fill {
    background-color: #f3f1ee;
}
/* Wine Club Tier Name */
.wine-club-signup-club-item-title {
    font-size: 42px;
    line-height: 42px;
    color: #3A453E;
    margin-bottom: 3px;
    letter-spacing: -2px;
}


/* Events List */
.event-list-event {
    background-color: #EBE8E4 !important;
    letter-spacing: 0px !important;
}
.event-list-category {
    color: #3a453e !important;
    font-size: 13px !important;
    line-height: 19px !important;
    letter-spacing: 0px !important;
}
.event-list-name {
    color: #3a453e !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
}
.event-list-location {
    color: #3a453e !important;
    font-size: 13px !important;
    line-height: 19px !important;
    letter-spacing: 0px !important;
}
.event-list-time {
    color: #3a453e !important;
    font-size: 13px !important;
    line-height: 19px !important;
    letter-spacing: 0px !important;
}
.event-list-sold-out {
    color: #3a453e !important;
    font-family: ArizonaFlareRegular, Lora, Georgia, Times, Times New Roman, serif !important;
}
.event-list-day {
    font-size: 60px !important;
    margin-top: -20px !important;
}


/* Prop 65 Box */

.checkout .msc-p65-warning-text {
    padding-left: 5px !important;
    font-size: 15px !important;
    line-height: 18px !important;
    border: 1px solid #666 !important;
}

/* Home Hero Video */
.msc-videoplayer {
    padding-right: 6%;
    padding-left: 6%;
}

/* Mobile Logo bigger - 150 */
.ms-header .mobile-vp .ms-header__logo img {
    max-width: 190px !important;
    height: auto;
}


















