﻿/*PARA ESTILOS PERSONALIZADOS POR CLIENTE*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    box-sizing: inherit;
}

*, ::after, ::before {
    box-sizing: inherit;
}

*, ::after, ::before {
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
    overflow-x: hidden;
}

img.metodo-pago {
    width: 50px
}

.btn.facebook {
    background: #3b5998 !important;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.btn.google {
    background: #fff !important;
    border: 1px solid #DB4437 !important;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.card-img {
    width: 100% !important;
    height: 100% !important;
    position: relative !important
}

img.input-tarjeta {
    width: 28px;
    max-width: 28px !important;
}

.item {
    padding: 5px;
    min-height: 133px
}

.PaymentProcessor .item {
    padding: 15px 0 0
}

.item:hover {
    background: #f7f7f9
}

.item .icon {
    max-width: 85px;
    min-height: 60px;
    margin: 13px auto 4px
}

    .item .icon img {
        width: 70%;
        transition: .5s ease;
        -moz-transition: .5s ease;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease
    }

.item:hover .icon img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.item .text {
    width: 100%;
    min-height: 40px;
    margin-top: 5px;
    position: relative
}

    .item .text span {
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        text-decoration: none
    }

div.PaymentMethod {
    min-height: 190px;
    cursor: pointer
}

div.PaymentProcessor, div.PaymentType {
    min-height: 152px;
    cursor: pointer;
    padding-top: 5px
}

.selected {
    border: 1px solid #444;
    border-radius: 4px;
}

.PaymentMethod img, .PaymentProcessor img {
    max-width: 100%;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    margin-bottom: 10px
}

.PaymentMethod:hover img, .PaymentProcessor:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.PaymentMethod.checked, .PaymentProcessor.checked {
    border: solid;
    border-width: 2px;
    background-color: rgba(228,228,228,.6);
    border-radius: 3px
}

.breadcrumb-item > a,
.breadcrumb-item > span {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-color 0.25s ease-in-out;
    color: #999;
}

.breadcrumb-item.active {
    color: black;
}

label.custom-control-label.text-nowrap {
    color: #111 !important;
    font-weight: 400;
    font-size: 1rem;
    vertical-align: middle;
}

.col-lg-12.row.p0-mb10 {
    padding: 0px;
    margin-bottom: 20px;
}


@media (max-width:425px) {
    .breadcrumb {
        flex-wrap: wrap;
        padding: 0 0;
        margin-bottom: 1.5rem;
        list-style: none;
        background-color: transparent;
    }

    .shop .breadcrumb {
        display: flex !important;
    }

    .top-sellers .tab-content {
        max-height: 350px !important;
    }

    #collapseFilter {
        max-height: 290px !important;
    }

    .shop .custom-select-xs {
        min-width: 6rem !important
    }

    .logo-white {
        width: 250px !important
    }

    .logo-white-sl {
        width: 330px !important
    }

    .top-sellers .badge-white, .related_products .badge-white {
        font-size: x-small !important
    }
}

.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ddd;
}

/*AM::25/08/2020:: Esto es para solucionar el glitch del flickity slider*/
.flickity-slider > a.is-selected {
    opacity: 1 !important;
}
/*color red*/
.color-red {
    color: #f00 !important
}

@media (max-width: 768px) {
    .cucarda-dosxuno {
        max-width: 50px !important;
    }
    .passwordReset, .textLoginGoogle {
        text-align: center !important;
    }
}

/*Videos del catalogo y ficha de producto*/
#videoProduct {
    max-width: 100%;
}

.border-bottom-imgVideo {
    border-bottom: 2px solid;
}

.cursor-pointer {
    cursor: pointer !important;
}

.img-selected::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px !important;
    padding: inherit;
    background-color: #111;
    background-clip: content-box
}

.carruselImagenes .flickity-slider{
    overflow-y: scroll;
}

    .carruselImagenes .flickity-slider::-webkit-scrollbar {
        width: 0px;
    }

    .carruselImagenes .flickity-slider::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .carruselImagenes .flickity-slider::-webkit-scrollbar-thumb {
        background: #888;
    }

    .carruselImagenes .flickity-slider::-webkit-scrollbar-thumb {
        background: #555;
    }

