/*=========================================================*\
	01 -> WOOCOMMERCE
\===========================================================*/

/*-- WC BREADCRUMB --*/
.woocommerce .woocommerce-breadcrumb {
    margin: 0 !important;
}
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
    text-decoration: underline;
}

/*----------------------------*\
	Woocommerce inputs
\*----------------------------*/

.wc-block-components-form .wc-block-components-text-input input:autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"], .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"], .wc-block-components-text-input input:autofill, .wc-block-components-text-input.is-active input[type="email"], .wc-block-components-text-input.is-active input[type="number"], .wc-block-components-text-input.is-active input[type="tel"], .wc-block-components-text-input.is-active input[type="text"], .wc-block-components-text-input.is-active input[type="url"],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    padding-top: 2.2rem !important;
    padding-bottom: 1rem !important;
}

/*----------------------------*\
	Woocommerce Notifications
\*----------------------------*/
.woocommerce-NoticeGroup {
    width: 100%;
    margin-bottom: 1em;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.woocommerce-notice,
p.no-comments {
    padding: 1em 2em;
    margin-bottom: 1em;
    background-color: var(--bs-dark);/*#5cb85c;*/
    margin-left: 0;
    border-radius: 0;
    color: #fff;
    clear: both;
    border-left: 0.618em solid rgba(0, 0, 0, 0.15);
    border-top: 0; 
    margin-top: 5px;
}
.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after, 
.woocommerce-notice::after, 
p.no-comments::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-noreviews::before, 
.woocommerce-notice::before, 
p.no-comments::before {
    color: #fff;
    left: 8px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a, 
.woocommerce-notice a, 
p.no-comments a {
    color: #fff;
}

.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover, 
.woocommerce-notice a:hover, 
p.no-comments a:hover {
    color: #fff;
    opacity: 0.7;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover, 
.woocommerce-notice a.button:hover, 
p.no-comments a.button:hover {
    opacity: 1;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button, 
.woocommerce-notice .button, 
p.no-comments .button {
    float: right !important;
    padding: 0 !important;
    background: none !important;
    color: #fff !important;
    box-shadow: none !important;
    line-height: 1.618 !important;
    padding-left: 1em !important;
    border-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid !important;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0 !important;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover, 
.woocommerce-notice .button:hover,
p.no-comments .button:hover {
    background: none;
    color: #fff;
    opacity: 0.7;
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre, 
.woocommerce-notice pre, 
p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error, 
.woocommerce-notice.woocommerce-notice--error {
    background-color: var(--bs-dark);/*#d9534f;*/
}

.woocommerce-info {
    background-color: var(--bs-dark);/*#1e85be;*/
}

/* NEWS NOTIFICATIONS */
.wc-block-components-notice-banner.is-error > svg {
    width: 24px;
    height: 24px;
}
.wc-block-components-notice-banner .button:hover, .wc-block-components-notice-banner .button:focus {
    background-color: transparent !important;
}

/*----------------------------*\
	Woocommerce Notices
\*----------------------------*/
.demo_store {
  padding: 0 !important;
  position: fixed !important;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 2.6180340252em;
  z-index: 999;
  text-align: center;
  font-weight: bold;
  top: 0;
}
.demo_store a {
    text-decoration: underline;
    display: block;
}
.demo_store a:hover {
    text-decoration: none; 
}

.woocommerce-store-notice-dismissed #page {
    margin-top: 0 !important;
}

/*----------------------------*\
	Widgets -> List
\*----------------------------*/
.woocommerce.widget {
    margin-bottom: 0;
}
.woocommerce.widget .widget-title {
    font-weight: bold;
    font-size: 1em;
    color: #575560;
    margin-bottom: 1.572em;
    border: none;
    padding: 0;
}
.woocommerce.widget .widget-title::after {
    content: none; 
}
.woocommerce.widget + .widget {
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid #ddd; 
}

.woocommerce ul {
    list-style: none;
}

/*------------------------------*\
	Widgets -> Filter By Price
\*------------------------------*/

/*-- SLIDER --*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e1e1e1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--bs-dark) !important; /* color edit */
}

/*-- SUBMIT BUTTOM --*/
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount button {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    color: transparent;
    float: right;
    background: var(--bs-dark) !important; /* color edit */
}
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount button:hover {
    background-color: #23272b !important; /* color edit */
    color: transparent;
} 
.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount button:after {
    content: '\f00c';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .9em;
}

.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    text-align: left;
}

/*---------------------------------*\
	Widgets -> Filters
\*---------------------------------*/

.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
    color: #dc3545 !important;
}

/*---------------------------------*\
	Widgets -> Product Categories
\*---------------------------------*/
.woocommerce.widget_product_categories .product-categories {
    padding: 0;
}

.woocommerce.widget_layered_nav li > a::before, .woocommerce.widget_layered_nav li > span:not(.count)::before, .woocommerce.widget_product_categories li > a::before, .woocommerce.widget_product_categories li > span:not(.count)::before {
    content: "\f111";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 0.571em;
    font-size: 1.143em;
    line-height: 22px;
    vertical-align: middle;
    color: #dfdfdf;
}

.woocommerce.widget_layered_nav li > a:focus::before, .woocommerce.widget_layered_nav li > a:hover::before, .woocommerce.widget_layered_nav li > span:not(.count):focus::before, .woocommerce.widget_layered_nav li > span:not(.count):hover::before, .woocommerce.widget_product_categories li > a:focus::before, .woocommerce.widget_product_categories li > a:hover::before, .woocommerce.widget_product_categories li > span:not(.count):focus::before, .woocommerce.widget_product_categories li > span:not(.count):hover::before {
    content: "\f058";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    color: #343a40; /* color edit */
}

.woocommerce.widget_layered_nav li.chosen > a::before,
.woocommerce.widget_layered_nav li.current-cat > a::before, .woocommerce.widget_product_categories li.chosen > a::before,
.woocommerce.widget_product_categories li.current-cat > a::before {
    content: "\f058";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 0.571em;
    color: #343a41;
}

/*----------------------------*\
	Widget -> Product List
\*----------------------------*/
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    font-size: .9rem;
}

.woocommerce ul.product_list_widget li img {
    float: left;
    width: 75px;
    margin-right: 8px;
    margin-left: 0;
    border-radius: 8px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.woocommerce ul.product_list_widget li .product-title {
    font-size: 14px;
    height: 22px;
    overflow: hidden;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: .4em;
}

.woocommerce ul.product_list_widget li .star-rating {
    font-size: 70%;
}

.woocommerce ul.product_list_widget li ins, 
.woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: 85%;
    text-decoration: none;
    color: #333;
}

.woocommerce ul.product_list_widget li del {
    display: block;
}

.woocommerce ul.product_list_widget li ins {
    font-size: 85%;
    float: right
}

.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount.amount,
.woocommerce ul.product_list_widget li .reviewer {
    color: #8D99AE;
}

.woocommerce ul.product_list_widget li del,
.woocommerce ul.product_list_widget li .reviewer {
    font-size: 70%;
    font-weight: 300;
    float: left;
}
.woocommerce ul.product_list_widget li .woocommerce-price-suffix {
    display: none;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-bottom: .4em;
}

.woocommerce ul.product_list_widget li .woocommerce-Price-amount.amount {
   color: var(--bs-dark);
}
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount.amount {
    border: 1px solid #8D99AE;
    background-color: #fff;
}

/*============================*\
 * PRODUCT LOOP
\*============================*/
.wc-product {
    border: 0;
}

/* img */
.wc-product .product-img {
    position: relative;
    border-radius: 14px !important;
    overflow: hidden;
}
.wc-product .product-img img {
    width: 100% !important;
    margin: 0 !important;
}
/* format 1:1 */
.wc-product .product-img {
  width: 100%;
  max-width: 300px;
  padding-top: 100%; /* esto mantiene la relación 1:1 */
  position: relative;
  overflow: hidden;
}
.wc-product .product-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* format 1:1*/

.wc-product .product-img .on-sale {
    position: absolute;
    top: 1.3rem;
    left: 15px;
    color: #fff;
    font-size: 8px;
    font-family: "Montserrat", sans-serif;
    padding: .3rem .8rem;
    font-weight: 400;
    border: 0;
    background-color: var(--var-juanskincare-dark);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.wc-product .product-img .success {
    position: absolute;
    top: 1.3rem;
    left: 15px;
    color: #fff;
    font-size: .85rem;
    font-family: 'Montserrat', sans-serif;
    padding: .3rem .8rem;
    font-weight: 400;
    border: 0;
    background-color: var(--bs-dark);
    text-transform: uppercase;
} 
.wc-product .product-img .wc-rating {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    font-size: .9rem;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

/* body */
.wc-product .product-body {
    padding: .5rem 1.3rem 0;
}
.wc-product .product-categories, .wc-product .product-categories a {
    color: #9a9a9a;
    font-size: .8rem;
    margin-bottom: 10px;
}
.wc-product .product-title {
    font-size: .8rem;
    color: #333;
    text-align: center;
}

/* Footer */
.wc-product .product-footer {
    display: flex;
    padding: 0 1.3rem 1.3rem;
    justify-content: center;
}

/* footer-> Wc Price */
.wc-product .wc-price {
    display: inline-flex;
    align-items: center !important;
    color: #b5b5b5;
}
.wc-product .wc-price ins {
    color: #ea5b69 !important;
    font-size: 1rem;
    font-weight: 300 !important;
    text-decoration: none;
}
.wc-product .wc-price .woocommerce-price-suffix {
    display: none;
}
.wc-product .wc-price>.woocommerce-Price-amount.amount {
    color: #333 !important;
    font-size: 1rem;
    font-weight: 300 !important;
}
.wc-product .wc-price del {
    text-decoration: line-through;
    font-size: .8rem;
    margin-right: 5px !important;
    color: #b5b5b5 !important;
}
/* footer-> btns */
.wc-product .product-btns{
    position: absolute;
    bottom: 8px;
    z-index: 1;
    width: 100%;
    transition: all .4s ease;
    display: inline-grid;
    justify-items: end;
    right: 8px;
}

.wc-product .product-btns>.added_to_cart {
    display: none !important;
}

.wc-product .product-btns>button,
.wc-product .product-btns>a[type='button'], 
.wc-product .product-btns> a.button button {
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 28px;
    background: transparent;
    border: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
    border-radius: 50% !important;
    background-color: #fff !important; /* Este queda asi */
    margin-left: 3px;
	font-size: .8rem !important;
    color: #333 !important;
    margin-bottom: 5px;
}

.wc-product .product-btns>a.loading {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc-product .product-btns>a.loading::after {
    top: 50% !important;
    color: #ffffff !important;
    right: 5px !important;
}
.wc-product .product-btns>a.added button {
    background-color: #333 !important;
    color: #fff !important;
}

.wc-product .product-btns>button:hover, 
.wc-product .product-btns>a[type='button']:hover, 
.wc-product .product-btns> a.button button:hover {
    color: #fff !important; /* Este queda asi */
    background-color: #333 !important;
}

.wc-product .product-btns>.add-to-wishlist {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #fff !important;
    line-height: 25px !important;
}
.wc-product .product-btns>.add-to-wishlist.text-prm {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important;
}
.wc-product .product-btns>.add-to-wishlist:hover {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

.wc-product .product-btns .button {
    margin: 0 !important;
}
.wc-product .product-btns a.button {
    font-size: 100%;
    line-height: 0;
    padding: 0;
    color: #333;
    background-color: transparent;
}
.wc-product .product-btns .button:hover {
    background-color: transparent;
}
.wc-product .product-btns a.button.added::after {
    content: " ";
    margin-left: 0;
}

@media only screen and (max-width: 480px) {
    .wc-product .product-btns {
        margin-top: .8rem;
    }
}

/*============================*\
 * PRODUCT CATEGORY
\*============================*/
.wc-category {
    position: relative;
    display: block;
    overflow: hidden;
}
.wc-category img {
    width: 100% !important;
    margin: 0 !important;
}

.wc-category .category-body {
    background: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.1), transparent);
    background: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,.1), transparent);
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.1), transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1.3rem;
    justify-content: center;
}
.wc-category .category-body .category-title {
    color: var(--bs-white);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin: 0;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid var(--bs-white);
    padding: 10px 20px;
}
.wc-category:hover .category-body .category-title {
    color: #333;
    background: var(--bs-white);
} 
.wc-category .category-body .category-title .success {
    position: absolute;
    top: 3rem;
    background-color: transparent;
    color: #fff;
    font-size: .85rem;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    left: 0;
    text-align: center;
}

