﻿.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 80px;
    overflow: hidden;
    display: block;
    border: 1px solid #ece8e8;
}

.slider-box .carousel-inner {
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ece8e8;
    max-width: 85%;
    overflow: visible;
}

    .slider-box .carousel-inner img {
        object-fit: cover;
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
        padding: 29px 50px 40px;
    }

.resize_fit_center {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    font-size: 25px;
    color: #1e3f88;
    font-family: Roboto,sans-serif;
}

    .checked, .price span {
        color: #ff9f1a;
    }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }

.add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .add-to-cart:hover, .like:hover {
        background: #b36800;
        color: #fff;
    }

.contact_section button {
    margin-bottom: 45px;
    margin-left: inherit;
    margin-right: inherit;
}

@media only screen and (max-width: 767px) {
    .details {
        margin-top: 112px;
    }
}

.not-available {
    text-align: center;
    line-height: 2em;
}

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff;
    }

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*# sourceMappingURL=style.css.map */
.carousel-thumbnails .carousel-indicators li {
    /* height: auto;*/
    max-width: 100px;
    width: 100px;
    border: none;
    margin-top: 15px;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);
    /*&.active;

{
    border-bottom: 4px solid #fff;
}*/
}

.swal2-popup {
    margin-top: 5% !important;
}

.details {
    text-align: left;
}

.carousel_indicators_popup {
    top: 0 !important;
}

.carousel_item_popup {
    margin-top: 100px !important;
}

.swal2-validation-message {
    margin-left: 10%;
    margin-right: 10%;
    border: 1px solid indianred;
    border-radius: 5px;
    margin-top: 20px;
}
