@media (min-width: 1200px) {
    .containerim {
        width: 1192px;
        margin: 0 auto;
    }

}

@media (min-width: 600px) and (max-width: 1199px){
    .containerim {
        width: 100%;
    }
}
@media (max-width: 599px) {
    .containerim {
        width: 100%;
        margin: 0 auto;
    }

}




.header_bottom_new {
    line-height: 1;
    width: 100%;
    height: 54px;
    background: #ffffff;
    overflow: inherit;
    z-index: 11;
    font-family: Roboto;
    margin: 0;
    padding: 0;
}

.header_bottom_new .store_button a img {
    margin-right: 5px;
}

.header_bottom_new .store_button a {
    background-color: #000000 !important;
    display: flex;
    font-family: 'Sarala', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding: 7px 12px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    min-width: 91px;
}

.header_bottom_new .store_button a:hover {
    background-color: #121414 !important;
}

.header_bottom_new .search {
    margin-left: 20px;
    cursor: pointer;
    min-width: 17px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.h-100 {
    height: 100% !important;
}



.js-conveyor-1 {
    width: calc(100% - 150px);
    margin-left: 12px;
    margin-right: 12px;
    height: 100%;
}

.js-conveyor-1 {
    position: relative;
    display: block;
}

.js-conveyor-1::before {
    position: absolute;
    height:100%;
    width:90px;
    left: 0px;
    top:0px;
    content: "";
    z-index: 12;
    background: rgb(32,52,89);
    background: linear-gradient(270deg, rgba(32,52,89,0) 0%, rgb(255,255,255,255) 84%)!important;
}

.js-conveyor-1::after {
    position: absolute;
    height: 100%;
    width: 90px;
    right: 0px;
    top: 0px;
    content: "";
    z-index: 12;
    background: rgb(32, 52, 89);
    background: linear-gradient(270deg, rgb(255,255,255,255) 0%, rgba(32,52,89,0) 84%)!important;
}

ul.header_bottom_parities li {
    float: left;
    border-right: 1px solid #223352;
    padding-right: 12px!important;
    padding-left: 12px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	margin-left:0px!important;
	line-height: 0px!important;
}

ul.header_bottom_parities li a {
    color: #000000;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;

    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;

}

ul.header_bottom_parities li a span.badgem {
    font-size: 12px;
    background: #fff;
    color: #000;
}

ul.header_bottom_parities li a strong {
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 16px;
}

ul.header_bottom_parities li a span.price {
    font-family: 'Roboto', serif;
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    line-height: 0;
}

ul.header_bottom_parities li a span.badgem {
    line-height: 1;
    font-size: 10px;
    background: #fff;
    font-family: 'Roboto';
    color: #fff;
    font-weight: 600;
    padding: 4px;
    border-radius: 3px;
    margin-left: 5px;
}

ul.header_bottom_parities li .bg-greenm {
    background: #3fbb9b !important;
}

ul.header_bottom_parities li .color-greenm {
    color: #3fbb9b !important;
}

ul.header_bottom_parities li .bg-redm {
    background: #ff4a68 !important;
}

ul.header_bottom_parities li .color-redm {
    color: #ff4a68 !important;
}

img.bitexen-logo {
    width: 115px;
    position: relative;
    overflow: hidden;
}

img.bitexen-logo.active {
    transform: scale(1);
    animation: pulse 0.8s infinite;
}

@media only screen and (max-width: 769px) {
    .header_bottom_new {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header_bottom_new .store_button a img {
        display: none;
    }

    .header_bottom_new .store_button a {
        min-width: 48px;
        font-size: 11px;
        padding: 10px 5px;
    }

    .js-conveyor-1::before, .js-conveyor-1::after {
        display: none;
    }

    ul.header_bottom_parities li a strong {
        font-size: 14px;
    }

    ul.header_bottom_parities li a img {
        width: 14px !important;
        height: 14px !important;
    }

    ul.header_bottom_parities li a span.badgem {
        font-size: 9px;
        padding: 3px;
    }

    ul.header_bottom_parities li a span.price {
        font-size: 13px;
    }

    ul.header_bottom_parities li {
        padding-right:0px;
    }

    .js-conveyor-1 {
        margin-left: 3px;
        margin-right: 3px;
    }

    img.bitexen-logo {
        width: 78px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.gizle {
    display: none;
}