body {
    word-wrap: break-word;
}

.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 64px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
}

    .back-to-top:hover {
        opacity: 1;
    }


.header__topbar-start-bg, .header__topbar-end-bg {
    height: 45px;
}

    .header__topbar-start-bg:before, .header__topbar-end-bg:before {
        background: white !important;
    }

.header__topbar-start {
    grid-column: 1;
    grid-row: 1;
    padding-left: 55px;
}

.topbar--spaceship-start, .topbar--spaceship-end {
    background: white !important;
}

    .topbar--spaceship-start .topbar__link {
        color: white !important;
    }

    .topbar--spaceship-start .topbar__item-text, .topbar--spaceship-start .topbar__link {
        color: #4d4d4d !important;
    }

.departments__button:hover, .departments--open .departments__button {
    background: #666 !important;
}

.departments__item-link {
    color: grey !important;
}

    .departments__item-link:hover {
        text-decoration: underline;
    }

.megamenu-links__item-link {
    color: grey !important;
}

    .megamenu-links__item-link:hover {
        text-decoration: underline;
    }

.menu__item:hover > .menu__link {
    text-decoration: underline;
}

.block-finder__body {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}


.block-finder__image {
    opacity: 0.5;
}

.block-features__item-icon {
    fill: #4d4d4d !important;
}

.block-products-carousel__column, .block-zone__carousel-item, .block-sale__item {
    padding: 5px;
}

.block-sale__title {
    align-self: center;
}

.block-sale__body {
    padding-top: 30px;
    padding-bottom: 60px;
}

.block-sale__image:before {
    background: white;
}

.block-sale__item {
    border: 1px solid;
    margin: 5px;
}

.block-sale__carousel .owl-carousel button.owl-dot:before {
    background: lightgrey;
}

.pointer {
    cursor: pointer !important;
}

.btn-white {
    border: 1px solid black;
}

.block-sale__carousel .owl-carousel button.owl-dot.active:before {
    background: #cd9834 !important;
}

.block-zone__tabs-button--active {
    border-color: #cd9834 !important;
}

.block-finder__form-control--select {
    width: 180px !important;
}

.block-finder__form-control {
    flex-basis: 190px !important;
}

.block-banners__item-image img {
    object-fit: fill !important;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

a.footer-links__link:hover {
    text-decoration: underline;
}

a.lnk-radio {
    color: white;
    transition: transform 0.1s;
    display: inline-block;
    margin-right: 10px;
}

    a.lnk-radio:hover {
        color: white;
    }

    a.lnk-radio:active {
        transform: scale(1.2);
    }

a.lnk-radio-black {
    color: black;
    transition: transform 0.1s;
    display: inline-block;
    margin-right: 10px;
}

    a.lnk-radio-black:hover {
        color: black;
    }

    a.lnk-radio-black:active {
        transform: scale(1.2);
    }

a.lnk-radio-black-products {
    color: black;
    transition: transform 0.1s;
    display: inline-block;
    margin-right: 10px;
}

    a.lnk-radio-black-products:hover {
        color: black;
    }

    a.lnk-radio-black-products:active {
        transform: scale(1.2);
    }

.separator-1 {
    margin-top: 1px;
    min-width: 190px;
}

.separator-25 {
    margin-top: 25px;
}

.input-group {
    height: unset !important;
    min-width: 180px;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        height: -webkit-fill-available;
    }

.btn-wsp {
    z-index: 2 !important;
    position: fixed;
    width: 60px;
    height: 51px;
    top: 120px;
    right: 0;
    background-color: rgb(19,147,11);
    color: white;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: all 0.1s;
}

    .btn-wsp:hover > i.font-wsp {
        color: white;
        font-size: xx-large;
    }

    .btn-wsp:focus {
        box-shadow: unset;
    }

    .btn-wsp:hover {
        box-shadow: 0 0 15px rgb(19,147,11);
    }

i.font-wsp {
    font-size: 30px;
}

.carousel-indicators {
    justify-content: start;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: -15px;
    width: 100%;
    height: 40px;
    margin-left: 0 !important;
}

    .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        background-color: white;
    }

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.header {
    position: fixed;
    width: 100%;
}

.headerLogo {
    display: flex;
    align-items: center;
    max-height: 40px;
    max-width: 112px;
    margin-top: 32px;
}

.img-logo {
    max-height: 40px;
    max-width: 112px;
}

.first-logo {
    padding-right: 8px;
}

.second-logo {
    padding-left: 8px;
}

.site__body {
    margin-top: 7% !important;
}

.site-footer {
    background-color: grey;
    color: white;
}

.site-footer__bottom {
    background-color: grey;
    color: white;
}

