body::-webkit-scrollbar {
    width: 6px;
    display: none;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    display: none;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 0px solid slategrey;
    display: none;
}

.text-bold{
    font-weight: bold;
}

.badge {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 15px !important;
    background: var(--red-color);
    color: #fff;
    padding: 10px 20px;
    width: auto;
    z-index: 2;
}

div.widget.woocommerce.widget_shopping_cart h2.widgettitle {
    opacity: 0;
    font-size: 10px;
}

.blog__slider .col-lg-3 {
    max-width: 100%;
}

.blog__slider.owl-carousel .owl-nav button {
    font-size: 18px;
    color: #1c1c1c;
    height: 70px;
    width: 30px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ebebeb;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-35px);
    background: #ffffff;
    outline: none;
}

.blog__slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.blog__slider.owl-carousel .owl-nav button span {
    font-weight: 700;
}

.blog__slider.owl-carousel .owl-nav button:last-child {
    margin-right: 0;
}

.card {
    background: transparent;
}

/*---------------------
  Banner Home Offer
-----------------------*/

#offer_message p {
    font-weight: 700;
    font-size: 200%;
}

.deal-week-hero {
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
    padding: 13% 0;
}

@media (max-width:725px) {
    .deal-week-hero {
        display: flex;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        padding: 5% 0;
    }

    .deal_week_container {
        background-image: none;
        padding: 2%;
        border-radius: 10px;
        box-shadow: none;
    }
}

.hero__item {
    height: 500px;
    display: flex;
    align-items: center;
}

.hero__price {}

.hero__text span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--main-bg-color);
}

.hero__text span.discount {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    transform: translatey(0px);
    text-shadow: 0px 4px 5px rgba(34, 34, 34, 0.47);
}

.hero__text h2 {
    font-size: 270%;
    color: white;
    line-height: 57px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;

}

.hero__text p {
    margin-bottom: 35px;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.hero__text p {
    font-size: 150% !important;
    color: var(--text-color);
    line-height: 26px;
    margin: 10px 0;
}

/* TIMER OFFER DAL WEEK */

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.timer div.t-days,
div.t-hours,
div.t-minutes,
div.t-seconds {
    background-color: white;
    color: var(--text-color);
    display: inline-block;
    width: 23.4%;
    padding: 30px 0;
    margin: 3px;
    font-size: 190%;
    font-weight: 700;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
    text-align: center !important;
}

#saleend {

    width: 100%;
}

.timer div.t-days p,
div.t-hours p,
div.t-minutes p,
div.t-seconds p {
    font-size: 11px !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
    text-transform: uppercase;
}

.timer p.offer_finish_text {
    font-size: 18px !important;
    font-weight: bold;
    margin: 0;
}

.hero__text h5.price-wrap del span bdi {
    color: #e0463b !important;
    font-size: 25px;
    font-weight: 700;
    text-decoration: line-through
}

.hero__text .sale {
    color: var(--main-bg-color);
    font-size: 130%;
    font-weight: 700;
    text-decoration: none;
}

.hero__text ins span.woocommerce-Price-amount.amount bdi {
    font-size: 35px;
    color: var(--text-color);
    text-decoration: none !important;
}

.hero__text p.saved-sale {
    font-size: 18px !important;
    font-weight: bold;
}

.hero__images img {}

.deal_week_container {}

@media (max-width:770px) {
    .hero__text {
        text-align: center !important;
    }

    .timer div.t-days,
    div.t-hours,
    div.t-minutes,
    div.t-seconds {
        background-color: white;
        color: var(--text-color);
        display: inline-block;
        width: 22.4%;
        padding: 20px 0;
        margin: 3px;
        font-size: 190%;
        font-weight: 700;
        border-radius: 10px;
        -webkit-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
        -moz-box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
        box-shadow: 0px 6px 11px -3px rgba(0, 0, 0, 0.17);
        text-align: center !important;

    }

    #saleend {

        width: 100%;
    }

}

/* BLOCK CSS */

.font-weight-bolder {
    font-weight: bold;
}

.btn-primary-black:hover,
.btn-primary-black:focus,
.btn-primary-black.focus,
.btn-primary-black:not(:disabled):not(.disabled):active,
.btn-primary-black:not(:disabled):not(.disabled).active,
.show>.btn-primary-black.dropdown-toggle {

    border: none;
    -webkit-box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
}

