﻿.item-logo,
div#seccion-buscador {
    align-items: center;
    display: flex;
}

    .item-logo,
    .item-logo img,
    .menu-img img {
        margin: auto;
    }

        .item-logo .logo-ms {
            margin-left: -5px;
        }

.menu,
div#seccion-buscador {
    background-color: var(--wwhite);
}

#carshop,
.hovernone2:hover,
.hovernone:hover {
    background: var(--wwhite) !important;
}

div#seccion-buscador {
    padding: 28px 0 38px;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.focusclassinputemail {
    color: #7c7c80;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    transform: translate(-15px) scale(0.88);
}

.item-buscador {
    height: 36px;
    width: 440px;
}

    .item-buscador input {
        display: flex;
        background-color: var(--gray4);
        border: none;
        box-sizing: border-box;
        padding: 8px 16px 9px 42px;
        width: 100%;
        height: 36px;
        border-radius: 52px;
        color: var(--bblack);
        outline: 0;
    }

        .item-buscador input::placeholder {
            font-size: 12px;
            color: #6e6e73 !important;
            line-height: 14px !important;
            font-family: "sf-pro-text-regular";
        }

        .item-buscador input:focus {
            border: 1px solid #0071e3 !important;
            box-shadow: none !important;
            background-color: var(--wwhite);
        }

.logoms {
    height: 50px;
    display: flex;
    align-items: center;
}

.item-iconos {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 38px;
}

    .item-iconos span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .item-iconos span i {
            font-size: 18px;
            color: var(--gray1);
        }

.form-group.has-success.has-feedback {
    width: 100%;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.cart-notification-wrapper,
.input-wrapper {
    position: relative;
}

    .input-wrapper .input::placeholder {
        color: #000;
        font-size: 14px !important;
    }

.input-icon {
    color: #6e6e73;
    position: absolute;
    left: 12px;
    top: 54%;
    font-size: 16px;
    transform: translateY(-50%);
}

.colorgrey {
    stroke: #6e6e73;
}

.contenedor-logos,
.imagentex2,
.menu-logos {
    display: flex;
}

.menu {
    border: 0;
    display: none;
    font-size: 20px;
    height: inherit;
}

.iconhaburguesa {
    width: 50px;
    height: 45px;
}

.d-lg-none,
.dropcard::after,
.minicart_title_m {
    display: none !important;
}

#hamburger button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
}

    #hamburger button span {
        border-radius: 5px;
        background: #777;
        display: block;
        width: 55%;
        margin: 7px auto;
        height: 2px;
        animation-duration: 1ms;
        animation-fill-mode: forwards;
    }

    #hamburger button.open .top-line {
        animation-name: top-line-animation;
    }

    #hamburger button.open .midden-line {
        animation-name: midden-line-animation;
    }

    #hamburger button.open .bottom-line {
        animation-name: bottom-line-animation;
    }

.w-1300 {
    width: 1346px;
}

.dropcard {
    position: initial !important;
}

#carshop {
    padding: 32px 24px 8px !important;
    z-index: 900 !important;
    position: fixed !important;
    margin-top: -2px !important;
    border: 1px solid #ccc !important;
    max-height: 520px !important;
    height: auto !important;
    min-height: 300px !important;
    min-width: 404px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    right: calc((100% - 1188px) / 2);
    float: right !important;
    left: initial !important;
    visibility: visible !important;
    width: 412px;
}

.cart-notification__header {
    align-items: flex-start;
    display: flex;
    padding: 0 0 8px;
}

.cart-notification__heading {
    font-family: sf-pro-display-semibold;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #000;
}

.minicart_close {
    position: absolute;
    right: 0;
    top: 3px;
}

.cartmini {
    display: flex !important;
    align-items: flex-start;
    padding: 3px 0 0 15px;
}

.col-set1,
.col-set2 {
    display: inline-block;
}

.col-set1 {
    vertical-align: top;
    margin-top: 14px;
}

