/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand img, .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand a {
    width: 150px;
    }

    .tm-toolbar {
    padding: 10px 0px 10px 0px;
 }


.tm-navbar-fixed .tm-toolbar + .tm-headerbar {
    margin-top: 40px;
    background-position: 0 0;
}


.uk-article-title {
    font-size: 29px;
    line-height: 30px;
    font-weight: normal;
    text-transform: none;
}


legend {

    font-size: 14.5px;

}

h1, h2, h3, h4, h5, h6 {

    text-transform: none;
}

small {
    font-size: 90%;
}

a.button_oc, input.button_oc {
    cursor: pointer !important;
    color: #ffffff !important;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    background: url('') top left repeat-x; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    /* border-radius: 7px 7px 7px 7px; */
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background-color: #2d252c;
}

a.button_oc:hover, input.button_oc:hover {
    background: url('') repeat-x;
    background-color: #d02121;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    box-shadow: none;
    height: 22px;
    line-height: 22px;
    color: #919191;
    padding: 5px 10px;
    border-radius: 3px;
    width: 85%;
    height: 30px;
        }
        
       

#menu_oc {
    background-color: #2d252c;

}

h1, .uk-h1 {
    font-size: 29px;
    line-height: 30px;
}

.tm-block-padding-bottom {
    padding-bottom: 20px;
}

.box-product .price-new {
    font-weight: bold;
    color: #d02121;
}
                  
.product-info .price-new {
    color: #d02121;
}

.product-list .price-new {
    font-weight: bold;
    color: #d02121;
}

.tm-breadcrumb {
    margin: 0 0 -20px 0;
}

.uk-button-small {
    min-height: 30px;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
}

.product-info .image-additional {
    width: 100%;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}