:root {
    --bs-link-color: #e6167f;
    --bs-link-hover-color: rgb(240, 78, 159);
}

* {
     font-family: 'Be Vietnam Pro', sans-serif;
     letter-spacing: 0.5px;
}

body {
    font-size: 0.8rem;
}

a {
    color: var(--bs-link-color);
}

a:hover {
    color: var(--bs-link-hover-color);
    text-decoration: underline;
}

a.btn:hover {
    text-decoration: none;
}

.btn-primary {
    --bs-btn-bg: #e6167f;
    --bs-btn-border-color: #e6167f;
    --bs-btn-hover-bg: #f04e9f;
    --bs-btn-hover-border-color: #f04e9f;
}

.btn-outline-primary {
    --bs-btn-color: #e6167f;
    --bs-btn-border-color: #e6167f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e6167f;
    --bs-btn-hover-border-color: #e6167f;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e6167f;
    --bs-btn-active-border-color: #e6167f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #e6167f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e6167f;
    --bs-gradient: none;
}

.wholesale-gate {
    min-height: 100vh;
    display: flex;
    background: #cfefff
}

.wholesale-gate__left {
    flex: 1;
    background: center/cover no-repeat
}

.wholesale-gate__right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.wholesale-gate__card {
    width: 100%;
    /*max-width: 520px;*/
    max-width: fit-content;
    background: #fff;
    border-radius: 10px;
    padding: 36px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.wholesale-gate__brand {
    text-align: center;
    margin-bottom: 14px
}

.wholesale-gate__brand img {
    max-height: 70px;
    width: auto
}

/* opcional: que el hr y el bloque de registro no queden tan “bootstrap default” */
.wholesale-gate__card hr {
    margin: 20px 0
}

#content-wrapper {
    padding-bottom: 0
}

#content-wrapper .page-footer {
    margin-top: 0
}

.page-footer.powered-by {
    text-align: center;
    padding: 10px 0;
}

.powered-by img {
    max-height: 30px;
    width: auto;
    margin: 0 auto;
}

.wholesale-gate h1 {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 10px 0 45px 0;
}

.wholesale-gate h2 {
    font-size: 16px;
    text-align: center;
}

#custom-text .custom-text__content {
    background: var(--bs-link-color);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 25px 0;
}

#custom-text .custom-text__content h2 {
    text-align: center;
    color: #fff;
    font-size: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

@media(max-width:980px) {
    .wholesale-gate {
        flex-direction: column
    }

    .wholesale-gate__left {
        min-height: 280px
    }

    .wholesale-gate__right {
        padding: 0
    }

    .wholesale-gate__card {
        padding: 28px 24px
    }
}