.btn-primary-black {
    color: white;
    font-size: 17px !important;
    font-weight: 500 !important;
    background-color: var(--main-color) !important;
    background-image: none;
    border: none;
    -webkit-box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0px 12px 15px -2px rgba(0, 0, 0, 0.14) !important;
    transition: .2s;
    padding: 15px 20px !important;
    border-radius: 5px !important;
}

.btn-primary-black:hover {
    transition: .2s;
    color: var(--text-color) !important;
    background-color: white !important;
    background-image: none;
    border: none;
    -webkit-box-shadow: 0px 13px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 12px -4px rgba(0, 0, 0, 0.1);
}


.btn-primary-black.disabled,
.btn-primary-black:disabled {
    color: var(--main-color);
    background-color: transparent
}

h5.icon-box-title {
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: .9rem
}

/* RECENT PRODUCTS */

.heading h2.title {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.heading p {
    font-size: 1.6rem;
    font-weight: 500;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}

.heading hr {
    margin-top: 10px;
    background: var(--green-color);
    height: 5px;
    width: 10%;
    text-align: left;
    border-radius: 20px;
    margin: 0 auto;
}

/* ==== LOADER === */

@-webkit-keyframes flower {
    0% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
      -moz-transform: rotate(1080deg);
      -ms-transform: rotate(1080deg);
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
  }
  @-moz-keyframes flower {
    0% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
      -moz-transform: rotate(1080deg);
      -ms-transform: rotate(1080deg);
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
  }
  @-o-keyframes flower {
    0% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
      -moz-transform: rotate(1080deg);
      -ms-transform: rotate(1080deg);
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
  }
  @keyframes flower {
    0% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
        #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    }
    50% {
      -moz-transform: rotate(1080deg);
      -ms-transform: rotate(1080deg);
      -webkit-transform: rotate(1080deg);
      transform: rotate(1080deg);
      -moz-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      -webkit-box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
      box-shadow: white 0 0 15px 0, #fd8 12px 12px 0 4px,
        #fd8 -12px 12px 0 4px, #fd8 -12px -12px 0 4px, #fd8 12px -12px 0 4px;
    }
  }
  .flower-loader-overlay {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 244, 244, 1); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  /* Styles for old versions of IE */
  .flower {
    font-family: sans-serif;
    font-weight: 100;
  }

  /* :not(:required) hides this rule from IE9 and below */
  .flower:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e96;
    border-radius: 100%;
    -moz-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
      #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -webkit-box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
      #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    box-shadow: white 0 0 15px 0, #fd8 -12px -12px 0 4px,
      #fd8 12px -12px 0 4px, #fd8 12px 12px 0 4px, #fd8 -12px 12px 0 4px;
    -webkit-animation: flower 5s infinite ease-in-out;
    -khtml-animation: flower 5s infinite ease-in-out;
    -moz-animation: flower 5s infinite ease-in-out;
    -ms-animation: flower 5s infinite ease-in-out;
    -o-animation: flower 5s infinite ease-in-out;
    animation: flower 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

/* SIDEBAR */

/* ---------------------------------------------
WIDGET SIDEBAR
--------------------------------------------- */

div.widget.widget_categories.widget-wrapper {
    padding: 5% 6%;

}

div.widget.widget_categories.widget-wrapper ul {
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 9;
}

.woocommerce ul.product-categories {
    padding-left: 20px !important;
}

.woocommerce ul.product-categories li.cat-item {
    padding: 15px 0;
}

.widget.woocommerce.widget-wrapper {
    margin-bottom: 30px !important;
    -webkit-box-shadow: 0px 14px 15px -6px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 14px 15px -6px rgba(0, 0, 0, 0.07);
    padding-bottom: 5px;
    background: #fafafa;
}

.widget.woocommerce.widget-wrapper h4.widget-title {
    color: #29303a;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    padding: 6% 4%;
}

.widget.woocommerce.widget-wrapper h4.widget-title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}

.widget.woocommerce.widget-wrapper {
    margin: 10px 0;
    padding: 0 4%;
}

.widget.woocommerce.widget-wrapper h4.widget-title {
    width: 100%;
}

.widget.woocommerce.widget-wrapper form {
    padding: 4% 0;
}

.price_slider_amount button.button {

    font-size: 100% !important;
    width: 100%;
}

