/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/*
Theme Name: Red Quarters
Author: Edelo
Version: 1.0
*/

/****************************************
	Reset
****************************************/

*:focus {
    outline: none !important;
    box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

/****************************************
	Color Palette
****************************************/

.white {
    color: white !important;
}

.red {
    color: #ef4023 !important;
}

/****************************************
	Typography
****************************************/

@font-face {
    font-family: 'Gotham-Bold';
    src: url('./assets/fonts/Gotham-Bold.woff2');
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('./assets/fonts/Gotham-Ultra.woff2');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('./assets/fonts/Gotham-Bold.woff2');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('./assets/fonts/Gotham-Light.ttf');
}

/****************************************
	Flexbox Helper
****************************************/

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-right {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-vcenter {
    align-items: center;
}

.flex-start {
    align-content: flex-start;
}

.flex-end {
    align-content: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-1 {
    flex: 1;
}

.flex-auto {
    flex: 0 1 auto;
}

.flex-1-auto {
    flex: 1 1 auto;
}

.flex-bottom {
    align-items: flex-end;
}

/****************************************
	Common
****************************************/

* {
    box-sizing: border-box;
}

html {
    margin-top: 0px !important;
}

html,
body {
    font-family: 'Poppins-Light' !important;
    font-size: 14px !important;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
}

a,
button {
    transition: all 0.3s;
}

a,
a:before,
a:after {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.container {
    padding: 0px 40px;
    max-width: 1170px;
    margin: 0 auto;
}

h1,
h2,
h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    color: #000000 !important;
    text-decoration: none;
}

h1, .alpha {
    font-family: 'Gotham-Ultra';
}

th {
    font-family: 'Poppins-SemiBold';
    font-size: 14px;
    color: #000000 !important;
}

.site-content {
    min-height: 100vh;
}

.site-main {
    margin-bottom: 4em !important;
    min-height: calc(100vh - 402px);
}

.content-area {
    min-height: calc(100vh - 402px);
    margin-bottom: 0 !important;
    width: 100%;
    float: none !important;
}

.entry-header {
    padding: 1em 0 !important;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
p,
td,
input,
label {
    background-color: transparent;
    font-family: 'Poppins-Light';
    font-size: 14px;
    text-decoration: none;
    margin-left: 0;
    border-left: 0;
    letter-spacing: 0.02em;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before,
p.no-comments::before {
    color: #000000;
}

.wc-forward::after {
    display: none !important;
}

.wc-proceed-to-checkout .button.checkout-button {
    font-size: 14px;
}

input[type=text],  
input[type=email], 
input[type=tel], input[type=url], 
input[type=password], 
input[type=search] {
    border-radius: 30px;    
    padding: 10px 20px !important;
}

input[type=number] {
    border-radius: 30px;
}

textarea {
    border-radius: 20px;    
    padding: 10px 20px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 40px !important;
    background-image: url(./assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 20px);
    font-size: 100%;
    padding-left: 20px !important;
    font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #f2f2f2 !important;
    border-radius: 30px !important;    
    color: #43454b;
    font-weight: 400;
    height: 43px !important;
    border: 0px !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ef4023 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px !important;
    background: none;
    box-shadow: none;
    padding: 5px 10px !important;
}

.select2-results__option {
    padding: 6px 10px !important;
}

.select2-container .select2-dropdown {
    border: 0;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
}

.wc-sc-toggle-check-text:after {
    top: 50% !important;
    transform: translateY(-50%);
}

.wc-sc-toggle-check-text {
    background: #c90f09 !important;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%) !important;
    border-bottom: 1px solid #e2401c;
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%) !important;
}

.ui-datepicker .ui-datepicker-title select {
    font-weight: normal;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: transparent;
    top: 20px;
}

.wc_payment_methods [type="radio"]:checked+label:after,
.wc_payment_methods [type="radio"]:not(:checked)+label:after {
    background: #000000;
    top: 23px;
}

#payment .payment_methods li .payment_box fieldset .form-row {
    margin-top: 1em;
}

#payment .payment_methods>.wc_payment_method>label {
    padding-left: 1.6em;
}

.post-1 .posted-on,
.post-1 .post-author,
.post-1 .post-comments,
.post-1 .entry-content p,
.post-1 .entry-taxonomy {
    display: none;
}

.post-1 .entry-content figure.wp-block-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: calc(100vh - 345px);
}

.post-1 .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-1 .entry-header {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.post-1 a {
    color: white;
}

.post-1.hentry {
    margin-bottom: 0;
    position: relative;
}

.woocommerce-message {
    background-color: transparent;
    color: #000;
    margin: 0;
    border: 0;
}

.woocommerce-message .button {
    border-left: 0px !important;
    text-transform: uppercase;
    background: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: white !important;
    height: unset !important;
    border-left: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: unset !important;
}

.Weekend-Peak .slot_heading {
    display: none !important;
}

.slot[data-remaining="0"] {
    background-color: rgba(0, 0, 0, 0.2) !important;
    pointer-events: none;
}

.slot[data-remaining="0"] .spaces-left {
    display: none !important;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    display: block !important;
}

.woocommerce-Tabs-panel--description {
    order: 1;
    width: 100%;
    margin-bottom: 50px;
}

.woocommerce-Tabs-panel--description strong {
    font-family: 'Poppins-SemiBold';
}

.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--additional_information h2 {
    display: none;
}

.woocommerce-Tabs-panel--additional_information {
    order: 4;
    width: 100%;
}

#TB_window {
    transform: translate(-50%, -50%);
    margin-top: unset !important;
    margin-left: unset !important;    
}

body.modal-open {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #TB_window {
        width: 90% !important;
        height: 90%;
        overflow: auto;
    }

    #TB_ajaxContent bdi {
        font-size: 20px !important;
    }

    #smart_refund_request_form {
        margin-top: 1em !important;
        margin-bottom: 1em;
    }

    #TB_ajaxContent li, 
    #TB_ajaxContent p {
        font-size: 12px;
    }
}

