/* _content/BlazorShop/Components/Cart/CartModal.razor.rz.scp.css */
/* _content/BlazorShop/Components/Cookies/CookieConsent.razor.rz.scp.css */
.cookie[b-gdf09y2y8j] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    background: rgba(256, 256, 256, 0.9) !important;
    padding: 20px 30px;
    font-size: 16px;
    color: #000;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%);
    z-index: 110;
}
/* _content/BlazorShop/Components/Menus/CategoriesMenuBar.razor.rz.scp.css */
.navbar .megamenu[b-6u74se99su] {
    padding: 1rem;
}

.right-sidebar[b-6u74se99su] {
    display: none;
    height:100%;
    width: 90%;
    z-index: 1005;
    position: fixed;
    top: 0px;
    right: 0px;
    overflow-y: scroll;
    background-color: #ffffff;
    border-left: 1px solid rgba(0,0,0,0.1);
}

@media all and (min-width: 992px) {


    .navbar .nav-item .dropdown-menu[b-6u74se99su] {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link[b-6u74se99su] {
        text-decoration: underline;
    }

    .navbar .dropdown-menu.fade-down[b-6u74se99su] {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        z-index: 200;
    }

    .navbar .nav-item:hover .dropdown-menu[b-6u74se99su] {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 75%;
        transform: rotateX(0deg);
    }

    .navbar .has-megamenu[b-6u74se99su] {
        position: static !important;
    }

    .navbar .megamenu[b-6u74se99su] {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: -25px;
        z-index: 200;
    }
}

.max-category-image-dim[b-6u74se99su] {
    max-width: 350px;
    max-height: 260px;
}

.mdscreen[b-6u74se99su] {
    display: none;
}

.show-mobile[b-6u74se99su] {
    display: block;
}

[aria-expanded="true"] .oi-chevron-bottom[b-6u74se99su],
[aria-expanded="false"] .oi-chevron-top[b-6u74se99su] {
    display: none;
}

@media (min-width: 576px) {
    .dropdown-menu[b-6u74se99su] {
        min-width: 560px;
    }

    .mdscreen[b-6u74se99su] {
        display: none;
    }

    .show-mobile[b-6u74se99su] {
        display: block;
    }
}

@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu[b-6u74se99su] {
        display: block;
    }

    .dropdown-menu[b-6u74se99su] {
        min-width: 750px;
    }

    .mdscreen[b-6u74se99su] {
        display: none;
    }

    .show-mobile[b-6u74se99su] {
        display: block;
    }
}

@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu[b-6u74se99su] {
        display: block;
    }

    .dropdown-menu[b-6u74se99su] {
        min-width: 800px;
    }

    .mdscreen[b-6u74se99su] {
        display: block;
    }

    .show-mobile[b-6u74se99su] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .dropdown:hover > .dropdown-menu[b-6u74se99su] {
        display: block;
    }

    .dropdown-menu[b-6u74se99su] {
        min-width: 800px;
    }

    .mdscreen[b-6u74se99su] {
        display: block;
    }

    .show-mobile[b-6u74se99su] {
        display: none;
    }
}

@media (hover: none) {
    .mdscreen[b-6u74se99su] {
        display: none;
    }

    .show-mobile[b-6u74se99su] {
        display: block;
    }
}
/* _content/BlazorShop/Components/Menus/MobileMenuNavbar.razor.rz.scp.css */
.right-sidebar[b-n8xuvt3889] {
    display: none;
    height: 100%;
    width: 90%;
    z-index: 1005;
    position: fixed;
    top: 0px;
    right: 0px;
    overflow-y: scroll;
    background-color: #ffffff;
    border-left: 1px solid rgba(0,0,0,0.1);
}
/* _content/BlazorShop/Components/Products/CheckoutProduct.razor.rz.scp.css */
input[b-06fcluso68]::-webkit-outer-spin-button,
input[b-06fcluso68]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-06fcluso68] {
    -moz-appearance: textfield;
}