div.price_label {
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.widget_price_filter div.price_label {
    font-size: 1.4rem;
    color: var(--text-color);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .5em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: var(--main-color) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: var(--main-color) !important;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

li.cat-item {
    list-style: none;
}

li.cat-item a {
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    color: var(--text-color);
}

.hero__categories ul {
    border: 1px solid #ebebeb;
}

.label-rating {
    margin-right: 10px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

ul.product-categories li.cat-parent {
    cursor: pointer;
    text-decoration: none;
}

ul.product-categories li.selected {}

ul.product-categories li.cat-item.cat-parent::before {
    font-family: 'Material Design Icons';
    content: "\F0140";
    float: right;
    overflow: hidden;
}

ul.product-categories li.cat-parent ul.children {
    padding: 0 0 0 10px;
}


/* ========= STORE PAGINATION ============*/

.woocommerce-pagination {
    width: 100%;
    padding: 15px 0 !important;
}

.woocommerce-pagination ul.page-numbers {
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    font-size: 25px !important;
    border: none !important;
    margin: 2px !important;
}

.woocommerce-pagination ul.page-numbers li a {
    background-color: #000;
    padding: 13px 20px !important;
    border-radius: 90px;
}

.woocommerce-pagination .page-numbers a:link,
.woocommerce-pagination .page-numbers a:visited {
    background: #ffffff;
    color: var(--text-color);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: #ffffff;
    color: var(--text-color);
}

.woocommerce-pagination .page-numbers .current {
    transition: .5s;
    padding: 13px 22px !important;
    background: #DDD !important;
    border-radius: 90px;
}

@media (max-width:800px) {

    .woocommerce-pagination ul.page-numbers li a {
        font-size: 18px !important;

    }

    .woocommerce-pagination .page-numbers .current {
        font-size: 18px !important;

    }

}

div.summary.entry-summary.product-details {
    background-color: transparent;
    border: none;
}

div.summary.entry-summary.product-details h1 {
    font-weight: 700;
    font-size: 3.4rem;
    letter-spacing: -.025em;
    margin-bottom: 1.2rem;
    margin-top: -.5rem;
    padding-right: 1rem;
}

/* PRICES */

div.summary.entry-summary.product-details p.price {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.25;
    color: var(--text-color);
    margin-bottom: 1.3rem;
}

a.woocommerce-review-link {
    color: var(--text-color);
    font-size: 13px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button {
    color: var(--text-color) !important;
    background-color: var(--main-color) !important;
    background-image: none;
    border: none;
    transition: .2s;
    padding: 13px 20px;
    font-weight: 400 !important;
}

.woocommerce button.btn-product.btn-cart.single_add_to_cart_button.alt.button.alt:hover {
    color: var(--text-color) !important;
    background-color: #dfdfdf !important;
    -webkit-box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
}

.product_meta span {
    display: block;

}

.product_meta span.posted_in a {
    color: var(--text-color);
}

.product_meta span.tagged_as a {
    color: var(--text-color);
}

/* .product-details-quantity div.quantity {
    max-width: 150px;
} */

.product-details-quantity div.quantity input.input-text.qty.text {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    text-align: center;
    margin-bottom: 0;
    height: 40px;
    padding: .85rem .85rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none;
    outline: var(--main-color);
}

.woocommerce .quantity .qty {
    width: auto !important;
}

.woocommerce div.product div.images {}

.woocommerce div.product div.images img {}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 5rem !important;
    background-color: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: none !important;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid var(--main-color) !important;
    z-index: 2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--main-color) !important;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
    border: none !important;
    color: var(--main-color) !important;
    border-bottom-color: var(--main-color) !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #333333 !important;
    font-size: 1.6rem !important;
    padding: .55rem 3rem !important;
    border-bottom-width: .2rem !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: none;
}

div.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 68%;
    margin: 0 auto;

}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel h2 {
    display: none;
}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel {
    text-align: left;
    border: 1px solid #fafafa;
    padding: 30px 20px !important;
}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel div.woocommerce-Reviews {
    text-align: left;

    padding: 30px 20px !important;
}

div.woocommerce-tabs.wc-tabs-wrapper div.woocommerce-Tabs-panel div.woocommerce-Reviews div#comments ol li div img {
    display: none;

}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0px !important;
    border: 0px solid white !important;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text div.star-rating {
    width: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce #reviews #comments ol.commentlist li .comment-text div.description {
    display: block;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-top: 20px;
    width: 30%;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1px solid #e4e1e3 !important;
    height: 210px;
    resize: none;
    border: none !important;
    -webkit-box-shadow: 0px 13px 13px -5px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 13px 13px -5px rgba(0, 0, 0, 0.02);
}

