@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700|Ubuntu+Condensed|Ubuntu+Mono&subset=cyrillic,latin);
@import "menu.css";
body{
    font-family: 'Ubuntu', sans-serif;
}
/*font-family: 'Ubuntu Condensed', sans-serif;*/
/*font-family: 'Ubuntu Mono', ;*/
#d-header{
    /*height: 300px;*/
    position: relative;

}
#d-header>.container{
    padding: 30px 15px 30px 15px;
}
#d-footer{
    /*height: 100px;*/
    position: relative;
}

.d-bckgr{
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background: url(/static/img/bg3_1.png);
    background-position: center;
    background-size: cover;
    /*background-position: 0px 396px;*/
    /*-webkit-filter: url(#blur);*/
    /*filter: url(#blur);*/
    /*-webkit-filter: blur(1px);*/
    /*filter: blur(1px);*/
    /*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');*/
    -webkit-transition: 1s -webkit-filter linear;
    z-index: -1;
    /*opacity: 0.9;*/
}

.d-bckgr.d-h{
    /*background-position: 0px -556px;*/
}
.d-bckgr.d-f{
    /*background-position: 0px 396px;*/
}

.product-filter{

}

.product-filter .filter-item{
    margin-bottom: 5px;
}

.product-filter .view-item{
    margin-bottom: 5px;
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
.product-filter .view-item a,
.product-filter .btn-toolbar a
{
    text-decoration: none;
    color: #666666;;
}


.h-title{
    font-size: 42px;
    color: rgb(248, 248, 248);
    text-shadow: rgb(102, 65, 19) 1px 0px, rgb(102, 65, 19) 1px 1px, rgb(102, 65, 19) 0px 1px, rgb(102, 65, 19) -1px 1px, rgb(102, 65, 19) -1px 0px, rgb(102, 65, 19) -1px -1px, rgb(102, 65, 19) 0px -1px, rgb(102, 65, 19) 1px -1px;
}.h-info{
    font-size: 24px;
    color: rgb(248, 248, 248);
    text-shadow: rgb(102, 65, 19) 1px 0px, rgb(102, 65, 19) 1px 1px, rgb(102, 65, 19) 0px 1px, rgb(102, 65, 19) -1px 1px, rgb(102, 65, 19) -1px 0px, rgb(102, 65, 19) -1px -1px, rgb(102, 65, 19) 0px -1px, rgb(102, 65, 19) 1px -1px;
}
 .h-info a{
     color: rgb(248, 248, 248);
 }

.h-title-logo{
    height: 145px;
}

body{
    /*background: url(/static/img/bg-201.png);*/
}
body::after {
    content: "";
    background: url(/static/img/bg8.jpg);
    background-attachment: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -2;
    background-size: cover;
}
#page{
    background: white;
}
#messages{
    background: white;
    padding-top: 15px;
}
#d-menu .navbar{
    margin-bottom: 0px;
}


#p-search{
    margin-top: 20px;
}

#p-search button[type=submit]{
    width: 100%;
}
#product-list-adaptive .row:first-child{
    border-top: 1px solid #ddd;
}
#product-list-adaptive .row{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
#product-list-adaptive .row:nth-child(odd){
    background-color: white;
}
#product-list-adaptive .row:nth-child(even){
    background-color: #f9f9f9;
}
#product-list-adaptive .xs-info{
    width: 130px;
}
.product-list-adaptive-header{
    font-weight: 700;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}
.product_list_tile{
    /*min-height: 360px;*/
}
.product_list_tile.tile-small .img-wrap{
    height: 100px;
    position: relative;
}
.product_list_tile.tile-big .img-wrap{
    height: 200px;
    position: relative;
}.product_list_tile.tile-small .title-wrap{
    height: 60px;
    overflow: hidden;
}
.product_list_tile.tile-big .title-wrap{
    height: 40px;
}


.cart-control{

}
.cart-control a,
.cart-control input{
    margin: 10px;
}
.cart-totals{
    margin-top: 10px;
}

.navbar-brand{
    padding: 8px 15px;
}

.navbar-nav>li>a{
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar a .btn {

}
.product_list_tile{

}

.product_list_tile .img-wrap img{
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    display: block;
}

.prod-labels{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 30px;
}

.prod-labels .lab-nw{
    position: relative;
    display: inline-block;
}
.prod-labels .lab-ne{
    position: absolute;
    display: inline-block;
    right: 0;
    padding-right: 30px;
}
.prod-labels .lab-se{
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    padding-right: 30px;
}

.product_list_tile .img-wrap img.image-magnigy-glass,
img.image-magnigy-glass
{
    width: 32px;
}
.image-label{
width: 50px;
}
.t-l-new{
    color: #FF1515;
}
.t-l-discont{
    color: #0AAD21;
}
.t-l-salehit{
    color: rgb(33, 160, 199);
}

.btn-violet {
    color: #fff;
    background-color: #c39af0;
    border-color: #c68eee;
}
.btn-violet:hover{
    color: #fff;
    background-color: #b179c6;
    border-color: #8e63a3;
}

.btn-pink {
    color: #fff;
    background-color: rgba(240, 77, 181, 0.74);
    border-color: rgba(196, 72, 142, 0.75);
}
.btn-pink:hover{
    color: #fff;
    background-color: rgba(184, 63, 135, 0.7);
    border-color: rgba(142, 59, 102, 0.7);
}


.btn-yellow {
    color: #fff;
    background-color: #1cbf92;
    border-color: #198c6c;
}
.btn-yellow:hover{
    color: #fff;
    background-color: #198c6c;
    border-color: #198c6c;
}



.label-eac{
    height: 25px;
}
.img-center {margin:0 auto;}

#footer{
    background: rgba(255, 255, 255, 0.68);
}
#d-header{
    background: rgba(255, 255, 255, 0.1);
}

.add-cart-wrapper{
margin-bottom: 10px;
}


.add-cart-wrapper > a{
    /*background-image: url(/static/img/cartadd.png);*/

}

.product_list_tile:hover{
    background-color: #f5f5f5;;
}

.pp-number-input {
    min-width: 50px;
    border: 1px solid #ccc !important;
}

.number-style input[type='number'] {
    padding: 6px 6px;
}
/*.table-striped>tbody>tr:nth-of-type(odd) {*/
    /*background-color: rgba(0, 153, 95, 0.09);*/
/*}*/
