#menu-container, .dropdown-menu{
    /* color menu-background #2b3990 */
    background: #2b3990;
    /* endcolor */
}

.page-frontpage #bottom-a-container, .page-frontpage #bottom-c-container{
    border-top: 8px solid #2b3990;
    border-bottom: 8px solid #2b3990;
}

/*.page-frontpage #main-container .before-container{
    background: #2b3990;
}*/

#offcanvas-container ul > li{
    background: #2b3990;
}

.uk-button-primary, .readmore .btn, .btn-primary, .btn-primary:hover, .uk-button-primary:focus, .uk-button-primary:hover{
    background: #2b3990;
    border-color: #2b3990;
}

.rounded-btn{
    background: #2b3990;
    color: white;
}

.page-frontpage #bottom-a-container .reviews-flag{
    background-image: url('templates/option1_5/images/blue/ribbon.png');
}

.city-map{
    background: url('templates/option1_5/images/blue/city.jpg');
}

.main-color{
    color: #2b3990;
}

/* Need to do some SQL Replace on Color Scheme Change thru Modules */

.hika_j2 .btn-success, .hikabtn-success, button.hikacart, .hikabtn.hikacart, .hika_j2 .btn-success:hover, .hikabtn-success:hover, button.hikacart:hover, .hikabtn.hikacart:hover, .hika_j2 .btn-success:focus, .hikabtn-success:focus, button.hikacart:focus, .hikabtn.hikacart:focus{
	background: #2b3990;
  	border-color: #2b3990;
}

body.com_hikashop #main-container{
  font-family: sans-serif;
}

@media(min-width: 1024px)
{
  #hikashop_product_characteristics{
    width:49%;
    /*float: left;*/
    line-height: 3em;
    margin-top: 3px;
  }
  
  #hikashop_product_quantity_main{
    width: 49%;
    /*float: right;*/
    margin-top: 3px;
  }
}

.hikashop_product_characteristics_table select{
  margin-left: 10px;
}

.hikashop_product_price_full{
  font-size: 1.2em;
  margin-top: 3px;
}

.hikashop_product_page{
  padding-top: 50px;
  padding-bottom: 50px;
}

.hikashop_product_page .hikashop_product_right_part h1{
  padding-bottom: 15px;
}

.hikashop_product_page #hikashop_main_image_div{
  padding-top: 50px;
}

.hikashop_product_page #hikashop_product_price_main{
  display: inline-block;
  margin-top: 3px;
}

.hikashop_products_pagination.hikashop_products_pagination_bottom{
  display: none;
}