/* Custom mayoristas css fixes */
@media (min-width: 768px) {
    .header-top {
        background: #000;
    }
}
.header .header-top a:not(.dropdown-item):not(.btn) {
    color: #fff !important;
}
.header .header-top a:not(.dropdown-item):not(.btn):hover, .header .header-top a:not(.dropdown-item):not(.btn):hover i {
    color: #fff !important;
    text-decoration: none;
}
.header .header-bottom {
    padding: 1rem 0;
}
.header .header-bottom a:not(.dropdown-item):not(.btn) {
    color: #343a40 !important;
    text-transform: uppercase;
}
.header .header-bottom a:not(.dropdown-item):not(.btn):hover, .header .header-bottom a:not(.dropdown-item):not(.btn):hover i {
    color: #343a40 !important;
    text-decoration: none;
}
@media (min-width: 768px) {
    .header-block__action-btn {
        color: #fff !important;
    }
}
@media (min-width: 768px) {
    .header-block__badge {
        color: #000;
    }
}
@media only screen and (min-width: 992px) {
    #search_widget {
        border: 1px solid #bbb;
        border-radius: 5px;
        color:#bbb;
        min-width: 12.5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #search_widget {
        min-width: 16.5rem;
    }
}
#search_widget form i {
    right: 14px;
    background: #fff;
}
.featured-products .h2.section-title {
    text-align: center;
    text-transform: uppercase;
}
#search_widget form input {
    background-color: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff  !important;
    border-color: var(--bs-btn-active-border-color) !important;
    background-color: var(--bs-btn-active-color) !important;
}
.product-miniature .product-miniature__quickview_button{
    background-color: var(--bs-btn-active-color) !important;
    color: #fff !important;
    text-transform: uppercase;
}
.product-miniature .product-miniature__prices {
    justify-content: center;
}
.product-miniature .product-miniature__infos__top{
    text-align: center;
}
.product-miniature__infos__top a {
    color: initial;
    font-weight: 600;
}
.product-miniature .product-miniature__price {
    font-weight: 400;
}
a.all-product-link.btn.btn-outline-primary.btn-with-icon{
    background-color: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    border-color: #000;
    padding: 0.5rem 2rem;
    font-size: 0.825rem;
}
a.all-product-link.btn.btn-outline-primary.btn-with-icon:hover {
    text-decoration: underline;
    padding: 0.5rem 2rem;
}
a.all-product-link.btn.btn-outline-primary.btn-with-icon > i{
    display: none
}
.footer .footer__main .copyright{
    border-top: 1px solid #fff;
    padding-bottom: 0;
    padding-top: 1.25rem;
}
.footer .footer__main .copyright p {
    margin:0;
}
.footer .footer__main .copyright p.gali {
    margin:10px 0 0;
}
#custom-text h3 {
    font-size: 0.825rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: .25rem;
}
.logo img {
    max-width: 200px;
}
.header-bottom .navbar-brand .logo {
    max-width: 200px;
}
.product-breadcrum {
    display: flex;
    justify-content: center;
}
.breadcrumb__wrapper {
    background-color: #fff;
}
.breadcrumb-item+.breadcrumb-item:last-child {
    font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item:last-child::before {
    font-weight: normal;
}
.page-product .product__infos .accordion-button {
    font-size: 1rem;
    padding: 0.725rem 0;
}
.page-product .product__current-price {
    color: var(--bs-link-hover-color);   
}
.product-reference {
    color: var(--bs-link-hover-color);   
    font-weight: 800;
}
.page-product .product__name {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
}
.product-suggested-price {
    color: var(--bs-body-color);
    margin-bottom: 0;
}
.page-product .product__current-price {
    line-height: 1rem;
    margin-top: 1rem;
}
.page-product .product__variants .variant .color-variants .color-variant label {
    display: inline-block;
}
.page-product .product__variants .variant .color-variants .color-variant label .attribute-name {
    display: inline-flex;
    height: 1rem;
    line-height: revert-layer;
    vertical-align: middle;
}
.page-product button.accordion-button {
    color: var(--bs-link-hover-color);   
    text-decoration: underline;
    text-transform: uppercase;
    cursor: auto;
}
.page-product .accordion-button:not(.collapsed):after {
    display: none;
}

.page-product .input-group.flex-nowrap, 
.page-cart .input-group.flex-nowrap {
  display: flex;
  align-items: stretch;
  position: relative;
}

.page-product .input-group.flex-nowrap input, 
.page-cart .input-group.flex-nowrap input {
  order: 1;
  width: 60px;
  text-align: center;
  padding-right: 30px;
  border-radius: 5px !important;
}

.page-product .input-group.flex-nowrap .increment,
.page-product .input-group.flex-nowrap .decrement,
.page-cart .input-group.flex-nowrap .increment,
.page-cart .input-group.flex-nowrap .decrement {
  order: 2;
  width: 30px;
  padding: 0;
  display: block;
  height: 50%;
  position: absolute;
  right: 0;
}

.page-product .input-group.flex-nowrap .increment, 
.page-cart .input-group.flex-nowrap .increment {
  top: 0;
  border-bottom: 0;
}

.page-product .input-group.flex-nowrap .decrement,
.page-cart .input-group.flex-nowrap .decrement {
  bottom: 0;
}
.page-product .product__add-to-cart .product-actions__button button {
    width: initial;
    font-size: 0.825rem;
    padding: 0.5rem 1rem;
}
.page-product .quantity-button button .material-icons, 
.page-cart .quantity-button button .material-icons {
    margin-top: -6px;
}
.cart__item .product-line__actions a.remove-from-cart {
    color:#343a40;
}
.cart__item .product-line__actions a.remove-from-cart:hover {
    color: var(--bs-link-hover-color);   
}
.cart__item .product-line__actions a.remove-from-cart::after {
    display:none;
}
.cart__item  .product-line__informations__total {
    padding-top: 0.75rem;
    color: var(--bs-link-hover-color);  
    font-weight: 600; 
}
.cart__item  .product-line__informations__total .row {
    justify-content: center; /* centra horizontal */
    align-items: center;     /* centra vertical */
}
.cart__item .product-line__current span {
    font-weight: 400;
}
.cart-summary__line span.cart-summary__value {
    color: var(--bs-link-hover-color);  
    font-weight: 600; 
}
.cart-summary__line span, .cart-summary__total span {
    font-size: 0.825rem;
}
.cart-summary__line__value {
    padding: 0 0.5rem;
    font-size: 0.825rem;
}
.cart-summary__totals {
    background-color: #dfdfdf;
    text-transform: uppercase;
    padding: 0 0.5rem;
}
.cart-grid__body h1 {
    font-size: 1rem;
    font-weight: 400;
}
.breadcrumb {
    padding: 1rem 0;
}
.rich-text p, .rich-text ul {
    font-size: 0.875rem;
}
.thumbnails__container .thumbnail.active img{
    border-color:var(--bs-link-hover-color);  
}
.cart-detailed__actions .btn-primary {
    FONT-SIZE: 0.825rem;
}
.alert-warning {
    --bs-alert-color: #000;
    --bs-alert-bg: #fffcf1;
    font-size: 0.8rem;
    line-height: 1rem;
}
.product-miniature .product-miniature__title {
    font-weight: 500;
}
.page-category header#header {
    margin-bottom: 1rem;
}
.page-category div#subcategories {
    display: none;
}

