/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@font-face {
  font-family: 'Avenir';
  src: url('/themes/classicblinders/assets/fonts/Avenir-Regular.eot');
  src: url('/themes/classicblinders/assets/fonts/Avenir-Regular.eot?#iefix') format('embedded-opentype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Regular.woff2') format('woff2'),
    url('/themes/classicblinders/assets/fonts/Avenir-Regular.woff') format('woff'),
    url('/themes/classicblinders/assets/fonts/Avenir-Regular.ttf')  format('truetype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Regular.svg#Avenir-Regular') format('svg');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/themes/classicblinders/assets/fonts/Avenir-Light.eot');
  src: url('/themes/classicblinders/assets/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Light.woff2') format('woff2'),
    url('/themes/classicblinders/assets/fonts/Avenir-Light.woff') format('woff'),
    url('/themes/classicblinders/assets/fonts/Avenir-Light.ttf')  format('truetype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/themes/classicblinders/assets/fonts/Avenir-Medium.eot');
  src: url('/themes/classicblinders/assets/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Medium.woff2') format('woff2'),
    url('/themes/classicblinders/assets/fonts/Avenir-Medium.woff') format('woff'),
    url('/themes/classicblinders/assets/fonts/Avenir-Medium.ttf')  format('truetype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/themes/classicblinders/assets/fonts/Avenir-Heavy.eot');
  src: url('/themes/classicblinders/assets/fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Heavy.woff2') format('woff2'),
    url('/themes/classicblinders/assets/fonts/Avenir-Heavy.woff') format('woff'),
    url('/themes/classicblinders/assets/fonts/Avenir-Heavy.ttf')  format('truetype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/themes/classicblinders/assets/fonts/Avenir-Black.eot');
  src: url('/themes/classicblinders/assets/fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Black.woff2') format('woff2'),
    url('/themes/classicblinders/assets/fonts/Avenir-Black.woff') format('woff'),
    url('/themes/classicblinders/assets/fonts/Avenir-Black.ttf')  format('truetype'),
    url('/themes/classicblinders/assets/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

body,
html,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
  font-family: 'Avenir', sans-serif;
}

@media (max-width: 480px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.dbmenu .container {
  width: auto;
}
#header .dbmenu {
  border: none;
}
.displayTopLeft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
}

.displayTopCenter {
  display: contents;
}
#header .header-top {
  padding: 18px 0;
}
#header .dbmenu .dbmenu_navigation {
  padding: 0;
}
.displayTopLeft .fa-bars::before {
  font-size: 18px;
}
.displayTop .fa-user::before,
.displayTop .fa-cart-shopping::before {
  font-size: 16px;
}
#search_widget form button .fa-magnifying-glass::before, .search-selector.dropdown .fa-magnifying-glass::before{
  font-size: 18px;
}
#search_widget form {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.search-widget > form button[type="submit"] {
  padding: 0;
  position: relative;
}
.search-widget > form input[type="text"] {
  padding: 0;
  border: none;
}

.search-widget > form input[type="text"]::placeholder {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.product-miniature.js-product-miniature #add-to-cart-or-refresh,
.product-miniature.js-product-miniature .add {
  display: none;
}
.product-flags li.product-flag,
.discount-percentage.discount-product {
  border-radius: 3px;
  border: 1px solid #888;
  background: #fff !important;
  color: #888 !important;
  font-size: 15px;
  text-transform: uppercase;
}
.product-miniature .product-flags {
  top: 10px;
  left: 15px;
}
.product-miniature .product-flags li.product-flag {
  padding: 3px 10px;
  margin-top: 0;
}
.product-miniature .dbwishlist_hearth .fav_list {
  background: transparent;
  box-shadow: none;
  padding: 0;
  top: 10px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.product-miniature .h3.product-title {
  color: #000 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  padding: 15px 15px 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-miniature .product-price-and-shipping {
  min-height: auto;
}

.product-miniature .stocktrafficlight-label{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.product-miniature .product-price-and-shipping .price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.product-miniature .prices_flex .regular-price {
  order: 1;
}
.product-miniature .product-price-and-shipping .prices_flex .price {
  order: 2;
}
.product-miniature .regular-price span:first-child {
  display: none;
}
.product-miniature .regular-price .block-regular-price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: strikethrough;
}
.product-miniature .product-price-and-shipping .prices_flex {
  flex-direction: row;
  gap: 12px;
}
.product-miniature .product-description {
  padding: 15px 15px 14px;
}
.product-miniature .h3.product-title {
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  min-height: 65px;
}
.product-miniature .product-description {
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  min-height: 84px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  border: 1px solid #bcbcbc;
}
.h1.products-section-title,
.h3.products-section-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin: 59px 0 17px;
}
.block_newsletter form input[type="email"]::placeholder {
  color: #000;
}
.block_newsletter form input[type="email"] {
  background: #d9d9d9;
  color: #000000;
  font-size: 24px;
  border: 1px solid #d9d9d9;
  height: 55px;
}
.block_newsletter form .input-wrapper .btn {
  border: 1px solid #c7c7c7;
  background: #fff;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  height: 55px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 34px;
}
#header
  .header-top
  .header__flex
  .displayTop
  #_desktop_user_info
  .userinfo_header,
#header .header-top .header__flex .displayTop #_desktop_cart .blockcart_header {
  flex-direction: row;
  gap: 12px;
}
#header .header-top .header__flex .displayTop #_desktop_user_info span {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#header .header-top .header__flex .displayTop .icon_name {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.dbmenu_navigation .element_nav .open_dbmenu {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  gap: 10px;
}