/*----------------------------*\
	Loop
\*----------------------------*/

/* LOOP -> Ul Products */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 1.8rem !important;
}

/* LOOP -> Wc Rating Reviews */
.woocommerce .star-rating::before {
    color: #feab02 !important;
}
.woocommerce .wc-rating .star-rating {
        margin: 0 auto !important;
}
.woocommerce .star-rating {
    font-size: 1em !important;
}
.woocommerce .star-rating span {
    color: #feab02 !important;
}

/* LOOP -> Wc Pagination */
.woocommerce nav.woocommerce-pagination {
    text-align: left !important;
    margin-bottom: 1rem !important;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
    display: block !important;
    padding-left: 0 !important;
    list-style: none !important;
    border-radius: 0 !important;
    border-color: transparent !important;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
    display: inline-block !important;
    border-right: 0 !important;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span,
.woocommerce nav.woocommerce-pagination .page-numbers li a {
    position: relative !important;
    display: block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0 !important;
}

.woocommerce nav.woocommerce-pagination .page-numbers li span:not(.current):hover,
.woocommerce nav.woocommerce-pagination .page-numbers li a:not(.current):hover {
    z-index: 2 !important;
    color: #343a40 !important;
    text-decoration: none !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

.woocommerce nav.woocommerce-pagination .page-numbers li .current {
    z-index: 1 !important;
    color: #fff !important;
    background-color: #343a40 !important; /* color edit */
    border-color: #343a40 !important; /* color edit */
}

.woocommerce nav.woocommerce-pagination .page-numbers li:first-child a,
.woocommerce nav.woocommerce-pagination .page-numbers li:first-child span {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    margin-left: 0px !important;
}
.woocommerce nav.woocommerce-pagination .page-numbers li:last-child a,
.woocommerce nav.woocommerce-pagination .page-numbers li:last-child span {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

/*----------------------------*\
	Single Product
\*----------------------------*/

/*-- SINGLE PRODUCT -> Image Gallery, Product Summary & Tabs --*/
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary,
.woocommerce-page div.product .woocommerce-tabs {
    background-color: #fff !important;
    border-radius: 0 !important;
}
.woocommerce-page div.product .woocommerce-tabs {
    margin-bottom: 2rem !important;
}

.woocommerce-product-gallery{
    opacity: 1 !important;
}
/*-- SUMMARY --*/
.woocommerce div.product .product_title::after {
    content: ' ';
    width: 84px;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    background-color: var(--bs-dark);
}
.woocommerce div.product .product_title {
    border-bottom: 1px solid #dadada !important;
    position: relative !important;
    font-family: "Montserrat", sans-serif;
    padding-bottom: .5rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.75rem !important;
}

/* Summary -> On Sale */
.woocommerce span.onsale {
    background: var(--bs-dark) !important;
    position: absolute !important;
    top: 1.5rem !important;
    left: 1.5rem !important;
    color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
    padding: .6rem .8rem !important;
    border-radius: 0 !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    min-height: auto !important;
    text-transform: uppercase;
    min-width: auto !important;
    line-height: .9rem !important;
}
/* Summary -> Rating */
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: .25rem !important;
}
/* Summary -> Price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #6c757d !important;
}
/* Summary -> Description */
.woocommerce div.product .woocommerce-product-details__short-description {
    color: #6c757d !important;
    font-size: .8rem !important;
}
/* Summary -> in stock */
.woocommerce div.product .stock {
    color: #fff !important;
    width: auto !important;
    display: inline-block !important;
    padding: .3rem .6rem !important;
    line-height: 1rem !important;
    background-color: #343a40; /* color edit */
}
.woocommerce div.product div:not(.grouped_form)>.stock {
    float: left;
    height: 38px;
    align-items: center;
    display: flex !important;
    margin-right: 10px;
    border-radius: 0;
}

/* SUMMARY BUTTONS */

/* SUMMARY BUTTONS -> PLUGIN WISHLIST */
.wishlist-single-page button, .wishlist-single-page>span {
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 0 !important;
    font-family: "Montserrat", sans-serif !important;
    border: 1px solid #333 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    margin-left: 0 !important;
}
.wishlist-single-page.active button, .wishlist-single-page.active>span {
    border-color: #333 !important;
    color: #fff !important;
    background-color: #333 !important;
}
.wishlist-single-page.active button, .wishlist-single-page.active:hover>span {
    background-color: #000 !important;
    color: #fff !important;
}
.wishlist-single-page button:hover, .wishlist-single-page>span:hover {
    border-color: #333 !important;
    background-color: #333 !important;
    color: #fff !important;
}
/* @media only screen and (max-width: 768px) {
    .wishlist-single-page button, .wishlist-single-page>span {
        margin-top: 5px;
    }
} */

/* Summary Buttons -> simple */
.woocommerce div.product div.summary form.cart {
    display: inline-block !important;
}
.woocommerce div.product div.summary .quantity input {
    background-color: #fff;
    padding-right: 20px !important;
    width: 100px;
}
.woocommerce div.product div.summary .single_add_to_cart_button {
    border-radius: 0 !important;
    height: 38px;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    margin-right: 5px;
}
.woocommerce div.product div.summary .single_add_to_cart_button:hover {
    background: var(--bs-secondary) !important;
}
.woocommerce div.product div.summary .quantity:not(.hidden) + .single_add_to_cart_button {
    margin-left: -20px !important;
}
.woocommerce div.product div.summary .single_add_to_cart_button.disabled {
    background: #6c757d !important; /* color edit */
    opacity: 1 !important;
}

/* Summary Buttons -> variation */
.woocommerce div.product div.summary .variations_form {
    width: 100% !important;
}
.woocommerce div.product div.summary .variations_form .variations {
    margin-bottom: .25rem !important;
}
.woocommerce div.product div.summary .variations_form .variations .label label {
    background-color: #f8f9fa !important;
    border: 1px solid rgba(0,0,0,.1) !important;
    width: 100% !important;
    height: 38px !important;
    text-align: center !important;
    line-height: 38px !important;
    border-radius: 0 !important;
    font-weight: 300 !important;
}
.woocommerce div.product div.summary .variations_form .variations .value {
    display: flex !important;
}

.woocommerce div.product form.cart .reset_variations::before {
    content: "\f00d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.woocommerce div.product form.cart .reset_variations {
    height: 38px !important;
    overflow: hidden !important;
}
.woocommerce div.product form.cart .reset_variations:hover {
    color: #dc3545 !important;
}

.woocommerce div.product div.woocommerce-variation .woocommerce-variation-price {
    margin-bottom: .5rem !important;
}

/* Summary Buttons -> Group */
.woocommerce div.product div.summary form.cart.grouped_form{
    overflow: auto;
    max-width: 100%;
    position: relative;
}
.woocommerce div.product div.summary .grouped_form .quantity input {
    border-radius: 0 !important;
    padding: .375rem;
    width: 100% !important;
}

.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price>*+* {
    margin-left: 5px;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price>.woocommerce-Price-amount.amount {
    color: #343a41;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price>del {
    font-style: italic;
    font-size: 10px !important;
    color: #6c757d !important;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price>ins {
    color: #343a41 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.woocommerce div.product .grouped_form .woocommerce-grouped-product-list-item__price>.woocommerce-price-suffix {
    font-size: 10px !important;
    color: #6c757d !important;
}

.woocommerce div.product .grouped_form .button {
    background-color: #6c757d !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: .8rem !important;
}
.woocommerce div.product .grouped_form .button:hover {
    color: #fff !important;
    background-color: #5a6268 !important;
}

/* SUMMARY PRODUCT METAS */

/* Summary Product Metas -> SKU */
.woocommerce div.product div.summary .product_meta .sku_wrapper {
    color: #fff;
    background-color: #343a41;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    white-space: normal;
    text-align: left;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* Summary Product Metas -> Categories */
.woocommerce div.product div.summary .product_meta .posted_in {
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    white-space: normal;
    text-align: left;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce div.product div.summary .product_meta .posted_in a {
    color: #fff !important;
}
/* Summary Product Metas -> Tags */
.woocommerce div.product div.summary .product_meta .tagged_as {
    background-color: #6c757d;
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    white-space: normal;
    text-align: left;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce div.product div.summary .product_meta .tagged_as a {
    color: #fff !important;
}

/* Summary Product Metas -> Buttons */
.woocommerce div.product div.summary .product_meta button {
    background-color: #343a40 !important;
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;

    margin: 0;
    position: relative !important;
    text-decoration: none !important;
    overflow: visible !important;
    left: auto !important;
    box-shadow: none !important;
    text-shadow: none !important;
    height: auto !important;
    width: 100% !important;
    
    display: inline-block !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    text-align: center !important;
    vertical-align: middle !important;
    user-select: none !important;
    border: 0px !important;
    font-size: 1rem !important;
    line-height: 1.5;
    border-radius: 0 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.woocommerce div.product div.summary .product_meta button:hover {
    color: #fff !important;
    background-color: #1d2124 !important;
    border-color: #1d2124 !important;
}

.woocommerce div.product div.summary .product_meta .button[disabled], .woocommerce div.product div.summary .product_meta button[disabled] {
    opacity: .5 !important;
}

/*-- IMAGE GALLERY --*/

/* btn zoom */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background-color: #fff !important; /* Este queda asi */
    color: var(--bs-dark) !important;
    border: 1px solid var(--bs-dark) !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: var(--bs-dark) !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: var(--bs-dark) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background-color: var(--bs-dark) !important;
    color: #fff !important; /* Este queda asi */
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before {
    border-color: #fff !important; /* Este queda asi */
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::after {
    background: #fff !important; /* Este queda asi */
}

/* full img */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.images .flex-viewport {
    border-radius: 0 !important;
    overflow: hidden !important;
}
/* mini imgs */
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: .5rem;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 5px !IMPORTANT;
}
.woocommerce div.product div.images .flex-control-thumbs li:focus {
    outline: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 0;
    overflow: hidden !important;
}

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

/* Galleria vertical */
@media only screen and (min-width: 768px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .flex-viewport,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper img,
    .woocommerce div.product div.images .flex-viewport img {
        width: 85%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
        margin-top: 0;
        width: 24%;
        position: absolute;
        top: 0;
        right: 0;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        margin-right: 30%;
    }
    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
        display: flex;
        justify-content: center;
    }
    .slick-vertical .slick-arrow.slick-prev {
        position: relative;
        margin-bottom: -45px;
        margin-left: 0 !important;
        left: calc(50% - 13px);
        top: 0;
    }
    .slick-vertical .slick-arrow.slick-next {
        position: relative;
        margin-left: 0;
        margin-right: 0;
        left: calc(50% - 13px);
    }
    .slick-vertical .slick-next::before {
        content: "\f107";
    }
    .slick-vertical .slick-prev::before {
        content: "\f106";
    }
}
/* Galleria vertical */

/*-- TABS --*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    margin: 0 !important;
    border: 0 !important;
    font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
    margin: 0 .5em !important;
    font-size: 0.85rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
    margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300 !important;
    color: #333 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    width: 0 !important;
    transition: 0.2s all !important;
    position: absolute !important;
    bottom: 0px !important;
    background: var(--bs-dark) !important;
    height: 3px !important;
    content: '' !important;
    left: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    width: 100% !important;
}

/* Tabs -> title */
.woocommerce div.product .woocommerce-tabs .panel>h2{
    text-align: center;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

/* Tabs -> Comment Rating Reviews */
.woocommerce #reviews #comments h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
}
.woocommerce-verification-required {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c6c8ca;
    border-radius: 0;
    color: #1b1e21;
    background-color: #d6d8d9;
    margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 10px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    display: block !important;
    background: #fff !important;
    padding: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -9px;
    font-weight: 900;
    font-size: 180%;
    top: -5px;
    text-shadow: -3px .125rem .25rem rgba(0,0,0,.075) !important;
    color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -9px;
    color: #fff;
    font-weight: 900;
    font-size: 180%;
    top: -5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    padding-top: .3rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__author {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
}

#review_form {
    padding: 1rem !important;
    background-color: #f8f9fa !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}
#review_form .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  margin-bottom: 25px;
  position: relative;
  display: block;
}
#review_form .comment-reply-title::after {
    content: ' ';
    width: 83px;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
}

#review_form .comment-form-rating {
    display: flex !important;
}
#review_form .comment-form-rating .stars {
    display: inline-block !important;
    padding: 0 !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
#review_form .comment-form-rating .stars a {
    color: #feab02 !important; /* color edit */
}

#review_form #submit {
    background: #343a40 !important; /* color edit */
    color: #fff !important;
    border: 1px solid #343a40 !important; /* color edit */
    border-radius: 0 !important;
    font-weight: 300 !important;
}
#review_form #submit:hover {
    background-color: #23272b !important; /* color edit */
    border-color: #23272b !important; /* color edit */
}

/* Tabs -> Shop Attributes */
.woocommerce table.shop_attributes {
    border: 1px solid rgba(0,0,0,.1) !important;
    margin: 0 auto;
}
.woocommerce table.shop_attributes th {
    width: 180px;
    font-weight: 500;
    padding: 8px;
    padding-left: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: #f8f9fa;
}

/* SINGLE PRODUCT -> Related products & You may also like… */
.up-sells.upsells.products>h2, .related.products>h2 {
    margin-bottom: 1.5rem !important;
}

/*----------------------------*\
	Mini Cart
\*----------------------------*/
.dropdown-menu-mini-cart {
    min-width: 300px;
    padding: .8em;
}
.dropdown-menu-mini-cart dl.variation {
    display: none;
}

/*-- MINI CART --*/
.woocommerce ul.cart_list li.mini_cart_item {
    padding-right: 8px;
    padding-left: 3px;
    position: relative;
}
/* Mini Cart -> Item */
.dropdown-menu-mini-cart ul.cart_list li, .dropdown-menu-mini-cart ul.product_list_widget li {
    font-size: 1rem !important;
}
.dropdown-menu-mini-cart ul.product_list_widget li .woocommerce-Price-amount.amount {
    font-size: .9rem !important;
}
.woocommerce ul.cart_list li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: relative;
}
.woocommerce ul.cart_list li a:hover {
    text-decoration: none;
}
/* Mini Cart -> Item -> remove */
.woocommerce ul.cart_list li a.remove {
    color: #dc3545 !important;
    line-height: 17px;
}
.woocommerce ul.cart_list li a.remove:hover {
    background-color: #dc3545 !important;
    color: #fff !important;
}
.woocommerce ul.product_list_widget li a.remove {
    float: right !important;
}
/* Mini Cart -> Item -> price */
.woocommerce ul.cart_list li .quantity {
    color: #333;
    padding: 0px 0px 0px 5px;
    position: absolute;
    left: 87px;
    top: 32px;
}
/* Mini Cart -> Subtotal */
.woocommerce-mini-cart__total {
    background-color: #fff !important;
    line-height: 38px;
    text-align: center;
    margin-top: 5px;
    color: var(--bs-secondary);
    border-radius: 0 !important;
    border: 1px solid var(--bs-secondary) !important;
}
.woocommerce-mini-cart__total strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
/* Mini Cart -> Buttons */
.woocommerce-mini-cart__buttons {
    margin-bottom: 0 !important;
    font-size: .9rem !important;
    display: flex;
}
.woocommerce-mini-cart__buttons .wc-forward {
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
    color: #333 !important;
    width: 50%;
    text-align: center;
    border-radius: 0 !important;
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
    background-color: #fff !important;
    color: #333 !important; /* color edit */
    border: 2px solid var(--bs-dark);
    margin-right: 12px;
    text-transform: uppercase;
    font-size: 0.8rem !important;
}
.woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover {
    background-color: var(--bs-secondary) !important; /* color edit */
    border-color: var(--bs-secondary) !important;
    color: #fff !important;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout {
    background: var(--bs-dark) !important; /* color edit */
    border-radius: 0;
    border: 1px solid var(--bs-dark); /* color edit */
    text-transform: uppercase;
    color: #fff !important;
    font-size: 0.8rem !important;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout:hover {
    background-color: var(--bs-secondary) !important; /* color edit */
    border-color: var(--bs-secondary) !important;
}

/* Mini Cart -> Empty Cart */
.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    text-align: center;
    color: #6c757d;
}
.woocommerce-mini-cart__empty-message::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    font-size: 1.5rem;
}