.wholesale-modal {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:9999;
}

.wholesale-modal__content {
  width:95%;
  max-width:1000px;
  height:90vh;
  margin:20px auto;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  position:relative;
}

.wholesale-modal__close {
  position:absolute;
  right:10px;
  top:10px;
  border:none;
  background:#000;
  color:#fff;
  padding:6px 10px;
  cursor:pointer;
}

.wholesale-modal__iframe {
  width:100%;
  height:100%;
  border:none;
}

.page-content.page-customer .mb-3 {
  display: flex;
  align-items: center;
}
.page-content.page-customer .form-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-content.page-customer .form-label {
  flex: 0 0 30%;
  max-width: 30%;  
  margin-bottom: 0;
  font-size: 0.825rem;
}

.page-content.page-customer .form-control {
  flex: 1;
}
.page-content.page-customer .form-text {
    margin-left: .25rem;
}
.row.addresses .new-address__icon {
    display: none;
}

#_desktop_user_info .dropdown-menu {
    font-size: 0.725rem;
}
#customer-form .form-check-input {
    border-color: #bbb;
}
@media (min-width: 768px) {
    .footer .footer__block__title {
        text-transform: uppercase;
    }
}
.footer .footer__block__content-list a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media (min-width: 768px) {
    .footer .footer__block__title {
        margin-bottom: 0.725rem;
    }
}
.page-identity h1.h4 {
    text-transform: uppercase;
}
.page-addresses h1.h4 {
    text-transform: uppercase;
}
.address__alias {
    font-size: 1rem;
}
.address__content {
    font-size: 0.825rem;
    line-height: normal;
}

.accordion-button::after {
  display: none !important;
}

