/* CMR Basic Style.css File */

body.com_sppagebuilder #main-container{
  padding-top: 0;
  padding-bottom: 0;
}

@media(min-width: 767px)
{
  .image-right{
    float: right;
    width: 45%;
    text-align: center;
  }
  
  .hikashop_products_listing{
    clear: none;
  }
  
  #hikashop_category_information_menu_780 .moduletable{
    width: 45%;
    float: left;
  }
}

@media(max-width: 576px){
  .com_cmrforms .col-sm-12 .custom > img{
    float: none !important;
  }
}

#cmrforms h2.form-name{
  font-size: 1.2rem;
}

#menu-container nav.navbar > ul{
  margin-top: 13px;
}

@media (min-width: 1500px){
  .container {
    max-width: 1450px;
  }
}

body.view-product #hikashop_main_image{
  float: left;
}

.hikashop_products_pagination .limit, .hikashop_products_pagination .hikashop_results_counter{
  display: none;
}

#hikashop_checkout_status_1_4{
  display: none;
}