﻿body {
    background-color: #ffffff;
    color: #515254;
    margin: 0px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

header.shapka {
    border-top: 5px solid green;

}

footer {
    padding: 20px 0 20px 0;
    margin-top: 20px;
}

header {
    padding: 10px 0 10px 0;
    background: #FFFFFF url(/storage/imgtop.png) no-repeat;
    background-size: cover;
}

footer {
    background: #FFFFFF url(/storage/imgbottom.png) no-repeat;
    background-size: cover;
    min-height: 85px;
}

header .logo {
    background: url(/storage/imglogo.png) no-repeat;
    background-position:right;
    min-height: 100px;
    cursor: pointer;
}



.container {
    background: url(/storage/imgcenter.png);
}

.breadcrumb {
    margin-bottom: 0;
 }
.breadcrumb a {
    font-size:larger;
}
.navbar {
    border-radius: initial;
    margin-bottom: 0;
}

.logo-name, .logo-address {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.logo-name {
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
}

.logo-address {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


header div.phone, header div.phone_comment,
header a.emailinfo {
    text-align: left;
    display: block;
}

header div.phone {
    font-size: larger;
    font-weight: bold;
}

header div.phone_comment {
    font-size: medium;
}

header a.emailinfo {
}

header .mainmenu {
    font-size: medium;
    padding: 0;
}

div.annotation {
    font-style: italic;
    margin-bottom: 20px;
}

section.maincontent {
    min-height: 500px;
}

.children-list {
    padding: 8px;
}


    .children-list .actionlabel {
        position: absolute;
        left: 20px;
        top: 0;
    }

    .children-list .superprice {
        position: absolute;
        left: 20px;
        top: 150px;
        background-color: white;
    }

    .children-list .oldprice {
        text-decoration: line-through;
    }

    .children-list a:hover {
        text-decoration: none;
    }

    .children-list img {
        height: 130px;
        min-height: 130px;
        max-height: 130px;
    }

    .children-list .annotation{
        text-align: center;
        overflow: hidden;
        height:50px;
    }
     
    .children-list .noimage_annotation{
        text-align: left;
        overflow: hidden;
        height:130px;
    }

.children-list-title {
    margin-top: 0;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

.children-list-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.children-list-toolbar-price {
    display: inline-block;
    font-size: 22px;
}






.gallery-mini {
    display: inline-block;
}

    .gallery-mini .mainimage {
        width: 100%;
    }

    .gallery-mini .thumbnail {
        margin-bottom: 0;
    }

.myslider img {
    width: 100%;
}


.status0, .status1 {
    color: red;
}

.status2, .status3, .status4 {
    color: blue;
}

.status5 {
    color: green;
}



.detail-price {
    display: inline-block;
    width: 100%;
    font-size: x-large;
    margin-bottom: 20px;
}

.detail-page h2 {
    margin-top: 0;
}

.detail-price .btn-sale {
    display: block;
    margin-top: 20px;
}

.detail-price .price {
    display: inline-block;
    font-size: xx-large;
    margin-top: 20px;
}

.lightgallery img {
    width: 20%;
    margin: 2px;
}