.quantity[b-06fcluso68] {
    max-width: 30px;
}

.image-container[b-06fcluso68] {
    max-height: 100px;
    max-width: 100px;
}

.mini-image-container[b-06fcluso68] {
    position: relative;
    max-height: 64px;
    max-width: 64px;
}

.quantity-badge[b-06fcluso68] {
    position: absolute;
    top: -5px;
    right: -5px;
    min-height: 22px;
    min-width: 22px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.56);
    text-align: center;
}

    .quantity-badge > label[b-06fcluso68] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 16px;
        line-height: 16px;
        color: white;
    }

.mini-image[b-06fcluso68] {
    height: 64px !important;
    border: 1px solid black;
    border-radius: 4px;
}

.filler-label[b-06fcluso68] {
    width: var(--max-card-width) !important;
}

@media (min-width: 576px) {
    .image-container[b-06fcluso68] {
        max-height: 170px;
        max-width: 170px;
    }
}
/* _content/BlazorShop/Components/Products/ProductPreview.razor.rz.scp.css */
.oi-chevron-gray[b-421bm7cx8p] {
    color: #bbb5b5;
}

.carousel-item img[b-421bm7cx8p] {
    cursor: pointer;
}

.first-image[b-421bm7cx8p] {
    opacity: 1;
}

