/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-button {
    color: #cd0005;
    border-color: #cd0005;
}
.uk-button:hover, .uk-button:focus {
    background-color: #cd0005;
    border-color: #cd0005;
}
.uk-button:not(.uk-button-link)::before {
    background-color: #cd0005;
    border-color: #cd0005;
}
.img-polaroid {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs {
    border-bottom: none;
}
.product-info .tab-content {
    border: none;
}