body {
    background: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #333333;
    overflow-x: hidden;
    font-style: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    top: 0px !important;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 1;
    min-height: 500px;
}

.navbar {
    padding: 0.5rem 0;
}
.btn-custom {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-radius: 0.25rem;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    border: 2px solid #e1e4e7;
    padding: 15px 17px;
    transition: all 0.25s linear;
    line-height: 16px;
    background-color: transparent;
}
.btn-custom:hover {
    background-color: #e1e4e7;
    text-decoration: none;
}
.phones {
    margin: 0;
    font-weight: 700;
    color: #00a3d3;
    font-size: 26px;
    letter-spacing: -1px;
    white-space: nowrap;
    text-decoration: none !important;
    margin-right: 30px;
}
.phones-icon {
    pointer-events: none !important;
}
.phones span {
    color: #333;
    font-weight: 700;
}
footer .phones span {
    color: #fff;
}
footer .phones-icon {
    color: #fff;
}
.bx-top-nav-container {
    background-color: transparent;
}

.bx-top-nav-container > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
}

.bx-top-nav-container > ul > li {
    width: 100%;
    position: relative;
}

.bx-top-nav-container > ul > li > a {
    color: #555;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: none;
    background-color: #f2f4f6;
    text-align: center;
}

.bx-top-nav-container > ul > li:not(:last-child) > a {
    border-right: 2px solid #fff;
}

.bx-top-nav-container > ul > li:first-child > a {
    border-radius: 5px 0 0 5px;
}

.bx-top-nav-container > ul > li:last-child > a {
    border-radius: 0 5px 5px 0;
}

.bx-top-nav-container > ul > li > a span {
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
}

.bx-top-nav-container > ul > li > a:hover {
    background-color: #e1e4e7;
}

.workarea {
    background: url("../images/page-bg.jpg");
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px auto;
}

.main-block {
    width: 700px;
    margin: 0 auto;
}