/*----------------------------*\
    Shop Table
\*----------------------------*/
.woocommerce table.shop_table_responsive tr:nth-child(2n), .woocommerce-page table.shop_table_responsive tr:nth-child(2n) {
    background-color: #f8f9fa;
}

/*----------------------------*\
    Cart
\*----------------------------*/

/* CART -> Cart Collaterals (You may be interested in…) */
.cart-collaterals {}
.cart-collaterals::after {
    content: "";
    display: table;
    clear: both;
}
.cart-collaterals .cross-sells>h2:not(.woocommerce-loop-product__title) {
    font-size: 1.786em;
    line-height: 1.6em;
    display: block;
    position: relative;
    padding-bottom: 0.400em;
    border-bottom: 1px solid #dadada;
    margin-bottom: 1.360em;
    margin-bottom: 0.5em;
}
.cart-collaterals .cross-sells>h2:not(.woocommerce-loop-product__title)::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: block;
    width: 20%;
    position: absolute;
    bottom: -1px;
}
.cart-collaterals .cross-sells {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%; 
}

.cart-collaterals .cross-sells ul.products > .product {
    width: 50%;
}
.cart-collaterals .cart_totals {
    position: relative;
    min-height: 1px;
    padding: 1.3rem;
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
}
.cart-collaterals .cart_totals h2 {
    border-bottom: 1px solid #dadada !important;
    position: relative !important;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: .5rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.75rem !important;
}
.cart-collaterals .cart_totals h2::after {
    content: ' ';
    width: 84px;
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    background-color: #343a41;
    font-family: 'Montserrat', sans-serif;
}
    