.cart-notification-product__image {
    display: inline-block;
    margin-right: 1.5rem;
}

    .cart-notification-product__image img {
        width: 42px;
        height: 39.1px;
        object-fit: fill;
    }

.col-set2 {
    width: 80%;
    vertical-align: top;
}

    .col-set2 a {
        text-decoration: none;
        display: block;
    }

.cart-notification-product__name {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #121212;
    font-family: sf-pro-text-medium !important;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.letterPase {
    letter-spacing: 1px !important;
    line-height: 150% !important;
}

.imagentex a.predictive-search__item,
.p-lg-0 {
    padding: 0;
}

#hamburger button .top-line {
    animation-name: top-line-animation-close;
}

#hamburger button .midden-line {
    animation-name: midden-line-animation-close;
}

#hamburger button .bottom-line {
    animation-name: bottom-line-animation-close;
}

.min_options {
    font-size: 12px;
    line-height: 150%;
    color: #121212bf;
    letter-spacing: 0.06rem;
}

.product-option * {
    display: inline;
    margin: 0;
}

.spangrey {
    justify-content: initial !important;
}

.cart-count-bubble {
    left: 8px;
    position: absolute;
    background-color: #0071e3;
    color: #fff;
    height: 1.7rem;
    width: 1.7rem;
    min-height: 1.7rem;
    min-width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    bottom: -3px;
    right: 0;
    line-height: calc(1 + 0.1 / var(--font-body-scale));
}

.cart-count-bubble2,
.cart-count-bubble3 {
    background-color: green;
    color: #fff;
    height: 1rem;
    width: 1rem;
    min-height: 1rem;
    min-width: 1rem;
    border-radius: 100%;
    justify-content: center;
    font-size: 0.9rem;
    line-height: calc(1 + 0.1 / var(--font-body-scale));
    position: absolute;
    display: flex;
}

.cart-count-bubble2 {
    align-items: center;
    top: -5px;
    left: 16px;
}

.cart-count-bubble3 {
    align-items: center;
    top: 8px;
    left: 43px;
}

.header__icon span {
    height: 100%;
}

.carbuscador {
    --color-foreground: #677279;
    position: absolute;
    margin-top: 3px;
    left: 1.9rem;
    background-color: #fff;
    z-index: 3;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 0 1px #272c300d, 0 1px 5px 1px #272c3029;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    width: calc(100% + -7.8rem);
    max-height: 911.203px;
    display: none;
}

.trancition1 {
    transition: top ease-out;
    position: fixed;
}

.carbuscador-hijo1 {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    margin: 0;
    background: #f3f5f6;
    box-shadow: 0 1px #e1e3e4, 0 -1px #e1e3e4;
    padding: 5px 15px;
    color: #677279;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.list-result {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.fz-16,
.noresukt {
    font-size: 1.6rem;
}

.list-result a,
.noresukt {
    color: #677279;
    padding: 7.5px 15px;
    text-align: left;
    text-decoration: none;
    outline: 0;
    width: 100%;
}

.list-result a {
    display: flex;
    letter-spacing: 1.5px;
    font-size: 14.4px;
    font-family: sf-pro-display-light;
}

.noresukt {
    letter-spacing: 1.8px;
    font-weight: 600;
    font-family: sf-pro-display-thin;
}

.list-result a:hover {
    background: #00806014;
    box-shadow: 0 0 0 1px #00000008;
}

.hovernone {
    padding: 0 !important;
}

    .hovernone:hover {
        box-shadow: none !important;
    }

.imagentex {
    background: #f3f5f670;
    width: 100%;
}

.colorblack {
    color: #424245;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: text-decoration 1s;
    letter-spacing: 1.2px;
}

    .colorblack:hover {
        color: #424245;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.Products {
    max-height: 300px;
    overflow: auto;
}

.textsemibol {
    color: #000;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 10px;
}

.hovernone2 {
    width: 155px !important;
    padding: 3px 10px !important;
    height: 27px;
    position: absolute;
    right: 58px;
    top: 84px;
    color: var(--bblue) !important;
    outline: solid 1px var(--bblue) !important;
}

.hijofijobutton {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 1rem 0;
    display: block;
    width: 100%;
    font-family: sf-pro-display-medium;
    letter-spacing: 1px;
}

.colorgrey2 {
    color: #677279;
}

.list-result div {
    justify-content: center;
}

svg#iconoAgregar {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 7px;
    display: none;
}

