body #devices .device-list .uk-slideshow-items {
    min-height: 310px !important;
}



.device-teaser-switcher {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.device-teaser-switcher .icon-minus.uk-icon {
    display: none;
}

body #devices .device-wrapper .device-teaser {
   height: 0;
   transition: all 0.5s ease;
}

body #devices .device-wrapper .device-teaser.expand-info{
    height: 250px;
}
.device-teaser-switcher .uk-icon {
    cursor: pointer;
}


#devices .device-filter .cnSubmit {
    position: relative;
}

.device-price-filter span.dots {
    visibility: hidden;
}
.device-price-filter {
    display: flex;
    gap: 40px;
}

.device-price-filter div#slider {
    flex: auto;
}

.device-filter-cnt span.select2.select2-container {
    width: 100%!important;
    margin-top: 26px;
}

.device-filter-cnt span.select2.select2-container span.select2-selection.select2-selection--single {
    border: 1px solid #f00;
    width: 100%;
    border-radius: 50px;
    padding: 5px 10px;
    height: 40px;
}

.device-filter-cnt p {
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

#devices .filter-list .cnBrandFilter,
#devices .filter-list .cnDeviceTag{
    border: 1px solid #fe0200;
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.device-brand-filter .filter-list {
    margin-bottom: 10px;
}

 body #devices .device-filter{
   background-color: transparent;
     margin-bottom: 40px;
}

body #devices .filter-list div.active {
    background-color: transparent;
    border: none;
    color: #000;
}

body #devices .filter-list .cnBrandFilter.active,
#devices .filter-list .cnDeviceTag.active{
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

input.cnDeviceFilter::placeholder {
    color: #000;
}
.js-form-item-field-device-tags-target-id{
    display: none;
}

body #devices .filter-list > div:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.device-tag-5G {
    color: transparent!important;
    margin: 0;
    padding: 0!important;
    border: none!important;
    border-radius: unset!important;
    background-image: url(/themes/custom/emtel/images/device_5G_sticker.png);
    background-size: contain;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -400px;
    right: auto;
    left: auto;
    transform: translateX(150px);
}
body #devices .top-tag {
    position: relative;
}
body #devices .device-wrapper h3 {
    font-size: 1.7em;
}
body #devices .device-img-nav {
     min-height: 90px;
 }
body #devices .uk-thumbnav {
    margin-top: 15px;
}



@media (max-width: 960px) {
    #devices .filter-list .cnBrandFilter, #devices .filter-list .cnDeviceTag {
        margin-top: 5px;
    }
    .device-filter-cnt > div {
        margin-top: 5px!important;
    }
    input.cnDeviceFilter {
        margin-top: 10px;
    }

    .device-tag-5G {
        transform: translateX(145px);
    }
}


.home.banner.uk-slideshow .uk-slideshow-items {
    min-height: 475px!important;
}

body .home.banner .uk-slideshow-items .uk-active .uk-position-left.uk-position-large.uk-text-left {
    right: unset;
    left: unset;
    display: flex;
    margin: 0!important;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: right;
}

body .home.banner .uk-slideshow-items .__text {
    text-align: center;
    color: #ffffff;
    width: auto!Important;
    padding-right: 50px;
    padding-left: 0!important;

}
body .home.banner .uk-slideshow-items img {
    object-fit: cover;
    object-position: left;
    height: 100%;
}

body .home.banner .uk-slideshow-items .__text h2 {
    color: #FFF!important;
    text-shadow: 2px 2px 15px #ff0000;
}

.device-tag-eSim {
    color: transparent!important;
    margin: 0;
    padding: 0!important;
    border: none!important;
    border-radius: unset!important;
    background-image: url(/themes/custom/emtel/images/Device_eSIM_sticker.png);
    background-size: contain;
    width: 65px;
    height: 38px;
    position: absolute;
    top: -345px;
    right: auto;
    left: auto;
    transform: translateX(150px);
}

@media screen  and (max-width: 1365px){
    body .home.banner .__text h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 1400px) {
    body .home.banner .uk-slideshow-items .__text {
        max-width: 650px !important;
    }
}

body .device-content .slider li > .uk-panel .top-container {
    margin-top: -30px!important;
}
@media (max-width: 1440px){
    body .device-content .slider li > .uk-panel h2 {
        font-size: 2em!Important;
    }
}

.emtel-5g-devices .title h2 {
    font-size: 2.8125rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.emtel-5g-devices .title h2 span {
    color: #ff0000;
    font-weight: 600;
}

.emtel-5g-devices-list ul.uk-subnav li a {
    border: 1px solid #fe0200;
    margin-top: 30px;
    padding: 10px 25px!important;
    border-radius: 20px;
    background-color: #f9f9f9!Important;
    cursor: pointer;
    color: #000!important;
    font-size: 0.8em!important;
    font-weight: 500;
}