@font-face {
    font-family: 'PixelifySans';
    src: url('./fonts/PixelifySans-Regular.ttf') format('truetype');
}


* {
    font-family: var(--nav-font);
}

.animation {
    font-family: 'PixelifySans', sans-serif !important;
    font-weight: 300;
    color: #abcfe6 !important;
    white-space: nowrap;
    overflow: hidden;
    animation: animate 1.5s linear infinite;
}

.logo-rc {
    font-family: 'PixelifySans', sans-serif !important;
    font-weight: normal !important;
}

/* Amazon */
.bg-az {
    background-color: #f08804 !important;
}

.input-az:checked {
    background-color: #f08804 !important;
    border-color: #f08804 !important;
}

/* Cash Converters */
.bg-cc {
    background-color: #e20077 !important;
}

.input-cc:checked {
    background-color: #e20077 !important;
    border-color: #e20077 !important;
}

/* eBay */
.bg-eb {
    background-color: #3665f3 !important;
}

.input-eb:checked {
    background-color: #3665f3 !important;
    border-color: #3665f3 !important;
}

/* Eneba */
.bg-en {
    background-color: #4618ac !important;
}

.input-en:checked {
    background-color: #4618ac !important;
    border-color: #4618ac !important;
}

/* MediaMarkt */
.bg-mm {
    background-color: rgb(223, 0, 0) !important;
}

.input-mm:checked {
    background-color: rgb(223, 0, 0) !important;
    border-color: rgb(223, 0, 0) !important;
}

/* Miravia */
.bg-mv {
    background-color: #9467FF !important;
}

.input-mv:checked {
    background-color: #9467FF !important;
    border-color: #9467FF !important;
}

/* TodoConsolas */
.bg-tc {
    background-color: #0056DA !important;
}

.input-tc:checked {
    background-color: #0056DA !important;
    border-color: #0056DA !important;
}

/* Vinted */
.bg-vt {
    background-color: #007782 !important;
}

.input-vt:checked {
    background-color: #007782 !important;
    border-color: #007782 !important;
}

/* xtralife */
.bg-xt {
    background-color: #f3c445 !important;
}

.input-xt:checked {
    background-color: #f3c445 !important;
    border-color: #f3c445 !important;
}

/* Wakkap */
.bg-wk {
    background-color: #ff1345 !important;
}

.input-wk:checked {
    background-color: #ff1345 !important;
    border-color: #ff1345 !important;
}

/* Wallapop */
.bg-wp {
    background-color: #13c1ac !important;
}

.input-wp:checked {
    background-color: #13c1ac !important;
    border-color: #13c1ac !important;
}

/* BornToPlay */
.bg-bp {
    background-color: #fcb900 !important;
}

/* Punto de respawn */
.bg-pr {
    background-color: #3B60FE;
}

/* Hostinger */
.bg-ht {
    background-color: #673de6 !important;
}

/* Punto de respawn */
.bg-pr {
    background-color: #3B60FE;
}

.bg-retrocomparador {
    background-color: #f8a221 !important;
}

.flag {
    width: 30px !important;
    height: 30px !important;
}

.hero {
    min-height: inherit !important;
}

.border-radius-rc {
    border-radius: 50rem;
}

.border-radius-retro {
    border-radius: 20px;
}

.rounded-start-rc {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}

.rounded-end-rc {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}

.owl-carousel .owl-item img {
    width: auto !important;
    text-align: center;
    max-height: 90px;
}

.item.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.item.client-logo img {
    max-height: 90px;
    height: auto;
    opacity: 1;
    filter: inherit;
}

.z-8 {
    z-index: 8 !important;
}

.z-9999 {
    z-index: 9999 !important;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.ui-bg-dark {
    /*background-color: #121212 !important;*/
    background-color: #212020 !important;
}

.ui-bg-white {
    background-color: #f2f2f2 !important;
}

.ui-dark {
    color: #121212 !important;
}

.ui-white {
    color: #f2f2f2 !important;
}

.modal-loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content-loading {
    background-color: #121212;
    margin: 0;
    padding: 15px;
    width: auto;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

.mt-100 {
    margin-top: 50px;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }

    .mt-100 {
        margin-top: 75px;
    }
}

.section-title h2:before {
    margin: 0 !important;
}

.section-title h2:before,
.section-title h2:after {
    content: "";
    width: 0px;
    height: 0px;
    background: none;
    display: none;
}

.custom-block {
    position: relative;
}

.custom-block,
.badge,
.owl-carousel .owl-dots {
    border-radius: 20px !important;
}

.carousel-indicators [data-bs-target] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background-color: #121212 !important;
}

.carousel-indicators .active {
    background-color: #121212 !important;
}