.dbbrandslide {
  background: transparent;
  margin-top: 59px;
  padding: 0 32px;
}
.dbbrandslide .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 17px;
}
#header .header-top .header__flex {
  align-items: center;
}
.open_contact {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
  margin-top: 0;
  position: absolute;
  z-index: 10;
}
.language-selector.dropdown.js-dropdown .dropdown-menu, .search-selector.dropdown.js-dropdown .dropdown-menu {
  display: none;
}
.language-selector.dropdown.js-dropdown.open .dropdown-menu, .search-selector.dropdown.js-dropdown.open .dropdown-menu {
  display: block;
}
@media (max-width: 768px) {
  .displayTopLeft {
    gap: 20px;
  }
  #header .header-top .header__flex.mobile .mobile_middle {
    display: none;
  }
  #header .header-top .header__flex.mobile .mobile_top {
    max-height: 66px;
    padding: 0 16px;
    margin: 0;
  }
  .block_newsletter form input[type="email"] {
    color: #857f7f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
  }
  .block_newsletter form .input-wrapper .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 40px;
    padding: 9px 7px;
  }
}
/* @media (max-width: 480px) {
  #splide_dbbrandslide {
    margin: 0 -16px;
  }
} */
#header
  .header-top
  .header__flex
  .displayTop
  #_desktop_cart
  .blockcart_header
  > a {
  flex-direction: row;
  gap: 12px;
}
.cart-products-count {
  display: none;
}
.displayNav2 .links .h4 {
  display: none;
}
#link-custom-page-acceso-profesionales-3 {
  color: #fff !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.displayNav2 .col-md-4.links {
  width: auto;
}
.language-selector-wrapper .expand-more {
  color: #fff;
  font-size: 15px !important;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.displayNav2 #footer_sub_menu_53479 {
  margin: 0;
}
.dbmenu #dbmenu_burger .modal-dialog .modal-content .menu_header {
  background-color: #000;
}
.dbmenu_category .title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.back-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.back-link .back-text {
  color: #000 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.dbcontactinfo_checkout .text_contactinfo .phone,
body#checkout
  #header
  .header-nav
  .header_checkout
  .text_contactinfo
  .hidden-md-down,
.dbcontactinfo_checkout .content_contactinfo > i {
  color: #000 !important;
}
.dbcontactinfo_checkout .text_contactinfo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.dbcontactinfo_checkout .content_contactinfo {
  gap: 10px;
}
.header_checkout .logo {
  max-height: 31px !important;
}
body#checkout #header .header-nav.simple_header {
  background: #fff !important;
  padding: 14px 8px;
  height: auto;
}
.mobile_top .col-md-4.links {
  display: none;
}
@media (max-width: 768px) {
  .header_checkout .back-text,
  .header_checkout .dbcontactinfo_checkout {
    display: none;
  }
}
#footer .pre-footer {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 21px 0 54px;
}
#block_myaccount_infos .datatext i {
  display: none;
}
.footer-container p.h4,
.footer-container p.myaccount-title,
#block-newsletter-label {
  color: #000 !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: normal;
}
.footer-container p.h4::after,
.footer-container p.myaccount-title::after,
#block-newsletter-label::after {
  content: ".";
  color: #f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
#footer .footer-container li a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.name-store {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
.address-store {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer_social,
#footer_pay {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
#footer_social li,
#footer_pay li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #888;
  background: #fff;
  padding: 8px 20px;
  position: relative;
  max-width: 70px;
  min-height: 41px;
}
#footer_social li img {
  height: 25px;
  width: 100%;
}
#footer_pay li img {
  width: 100%;
}
#footer .footer-container li:last-child {
  margin-bottom: 12px;
}
.absolute {
  position: absolute;
}
.inset-0 {
  inset: 0;
}
@media (max-width: 767px) {
  #footer_social.collapse,
  #footer_pay.collapse {
    display: none;
  }
  #footer_social.collapse.in,
  #footer_pay.collapse.in {
    display: flex;
  }
}
.copy-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.header__flex > * {
  flex: 1 1 0;
}
.pro-link ul {
  margin-bottom: 0;
}
.header-nav {
  height: 41px;
}
.header-nav .container,
.header-nav .headernav_flex {
  height: 100%;
}

.carousel .carousel-inner {
  height: 633px;
}

.featured-products .thumbnail-container {
  margin-bottom: 0;
}

.featured-products .product-miniature {
  margin: 0;
}

.splide.is-active .splide__list {
  padding-bottom: 1px !important;
}

@media (max-width: 767px) {
  .carousel .carousel-inner {
    height: 390px;
  }
}
@media (max-width: 480px) {
  #carousel_slider .carousel {
    margin-bottom: 16px;
  }
}
.dbhomecategories {
  background-color: transparent;
  padding: 0 20px;
}
.dbhomecategories p.h3 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.dbhomecategories_list {
  justify-content: space-between;
}
.home_cat span.name {
  position: absolute;
  padding: 3px 19px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.5);
  max-width: 201px;
}

.dbhomecategories .home_cat .name {
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 12px;
}

@media (max-width: 575px) {
  .dbhomecategories .home_cat .name {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .dbhomecategories .home_cat .name {
    font-size: 20px;
  }
}

.dbhomecategories img {
  width: 100%;
}
#splide_dbbrandslide.splide--draggable > .splide__track > .splide__list > .splide__slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: white;
}
.header-nav .container, .header-nav .headernav_flex{
  height:100%;
}

@media (max-width: 991px) {
  .dbhomecategories,
  .dbbrandslide {
    padding: 0;
  }

  .dbhomecategories p.h3,
  .dbbrandslide .title {
    margin: 16px 0;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .dbbrandslide {
    margin-top: 0;
  }

  .splide.splide--slide:not(#splide_dbbrandproducts) {
    margin: 0 -16px;
  }

  .h1.products-section-title,
  .h3.products-section-title {
    margin: 16px 0 16px;
    font-size: 16px;
  }
}

/*PRODUCT PAGE*/
#product .product_topview.product_columns_2 {
  padding: 0;
  flex-wrap: nowrap;
  column-gap: 20px;
}

#product .block_right .product-actions {
  border-radius: 2px;
  border: 0.5px solid #AAA;
  padding: 21px 21px 41px;
}

