@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #000;
    text-rendering: optimizeLegibility;
}

.tm-page {
    background-color: #F7F7F7;
}
.uk-section-default {
    background: transparent;
}

.uk-container > .uk-grid:first-child > .uk-first-column:first-child {
    width: 75%;
}

.tm-header {
    border-top: 8px solid #DE3333;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
    background: linear-gradient(to bottom, rgba(236,236,236,1) 100%,rgba(219,219,219,1) 100%);
}
.uk-navbar-container {
    /*background: #DBDBDB;
    background: linear-gradient(to bottom, rgba(236,236,236,1) 100%,rgba(219,219,219,1) 100%);*/
}

.tm-footer {
    background: linear-gradient(to bottom, rgba(191,20,0,1) 1%,rgba(151,14,2,1) 100%);
    /*background: linear-gradient(to bottom, rgba(239,64,53,1) 1%,rgba(201,46,46,1) 100%);*/
    
    color: #FFF !important;
}
.tm-footer .uk-container {
    border-bottom: 1px solid #FFF;
}
.tm-footer a {
    color: #FFF !important;
}
hr, * + hr {
    margin-top: 10px;
}
.uk-hr, hr {
    margin: 0 0 15px 0;
    border-top: 2px solid #FFF;
}
.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.eshop-topnav {
    padding: 15px 0 12px 0;
    background-color: #FFF;
}
.eshop-topnav2 {
    padding: 20px 0 0px 0;
}
.tm-sidebar {
    padding-top: 26px;   
}

input[type="text"]:not([class*="uk-"]), input[type="password"]:not([class*="uk-"]) {
    background-color: #FFF;
}
.uk-checkbox, .uk-radio, input[type="checkbox"]:not([class*="uk-"]), input[type="radio"]:not([class*="uk-"]) {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    padding-left: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* USERMENU */
.usermenu ul li a {
    color: #000;
    min-height: 60px;
    padding: 0 15px;
    font-size: 15px;
}
.dwlogin {
    min-height: 30px;
    text-align: right;
    color: #DE3333;
    font-size: 15px;
    padding-right: 17px;
}

#colorbox #cboxContent h1 {
    background: #eee;
    margin: -30px -30px 10px;
    padding: 10px;
    line-height: normal;
    font-size: 26px;
}                   

/* MOD_ESHOP_SEARCH */
.eshop-search {
    position: relative;
    width: 100%; 
    text-align: center;   
}
.eshop-search-wrapper {
    width: 300px;    
    margin: 0 auto;
    border: 1px solid #DE3333;
}
.eshop-search-wrapper input.product_search {
    width: 286px !important;
    max-width: 286px !important;
    
    font-size: 14px;
    margin: 0 !important;
    padding: 5px 7px !important;
    background: none;
    background-color: #FFF;
    color: #333;
    border: none;
    box-shadow: none;
}
ul#eshop_result li a {
    font-size: 14px;
    color: #DE3333;
}

/* MOD_ESHOP_CATEGORY */
.eshop-category ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;    
    text-align: center;
}
.eshop-category > ul > li {
    display: inline-block;
    padding: 2px 15px 2px 15px;    
    line-height: 15px;
    border-right: 1px solid #333;    
}
.eshop-category > ul > li:last-child {
    border-right: none;
}
.eshop-category > ul > li + li {
    border-top: none;
}
.eshop-category > ul > li > a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.eshop-category > ul > li ul {
    display: none;
}
.eshop-category > ul > li a.active {
    font-weight: bold;
}
.eshop-category > ul > li a.active + ul {
    display: block;
}
.eshop-category > ul > li ul > li {
    padding: 5px 5px 0 10px;
}
.eshop-category > ul > li ul > li > a {
    display: block;
    text-decoration: none;
}
.eshop-category > ul > li ul > li > a.active {
    font-weight: bold;
}

/* PRODUCTLIST */
.eshop-container .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
.eshop-container h1 {
    font-size: 36px;
    font-weight: bold;    
    margin: 0 0 10px 0;
}
.eshop-container .row {
    margin-left: 0px;
    margin-right: 0px;
}
.ajax-block-product:hover {
    background-color: #DFF0DD;
}
.ajax-block-product {
    background-color: #FFF;
    display:table;
    border-collapse:collapse;
    width: 100%;    
}
.eshop-productlist {
    display:table-cell;
    text-align: left;
    font-size: 14px;
    padding: 5px 3px;
    vertical-align: middle;
}
.eshop-productlist p, pre, ul {
    margin: 0 0 0px 0;
}
.eshop-productlist p {
    margin: 0 0 0px;
}
.eshop-productlist.eshop-product-wishlist {
    width: 40px;
}
.eshop-productlist.eshop-product-model {
    width: 70px;
}           
.eshop-productlist.eshop-product-priceinfo {
    width: 70px;
    color: #A9A9A9;
    font-size: 14px;
}
.eshop-productlist.eshop-product-price {
    width: 110px;
}
.eshop-productlist.eshop-product-qty {
    width: 110px;
}
.eshop-productlist.eshop-product-tocart {
    width: 45px;
}
.eshop-productlist.eshop-product-price {
    font-size: 14px !important;
}
.eshop-productlist .input-append, .eshop-productlist .input-prepend {
    display: inline-block;
    display: inline-flex;
    margin-bottom: 0px;
    white-space: nowrap;
    vertical-align: middle;
}
.eshop-productlist .btn-qty {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
}
.eshop-productlist .btn-qty.button-minus {
    background-color: #8E3300;
}
.eshop-productlist .btn-qty.button-plus {
    background-color: #137F44;
}
.eshop-productlist .eshop-quantity-value {
    width: 40px !important;
    height: 20px !important;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #CCC;
    padding: 1px 0 2px 0;
    box-shadow: none;
    text-align: center;
    border-radius: 3px;
}
.eshop-productlist .btn-add-to-cart {
    width: 30px;
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    background-image: url('cart3.png');
    background-repeat: no-repeat;
}