.custom-block-image-wrap {
    background-color: #fff;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    -webkit-box-shadow: 0px 0px 21px -7px #212020;
    -moz-box-shadow: 0px 0px 21px -7px #212020;
    box-shadow: 0px 0px 21px -7px #212020;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.custom-block-info {
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-top: 7px !important;
    padding-bottom: 10px !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-break {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-img:hover .text-break {
    text-overflow: initial;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.price {
    font-size: 1rem;
}

.description {
    font-size: .875rem;
}

.recent-posts article {
    padding: 0 !important;
}

.custom-block .custom-block-info+div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block-full .reserved {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
}

.custom-block-full .shippable {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.custom-block .custom-block-info+div .badge {
    background-color: #f2f2f2;
    border: 1px solid #121212;
    color: #121212;
}

.custom-block .custom-block-info+div .badge {
    margin-top: 0;
    margin-bottom: 0;
}

.badge-offer {
    height: 0 !important;
    font-size: 0.75em !important;
    line-height: 0 !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.ui-border-white {
    border-color: #f2f2f2 !important;
}

.badge {
    font-weight: unset;
}

.font-size-small {
    font-size: 14px !important;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus,
a:hover {
    color: #f8a221 !important;
}

.faq .faq-container .faq-item h3:hover {
    color: #f8a221;
}

.faq .faq-container .faq-active h3 {
    color: #f8a221;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: #f8a221;
}

.faq .faq-container .faq-active .faq-toggle {
    color: #f8a221;
}

.icon {
    width: 32px;
    height: 32px;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    h2 {
        font-size: 24px !important;
    }

    .icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 990px) {
    .hero {
        margin-bottom: 20px;
    }

    .section,
    section {
        padding-bottom: 30px !important;
    }
}

.hover-zoom:hover {
    cursor: zoom-in;
}

#preloader:before {
    border-color: #f8a221 transparent #f8a221 transparent;
}

.bg-cr {
    background-color: #cd222d !important;
}

.section-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mt-20-px {
    margin-top: 20px;
}

.object-position-top {
    object-position: top !important;
}

.object-position-center {
    object-position: center !important;
}

.object-position-bottom {
    object-position: bottom !important;
}

.tachado-diagonal {
    position: relative;
    display: inline-block;
}

.tachado-diagonal::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f8a221;
    transform: rotate(-15deg);
    transform-origin: center;
}

.tachado-normal {
    text-decoration-line: line-through;
}

.ui-offer {
    color: #f8a221 !important;
}

.ui-gray {
    color: #ccc !important;
}

.navmenu .active i,
.navmenu .active:focus i,
.navmenu .inactive i,
.navmenu .inactive:focus i {
    background-color: inherit;
    color: inherit;
    transform: none;
    font-size: 17px;
}

.navmenu .inactive:focus i {
    color: #f8a221 !important;
}

.navmenu a,
.navmenu a:focus {
    justify-content: inherit;
}

.logo img {
    max-height: 36px;
    margin-right: 8px;
}

.logo h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: var(--heading-color);
}

.header .logo span {
    color: var(--heading-color);
}

.hero:before {
    background: color-mix(in srgb, var(--background-color), transparent 50%);
}

.dark-background {
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.link-retrocomparador:hover {
    color: #f2f2f2 !important;
}

.product-detail {
    margin-top: 100px;
}

.header-product-detail {
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .1) !important;
}

.badge-go-back {
    font-size: 1rem !important;
}

.product-image {
    max-height: 40vh !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    aspect-ratio: 1/1;
}

.border-dashed {
    border-top: 2px dashed #212020 !important;
    border-bottom: 2px dashed #212020 !important;
    border-left: 2px dashed #212020 !important;
}

.swiper-pagination-bullet {
    border: 1px solid white;
}

.swiper-pagination-bullet-active {
    background: white;
    border: 1px solid black;
}

.image-gallery {
    object-fit: cover;
    width: 100%;
    object-fit: cover !important;
    object-position: center !important;
    aspect-ratio: 1/1;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.accordion {
    background-color: var(--surface-color);
    position: relative;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.25rem;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-btn-color);;
    background-color: var(--surface-color);
}

.box-shadow {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 990px) {
    .product-detail {
        margin-top: 80px;
    }

    h1 {
        font-size: 1.25rem;
    }
    
    h5 {
        font-size: 0.9rem;
    }

    .badge-go-back {
        font-size: 0.75rem !important;
    }

    .btn-call-action {
        font-size: 0.75rem;
    }

    .image-gallery {
        max-height: 40vh;
    }

    .accordion-button {
        font-size: 1rem;
    }
}

.product-detail-text {
    font-size: .875rem !important;
}