/* Add here all your CSS customizations */
.product-thumb-info .product-thumb-info-image {
    overflow: hidden;
}

.product-thumb-info img {
    transform: scale(1.25);
}

.product-thumb-info img:hover {
    transform: scale(1.45);
}


.shop .products .product .onsale {
    background-color: #de006d;
    border-bottom-color: #a30000;
}


.onsale.small {
    background-color: #de006d;
    border-bottom-color: #a30000;
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    font-size: .5em;
    top: -65px;
    line-height: 20px;

    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    border-bottom: 2px solid transparent;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.plus.disabled, .minus.disabled {
    background-color: #ddd !important;
}

/* */
/* Add here all your CSS customizations */

html {
    background-image: url("../img/wild_oliva.png");
}

body {
    background: #EDEBED url("../img/wild_oliva.png");
}

/* here is fixed problem with header that disapears */

html.boxed body.sticky-menu-active #header {
    top: 0px !important;
}

/* background image for header */
html.boxed #header {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    min-height: 232px;
    padding: 155px 0px 0px;
}

#header.clean-top .header-top {
    background: #121212;
    border-bottom-color: #3D0000;
    min-height: 32px;
    height: 32px;
}

html.dark #header {
    border-top-color: #4F0000;
    border-radius: 0px 0px 0 0;
}

.indent {
    text-indent: 20px;
}

#footer {
    border-top: 4px solid #3010A5 !important;
}

.no-margin {
    margin: 0px 0px 0px 40px !important;
}

.no-margin-down {
    margin: 0px !important;
}

.smaller {
    font-size: 0.9em;
}

#footer.narrow {
    padding-top: 10px !important;
}

.alert-sidebar {
    color: #3c763d;
    background-color: #F0F0F0;
    border-color: #B2B2B2;
    border-radius: 8px !important;
}

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}
#header .header-body {
    background: transparent;
}

.body {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.54);
}

.sidebar.boxed {
    background-color: #ddd;
    border: 1px solid #aaa;
    border-radius: 6px;
}

.indent {
    text-indent: 20px;
}