/* ESHOP_FRONTPAGE */
.category-list-frontpage-wrapper {
    padding-top: 50px;
}
.category-list-frontpage {
    padding: 0 10px;
}
.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
    text-align: center;
    border: none;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 8px;                                                     
}
.category-list-frontpage .eshop-info-block {
    padding: 3px 0 10px 0;
    text-align: center;                     
}
.category-list-frontpage .eshop-info-block a {
    color: #333;
    font-size: 14px;
}

.products-list-container-frontpage {
    padding: 0 10px;
}
.products-list-container-frontpage .col-sm-8-column-wrapper {
    padding-right: 10px;
}
.products-list-container-frontpage .col-sm-8-column {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);                                                     
}
.products-list-container-frontpage .col-sm-4-column-wrapper {
    padding-left: 10px;
}
.products-list-container-frontpage .col-sm-4-column {
    padding: 12px;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);                                                     
}
.col-sm-8-column-wrapper .product-list-frontpage-wrapper {
    padding: 12px;    
}
.col-sm-4-column-wrapper .product-list-frontpage-wrapper-small:first-child {
    padding-bottom: 30px;
}
.product-list-frontpage {
    position: relative;
    width: 100%;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 170px;
}
.col-sm-8-column .product-list-frontpage {
    min-height: 370px;
}

.product-list-frontpage-info-wrapper {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background-color: rgba(222,51,51,0.7);
}
.col-sm-4-column .product-list-frontpage-info-wrapper {
    height: 65px;
}
.product-list-frontpage-info {
    position: relative;
    
    color: #FFF;
    display:table;
    border-collapse:collapse;
    width: 100%;
}
.product-list-frontpage-block {
    padding: 8px 30px 0 30px;
}
.col-sm-4-column .product-list-frontpage-block {
    padding: 6px 15px 0 15px;
}
.product-list-frontpage-block {        
    display:table-cell;
    vertical-align: middle;
}
.product-list-frontpage-block p {
    margin: 0; 
    padding: 0;
}
.product-list-frontpage-name { 
    font-size: 16px;
}
.product-list-frontpage-name span.product-name { 
    font-size: 22px;
    font-weight: bold;           
}
.product-list-frontpage-price span.priceinfo {
    font-size: 16px;
}
.product-list-frontpage-price {    
    text-align: right;
    font-size: 38px;
    font-weight: bold;           
}
.col-sm-4-column .product-list-frontpage-name span.product-name { 
    font-size: 17px;
}
.col-sm-4-column .product-list-frontpage-price span.priceinfo {
    font-size: 13px;
}
.col-sm-4-column .product-list-frontpage-price {    
    font-size: 20px;
}
.product-list-frontpage-link {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 100;    
}

/* WISHLIST */
.table.wishlist > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}
.table.wishlist > tbody > tr > td {
    padding: 3px 5px;
    line-height: 1;
    vertical-align: middle;
    background-color: #FFF;
    border-bottom: 2px solid #F7F7F7;
}
.table.wishlist .btn, .table.wishlist .uk-button {
    padding: 3px 15px;
    font-size: 15px;
    line-height: 25px;
    border-radius: 3px;
}

/* CHECKOUT */
.checkout-content label.radio span {
    display: inline-block;
    padding-left: 25px;
}
.checkout-content label.radio input {
    margin-top: 0px;
}

/* LOGIN */
div.login {
    position: relative;
    width: 100%;
    
}
div.login-form {
    width: 600px;
    margin: 0 auto;
}
.order-list .order-content, .download-list .download-content {
    border-bottom: none;
    border-top: none;
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 5px;
    width: 100%;
    
    font-size: 15px;
    background-color: #FFF;;
}

@media screen and (max-width: 1100px) {
    .product-list-frontpage-name span.product-name { 
        font-size: 22px;
        font-weight: bold;           
    }
    .product-list-frontpage-price {    
        text-align: right;
        font-size: 36px;
        font-weight: bold;           
    }
    .col-sm-4-column .product-list-frontpage-info-wrapper {
        height: 55px;
    }    
    .col-sm-4-column .product-list-frontpage-name span.product-name { 
        font-size: 14px;
    }
    .col-sm-4-column .product-list-frontpage-price {    
        font-size: 16px;
    }
}
@media screen and (max-width: 960px) {
    * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
        margin-top: 15px;
    }    
    .usermenu ul li a {
        min-height: 35px;
        padding: 0px;
        font-size: 17px;
    }
    .dwlogin {
        text-align: left;
        color: #DE3333;
        font-size: 15px;
        padding-right: 0px;
    }
    
}