.product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.product-info-left, .product-info-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 25px;
}


.product-info-left {
    .small-images-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 350px;
        gap: 17px;

        .small-image-border {
            width: 105px;
            padding: 1px;
            -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);
            -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);
            box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);

            .image {
                width: 100%;
                height: 105px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                cursor: pointer;

                &:hover {
                    transition: all .5s;
                    transform: scale(2.7);
                }
            }
        }
    }
}

.product-info-left .image-border {
    width: 100%;
    max-width: 350px;
    min-width: 315px;
    padding: 10px;
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .08), 0 2px 2px rgba(0, 0, 0, .25);
}

.product-info-left .image {
    width: 100%;
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.product-info-left .image-border:hover {
    transition: all .3s;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.product-info-left .image-border:hover > .image {
    transition: all .5s;
    transform: scale(1.3);
}

.product-info-left .image-border:hover > .click-to-enlarge {
    opacity: 0;
}

.product-info-left {
    align-items: flex-end;
}

.product-info-right {
    align-items: flex-start;
}

.description-title, .name-title {
    color: #000;
    font-size: 25px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #fafafa;
}

.name {
    font-weight: 600;
    font-size: 19px;
}

.replica {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -20px;
}

.price-block {
    margin: 0 0 15px;
    padding: 20px 25px;
    background-color: #fbf9f6;
    font-size: 13px;
    width: 100%;
    line-height: 1.5;
}

.price {
    color: #000;
    font-weight: bolder;
    font-size: 46px;
}

.second.price {
    border-top: 1px solid #e3e3e3;
}

.price > sup {
    font-size: 14px;
}

.please-contact-us {
    line-height: 1.4;
    font-weight: 600;
    text-wrap: pretty;
}

.please-contact-us:hover {
    text-decoration: underline;
}

.price-min-width {
    display: inline-block;
    min-width: 79px;
}

.description-table {
    display: flex;
    flex-wrap: wrap;
}

.description-table td:nth-child(1) {
    min-width: 150px;
}

.description-table td:nth-child(2) {
    font-weight: bold;
}

.description-table td {
    vertical-align: top;
    padding-right: 30px;
    padding-bottom: 15px;
}

.count {
    font-size: 18px;
    padding-top: 30px;
    font-weight: bold;
}

/* Tire widget */
.tyre-widget {
    padding-top: 30px;
    max-width: 315px;
    min-width: 315px;
    min-height: 245px;
}

.tw-container {
    border: 2px solid #f3f3f3;
    border-top: none;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tw-scale {
    border: 2px solid #f3f3f3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 155px;
    margin-top: -10px;
    position: absolute;
}

.tw-left {
    left: 0;
    margin-left: -2px;
}

.tw-right {
    right: 0;
    margin-right: -2px;
}

.tw-tyre {
    background: url(../../images/tire-widget/tire.png) center no-repeat;
    height: 36px;
    width: 50px;
}

.tw-tyre-top {
    margin: 0 auto;
    position: relative;
    top: -18px;
    left: -5px;
}

.tw-gas {
    background: url(../../images/tire-widget/gas.png);
    width: 35px;
    height: 34px;
    position: absolute;
    display: block;
    margin-left: 50%;
}

.tw-cloud {
    background: url(../../images/tire-widget/cloud.png);
    width: 35px;
    height: 34px;
    position: absolute;
    display: block;
    margin-left: 50%;
}

.tw-scale-numb {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: -1px;
}

.tw-scale-numb ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 16px;
}

.tw-scale-color {
    width: 50%;
    margin: 0 auto;
}

.tw-scale-dot {
    background: url(../../images/tire-widget/dots.png) 0 6px repeat-x;
    position: relative;
    top: 20px;
    margin: 0 15px 0 15px;
    height: 53%;
}

.tw-select-left {
    position: absolute;
    top: -2px;
    height: 100%;
    width: 30px;
    left: 5%;
    color: #FFFFFF;
    text-align: left;
    line-height: 19px;
    font-size: 15px;
}

.tw-arrow-left {
    background: url(../../images/tire-widget/arrowleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 19px;
    position: absolute;
    padding-left: 5px;
}

.tw-select-right {
    position: absolute;
    top: -2px;
    height: 100%;
    width: 30px;
    right: 5%;
    color: #FFFFFF;
    text-align: left;
    line-height: 19px;
    font-size: 15px;
}

.tw-arrow-right {
    background: url(../../images/tire-widget/arrowright.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 19px;
    position: absolute;
    padding-left: 13px;
}

.tw-arrow-0 {
    top: 0px;
}

.tw-arrow-1 {
    top: 15px;
}

.tw-arrow-2 {
    top: 31px;
}

.tw-arrow-3 {
    top: 47px;
}

.tw-arrow-4 {
    top: 63px;
}

.tw-arrow-5 {
    top: 79px;
}

.tw-arrow-6 {
    top: 95px;
}

.tw-bottom-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.tw-bottom {
    position: absolute;
    width: 50%;
    bottom: 12px;
}

.tw-tyre-bottom {
    margin: 0 auto;
    position: relative;
    left: -5px;
}

.tw-sound {
    background: url(../../images/tire-widget/sound.png);
    width: 35px;
    height: 34px;
    position: absolute;
    display: block;
    margin-left: 50%;
}

.tw-noise {
    position: absolute;
    width: 50%;
    bottom: 14px;
    left: 40%;
}

.tw-noise span {
    line-height: 32px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding-left: 10px;
}

.tw-noise span b {
    font-size: 24px;
}

/* Tire widget end */

.product-code {
    padding-top: 10px;
    font-size: 12px;
}

.click-to-enlarge {
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 5px;
}

.replica, .name {
    width: 100%;
    text-align: left;
}

@media only screen and (max-width: 850px) {
    .product {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-info-left, .product-info-right {
        align-items: center;
    }
}