.bootstrap-iso .row {
    margin: 0px;
}

.promo-header {
    margin-bottom: 30px !important;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.touch-tv-header {
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translatex(-50%);
    bottom: 50px;
    color: #fff;
    font-size: 50px !important;
    font-weight: bolder !important;
    width: 70%;
}

.subLevelCat.touchTv .navigation-buttons {
    position: fixed;
    display: flex;
    justify-content: center;
    text-align: center;
    list-style: none !important;
    padding: 0px !important;
    width: 100%;
    height: 100px;
    max-height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
}

.subLevelCat.touchTv .navigation-buttons .nav-btn {
    padding: 10px !important;
    margin: 5px 10px !important;
    min-width: 150px;
    width: 150px;
    border: 1px solid black;
}

.bootstrap-iso .row.label {
    margin: 50px 0px 10px 0px !important;
}

.label h6 {
    font-size: 36px !important;
    font-weight: bolder !important;
    color: #000;
    padding: 20px 0px;
}

.store-buttons,
.store-buttons-brands {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding: 0px 0px 0px 0px !important;
    align-items: center;
    width: 100%;
}

.store-button {
    width: 21%;
    margin: 0.5%;
    height: 120px;
    max-height: 200px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px;
    color: #222023;
    padding: 10px 20px;
    text-decoration: none !important;
    outline: none;
    position: relative;
    background-color: transparent;
    border: 1px solid rgba(49, 47, 47, .5);
    position: relative;
    transition: all .2s ease-out;
}

.store-buttons .store-button:hover {
    color: #fff;
    background-color: #38353a !important;
    border-color: #38353a !important;
}

.store-buttons .store-button:hover .inner-wrap .from:after {
    background-color: #fff !important;
}

.store-buttons-brands:hover,
.store-buttons .store-button:hover {
    cursor: pointer;
}

.inner-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.inner-wrap .from,
.inner-wrap .to {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0px 15px;
}

.inner-wrap .from span:first-child,
.inner-wrap .to span:first-child {
    font-size: 12px;
    margin-left: -20px;
}

.inner-wrap .from span:nth-child(2),
.inner-wrap .to span:nth-child(2) {
    font-size: 36px;
}


/* .inner-wrap .from:after {
    content : "";
    width: 5px;
    position: absolute;
    height: 2px;
    background-color: #000;
    width: 7px;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-out;
} */

.inner-wrap span {
    line-height: 30px;
}

.inner-wrap img {
    width: 70%;
}

.bootstrap-iso h6 {
    width: 60%;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block;
}

.inner-wrap span {
    font-size: 20px;
    font-weight: bolder;
    text-decoration: none !important;
}

.content {
    position: relative;
    padding: 20px 0px;
}

.content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    height: 4px;
}

.content:after {
    content: "";
    position: absolute;
    right: 0;
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000000;
    height: 4px;
}

@media (max-width: 768px) {
    .store-button {
        width: 30%;
        margin: 1%;
        height: 120px;
    }
    .label h6 {
        font-size: 20px !important;
    }
}

@media (max-width: 425px) {
    .store-button {
        width: 45%;
        margin: 2%;
        height: 100px;
    }
    .label h6 {
        font-size: 17px !important;
    }
}

@media (max-width: 425px) {
    .store-button {
        width: 100%;
        height: 100px;
    }
}