/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }


/*slideshow background */

.uk-overlay-background {
background: rgba(46, 40, 33, 0.1) !important;
}

/* VM overrides */

.main-image img {
    max-width: 100%;
    max-height: 500px;
}

.back-to-category {
    float: right;
    display: none;
}

span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
    max-width: 100%;
    background: #f7941e;
    color: #fff;
    border: solid #fafaf3 1px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px;
    margin-bottom: 0;
}


.product-price {
    margin: 0 0 6px;
    text-align: right;
    float: left;
    line-height: 18px;
    font-size: x-large;
}