﻿.flexslider-main {
    min-height: 260px;
    margin-bottom: 15px;
    border: 15px #fff solid;
    box-shadow: 0 0 1px 1px #f2f2f2;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:645px;
}

    .flexslider-main:after {
        display: none;
    }

.catalog-menu-root {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 1px 0 0 1px;
}

    .catalog-menu-root > li {
        position: relative;
    }

    .catalog-menu-root .categories-root {
        position: relative;
        display: block;
        text-decoration: none;
        font-weight: bold;
        text-transform: uppercase;
        height: 40px;
        line-height: 42px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 0 25px 0 10px;
        font-weight: bold;
    }

        .catalog-menu-root .categories-root:hover {
            text-decoration: none;
        }

        .catalog-menu-root .categories-root:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 10px;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 5px solid transparent;
        }

    .catalog-menu-root > li {
        margin: 0;
        padding: 0;
    }

.catalog-menu-items {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    min-width: 190px;
}

    .catalog-menu-items > .item:first-child {
        margin-top: 15px;
    }

    .catalog-menu-items > .item {
        margin: 0 0 10px 20px;
        padding: 0;
        position: relative;
    }

        .catalog-menu-items > .item .lnk-item {
            text-decoration: none;
        }

            .catalog-menu-items > .item .lnk-item:hover, .catalog-menu-items > .item:hover .lnk-item {
                text-decoration: none;
            }

    .catalog-menu-items .tree-submenu {
        left: 100%;
        top: 0;
    }

    .catalog-menu-items .item:hover .tree-submenu {
        display: block;
    }

.catalog-menu-root .catalog-menu-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10000;
}

.catalog-menu-root:hover .catalog-menu-items {
    display: block;
}

.static-temp {
    text-align: center;
    margin-bottom: 15px;
}

/*.flexslider-main:after {
    background: url("../images/slider.png") no-repeat scroll center bottom;
    height: 10px;
}*/

.block-best .pv-item:nth-child(3n) {
    margin-right: 0;
}

.prod-day-photo {
    max-height: 110px;
}

.tree .tree-item:last-child:after {
    border-radius: 0 0 10px;
    width: 20px;
    right: -19px;
    background-position: right -5px top;
    background-repeat: no-repeat;
}

.allpage_left, .allpage_right {
    position: absolute;
    top: 48px;
    width: 150px;
}

.allpage_left {
    margin-left: -650px;
    left: 50%;
}

.allpage_right {
    margin-right: -650px;
    right: 50%;
}