.product-information {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-info-top {
  display: flex;
  justify-content: space-between;
}

.product-info-top .product-manufacturer {
  margin-bottom: 0;
}

.product-manufacturer .brand_centercolumn,
.product-info-top .product-reference label {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.product-info-top .product-reference label {
  text-transform: uppercase;
}

.product-info-top .product-reference span {
  font-weight: 800;
}

#product .product_name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 22px 0;
}

.price_outstanding .product-prices .product-price {
  margin-bottom: 0;
  /* margin-bottom: 40px; */
}

.price_outstanding .product-prices .product-price .current-price {
  align-items: center;
}

.price_outstanding .product-prices .product-price .current-price .price_with_tax {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.price_outstanding .product-prices .product-price .current-price .show_pvp {
  margin-right: 20px;
}

.price_outstanding .product-prices .product-price .current-price .show_pvp span.old_price {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.price_outstanding .product-prices .product-price .current-price .show_discount {
  margin: 0 28px 0 23px;
  border-radius: 3px;
  border: 1px solid #888;
}

.price_outstanding .product-prices .product-price .current-price .show_discount .discount.discount-percentage {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  padding: 2px 12px;
}

.price_outstanding .product-prices .product-price .current-price .price_tax {
  color: #888;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

#product .stocktrafficlight-label {
  line-height: 16px;
  margin: 12px 0;
  padding: 0 !important;
  text-transform: uppercase;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.product-prices .tax-shipping-delivery-label > div {
  padding: 0 !important;
  display: inline-block;
}

.product-prices .tax-shipping-delivery-label > div span {
  border-radius: 3px;
}

.product-prices .tax-shipping-delivery-label .available_stock {
  padding: 0 !important;
  background-color: transparent !important;
  margin: 40px 0 25px;
  padding: 0;
  color: #1F5F25;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#product .tax-shipping-delivery-label .stocktrafficlight-label ~ .available_stock {
  margin-top: 0;
}

.product-prices .tax-shipping-delivery-label .delivery-information,
.product-prices .tax-shipping-delivery-label span#product-availability {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.product-prices .tax-shipping-delivery-label span {
  padding: 8px !important;
}

.product-prices .tax-shipping-delivery-label .available_stock.available #product-availability,
.product-prices .tax-shipping-delivery-label .available_stock .delivery-information {
  background: rgba(130, 176, 102, 0.78);
  color: #1F5F25;
}

.product-prices .tax-shipping-delivery-label .available_stock.last_remaining_items #product-availability {
  background-color: #FDECC3;
  color: #F75C03;
}

.product-prices .tax-shipping-delivery-label .available_stock.no_stock #product-availability {
  background-color: #C81D25;
  color: #FFFFFF;
}

.displayProductCenterColumn {
  margin: 0;
}

#product .product_topview .product-description {
  margin-bottom: 25px;
}

#product .product_topview .product-description,
#product .product_topview .product-description p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-variants .control-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.product-variants > .product-variants-item select {
  border: 1px solid #888;
  background-image: url('../img/icons/ep_arrow-up-bold.svg');
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 11px 13px !important;
}

.product_add_to_cart {
  margin-top: 20px;
}

.product_add_to_cart .product-quantity {
  flex-wrap: nowrap;
}

.product_add_to_cart .product-quantity .qty {
  margin-right: 0;
  min-width: 0;
  flex-shrink: 0;
}

.product_add_to_cart .product-quantity .input-group-btn-vertical .btn,
.product_add_to_cart .product-quantity #quantity_wanted {
  width: 41px;
  height: 41px !important;
}

.product_add_to_cart .product-quantity #quantity_wanted,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-color: #AAA;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  left: 42px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  left: -80px;
}

.product_add_to_cart .product-quantity #quantity_wanted {
  left: 41px;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
}

.product_add_to_cart .product-quantity .add {
  min-width: 0;
  width: 100%;
}

.product_add_to_cart .product-quantity .add .add-to-cart {
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border: none;
}

.dbwishlist_product {
  margin-top: 25px;
}

.dbwishlist_product .custom-checkbox {
  display: flex;
  align-items: center;
}

.dbwishlist_product .custom-checkbox .text,
.attachment_top {
  /* margin-left: 17px; */
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.attachment_top {
  margin: 0 0 25px;
}

.attachment_top > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.attachment_top i {
  font-size: 20px;
}

.dbwishlist_product .custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.dbwishlist_product .custom-checkbox input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.dbwishlist_product .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#product .price_outstanding .product-additional-info .dbfreeshipping {
  margin-top: 20px !important;
  border: 1px dashed #888;
  color: #888 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 13px;
  text-transform: uppercase;
  text-align: left;
}

.product-information .card_product_info {
  border-radius: 2px;
  border: 0.5px solid #AAA;
  padding: 21px;
  margin-top: 59px;
}

.product-information .title_info_product {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 18px;
}

.product-information .card_product_info .product-description,
.product-information .card_product_info .product-description p,
.product-information .card_product_info .product-description span,
.product-information .card_product_info .product-description li,
.product-information .card_product_info .product-description strong,
.product-features > div.data-sheet {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#product .product_topview .product-description p:last-of-type {
  margin-bottom: 0;
  display: inline-block;
}

.product-features {
  margin-top: 40px;
  display: block;
}

.product-features > div.data-sheet {
  display: block;
  width: auto;
  margin: 0;
}

.product-features > div.data-sheet .name {
  font-weight: 400;
}

#product .product_topview .product-description button.btn_info {
  background-color: transparent;
  color: #0472D7;
  font-family: 'Avenir';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  border: none;
  padding: 0;
  cursor: pointer;
}

#product .product_topview .product-description button.btn_info:focus {
  border: none;
  outline: none;
}

.dbjointpurchase_product.product_card {
  margin-top: 60px;
}

.dbbrandproducts .h3.title,
.dbjointpurchase_header .h3.title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 16px;
}

#product .dbjointpurchase_product .dbjointpurchase {
  display: block;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product {
  padding: 0;
}

.dbjointpurchase .dbjointpurchase_products .productjoint_img {
  margin: 0;
  border: 1px solid #BCBCBC;
}