.main-block-title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #333;
    line-height: 48px;
    margin: 50px 0px;
}
.brand {
    text-align: center;
    border: 1px solid #f2f4f6;
    padding: 10px;
}
.brand-img img {
    height: 60px;
    width: auto;
}
.brand a,
.benefit a,
.model a,
.model:hover,
.part a,
.part:hover {
    text-decoration: none;
}
.brand:hover,
.benefit:hover,
.model:hover,
.part:hover {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.24);
}
.model {
    text-align: center;
    border: 1px solid #f2f4f6;
    padding: 10px;
}
.model-img img {
    height: 100px;
    width: auto;
}
.part {
    text-align: center;
    border: 1px solid #f2f4f6;
    padding: 10px;
}
.part-img {
    height: 200px;
    width: 233px;
}
.benefit:hover .fa {
    color: #e1e4e7;
}
.part-name {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}
.brand-name,
.benefit-text,
.model-name,
.part-name {
    color: #333333;
}
.benefits {
    text-align: center;
    padding-bottom: 30px;
}
.benefits h2 {
    font-size: 48px;
    font-weight: 400;
    color: #333;
    line-height: 54px;
    text-align: center;
    margin: 70px 0 35px;
}
.benefit {
    text-align: center;
    border: 1px solid #f2f4f6;
    padding: 10px;
}
.benefit-image {
    padding: 30px 0 20px 0;
}
.benefit-image .fa {
    font-size: 64px;
    color: #00a3d3;
    transition: color 0.25s linear;
}
.benefit-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    height: 70px;
    padding: 0 20px 30px 10px;
}
.footer-menu,
.footer-menu a {
    list-style: none;
    color: #fff;
}
footer {
    background-color: #555;
    min-height: 50px;
}
footer .address {
    color: #fff;
    float: right;
}
footer .address a {
    color: #fff;
    border-bottom-color: #fff;
}
footer .address a:hover {
    border-bottom-color: transparent;
}
footer .rules {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    font-size: 13px;
    white-space: normal;
}
.pagetitle {
    font-size: 2rem;
}
.state {
    position: absolute;
}
.state-text {
    background-color: #0098dc;
    width: 96px;
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
    text-align: center;
}
.part-bottom {
    padding: 5px;
}
.part-bottom__count {
    width: 60%;
    margin: auto;
}
.part-bottom__count-single input,
.part-bottom__count input {
    text-align: center;
}
.part-bottom__count-single {
    width: 50%;
    margin-top: 10px;
}
.price-text {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
@media all and (max-width: 1199px) {
    .workarea {
        background-position: center;
    }
}

@media all and (max-width: 1023px) {
    .workarea {
        background-position: center 15px;
        background-size: 1300px auto;
    }
    .header-logo {
        width: 195px;
        height: 42px;
    }
}

@media all and (max-width: 991px) {
    .header-logo {
        width: 140px;
        height: 30px;
    }
    .phones-icon {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .workarea {
        background-position: center 75px;
        background-size: 1000px auto;
    }
    .header-logo {
        width: 163px;
        height: 35px;
    }
    .phones-icon {
        display: none;
    }
    .footer-menu,
    .footer-logo,
    .footer-phones,
    .rules {
        text-align: center;
        padding: 0;
    }
    footer .address {
        text-align: center;
        float: none;
    }
    .model-img {
        width: 60%;
        display: table-cell;
    }
    .model-name {
        width: 40%;
        display: table-cell;
    }
}

@media all and (max-width: 479px) {
    .workarea {
        background-position: center 150px;
        background-size: 600px auto;
    }
    .phones {
        font-size: 16px;
        margin-right: 20px;
    }
    .call-phone {
        width: 100px;
        font-size: 12px;
        line-height: 12px;
        padding: 0 0;
    }
    .basket-block {
        line-height: 12px;
        font-size: 12px;
        padding: 7px 14px;
    }
    .header-logo-div {
        text-align: center;
        padding-bottom: 15px;
    }
}

.location-button {
    bottom: 32%;
}

.instagram-button {
    bottom: 20%;
}

.whatsapp-button {
    bottom: 8%;
}

.location-button,
.instagram-button,
.whatsapp-button {
    background: #25d366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 5%;
    z-index: 9999;
    transition: 0.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.whatsapp-button .text-button,
.location-button .text-button,
.instagram-button .text-button {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.whatsapp-button:hover,
.location-button:hover,
.instagram-button:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: 0.3s;
}
.whatsapp-button:hover i,
.location-button:hover i,
.instagram-button:hover i {
    color: #25d366;
    font-size: 44px;
    transition: 0.3s;
}
.whatsapp-button i,
.location-button i,
.instagram-button i {
    color: #fff;
    font-size: 44px;
    transition: 0.3s;
    line-height: 66px;
    transition: 0.5s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 0 rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 15px rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 30px rgba(7, 206, 112, 0),
            0 0 0 26.7px rgba(7, 206, 112, 0.067);
    }
    100% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 40px rgba(7, 206, 112, 0);
    }
}
@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 0 rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 15px rgba(7, 206, 112, 0.2), 0 0 0 0 rgba(7, 206, 112, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 30px rgba(7, 206, 112, 0),
            0 0 0 26.7px rgba(7, 206, 112, 0.067);
    }
    100% {
        box-shadow: 0 8px 10px rgba(7, 206, 112, 0.3),
            0 0 0 30px rgba(7, 206, 112, 0), 0 0 0 40px rgba(7, 206, 112, 0);
    }
}
@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.other-parts {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 25px;
}

.main-categories-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}

.child-categories {
    list-style: none;
    padding: unset;
}

.child-categories li {
    padding: 5px 0 5px 0;
    border-top: 1px solid #dee2e6;
}

.child-categories li:first-child {
    border-top: none;
}

.btn-active {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.basket-count-input {
    width: 38px;
    text-align: center;
    font-size: 13px;
    background-color: transparent;
    color: #555;
    line-height: 36px;
    outline: 0;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    white-space: nowrap;
}

.basket-count-minus {
    padding-right: 7px;
    margin-top: -4px;
    display: inline-block;
    font-size: 22px;
    color: #b8bfd3;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

.basket-count-plus {
    padding-left: 7px;
    display: inline-block;
    font-size: 22px;
    color: #b8bfd3;
    vertical-align: middle;
    cursor: pointer;
}

.auth-dropdown::after {
    position: absolute;
    top: 22px;
    right: 14px;
}

.red {
    color: #df1818;
}

.my-orders-accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-orders-accordion-date {
    color: rgb(51, 51, 51);
}

.skiptranslate {
    display: none !important;
}