.second-image[b-421bm7cx8p] {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-transition[b-421bm7cx8p] {
    transition: all .25s ease;
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.discount-percentage[b-421bm7cx8p] {
    float: right;
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 100;
    background-color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.discount-percentage label[b-421bm7cx8p] {
    font-size: 10px;
    line-height: 35px;
}

.sold-out[b-421bm7cx8p] {
    float: left;
    position: absolute;
    left: 40px;
    top: 0px;
    z-index: 100;
    border-bottom: 60px solid red;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-left: -60px;
    -webkit-transform: rotate( -45deg );
}

    .sold-out > span[b-421bm7cx8p] {
        z-index: 100;
        color: white;
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        top: 45px;
    }


.new-product[b-421bm7cx8p] {
    float: left;
    position: absolute;
    left: 40px;
    top: 0px;
    z-index: 100;
    border-bottom: 60px solid green;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-left: -60px;
    -webkit-transform: rotate( -45deg );
}

    .new-product > span[b-421bm7cx8p] {
        z-index: 100;
        color: white;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        right: -25px;
        top: 30px;
    }

.max-card-width[b-421bm7cx8p] {
    max-width: var(--max-card-width);
}

.img-container-dimension[b-421bm7cx8p] {
    height: 165px;
    width: 165px;
}
.img-container-height[b-421bm7cx8p] {
    height: 165px !important;
}
.max-img-dimension[b-421bm7cx8p] {
    max-width: 165px;
    max-height: 165px;
    margin: auto;
}

.max-card-body-height[b-421bm7cx8p] {
    max-height: 180px;
}

.height-65[b-421bm7cx8p] {
    height: 65% !important;
    max-height: 275px;
}

.height-15[b-421bm7cx8p] {
    height: 15% !important;
}

.height-20[b-421bm7cx8p] {
    height: 20% !important;
}

.image-fade-toggler[b-421bm7cx8p] {
    display: none !important;
}

@media (any-pointer: fine) {
    .image-carousel-toggler[b-421bm7cx8p] {
        display: none !important;
    }

    .image-fade-toggler[b-421bm7cx8p] {
        position: relative;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        .image-fade-toggler:hover .second-image[b-421bm7cx8p] {
            opacity: 1;
            transition: opacity .45s ease;
            transition-delay: 0s;
        }

        .image-fade-toggler:hover .first-image[b-421bm7cx8p] {
            opacity: 0;
            transition: opacity .45s ease;
            transition-delay: 0s;
        }
}

@media (min-width: 576px) {
    .discount-percentage[b-421bm7cx8p] {
        float: right;
        position: absolute;
        right: 1%;
        top: 1%;
        z-index: 100;
        background-color: black;
        font-weight: bold;
        border-radius: 50%;
        width: 55px;
        height: 55px;
    }
    
    .discount-percentage label[b-421bm7cx8p] {
        font-size: 16px;
        line-height: 55px;
    }
    .max-card-width[b-421bm7cx8p] {
        max-width: var(--max-card-width);
    }
    .max-img-dimension[b-421bm7cx8p] {
        max-height: 250px;
        max-width: 100%;
    }

    .max-card-body-height[b-421bm7cx8p] {
        max-height: 100%;
    }
    .img-container-height[b-421bm7cx8p] {
        height: 250px !important;
    }
}
/* _content/BlazorShop/Components/Products/ShoppingCartProduct.razor.rz.scp.css */
input[b-we94a1np3n]::-webkit-outer-spin-button,
input[b-we94a1np3n]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-we94a1np3n] {
    -moz-appearance: textfield;
}

.quantity[b-we94a1np3n] {
    max-width: 30px;
}

.image-container[b-we94a1np3n] {
    max-height: 100px;
    max-width: 100px;
}

@media (min-width: 576px) {
    .image-container[b-we94a1np3n] {
        max-height: 170px;
        max-width: 170px;
    }
}
/* _content/BlazorShop/Components/Products/WishlistProduct.razor.rz.scp.css */
.image-container[b-9ck1acwww7] {
    max-height: 100px;
    max-width: 100px;
}

.max-img-dimension[b-9ck1acwww7] {
    max-width: 100px;
    max-height: 100px;
}

.max-action-img-dimension[b-9ck1acwww7] {
    width: 20px;
    height: 20px;
}

@media (min-width: 576px) {
    .image-container[b-9ck1acwww7] {
        max-height: 170px;
        max-width: 170px;
    }

    .max-img-dimension[b-9ck1acwww7] {
        max-width: 170px;
        max-height: 170px;
    }

    .max-action-img-dimension[b-9ck1acwww7] {
        width: 35px;
        height: 35px;
    }
}
/* _content/BlazorShop/Components/Search/SearchBar.razor.rz.scp.css */
.search[b-z8dk0fhr5j] {
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    position: relative;
    display: flex;
    border-radius: 3px 3px 3px 3px;
}

.searchTerm[b-z8dk0fhr5j] {
    width: 100%;
    border: none;
    outline: none;
    color: #000000;
}

    .searchTerm:focus[b-z8dk0fhr5j] {
        color: #000000;
    }

.searchButton[b-z8dk0fhr5j] {
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    color: #000;
    font-size: 20px;
}
/* _content/BlazorShop/Components/SizeGuides/RingSizeGuideComponent.razor.rz.scp.css */
table[b-z206vtztnb] {
    width: 100%;
}
/* _content/BlazorShop/Components/Utils/PriceRange.razor.rz.scp.css */
.wrapper[b-d81pzow4he] {
    width: 300px;
    border-radius: 10px;
}
.price-input[b-d81pzow4he] {
    display: flex;
    gap: 8px;
    width: 100%;
    margin: 30px 0 35px;
}
.price-input .field[b-d81pzow4he] {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 45px;
}
.field input[b-d81pzow4he] {
    width: 75px;
    height: 45px;
    outline: none;
    font-size: 19px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
.price-input .separator[b-d81pzow4he] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    font-size: 19px;
}
input[type="number"][b-d81pzow4he]::-webkit-outer-spin-button,
input[type="number"][b-d81pzow4he]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.slider[b-d81pzow4he] {
    height: 5px;
    border-radius: 5px;
    background: #ddd;
    position: relative;
}
.slider .progress[b-d81pzow4he] {
    height: 5px;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #000000;
}
.range-input[b-d81pzow4he] {
    position: relative;
}
.range-input input[b-d81pzow4he] {
    position: absolute;
    top: -5px;
    height: 5px;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}
input[type="range"][b-d81pzow4he]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    pointer-events: auto;
    -webkit-appearance: none;
    background: #000000;
}
input[type="range"][b-d81pzow4he]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #000000;
}
/* _content/BlazorShop/Components/Utils/Sidebar.razor.rz.scp.css */
.left-sidebar[b-jawsfuuqsx] {
    height: 100%;
    width: 350px;
    z-index: 1003;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.right-sidebar[b-jawsfuuqsx] {
    height: 100%;
    width: 350px;
    z-index: 1003;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: white;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* _content/BlazorShop/Components/WaterResistance/WaterResistanceComponent.razor.rz.scp.css */
table[b-1u41tr1wod] {
    width: 100%;
}

table[b-1u41tr1wod], th[b-1u41tr1wod], td[b-1u41tr1wod] {
    vertical-align: middle;
}
/* _content/BlazorShop/Components/Wishlist/WishlistModal.razor.rz.scp.css */
/* _content/BlazorShop/Pages/IndexPage/Index.razor.rz.scp.css */
.banner-size[b-911uo3nnj8] {
    width: 270px;
    height: 180px;
}

.image-container[b-911uo3nnj8] {
    position: relative;
    overflow: hidden;
}

.image-container .btn[b-911uo3nnj8] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    background-color: rgba(206, 190, 190, 0.5);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 5px;
}

.image-container .btn:hover[b-911uo3nnj8] {
    background-color: black;
}

.image-container img[b-911uo3nnj8] {
    transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.44, 1.18);
    transition-delay: 0s;
}

.image-container img:hover[b-911uo3nnj8] {
    cursor: pointer;
    transform: scale(1.2);
    background-color: rgba(0,0,0,.3);
}
.card[b-911uo3nnj8] {
    max-width: 172px;
}
.card picture img[b-911uo3nnj8] {
    max-width: 170px;
    max-height: 170px;
}

@media (min-width: 576px) {
    .card[b-911uo3nnj8] {
        max-width: 252px;
    }

    .card picture img[b-911uo3nnj8] {
        max-width: 250px;
        max-height: 250px;
    }
}

.background-panel[b-911uo3nnj8] {
    background-color: #f1d6d1;
}
/* _content/BlazorShop/Pages/IndexPage/IndexProducts.razor.rz.scp.css */
hr.solid[b-o3i3y09yk2] {
    border-top: 1px solid #bbb;
}
/* _content/BlazorShop/Pages/Orders/Checkout.razor.rz.scp.css */
input[b-majfyniqlv] {
    outline: 0;
    border-width: 0 0 2px;
    border-color: rgba(0,0,0,.1);
}

.summary-bg[b-majfyniqlv] {
    background-color: var(--secondary-bg-color);
}
/* _content/BlazorShop/Pages/Orders/CheckoutSuccess.razor.rz.scp.css */
.checkmark__circle[b-bj4ut8ab3d] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-bj4ut8ab3d 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark[b-bj4ut8ab3d] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-b-bj4ut8ab3d .4s ease-in-out .4s forwards, scale-b-bj4ut8ab3d .3s ease-in-out .9s both;
}