#TB_window .button {
    margin-bottom: 1em;
}

.wc_sc_total_available_store_credit {
    text-align: center !important;
    margin-top: 2em;
    font-family: 'Poppins-SemiBold';
}

.storefront-product-pagination {
    display: none !important;
}

article.hentry {
    margin: 0 auto;
    padding-top: 2.5em;
}

.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-buttonpane button,
.post-password-form input[type=submit],
.button,
.btn-white,
.btn-red {
    display: inline-block !important;
    position: relative;
    min-width: 180px;
    width: auto;
    height: 45px;
    margin: 0;
    padding: 0 20px !important;
    border-radius: 50px !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
    border: 0 !important;
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    text-align: center !important;
    font: 700 14px/45px 'Poppins-SemiBold' !important;
    letter-spacing: 0px !important;
    color: #fff !important;
    opacity: 1;
}

.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-buttonpane button {
    min-width: unset;
    font-size: 13px;
}

.ui-datepicker:not(.ui-datepicker-inline) {
    border-radius: 10px !important;
    border: 0px !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px !important;
}

.ui-datepicker:not(.ui-datepicker-inline) * {
    font-family: 'Poppins-Light' !important;
    font-size: 13px;
}

.ui-slider-horizontal .ui-slider-handle {
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box !important;
    border: 0px;
}

.ui-slider-horizontal {
    border: 0px !important;
}

.ui-slider-horizontal::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #666666;
    width: 100%;
    height: 1px;
    left: 0;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    border-bottom: 0px !important;
}

.btn-white:after,
.btn-red:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    width: 15px;
    height: 17px;
    background-image: url(./assets/img/icon-right-white.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 0 6px;
}

.btn-white:after {
    background-image: url(./assets/img/icon-right.png);
}

.btn-white {
    background: #fff 0% 0% no-repeat padding-box !important;
    color: #ef4023 !important;
}

.btn-red:hover:after {
    background-image: url(./assets/img/icon-right.png);
}

.button:hover,
.btn-red:hover {
    background: #fff 0% 0% no-repeat padding-box !important;
    color: #ef4023 !important;
}

.btn-white:hover:after {
    background-image: url(./assets/img/icon-right-white.png);
}

.btn-white:hover {
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box !important;
    color: white !important;
}

.my_account_orders .button.smart_refunder {
    margin-bottom: 0.5em;
}

.woocommerce-Button--previous::before,
.woocommerce-Button--next::after,
.my_account_orders .button::after {
    color: white;
}

.woocommerce-Button--previous:hover::before,
.woocommerce-Button--next:hover::after,
.my_account_orders .button:hover:after {
    color: #ef4023;
}

.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li.is-active a::before {
    color: #ef4023;
}

.wc_sc_total_available_store_credit .amount {
    display: block;
}

.storefront-full-width-content.woocommerce-account .entry-header h1:last-child {
    font-family: "Gotham-Ultra";
    margin-bottom: 1em !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #666666 !important;
    border-left: 0.6180469716em solid rgba(0,0,0,.15) !important;
    margin-bottom: 5px;
}

#woo-cart-timer-wrap-id {
    top: 100px;
    width: 100%;
    background: #ef4023;
    left: 0;
    right: 0;
}

.woo-cart-timer-radial {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: unset !important;
    width: unset !important;
}

.woo-cart-timer-radial-half {
    display: none;
}

