/**
 * General html elements
 */

.bold {
    font-weight: 700 !important;
}

.hidden {
    display: none;
}

/**
 * Spinner
 */
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#spinner.active {
    display: flex;
}

#spinner i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.card-row-gallery {
    width: 368px
}

.card-row-gallery .pic {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 0
}

.card-row-gallery .list {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 10px
}

.card-row-gallery .list .item {
    width: auto;
    flex-grow: 1;
    overflow: visible;
    display: block;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.card-row-gallery .list .item:first-child .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:first-child .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .item:hover .dot {
    background: var(--secondary)
}

.card-row-gallery .list .item:hover .img {
    display: block;
    z-index: 1
}

.card-row-gallery .list .item:hover .img img {
    opacity: 1;
    transition: 1s
}

.card-row-gallery .list .img {
    display: none;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px 0 0 29px;
    overflow: hidden
}

.card-row-gallery .list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s
}

.card-row-gallery img.no_pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 29px 0 0 29px;
    opacity: 1;
    transition: 1s
}

.card-row-gallery .dot_box {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
    padding-left: 5px
}

.card-row-gallery .dot {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s linear
}

.card-row-gallery .loading {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.card-row-gallery .loading i {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255,255,255,.2);
    border-right: 1.1em solid rgba(255,255,255,.2);
    border-bottom: 1.1em solid rgba(255,255,255,.2);
    border-left: 1.1em solid #fff;
    transform: translateZ(0);
    animation: 1.1s linear infinite spinner;
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.card-row-gallery .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    min-height: 187px
}

.card-row-gallery .buttons .btn {
    width: 80%
}

.card-row-gallery .slick-dots {
    list-style: none;
    padding: 5px 15px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.card-row-gallery .slick-dots li {
    overflow: hidden;
    text-indent: -999px;
    height: 4px;
    width: 40%;
    background: #333
}

.card-row-gallery .slick-dots li.slick-active {
    background: var(--secondary)
}

.card-row-gallery .slider_pic {
    border-radius: 9px 9px 0 0;
    display: block;
    color: #fff;
    font-size: 12px;
    min-height: 187px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.price-breakdown .text-gray {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1739px) {
    .price-breakdown .text-gray {font-size: 12px;}
    .card-row-gallery {width: 250px;}
}

@media screen and (max-width: 1199px) {
    .card-row-gallery {width: 150px;}
}
@media screen and (max-width: 1023px) {
    .card-row-gallery {width: 100%;}
    .card-row-gallery .list {height: 380px;}
}
@media screen and (max-width: 575px) {
    .card-row-gallery .list {height: 320px;}
}
@media screen and (max-width: 480px) {
    .card-row-gallery .list {height: 260px;}
}

.track-auto__title + .track-auto__info.track-auto__params {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.status {
    font-size: 12px;
}

.red {
    color: #ef2222 !important;
}