.carruselImagenes .flickity-slider div {
    position: relative !important;
    left: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    margin-bottom: 30px;
}

.carruselImagenes .flickity-viewport {
    height: 97px !important
}

.flickity-nav .is-nav-selected::after {
    height: 0;
}

.product-short-description p {
    color: #525252 !important;
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
}

.flickity-nav .is-nav-selected {
    opacity: 1 !important;
}

/*.flickity-slider div {
    opacity: 0.8
}*/

.opacity-1 {
    opacity: 1 !important;
}

.main-banner .bg-cover:hover {
    filter: grayscale(100%);
}

    .main-banner .bg-cover:hover .card-body {
        display: block !important
    }


.logo-white {
    width: 350px
}

.logo-white-sl {
    width: 440px
}

.social-media a i {
    font-size: 1.5rem !important;
    color: #fff
}

.category-name {
    font-size: 1.6rem
}

/*Columns*/
.column-buttons .col.p-0 {
    width: 10px;
    height: 10px
}

.column-buttons div {
    border: 2px solid #d0cece
}

.column-buttons .container {
    border-radius: 2px
}

.four-columns, .three-columns, .two-columns, .one-column {
    width: auto;
    cursor: pointer !important;
}

input.column-selector:checked ~ label div {
    border-color: #ff6f61 !important;
}

.flickity-page-dots {
    top: 0 !important;
    width: auto !important;
    height: 2rem !important;
    margin-top: 2px;
    padding-top: 2px !important;
}

    .flickity-page-dots .dot.is-selected {
        background-color: #000 !important;
    }

.top-10 {
    top: 10px !important
}

.top-sellers .tab-content {
    max-height: 475px;
}


input.gallery-selector:checked ~ .gallery-fullsize {
    display: block !important;
}

/*
.tab-content .tab{
    opacity: 0
}
*/
.tab-hidden {
    height: 0px;
    width: 0px;
    opacity: 0;
}

.tab-visible {
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
}

input[type="radio"]:checked + div {
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

.top-sellers .flickity-prev-next-button.previous, .related_products .flickity-prev-next-button.previous {
    left: -2rem;
}

.top-sellers .flickity-prev-next-button.next, .related_products .flickity-prev-next-button.next {
    right: -2rem;
}

.filter-nav {
    top: 10rem !important;
}

.images-instagram {
    width: 100%
}

.top-sellers * .flickity-viewport {
    max-height: 500px;
}

.cursor-pointer {
    cursor: pointer
}

.divImagen .flickity-page-dots .dot:not(.is-selected) {
    background: #D0CECE !important;
    opacity: 1;
}

.product .flickity-slider {
    position: relative !important;
}

.shop .custom-select-xs {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 0 center/1rem 1rem
}

.shop .custom-select-xs {
    min-width: 6.5rem
}

@media (min-width:2000px) {
    .bg-height {
        min-height: 1104px !important;
    }
}

@media (max-width: 991.98px) {
    .flickity-button {
        display: flex !important;
    }

    .top-sellers .flickity-prev-next-button.previous, .related_products .flickity-prev-next-button.previous {
        left: -1.5rem !important;
        padding: 0 !important
    }

    .top-sellers .flickity-prev-next-button.next, .related_products .flickity-prev-next-button.next {
        right: -1.5rem !important;
        padding: 0 !important
    }
}

.filter-nav {
    z-index: 1019 !important;
}

.mobile-slider {
    filter: grayscale(100%);
}

.card-img {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 320px) {
    .nav.nav-tabs > .nav-link {
        margin-left: .75em !important;
        font-size: 0.7rem !important;
    }
}



@media (min-width: 425px) and (max-width: 975px) {
    #collapseFilter {
        max-height: calc(100vh - 19.5rem) !important;
        overflow-y: auto;
    }
}

#collapseFilter {
    max-height: calc(100vh - 17rem);
    overflow-y: auto;
}

    #collapseFilter::-webkit-scrollbar {
        width: 7px;
    }

    #collapseFilter::-webkit-scrollbar-track {
        background-color: #d0cece;
    }

    #collapseFilter::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

@media (max-width: 992px) {
    .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;
    }
}

