.push-down-20 {
    margin-bottom: 20px;
}

.underlined {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.accordion-heading .accordion-toggle {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
}

.accordion-group {
    margin: 10px 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .accordion-group .bolded-line {
        margin: 10px 0;
    }

.accordion-inner {
    padding: 5px 0;
}

.accordion-style-2 {
    border: 1px solid #e0e0e0;
}

    .accordion-style-2 .accordion-heading {
        background-color: #f3f3f3;
    }

        .accordion-style-2 .accordion-heading .accordion-toggle {
            color: #34353e;
            padding: 12px 15px;
        }

            .accordion-style-2 .accordion-heading .accordion-toggle .icon-plus {
                display: inline;
            }

            .accordion-style-2 .accordion-heading .accordion-toggle .icon-minus {
                display: none;
            }

    .accordion-style-2 .accordion-inner {
        padding: 15px 25px;
    }

    .accordion-style-2.active .accordion-toggle .icon-plus {
        display: none;
    }

    .accordion-style-2.active .accordion-toggle .icon-minus {
        display: inline;
    }

.sorting-by {
    text-align: right;
}

    .sorting-by select {
        margin-right: 20px;
    }

        .sorting-by select:last-of-type {
            margin-right: 0;
        }
/* ========== */
/* = Title area = */
/* ========== */
.nav-pills.nav-stacked {
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
}

    .nav-pills.nav-stacked > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #f3f3f3;
        border: 1px solid #e0e0e0;
        border-top: none;
        margin: 0;
        color: #34353e;
        -webkit-transition: background 0.2s ease;
        -moz-transition: background 0.2s ease;
        -o-transition: background 0.2s ease;
        transition: background 0.2s ease;
        padding: 12px 16px;
        font-size: 12px;
        color: #6a6a6a;
    }

        .nav-pills.nav-stacked > li > a > .icon-caret-right {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.2s ease;
            -moz-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
        }

        .nav-pills.nav-stacked > li > a:hover, .nav-pills.nav-stacked > li > a:active {
            font-weight: bold;
            background: #fbfbfb;
        }

            .nav-pills.nav-stacked > li > a:hover > .icon-caret-right, .nav-pills.nav-stacked > li > a:active > .icon-caret-right {
                opacity: 1;
                filter: alpha(opacity=100);
            }

    .nav-pills.nav-stacked > li.active > a {
        background-color: white;
        font-weight: bold;
        border-right: none;
        border-left: 3px solid #00becc;
        color: #34353e;
        padding-left: 14px;
    }

        .nav-pills.nav-stacked > li.active > a:hover, .nav-pills.nav-stacked > li.active > a:active {
            color: #34353e;
        }

.affix {
    top: 70px;
}

.affix-bottom {
    position: absolute;
    top: auto;
}

.opening-time .week-day {
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    background-color: #f3f3f3;
}

    .opening-time .week-day.light-bg {
        background: none;
    }

    .opening-time .week-day dt {
        width: 50%;
        float: right;
        font-weight: normal;
    }

    .opening-time .week-day dd {
        text-align: right;
    }

    .opening-time .week-day.closed dt, .opening-time .week-day.closed dd {
        color: #999999;
    }

    .opening-time .week-day.today {
        font-weight: bold;
    }

        .opening-time .week-day.today dt {
            color: #00becc;
            font-weight: bold;
        }

#wp-calendar {
    width: 100%;
    text-align: center;
}

    #wp-calendar caption {
        background-color: #00becc;
        color: #fff;
        font-weight: bold;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

    #wp-calendar tbody td {
        text-align: center;
    }

.widget_rss .bolded-line {
    display: none;
}

.widget_rss .lined {
    clear: both;
    overflow: auto;
}

    .widget_rss .lined .rsswidget {
        float: left;
        margin-right: 5px;
        margin-bottom: 10px;
    }

