#sp-main-body {
    padding: 50px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    
    padding: 0.3rem 0;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#offcanvas-toggler > .fa {
    color: #1d287d;
    font-size: 30px;
    margin-right: 10px;
}

#sp-top2 .search {
    line-height: 80px;
    margin: 20px 0;
    right: 0;
    position: absolute;
}

div#sp-position5 {
    text-align: right;
    padding-right: 0;
    line-height: 0;
}


/*  Menü START  */

/*#sp-header, #sp-header.header-sticky {
    position: fixed;
    top: 37px !important;
}

#sp-menu .header-sticky {
    position: fixed;
    z-index: 9999;
}*/

#sp-menu .header-sticky{
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
}


.sp-column.left {
    text-align: left;
    float: left;
    margin-left: 15px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 8px;
    line-height: 80px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.sp-megamenu-parent > li:hover > a {
    color: #ffffff;
    background-color: #274763;
}

.sp-megamenu-parent > li.active:hover > a {
    color: #ffffff;
}

.sp-megamenu-parent .sp-mega-group > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    padding: 7px 0;
    cursor: pointer;
}



/*  Menü END  */


#sp-bottom .sp-module ul li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    /* font-weight: 100; */
    margin: 0 5px 0 1px;
    color: #e1e1e1;
    float: left;
}


/* --------   Virtuemart Start   ---------- */

span.PricesalesPrice {
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    background-color: #1d287d;
    line-height: 35px;
    padding: 5px 20px;
}

.PricesalesPrice.vm-display.vm-price-value {
    margin-top: 20px;
    
}

.product-description .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #15206f;
}

.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: auto;
    height: 240px;
}

.browseProductImage {
    height: 240px;
    max-width: 100%;
}

#fancybox-overlay { 
    z-index: 11010;
}

#fancybox-wrap {
    z-index: 11011;
}

/*    ---------- Virtuemart End    ----------  */


/*   ----------  SP Page Builder Start   ----------  */

.sppb-btn {
    
    border-radius: 0;
}

.sppb-btn-default {
    color: #010101;
    background-color: #f3f8ff00;
    border-color: #1d287d;
}

.sppb-btn-default:hover {
    color: #010101;
    background-color: #f1f8ff;
    border-color: #cfe7ff;
}

#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    text-transform: uppercase;
    border-bottom: 3px solid;
    line-height: 35px;
}

/*   ----------  SP Page Builder End    ----------  */

#phoca-dl-categories-box div.pd-categoriesbox {
    width: 28%;
    position: relative;
    float: left;
    margin: 1%;
    padding: 1%;
    border: 1px solid #000;
}

#phoca-dl-categories-box div.pd-title {
    font-weight: bold;
    font-size: 120%;
    margin: 5px 0px 8px 0px;
    text-align: center;
}


@media only screen and (max-width: 450px) {
 #phoca-dl-categories-box div.pd-categoriesbox {
    width: 31%;
    
}
  #phoca-dl-categories-box div.pd-title {
    font-weight: bold;
    font-size: 85%;
    padding: 5px 10px 8px 0px;
    text-align: center;
}
  
  
}