.dbjointpurchase .dbjointpurchase_products .productjoint_content {
  padding: 15px 14px 14px;
  border: 1px solid #BCBCBC;
  background-color: #FFFFFF;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .name_product,
#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .name_product a,
#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .price_product {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 0;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product span.name_product,
#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .name_product a {
  height: auto !important;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dbjointpurchase .dbjointpurchase_products .product_prices {
  margin: 0;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .price_product {
  font-weight: 800;
  order: 2;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .old_price {
  order: 1;
  margin-left: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-decoration: line-through;
  margin: 0 14px 0 0;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .discount.discount-percentage {
  display: none;
}

.dbjointpurchase .dbjointpurchase_products > .dbjointpurchase_product {
  background-color: transparent;
}

.dbjointpurchase .dbjointpurchase_footer {
  margin-top: 37px;
}

.dbjointpurchase .dbjointpurchase_footer .num_products {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 5px 0 0;
}

#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_footer .regular_price,
#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_footer .iva,
#product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_footer .precio_pack_product_total {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.dbjointpurchase .dbjointpurchase_footer .btn-primary {
  width: 100%;
  max-width: 472px;
  padding: 7px 0;
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Avenir';
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.dbbrandproducts {
  margin-top: 59px;
}

.dbbrandproducts .h3.title {
  margin: 0 -16px 17px;
  text-align: left;
}

.splide__arrow {
  top: -33px;
}

@media (max-width: 1199px) {
  .product-quantity .qty {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .product-information {
    margin-top: 0;
  }

  .price_outstanding .product-prices .product-price .current-price .price_tax {
    display: block;
  }

  #product .product_add_to_cart .product-quantity .qty {
    margin-bottom: 0;
  }

  #product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product {
    margin: 0;
    background-color: #FFF;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product {
    flex-direction: row;
  }

  .dbjointpurchase .dbjointpurchase_products .icon_more_purchase svg {
    margin: 4px 0;
  }

  .dbjointpurchase .dbjointpurchase_products .productjoint_img {
    width: auto;
    padding: 4px;
    border-right: none;
    flex-shrink: 0;
  }

  .dbjointpurchase .dbjointpurchase_products .productjoint_content {
    width: 100%;
    border-left: none;
    padding: 10px 10px 10px 11px;
  }

  #product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .joint_product:not(:last-child) {
    margin-bottom: 10px;
  }

  .dbjointpurchase .dbjointpurchase_footer .precio_pack_product {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .dbjointpurchase .num_products .num {
    font-weight: 800;
  }

  .dbjointpurchase .num_products_txt {
    display: none;
  }

  .dbjointpurchase .dbjointpurchase_footer {
    margin-top: 25px;
  }

  #btn_dbjointpurchase {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  #product .block_right .product-actions {
    padding: 10px;
  }

  #product .product_name {
    margin: 15px 0 10px;
  }

  .price_outstanding .product-prices .product-price,
  .product-prices .tax-shipping-delivery-label,
  .product-information .title_info_product {
    margin-bottom: 10px;
  }

  .price_outstanding .product-prices .product-price .current-price .price_with_tax,
  .price_outstanding .product-prices .product-price .current-price .show_pvp span.old_price {
    font-size: 16px;
  }

  .price_outstanding .product-prices .product-price .current-price .show_pvp {
    margin-right: 16px;
  }

  .price_outstanding .product-prices .product-price .current-price .show_discount {
    margin: 0 16px 0 6px;
  }

  .price_outstanding .product-prices .product-price .current-price .show_discount .discount.discount-percentage {
    font-size: 13px;
  }

  .price_outstanding .product-prices .product-price .current-price .price_tax {
    font-size: 12px;
  }

  #product .product_topview .product-description,
  .attachment_top {
    margin-bottom: 15px;
  }

  .product-variants .control-label,
  .product-variants > .product-variants-item select,
  .product-information .title_info_product,
  .product-information .btn-link {
    font-size: 14px;
  }

  .product_add_to_cart .product-quantity .add .add-to-cart {
    line-height: 25px;
  }

  .product-variants > .product-variants-item select {
    padding: 12px 10px !important;
  }

  .dbwishlist_product {
    margin-top: 15px;
  }

  #product .price_outstanding .product-additional-info .dbfreeshipping {
    margin-top: 16px !important;
    padding: 9px 10px;
    font-size: 14px;
  }

  .product-information .card_product_info {
    margin-top: 15px;
    padding: 10px;
  }

  .product-information,
  .product-information .card_product_info .product-description,
  .product-information .card_product_info .product-description p,
  .product-information .card_product_info .product-description span,
  .product-information .card_product_info .product-description li,
  .product-information .card_product_info .product-description strong,
  .product-features > div.data-sheet {
    font-size: 13px;
  }

  .product-features {
    margin-top: 20px;
  }

  .dbjointpurchase_product.product_card {
    margin-top: 15px;
  }

  .dbjointpurchase_header .h3.title {
    font-size: 14px;
    margin: 0 0 10px
  }

  .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product img {
    width: 114px;
  }

  .dbjointpurchase .dbjointpurchase_products .name_product a,
  #product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product.current_product .name_product,
  #product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .price_product,
  #product .dbjointpurchase_product .dbjointpurchase .dbjointpurchase_products .dbjointpurchase_product .product_prices .old_price {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .dbjointpurchase .dbjointpurchase_products .icon_more_purchase svg {
    width: 22px;
    height: 22px;
  }

  .dbbrandproducts_container {
    padding-left: 0;
    padding-right: 0;
  }

  .dbbrandproducts {
    margin: 61px -16px 22px;
  }

  .dbbrandproducts .h3.title {
    font-size: 16px;
    margin: 0 0 17px;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  #product .product_topview.product_columns_2 .block_right {
    width: 50%;
  }

  .dbjointpurchase .dbjointpurchase_footer .precio_pack_product {
    flex-direction: row;
    align-items: center;
    margin: 0;
    border: 1px solid #888;
    background: #FFF;
    padding: 7px 25px;
  }
}
.d-none{
  display: none!important;
}
.d-block{
  display: block!important;
}
@media (min-width: 768px){
  .d-md-none {
      display: none!important;
  }
  .d-md-block {
    display: block!important;
  }
}
#wrapper{
  padding-top: 0;
}

#subcategories .subcategory-name{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#subcategories .subcategory-name img{
  border-radius: 100%;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
#subcategories ul li{
  background-color: transparent;
}
.block-category h1{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
#category-description p:first-child{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#subcategories .name-sub{
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
#search_filters, #search_filters_brands, #search_filters_suppliers{
  background-color: transparent;
  padding: 0;
}
#search_filters .facet .facet-title{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