.woocommerce #review_form #respond p.comment-form-author label {
    display: block !important;

}

.woocommerce #review_form #respond p.comment-form-author input {

    outline: none;
    border: 1px solid #e4e1e3 !important;
}

.woocommerce #review_form #respond p.comment-form-email label {
    display: block !important;

}

.woocommerce #review_form #respond p.comment-form-email input {

    outline: none;
    border: 1px solid #e4e1e3 !important;
}

.woocommerce #review_form #respond .form-submit input {
    color: white !important;
    background-color: var(--main-color) !important;
    background-image: none;
    border: none;
    transition: .2s;
    padding: 13px 20px;
    font-weight: 400 !important;
}

.woocommerce #review_form #respond .form-submit input:hover {
    color: var(--text-color) !important;
    background-color: white !important;
    -webkit-box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
}

td.label label {
    margin-top: 5px;
    font-weight: 400 !important;
}


/* REGISTER AND LOGIN FORM */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    max-width: unset;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 0px solid red !important;
    padding: 30px !important;
    margin: 2em 0 !important;
    text-align: left !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -7px rgba(0, 0, 0, 0.2);
    width: 100% !important;

}

@media only screen and (max-width: 680px) {

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%
    }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;

}

.woocommerce form .form-row label {
    width: 100% !important;
    line-height: 2;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
    outline: 0;
    line-height: normal;

}

input#reg_password {
    width: 100% !important;

}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--green-color) !important;
    background-image: none;
    border: none;
    transition: .2s;
    padding: 14px 25px !important;
    font-weight: 400 !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn-product.btn-cart.text-center span,
a.button.product_type_variable.add_to_cart_button.btn-product.btn-cart.text-center span {
    color: white !important;
}

/****************CHECKOUT***************/

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    max-width: unset;
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2 {
        max-width: unset;
    }
}

#customer_details {}

.woocommerce form .form-row {
    display: block;
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

.custom-checkout h3 {
    background-color: #165f1c !important;
    /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    border: solid 2px #e4e4e4;
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
}

@media screen and (min-width: 980px) {

    .woocommerce-shipping-fields h3,
    .woocommerce-billing-fields h3 {
        width: 100%;
    }

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 45%;
        float: left;
    }

    .woocommerce-checkout-review-order {
        width: 45%;
        float: right;
    }
}

@media screen and (max-width: 979px) {
    .custom-checkout h3 {
        width: 100%;
    }
}

div.woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {}

div.woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-thumbnail img {
    width: 100px !important;
}

div.woocommerce form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-quantity div.quantity input {
    width: 100%;
}

div.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background-color: var(--main-bg-color);
}

/*====== DETAILS BANK ACCOUNTS =======*/

.woocommerce ul.order_details li {
    float: none;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 2em;
    margin-left: 0;
    padding: 10px 10px;
    list-style-type: none;
    background-color: #f8f7f7;
    border-right: none;
}

.woocommerce-bacs-bank-details h2 {
    color: var(--text-color);
    font-weight: 700;
    position: relative;
    font-size: 200%;
    line-height: 57px;
    padding-top: 40px;
}

.woocommerce-bacs-bank-details h2:after {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: var(--main-bg-color);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.woocommerce-bacs-bank-details h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    z-index: 1;
}

.woocommerce-bacs-bank-details h3 {
    color: var(--text-color);
    font-weight: 700;
    position: relative;
    line-height: 57px;
    padding-top: 40px;
}

.wc-bacs-bank-details.order_details.bacs_details li strong {
    margin: 10px 0;
    font-size: 20px;
}

/* === MY ACCOUNT === */

