.bg-massey-red {
    background-color: var(--main-bg-color);
}
.bg-massey-black {
    background-color: var(--black-color);
}
.bg-massey-red .modal-title, .bg-massey-black .modal-title, .bg-massey-red .btn-close, .bg-massey-black .btn-close {
    color: var(--main-text-color);
}
.bg-massey-red .btn-close, .bg-massey-black .btn-close {
    background-image: unset;
}
.img-logo{
    width: 100%;
    max-width: 10rem;
}
.img-logo-footer{
    width: 100%;
    max-width: 16rem;
}
.img-whatsapp-icon{
    width: 5rem !important;
    height: auto !important;
}
.massey-check-list li{
    list-style: none;
    display: flex;
    align-items: center;
}
.theme-massey, .mss-icon-color{
    color: var(--main-color);
}
.uk-navbar-toggle:hover svg{
    color: var(--black-color);
}
.section-boletin .article-intro__image img{
    max-width: 425px;
}
.img_tractor{
    width: 15rem;
}
.img_tractor img {
    position: absolute;
    top: -3rem;
    left: -2rem;
    width: 23vw;
}
.word-break-all{
    word-break: break-all;
}
.sidebar-scroll {
    max-height: 38rem;
    overflow: auto;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-bg-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.icon-footer svg path {
    stroke: #fff !important;
    fill: unset;
}
.quoteDetail .contacts-list-item__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 35px;
    height: 35px;
    color: #ffffff;
}
.list-group {
    width: 100%;
}
.list-group li::before {
    content: '' !important;
}
.list-group .list-group-item {
    margin: 0 !important;
    white-space: nowrap;
    width: 100%
}
.dropstart .dropdown-toggle::before {
    display: none !important;
}
.cart-dropdown {
    max-height: 370px;
    overflow-y: auto;
    width: 13rem;
}
.ellipsis-text {
    width: 9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--main-bg-color);
}
.w-12 {
    width: 12rem;
}
.btn-massey-primary {
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
    color: var(--main-text-color);
}
.btn-massey-primary:hover {
    color: var(--gray-light-color);
}
.btn-outline-massey-danger {
    color: var(--gray-dark-color);
    border-color: var(--gray-dark-color);
}
.btn-outline-massey-danger:hover {
    color: var(--main-text-color);
    background-color: var(--gray-medium-color);
    border-color: var(--gray-medium-color);
}

.btn-link-massey-danger {
    font-weight: 400;
    color: var(--main-bg-color);
    text-decoration: underline;
}
#btnComparator {
    bottom: -3rem;
    left: 1rem;
    position: absolute;
}
.btn-counter-right {
    right: -5px;
    left: unset;
}
.btn-comparator {
    width: 13rem;
    height: 3rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 0 0.4rem 0.4rem 0.4rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.profile svg, .profile .far {
    margin-right: 10px;
    color: var(--main-color);
}
.profile a {
    color: var(--white-color);
}
.fixed-container {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    display: none;
    z-index: 100;
    position: fixed;
    right: 40px;
    bottom: 40px;
}
.fixed-container-link {
    color: var(--gray-dark-color);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    text-transform: uppercase;
    transition: 0.3s;
}
.fixed-container img, .fixed-container svg, fixed-container-link img, fixed-container-link svg {
    max-width: 75px;
    margin-bottom: 5px;
}
.deleteComparator {
    width: 2rem;
    height: 2rem;
    top: 0;
    right: 0;
    font-size: 1.5rem;
    color: var(--main-bg-color);
    position: absolute;
}
.deleteComparator:hover {
    opacity: 0.7;
    color: var(--main-bg-color);
}
.deleteComparator.right {
    right: 0;
}
.mw-8{
    max-width: 8rem;
}
.toogleSeries{
    cursor: pointer;
}
.serie-img {
    max-width: 20rem;
    width: 100%;
}
/*MEDIA QUERYS*/
/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .img-logo {
        width: auto;
        max-width: 7rem;
    }
}
@media only screen and (max-width: 639px) {
    .sidebar-scroll {
        max-height: 18rem;
    }
}
