a.search_active {
    font-weight: bold;
    color: red !important;
}

.table-details .partDesc span {
    word-wrap: break-word;
    display: block;
}

.popover-body div.clsImages {
    position: relative;
    height: 22rem;
    width: 26.5rem;
}

.overlap {
    position: absolute !important;
    z-index: 900 !important;
    width: 30%;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.overlay-screen-lock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.6;
    z-index: 1001;
}

.loader-loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #d82027;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1002;
    margin: auto;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
       use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.alert {
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    border: none;
    display: flex;
    font-size: 2.2rem;
    height: 5rem;
    justify-content: center;
    transition: background-color .3s;
}

.alert-danger {
    color: #000000;
    background-color: #e5b2b7;
}

.alert-success {
    color: #000000;
    background-color: #ace3b9;
}

.alert-warning {
    background: wheat !important;
    color: #000000;
}

.w200 {
    flex-shrink: 0;
    width: 20rem;
}

.d-none {
    display: none !important;
}

@media (max-width: 320px) {
    .inner-products .item-product img {
        margin-right: 95px;
    }
}

#imageModal .modal-title {
    font-size: 4rem;
    font-weight: 500;
    font-family: "Futura BT";
}

#imageModal .modal-content {
    padding: 2.5rem 4rem 4rem;
}

#imageModal .modal-header {
    padding: 0;
    position: relative;
}

#imageModal .modal-body {
    padding-left: 0;
    padding-right: 0;
}

#imageModal label {
    font-size: 1.7rem;
}

#imageModal .form-group {
    margin-bottom: 1.8rem;
}

#imageModal .form-control {
    border: 1px solid #d6d6d6;
    display: block;
    height: 5rem;
    margin-top: 0.2rem;
    padding: 0 1.2rem;
    width: 100%;
}

#imageModal .btn-submit {
    background: none;
    border-radius: 5rem;
    border: 3px solid #d82027;
    cursor: pointer;
    font-family: "Futura Book C";
    font-size: 1.6rem;
    height: 5rem;
    margin-top: 1.2rem;
    padding: 0 3.5rem;
    transition: .3s;
}

#imageModal .btn-submit:hover {
    background-color: #d82027;
    color: #fff;
}

#imageModal .close {
    background: none;
    border: none;
    cursor: pointer;
    height: 17px;
    right: -5px;
    position: absolute;
    top: 10px;
    width: 17px;
    padding: 0;
}

#imageModal .close line {
    stroke: #b0b0b0;
    stroke-width: 3px;
}

#imageModal .close svg {
    display: block;
}

#imageModal .modal-dialog {
    max-width: 960px;
}

#imageModal .form-control {
    width: 100%;
}

#imageModal .name-email {
    width: 100%;
}

#imageModal .name-email .form-group {
    width: 47%;
}

#imageModal #details {
    display: block;
    height: 18rem;
    width: 100%;
}

#imageModal .subject-group {
    margin-top: 1.2rem;
}

#imageModal .subject-group label {
    margin-right: 1rem;
}

#imageModal .btn-group {
    background: #ebebeb;
    border-radius: 3.5rem;
    height: 3.5rem;
}

#imageModal .btn-group label {
    color: #4f565b;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0 1.2rem;
    transition: .1s;
    border-radius: 3.5rem;
}

#imageModal .btn-group label:last-child {
    margin-right: 0;
}

#imageModal .btn-group .input_subject:checked + label {
    background-color: #2065d8;
    color: #fff;
}

#imageModal .btn-group .input_subject:checked:hover + label {
    background-color: #2065d8;
}

#imageModal .btn-group .input_subject {
    opacity: 0;
    position: absolute;
}

#imageModal .btn-group .input_subject:hover + label {
    background-color: #8d99a0;
    color: #fff;
}

.specification-profile {
    display: flex;
    margin-bottom: .8rem;
    align-items: center;
    gap: 20px;
    /*justify-content: space-between;*/
}

.header-intro .catalog .show-all.ru {
    width: 20rem;
}

.header-intro .catalog .show-all.ja {
    width: 16rem;
}

.header-intro .catalog .show-all.es, .header-intro .catalog .show-all.de {
    width: 24rem;
}

.header-intro .catalog .show-all.ms, .header-intro .catalog .show-all.id {
    width: 26rem;
}

.pss-page .item-catparts__pic {
    min-height: 175px !important;
}

.header-intro .dots.ru .plate__title {
    font-size: 1rem;
}