.woocommerce .woocommerce-MyAccount-navigation {
    background: #f8f7f7;
    padding: 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    text-decoration: none;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border-bottom: .5px solid #e6e5e5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: var(--text-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ea";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--lista-de-deseos a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f328";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2f5" !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}


li.share-button a.whatsapp i.fa.fa-whatsapp::before {
    color: white !important;
    font-family: 'Material Design Icons';
    content: "\F05A3" !important;
    font-size: 20px !important;
}

li.share-button a.facebook i.fa.fa-facebook::before {
    color: white;
    font-family: 'Material Design Icons';
    content: "\F020C" !important;
    font-size: 20px !important;
}

li.share-button a.twitter i.fa.fa-twitter::before {
    color: white;
    font-family: 'Material Design Icons';
    content: "\F0544" !important;
    font-size: 20px !important;
}

li.share-button a.email i.fa.fa-envelope-o::before {
    color: white;
    font-family: 'Material Design Icons';
    content: "\F01EE" !important;
    font-size: 20px !important;
}


/*====== DETAILS BANK ACCOUNTS =======*/

.woocommerce ul.order_details li {

    float: none !important;
    margin-right: 2em !important;
    text-transform: uppercase !important;
    font-size: .715em !important;
    line-height: 1 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding-right: 2em !important;
    margin-left: 0 !important;
    padding: 10px 10px !important;
    list-style-type: none !important;
    background-color: #f8f7f7 !important;
    border-right: none !important;
}

.woocommerce-bacs-bank-details h2 {
    color: var(--text-color) !important;
    font-weight: 700 !important;
    position: relative !important;
    font-size: 200% !important;
    line-height: 57px !important;
    padding-top: 40px !important;
}

.woocommerce-bacs-bank-details h2:after {
    z-index: 2 !important;
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 90px !important;
    height: 3px !important;
    background: var(--main-bg-color) !important;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
}

.woocommerce-bacs-bank-details h2:before {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background: #ebebeb !important;
    z-index: 1 !important;
}

.woocommerce-bacs-bank-details h3 {
    color: var(--text-color) !important;
    font-weight: 700 !important;
    position: relative !important;
    line-height: 57px !important;
    padding-top: 40px !important;
}

.wc-bacs-bank-details.order_details.bacs_details li strong {
    margin: 10px 0 !important;
    font-size: 20px !important;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    padding: 20px 0;
    font-size: 20px;
}

.bg-warning {
    background: #fffca6 !important;
}

.blob {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


/* WISHLIST */

.yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist.button.alt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    padding: 5px 22px;
    width: 100%;
}

div.yith-wcwl-wishlistexistsbrowse {
    text-align: center;
    background-color: transparent !important;
    padding: 4px 20px;
}

div.yith-wcwl-wishlistexistsbrowse span.feedback i.yith-wcwl-icon.fa.fa-heart {
    color: red !important;
}

div.yith-wcwl-wishlistexistsbrowse span.feedback i.yith-wcwl-icon.fa.fa-heart::before {
    color: red !important;
    font-size: 20px !important;
    text-align: center;
    background-color: transparent !important;
}

.yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist.button.alt {
    background-color: transparent !important;
}

.yith-wcwl-add-button i.mdi.mdi-heart-outline {
    font-size: 20px;
}

div.yith-wcwl-wishlistaddedbrowse span.feedback i.yith-wcwl-icon.fa.fa-heart {}

.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 0px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead tr,
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead tr th {
    background-color: rgb(250, 250, 250) !important;
    border: none;
    font-size: 15px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
}

.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 0px;
    padding: 5px;
    margin: 0px;
    outline: none;
}

@media (max-width: 360px) {
    .nav-bottom {
        width: 320px;
    }
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 65px;
    height: 65px;
    z-index: 8;
    transition: 0.3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: #25d366;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    outline: none !important;
}

.whatsapp-button i {
    font-size: 40px;
    color: white;
    margin-top: 5px;
}

.circle-anime {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 65px;
    height: 65px;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #25d366;
    animation: pulse 1.2s 1s infinite 4;
    outline: none !important;
}

.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    right: 6px;
    transition: 0.5s;
    border-radius: 10px;
    background-color: white;
    /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
    -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    animation: slideInRight 0.6s 0s both;
    outline: none !important;

}

.popup-whatsapp>div {
    margin: 5px;
}

@media (max-width: 680px) {
    .popup-whatsapp p {
        font-size: 0.9em;
    }
}

.popup-whatsapp>.content-whatsapp.-top {
    display: flex;
    flex-direction: column;
}

.popup-whatsapp>.content-whatsapp.-top p {
    color: #585858;
    font-weight: 400;
    font-size: 1.2em;
}

.popup-whatsapp>.content-whatsapp.-bottom {
    display: flex;
    flex-direction: row;
}

.closePopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0px 0px 15px 0px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #f76060;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    outline: none !important;
}

.closePopup:hover {
    background-color: #f71d1d;
    transition: 0.3s;
}

.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 0px 0px 5px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
    outline: none !important;
}

.send-msPopup:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight 0.6s 0s both;
    outline: none;
}

input.whats-input[type=text] {
    width: 250px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    border-radius: 20px;
    font-size: 1em;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: 0.3s;
}

@media (max-width: 420px) {
    input.whats-input[type=text] {
        width: 225px;
    }
}

input.whats-input::placeholder {
    /* Most modern browsers support this now. */
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

input.whats-input[type=text]:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: 0.3s;
}

.icon-whatsapp-small {
    width: 24px;
    height: 24px;
    outline: none;
}

.icon-whatsapp {
    width: 35px;
    height: 35px;
    outline: none !important;
}

.icon-font-color {
    color: #ffffff;
}

.icon-font-color--black {
    color: #333333;
}

.blob {

    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


div.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 100% !important;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button span,
a.button.wc-forward,
a.button checkout.wc-forward {
    color: white !important;
}


/* 
===============
NAVBAR STYLES 
===============
*/

.navbar {
    transition: .5s;
    position: fixed;
    width: 100%;
    padding: 0px 0px !important;
    z-index: 100;
    transition: all 0.3s ease;
    font-family: 'Baloo', sans-serif;
    background: white;
}

.navbar ul li a {
    color: var(--text-color);
    font-family: 'Baloo', sans-serif;
}

.navbar ul li a.account-button {
    color: var(--text-color);
}

.navbar.sticky ul li a {
    font-size: 16px;
    color: var(--text-color);
}

.navbar.sticky {
    transition: .5s;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 0px 0px;
}

.navbar.sticky .logo img {
    transition: .5s;
    width: 60px;
}

/* .navbar .logo img.change-svg-logo-color {
    filter: invert(0) contrast(100%);
} */

/* .navbar.sticky .logo img.change-svg-logo-color {
    filter: invert(100%) contrast(88%);

} */

.logo img {
    transition: .5s;
    width: 100px;
}

.navbar .menu-list {
    display: inline-flex;
    z-index: 100;
}

.menu-list li {
    list-style: none;

}

.menu-list li a {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 400;
    margin-left: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-list li a:hover {}

.icon {
    color: var(--text-color);
    font-size: 40px;
    cursor: pointer;
    display: none;
}

.menu-list .cancel-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}

@media (max-width: 868px) {
    body.disabled {
        overflow: hidden;
    }

    .icon {
        display: block;
    }

    .icon.hide {
        display: none;
    }

    .navbar .menu-list {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        left: -100%;
        top: 0px;
        display: block;
        padding: 40px 0;
        background: white;
        transition: all 0.3s ease;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);

    }

    .navbar.show .menu-list {
        left: 0%;
    }

    .navbar .menu-list li {
        margin-top: 45px;
        margin-left: 20px;
        display: block !important;

    }

    .navbar .menu-list li a {
        font-size: 23px;
        margin-left: -100%;
        color: #333333;
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .navbar.show .menu-list li a {
        margin-left: 0px;
    }

    .account-button {
        display: block;
        background: #f1e8e3 !important;
        width: 115px;
        padding: 10px 20px;
    }

    .register-button {
        display: block;
        background: #f1e8e3 !important;
        padding: 0;
        width: 160px;
        padding: 10px 20px;
        margin-top: 20px;
    }


    .account-button li a {
        width: 20%;

        margin-bottom: 20px;
        display: block;
    }

    .acces-icon-tools {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;

    }

    .acces-icon-tools div.cart-dropdown {

        padding-left: 7px !important;

    }

    .acces-icon-tools i {
        color: var(--main-color);
        font-size: 25px !important;

    }

    .fav-list {
        margin-right: 3px !important;
    }

    .wishlist-link {}


}

@media (max-width: 380px) {
    .navbar .logo a {
        font-size: 27px;
    }
}

.account-button {
    background: #f1e8e3;
    padding: 7px;
}

.register-button {
    background: #f1e8e3;
    padding: 7px;
    color: var(--text-color);
}

.acces-icon-tools {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}

.acces-icon-tools i {
    color: var(--main-color);
    font-size: 25px !important;
}

.fav-list {
    margin-right: 15px;
}

.btn.underline {
    background-color: transparent;
    border: none;
    border: .1rem solid #fff;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.btn.underline:hover,
.btn.underline:focus {
    border-color: white;
    background-color: white;
    color: black;
    text-decoration: none;
}


.woocommerce .widget_price_filter .price_slider_amount .button {
    color: white;
}


/* SEARCH FORM  */
#search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 999999999;
}

#search.active {
    opacity: .9;
    visibility: visible;
    transform: scale(1);
}

