/** Shopify CDN: Minification failed

Line 117:0 Unexpected "}"
Line 646:19 Unexpected "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/
.cust-stock {
    padding-left: 0 !important;
}
.in_stock {
    background: #00A651;
    color: #fff !important;
    font-size: 12px !important;
    margin-bottom: 5px;
    padding: 0px 10px;
    display: block;
}
  span.out_of_stock {
    background: #999999;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px !important;
    display: block;
}
.productView-title {
    font-size: 18px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.template-product .container.productView-container {
    max-width: 1250px;
    margin: 0 auto;
}
span.productView-info-value {
    font-size: 10px !important;
    color: #717171;
}
.template-product .price-item.price-item--sale {
    font-size: 22px !important;
    color: #A70D0D;
}
.template-product .price__compare.price__last, .template-product .price-item.price-item--regular {
    font-size: 14px !important;
  /* font-size: 23px !important; */
    color: #999999 !important;
}
.template-product .productView-product .productView-moreItem:nth-child(3) {
    padding-bottom: 3px;
    padding-top: 2px;
    margin-left: -4px;
}
.template-product .pull-right a span {
    color: #000;
    font-size: 14px;
}
.template-product .pull-right a svg {
    margin-left: 10px;
    margin-top: -10px;
}
.template-product .productView-desc {
    font-size: 14px !important;
    line-height: 24px;
    color: #000 !important;
}
.template-product .product-form__submit {
    width: 100%;
    padding: 10px !important;
}
.template-product .product-form__buttons {
    margin-top: 20px;
}
.productView-stickyCart.show-sticky {
    top: 46px !important;
    bottom: auto !important;
}
.template-product .price__label_sale .label_sale {
    background: transparent;
    color: #000;
    position: relative;
}
.template-product .price__label_sale {
    clip-path: none;
}
/* .template-product .price__label_sale .label_sale:before {
    content: "";
    background: #7c7c7c;
    position: absolute;
    width: 1px;
   height: 20px;
    left: 0;
} */

.price_custom_01 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.price_custom_01 dd.price__compare.price__last {
     line-height: 1;
    margin: 0;
    padding-right: 10px;
    border-right: 1px solid;
}
}
.productView-stickyCart.style-1 .sticky-left {
    display: block !important;
}

.sticky-product-wrapper .price__label_sale .label_sale:before {
  content: unset
}

.sticky-product-wrapper .productView-price .price {
    justify-content: flex-end !important;
}
.sticky-product-wrapper .price--on-sale .price__sale dd {
    text-align: right;
    margin: 0;
}
/* .sticky-product-wrapper .price__label_sale .label_sale {
    border-left: 1px solid #999999;
    padding: 0;
    display: block;
} */
.sticky-product-wrapper .price--on-sale .price__sale {
    justify-content: end;
    padding-right: 20px;
    flex-wrap: wrap;
}

