/*
Theme Name: lee-stills

WooCommerce styles override
*/
/** WooCommerce color variables */
/** Imports */
body, html { font-size: 15px; line-height: 21px; }

@media (min-width: 1200px) { body, html { font-size: 18px; line-height: 25px; } }

@media (min-width: 1600px) { body, html { font-size: 18px; line-height: 25px; } }

/* GRID MIXIN */
/** Shop tables */
/** Shop tables */
table.shop_table_responsive thead { display: none; }

table.shop_table_responsive tbody th { display: none; }

table.shop_table_responsive tr td { display: block; text-align: right; clear: both; }

table.shop_table_responsive tr td:before { content: attr(data-title) ": "; float: left; }

table.shop_table_responsive tr td.product-remove a { text-align: left; }

table.shop_table_responsive tr td.product-remove:before { display: none; }

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before { display: none; }

table.shop_table_responsive tr td.download-actions .button { display: block; text-align: center; }

@media screen and (min-width: 48em) { table.shop_table_responsive thead { display: table-header-group; }
  table.shop_table_responsive tbody th { display: table-cell; text-transform: uppercase; font-weight: normal; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td { text-align: left; }
  table.shop_table_responsive tr th { text-transform: uppercase; font-weight: normal; font-size: 11px; padding-bottom: 24px; }
  table.shop_table_responsive tr td { display: table-cell; padding-bottom: 24px; }
  table.shop_table_responsive tr td:before { display: none; }
  table.shop_table_responsive tr td a { text-decoration: none; }
  table.shop_table_responsive tr td.product-name a { font-family: miller-display, serif; font-weight: 600; font-style: normal; font-size: 22px; line-height: 30px; } }

@media screen and (min-width: 48em) and (min-width: 1200px) { table.shop_table_responsive tr td.product-name a { font-size: 24px; line-height: 33px; } }

@media screen and (min-width: 48em) and (min-width: 1600px) { table.shop_table_responsive tr td.product-name a { font-size: 26px; line-height: 36px; } }

.coupon { padding-top: 24px; padding-bottom: 24px; }

.cart_totals { margin-top: 40px; }

.product-remove a { display: block; border-radius: 50%; width: 30px; height: 30px; text-align: center !important; padding-top: 1px; border: 1px solid; opacity: 0.4; -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; margin-left: 10px; }

.product-remove a:hover { opacity: 1.0; }

.input-text { margin-bottom: 1em; padding: 6px; }

textarea { width: 100%; min-height: 140px; }

.checkout input { width: 100%; }

.input-checkbox { width: 40px; height: 40px; }

.page-template-page-checkout .woocommerce { padding-top: 120px; }

.page-template-page-checkout .woocommerce .woocommerce-form-coupon-toggle { display: none; }

.coupon label { font-size: 11px; line-height: 30px; text-transform: uppercase; display: block; }

@media (min-width: 1600px) { .coupon label { font-size: 13px; line-height: 36px; } }

#order_review_heading { padding: 25px; }

.woocommerce-checkout-review-order { padding: 25px; }

.woocommerce-checkout-review-order-table th { text-align: left; font-weight: normal; text-transform: uppercase; font-size: 11px; padding-bottom: 24px; }

.woocommerce-checkout-review-order-table .cart-subtotal { border-top: 1px solid; padding-top: 12px; }

/** Products */
/** Products */
.woocommerce-loop-product__link .woocommerce-loop-product__title { font-family: miller-display, serif; font-weight: 700; font-style: normal; font-size: 24px; line-height: 31px; text-decoration: none; color: #505050; }

@media (min-width: 992px) { .woocommerce-loop-product__link .woocommerce-loop-product__title { font-size: 22px; line-height: 28px; } }

@media (min-width: 1200px) { .woocommerce-loop-product__link .woocommerce-loop-product__title { font-size: 24px; line-height: 31px; } }

@media (min-width: 1600px) { .woocommerce-loop-product__link .woocommerce-loop-product__title { font-size: 29px; line-height: 37px; } }

/** Single product */
/** Single Product */
.single-product div.product { content: ""; display: table; table-layout: fixed; position: relative; }

.single-product div.product .woocommerce-product-gallery { position: relative; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { position: absolute; top: 1em; right: 1em; display: block; z-index: 99; }

.single-product div.product .woocommerce-product-gallery .flex-viewport { margin-bottom: 1em; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs { content: ""; display: table; table-layout: fixed; margin: 0; padding: 0; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li { list-style: none; cursor: pointer; float: left; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img { opacity: .5; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active { opacity: 1; }

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img { opacity: 1; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li { width: 48.1%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) { margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) { clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li { width: 30.79667%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) { margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) { clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li { width: 22.15%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) { margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: both; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li { width: 16.96%; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) { margin-right: 0; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) { clear: both; }

.stock:empty:before { display: none; }

.stock.in-stock { color: #0f834d; }

.stock.out-of-stock { color: #e2401c; }

/** Checkout */
/** Checkout */
@media screen and (min-width: 768px) { .col2-set .form-row-first { float: left; margin-right: 3.8%; }
  .col2-set .form-row-last { float: right; margin-right: 0; }
  .col2-set .form-row-first, .col2-set .form-row-last { width: 48.1%; } }

/** General WooCommerce components */
/** Header cart */
.site-header-cart { position: relative; margin: 0; padding: 0; content: ""; display: table; table-layout: fixed; }

.site-header-cart .cart-contents { text-decoration: none; }

.site-header-cart .widget_shopping_cart { display: none; }

.site-header-cart .product_list_widget { margin: 0; padding: 0; }

/** Tabs */
.woocommerce-tabs ul.tabs { list-style: none; margin: 0; padding: 0; text-align: left; }

.woocommerce-tabs ul.tabs li { display: block; margin: 0; position: relative; }

.woocommerce-tabs ul.tabs li a { padding: 1em 0; display: block; }

.woocommerce-tabs .panel h2:first-of-type { margin-bottom: 1em; }

/** Password strength meter */
.woocommerce-password-strength { text-align: right; }

.woocommerce-password-strength.strong { color: #0f834d; }

.woocommerce-password-strength.short { color: #e2401c; }

.woocommerce-password-strength.bad { color: #e2401c; }

.woocommerce-password-strength.good { color: #3D9CD2; }

/** Forms */
.form-row.woocommerce-validated input.input-text { -webkit-box-shadow: inset 2px 0 0 #0f834d; box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text { -webkit-box-shadow: inset 2px 0 0 #e2401c; box-shadow: inset 2px 0 0 #e2401c; }

.required { color: red; }

/** Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments { content: ""; display: table; table-layout: fixed; background-color: #0f834d; clear: both; width: 100%; color: white; margin-bottom: 2em; }

.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a { display: inline-block; display: inline-block; font-size: 1em; width: auto; color: white; background: transparent; }

.woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #3D9CD2; }

.woocommerce-error { background-color: #e2401c; }

@media screen and (min-width: 48em) { /** Header cart */
  .site-header-cart .widget_shopping_cart { position: absolute; top: 100%; width: 100%; z-index: 999999; left: -999em; display: block; -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart { left: 0; display: block; } }

.wc-bookings-booking-form .wc-bookings-booking-cost { background: transparent !important; border-top: none; }

.wc-bookings-booking-form.wc-bookings-booking-cost { border-top: none; margin: 0; }

.wc_payment_methods { list-style-type: none; margin-left: 0; padding-left: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: 36px; margin-top: 26px; }

.wc_payment_methods input { border: none; }

.checkout h3 { font-size: 22px; line-height: 30px; }

@media (min-width: 1200px) { .checkout h3 { font-size: 24px; line-height: 33px; } }

@media (min-width: 1600px) { .checkout h3 { font-size: 26px; line-height: 36px; } }

.woocommerce-notice--success { padding: 12px; background-color: green; color: white; margin-bottom: 20px; }

.order_details { list-style-type: none; margin-left: 0; margin-bottom: 36px; padding-left: 0; }

table.order_details th { text-align: left; text-transform: uppercase; font-size: 11px; line-height: 30px; font-weight: normal; }

@media (min-width: 1600px) { table.order_details th { font-size: 13px; line-height: 36px; } }

table.order_details th strong { font-weight: normal; }

table.order_details td.product-name, table.order_details .product-total { padding-bottom: 20px; }

table.order_details td.product-name a, table.order_details .product-total a { font-size: 22px; line-height: 30px; font-family: miller-display, serif; font-weight: 700; font-style: normal; text-decoration: none; }

@media (min-width: 1200px) { table.order_details td.product-name a, table.order_details .product-total a { font-size: 24px; line-height: 33px; } }

@media (min-width: 1600px) { table.order_details td.product-name a, table.order_details .product-total a { font-size: 26px; line-height: 36px; } }

table.order_details tfoot th, table.order_details tfoot td { border-top: 1px solid rgba(0, 0, 0, 0.2); vertical-align: middle; }

table dd { margin: 0; padding: 8px 0; }

table dd p { margin: 0; }

table dt { font-size: 11px; line-height: 30px; text-transform: uppercase; font-weight: normal; }

@media (min-width: 1600px) { table dt { font-size: 13px; line-height: 36px; } }

table.order_details th { vertical-align: top; }

.woocommerce-order-details__title { margin-top: 48px; }

table.order_details td.product-name, table.order_details .product-total { vertical-align: top; }

.wc-booking-summary { margin: 1em 1em 1em 0; border: none; border-left: none; border-right: none; padding: 1em 0; border-radius: 0px; }

.woocommerce-table__product-name .wc-booking-summary { margin: 0 1em 1em 0; }

.wc-booking-summary-list { padding: 0; }

.wc-booking-summary-actions { display: none; }

.wc-booking-summary .wc-booking-summary-number .status-pending, .wc-booking-summary .wc-booking-summary-number .status-pending-confirmation { margin-top: 2px; }

.cart_item .product-thumbnail { padding-right: 1em; }

.cart_item .product-price { padding-right: 1em; }

.cart_item .product-quantity { padding-right: 1em; }

p.wc-bookings-date-picker-timezone-block { display: none; }

select { border: 1px solid rgba(0, 0, 0, 0.2); padding: 6px 4px; }

/** WooCommerce widgets */
/** WooCommerce Price Filter */
.widget_price_filter .price_slider { margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount { text-align: right; line-height: 2.4em; }

.widget_price_filter .price_slider_amount .button { float: left; }

.widget_price_filter .ui-slider { position: relative; text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1em; height: 1em; cursor: ew-resize; outline: none; background: #222530; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: -.25em; opacity: 1; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -1em; }

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active { -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range { position: absolute; z-index: 1; display: block; border: 0; background: #222530; }

.widget_price_filter .price_slider_wrapper .ui-widget-content { background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal { height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range { height: 100%; }

.reset_variations { display: none !important; }

.tagged_as { display: none !important; }

#tab-additional_information { display: none; }

.up-sells { margin-top: 160px; }

label.bl { display: block; }

#dates { height: 32px; width: 100%; max-width: 440px; display: block; padding: 8px 4px !important; }

.coupon input, .actions input { width: 100%; max-width: 320px; padding: 8px 0; text-indent: 12px; }

.coupon .button, .actions .button { max-width: 320px; }
/*# sourceMappingURL=woocommerce.css.map */