.flickity-vertical {
    height: 100% !important
}

    .flickity-vertical .flickity-slider {
        position: relative;
        transform: none !important
    }

        .flickity-vertical .flickity-slider > * {
            position: relative !important;
            left: 0 !important
        }

.in-wishlist-heart {
    color: #ff7474;
}

#modalFilter .btn-primary {
    background-color: #333;
    color: #fff;
    border: none;
}

#modalFilter .btn-secondary {
    background-color: #fff;
    color: #000;
    border: 1px solid #666;
}

#modalFilter .modal-title,
#modalFilter .filter-subtitle {
    font-size: 1.3rem;
}

#modalFilter select {
    font-family: inherit;
}

.filter-order-by {
    width: fit-content;
    position: relative;
    float: right;
}

    .filter-order-by .dropdown-menu {
        font-size: inherit;
    }

.select-order-by-container select,
.select-order-by-container option {
    font-family: 'Open Sans', sans-serif;
    border: none;
    font-size: inherit;
    font-weight: inherit;
}

.font-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.custom-control-size {
    width: fit-content;
}

.custom-control-size label {
    padding: 0rem 0.3rem; 
    display: flex;
    width: auto;
    height: 2rem;
    min-width: 2rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid #666;
    border-radius: 8px;
    font-size: 1rem;
    user-select: none;
}

@media (max-width: 768px){
    .custom-control-size label {
        padding: 0rem 0.575rem;
        height: 38px;
    }

    .custom-control-size {
        margin: 0 1rem 1rem 0;
    }
}

.custom-control-size input[disabled] ~ .custom-control-label{
    border: 1px solid #AAA;
    color: #AAA;
    cursor: default;
}

.custom-control-size input:checked ~ .custom-control-label,
.custom-control-size label.selected {
    color: #fff;
    background-color: #666;
}

.custom-control-color {
    padding: 0;
    width: fit-content;
}

.color-rounder.selected {
    border: 2px solid #7d7d7d !important;
}

.flickity-vertical .flickity-viewport {
    position: relative !important;
    height: 100% !important;
}

.flickity-enabled {
    position: relative;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.add-wishlist-color .custom-control-label {
    block-size: 100px;
    display: block;
    max-width: 100px;
    max-height: 115px;
}

.product-color-item {
    max-width: 100px;
    height: auto;
    cursor: pointer;
}

.sizechart-btn::before {
    content: '----';
    background-image: url(/SharedStores/templates/347_12/resources/img/sizechart-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-decoration: none;
    margin-right: 8px;
}

.promos-btn::before {
    content: '----';
    background-image: url(/SharedStores/templates/347_12/resources/img/promos-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    text-decoration: none;
    margin-right: 8px;
}

.add-to-wishlist-btn-container {
    min-width: 200px;
}

.add-to-cart-btn-container {
    min-width: 200px;
}

.select-order-by-container {
    min-width: auto;
    width: 100%;
}

.category-slider-item{
    width: 150px;
}

.flex-categories{
    overflow-x: hidden;
}

.hidden-category{
    visibility: hidden;
    height: 1px;
    display: none !important;
    opacity: 0 !important
}

@media (max-width: 650px) {
    .btn{
        font-size: 1rem;
    }

    .category-slider-item {
        width: 100px;
    }

    .product-color-item {
        max-width: 60px;
        height: auto;
        cursor: pointer;
    }
}

#waitListSizeContainer .custom-control-label {
    margin: 0 0.25rem 0.25rem 0;
}

#waitListSizeContainer input {
    display: none;
}

#btnAddToWaitList,
#btnAddToWishlist{
    white-space: inherit;
}


#navbarCartQuantity, #navbarCartQuantityMobile {
    transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
}

.btn {
    padding: .8rem 1rem;
    font-size: 0.8125rem;
    border-radius: 5px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: normal;
    margin: 1rem 0px;
}

.btn:hover{
    opacity: 0.8;
}

.btnNewsletter {
    min-height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 1.0625rem;
}

.list-group-item{
    color: inherit;
}

.text-body{
    color: inherit !important;
}

.modal-title:not(.modal-title-filters){
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .footer-heading {
        margin-bottom: .5rem !important;
        text-align: left !important
    }
}