#search .input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125px;
    margin: auto;
}

#search .input .search {
    float: left;
    width: calc(100% - 125px);
    height: 125px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 65pt;
    color: #fff;
    text-indent: 50px;
}

#search .input .search::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#search .input .submit {
    cursor: pointer;
    float: left;
    width: 125px;
    height: 125px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 45pt;
    color: #fff;
    text-align: center;

}

#search #close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 125px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 40pt;
    color: #fff;
    text-align: center;
    line-height: 125px;
}

@media (max-width:790px) {
    #search .input .search {
        float: left;
        width: calc(100% - 125px);
        height: 125px;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 20pt;
        color: #fff;
        text-indent: 50px;

    }

    #search .input .submit {
        cursor: pointer;
        float: left;
        width: 125px;
        height: 125px;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 25pt;
        color: #fff;
        text-align: center;

    }
}

/* END SEARCH FORM  */

/* BUTTONS PROFILE SECTIONS  */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: white !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: white !important;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: white !important;
}

.btn-primary {
    color: white !important;
}

.btn-primary:hover {
    background-color: var(--main-color) !important;
    border: none !important;
}

a.btn-instagram {
    font-size: 2rem;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 90px;
    color: white;
    padding: 20px 30px;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    -webkit-box-shadow: 0px 7px 19px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 7px 19px -1px rgba(0, 0, 0, 0.14);
}

/* BUTTONS PROFILE SECTIONS END */


/* SLIDER INTRO */


.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 70vh;
    z-index: 1;

}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;

}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

}

.slideshow .slide .image {
    width: 100%;

    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.slideshow .slide .title {
    max-width: 100%;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 5rem;
    text-transform: capitalize;

}

.slideshow .slide .text p {
    max-width: 100%;
    padding: 5px 0;
    font-size: 28px;
    color: white;
}


.slideshow .slide .btn {
    -webkit-box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 10px;
}

.slideshow .arrows .prev:hover .svg {
    background: rgba(255, 255, 255, 1);
    transition: .5s;
}

.slideshow .arrows .next {
    right: 10px;
}

.slideshow .arrows .next:hover .svg {
    background: rgba(255, 255, 255, 1);
    transition: .5s;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #363636;
    stroke-width: 2;
    stroke: #363636;
    padding: 35px 20px;
    transition: left 0.2s ease;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    -webkit-box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);

}

@media(max-width:725px) {

    .slideshow .slide .title {
        max-width: 2000px;
        width: 100%;
        line-height: 35px;
        font-weight: 500;
        letter-spacing: .5px;
        font-size: 3.5rem;
        text-transform: capitalize;
    }

    .slideshow .slide .text p {
        width: 100%;
        margin-top: 20px;
        max-width: 100%;
        font-size: 20px;
        line-height: 26px;
        color: white;
    }

    .slideshow .arrows .svg {
        position: relative;
        left: 0;
        width: 14px;
        height: 26px;
        fill: #363636;
        stroke-width: 2;
        stroke: #363636;
        padding: 25px 16px;
        transition: left 0.2s ease;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
        -webkit-box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);
        box-shadow: 0px 16px 19px -8px rgba(0, 0, 0, 0.38);
    }


    .slideshow .arrows .arrow {
        padding: 10px;
    }

    .slideshow .arrows .prev {
        left: 5px !important;
    }

    .slideshow .arrows .next {
        right: 5px !important;
    }

}

/* TIENDA HEADER GENERIC */

.tienda-header {
    padding: 70px 0;
}

.tienda-header nav.woocommerce-breadcrumb {
    color: white;
    font-size: 22px;
    font-weight: 600;

}

.tienda-header nav.woocommerce-breadcrumb a {
    color: white;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid white;

}

.woocommerce-ordering select.orderby {
    border: 1px solid #c2c2c2;
    width: 100%;
    padding: 20px;
    width: 100%;
    color: var(--text-color);
}



