.sppb-carousel-extended-heading {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: 3px 1px 6px black;
}
.category_description {
    padding: 0 10px !important;
}
.image-title {
    color: #000 !important;
}
li.sp-menu-item.active>a>img, li.sp-menu-item>a>img {
    float: right;
    height: 30px;
    width: 30px;
}
.sp-page-title {
    background: none;
    text-align: center;
}

.menu_podvala ul >li,  .menu_podvala ul >li >a {
    display: inline !important;
}

.vm-product-media-container:hover, .bit_badge_product:hover, span.addtocart-button:hover{
    opacity: .8;
    transition: all 0.3s;
    transform: scale(1.1);
}

.vm-product-media-container, .bit_badge_product, span.addtocart-button {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.addtocart-button {
    
    border: none !important;
    
    width: 120px;
}
div.product {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;

}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sp-megamenu-parent {

    float: left;

}
.cart_empty {
    
    display: none;
}
.vmCartModule {
    border: none;
    border-width: 0px !important;
    
}
.vmCartModule svg {
    fill: #336600;
}
.cart_top .total_products, .cart_content .show_cart a {
    background: #336600;
}
.vmCartModule a, .vmCartModule a:hover, .vmCartModule .product_name a, .vmCartModule .product_name a:hover, .cart_top .total strong, .cart_top .total strong:hover {
    color: #336600;
}
.proopc-row {

    padding: 0 10px;
}
#ProOPC .cart-page-title {
       display: none;
}

div.sppb-addon-content {
    text-align: center;
}
.productdetails-view .spacer-buy-area {
    padding-left: 16px;
    margin: 0 auto !important;
}
.product-field-display {
    margin-top: 15px;
    margin-left: 20px;
    text-align: center;
    width: 300px;
}
@media (max-width: 385px) {
.product-field-display {
    margin-top: 15px;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.widget-wrapper.widget-right .widget-fab {
    right: 60px;
}
}