#search_filters .facet li .facet-label .search-link, #search_filters_brands .facet li .facet-label .search-link, #search_filters_suppliers .facet li .facet-label .search-link{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#search_filters .facet li .facet-label .custom-checkbox > input, #search_filters .facet li .facet-label .custom-radio > input, #search_filters_brands .facet li .facet-label .custom-checkbox > input, #search_filters_brands .facet li .facet-label .custom-radio > input, #search_filters_suppliers .facet li .facet-label .custom-checkbox > input, #search_filters_suppliers .facet li .facet-label .custom-radio > input{
  border: 1px solid #000;
  background: #FFF;
}
.ps-shown-by-js .fa-check{
  display:none!important;
}
#wrapper .breadcrumb li span{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#wrapper .breadcrumb li:first-child span{
  font-weight: 900;
  text-transform: uppercase;
}
#wrapper .breadcrumb li::after{
  content: "|";
  font-size: 16px;
}
#wrapper .breadcrumb{
  margin-top:20px;
  margin-bottom:41px;
}
#js-product-list-top .total-products p{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#js-product-list-top #selectProductSort{
  border-radius: 3px;
  border: 1px solid #888;
  background: #FFF;
  color: #888;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 40px;
}

#products .pagination .text__infinitescroll{
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 50px;
}
.dbbestsellers .h3.title, .dbnewproducts .h3.title, .dbcategories .h3.title, #full-column .dbcategorydesc .title, .dbfaqs .h3.title{
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom:17px;
}
.dbbestsellers .splide .splide__track, .dbnewproducts .splide .splide__track, .dbcategories .splide .splide__track{
  margin-left: 0;
  margin-right: 0;
}
.home-html{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-html h2{
  color: #000;
  margin-bottom:75px;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.home-html p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .home-html{
    flex-direction: column;
  }
  .home-html h2{
    margin-bottom: 15px;
  }
  .home-html img{
    margin-bottom: 30px;
  }
}

/*MINICART*/
/* #blockcart-modal .modal-dialog {
  max-width: 521px;
} */

#blockcart-modal .modal-header {
  background: #FFFFFF;
  padding: 24px 16px;
  height: auto;
  border-color: #BBB;
}

#blockcart-modal .modal-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: flex;
  align-items: center;
}

#blockcart-modal .modal-title svg {
  margin-right: 22px;
}

#blockcart-modal .modal-header .close {
  margin-top: 0;
  display: block;
  line-height: 0;
}

#blockcart-modal .modal-header .close svg {
  width: 22px;
  height: auto;
}

#blockcart-modal .dbfreeshipping_cart {
  padding: 16px 16px 14px;
  border-color: #BBB;
}

#blockcart-modal .dbfreeshipping_cart .dbfreeshipping {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#blockcart-modal .dbfreeshipping_cart .dbfreeshipping .price_remain {
  font-weight: 800;
}

.dbfreeshipping_cart .free_pogress {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  flex-wrap: nowrap;
}

.dbfreeshipping_cart .free_pogress .progress {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  height: 14px;
  border-radius: 0;
  width: 100%;
  margin: 0 12px;
}

.dbfreeshipping_cart .free_pogress .progress .progress-bar {
  background: #D9D9D9;
}

#blockcart-modal .modal-body {
  padding: 0;
  height: calc(100% - 79px);
  max-height: calc(100vh - 79px);
}

#blockcart-modal .modal-body .modal_products {
  padding: 0;
  width: 100%;
}

#blockcart-modal .modal-body .modal_products .modal_product {
  padding: 15px 16px 23px;
  margin: 0;
  border-color: #BBB;
}

#blockcart-modal .modal-body .modal_products .modal_product > .row {
  display: flex;
  align-items: center;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_image {
  flex-shrink: 0;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_image .product-image {
  width: 100%;
  max-width: 125px;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info {
  padding-left: 12px;
  width: 100%;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name,
#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name .product-attributes .value, #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name .product-attributes .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name {
  margin-bottom: 9px;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .delete_product svg {
  width: 22px;
  height: auto;
}

#blockcart-modal .bootstrap-touchspin #quantity_wanted,
#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn {
  width: 41px;
  height: 41px !important;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  left: 42px;
}

#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  left: -80px;
}

#blockcart-modal .bootstrap-touchspin #quantity_wanted {
  left: 41px;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
}

#blockcart-modal .bootstrap-touchspin #quantity_wanted,
#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down,
#blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  border-color: #AAA;
}

#blockcart-modal .product_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-price {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#blockcart-modal .modal_totals {
  padding: 0;
  max-height: none;
}

#blockcart-modal .modal_totals .cart-content p {
  margin-bottom: 8px;
}

#blockcart-modal .modal_totals .cart-content p span,
#blockcart-modal .modal_totals .cart-content p .label,
#blockcart-modal .modal_totals .cart-content p .value,
#blockcart-modal .cart-content p.product-total span.label,
#blockcart-modal .cart-content p.product-total span.value,
#blockcart-modal .cart-content p.product-total span.label .small {
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.subtotals_container {
  padding: 23px 16px;
}

#blockcart-modal .modal_totals .cart-content .subtotals_container p:last-child {
  margin-bottom: 0;
}

#blockcart-modal .cart-content p.product-total {
  padding: 22px 16px 26px;
  margin: 0;
}

#blockcart-modal .cart-content .cart-content-btn {
  padding: 0 16px 26px;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 16px;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-view-cart {
  margin-top: 15px;
}

@media (max-width: 480px) {
  #blockcart-modal .modal-header {
    padding: 16px;
  }

  #blockcart-modal .modal-title svg {
    height: 17px;
    width: auto;
  }

  #blockcart-modal .modal-header .close svg {
    width: 18px;
  }

  #blockcart-modal .modal-body {
    height: calc(100% - 55px);
    max-height: calc(100vh - 55px);
  }

  .dbfreeshipping_cart .free_pogress {
    font-size: 16px;
  }

  #blockcart-modal .modal-body .modal_products .modal_product {
    padding: 10px 16px 15px;
  }

  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name {
    padding: 0;
  }

  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name,
  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name .product-attributes .value,
  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .product-name .product-attributes .label {
    font-size: 15px;
  }

  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .delete_product {
    position: relative;
    right: auto;
    top: auto;
    cursor: pointer;
    line-height: 0;
    margin-bottom: 15px;
    text-align: right;
  }

  #blockcart-modal .bootstrap-touchspin #quantity_wanted,
  #blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn {
    width: 33px;
    height: 33px !important;
  }

  #blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: -64px;
  }

  #blockcart-modal .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    left: 32px;
  }

  #blockcart-modal .bootstrap-touchspin #quantity_wanted {
    left: 31px;
  }

  .subtotals_container {
    padding: 10px 16px;
  }

  #blockcart-modal .cart-content p.product-total {
    padding: 24px 16px;
    margin: 0;
  }

  #blockcart-modal .cart-content .cart-content-btn {
    padding: 0 16px 24px;
  }

  #blockcart-modal .cart-content .cart-content-btn .btn.btn-view-cart {
    margin-top: 10px;
  }

  #blockcart-modal .cart-content .cart-content-btn .btn.btn-view-cart {
    background: #BBB;
    border-color: #BBB;
  }
}