#woo-cart-expire-countdown {
    position: relative !important;
    padding: 10px !important;
    color: white !important;
}

#woo-cart-expire-countdown::before {
    content: 'Your cart expires in ';
}

#woo-cart-expire-countdown::after {
    content: ' minutes.';
}

#woo-cart-expire-countdown .expire-value {
    color: white !important;
    font-size: unset !important;
}

.woocommerce-message .button {
    display: none !important;
}

.woocommerce-order-details {
    margin-bottom: 2em;
}

address {
    font-style: normal;
}

#countdown {
    position: sticky;
    top: 100px;
    left: 0;
    width: 100%;
    height: 35px;
    background: #ef4023;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info {
    margin-bottom: 0px !important;
}

.post-password-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.post-password-form::before {
    content: "Password Required";
    font-size: 30px;
    font-family: 'Gotham-Ultra';
    margin-bottom: 1em;
}

fieldset legend {
    margin-left: -1.618em !important;
}

#wcpay-payment-request-button-separator {
    font-size: 25px;
    font-family: 'Gotham-Ultra';
}

.show_hide_list li * {
    cursor: pointer;
}

input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
  
    font: inherit;
    color: currentColor;
    width: 12px;
    height: 12px;
    
    border: 0.15em solid #c90f09;
    border-radius: 50%;
    transform: translateY(-3px);
    margin-right: 3px;
  
    display: inline-grid;
    place-content: center;
    background-color: #c90f09;
}
  
input[type="radio"]::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: white;
}
  
input[type="radio"]:checked::before {
    transform: scale(1);
}
  
input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}

.single-product div.product form.cart .quantity {
    margin-top: 0.2em;
}

select {
    position: relative;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border-radius: 30px;
    padding-left: 10px !important;
}

select:not(.select2-hidden-accessible) {
    background-image: url(./assets/img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 90%;
}

.single-product .woocommerce-message, 
.single-product .woocommerce-info, 
.single-product .woocommerce-error, 
.single-product .woocommerce-noreviews, 
.single-product p.no-comments {
    margin-bottom: 0px;
}

.site-header-cart .cart-contents {
    display: flex !important;
    flex-direction: row-reverse;
    padding: 0px !important;
    margin-left: 13px;
}

.site-header-cart .cart-contents::after {
    content: url('./assets/img/icon-cart.png') !important;
}

.site-header-cart .cart-contents .count {
    position: absolute;
    bottom: 3px;
    left: 13px;
    transform: translateX(-50%);
    color: #ef4023;
    opacity: 1 !important;
}

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    display: none;
}

.site-header-cart .cart-contents .amount {
    margin-left: 10px;
    font-family: 'Poppins-SemiBold';
}

.cart-contents .woocommerce-Price-amount.amount::before {
    content: "Shopping Bag";
    text-align: left;
    font: 400 13px/15px 'Poppins-Light';
    letter-spacing: 0px;
    color: #ef4023;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
    white-space: nowrap;
}

dl.variation p {
    margin-bottom: 0px;
    font-size: 10px;
}

.product_list_widget li > a {
    display: unset !important;
}

.widget_shopping_cart .product_list_widget li {
    padding-left: 2em;
    position: relative;
    padding-right: 2em;
}

.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    right: 0 !important;
    left: unset !important;
    display: block !important;
}

.site-header-cart .widget_shopping_cart_content {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
    display: flex;
    flex-direction: column;
}

.site-header-cart:hover .widget_shopping_cart .product_list_widget, .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    border-top: 5px solid #ef4023;  
}

.site-header-cart .widget_shopping_cart {
    background-color: white !important;
    top: 100% !important;
    width: 300px !important;
    z-index: 999999;
    font-size: .875em;
    left: unset !important;
    display: none !important;
    padding-top: 18px;
}

.site-header-cart {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.woocommerce-checkout .woocommerce-mini-cart-wrapper {
    display: none;
}

#TB_ajaxContent {
    padding: 25px 15px 15px 15px;
}

.woocommerce-order-overview.order_details {
    display: block !important;
}

.payment-panel-completed {
    display: none !important;
}

#smart_refund_request_form {
    margin-top: 3em;
    line-height: 1.4;
}

.product_list_widget li > a.remove {
    display: block !important;
    font-weight: normal;
    font-family: 'Poppins-Light';
    float: unset !important;
    left: unset !important;
    top: unset !important;
    text-indent: unset;
    overflow: auto;
    width: unset;
    height: unset;
    color: #c90f09;
}

