﻿.product-head-info-sm {
}

.product-head-info-lg {
}

.ar-carousel-item {
    background-color: rgba(0,0,0,0.0);
    text-align: center;
}
.ar-carousel-caption {
    background-color: rgba(0,0,0,0.5);
    bottom: 0em;
    /*top: 0;*/
    left:0;
    right: 0;
}

.ar-carousel-img {
    /*width: 100%;*/
    height: 30em;
    margin: 0 auto;
    object-fit: contain;
}

.ar-product-img {
    max-height: 500px;
}

.ar-product-img-thumbnail {
    max-width: 100px;
}

.ar-repair-img-thumbnail {
    max-width: 100px;
}

.ar-header {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    width: auto;
    color: white;
}

.ar-link {
    text-decoration: none;
    color: unset;
}

    .ar-link:hover {
        color: unset;
    }

.ar-new-arrival-container {
    min-height: 2em;
}

.ar-social-link-footer {
    width: 1rem;
    color: white;
}

.img-zoomable {
    height: 200px;
    transition: transform 0.2s ease;
}

    .img-zoomable:hover {
        transform: scale(1.1);
    }

body {
    font-family: 'Play', Arial, sans-serif;
}



@media (min-width:992px) {
    .product-head-info-sm {
        display: none;
    }
}

@media (max-width:991px) {
    .product-head-info-lg {
        display: none;
    }
}