.woocommerce table.shop_table.order_details {
    border: 0 !important;
}

.cart-collaterals .cart_totals table.shop_table, table.order_details {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
    border: 0;
}
.cart-collaterals .cart_totals table.shop_table th,
.cart-collaterals .cart_totals table.shop_table td, 
table.order_details th, table.order_details td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table thead th,
table.order_details thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table tbody + tbody, 
table.order_details tbody + tbody {
    border-top: 2px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table .table,
table.order_details .table {
    background-color: #fff;
}
.cart-collaterals .cart_totals table.shop_table tbody tr th,
table.order_details tbody tr th {
    padding-left: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr td,
table.order_details tr td {
    padding-right: 0;
}
.cart-collaterals .cart_totals table.shop_table tbody tr:first-child td, .cart-collaterals .cart_totals table.shop_table tbody tr:first-child th,
table.order_details  tbody tr:first-child td,
table.order_details  tbody tr:first-child th {
    border-top-width: 0;
}

.cart-collaterals .cart_totals table.shop_table {
    display: block;
}
.cart-collaterals .cart_totals table.shop_table thead, .cart-collaterals .cart_totals table.shop_table tbody, .cart-collaterals .cart_totals table.shop_table tfoot {
    display: block;
    width: 100%;
}
.cart-collaterals .cart_totals table.shop_table thead > tr, .cart-collaterals .cart_totals table.shop_table tbody > tr, .cart-collaterals .cart_totals table.shop_table tfoot > tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cart-collaterals .cart_totals table.shop_table thead > tr + tr, .cart-collaterals .cart_totals table.shop_table tbody > tr + tr, .cart-collaterals .cart_totals table.shop_table tfoot > tr + tr {
    border-top: 1px solid #eceeef;
}
.cart-collaterals .cart_totals table.shop_table thead > tr td, .cart-collaterals .cart_totals table.shop_table thead > tr th, .cart-collaterals .cart_totals table.shop_table tbody > tr td, .cart-collaterals .cart_totals table.shop_table tbody > tr th, .cart-collaterals .cart_totals table.shop_table tfoot > tr td, .cart-collaterals .cart_totals table.shop_table tfoot > tr th {
    border-top: 0;
}
.cart-collaterals .cart_totals table.shop_table thead > tr.shipping td, .cart-collaterals .cart_totals table.shop_table tbody > tr.shipping td, .cart-collaterals .cart_totals table.shop_table tfoot > tr.shipping td {
    padding: 0.75rem 0 0 0;
}
/* From Calculator */
.shipping-calculator-form {
    margin: 0;
}
.shipping-calculator-form .button {
    background: #6c757d !important;
    color: #fff !important;
}
.shipping-calculator-form .button:hover {
    background-color: #5a6268 !important;
}

/* CART -> Table Cart */
table.cart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem;
}
table.cart thead {
    background: #343a41;
}
table.cart th,
table.cart td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
table.cart thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
table.cart tbody + tbody {
    border-top: 2px solid #eceeef;
}
table.cart .table {
    background-color: #fff;
}
table.cart thead th {
    font-size: 1em;
    line-height: 1.714em;
    color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: none;
    font-weight: normal;
}
table.cart td {
    vertical-align: middle;
    line-height: 1.147em;
}
table.cart tbody tr.cart_item:first-child td {
    padding-top: 2.059em;
}
table.cart tbody tr.cart_item td {
    border-top: none;
    padding-top: 1.029em;
    padding-bottom: 1.029em;
}
table.cart .product-remove a {
    color: #a7a7a7 !important;
    font-size: 1.5em;
}
table.cart .product-remove a:focus, table.cart .product-remove a:hover {
    text-decoration: none;
    background-color: #dc3545 !important;
}
table.cart .product-thumbnail {
    width: 136px;
}
table.cart .product-thumbnail a {
    display: block;
}
table.cart .product-thumbnail img {
    display: block;
    max-width: 100px;
    margin: auto;
    height: 60px;
    width: auto;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
}
  
table.cart .product-quantity .quantity {
    width: 5em;
}
table.cart .product-quantity .quantity.buttons_added {
    width: 8em;
    font-size: 0.824em;
}
table.cart .product-quantity .quantity.buttons_added .minus, table.cart .product-quantity .quantity.buttons_added .plus {
    bottom: 0.5em;
}
table.cart .product-quantity .input-text {
    border-radius: 0;
}
table.cart .actions {
    text-align: right;
    font-size: 1em;
    padding-top: 5.714em;
}
table.cart .actions .wc-proceed-to-checkout {
    display: inline-block;
    margin-left: 0.5em;
}
table.cart .actions .wc-proceed-to-checkout .checkout-button {
    font-weight: bold;
}
table.cart .actions .wc-proceed-to-checkout .checkout-button::after {
    content: none;
}
table.cart input[name="update_cart"] {
    color: #333e48;
    background-color: #efecec;
    border-color: #efecec;
    width: auto;
}
table.cart input[name="update_cart"]:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}
table.cart input[name="update_cart"]:focus, table.cart input[name="update_cart"].focus {
    color: #fff;
    background-color: black;
    border-color: black;
}
table.cart input[name="update_cart"]:active, table.cart input[name="update_cart"].active,
.open > table.cart input[name="update_cart"].dropdown-toggle {
    color: #333e48;
    background-color: black;
    border-color: black;
    background-image: none;
}
table.cart input[name="update_cart"]:active:hover, table.cart input[name="update_cart"]:active:focus, table.cart input[name="update_cart"]:active.focus, table.cart input[name="update_cart"].active:hover, table.cart input[name="update_cart"].active:focus, table.cart input[name="update_cart"].active.focus,
.open > table.cart input[name="update_cart"].dropdown-toggle:hover,
.open > table.cart input[name="update_cart"].dropdown-toggle:focus,
.open > table.cart input[name="update_cart"].dropdown-toggle.focus {
    color: #333e48;
    background-color: #c7bdbd;
    border-color: #b5a7a7;
}
table.cart input[name="update_cart"].disabled:focus, table.cart input[name="update_cart"].disabled.focus, table.cart input[name="update_cart"]:disabled:focus, table.cart input[name="update_cart"]:disabled.focus {
    background-color: #efecec;
    border-color: #efecec;
}
table.cart input[name="update_cart"].disabled:hover, table.cart input[name="update_cart"]:disabled:hover {
    background-color: #efecec;
    border-color: #efecec;
}

