﻿
.detalhes ol.breadcrumb li {
    font-size: 14px;
}

.zoomContainer {
   /* margin-top: -110px;*/
}

ul.list-info li {
    margin-right: 30px;
}

.owl-carousel .chevron-thumb {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 20px !important;
}

.m-scooch .chevron-scooch {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 20px !important;
    border: solid 1px #FF0000;
}

.m-scooch .chevron-one {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 60px !important;
}

.m-scooch .chevron-two {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 30px !important;
}

.m-scooch .fa-chevron-left.disabled, .m-scooch .fa-chevron-right.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.m-scooch .fa-chevron-left {
    left: -33px;
}

.m-scooch .fa-chevron-right {
    right: -33px;
}

.m-scooch .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.m-scooch .fa-chevron-right:hover {
    background-position: -32px -53px;
}

.owl-carousel .chevron-one {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 60px !important;
}

.owl-carousel .chevron-two {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 30px !important;
}

.owl-carousel .fa-chevron-left.disabled, .owl-carousel .fa-chevron-right.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .fa-chevron-left {
    left: -33px;
}

.owl-carousel .fa-chevron-right {
    right: -33px;
}

.owl-carousel .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.owl-carousel .fa-chevron-right:hover {
    background-position: -32px -53px;
}

@media (max-width:768px) {
    .detalhes ol.breadcrumb li {
        font-size: 13px !important;
    }

    .detalhes h3 {
        font-size: 16px;
    }

    ul.list-info li {
        margin-right: 5px;
    }
}





.preco {
    font-size: 38px;
    font-weight: 700;
    color: #1b6db0;
}

    .preco span {
        font-size: 22px;
        font-weight: 700;
    }

.btn-buy {
    box-shadow: 2px 2px 2px #ccc;
}

    .btn-buy img {
        float: left;
        display: block;
        padding: 2px 0 0 6px;
        -webkit-filter: drop-shadow(2px -2px 5px #1E4F1C);
        filter: drop-shadow(2px -2px 5px #1E4F1C);
    }

    .btn-buy .purchase {
        font-size: 26px;
        text-shadow: 2px -2px 5px #1E4F1C;
        font-weight: 700;
    }

    .btn-buy .purchase-security {
        font-size: 11px;
        color: #1E4F1C;
        font-weight: 700;
    }

.text-green {
    color: #05b550;
}

.preco small {
    font-size: 13px;
    font-weight: 500;
}

hr.hr {
    margin: 0px;
}

hr.hr-valor {
    margin: -15px 0px 3px 0px;
}

ul.valor li {
    line-height: 1em;
}

@media (max-width:768px) {
    .preco {
        font-size: 36px;
        font-weight: 700;
        color: #05b550;
    }

        .preco span {
            font-size: 21px;
            font-weight: 700;
        }
}




.scroll {
    height: 320px;
    overflow: auto;
}

    .scroll::-webkit-scrollbar-track {
        background-color: #dad7d7;
    }

    .scroll::-webkit-scrollbar {
        width: 6px;
        background: #dad7d7;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #666;
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
}

.input-group-sm .input-group-btn .btn {
    height: 30px;
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
}

.table-item a {
    display: inline;
    float: left;
    margin-right: 10px;
}

.table-option {
    border: solid 1px #f4f4f4;
    font-size: 12px;
}

.table-item {
    border: solid 1px #ccc;
}

.btn-number {
    height: 35px;
    width: 30px;
    text-align: center;
}

.number-spinner {
    max-width: 110px;
    margin-bottom: 5px;
}

.qtd {
    width: 100%;
    height: 35px;
}

@media (max-width:768px) {
    .table-item a {
        display: block !important;
        width: 100%;
        margin-right: 0px;
    }

    .scroll {
        height: 250px;
    }
}




.similares {
    margin-bottom: 50px;
}

    .similares h5.media-heading {
        font-weight: 700;
    }

    .similares .media {
        margin-top: 0px;
    }

        .similares .media a {
            border-bottom: solid 1px #ebebeb;
            padding: 10px;
            display: block;
        }

            .similares .media a:hover {
                text-decoration: none;
                background-color: #f2f2f2;
            }
