/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
#Typography variables
==============================================================================*/
/*============================================================================
#Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/********** STYLE **********/
.product-overview-tab {
  width: 100%;
  float: left;
  margin-bottom: 30px; }

.product_tabs {
  width: 100%;
  float: left;
  margin: 0; }
  .product_tabs .panel {
    width: 100%;
    float: left;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .product_tabs .panel-heading {
    width: 100%;
    float: left;
    background: #fff; }
    .product_tabs .panel-heading a {
      text-transform: uppercase;
      width: 100%;
      float: left; }
    .product_tabs .panel-heading.current {
      background: #f5f5f5; }
      .product_tabs .panel-heading.current a {
        color: #243ba5; }
  .product_tabs .panel-title {
    width: 100%;
    float: left;
    font-size: 1.07143em; }
  .product_tabs .panel-collapse {
    width: 100%;
    float: left; }
  .product_tabs .panel-body {
    width: 100%;
    float: left;
    background: #fff; }
    .product_tabs .panel-body p:last-child {
      margin: 0; }