@media (min-width: 481px) {
  .blockcart-info {
    position: relative;
    padding-right: 36px;
  }

  #blockcart-modal .modal-body .modal_products .modal_product .modal_products_info .delete_product {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 0;
  }
}
#js-product-list-top{
  border:none;
}
@media (max-width:767px){
  #search_filter_toggler{
    height:45px;
    padding:0 0 0 10px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align:left;
  }
  #selectProductSort{
    height:45px!important;
    min-height:45px!important;
    padding:0 0 0 10px!important;
    color: #000!important;
    font-size: 12px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
    text-transform: uppercase;
    border-radius:0!important;
  }
  #subcategories .subcategory-name img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border: 1px solid #BEBEBE;
  }
  #subcategories .name-sub{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  #category-description p:first-child{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:15px;
  }
  #wrapper .breadcrumb{
    margin-bottom:18px;
  }
  #search_filter_toggler{
    background: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9073 0.402565C17.6491 0.144793 17.299 -1.62125e-05 16.934 -1.62125e-05C16.569 -1.62125e-05 16.2189 0.144793 15.9608 0.402565L9.14681 7.20881L2.33282 0.402565C2.0732 0.152098 1.72548 0.013505 1.36455 0.0166378C1.00362 0.0197706 0.658358 0.164378 0.403131 0.419314C0.147905 0.674251 0.00313568 1.01912 -1.90735e-06 1.37964C-0.00313759 1.74016 0.135612 2.08749 0.386364 2.34681L8.17358 10.1252C8.43173 10.383 8.7818 10.5278 9.14681 10.5278C9.51183 10.5278 9.8619 10.383 10.12 10.1252L17.9073 2.34681C18.1653 2.08896 18.3103 1.73929 18.3103 1.37469C18.3103 1.01009 18.1653 0.660416 17.9073 0.402565Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat scroll right 8px center/1.25rem 1.25rem;
  }
   select#selectProductSort  {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
  }
  #selectProductSort{
    background: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.9073 0.402565C17.6491 0.144793 17.299 -1.62125e-05 16.934 -1.62125e-05C16.569 -1.62125e-05 16.2189 0.144793 15.9608 0.402565L9.14681 7.20881L2.33282 0.402565C2.0732 0.152098 1.72548 0.013505 1.36455 0.0166378C1.00362 0.0197706 0.658358 0.164378 0.403131 0.419314C0.147905 0.674251 0.00313568 1.01912 -1.90735e-06 1.37964C-0.00313759 1.74016 0.135612 2.08749 0.386364 2.34681L8.17358 10.1252C8.43173 10.383 8.7818 10.5278 9.14681 10.5278C9.51183 10.5278 9.8619 10.383 10.12 10.1252L17.9073 2.34681C18.1653 2.08896 18.3103 1.73929 18.3103 1.37469C18.3103 1.01009 18.1653 0.660416 17.9073 0.402565Z' fill='%23BEBEBE'/%3E%3C/svg%3E%0A") no-repeat scroll right 8px center/1.25rem 1.25rem!important;
  }
  .showing .minimo{
    display:none;
  }
  .product-flags li.product-flag, .discount-percentage.discount-product{
    font-size: 10px;
  }
  .product-miniature .product-flags li.product-flag{
    padding: 3px;
  }
  .product-miniature .dbwishlist_hearth .fav_list{
    width: 15px;
    height: 15px;
  }
  .product-miniature .h3.product-title, .product-miniature .product-price-and-shipping .price, .product-miniature .regular-price .block-regular-price{
    font-size: 14px;
  }
  .product-miniature .product-price-and-shipping{
    min-height: auto!important;
  }
  .product-miniature .product-description{
    padding: 0 10px 10px;
  }
  .product-miniature .h3.product-title{
    padding: 10px 10px 0;
  }
  .dbbestsellers .h3.title, .dbnewproducts .h3.title, .dbcategories .h3.title, #full-column .dbcategorydesc .title, .dbfaqs .h3.title{
    font-size: 16px;
  }
  #products .pagination .text__infinitescroll{
    margin-top: 20px;
  }
}
.dbfaqs .card-header .btn-link{
  padding: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.dbfaqs .card-header{
  background: none;
}

.dbfaqs .card{
  border: none;
}
.dbfaqs .card-body p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 23px 18px;
}

/*FORMS*/
form .form-control-label {
  line-height: normal;
  margin-bottom: 13px;
  font-weight: 800;
}

form .form-control-valign .form-control-label {
  margin-right: 16px;
  margin-bottom: 0;
}

form .form-control:not(select),
form textarea {
  border-radius: 3px;
  background: #D9D9D9;
  border: none;
}

.input-group .form-control:disabled,
.input-group .form-control[readonly] {
  background: #D9D9D9;
}

form .btn.btn-primary {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    padding: 13px 62px;
}

.btn.btn-secondary {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.btn.btn-secondary:hover {
  color: #000;
}

.custom-checkbox label {
  display: flex;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-checkbox input[type="checkbox"] + span,
body#checkout .custom-checkbox span {
  border-radius: 3px;
  margin-top: 2px;
  margin-right: 20px;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
}

body#checkout .custom-checkbox input[type="checkbox"] + span,
.custom-checkbox input[type="checkbox"] + span {
  flex-shrink: 0;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  text-align: center;
  line-height: 18px;
}

.input-group .input-group-btn > .btn {
  line-height: 24px;
}

/*MY ACCOUNT*/
#login-form .form-footer {
  text-align: right;
}

