/*------------------------------------------------------------------
[ eCellar Custom Styles ]
*/
.ecp-component form {
    background:none!important;
}
.ecp-form-tip {
    display: none!important;
}
.ecp_CategoriesList .ecp-price, 
.ecp_CategoriesList .ecp-price-discounted, 
.ecp_CategoriesList .ecp-price-regular,
.ecp_ProductDetail .ecp-price, 
.ecp_ProductDetail .ecp-price-discounted, 
.ecp_ProductDetail .ecp-price-regular {
    font-size: 2rem;
}
#account-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    font-size: 13px;
    min-width: 300px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
}
#account-cart .myaccount {
    margin-right: 20px;
}
#account-cart > div {
    display:inline-block;
    margin-right: 20px;
}
#account-cart .cart-label {
    margin-right: 3px;
}

.ecp_MiniCart {
    font-size: 24px;
    font-family: 'Futura-condensed-med' !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
}
.ecp_MiniCart a,
.ecp_MiniCart span {
    color: #000;
}

.ecp_AddedToCart.ecp-sidekick {
    top: 190px;
}
.ecp-sidekick-header h2 {
    font-size: 18px !important;
}
.ecp_AddedToCart.ecp-sidekick .ecp-sidekick-content .ecp-columns-right {
    padding-left: 10px;
    padding-top: 0px;
}
ul.ecp-stepper li.ecp-stepper-active {
    background-color:#d2d7da !important;
    border-color:#d2d7da !important;
}
.ecp-section-menu {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.ecp-wrapper .ecp_ProductDetail .ecp-columns-right {
    width: 55%;
}

/* BUTTONS */
.ecp-component button, .ecp-form button {
    font-family: 'Futura-condensed-med';
    letter-spacing: 2.5px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    /* background: #d59a8e !important; */
    background: #fff !important;
    position: relative;
    padding: 0 15px !important;
    /* min-height: 42px; */
    min-height: 40px;
    /* border: none !important; */
    border: solid 1px #ccc !important;
    letter-spacing: 1px;
    -o-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important; 
    border-radius: 0px !important;
    text-shadow: none;
    transition: all 300ms ease 0ms;
    transition-property: all;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    display:inline-block !important;
    width:auto !important;
}
.ecp-component button:hover {
    background: #000 !important;
    /* color: #d59a8e !important; */
    color: #fff !important;
    border-color: #000!important;
}
.ecp_CategoryWithProducts div.ecp-html-subtitle,
.ecp_CategoriesList__Category div.ecp-html-subtitle {
    display:none;
}
.ecp-component [data-ecp-handle="add_more_to_cart"] button {
    font-size: 12px !important;
}
.ecp-component [data-ecp-action="apply-coupon"] {
    font-size: 13px;
}
.ecp_ProductDetail .ecp-form button {
    margin-left: 10px !important;
}
/* PRODUCTS LISTING */
.ecp_CategoriesList__Category .ecp-html-content {
    display: none;
}
.ecp_CategoryWithProducts .ecp-x-list,
.ecp_CategoriesList__Category .ecp-x-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.ecp_CategoryWithProducts .ecp-list-item,
.ecp_CategoriesList__Category .ecp-list-item {
    /* single list item */
    /* margin: 0px 40px 40px 0px; */
    background: #f1f1f1;
    padding: 30px 30px 30px 30px;
}
.ecp_GeneralCart [data-ecp-handle="products"] {
    display:block;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row,
.ecp_CategoriesList__Category .ecp-list-item .ecp-form-row {
    display:block;
    text-align: center;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-75, 
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-25,
.ecp_CategoriesList__Category .ecp-list-item .ecp-form-row .ecp-form-row-col-75, 
.ecp_CategoriesList__Category .ecp-list-item .ecp-form-row .ecp-form-row-col-25 {
    display:inline-block;
    float:none !important;
    width:auto;
    vertical-align: top;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-75 .ecp-form-tip,
.ecp_CategoriesList__Category .ecp-list-item .ecp-form-row .ecp-form-row-col-75 .ecp-form-tip {
    display:block;
    clear:both;
    width: 100%;
}
.ecp_CategoryWithProducts .ecp-price, 
.ecp_CategoryWithProducts .ecp-price-discounted, 
.ecp_CategoryWithProducts .ecp-price-regular,
.ecp_CategoriesList__Category .ecp-price, 
.ecp_CategoriesList__Category .ecp-price-discounted, 
.ecp_CategoriesList__Category .ecp-price-regular {
    font-weight:500;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.ecp_CategoryWithProducts select[name="product_qty"],
.ecp_CategoriesList__Category select[name="product_qty"] {
    width: 50px;
}
.ecp_CategoryWithProducts .ecp-columns-left, 
.ecp_CategoryWithProducts .ecp-columns-right,
.ecp_CategoriesList__Category .ecp-columns-left, 
.ecp_CategoriesList__Category .ecp-columns-right {
    width:100% !important;
    float:none !important;
    text-align: center;
}
.ecp_CategoryWithProducts .ecp-columns,
.ecp_CategoriesList__Category .ecp-columns {
    margin-bottom: 0px !important;
}
.ecp_CategoryWithProducts h3,
.ecp_CategoriesList__Category h3 {
    text-align: center;
    font-size: 21px;
    min-height: 105px;
    max-width: 235px;
    margin:0px auto !important;
    font-family: 'Futura-condensed-med' !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
}
.ecp_CategoryWithProducts h3 a, 
.ecp_ProductDetail h2,
.ecp_CategoriesList__Category h2 a,
.ecp_CategoriesList__Category h3 a {
    color:#000;
}
.ecp_CategoryWithProducts img,
.ecp_CategoriesList__Category img {
    max-height: 400px;
}
.ecp_CategoriesList__Category {
    margin-bottom: 10rem;
}
.ecp_CategoriesList__Category:last-of-type {
    margin-bottom: 0;
}
ul.ecp-stepper li.ecp-stepper-step {
	border-radius: 50%;
	border: 2px solid #d2d7da;
	height: 2.5rem;
	width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecp_AddedToCart dt {
	font-size: 1.6rem;
	line-height: 1.5;
}
a.ecp-option {
	font-size: 1.6rem;
}
.ecp-section h3 {
    font-family: 'Futura-condensed-med' !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
}

/* FORMS */
.ecp-form .ecp-grid-row .ecp-grid-col-6 {
    width:auto;
    margin-right: 10px;
}
.ecp-form select {
    box-sizing: border-box;
    height: 42px !important;
    padding: 0px !important;
    -webkit-appearance:menulist !important;
    -moz-appearance:menulist !important;
    appearance:menulist !important;
}
.ecp_CategoryWithProducts div.ecp-html-subtitle,
.ecp_CategoriesList__Category div.ecp-html-subtitle {
    min-height: 90px;
}
.ecp_GeneralCart .ecp-box-header {
    font-family: 'Futura-condensed-med' !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
	background-color: #eaeaea;
	border-bottom: none;
}
.ecp_GeneralCart .ecp-box-header a {
    color: #000;
}
.ecp-form-fieldset-scrunched input[type="date"], 
.ecp-form-fieldset-scrunched input[type="number"], 
.ecp-form-fieldset-scrunched input[type="password"], 
.ecp-form-fieldset-scrunched input[type="text"], 
.ecp-form-fieldset-scrunched select {
	margin-bottom: 8px;
}
.ecp-form input[type="date"], 
.ecp-form input[type="number"], 
.ecp-form input[type="password"], 
.ecp-form input[type="text"], 
.ecp-form select {
	border: 1px solid #ccc !important;
    outline:none;
}
.ecp-callout-box {
    padding: .75rem 1.5rem;
    background-color: transparent !important;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
    border: none !important;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 1px;
    -o-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}
.ecp_GeneralCart select {
    text-align: center !important;
}
.ecp-wrapper {
    min-height: 0px !important;
}
.ecp_GeneralCart .ecp-columns-left {
    display:none;
}
.ecp_GeneralCart .ecp-columns-right {
    width: 100% !important;
}
/* ACCOUNT */
.ecp_Dashboard .ecp-item-list {
    display:flex;
    flex-wrap: wrap;
    padding:0px;
    margin:0px;
}
.ecp_Dashboard .ecp-item-list li {
    list-style: none;
    margin: 0px 30px 30px 0px;
    width: calc(100% / 3.4);
    text-align: center;
}
.ecp_Dashboard .ecp-item-list li a {
    background-color: #f1f1f1;
    color: #000;
    padding: 30px 30px 30px 30px;
    display:flex;
    text-align: left;
    align-items: center;
}
.ecp_Dashboard .ecp-item-list li a:hover {
    /* background-color:#d59a8e; */
    background-color:#f1f1f1;
}
.ecp_Dashboard > h3 {
    text-align: right;
}
.ecp_Dashboard .login-logout {
    text-align: right;
}
.ecp_Dashboard .ecp-item-list li a span {
    font-size: 24px;
    margin-right: 10px;
}
.ecp_JoinClub__SelectTier h3 {
	border-bottom: none;
}
.ecp_JoinClub__SelectTier h3::after {
	content: '';
    height: 1px;
    background-color: #9e9e9e;
    width: 40px;
    display: block;
    margin-top: .25rem
}
.ecp_ProductDetail div.ecp-html-subtitle {
	font-style: normal;
}

/* WooCommerce Table styles */
.shop_attributes {
    background: none!important;
}
.shop_attributes th, 
.shop_attributes td {
	border: 0!important;
	padding: 5px 0!important;
	vertical-align: middle!important;
}
.shop_attributes th p, 
.shop_attributes td p {
    margin: 0!important;
}
.shop_attributes th {
    font-weight: 400!important;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	min-width: 185px;
	padding-right: 60px;
}
.shop_attributes th::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #9e9e9e;
	right: -15px;
	top: 20px;
}
.shop_attributes td {
	font-style: italic;
	padding-left: 60px!important;
}

/* Notes Section */
.notes-section {
    background: #f1f1f1;
    padding: 3rem;
}
.notes-section .tabs-container > ul {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    list-style: none;
}
.notes-section .tabs-container > ul li {
    text-align: center;
    flex: auto;
}
.notes-section .tabs-container > ul li h3 {
    padding: 1rem;
    cursor: pointer;
}
.notes-section h3 {
    opacity: .3;
    color: #666!important;
}
.notes-section h3.active {
    opacity: 1;
}
.notes-section .panel-container {
    text-align: center;
    padding: 2rem 0 4rem;
}
@keyframes fadeUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}
.notes-section .panel-container .ecp-html-content {
    display: none;
    font-size: 18px;
}
.notes-section .panel-container .ecp-html-content.active {
    display: block;
    animation: fadeUp .3s ease;
    animation-fill-mode: both;
}

/* Sidebar */
.sidebar {
    margin-bottom: 4rem;
}
.sidebar ul {
    list-style: none;
    padding-left: 0;
}
.sidebar ul li a {
    font-family: 'Futura-condensed-med' !important;
    text-transform: uppercase !important;
    letter-spacing: 2.5px;
    display: inline-block;
    padding: 1rem .5rem;
}

.category_15,
.category_19,
.category_20,
.category_21,
.category_25,
.category_30   {
    display:none;
}

.site-header a img {
    width: 213px!important;
}
.page-meta .page-meta-wrapper h1 {
	text-transform: none !important;
	letter-spacing: 1.5px;
}
.ecp_ProductDetail .ecp-section {
    margin-bottom: 5rem;
}


/*------------------------------------------------------------------
[ Media Queries ]
*/
@media screen and (max-width: 1200px) {
    .ecp_CategoryWithProducts .ecp-x-list,
    .ecp_CategoriesList__Category .ecp-x-list {
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (min-width: 1024px) {
    .ecp-component.ecp_LocateAccount, 
    .ecp-component.ecp_ForgotPassword, 
    .ecp-component.ecp_CreateCustomer,
    .ecp-component.ecp_EditProfile,
    .ecp-component.ecp_EditBillingAddress,
    .ecp-component.ecp_ChangePassword,
    .ecp_GeneralCart, .ecp-component.ecp_JoinList, 
    .ecp-component.ecp_CreateShippingAddress--checkout,
    .ecp-component.ecp_CreateBillingAddress--checkout,
    .ecp-component.ecp_EditBillingAddress--checkout,
    .ecp-component.ecp_JoinClub,
    .ecp-component.ecp_JoinClub__SelectTier,
    .ecp-component.ecp_SelectShippingAddress,
    .ecp-component.ecp_ShippingAddresses,
    .ecp-component.ecp_SelectPaymentMethod,
    .ecp-component.ecp_OrderReview,
    .ecp-component.ecp_CheckoutThankYou,
    .ecp-component.ecp_OrderDetail,
    .ecp-component.ecp_Dashboard,
    .ecp-component.ecp_PaymentMethods,
    .ecp-component.ecp_Reservations,
    .ecp-component.ecp_Orders,
    .ecp-component.ecp_CreateClubSubscription,
    .ecp-component.ecp_ClubSubscriptions,
    .ecp-component.ecp_Remixes,
    .ecp-component.ecp_RemixCart,
    .ecp-component.ecp_RemixReview,
    .ecp-component.ecp_ReservationTimes,
    .ecp-component.ecp_JoinClub__CreateCustomer,
    .ecp-component.ecp_JoinClub__CreateShippingAddress,
    .ecp-component.ecp_JoinClub__CreateBillingAddress,
    .ecp-component.ecp_JoinClub__CreatePaymentMethod,
    .ecp-component.ecp_ReservationSearch,
    .ecp-component.ecp_CreateShippingAddress,
    .ecp_GeneralCartRemove {
        max-width: 70%;
    }
    .ecp-component.ecp_Dashboard {
        max-width: 100%;
    }
    .notes-section .panel-container div {
        max-width: 70%;
        margin: 0 auto;
    }
    .ecp_CategoriesList {
        display: flex;
    }
    .ecp_CategoriesList .sidebar {
        flex-basis: 22%;
    }
}

@media screen and (max-width: 767px) {
    .ecp_CategoryWithProducts .ecp-x-list,
    .ecp_CategoriesList__Category .ecp-x-list {
        display: block;
        width: 100%;
    }
    .ecp-wrapper .ecp_ProductDetail .ecp-columns-right {
        width: 100%;
    }
    .ecp-component button, .ecp-form button {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 800px) {
    .ecp-wrapper .ecp_ProductDetail .ecp-columns-right {
        width: auto;
    }
    .ecp_ProductDetail .ecp-columns-left img {
        max-height: 600px;
    }
}

@media only screen and (min-width: 768px) {
    .page-meta .page-meta-wrapper h1 {
        font-size: 67px !important;
    }
}
  