@media(max-width:725px) {


    .woocommerce-ordering select.orderby {
        border: 1px solid #c2c2c2;
        width: 100%;
        padding: 20px;
        width: 100%;
        color: var(--text-color);
    }

}

/* MODAL CART */


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.modal-btn:checked+label,
.modal-btn:not(:checked)+label {
    position: relative;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    transition: all 200ms linear;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    border: none;
    cursor: pointer;

}

.modal-btn:not(:checked)+label:hover {}

.modal-btn:checked+label .uil,
.modal-btn:not(:checked)+label .uil {
    margin-left: 10px;
    font-size: 18px;
}

.modal-btn:checked+label:after,
.modal-btn:not(:checked)+label:after {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 110;
    width: 40px;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 50px;
    background-color: var(--main-bg-color);
    color: white;
    content: '\f057' !important;
    /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-style: normal;
    box-shadow: 0 12px 25px 0 rgba(16, 39, 112, .25);
    transition: all 200ms linear;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);

}

.modal-btn:checked+label:hover:after,
.modal-btn:not(:checked)+label:hover:after {}

.modal-btn:checked+label:after {
    transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.modal {
    position: fixed;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, .7);
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms 700ms ease;
}

.modal-btn:checked~.modal {
    pointer-events: auto;
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.modal-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
    background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199, 175, 189, .25);
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}

.modal-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.modal-wrap p {
    padding: 20px 30px 0 30px;
}

.modal-btn:checked~.modal .modal-wrap {
    opacity: 1;
    transform: scale(1);
    transition: opacity 250ms 500ms ease, transform 350ms 500ms ease;
}

.modal-btn:checked~.logo img {
    filter: brightness(100%);
    transition: all 250ms linear;
}


@media screen and (max-width: 500px) {
    .modal-wrap {
        width: calc(100% - 40px);
        padding-bottom: 15px;
    }

    .modal-wrap p {
        padding: 15px 20px 0 20px;
    }
}

.woocommerce p.stars a {
    color: yellow !important;
    margin-right: 10px;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5em !important;
    height: 5em !important;
    font-size: 20px;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
    color: #f5a051;
}


/* ==== INSTAGRAM FEED ===== */

.owl-instagram {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;

}

.owl-instagram img {
    display: flex;
    transform-style: preserve-3d;
    height: 600px !important;
    width: 600px;
    object-fit: cover;

}

@media (max-width:769px) {
    .owl-instagram img {

        height: 100% !important;
        width: 100% !important;
    }
}


/* APP SECTION  */

.app-section {
    height: 80vh;
    background: url('../images/descargar-app.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.app-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75vh;
}

.app-text h5 {
    font-size: 60px;
    font-weight: 900;
}

.app-text p {
    font-size: 25px;
    font-weight: 600;
}

.logos-operative {
    display: flex;
    justify-content: center;
    align-items: center;

}

.logos-operative a {
    margin: 9px;
}

.app-text span {
    font-size: 19px;
}

.app-text div.logos-operative a {
    background: white;
    border-radius: 30px;
    padding: 30px;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.05);
}

.app-text div.logos-operative .android {
    width: 62px;
    height: 62px;

}

.app-text div.logos-operative .ios {
    width: 62px;
    height: 62px;
}

@media(max-width:800px) {
    .app-section {
        height: 60vh;
        background: linear-gradient(rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.5)), url('../images/descargar-app-mobile.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;

    }

    .app-text h5 {
        color: white;
        font-size: 35px;
        font-weight: 900;
    }

    .app-text p {
        color: white;
        font-size: 18px;
        font-weight: 600;
    }

    .app-text span {
        font-size: 19px;
        color: white;
    }

    .app-text div.logos-operative .android {
        width: 60px;
    }

    .app-text div.logos-operative .ios {
        width: 60px;
    }
}

div.product-content {}

div.product-content div.woocommerce-product-details__short-description p {
    font-size: 1.8rem !important;
}

.btn-shop {
    width: 100%;
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;

}

.btn-shop a {
    padding: 15px 20px;
    background-color: var(--red-color);
    font-size: 18px;
    color: white;
    font-weight: 500;
    border-radius: 10px;

}

.woocommerce .woocommerce-breadcrumb {
    font-size: 16px !important;
}