.modal-dialog-vertical {
    height: 100%;
    margin: 0;
    transition: transform .3s ease-out;
    transform: translateX(0);
}

.modal-newsletter-body {
    background: url(/SharedStores/templates/347_12/resources/img/popup-newsletter-background-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 500px;
    height: 600px;
    padding: 0;
}

.modal-newsletter-body > div{
    padding: 1rem;
    backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
    .modal-newsletter-body {
        width: 350px;
        max-width: 100%;
    }
}

@media (max-width: 300px) {
    .modal-newsletter-body {
        width: 250px;
        max-width: 100%;
    }
}

.modal-newsletter-input {
    background: 0 0;
    border: .15em solid rgba(255,255,255,.8);
    border-radius: .3em;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 400;
}

.modal-newsletter-input:focus{
    background: none;
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    outline: 0;
    box-shadow: none;
}

.modal-newsletter-input::placeholder{
    color: rgba(255,255,255,1);
}

.modal-newsletter-button {
    padding: .625rem 3rem;
    right: 0;
    background-color: rgba(255,255,255,1);
    color: #222;
    box-sizing: border-box;
    border-radius: .3em;
    font-size: 1.25rem;
    font-weight: 400;
}

.modal-newsletter-button:hover {
    color: #000;
}

#modalNewsletter .modal-content {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnAddToCartFromWishlist{
    padding: 8px;
}

.nav-links-items-cat,
.nav-links-items-cat > span{
    display: flex;
    align-items: center;
}

/*@media (max-width: 450px){
    .topsellers-product{
        min-width: 200px;
        width: 100%;
    }
}*/

@media(max-width: 768px){
    .shop-product-img{
        min-width: 140px;
    }
}

.shop-product-img{
    padding-right: 10px;
}

.btn-circle {
    border-radius: 50% !important
}

.services_signin_btn {
    position: relative;
    overflow: hidden;
}

.g_id_signin,
.fb-login-button {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0.001;
}

    .g_id_signin:hover,
    .fb-login-button:hover {
        opacity: 0;
    }

    .g_id_signin div[role="button"] {
        width: 1000px;
        height: 500px;
        max-width: 1000px;
        position: absolute;
        top: 0;
        left: 0;
    }


.wishlish-heart,
.in-wishlist-heart {
    width: 28px;
    max-width: 28px;
}

.navbar-icon{
    width: 30px;
    height: auto;
}
/*.navbar-user-icon{
    width: 24px;
}*/



@media(max-width: 440px){
    .navbar-mobile-logo {
        justify-content: flex-end;
        margin-right: 0.5rem;
    }
}

.navbar-mobile-logo-simple {
    justify-content: center;
}


@media(min-width: 440px) {
    .navbar-mobile-logo {
        justify-content: center;
        margin-right: 0rem;
    }
}

@media(max-width: 450px){
    .wishlish-heart,
    .in-wishlist-heart {
        width: 16px;
        max-width: 16px;
    }

    .navbar-icon {
        width: 20px;
        height: auto;
        margin-top: 0.3em;
    }

    .navbar-toggler {
        padding: 0;
        margin-right: 1em;
    }

    .navbar-toggler-icon {
        width: 1.7em;
        height: 1em;
    }
}

@media (max-width: 768px){
    .navbar-nav .nav-item {
        margin-top: 0.3rem;
    }

    .navbar-icon {
        width: 24px;
        height: auto;
        margin-top: 0.1em;
    }

    .wishlish-heart,
    .in-wishlist-heart {
        width: 22px;
        max-width: 22px;
    }
}

@media (min-width: 600px) and (max-width: 1000px){
    .nav-links-items-cat {
        padding-right: 1rem;
    }
}

.nav-item img{
    max-width: 200%;
}


.cards-container,
.cards-container *{
    overflow-x: hidden;
}

.select-order-by-container{
     color: #fff;
}

#modalSearch .modal-dialog,
#modalFilter .modal-dialog{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


#modalSearch .modal-content{
    margin: auto;
    max-width: 500px;
    width: 100%;
}

#modalFilter .modal-content {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