.forgot-password > a,
.no-account > a,
body#checkout section.checkout-step .forgot-password > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
}

.register-form-text a {
  font-weight: 800;
  color: #000;
  text-decoration: underline;
}

#authentication .register-form .custom-checkbox span {
  flex: 0 0 auto
}

.form_forgot_pass {
  margin-bottom: 20px;
}

.page-footer a {
  color: #000;
}

/*CHECKOUT*/
body#checkout #header .header-nav span {
  color: #000 !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.checkout_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-right: 15px;
  padding-left: 15px;
  margin: 45px 0;
}

body#checkout section.checkout-step,
body#checkout section.checkout-step:last-child {
  border-radius: 3px;
  border: 0.5px solid #888;
  background: #FFF;
  padding: 20px;
}

body#checkout section.checkout-step .step-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

body#checkout section.checkout-step .step-title span.step-number,
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
  display: none;
}

body#checkout section.checkout-step.-unreachable.-current,
body#checkout section.checkout-step.-reachable.-complete.-current {
  padding: 14px 20px;
}

body#checkout section.checkout-step.-unreachable,
body#checkout section.checkout-step.-reachable.-complete {
  padding: 14px 20px;
}

body#checkout section.checkout-step.-unreachable .step-title {
  opacity: 1;
}

body#checkout section.checkout-step .content {
  margin-top: 20px;
  padding: 0;
}

body#checkout #delivery textarea {
  padding: 10px;
  margin: 0;
}

body#checkout textarea:focus-visible {
  outline: none;
}

body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #customer-form {
  margin: 30px 0 0;
}

body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address {
  margin: 20px 0 0;
}

body#checkout section.checkout-step form .form-control-valign .radio-inline {
  margin: 0;
}

body#checkout .form-control-valign {
  padding-top: 0;
  display: flex;
  align-items: center;
  column-gap: 39px;
}

body#checkout .form-control-valign .radio-inline {
  display: flex;
  align-items: center;
}

body#checkout .form-control-valign .radio-inline .custom-radio {
  margin-right: 10px;
}

body#checkout section.checkout-step .form-group {
  margin-bottom: 13px;
}

body#checkout section.checkout-step .btn.continue,
#payment-confirmation .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  padding: 13px 62px;
}

body#checkout section.checkout-step .form-footer {
  text-align: right;
}

body#checkout section.checkout-step .btn.continue {
  margin: 0 0 0 auto;
}

body#checkout section.checkout-step.js-current-step .step-title {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

#checkout-personal-information-step.-reachable.-complete .step-title {
  font-weight: 400;
  text-transform: none;
  display: block;
}

body#checkout #checkout-personal-information-step.-reachable.-complete .step-title span {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: none;
  margin-left: 0;
}

body#checkout section.checkout-step:not(.-current) .step-title span.step-edit {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #0094FF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 auto;
  cursor: pointer;
}

body#checkout #wrapper {
  padding-bottom: 39px;
}

/*CHECKOUT LOGIN*/
body#checkout section.checkout-step .nav-inline.my-2 {
  display: flex;
  column-gap: 60px;
}

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  border-bottom-width: 9px;
  font-weight: 400;
  padding-bottom: 3px;
}

body#checkout section.checkout-step .nav-inline.my-2 .nav-item .nav-link.active {
  font-weight: 800;
  border-bottom-width: 9px;
}

body#checkout #checkout-guest-form .form-control-comment {
  display: none;
}

.account_guest {
  margin: 35px 0 13px;
}

.account_guest span  {
  line-height: normal;
}

.account_guest .font-weight-bold {
  font-weight: 800;
}

.form-field-text + .form-field-checkbox,
.address-checkbox-container {
  margin-top: 32px;
}

body#checkout .custom-checkbox em,
body#checkout .custom-checkbox br {
  display: none;
}

body#checkout .form-footer {
  margin: 35px 0 0;
}

body#checkout #login-form .form-footer,
body#checkout #customer-form .form-footer {
  margin: 42px 0 0;
}

.js-address-form a.text_small {
  color: #000;
}

/*CHECKOUT DELIVERY & PAYMENT*/
body#checkout section.checkout-step .delivery-options .delivery-option {
  border-radius: 3px;
  border-color: #888;
  padding: 0;
  min-height: 0;
  flex-wrap: nowrap;
}

.payment-option-container {
  margin-bottom: 15px;
  border-radius: 3px;
  border: 0.5px solid #888;
}

body#checkout section.checkout-step .delivery-options .delivery-option.delivery-option-active,
.payment-option-container.payment-option-active {
  border-color: #0094FF;
}

body#checkout section.checkout-step .delivery-options .delivery-option::after,
body#checkout section.checkout-step .delivery-options .delivery-option label > .row::after {
  content: none;
}

body#checkout section.checkout-step .delivery-options .delivery-option label,
body#checkout section.checkout-step .payment-options .payment-option label,
body#checkout .additional-information {
  padding: 7px 14px 6px;
  margin: 0;
  cursor: pointer;
}

body#checkout section.checkout-step .delivery-options .delivery-option label > .row {
  justify-content: space-between;
}

body#checkout section.checkout-step .carrier-name,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier-price,
body#checkout section.checkout-step .payment-options .payment-option label {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

body#checkout section.checkout-step .delivery-option.delivery-option-active .carrier-name,
body#checkout section.checkout-step .delivery-options .delivery-option.delivery-option-active .carrier-price,
.payment-option-container.payment-option-active .payment-option label {
  color: #0094FF;
}

body#checkout section.checkout-step .delivery-options .custom-radio,
body#checkout section.checkout-step .payment-options  .custom-radio {
  display: none;
}

body#checkout #delivery {
  margin: 13px 0 35px;
  line-height: 0;
}

body#checkout #delivery > label {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}

body#checkout #hook-display-after-carrier {
  margin: 0;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-top: 0;
  padding: 0;
  border: none;
}

body#checkout section.checkout-step .payment-options .payment-option label {
  width: 100%;
  display: block;
}

body#checkout .additional-information {
  margin-top: 10px;
}

body#checkout section.checkout-step #conditions-to-approve {
  margin: 0 0 35px;
  padding-top: 17px;
}

body#checkout section.checkout-step #conditions-to-approve ul {
  margin: 0;
}