table.cart input[name=update_cart].disabled.focus,
table.cart input[name=update_cart].disabled:focus,
table.cart input[name=update_cart].disabled:hover,
table.cart input[name=update_cart]:disabled.focus,
table.cart input[name=update_cart]:disabled:focus,
table.cart input[name=update_cart]:disabled:hover {
    color: #333e48;
}

table.cart dl.variation,
table.order_details .wc-item-meta {
    font-size: 12px;
    color: #a7a7a7;
}

table.shop_table .coupon {
    display: flex;
}
table.shop_table .coupon .input-text {
    padding-right: 40px !important;
    width: 100% !important;
}
table.shop_table .coupon .button {
    font-size: .8rem !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-left: -40px !important;
    background-color: #6c757d !important;
    color: #fff !important;
}
table.shop_table .coupon .button:hover {
    background-color: #5a6268 !important;
}
table.shop_table [name="update_cart"] {
    background: #343a40 !important;
    color: #fff !important;
    padding: .375rem .75rem !important;
}
table.shop_table [name="update_cart"]:hover {
    background-color: #23272b !important;
}

.cart-empty:not(.woocommerce-info) {
    font-size: 3.5em;
    font-weight: 300;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: .75em;
    margin-top: 2em;
}
.return-to-shop {
    text-align: center;
}
.return-to-shop:not(.woocommerce-info) {
    margin-bottom: 7em;
}

