body {
    /*overflow: hidden;*/
    padding-bottom: 120px;
}

header a {
    padding: 0 !important;
}

header a:hover, header a:focus {
    background-color: #fff !important;
    text-decoration: underline !important;
}

body.site.com_virtuemart header {
    background-color: #000;
}

body.site.com_virtuemart header a {
    color: #fff;
    /* padding:0; */
}

body.site.com_virtuemart header a:hover, body.site.com_virtuemart header a:focus {
    background-color: #000 !important;
    text-decoration: underline !important;
}

body.site.com_virtuemart #menu, body.site.com_virtuemart #menu-contacts {
    display: none;
}

#products, .product-container {
    width: 90%;
    margin: 120px auto 0;
    position: relative;
}

.product {
    cursor: pointer;
}

.product .product-content-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.product .product-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.product .product-image {
    display: block;
}

.product .product-image img {
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .25s cubic-bezier(.77, 0, .175, 1);
    transition: all .25s cubic-bezier(.77, 0, .175, 1);
}

.product:hover .product-content-container {
    display: block;
}

.product:hover .product-image {
    display: none;
}

.productdetails .vm-product-media-container {
    width: 50%;
}

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

.additional-images {
    position: absolute;
    bottom: 0;
}

.addtocart-button {
    border-radius: 1000px !important;
    color: #000 !important;
    background-color: #FFF !important;
    border-color: #000 !important;
    -webkit-transition: all .25s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .25s cubic-bezier(.77, 0, .175, 1);
    transition: all .25s cubic-bezier(.77, 0, .175, 1);
}

.addtocart-button:hover {
    background-color: #000 !important;
    color: #FFF !important;
}

div#message {
    position: fixed;
    bottom: -100%;
    width: 100%;
    background-color: #000;
    color: #FFF;
    padding: 20px;
}

div#message a {
    color: #FFF;
}

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

/* new shop code */
.vt-product-image img {
    width: 100%;
}

.vt-product-details {
    margin: 10px 0 30px;
}

.vt-blog-title {
    font-weight: bold;
}

.vt-blog-addToCart .addtocart-bar {
    text-align: left;
}

.vt-blog-addToCart .addtocart-bar .addtocart-button {
    border: none;
    border-radius: 0 !important;
    background-color: #d9d9d9 !important;
}

.vt-blog-addToCart .addtocart-bar .addtocart-button input {
    padding: 8px 6px;
}

.vt-blog-addToCart form.product.js-recalculate {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

#menu-shop ul {
    text-align: right;
}

.vt-product-image {
    position: relative;
}

.blog-rollover {
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
    opacity: 0;
    -moz-opacity: 0;
    transition: 0.3s;
}

.vt-product-image:hover .blog-rollover {
    display: block;
    opacity: 1;
    -moz-opacity: 1;
}

.blog-rollover img {
    max-width: 100%;
}

#cart-shop {
    width: 20px;
    position: absolute;
    right: 4%;
    top: 28px;
    padding-left: 0 !important;
}

#cart-shop .vmCartModule {
    display: none;
    padding-left: 0 !important;
}

body.site.com_virtuemart header{
    padding-bottom:10px;
}

header div.total_products {
    padding-left: 0 !important;
}

body.com_virtuemart #cart-shop .vmCartModule {
    display: block !important;
    width: 22px;
    height: 22px;
}

body.site.com_virtuemart .vmCartModule .total_products a {
    display: inline-block;
    color: #fff;
    background-color: grey;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 130%;
}

body.site.com_virtuemart .vmCartModule .total_products a:hover {
    background-color: grey !important;
    text-decoration: none !important;
}

/* Media Queries */
@media screen and (max-width: 767px) {
    #cart-shop {
        right: 2%;
    }
}
