@media print {
 
.col-8 {
    
    max-width: 100% !important;
}


  
  #sp-logo {
    display: flex;
flex-direction: row;
justify-content: end;
margin-top: 50px;
    width: 100%;
}
.col-lg-3 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
  
@page {
    size: auto;   /* auto is the initial value */
    margin: 0mm;  /* this affects the margin in the printer settings */
}

#Header, #Footer, #sp-search { 
  display: none !important; 
}

#system-message, #hikashop_product_left_part, #sp-bottom, #sp-footer, #sp-top-bar, #sp-page-header, #sp-menu, #hikashop_print_product, #hikashop_product_tags_main, .plg_system_eprivacy_module, #print-this-page  {
    display: none !important;
  }
.nmkll, .hk-fluid-back {
    display: none !important;
}
.hikashop_product_msrp_price {
	font-size: 50px !important;
}
.hikashop_product_price_full {
    font-size: 65px !important;
}
  
#hikashop_product_name_main {
    font-size: 50px !important;
    font-weight: bold;
}
 


  #sp-header {
    background-color: transparent !important;
  }
  #sp-main-body {
    margin-top: -40px !important;
    padding: 0px !important;
  }
  #hikashop_product_custom_info_main {
    padding: 0px !important;
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    display: inline-block !important;
  }
  
  .holapadder {
    margin: 0px !important;
    padding: 0;
}
  .center-white {
    box-shadow: none !important;
  }
 
  a:after {
    content: "" !important;
}
  * {
    box-shadow: none !important;
  }
  .hikashop_product_name_main {
    color: #ff7124 !important;
}
  .hikashop_product_custom_info_main h4, .hikashop_product_custom_title {
    color: #0072bb !important;
    margin-top: 25px !important;
}
  .hide-on-print {
    display: none !important;
}
  #cookiesck_options {
    display: none;
  }
  
  .hikashop_product_top_part {
    max-width: 766px !important;
  }
  
}