div.tparrows {
    border: 2px solid #00695C;
}

div.tparrows.default:hover {
    background: #00695C !important;
}


div.tparrows:before {
    color: #00695C;
}

.title-page {
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
    margin: 10px 0 20px;
    
}

.price-products {
    display: block;
    width: 100%;
}

.payment .btn, .cart .btn, .btn-cart, a.btn-cart, .mainborder a.btn-cart, #button-confirm {
    border-color: #00695C;
    background: #00695C;
}

.payment .btn:hover,
.payment .btn:active,
.cart .btn:hover,
.cart .btn:active,
.btn-cart:hover,
.btn-cart:active,
a.btn-cart:hover,
a.btn-cart:active,
#button-confirm:hover,
#button-confirm:active {
        border-color: #00695C;
        color: #00695C;
}

.price-products {
    color: #00695C;
    font-size: 16px;
}

#toTop {
    border: 2px solid #00695C;
    color: #00695C;
}

#toTop:before {
    color: #00695C;
}

#toTop:hover { background:#00695C; }

li a:hover, li a:focus {color: #00695C;}

#footer li a:hover { color: #00695C;}

#footer {
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .product-layout.product-grid {
        width: 100% !important;
    }
}

.cart a.btn-quickview {
    color: #FFF;
    border-color: #00695C;
    background-color: #00695C;
}

.nav>li>a {
    padding-right: 8px;
    padding-left: 8px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
        border-bottom-color: #00695C;
        background: transparent;
}

.textos p {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .product-page.additional-left .left_col .image {
            float: right;
            width: 100%;
    }
    .product-page.additional-left .left_col .image-additional {
            float: left;
            width: 20%;
            position: absolute;
            max-height:500px;
            display: none;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.product-page .product-top .rightcol .price-normal, 
.product-page .product-top .rightcol .price-new {font-size:18px;}

mark {
    color: #FFF;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.overlay {
    display: table;
}

.activeMenu {
    background-color: #efefef;
    font-weight: 700;
}