@import url(basics.css);
@import url(layout.css);
@import url(sidebar.css);
@import url(content.css);
@import url(detailansicht.css);
@import url(product-lists.css);

input[type=button], input[type=submit] {
    padding: 2px 6px !important;
}

input.login-button {
    margin-left: 145px !important;
}

input#accept-terms {
    display: block;
    float: left;
}

div.cleditorMain {
    display: inline-block;
}

.image-preview div {
    text-align: center;
    margin: 3px 0;
}

.rich-text ul {
    list-style: square;
    margin-left: 6px;
}

.colors {
    margin-top: 5px;
}

.colors select {
    width: 125px;
}

div.priceVariants font
,div.priceVariants strong
,div.priceVariants strike {
    line-height: 1.3em;
}
.text-content.article-content {
    margin-top: .9em;
}

.switch {
    margin-top: 8px;
    margin-bottom: 5px;
}

.changeable-file{
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
}
.select_itemWrapper{
    display: inline-table;
    padding-left: 5px;
}

.select_item {
    display: inline-block;
    text-align: center;
    width: 120px;
    cursor: pointer;
    border: 1px solid #ddd;
    text-shadow: 1px 1px 1px #555;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
    background: #ffaf4b;
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaf4b), color-stop(100%, #ff920a));
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -o-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: -ms-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
}

.select_item:hover {
    background: #ffa73d;
    background: -moz-linear-gradient(top, #ffa73d 0%, #ff8c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa73d), color-stop(100%, #ff8c00));
    background: -webkit-linear-gradient(top, #ffa73d 0%, #ff8c00 100%);
    background: -o-linear-gradient(top, #ffa73d 0%, #ff8c00 100%);
    background: -ms-linear-gradient(top, #ffa73d 0%, #ff8c00 100%);
    background: linear-gradient(to bottom, #ffa73d 0%, #ff8c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa73d', endColorstr='#ff8c00', GradientType=0);
}

.select_item div.down {
    display: inline-block;
}

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon-webfont.eot');
    src: url('fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/socicon-webfont.woff') format('woff'),
    url('fonts/socicon-webfont.woff2') format('woff2'),
    url('fonts/socicon-webfont.ttf') format('truetype'),
    url('fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
.socicon {
    font-family: 'socicon' !important;
    font-size: 2em;
    padding: 5px;
    -webkit-font-smoothing: antialiased;
}

.social-buttons a,
.social-buttons a:visited{
    text-decoration: none;
    color: white;
}
.social-buttons a:hover{
    color: #ffaf4b;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

input.button {
    background-color: #837F5C;
    border: 1px solid #000;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    float:right;
}
input.button:hover {
    background-color: darkgreen;
}
