
.woocommerce .woocommerce-breadcrumb {
    padding-top: 20px;
    padding-top: 1.25rem;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #0d1c3d;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
    color: #1e4290;
}

.woocommerce div.product p.price,
.woocommerce ul.products li.product .price,
.woocommerce p.price, 
.woocommerce div.product span.price,
.woocommerce div.product .stock.in-stock {
    color: #666;
    font-weight: 500;
}

.woocommerce ins {
    text-decoration: none;
}

.woocommerce ins .woocommerce-Price-amount.amount,
.woocommerce div.product .out-of-stock {
    color: red;
    font-weight: 700;   
}

.woocommerce ins .woocommerce-Price-amount.amount::before {
    content: 'SALE: ';
}
.woocommerce .icon.sale {
    position: absolute;
    padding: 6px;
    padding: 0.375rem;
    width: 60px;
    width: 3.75rem;
    height: 80px;
    height: 5rem;
    z-index: 3;
}
.woocommerce .icon.sale img {
    display: inherit;
}

.woocommerce-info::before {
    color: #ecdcb9;
}
.woocommerce-info {
    border-top-color: #ecdcb9;
}

.woocommerce label {
    color: #0d1c3d;
}

.woocommerce .content img {
    border-radius: 0;
}

/* disable spinning cog from add to cart button */
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after {
    content: none;
}
.button.product_type_simple.add_to_cart_button {
    margin-right: 10px;
    margin-right: 0.625rem;
}

/**********************
* WOOCOMMERCE ARCHIVE *
**********************/
.woocommerce ul.products li.product img {
    border-radius: 4px;
    border-radius: 0.25rem;
}

.woocommerce ul.products li.product.outofstock {
    opacity: .5;
}
.woocommerce ul.products li.product .soldout {
    color: red;
    font-weight: 700; 
}

.woocommerce .product-categories {
    display: inline-block;
}

/**********************
* WOOCOMMERCE PRODUCT *
**********************/
.woocommerce div.product .product_title,
.woocommerce .cross-sells h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

.woocommerce .summary .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-size: 1.125rem;
}

.stock.in-stock {
    font-weight: 500;
}

section.products {
    width: 100%;
    display: inline-block;
}
.woocommerce .accordion-container {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
}
.woocommerce .accordion-container .accordion {
    border-bottom: 1px solid #eee;
}
.woocommerce .accordion-container .accordion .accordion-title {
    padding: 12px 0;
    padding: 0.75rem 0;
    line-height: 1.4;
    color: #0d1c3d;;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.woocommerce .accordion-container .accordion .accordion-title::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: 0.1em solid;
    border-top: 0.1em solid;
    border-color: #0d1c3d;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: auto;
    margin-right: 2px;
    margin-right: 0.125rem;
    pointer-events: none;
    transition: border 0.15s linear;
}
.woocommerce .accordion-container .accordion.show .accordion-title::after {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.woocommerce .accordion-container .accordion .accordion-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
}
.woocommerce .accordion-container .accordion.show .accordion-content {
    height: auto;
    opacity: 1;
    padding: 12px 0 4px;
    padding: 0.75rem 0 0.25rem;
}

.woocommerce .accordion-container .accordion.show .accordion-content p,
.woocommerce .accordion-container .accordion.show .accordion-content li {
    font-size: 14px;
    font-size: 0.875rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 10px;
    padding-top: 0.625rem;
}