.product_list_widget li > a.remove::before {
    content: '';
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot .spaces-left {
    font-family: 'Poppins-Light';
    font-family: 'Poppins-Light' !important;
    margin-top: 3px;
}

a.remove::before {
    color: #c90f09 !important;   
}

.woocommerce-form-login__rememberme {
    margin-bottom: 1em;
}

.home .woocommerce-message, 
.home .woocommerce-info, 
.home .woocommerce-error, 
.home .woocommerce-noreviews, 
.home p.no-comments {
    margin-bottom: 0px;
}

.woocommerce-notices-wrapper a:hover,
.woocommerce-notices-wrapper a {
    text-decoration: underline !important;
    opacity: 1 !important;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
    top: 50% !important;
    transform: translateY(-50%);
}

/* .woocommerce-account .sc-coupon {
    pointer-events: none;
} */

#sc-cc .transform {
    transform: none !important;
}

.legend {
    columns: 2;
    white-space: nowrap;
}

.legend .square {
    width: 15px;
    height: 15px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f4fe" !important;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--appointments a::before {
    content: "\f017" !important;
}

.single-product .woocommerce-error:not(:empty) {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 0px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    background-color: white !important;
    color: black;
    width: 90%;
    max-width: 400px;
    text-align: center;
    padding: 2em;
}

.single-product .woocommerce-error:not(:empty):before {
    content: "We couldn't fullfill your request" !important;
    display: block;
    position: relative;
    color: black;
    text-align: center;
    left: 0px;
    font-family: inherit;
    font-weight: bold;
}

.single-product .woocommerce-error:not(:empty):after {
    content: 'OK';    
    display: inline-block !important;
    position: relative;
    min-width: 100px;
    width: auto;
    height: 45px;
    margin-top: 1em;
    padding: 0 20px !important;
    border-radius: 50px !important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
    border: 0 !important;
    background: transparent linear-gradient(90deg,#c90f09 0%,#ef4023 100%) 0% 0% no-repeat padding-box !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    text-align: center !important;
    font: 700 14px/45px 'Poppins-SemiBold' !important;
    letter-spacing: 0px !important;
    color: #fff !important;
    cursor: pointer;
}

@media screen and (max-width: 599px) {
    .legend-button-wrapper {
        flex-direction: column;
    }

    .legend-wrapper {
        margin-top: 2em;
        justify-content: flex-start;
    }
}

span.expand_collapse {
    text-align: left !important;
}

.generated_coupon_summary::marker {
    content: none;
}

.order-again {
    margin-top: 1em;
}

#coupons_list h3 {
    margin-bottom: 0px;
}

.to-apply {
    font-size: 14px;
    margin-bottom: 1em;
}

td.appointment-actions {
    display: none !important;
}

.hentry .entry-content a {
    margin-bottom: 1em;
}

.pagination, .woocommerce-pagination {
    border-width: 0px !important;
}

p.order-again .button::after {
    display: none !important;
}

.wc_payment_methods li:only-child label {
    cursor: default !important;
}

.product-subtotal a.remove {
    width: unset;
    height: unset;
    text-indent: unset;
    overflow: unset;
    text-decoration: none !important;
}

.product-subtotal a.remove::before {
    content: '' !important;
}

.notice-bar {
    min-height: 40px;
    background-color: #ef4023;
    position: sticky;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
    color: white;
    font-family: 'Poppins-Light';
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;  
    padding: 10px 20px;
}

.notice-bar .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.single-product div.product.post-494 {
    margin-top: 2em;
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form * {
    font-family: 'Poppins-Light' !important;
}

.link-back p {
    text-align: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 1em !important;
}

.gc-title {
    margin-top: 2em !important;
}

#sc-cc .sc-coupon {
    min-width: 190px !important;
}

.woocommerce-table__line-item .wc-item-meta {
    display: none;
}

@media (min-width: 768px) {
    .woocommerce-order-pay #order_review .button#place_order, 
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
        width: unset !important;
    }
}

@media screen and (max-width: 767px) {
    .notice-bar {
        top: 50px;
    }
    
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        position: fixed;
        top: 50px !important;
        width: 100% !important;
        padding-top: 0px;
        display: none !important;
    }

    .site-header-cart .cart-contents::after {
        content: '' !important;
        background-image: url(./assets/img/icon-cart.png) !important;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        
    }

    .site-header-cart .cart-contents {
        margin-left: 0px;
    }

    .site-header-cart .cart-contents .count {
        bottom: -1px;
        font-size: 12px;
    }

    .cart-contents .woocommerce-Price-amount.amount {
        display: none;
    }

    #countdown {
        top: 50px;
    }

    #woo-cart-timer-wrap-id {
        top: 45px;
    }

    .container {
        padding: 0px 20px;
    }

    .content-area {
        min-height: calc(100vh - 670px);
    }
}