#checkout-accordion {
    margin-top: 1rem;
}
#checkout-accordion section .step__content {
    margin-bottom: 1rem;
}
#checkout-accordion section .step-number {
    margin-left: 0.5rem;
}
#checkout-accordion button.accordion-button {
    padding-left: 0;
}
#checkout-accordion .accordion-item span.step-check {
    color: #28a745;
    font-weight: bold;
    font-size: 1.1rem;
}
#checkout-accordion .accordion-item span.step-title {
    text-transform: uppercase;
    font-size: 0.875rem;
}
#checkout-accordion .accordion-item span.step-title .step-edit span {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 0.725rem;
    text-transform: capitalize;
}
#checkout-accordion .accordion-item span.step-title .step-edit i {
    font-size: 20px;
}
#checkout-accordion .step__account a {
    color: var(--bs-link-hover-color) !important;   
}
button.continue  {
    text-transform: uppercase;
    font-size: 0.825rem;
}

.delivery-options__container .delivery-options__list {
    background-color: transparent !important;
    padding: 0 !important;
}
.delivery-options__container .select-carrier {
    margin: 1rem 0;
}
.delivery-options__item.js-delivery-option {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    height: 4rem;
}
.delivery-options__item.js-delivery-option span.h6.carrier-name {
    font-weight: 400;
    font-size: 0.8rem;
}
.delivery-option__center {
    display: none !important;
}
.delivery-option__right {
    display: none !important;
}
.delivery-option__left .custom-radio {
    text-align: center;
}
.delivery-option__left .carrier {
    padding-left: 0;
}

.payment__option {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    height: 4rem;
}
.payment__option .form-check-input { 
    margin-left: 0.5rem;
}

.payment__option label {
  gap: 0.75rem;
}

.payment__option span {
  margin-left: 0.25rem;
}
.js-conditions-to-approve .form-check input {
    margin: 0 1.5rem 0 0.4rem;
}
.accordion-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
}
.cart-summary__products>p:first-of-type{
    font-weight: 600;
    text-transform: uppercase;
}
#cart-subtotal-products span.cart-summary__label {
    font-weight: 600;
    text-transform: uppercase;
}
#cart-subtotal-shipping span.cart-summary__label {
    text-transform: uppercase;
}
#cart-subtotal-shipping span.cart-summary__value {
    color: var(--bs-body-color);
}
.cart-summary .alert.alert-warning {
    font-size: 0.825rem;
}
.page-order-confirmation #content-wrapper   {
    margin-top: 2rem;
}
.page-order-confirmation h1.h4.alert-heading {
    text-transform: uppercase;
    font-size: 1rem;
}
.alert.alert b:first-of-type{
    color: var(--bs-link-hover-color);
}
.order-confirmation__subtotals {
    text-transform: uppercase;
}
.order-confirmation__totals {
    text-transform: uppercase;
    padding: 1rem;
    background: #eee;
}
.order-confirmation__totals .text-end {
    color: var(--bs-link-hover-color);
}
.order-confirmation__table {
    margin-bottom: 2rem;
}
.order-confirmation__table .item-heading {
    font-size: 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #ccc;
}
.order-confirmation__table .item-heading div {
    padding: 0;
}
.order-confirmation__table .item-heading b {
    font-size: 0.725rem;
}
.order-confirmation__items .item {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}
.order-confirmation__subtotals .col-6:first-of-type{
    font-weight: 600;
}
.order-confirmation__details h2.h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.order-confirmation__details .order-details li b {
    text-transform: uppercase;
    font-weight: 600;
}
@media (min-width: 992px) {
    .header-block--active .header-block, .header-block--active .header-block__icon {
        color: #fff;
    }
}
.rich-text .h3, .rich-text h3 {
    font-size: 1rem;
}
.page-cms .h4 {
    text-transform: uppercase;
    padding-top: 2rem;
}
@media (min-width: 1200px) {
    .blockcart-modal .modal-title {
        font-size: 0.825rem;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 2rem;
    }
}

.blockcart-modal button, .blockcart-modal a {
    text-transform: uppercase;
    font-size: 0.825rem;
}


.blockcart-modal button i {
    display: none !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}
.carousel .carousel-inner {
    height: 80%;
}
.page-content.page-customer .form-text {
    margin-left: .25rem;
    display: none;
}