@media (max-width: 768px){
    #modalFilter .modal-content {
        margin: auto;
        max-width: 800px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .img-imageProduct .flickity-page-dots {
        display: none !important
    }
}
.img-imageProduct .flickity-page-dots {
    bottom: 0;
    top: auto !important;
    width: 100% !important;
}

.flickity-page-dots .dot {
    border-radius: 0 !important;
}
@media (max-width: 768px){
    .breadcrumb-product {
        font-size: .8rem
    }
}

input:not(disabled) ~ .size-label {
}

.navbar-mobile-logo img {
    max-width: 150px;
    padding: 0 1rem;
    width: 100%;
}

.navbar-mobile-logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 450px){
    .navbar-mobile-logo img {
        padding: 0 0.2rem;
    }
 
}

.navbar-icon-link-badge{
    position: absolute;
    background-color: #000;
    border-radius: 50px;
    font-size: 0.7rem;
    color: #fff;
    width: 1rem;
    height: 1rem;
    text-align: center;
    top: -4px;
    right: 14px;
}

#modalFilter #selectOrderBy {
    height: 48px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.flickity-button {
    background: none !important
}

.flickity-prev-next-button.previous {
    left: -27px !important;
}

.flickity-prev-next-button.next {
    right: -57px !important;
}

@media(max-width: 768px){
    .flickity-enabled .product-title {
        font-size: .9rem !important;
        line-height: .9rem !important;
    }
    .flickity-enabled  .text-price{
        font-size: .8rem !important
    }
    .flickity-prev-next-button.next {
        right: 10px !important;
    }
}

select option[disabled]{
    display: none !important
}

.modal{
    max-width: 100vw;
}
@media (min-width: 700px){
    .modal-dialog-centered {
        max-width: 700px
    }

}

.product-full-description-table td[scope="row"] {
    font-weight: bold;
}

.product-full-description-table td:not(td:last-of-type) {
    padding-right: 1.5rem;
}

.fs-responsive{
    font-size: 1.75vw;
}

@media (min-width: 1800px){
    .fs-responsive {
        font-size: 1.5rem;
    }
}

@media (max-width: 1000px){
    .fs-responsive {
        font-size: 2vw;
    }
}

@media(max-width: 768px){
    .fs-responsive{
        font-size: 1.5rem;
    }
}

.slider-product-photo{
    width: 100%;
}

@media(min-width: 768px){
    .font-size-sm {
        font-size: 1.1rem;
        color: #000;
        font-weight: 300;
    }
    #a_paymentMethodId_rapipago icon {
        max-width: 125px !important;
        min-height: 0px !important;
        margin-top: 19px !important;
    }
}

.card-img-overlay {
    display: flex
}

    .card-img-overlay > * {
        flex: 1
    }

a.card-img-overlay {
    color: inherit
}

    a.card-img-overlay:hover {
        text-decoration: none
    }

.card-img-overlay-hover {
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.card:hover .card-img-overlay-hover {
    opacity: 1
}

.card-img {
    position: relative
}

.card-img-hover {
    display: block
}

    .card-img-hover > * {
        float: left
    }

    .card-img-hover .card-img-top {
        transition: opacity .2s ease-in-out
    }

    .card-img-hover .card-img-back {
        opacity: 0
    }

    .card-img-hover .card-img-front {
        margin-left: -100%
    }

.card-img:hover .card-img-hover .card-img-back {
    opacity: 1
}

.card-img:hover .card-img-hover .card-img-front {
    opacity: 0
}

.input-invisible {
    display: none;
}

.list-group-item img{
    padding-right: 10px;
}

.list-group-item:hover{
    cursor: pointer
}

.bg-cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.f-right{
    float: right !important
}

.border-none {
    border: none !important
}

.text-glow {
    text-shadow: 1px 1px 0px #FFF, -1px -1px 0px #FFF, 1px -1px 0px #FFF, -1px 1px 0px #FFF;
    font-weight: 700 !important;
    text-align: left;
    font-size: 0.9rem !important;
    line-height: 1.3rem !important
}

.product-card-badge {
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
    text-align: right;
}
.product-card-badge-custom {
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
    text-align: right;
}

.topsellers-product .text-glow {
    font-size: 0.9rem !important;
    line-height: 0.9rem !important;
}


@media(max-width: 768px){
    .product-card-badge {
        font-size: 0.8rem !important;
        line-height: 0.8rem !important;
    }
    .product-card-badge-custom {
        font-size: 0.6rem !important;
        line-height: 0.6rem !important;
    }
    .topsellers-product .text-glow {
        font-size: 0.8rem !important;
        line-height: 0.8rem !important;
    }
    .product-card-badge-custom {
        font-size: 0.6rem !important;
        line-height: 0.6rem !important;
    }
}



#liDiscount {
    list-style-type: none;
}
.pagination{
    flex-wrap: wrap
}

