#cookie_law_container_id {
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    right: 0;
    background: #35404f none repeat scroll 0 0;
    color: #fff;
    height: auto;
    padding: 3px 12px;
    text-align: center;
    font-size: 12px;
     z-index: 9999;
}

#cookie_law_container_id td {
  color: #ffffff;
}

#cookie_law_notification_close {
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;   
    padding: 6px;
    text-decoration: none;
    background: #0cd4d2 none repeat scroll 0 0;
}

.navbar-brand {
    padding: 22px 15px 0 15px;
}

.mark {
    float: right;
}

.thumbnail.store .caption .price .amount.off {
    text-decoration: none;
}

.thumbnail.store .caption h6 {
    height: 41px;
}

.navbar-vertical {
    margin-bottom: 30px;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.align-right {
    text-align: right;
}

.listing-tools {
    margin-bottom: 15px;
}

.pr-show-variations-thumb {
    border: 3px solid #d9d9d9;
    float: left;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.pr-show-variations-thumb-select {
    border: 3px solid #5a595a;
    float: left;
    margin: 2px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.product-detail .badges .product-badge {
    padding: 2px 10px;
}

.form-basket {
    width: 50px;
}

.left-wo {
    text-align: center;
    margin-top: 25px;
}

.fakturaobject-left {
	float: left;
	border: 1px solid #ededed;
	width: 48%;
	margin-bottom: 10px;
}

.fakturaobject-right {
	float: right;
	border: 1px solid #ededed;
	width: 48%;
	margin-bottom: 10px;
}

.fakturaobject-left div, .fakturaobject-right div {
	padding: 10px;
}

.fakturaobject-left a, .fakturaobject-right a {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
}


.fakturaobject-left table td, .fakturaobject-right table td {
	padding: 6px 10px;
}

.myprofile-link {
    display: inline !important;
    font-weight: normal !important;
}

.profile-bottomLink a {
    float: right;
    display: block;
    padding-left: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 100%;
    background: url('../img/icons/file.gif') left center no-repeat;
}

.align-right {
    text-align: right;
}

#buttons .right {
    float: right;
}

#buttons .left {
    float: left;
}

#buttons .right .btn {
    margin-left: 4px;
}


#buttons .left .btn {
    margin-right: 4px;
}

.form-date {
    width: 40px !important;
}

h1 {
    margin-bottom: 30px !important;
}

.form-inline {
    background: #f5f5f5;
    padding: 10px 10px;
}

.form-inline .form-group {
    padding-right: 6px;
}

.footer .form-inline {
    background: transparent;
    padding: 0;
}

.topBar ul.topBarNav li ul.w-100 {
    width: 120px;
}

.table th img {
    margin-top: 5px;
}

.categories-menu li {
    float: left;
    width: 24%;
    display: block;
}

.align-center {
    text-align: center;
}

.loader div {
    border: 16px solid #EBEBEB; /* Light grey */
    border-top: 16px solid #006ea9; /* Blue */
    border-radius: 50%;
    width: 120px;
    margin-top: 80px;
    text-align: center;
    height: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.checkbox-input .color {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
}

.checkbox-input.checkbox-primary input {
    border: 1px solid red !important;
}

.th-note img {
    height: 70px !important;
}

.nowrap {
    white-space: nowrap;
}

.thumbnail.store .header .badges .product-badge {
    position: relative !important;
}

.badges {
    position: absolute !important;
    top: 10px !important;
    left: 0px !important;
}

.product-detail .badges {
    position: relative !important;
    top: 0 !important;
    left: 0px !important;
}

@media (max-width:768px){
    .thumbnail.store .caption {
        padding: 5px 10px;
    }
    
    #buttons .left, #buttons .right {
        float: none;
    }
    
    #buttons .btn {
        float: none;
        width: 100%;
        margin-bottom: 4px;
        margin-left: 0 !important;
    }
    
    .mark img {
        height: 30px;
    }
}

.listing-tools a.active{
    background-color: transparent;
    color: #006ea9;
}

.listing-tools a:hover{
    background-color: transparent;
    color: #006ea9;
}



.th-image img{
    height: 105px;
}

.categories a {
    display: block;
    margin: 0 0 6px 10px;
}

.alt-list li i:first-child {
    left: -14px;
    top: 7px;
}

.bglight {
    background-color: #f7f7f7 !important;
}


/* Header Search Style */

.topBarNav input {
    width: 140px;
    float: left;
    vertical-align: top;
    margin-top: 6px;
    height: 28px;
    padding: 3px 12px;
}

.topBarNav button {
    vertical-align: top;
    margin-top: 6px;
    margin-right: 8px;
    padding: 3px 8px;
}

/* END Header Search Style */

.status .notexped{
    color:#E55E5A;
}

.status .exped{
    color: green;
}

.validation-message {
    display:inline;
    color:red;
    margin-left: .3em;
}