/*-- BUTTONS --*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wc-block-components-button:not(.is-link) {
    background: var(--bs-dark) !important;
    border: 1px solid var(--bs-dark) !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    margin-bottom: 0 !important;
    font-family: "Montserrat", sans-serif !important;
    color: #fff !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus {
    color: #fff !important;
    border-color: var(--bs-secondary) !important;
    background: var(--bs-secondary) !important;
}

/*----------------------------*\
    Chekout
\*----------------------------*/

form.checkout.woocommerce-checkout.processing .blockUI.blockOverlay {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f8f8f8 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#place_order {
    font-size: 1.25em;
    padding: .8em 1em;
    width: 100%;
    font-weight: 300;
}
.col2-set {
    max-width: 100%;
    float: left;
}
#customer_details {
    width: 50%;
}
.col2-set .col-1,
.col2-set .col-2 {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 15px;
}
.col2-set .col-2 {
    padding-top: 1.5rem !important;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-checkout.checkout .woocommerce-checkout-review-order {
    max-width: 50%;
    float: right;
}

.woocommerce-checkout.checkout .woocommerce-checkout-review-order .variation {
    font-size: 12px;
    color: #a7a7a7;
    margin-left: .8rem;
}

/*-- COUPON & LOGIN --*/
.woocommerce form.checkout_coupon {
    background-color: #fff;
    border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row-first .input-text, .woocommerce-page form.checkout_coupon .form-row-first .input-text {
    padding-right: 40px !important;
}
.woocommerce form.checkout_coupon .form-row-last, .woocommerce-page form.checkout_coupon .form-row-last {
    float: left !important;
}
.woocommerce form.checkout_coupon .form-row-last .button, .woocommerce-page form.checkout_coupon .form-row-last .button {
    border-radius: 0;
    background-color: #343a40 !important; /* color edit */
    color: #fff !important;
    margin-left: -40px;
    height: calc(1.5em + .75rem + 2px) !important;
}
.woocommerce form.checkout_coupon .form-row-last .button:hover, .woocommerce-page form.checkout_coupon .form-row-last .button:hover {
    background-color: #23272b !important; /* color edit */
}

/*----------------------------*\
    Order
\*----------------------------*/
.woocommerce ul.order_details {
    margin-bottom: 1rem !important;
}

.woocommerce .woocommerce-order-details {
    width: 48%;
    float: right;
    background-color: #fff;
    padding: 1.1rem 0.9375rem;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce .woocommerce-customer-details address {
    padding: 1.3rem !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce .woocommerce-customer-details {
    width: 50%;
}

.woocommerce-bacs-bank-details {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.woocommerce-bacs-bank-details h2 {
    font-size: 1.4rem;
}
.woocommerce-bacs-bank-details h3 {
    font-size: 1.2rem;
}
.woocommerce-bacs-bank-details ul.order_details {
    margin-bottom: 10px !important;
    color: #6c757d !important;
}

table.shop_table {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background-color: #fff;
    overflow: hidden;
}

/*----------------------------*\
    My Account
\*----------------------------*/

/*-- FORM LOGIN --*/
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 1rem !important;
    background-color: #fff;
    padding: 1rem;
    border: 0;
    border-radius: 0 !important;
}

#customer_login.col2-set {
    max-width: 100%;
    width: 100%;
    padding-top: 1rem !important;
}
#customer_login.col2-set .col-1, #customer_login.col2-set .col-2 {
    width: 50% !important;
}

.woocommerce form.login, .woocommerce form.register {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce form.login .button, .woocommerce form.register .button {
    background: #343a40 !important;
    margin-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    margin-left: 10px;
}
.woocommerce form.login .button, .woocommerce form.register .button:hover {
    background: #23272b !important;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    display: flex !important;
    margin-left: auto !important;
}

/*-- GENERAL --*/
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 1rem 1rem 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    background-color: #fff;
    padding: 1rem;
    border: 0;
    border-radius: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li > a::before {
    content: "\f0c8";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    margin-right: 0.571em;
    font-size: 1.143em;
    line-height: 22px;
    vertical-align: middle;
    color: #dfdfdf;
}
.woocommerce-account .woocommerce-MyAccount-navigation li > a:hover::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    color: #343a40; /* color edit */
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active > a::before {
    content: "\f14a";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.143em;
    margin-right: 0.571em;
    color: #343a41;
}

/* MY ACCOUNT -> Addresses */
.woocommerce-Addresses.col2-set {
    max-width: 100%;
    width: 100%;
}
.woocommerce-Addresses.col2-set .col-1, .woocommerce-Addresses.col2-set .col-2 {
    width: 50% !important;
}
.woocommerce-Addresses.col2-set .col-2 {
    float: right;
}
.woocommerce-Addresses.col2-set .col-1 address, .woocommerce-Addresses.col2-set .col-2 address {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding: .5rem;
}

.woocommerce-Address-title {
    padding: .6rem .8rem !important;
}

/* MY ACCOUNT -> Lost Your Password */
.woocommerce-ResetPassword {
    margin-top: 1rem;
    padding: 1.3rem;
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.woocommerce-ResetPassword .button {
    background: #343a40 !important; /* color edit */
    color: #fff !important;
}
.woocommerce-ResetPassword .button:hover {
    background-color: #23272b !important; /* color edit */
}

/*----------------------------*\
    Track My Order
\*----------------------------*/
.woocommerce-form-track-order.track_order .button {
    background: #343a40 !important; /* color edit */
    color: #fff !important;
}
.woocommerce-form-track-order.track_order .button:hover {
    background-color: #23272b !important; /* color edit */
}

/*=========================================================*\
	02 -> RESPONSIVE
\===========================================================*/

@media (min-width: 768px) {
    .demo_store {
        line-height: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 0 2.6180340252em; 
    } 

    .demo_store a {
        background: rgba(0, 0, 0, 0.1);
        float: right;
        display: inline-block;
        margin: 0;
        padding: 12px 2.6180340252em;
    } 

    /* Cart */
    .cart-collaterals .cross-sells {
        width: 50%;
    } 

    .cart-collaterals .cart_totals {
        width: 41.6666666667%;
    }

    /* My Account */
    #customer_login.col2-set .col-2,
    .woocommerce-Addresses.col2-set .col-2 {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    /* Cart */
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        line-height: 1.147em;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
        width: 100%;
        text-align: center;
        font-weight: 700;
    }
    .cart-collaterals .cart_totals .wc-proceed-to-checkout a:after {
        content: none;
    }

    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td:before {
        content: none;
    }
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        display: block;
    }
    .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td, .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        text-align: inherit;
    }

    table.cart .product-quantity .input-text {
        position: absolute !important;
        right: 1em  !important;
        margin-right: .5em;
    }

    /* Checkout */
    .col2-set,
    .woocommerce-checkout-review-order {
        max-width: 100% !important;
    }
    .col2-set .col-2 {
        padding-bottom: 1rem !important;
    }
    
    .woocommerce .woocommerce-order-details {
        width: 100%;
        float: none;
    }
    .woocommerce .woocommerce-customer-details,
    #customer_details {
        width: 100%;
    }
    
    /* My Account */
    #customer_login.col2-set .col-1, #customer_login.col2-set .col-2 {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content .col2-set {
        float: none;
    }

    .woocommerce-Addresses.col2-set .col-1, .woocommerce-Addresses.col2-set .col-2 {
        width: 100% !important;
    }
    .woocommerce-Addresses.col2-set {
        float: none !important;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 1rem 0 0 0 !important;
    }
}