/**********************
* WOOCOMMERCE ACCOUNT *
**********************/
.woocommerce-account .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.woocommerce-account .woocommerce-Address {
    width: 100%!important;
    border-top: 1px solid #eee;
    float: unset;
    padding: 16px 0;
    padding: 1rem 0;
}
.woocommerce-account .woocommerce-Address h3 {
    padding-top: 0;
}
.woocommerce address {
    line-height: 1.5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:not([class]) {
    padding: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul:not([class]) li {
    padding: 16px 0;
    padding: 1rem 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul:not([class]) li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul:not([class]) li a {
    text-decoration: none;
}

/********************
* WOOCOMMERCE FORMS *
********************/
.woocommerce form input[type="text"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="email"],
.woocommerce form input[type="number"],
.woocommerce form input[type="password"],
.woocommerce form textarea,
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    border: solid 1px #999;
    min-width: 20px;
    min-width: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    padding: 10px;
    padding: 0.625rem;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: inherit;
    background: #fff;
}
.woocommerce form select {
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
	line-height: 1.3;
	padding: 10px;
    padding: 0.625rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: 4px;
    border-radius: 0.25rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    font-size: 0.75rem;
}
.woocommerce form select::-ms-expand {
	display: none;
}
.woocommerce form select:hover {
	border-color: #888;
}
.woocommerce form select:focus {
	border-color: #666;
	box-shadow: none;
	color: #222;
	outline: none;
}
.woocommerce form select option {
	font-weight:normal;
}

.woocommerce .woocommerce-ordering {
    width: 210px;
    width: 13.125rem;
}

.woocommerce .quantity .qty,
#coupon_code {
    min-width: 60px;
    min-width: 3.75rem;
    height: 48px;
    height: 3rem;
}

.woocommerce table.variations tr {
    display: flex;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.woocommerce table.variations tr td {
    padding-bottom: 10rem;
    padding-bottom: 0.625rem;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
}

/*******************
* WOOCOMMERCE CART *
*******************/
div.coupon:not(.under-proceed) { 
    display: none !important; 
}
.checkout-button.button.alt.wc-forward {
    width: 100%;
    padding: 20px;
    padding: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
}
.cross-sells {
    display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    font-size: 1rem;
}

/* tablet landscape: > 1024px */
@media (min-width: 64em) {

    .woocommerce .icon.sale {
        width: 80px;
        width: 5rem;
        height: 80px;
        height: 5rem;
    }

}

/* > 768px */
@media (min-width: 48rem) {
    /**********************
    * WOOCOMMERCE ACCOUNT *
    ***********************/
    .woocommerce .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%!important;
    }
}

/* laptop: > 1280px */
@media (min-width: 80em) {
    .woocommerce .woocommerce-breadcrumb {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .woocommerce .icon.sale {
        width: 100px;
        width: 6.25rem;
        height: 100px;
        height: 6.25rem;
        padding: 10px;
        padding: 0.625rem;
    }

    /**********************
    * WOOCOMMERCE PRODUCT *
    **********************/
    .woocommerce div.product .product_title,
    .woocommerce .cross-sells h2 {
        font-size: 32px;
        font-size: 2rem;
    }

    .woocommerce .summary .woocommerce-Price-amount.amount {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .woocommerce .accordion-container {
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
    }
    .woocommerce .accordion-container .accordion .accordion-title {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .woocommerce .accordion-container .accordion.show .accordion-content p,
    .woocommerce .accordion-container .accordion.show .accordion-content li {
        font-size: 16px;
        font-size: 1rem;
    }

    /*******
    * CART *
    *******/
    #add_payment_method table.cart img, 
    .woocommerce-cart table.cart img, 
    .woocommerce-checkout table.cart img {
        width: 100px;
    }

    .woocommerce #coupon_code {
        min-width: 300px;
        min-width: 18.75rem;
        text-align: left;
        height: 56px;
        height: 3.5rem;
    }

    .cross-sells {
        display: initial;
    }

    /********************
    * WOOCOMMERCE FORMS *
    ********************/ 
    .woocommerce form input[type="tel"],
    .woocommerce form input[type="email"],
    .woocommerce form input[type="password"],
    .woocommerce form textarea,
    .woocommerce form .wpforms-field select,
    .woocommerce form .form-row .input-text, 
    .woocommerce-page form .form-row .input-text {
        padding: 12px;
        padding: 0.75rem;
        font-size: 16px;
        font-size: 1rem;
    }
    .woocommerce .quantity .qty {
        min-width: 60px;
        min-width: 3.75rem; 
        min-height: 56px;  
        min-height: 3.5rem; 
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* Button to open the filter drawer */
.filter-button {
  background-color: #edc66f;
  color: black;
  border: none;
  padding: 12px 15px;
  cursor: pointer;
  z-index: 9999;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Button hover effect */
.filter-button:hover {
  background-color: #ecdcb9;
}

/* Style the filter drawer */
.filter-drawer {
  position: fixed;
  top: 0;
  right: -300px; /* Start hidden off-screen */
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transition: right 0.3s ease;
  z-index: 9998;
}

/* Drawer content */
.drawer-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Close button for the drawer */
.close-button {
  font-size: 30px;
  color: #333;
  border: none;
  background: none;
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 20px;
}

/* Display the drawer when active */
.filter-drawer.open {
  right: 0;
}

.filter-drawer
  .drawer-body
  .filter-content
  .filter-items
  input[type="checkbox"]:checked {
  accent-color: #edc66f !important;
}

.filter-drawer .drawer-body h4.filter-title {
  padding-top: 0 !important;
}

.filter-drawer .drawer-body .filter-content a.show-more {
  display: block;
  margin-top: 1rem !important;
}

.filter-drawer .drawer-header h3 {
  padding: 0 !important;
}

.filter-drawer .drawer-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px !important;
}
.filter-drawer .drawer-body .reset-filters {
  padding: 10px 15px !important;
  border-radius: 5px !important;
}
.filter-drawer .drawer-body .reset-filters:hover {
  background: #c7c7c7 !important;
}

.filter-drawer
  .drawer-body
  .filter-content
  .filter-items
  .filter-item.active
  .term-label {
  color: #1e4290 !important;
}

.filter-drawer
  .drawer-body
  .filter-content
  .filter-items
  .filter-item
  .term-label:hover {
  color: #1e4290 !important;
}

/* .filter-drawer .drawer-body .woof_list_checkbox li {
  display: flex;
  gap: 5px;
} */
.filter-drawer .drawer-body .woof_list_checkbox label.woof_checkbox_label {
  width: 180px;
}
.filter-drawer .drawer-body .woof_list_checkbox .icheckbox_square-yellow {
  width: 23px;
}

.filter-drawer .drawer-body h4,
.filter-drawer .drawer-body .h4 {
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
}

.drawer-header h3 {
  font-size: 1.3rem !important;
}

.filter-section h4 {
  font-size: 1.2rem !important;
  padding-top: 0 !important;
}

.drawer-header {
  margin-bottom: 0 !important;
}

.filter-drawer.open .drawer-body .woof_submit_search_form_container {
  position: fixed;
  bottom: -15px;
  background: #fff;
  display: flex;
  gap: 7px;
  width: 300px;
  right: 0;
  padding: 12px 20px;
}

.drawer-body .woof_submit_search_form_container button {
  padding: 0.225rem 1rem !important;
}

.filter-drawer .drawer-body {
  padding-bottom: 70px !important;
}

.filter-drawer .drawer-body .woof_list_checkbox li .woof_childs_list {
        margin: 10px 0 !important;
}