.col-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.section-title {
    font-size: x-large !important;
    height: 40px !important;
    font-weight: bold;
    font-style: italic;
}

.font-color-gray {
    color: #4d4d4d !important;
}

.font-color-green {
    color: #28a745 !important;
}

.font-color-red {
    background-color: #c62828 !important;
    color: white !important;
}

.font-color-black {
    color: black !important;
}

.font-size-large {
    font-size: large;
}

.font-size-smaller {
    font-size: smaller !important;
}

.garage-menu {
    width: 450px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    border-radius: 1.5px;
    color: #262626;
}

.account-menu__form-link > a:hover {
    text-decoration: underline;
}

.form-control:disabled {
    cursor: not-allowed;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.content-categories {
    border: 1px solid lightgrey;
    padding: 10px;
}

.product-card--layout--grid:after {
    display: none !important;
}

.pull-right {
    float: right;
}

.spanProductName {
    font-size: 11px;
    font-weight: bold;
}

.content-center {
    justify-content: center;
}

.section-header__groups-button-option--active:after {
    background: white !important;
    border: 1px solid black !important;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .col-form-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error .checkbox label,
.has-error .checkbox-inline label,
.has-error .radio label,
.has-error .radio-inline label,
.has-error label {
    color: #e73d4a;
}

.textarea-resize-none {
    resize: none;
}

.has-error .form-control {
    border-color: #e73d4a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.slide {
    opacity: 0.9;
    min-height: 500px;
}

.w-100 {
    max-height: 500px;
}

@media (max-width: 768px) {
    .w-100 {
        max-height: fit-content !important;
    }
}
@media (max-width: 768px) {
	.w-100 {
		max-height: fit-content !important;
	}
}

.margin-right-15 {
    margin-right: 15px;
}

.category-card__info {
    color: black !important;
}

.category-card--layout--overlay .category-card__body:before {
    background-color: unset !important;
    background-image: unset !important;
}

.category-card--layout--overlay .category-card__overlay-image img {
    -o-object-fit: none !important;
    object-fit: none !important;
}

.btn-ask-availability {
    font-size: smaller !important;
    height: 40px !important;
}

.mobile-header__body {
    position: fixed;
    width: 100%;
    padding-right: 10px;
    background-color: white;
    left: 0;
}

.menu-spareparts {
    display: flex;
    z-index: 99999 !important;
    height: 515px;
    position: fixed;
    padding: 15px 30px 15px 30px;
    top: 100px;
    width: 100%;
    background-color: white;
    overflow: auto;
    border-top: 1px solid black;
    justify-content: center;
}

.view-options__body .control-garage {
    width: 160px !important;
}

.view-options__body .control-garage-2 {
    width: 236px !important;
}

.input-coupon {
    max-width: 55%;
}

.site-footer__bottom-row {
    align-items: normal !important
}

.imgPowerBy {
    height: 30%;
    width: 30%;
}

.bnt-search-visibility {
    visibility: hidden;
}

.color-text-white {
    color: white !important;
}

.header__navbar-menu {
    min-width: 740px !important;
}

.product-page-subTitle {
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 1.75rem;
}

.width-max-content {
    min-width: max-content;
}


.mat-tab-label-container {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    z-index: 1;
}

.mat-tab-label-container {
    flex-grow: 0 !important;
}

.mat-tab-list {
    flex-grow: 1;
    position: relative;
    transition: transform .5s cubic-bezier(.35,0,.25,1);
}

.mat-tab-list {
    transform: none !important;
    margin-right: 10px;
}

.mat-tab-labels {
    display: flex;
}

.mat-tab-labels {
    background-color: rgb(23, 25, 24);
}

.mat-tab-labels {
    border-radius: 23px;
    background-color: #f1f1f1;
}

.mat-tab-label {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.mat-tab-label {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.mat-tab-label-active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
    background-color: rgb(14, 15, 15) !important;
}

.mat-tab-label {
    height: 40px !important;
    min-width: 145px !important;
    opacity: 1 !important;
    margin-top: 3px;
}

.mat-tab-label-active {
    background-color: #fff !important;
    border-radius: 22px !important;
    margin: 1% !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    opacity: 1 !important;
}

.mat-tab-label, .mat-tab-link {
    color: rgba(249, 239, 222, 0.87);
}

.mat-ripple {
    overflow: hidden;
    position: relative;
}

.mat-tab-label, .mat-tab-link {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-tab-label, .mat-tab-link {
    color: rgba(0,0,0,.87);
}

    .mat-tab-label .mat-tab-label-content {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        white-space: nowrap;
    }

.mat-tab-label-content {
    font-size: 14px;
    font-weight: bold;
}

.mat-ink-bar {
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: .5s cubic-bezier(.35,0,.25,1);
}

.mat-ink-bar {
    visibility: hidden !important;
}

.h-banners {
    height: 620px !important;
}

.h-img-banners {
    max-height: 580px !important;
}

.w-max-content {
    min-width: max-content;
}

.footer-links__list-padding-10 {
    padding: 10px !important;
}


.div-loader {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s;
}

    .div-loader:before {
        display: block;
        content: '';
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background: #fafafa;
        opacity: .9;
    }

    .div-loader:after {
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        width: 100px;
        height: 100px;
        border-radius: 50px;
        border-width: 2px;
        border-color: rgba(0, 0, 0, 0.1);
        border-top-color: rgba(0, 0, 0, 0.5);
        border-style: solid;
        -webkit-animation-name: loader-animation;
        animation-name: loader-animation;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        position: absolute;
        display: block;
        content: '';
    }

.div-loader {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
}


.mini-card-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 8px 4px #d3d3d3d1;
    border-radius: 15px;
    font-family: sans-serif;
    margin: 5px;
}

.owl-dots {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel button.owl-dot:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.12);
    -webkit-transition: background .2s;
    transition: background .2s;
    margin: 6px;
}

.owl-carousel button.owl-dot:focus {
    outline: none;
}

.owl-carousel button.owl-dot:hover:before {
    background: rgba(0, 0, 0, 0.22);
}

.owl-carousel button.owl-dot.active:before {
    background: #006847;
}


.banner-offer-only {
    width: calc(100% - 30px);
    max-height: 300px;
}

.registerBusinessClient {
    display: none;
}


@media (min-width: 576px) and (max-width: 767px) {
    .container-banners {
        max-width: 700px;
    }

    .carousel-indicators {
        bottom: -136px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-banners {
        max-width: 950px;
    }

    .h-banners {
        height: 450px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-banners {
        max-width: 1145px;
    }

    .h-banners {
        height: 540px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1536px) {
    .container-banners {
        max-width: 1485px;
    }
}

@media (min-width: 1537px) {
    .container-banners {
        max-width: 1850px;
    }
}

@media (min-width: 983px) and (max-width: 1024px) {
    .slide {
        min-height: 500px;
    }

    .headerLogo {
        margin-top: 5px;
    }
}

@media (min-width: 768px) and (max-width: 982px) {
    .slide {
        min-height: 410px;
    }

    .headerLogo {
        margin-top: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    .slide {
        max-height: 400px;
    }

    .headerLogo {
        margin-top: 5px;
    }

    .category-card--layout--overlay .category-card__overlay-image img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {


    .slide {
        max-height: 560px;
    }

    .headerLogo {
        margin-top: 5px;
    }

    .category-card--layout--overlay .category-card__overlay-image img {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .block-finder__image {
        top: 20px !important;
    }

    .carousel-indicators {
        bottom: -36px !important;
    }

    .h-banners {
        height: 600px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .site-footer__bottom-row {
        align-items: center !important
    }

    .imgPowerBy {
        height: 15%;
        width: 15%;
    }
}

@media (max-width: 575.98px) {
    .bnt-search-visibility {
        visibility: visible;
    }
}

.input-group-search {
    height: -webkit-fill-available !important;
}

@media(max-width: 539.98px) {
    .btn-phone {
        display: flex !important;
        z-index: 2 !important;
        position: fixed;
        width: 60px;
        height: 51px;
        top: 180px;
        right: 0;
        background-color: rgb(35, 81, 130);
        color: white;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        transition: all 0.1s;
    }
}

.btn-phone:hover > i.font-phone {
    color: white;
    font-size: xx-large;
}

.btn-phone:focus {
    box-shadow: unset;
}

.btn-phone:hover {
    box-shadow: 0 0 15px rgb(19,147,11);
}

i.font-phone {
    font-size: 30px;
}

@media (min-width: 992px) {
    .container-original-alternativo {
        max-width: 100% !important;
    }
}

@media (min-width: 1920px) {
    .container-original-alternativo {
        max-width: 80% !important;
    }
}

.products-list_margin-botton {
    margin: 0px 0px 10px 0px !important;
}




@media (min-width: 992px) {
    .product-card__image-smaller {
        width: 186px !important;
        position: relative;
        top: 24px;
    }
}

@media (min-width: 1920px) {
    .product-card__image-smaller {
        width: 260px !important;
        top: 16px;
    }
}

@media (min-width: 992px) {
    .product-card__info-smaller {
        max-width: 118px !important;
        width: 118px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 1576px) {
    .product-card__info-smaller {
        width: auto !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1920px) {
    .product-card__info-smaller {
        max-width: 96px !important;
        width: 96px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 2000px) {
    .product-card__info-smaller {
        width: auto !important;
        max-width: 100% !important;
    }
}



@media (min-width: 992px) {
    .product-card__footer-smaller {
        max-width: 204px !important;
        width: 204px !important;
    }
}

@media (min-width: 1920px) {
    .product-card__footer-smaller {
        width: 220px !important;
        max-width: 220px !important;
    }
}

.ajust-margin_product-card {
    margin-right: 23px;
    margin-left: -24px;
}

@media (min-width: 992px) {
    .alternative-desktop {
        display: flex;
    }
}

@media (max-width: 991px) {
    .alternative-desktop {
        display: none;
    }
}

@media (max-width: 991px) {
    .alternative-card__wishlist-mobile {
        display: flex !important;
        position: relative !important;
        z-index: 10 !important;
        margin-top: 12px !important;
        gap: 2px !important;
        width: auto !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media(min-width: 992px) {
    .product-card-padding {
        padding: 0px !important;
        padding-top: 16px !important;
    }
}

.product-card__position {
    left: auto !important;
}

.btn-purple {
    height: 36px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 10px;
    margin: 0;
    font-family: inherit;
    font-size: inherit !important;
    line-height: inherit;
    background: #614ba6 !important;
    z-index: 10;
}

@media (max-width: 991px) {
    .btn-purple {
        width: 141px !important;
    }
}

@media (max-width: 991px) {
    .product-card__position {
        left: auto !important;
        top: auto !important;
    }
}

@media (max-width: 991.98px) {
    .quickview {
        max-width: 520px;
    }

    .quickview__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .quickview__gallery {
        width: 100%;
        margin-bottom: 28px;
    }

    [dir=ltr] .quickview__gallery {
        margin-right: 0;
    }

    [dir=rtl] .quickview__gallery {
        margin-left: 0;
    }
}

.product-card__Modal-image__smaller {
    width: 180px !important;
}

.px-22 {
    padding: 22px;
}

.product-card__modal-info__smaller {
    width: 351px;
}

@media(max-width: 991px) {
    .product-card__modal-info__smaller {
        width: auto;
        padding-left: 22px;
    }
}

@media(min-width: 992px) {
    .product-card__modal-footer__border {
        border-left: 1px solid #ebebeb;
    }
}

@media(max-width: 991px) {
    .product-card__modal-footer__border {
        border-top: 1px solid #ebebeb;
    }
}

@media(min-width: 992px) {
    .adjust-width__card {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .adjust-width__card {
        width: 105% !important;
    }
}

.tag-badge--original:before {
    background: #FFD700;
    color: #fff;
}

.tag-badge--original {
    color: #fff;
}

@media(max-width: 375px) {
    .search-w__adjust {
        width: 16rem !important;
    }
}

@media(max-width: 375px) {
    .btn-search__ajust {
        width: 45px !important;
        height: 40px !important;
    }
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 100px;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-align {
    text-align: center;
    padding: 20px;
}

@media (min-width: 992px) {
    .alternative-card__wishlist-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .related--card__wishlist-desktop {
        padding: 7px 6px 5px !important;
    }
}

@media (max-width: 991px) {
    .related--card__wishlist-desktop {
        display: flex !important;
        position: relative !important;
        margin-top: 12px !important;
        gap: 2px !important;
        width: 50% !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 991px) {
    .product-card__addtocart-full {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .btn_search--margin {
        margin-right: 15px !important;
    }

    .tag-badge--offer {
        top: 0px !important;
    }
}



@media (min-height: 600px) {
    .product-details__adjustText {
        max-height: 164%;
        overflow-y: auto;
        min-height: 164%;
    }

    .m-height184px {
        max-height: 184px;
    }
}

@media (max-height: 599px) {
    .product-details__adjustText {
        overflow-y: auto;
    }
}

.applicationInput {
    width: 270px;
    height: 40px;
    padding-left: 10px;
    font-size: 1rem;
    color: rgb(116, 116, 116);
    border-radius: 4px;
    border: 1px solid rgba(33, 33, 33, 0.2);
    outline: none;
}


.onlyMobile {
    display: none;
}


@media(max-width: 991px) {
    .onlyMobile {
        display: flex !important;
    }
}


@media(max-width: 600px) {
    .ml-0__mobile {
        margin-left: 0 !important;
    }
}

@media(min-width: 800px) {
    #displayContent {
        min-width: 825px;
        min-height: 460px;
    }
}

.containerProfile {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.hiddenTitle {
    position: absolute;
    transform: translate(-100%, -50%);
    z-index: -1;
    left: 12%;
    top: 10%;
}

.offer-banners-image-height-2 {
    max-height: 230px !important;
}

@media (max-width: 1199px) {
    .btn-add-cart {
        font-size: smaller !important;
        height: 40px !important;
    }
}