.checkmark__check[b-bj4ut8ab3d] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-bj4ut8ab3d 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-bj4ut8ab3d {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-bj4ut8ab3d {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-bj4ut8ab3d {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.image-container[b-bj4ut8ab3d] {
    max-height: 100px;
    max-width: 100px;
}

@media (min-width: 576px) {
    .image-container[b-bj4ut8ab3d] {
        max-height: 170px;
        max-width: 170px;
    }
}
/* _content/BlazorShop/Pages/Orders/PaymentMethods.razor.rz.scp.css */
/* _content/BlazorShop/Pages/Orders/ShoppingCartIndex.razor.rz.scp.css */
.disabled-link[b-6efiuwjx17] {
    pointer-events: none;
}
/* _content/BlazorShop/Pages/Products/CategoryProducts.razor.rz.scp.css */
select[b-2uret2g2es] {
    background-color: transparent;
    border-color: transparent;
}

.sidebar[b-2uret2g2es] {

}

.sidebar-mobile[b-2uret2g2es] {

}
/* _content/BlazorShop/Pages/Products/Gifts.razor.rz.scp.css */
select[b-o5zuq24sjc] {
    background-color: transparent;
    border-color: transparent;
}
/* _content/BlazorShop/Pages/Products/ProductDetails.razor.rz.scp.css */


.img_producto_container[b-xaaagjpbdn] {
    width: 330px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

.img_producto[b-xaaagjpbdn] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.3s ease-out;
}

.mdscreen[b-xaaagjpbdn] {
    display: none;
}
.show-mobile-img[b-xaaagjpbdn] {
    display: flex;
}

.variant-type select[b-xaaagjpbdn] {
    background-color: transparent;
}

.discount-percentage[b-xaaagjpbdn] {
    float: right;
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 100;
    background-color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.discount-percentage label[b-xaaagjpbdn] {
    line-height: 55px;
}

.sold-out[b-xaaagjpbdn] {
    float: left;
    position: absolute;
    left: 21px;
    top: -8px;
    z-index: 100;
    border-bottom: 60px solid red;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-left: -60px;
    -webkit-transform: rotate( -45deg );
}

.sold-out > span[b-xaaagjpbdn] {
    z-index: 100;
    color: white;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 45px;
}

.sold-out-mobile[b-xaaagjpbdn] {
    float: left;
    position: absolute;
    left: 37px;
    top: -8px;
    z-index: 100;
    border-bottom: 60px solid red;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-left: -60px;
    -webkit-transform: rotate( -45deg );
}

.sold-out-mobile > span[b-xaaagjpbdn] {
    z-index: 100;
    color: white;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 45px;
}


.custom-modal-popup .custom-modal-title[b-xaaagjpbdn] {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
    font-family: 'subset-PFDinTextCondPro-Medium';
}

.custom-modal-dialog[b-xaaagjpbdn] {
    overflow-y: initial !important
}

.custom-modal-body[b-xaaagjpbdn] {
    height: 80vh;
    overflow-y: auto;
}

.custom-modal[b-xaaagjpbdn] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
}


.custom-modal-content[b-xaaagjpbdn] {
    z-index: 1000;
    margin: auto;
    display: block;
    width: 350px;
}

.custom-modal-content[b-xaaagjpbdn] {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom-b-xaaagjpbdn;
    animation-duration: 0.6s;
}


    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom-b-xaaagjpbdn {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    .small_pics[b-xaaagjpbdn] {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1003;
}

.oi-close[b-xaaagjpbdn] {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #7e7e7e;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 1003;
}

.oi-plus[b-xaaagjpbdn] {
    z-index: 1003;
    position: fixed;
    top: 15px;
    left: 35px;
    color: #7e7e7e;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.oi-minus[b-xaaagjpbdn] {
    z-index: 1001;
    position: fixed;
    top: 80px;
    left: 35px;
    color: #7e7e7e;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.right-sidebar[b-xaaagjpbdn] {
    display: none;
    height:100%;
    width: 250px;
    z-index: 1003;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: white;
}


@media (min-width: 576px) {
    .mdscreen[b-xaaagjpbdn] {
        display: none;
    }
    .show-mobile-img[b-xaaagjpbdn] {
        display: flex;
    }
    .img_producto_container[b-xaaagjpbdn] {
        width: 330px;
        height: 330px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .mdscreen[b-xaaagjpbdn] {
        display: none;
    }
    .show-mobile-img[b-xaaagjpbdn] {
        display: flex;
    }
    .img_producto_container[b-xaaagjpbdn] {
        width: 330px;
        height: 330px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .mdscreen[b-xaaagjpbdn] {
        display: block;
    }
    .show-mobile-img[b-xaaagjpbdn] {
        display: none;
    }
    .img_producto_container[b-xaaagjpbdn] {
        width: 370px;
        height: 370px;
        position: relative;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .mdscreen[b-xaaagjpbdn] {
        display: block;
    }
    .show-mobile-img[b-xaaagjpbdn] {
        display: none;
    }
    .img_producto_container[b-xaaagjpbdn] {
        width: 450px;
        height: 450px;
        position: relative;
        overflow: hidden;
    }
}

@media (hover: none) {
    .mdscreen[b-xaaagjpbdn] {
        display: none;
    }
    .show-mobile-img[b-xaaagjpbdn] {
        display: flex;
    }
    .img_producto_container[b-xaaagjpbdn] {
        width: 450px;
        height: 450px;
        position: relative;
        overflow: hidden;
    }
}



/* _content/BlazorShop/Pages/Products/SearchProducts.razor.rz.scp.css */
select[b-g4u40jir8l] {
    background-color: transparent;
    border-color: transparent;
}
/* _content/BlazorShop/Pages/Products/WishlistIndex.razor.rz.scp.css */
/* _content/BlazorShop/Shared/Footer.razor.rz.scp.css */
.footer-bg[b-mbd522oce9] {
    background-color: var(--secondary-bg-color);
}
/* _content/BlazorShop/Shared/FooterPages/Contact.razor.rz.scp.css */
.map-responsive[b-v4wzienuty] {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe[b-v4wzienuty] {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* _content/BlazorShop/Shared/LoadingSpinner/Loader.razor.rz.scp.css */
.lds-roller[b-t2lfz7x7wq] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div[b-t2lfz7x7wq] {
    animation: lds-roller-b-t2lfz7x7wq 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div[b-t2lfz7x7wq]:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #808080;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1)[b-t2lfz7x7wq] {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1)[b-t2lfz7x7wq]:after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2)[b-t2lfz7x7wq] {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2)[b-t2lfz7x7wq]:after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3)[b-t2lfz7x7wq] {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3)[b-t2lfz7x7wq]:after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4)[b-t2lfz7x7wq] {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4)[b-t2lfz7x7wq]:after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5)[b-t2lfz7x7wq] {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5)[b-t2lfz7x7wq]:after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6)[b-t2lfz7x7wq] {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6)[b-t2lfz7x7wq]:after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7)[b-t2lfz7x7wq] {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7)[b-t2lfz7x7wq]:after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8)[b-t2lfz7x7wq] {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8)[b-t2lfz7x7wq]:after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller-b-t2lfz7x7wq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/BlazorShop/Shared/Localization/CultureSelector.razor.rz.scp.css */
select[b-x7a7affxmc] {
    background-color: transparent;
    border-color: transparent;
    width: auto;
}
/* _content/BlazorShop/Shared/MainLayout.razor.rz.scp.css */
.page[b-t60nswnymi] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-t60nswnymi] {
    flex: 1;
}

.sidebar[b-t60nswnymi] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t60nswnymi] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t60nswnymi]  a, .top-row .btn-link[b-t60nswnymi] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-t60nswnymi] {
        overflow: hidden;
        text-overflow: ellipsis;
    }
.shipping-info-fonts[b-t60nswnymi] {
    font-size: xx-small;
}

@media (min-width: 576px) {
    .shipping-info-fonts[b-t60nswnymi] {
        font-size: x-small;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-t60nswnymi] {
        display: none;
    }

    .top-row.auth[b-t60nswnymi] {
        justify-content: space-between;
    }

    .top-row a[b-t60nswnymi], .top-row .btn-link[b-t60nswnymi] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t60nswnymi] {
        flex-direction: row;
    }

    .sidebar[b-t60nswnymi] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t60nswnymi] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-t60nswnymi] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
    .shipping-info-fonts[b-t60nswnymi] {
        font-size: medium;
    }
}
/* _content/BlazorShop/Shared/ShoppingCart.razor.rz.scp.css */
