/* Moving From Boostrap 2 to Boostrap 3*/
/* Product Details Page*/
.availability {
    text-align: center;
    background-color: #890412;
    padding: 5px;
    width: 220px;
    border: solid #ffffff;
    margin: 10px 0px;
    color: #ffffff;
}
.tab-content {
    background-color: #ececec;
    border-color: #ececec;
}
.rl_tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.rl_tabs.outline_content>.tab-content {
    border: 0px solid #ddd;
}
.rl_tabs .nav-tabs>li.active>a, .rl_tabs .nav-tabs>li.active>a:hover {
    color: #8e091a;
    background-color: #fff;
}
.rl_tabs>ul.nav-tabs>li>a {
    color: #333333;
   
}
.rl_tabs.outline_content>.tab-content>.tab-pane {
    padding: 22px;
}

.mod-product-price, .related-product .PricesalesPrice, .product-sales-price, .product-sales-price > div > span {
    color: #8c0016;
}
.topbar-switch-list, .vp-dropmod-inner, .autocomplete-suggestions, .dropdown-menu {
    background-color: #ececec;
}

/* Add to Cart Popup Styling */
.bootstrap-dialog.type-info .modal-header {
    background-color: #8c0014;
}

/* Add to Cart Button Styling */
.btn-invert.active, .btn-invert.focus, .btn-invert:active, .btn-invert:focus, .btn-invert:hover, .open > .dropdown-toggle.btn-invert, .over .vp-dropmod-anchor > .btn-invert, .quantity-controls-cont .quantity-controls:hover {
    color: #ffffff;
    background-color: #8c0014;
    border-color: #8c0014;
}


.btn-base, .feature-icon-hover .icon {
    color: #ffffff;
    background-color: #202020;
    border-color: #202020;
}

/* Footer Toolbar height */
#footer-toolbar {
    height: 40px;
}
.vp-wrapper .vp-btn, .vp-wrapper .vpau-btn {
    font-size: 16px;
    padding: 4px 4px;
}
.vp-wrapper .vp-btn-primary {
    background-color: #000000;
    padding: 12px;
}
#footer-toolbar a, #footer-toolbar a:focus, #footer-toolbar a:visited {
    color:#ffffff !important;
}

/* Sidebar Styling */
.sidebar-menu .active > a, .sidebar-menu .active > a:hover, .sidebar-menu .active > a:focus, .sidebar-menu .active > span, .sidebar-menu .active > span:hover, .sidebar-menu .active > span:focus, .aside-inner .mostread li.active > a, .aside-inner .mostread li.active > a:hover, .aside-inner .mostread li.active > a:focus, .aside-inner .latestnews li.active > a, .aside-inner .latestnews li.active > a:hover, .aside-inner .latestnews li.active > a:focus, .aside-inner .archive-module li.active > a, .aside-inner .archive-module li.active > a:hover, .aside-inner .archive-module li.active > a:focus, .aside-inner .categories-module li.active > h3 > a, .aside-inner .categories-module li.active > h3 > a:hover, .aside-inner .categories-module li.active > h3 > a:focus, .aside-inner .categories-module li.active > h4 > a, .aside-inner .categories-module li.active > h4 > a:hover, .aside-inner .categories-module li.active > h4 > a:focus, .aside-inner .categories-module li.active > h5 > a, .aside-inner .categories-module li.active > h5 > a:hover, .aside-inner .categories-module li.active > h5 > a:focus, .aside-inner .categories-module li.active > h6 > a, .aside-inner .categories-module li.active > h6 > a:hover, .aside-inner .categories-module li.active > h6 > a:focus, .aside-inner .categories-module li.active > h7 > a, .aside-inner .categories-module li.active > h7 > a:hover, .aside-inner .categories-module li.active > h7 > a:focus {
    color: #8c0014;
    background-color: white;
}

/* Modules Styling*/
.moduletable {
    margin-bottom: 30px;
}

/* General CSS Styles*/
.section, .group{
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after{
        display: table;
        content: " ";
}
.span2 { 
    width: 16.66666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:20px;
    }
.span6 { 
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:20px;
    }
.span4 { 
    width: 33%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:20px;
    }    
.span8 { 
    width: 66%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top:20px;
    }    
.span12 { 
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



@media (max-width: 767px){
.span6 {
    padding: 15px 0px;
}

}

span.mini-cart-total {
    color: #ffffff !important;
}

span.normal-stock.text-success.hasTooltip {
    display: none;
}

/* Styling of buttons in addonlibrary ( home appliances e.t.c )*/
.uc_flat_ui_buttons .uc_container_holder .uc_red {

    width: 100%;
}


.tab-content.with-list-tab {
    padding: 20px !important;
}

.tabs dt.tabs {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

dd.tabs {
    border: none;
}
.subtitles {
    color: red !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 11px !important;
}


.boldsubtitles {
    font-weight: bold !important;
    margin-top: 15px;
}

.vpf-menu .mega-menu-expand {
    max-height: 80vh; /* περιορίζει το ύψος */
    overflow-y: auto; /* προσθέτει κάθετο scroll */
}

/* 
=====================================
= CUSTOM MOBILE MENU SUBMENU STYLES =
= Makes the submenu area (number + arrow) larger, red, white-colored, and flashing =
=====================================
*/

/* === Submenu Click Area Styling (Right Side) === */
a.mm-subopen {
    width: 40% !important; /* Make the submenu area larger */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important; /* Set text color to white */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

/* === Style for the Number (inside <em class="mm-counter">) === */
a.mm-subopen .mm-counter {
    color: #fff !important; /* Make number white */
    font-weight: bold !important; /* Make number bold */
}

/* === Flashing Arrow Styling === */
a.mm-subopen::after {
    content: '›'; /* Arrow symbol */
    animation: flashArrow 1s infinite; /* Flash animation */
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

/* === Flash Animation Keyframes === */
@keyframes flashArrow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
.mm-menu em.mm-counter {
    color: rgb(255 255 255) !important;
}
.mm-menu .mm-list>li>a.mm-subclose:before, .mm-menu .mm-list>li>a.mm-subopen:after {
    border-color: rgb(255 255 255);
}