/* ========== */
/* = Images and galleries = */
/* ========== */
.picture .img-overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.picture {
    position: relative;
    overflow: hidden;
}

    .picture img {
        width: 100%;
    }

        .picture img.rounded {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .picture .img-overlay {
        /*background-color: rgba(255, 255, 255, 0.33);*/
        opacity: 0;
        filter: alpha(opacity=0);
        width: 0;
        height: 0;
        -webkit-transition: all 0.33s ease-in-out;
        -moz-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        transition: all 0.33s ease-in-out;
        width: 100%;
        height: 32px;
        margin-top: calc(64px - 97%);
    }

        .picture .img-overlay .btn, .picture .img-overlay .icons-zoom {
            position: absolute;
            left: 50%;
            top: 50%;
        }

        .picture .img-overlay .icons-zoom {
            margin-left: -8px;
            margin-top: -8px;
        }

.product-img {
    margin-bottom: 15px;
}

    .product-img.featured {
        background: url('../images/shelf.png?1376646313') no-repeat center bottom;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        padding-bottom: 14%;
    }

        .product-img.featured .picture {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

.product:hover .img-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product .picture .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 115px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 12px;
}

    .product .picture .btn.more {
        margin-top: -40px;
        margin-left: -250px;
    }

    .product .picture .btn.buy {
        margin-top: 10px;
        margin-left: 135px;
    }

.product:hover .picture .btn {
    margin-left: -57.5px;
}

.aligncenter {
    display: block;
    margin: 19px auto;
    clear: both;
}

.alignleft, .attachment-post-thumbnail {
    float: left;
    margin-right: 19px;
    margin-bottom: 5px;
}

.alignright {
    float: right;
    margin-left: 19px;
    margin-bottom: 5px;
}

.alignnone {
    display: inline;
}

.wp-caption-text, .gallery-caption {
    text-align: center;
    font-style: italic;
}

.gallery-caption {
    font-size: 11.81818px;
    line-height: 15.83333px;
}


.left-sidebar {
    float: right;
}
/* ========== */
/* = Custom styles, W Balls HTML Template = */
/* ========== */


.pacifico {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.navbar .navbar-form, .sidebar-item.widget_search .form {
    position: relative;
}

    .navbar .navbar-form button[type="submit"], .sidebar-item.widget_search .form button[type="submit"] {
        position: absolute;
        display: block;
        border: none;
        background: none;
        width: 30px;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        color: #777777;
    }

        .navbar .navbar-form button[type="submit"]:hover, .sidebar-item.widget_search .form button[type="submit"]:hover {
            color: #5e5e5e;
        }

i.box {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px #e0e0e0;
    -moz-box-shadow: inset 0 1px 1px #e0e0e0;
    box-shadow: inset 0 1px 1px #e0e0e0;
    border: 1px solid #c3c2c4;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    vertical-align: baseline;
}

.sidebar-filters .selectable.selected .box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #00becc;
    border-color: #00becc;
}

.black-clr {
    color: black;
}

label {
    font-weight: bold;
}

select#isotopeSorting {
    height: 37px;
    width: 203px;
}

.product-continer {
    float: right;
}

.product {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    .product:hover {
        -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
        background-color: #f2f2f2;
    }

.main-titles {
    text-align: center;
}


.buy.add-to-cart {
    position: absolute;
    bottom: -100%;
    height: 32px;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    line-height: 32px;
    background-color: #888888;
}

.product:hover .buy.add-to-cart {
    bottom: 0;
}

.isotope--title a {
    color: black;
}


.pro-search {
    position: fixed;
    bottom: 83px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 21px;
    cursor: pointer;
    z-index: 100000;
    display: none;
}

.fadepage {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    display: none;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

    .fadepage.show {
        display: block;
    }

@media only screen and (max-width: 990px) {

    .pro-search {
        display: block;
    }

    .left-sidebar {
        position: fixed !important;
        width: 350px;
        z-index: 10000;
        left: -100%;
        top: 10px;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
        overflow-y: scroll;
        max-height: 100%;
    }

        .left-sidebar.show {
            left: -15px;
        }
}

.h3.isotope--title {
    font-weight: bold;
}

.stamp.red {
    position: absolute;
    width: 47px;
    height: 58px;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: 0px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    background-image: url(sale.png);
    background-size: 73%;
    background-repeat: no-repeat;
}