﻿.product-tab-title {
    color: #272b41;
    font-size: 20px;
}


.add-to-cart-card select.form-control {
    min-width: 120px;
}

.nav-link.active .product-tab-title {
    color: #c00e1e;
}

table tr td, th {
    vertical-align: middle !important;
}

    table tr td:not(:first-child), th:not(:first-child) {
        text-align: center;
    }

.comment-body {
    width: 100%;
}


@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');


#basictab5 a {
    color: #f27173;
    text-decoration: none;
}

    #basictab5 a:hover {
        color: #e25f5f;
        text-decoration: underline;
    }



#basictab5 .wrapper {
    min-height: 400px;
    padding: 16px 0;
    position: relative;
}

    #basictab5 .wrapper.col-2 {
        display: inline-block;
        min-height: 256px;
        width: 49%;
    }

@media (max-width: 400px) {
    #basictab5 .wrapper.col-2 {
        width: 100%
    }
}

#basictab5 .wrapper canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


#basictab5 .chartjs-title {
    font-size: 2rem;
    font-weight: 600;
    white-space: nowrap;
}

    #basictab5 .chartjs-title::before {
        background-image: url(logo.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 40px;
        content: 'Chart.js | ';
        color: #f27173;
        font-weight: 600;
        padding-left: 48px;
    }

#basictab5 .chartjs-caption {
    font-size: 1.2rem;
}

#basictab5 .chartjs-links {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

    #basictab5 .chartjs-links a {
        align-items: center;
        display: flex;
        font-size: 0.9rem;
        margin: 0.2rem;
    }

    #basictab5 .chartjs-links .fa:before {
        margin-right: 0.5em;
    }

#basictab5 .samples-category {
    display: inline-block;
    margin-bottom: 32px;
    vertical-align: top;
    width: 25%;
}

    #basictab5 .samples-category > .title {
        color: #aaa;
        font-weight: 300;
        font-size: 1.5rem;
    }

    #basictab5 .samples-category:hover > .title {
        color: black;
    }

    #basictab5 .samples-category > .items {
        padding: 8px 0;
    }

#basictab5 .samples-entry {
    padding: 0 0 4px 0;
}

    #basictab5 .samples-entry > .title {
        font-weight: 700;
    }


#accesory-products thead tr th, #accesory-products tbody tr td {
    text-align: center !important;
}

@media (max-width: 640px) {
    #basictab5 .samples-category {
        width: 33%;
    }
}

@media (max-width: 512px) {
    #basictab5 .samples-category {
        width: 50%;
    }
}

@media (max-width: 420px) {
    #basictab5 .chartjs-caption {
        font-size: 1.05rem;
    }

    #basictab5 .chartjs-title::before {
        content: '';
    }

    #basictab5 .chartjs-links a {
        flex-direction: column;
    }

    #basictab5 .chartjs-links .fa {
        margin: 0
    }

    #basictab5 .samples-category {
        width: 100%;
    }
}

a.mouseover-thumbnail-holder {
    position: relative;
}

.large-thumbnail-style {
    display: block;
    border: 10px solid #fff;
    box-shadow: 0px 0px 5px #aaa;
}

a.mouseover-thumbnail-holder .large-thumbnail-style {
    position: absolute;
    top: 0;
    left: -9999px;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

a.mouseover-thumbnail-holder:hover .large-thumbnail-style {
    top: 0;
    left: 105%;
    z-index: 1;
    opacity: 1;
}


@media (max-width: 1366px) {
    h3 {
        font-size: 1rem;
    }

    .product-tab-title {
        color: #272b41;
        font-size: 15px;
    }
}


#add-to-card-form label.is-invalid {
    display: none !important;
}