.sticky-product-wrapper .price--on-sale .price__sale dd .price-item.price-item--sale {
    color: #A70D0D;
    font-size: 25px !important;
}
/* .sticky-product-wrapper .price--on-sale .price__sale dd.price__compare.price__last {
    width: 60%;
}
.sticky-product-wrapper .price--on-sale .price__sale dd.price__label_sale {
    width: 26%;
} */
.productView-stickyCart.style-1 .sticky-product #product-sticky-add-to-cart {
    background: #A70D0D;
    border-color: #A70D0D;
    /* border-radius: 5px; */
}
.productView-stickyCart.style-1 .sticky-info span.label_sale {
    padding: 0;
    margin-left: 10px;
}
.productView-stickyCart.style-1 .sticky-product #product-sticky-add-to-cart:hover {
    color: #a70d0d !important;
    border-color: #a70d0d !important;
    background: transparent !important;
}
.sticky-product-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.scroll-to-parent {
    display: flex;
    list-style: none;
    padding: 12px 40px;
    border-bottom: 1px solid #ddd;
    background-color: #e4e4e4;
    margin: 0 20px;
}
#shopify-section-template--16015785459795__main .tab-content {
        padding: 15px 30px;
}
.scroll-to-parent li.text-uppercase {
    margin-right: 108px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.scroll-to-parent li.active.text-uppercase:before {
    content: "";
    position: absolute;
    background: #000;
    width: 70%;
    height: 3px;
    bottom: -13px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.pull-right {
    margin-bottom: 15px;
}
.productView-details .pull-right .payment-methods {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.17);
    padding: 15px;
}
.productView-details .pull-right .payment-methods .pm-item {
    width: 33.33% !important;
    max-width: 33.33% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.productView-details .pull-right .payment-methods p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.productView-details .pull-right .payment-methods strong.block {
    font-size: 20px;
    padding: 4px 0px;
}
.productView-details .pull-right .payment-methods a {
    font-size: 14px;
    color: blue;
}
.productView-details .pull-right .payment-methods .pm-item:nth-child(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.delivery-pickup {
    background: #F1F1F1;
    padding: 20px;
    margin-top: 30px;
}
.delivery-pickup h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}
.delivery-pickup .calculate-form {
    position: relative;
}
.delivery-pickup .calculate-form input {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 10px 10px;
    display: flex;
    height: 50px;
    padding-right: 110px;
}
.delivery-pickup .go-btn.btn {
    position: absolute;
    top: 0;
    width: 110px;
    background: #000;
    color: #fff;
    right: 0;
    z-index: 99;
    cursor: pointer;
    padding: 0;
}
.delivery-pickup .start_typing_message {
    font-size: 14px; 
    line-height: 24px;
    color: #000;
}
.delivery-pickup .Important_message p {
    font-size: 14px;
    margin: 0;
}
.delivery-pickup .Important_message {
    display: flex;
    align-items: center;
    border-top: 1px solid #C4C4C4;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 20px;
}
.delivery-pickup .suburb-result.active ul.unstyled {
    font-size: 14px;
    list-style: none;
    height: 101px;
    padding: 12px 15px;
    margin: 0;
}
.suburb-result {
    background: #fff;
    position: absolute;
    z-index: 2;
    opacity: 0;
    height: 3px;
    max-height: 175px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    border: 1px solid #e1e1e1;
    border-top: none;
    width: 100%;
    top: 12px;
}
.suburb-result.active {
    opacity: 1;
    display: block;
}
.delivery-pickup .Important_message .notice_icon {
    width: 80px;
    margin-right: 10px;
}
.delivery-pickup .Important_message .notice_icon img {
    margin-bottom: -10px;
}
.delivery-pickup .bottom_info ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery-pickup .bottom_info ul li svg {
    width: 19px;
    height: 20px;
    margin-right: 6px;
    stroke: none;
}
.delivery-pickup .bottom_info ul li {
    font-size: 14px;
    color: #000;
    padding-bottom: 3px;
}
.delivery-pickup .delivery-check-result p, .delivery-check-result li {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0px;
}
.delivery-pickup .delivery-check-result p {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
html, body {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
}
@media only screen and (max-width: 767px) {
  .sticky-product-wrapper .price--on-sale .price__sale {
    justify-content: left !important;
    align-items: center;
}
  .productView-stickyCart.show-sticky {
    top: auto !important;
    bottom: 0 !important;
    z-index: 99999;
}
  .productView-stickyCart.style-1 .sticky-right .sticky-actions form {
        display: block !important;
    }
  .empty-add-cart-button-wrapper {
    display: none !important;
}
.template-product .productView-images-wrapper .productView-thumbnail-wrapper {
    top: 0 !important;
}
  .template-product button.slick-prev.slick-arrow {
    left: 0;
    top: 50%;
    border: 1px solid;
    border-radius: 100%;
}
  .template-product button.slick-next.slick-arrow {
    top: 50%;
    bottom: 0;
    border: 1px solid;
    border-radius: 100%;
}
  .scroll-to-parent li.text-uppercase {
    margin-right: 65px;
}
  .sticky-brand {
    overflow: visible !important;
}
  .productView-stickyCart.style-1 .sticky-left {
        width: calc(100% - 0px) !important;
    }
  .productView-stickyCart.style-1 .sticky-product {
    display: block !important;
}
  .sticky-brand {
    font-size: 12px;
}
  .productView-stickyCart.style-1 .sticky-title {
    font-size: 14px !important;
}
  .productView-stickyCart.style-1 .sticky-info {
    padding-left: 0 !important;
    width: calc(100% - 0px);
}
  .sticky-product-wrapper .productView-price .price {
    justify-content: flex-start !important;
}
  .sticky-product-wrapper .price--on-sale .price__sale dd {
    text-align: left !important;
    margin-bottom: -6px;
}
.productView-stickyCart.style-1 .sticky-actions .button {
        background: #a70d0d;
        border-color: #a70d0d;
        font-size: 12px;
        height: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -10px !important;
    }
  .sticky-product-wrapper .price--on-sale .price__sale dd.price__compare.price__last {
    width: 40%;
}
  .price_custom_01 {
    justify-content: start !important;
}
  .sticky-info .price__regular dd.price__last {
    text-align: start !important;
}
  /* .sticky-product-wrapper .price--on-sale .price__sale dd.price__label_sale {
    display: block;
    width: 50%;
}
.sticky-product-wrapper .price--on-sale .price__sale dd.price__label_sale span.label_sale {
    padding-left: 13px;
    position: relative;
    top: -3px;
} */
}
.productView-product .price__regular {
    display: flex;
    align-items: center;
}

.price__regular span.price-item.price-item--regular {
    font-size: 22px !important;
}
.sticky-info .price__regular {
    padding-right: 20px;
}
.sticky-info .price__regular dd.price__last {
    text-align: right;
    margin: 0;
}
a#show-paylater {
    text-decoration: underline;
 text-underline-offset: 10px;
}

.productView-info-item .productView-info-value {
    color: #717171 !important;
}
.productView-info-item span.cust-stock.productView-info-value {
    margin-bottom: 5px;
}

.productView-images-wrapper span.badge.sold-out-badge {
    display: none;
}
.low_stock {
    background: #D39841;
}

@media (max-width: 767px) {
  .template-product .price__compare.price__last, .template-product .price-item.price-item--regular {
    font-size: 14px !important;
    color: #999 !important;
}
}

.suburb-result .spinner, .spinner-1 {
    width: 32px;
    margin: 8px auto 0;
    display: none;
    animation: auto;
}
.Click_collect_data {display: block;     padding-top: 20px;}


strong.location_content {
    display: block;
    margin-top: 10px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
a.view_more_store {
    font-size: 12px;
    color: #919191;
    text-decoration: underline;
    text-transform: capitalize;
    margin-left: 10px;
}
span.location_content {
    display: block;
    font-weight: 800;
    margin-bottom: 20px;
}
.Click_collect_data > * {
    font-size: 14px;
}
img.close_icon {
    display: none;
    cursor: pointer;
}
.trigger-delivery-info.active img.close_icon {
    display: inline !important;
}
.trigger-delivery-info.active img.open_icon {
    display: none;
}
h3.sticky-brand {
    font-size: 10px;
    font-weight: 400;
    color: #717171;
    line-height: 24px;
}
.productView-stickyCart.style-1 .sticky-title {
    font-size: 18px;
    color: black;
    font-weight: bold;
}
.suburb_custom-main {
    position: relative;
}
.suburb_custom-main .suburb-container {
    position: absolute;
    left: 0;
    width: 100%;
    top: 37px;
}

.hide {
    display: none !important;
}
span.trigger-delivery-info {
    font-weight: bold;
    color: black;
    font-size: 15px;
      cursor: pointer;
}
span.trigger-delivery-info.active:after {
    content: "-";
    font-size: 15px;
}
span.trigger-delivery-info.active {
    font-size: 0;
}
.delivery-info {
    background-color: #ffffff;
    position: absolute;
    z-index: 8;
    padding: 21px 20px 9px;
    border-top: none;
    margin-left: 15px;
    top: 25px;
}
ul.unstyled.list-style {
    padding-left: 20px;
}
.delivery_item {
    position: relative;
}
p.fs-12 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}
span#delivery-loc {
    font-weight: bold;
      font-size: 12px;
}

a.text-underline.trg-d {
    font-size: 10px;
    text-decoration: underline;
    margin-left: 10px;
}
span.Delivery_info {
    display: flex;
    align-items: center;
}
.Click_heading {
    display: flex;
    align-items: center;
}
span.Delivery_info svg, .Click_heading svg{
    width: 20px;
    height: 15px;
    stroke: unset;
    margin-right: 10px;
}
span.Delivery_info span {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: black;
}
.change_delivery {
    margin-bottom: 15px;
}
.border_top {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sticky-product-wrapper .price--on-sale .price__sale > dd {
    line-height: 15px;
}
.sticky-info .price__regular > dd.price__last {line-height: 20px;}

span.low-stock {
    background: #000000;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px !important;
    display: inline-block;
    margin-right: 10px;
}
span.custom_low_stock {
    background: #D39841;
}

span#etaDate {
    font-size: 12px;
    color: #717171;{
    background: #000000;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px !important;
    margin-bottom: 5px;
    display: inline-block;};
    font-weight: 400;
    display: flex;
    align-items: center;
}
a#etadate-tooltip {
    margin-left: 5px;
}
a#etadate-tooltip svg {
    width: 12px;
    height: 12px;
    color: white;
    stroke: unset;
}
span.in-stock {
    background: #00A651;
    color: #fff !important;
    padding: 0px 10px;
    font-size: 12px !important;
    display: inline-block;
}
.stock_label {
    margin-bottom: 8px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-link {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.tooltip-text {
    visibility: hidden;
    font-size: 11px;
    width: 202px;
    background-color: #717171;
    color: #fff;
    text-align: left;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    top: 25px;
    height: max-content;
    line-height: 15px;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}