.mt-14 {
    margin-top: 1px;
    padding-left: 10px;
}

.fz-14 {
    font-size: 14px;
}

.precioserch {
    font-family: var(--font-body-family);
    font-weight: 700;
    color: #008060;
}

.mt-6 {
    margin-top: 7px;
}

.form-group {
    margin-bottom: 0 !important;
}

.edp-loader {
    border: 3px solid #d0d0d0;
    border-radius: 50%;
    border-top: 3px solid #677279;
    width: 20px;
    height: 20px;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

#divcardshop,
.primercollapse {
    cursor: pointer;
}

.paddinguser {
    padding: 10px 15px;
}

.spanloganmovil {
    position: absolute;
    margin-left: 6px;
    margin-top: 3px;
}

.negativosersh {
    margin-left: -43px;
}

@keyframes top-line-animation {
    100%, 50% {
        margin: 0 auto;
        transform: translateY(2px) rotate(-45deg);
    }
}

@keyframes bottom-line-animation {
    100%, 50% {
        margin: 0 auto;
        transform: translateY(-2px) rotate(45deg);
    }
}

@keyframes midden-line-animation {
    100%, 20% {
        margin: 0 auto;
        width: 0;
        opacity: 0;
    }
}

@keyframes top-line-animation-close {
    0% {
        margin: 0 auto;
        transform: translateY(2px) rotate(-45deg);
    }

    100%, 50% {
        margin: 7px auto;
        transform: translateY(0) rotate(0);
    }
}

@keyframes midden-line-animation-close {
    0% {
        margin: 0 auto;
        width: 0;
        opacity: 0;
    }

    100%, 20% {
        margin: 0 auto;
        width: 55%;
        opacity: 1;
    }
}

@keyframes bottom-line-animation-close {
    0% {
        margin: 0 auto;
        transform: translateY(-2px) rotate(45deg);
    }

    100%, 50% {
        margin: 7px auto;
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1350px) {
    .w-1300 {
        width: 97%;
    }
}

@media (max-width: 1242px) {
    .w-1300 {
        width: auto;
    }

    .logosmacstore {
        margin-left: -21px;
    }
}

@media (max-width: 1230px) {
    #carshop {
        right: 0;
    }
}

@media (max-width: 1012px) {
    .btncar2 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .logosmacstore,
    .p-lg-0 {
        margin-left: auto;
    }

    div#seccion-buscador {
        justify-content: space-between;
    }

    .p-lg-0 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
    }

    .form-group.has-success.has-feedback {
        width: 100%;
    }

    .menu-logos {
        margin-left: 0;
    }

    .item-buscador.serchmovile {
        border-top: 1px solid #d0d0d0;
        padding: 18px 25px;
        width: 100%;
        height: auto;
    }

    .item-iconos {
        gap: 0;
    }
}

@media (max-width: 991px) {
    .item-logo-partner {
        display: none;
    }
}

@media (max-width: 767px) {
    .d-md-none,
    .minicart_title_d {
        display: none;
    }

    .d-lg-none {
        display: block !important;
    }

    #carshop {
        min-width: 100vw !important;
        max-height: 400px !important;
        width: auto;
    }
}

@media (max-width: 750px) {
    .d-noneuser {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .d-md-none {
        display: none;
    }

    .iconhaburguesa {
        width: 30px;
        height: 25px;
    }

    #hamburger button {
        background: 0 0;
        border: 0;
        cursor: pointer;
        padding: 0;
        width: 40px;
        height: 40px;
    }
}