.product-full-description br{
    display: none !important
}

.custom-control-color .color-rounder {
    border-radius: 8px;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #666;
    cursor: pointer;
}

.custom-control-color {
    margin: 0 0.5rem 0.5rem 0;
}

@media (max-width: 768px) {
    .custom-control-color .color-rounder {
        width: 38px;
        height: 38px;
    }

    .custom-control-color {
        margin: 0 1rem 1rem 0;
    }
    .container-icon-card {
        flex-wrap: wrap;
    }

        .container-icon-card .icon {
            width: calc(50% - 5px);
            margin: 0 !important;
        }
}

.selected {
    border: 2px solid #868e96;
    box-shadow: inset 0 0 0 2.5px #fff;
    color: #000
}

@media (max-width: 1500px) {
    .navbar-icon-link-badge {
        top: -4px;
        right: 6px;
    }
}

.navbar-icon-link-badge-mobile {
    position: absolute;
    background-color: #000;
    border-radius: 50px;
    font-size: 0.7rem;
    color: #fff;
    width: 1rem;
    height: 1rem;
    text-align: center;
    top: 16px;
    right: 4px;
}

@media (max-width: 450px) {
    .navbar-icon-link-badge-mobile {
        top: 12px;
        right: 14px;
    }
}

@media (max-width: 350px) {
    .navbar-icon-link-badge-mobile {
        top: 5px;
    }
}

.page-item.active .page-link{
    cursor: pointer !important
}

#btnSearch, .btnNewsletter {
    margin: 0px !important
}

.btn {
    white-space: nowrap;
}

.divider-text p {
    width: fit-content;
    margin: 1rem auto 1rem auto;
    padding: 0 1rem;
    color: #989898;
}

.divider-text hr {
    width: 93%;
    transform: translateY(-50%);
    bottom: 45%;
    margin: 0;
}

.main-categories-navbar {
    top: 56px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1000;
    height: 1px;
}

.main-categories-navbar .dropdown-menu{
    top: 48px !important;
    position: absolute !important;
}

@media (max-width: 1800px) {
    .main-categories-navbar {
        top: 44px;
    }

    .main-categories-navbar .dropdown-menu {
        top: 39px !important;
    }
}

@media (max-width: 1400px){
    .main-categories-navbar {
        top: 44px;
    }

    .main-categories-navbar .dropdown-menu{
        top: 38px !important;
    }
}

#ImgBuyMP, #printPayment {
    white-space: nowrap;
    padding: .8rem 1rem;
    font-size: 0.8125rem;
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase !important;
    transition: none;
    background-color: #333333;
    border-color: #333333;
    box-shadow: unset;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    flex: 1;
}

.grecaptcha-badge{
    visibility: hidden;
}

.text-important {
color: red;
}

.shipping_tracking_link {
    color: #000;
    text-decoration-line: revert;
}

.page-item {
cursor: pointer;
}

#lblDiscountTotalsAmount {
    width: 50%;
    display: flex;
    justify-content: end;
}

.discount-desc{
    width: 50%;
}

.mp-iframe-field{
    max-height: 46px;
    cursor: text;
}

.mp-iframe-field *{
    max-height: 25px;
}
.modal-popup {
    z-index: 1080 !important;
}

.cucarda-dosxuno {
max-width: 70px;
}
.product-card-badge-envio {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    gap: 4px;
}
    .product-card-badge-envio span {
        font-size: 16px;
    }
.container-icon-card {
    display: flex;
    gap: 5px;
}
    .container-icon-card img {
        width: 100% !important;
    }