body#checkout section.checkout-step #conditions-to-approve .js-terms,
.block-promo .promo-code-button .collapse-button,
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label,
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body#checkout section.checkout-step #conditions-to-approve .js-terms a {
  color: #0094FF;
}

#payment-confirmation .btn {
  margin: 0 0 0 auto;
}

/*CHECKOUT FOOTER*/
.secure_payment {
  background: #FFFFFF;
  padding: 20px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.secure_payment span {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

/*CHECKOUT CART SUMMARY*/
body#checkout .cart-grid-right .card .cart-summary_header {
  padding: 0 0 12px 23px;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

body#checkout .cart-grid-right .card .card-block-products {
  border-radius: 3px 3px 0 0;
  border: 1px solid #888;
  border-bottom: none;
  background: #FFF;
  padding-bottom: 20px;
}

body#checkout .cart-grid-right .card .cart-summary-totals {
  border-radius: 0 0 3px 3px;
  border: 1px solid #888;
  border-top: none;
  background: #FFF;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list {
  padding: 0;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list .media-list {
  margin-bottom: 0;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media,
body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media:last-child {
  padding: 12px 28px 7px 26px;
  border-color: #BBB;
  margin-bottom: 0;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-left {
  flex-shrink: 0;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-left img {
  max-width: 100px;
  width: 100%;
  border: none;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body {
  display: flex;
  flex-direction: column;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-name,
body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-line-info span,
body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-price {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-quantity {
  display: inline;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-price {
  align-self: flex-end;
  margin-top: auto;
}

body#checkout .cart-grid-right .card .card-block-products .cart-summary-products #cart-summary-product-list li.media .media-body .product-price {
    font-weight: 900;
}

.block-promo {
  margin-top: 0;
  padding: 20px;
  border-bottom: 1px solid #BBB;
}

body#checkout .block-promo {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.block-promo .promo-code-button {
  padding: 0;
}

.block-promo .promo-code-button .collapse-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-promo .promo-code {
  padding: 1rem 0 0;
}

.block-promo .promo-input {
  font-size: 16px;
  line-height: normal;
}

.block-promo .promo-input + button {
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #000;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding-top: 20px;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
  margin: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label,
body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  line-height: 25px;
}

body#checkout .cart-grid-right .card .cart-summary-totals {
  border-top: 1px solid #BBB;
  padding: 0 20px;
}

body#checkout .cart-grid-right .card .cart-total {
  margin-top: 0;
  border: none;
  padding: 20px 0;
}

body#checkout .cart-grid-right .card .cart-total .label {
  display: flex;
  align-items: center;
  gap: 3px;
}

body#checkout .cart-grid-right .card .cart-total .label,
body#checkout .cart-grid-right .card .cart-total .value {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
}

body#checkout .cart-grid-right .card .cart-total .label > span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#content-hook_order_confirmation {
  margin-top: 50px;
}

#content-hook_order_confirmation .card-block {
  padding: 0;
}

.title_confirmation {
  display: block;
}

.title_confirmation .h1.card-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 20px;
}

.title_confirmation > p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}

.title_confirmation > a {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 13px 20px;
  text-transform: uppercase;
  width: 100%;
  max-width: 312px;
}

@media (max-width: 991px) {
  body#checkout section.checkout-step.-complete:first-of-type .step-title span {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  body#checkout section.checkout-step .carrier-name,
  body#checkout section.checkout-step .delivery-options .delivery-option .carrier-price,
  body#checkout section.checkout-step .payment-options .payment-option label,
  body#checkout #delivery > label {
    font-size: 16px;
  }

  body#checkout section.checkout-step #conditions-to-approve .js-terms {
    font-size: 14px;
  }

  body#checkout .custom-checkbox label,
  body#checkout section.checkout-step #conditions-to-approve > ul > li {
    align-items: flex-start;
  }
}

@media (max-width: 1920px){
  .carousel .carousel-inner {
    height: auto;
  }
}

header.sticky {
  position: fixed!important;
  top: 0px;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  z-index: 9999!important;
  transition: all 0.3s ease-in-out;
}
/* header.move-up{
  top: 0;
  transition: all 0.3s ease-in-out;
} */
wrapper {
  transition: padding-top 0.3s ease-in-out;
}


.link-outlet{
  color: #000 !important;
}

#authentication .custom-checkbox span {
    flex: auto;
}
.block_newsletter #gdpr_consent .custom-checkbox label{
  align-items: center;
  justify-content: center;
}

.product-prices .tax-shipping-delivery-label .available_stock.available #product-availability.sin_stock, .product-prices .tax-shipping-delivery-label .available_stock .delivery-information.sin_stock {
  background: #ffc93b !important;
}
.product_add_to_cart .product-quantity #custom_quantity {
  justify-content: center;
  text-align: center;
  left: 41px;
  display: block;
  border-left: 1px solid #AAA;
  border-right: 1px solid #AAA;
  border-top:1px solid #AAA; ; 
  border-bottom:1px solid #AAA; ; 
  width: 45px;
  height: 41px !important
}

.product_add_to_cart .product-quantity .vertical-buttons {
  padding: 1px 8px !important;
  top: 0;
  margin-top: 0;
  width: 45px;
  height: 41px !important
}

.quantity-down {
  border-left: 1px solid var(--color_font);
  border-top: 1px solid var(--color_font);
  border-bottom: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  left: -90px;
}

.quantity-up {
  border-left: 1px solid var(--color_font);
  border-top: 1px solid var(--color_font);
  border-bottom: 1px solid var(--color_font);
  border-right: 1px solid var(--color_font);
  left: 40px;
}

.vertical-buttons {
  display: block;
  float: none;
  max-width: 100%;
  margin-left: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Avenir', sans-serif;
  color: var(--color_font);
  background-color: #FFFFFF;
  border-color: #AAA;
  outline: none;
}

.vertical-buttons:hover{
  background-color: #F1F0F0;
}
.vertical-buttons:focus{
  outline: none;
}

.custom_quantity:focus{
  outline: none;
  border-color: transparent; /* Add a custom border color */
}
textarea:focus, input:focus{
  outline: none;
}

.ultimas_unidades{
  background-color: #FDECC3 !important;
  color: #F75C03 !important;
}