/**************
gfnci ci.scss
***************/

.row-fluid .span12+.span12 {
  margin-left: 0;
}

.gfnci-title {
  font-size: 26px;
  color: #000096;
  padding: 0;
  margin: 0 0 10px;
}

.gfnci-title .title-tag {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 1em;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #004ca9, #001e43);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  vertical-align: top !important;
  text-align: center;
  letter-spacing: .1em;
}

.gfnci-hooks {
  display: none;
}

.gfnci-description {
  font-size: 17px;
  line-height: 21px;
}

.gfnci-titleComp {
  font-size: 20px;
  line-height: 20px;
  color: #000096;
  text-align: center;
}

.gfnci-des .table.table-condensed,
.gfnci-table {
  border-bottom: 1px solid #cccccc;
}

.gfnci-des .table.table-condensed caption .gfnci-titleComp,
.gfnci-table caption .gfnci-titleComp {
  font-size: 20px;
  line-height: 20px;
  color: #000096;
}

.gfnci-des .table.table-condensed thead,
.gfnci-table thead {
  background-color: #cccccc;
  font-size: 14px;
}

.gfnci-des .table.table-condensed thead p,
.gfnci-table thead p {
  color: #000096;
}

.gfnci-des .table.table-condensed tr,
.gfnci-des .table.table-condensed td,
.gfnci-table tr,
.gfnci-table td {
  vertical-align: middle;
}

.gfnci-des .table.table-condensed .snip,
.gfnci-table .snip {
  max-width: 240px;
}

@media screen and (min-width: 768px) {
  .gfnci-des .table.table-condensed .snip,
  .gfnci-table .snip {
    max-width: 300px;
  }
}

.gfnci-des .table.table-condensed .snip[src*="color"],
.gfnci-table .snip[src*="color"] {
  display: inline-block;
  max-width: 1.5rem;
}

.gfnci-des .table.table-condensed p,
.gfnci-table p {
  margin: 0;
  padding: 0;
}

.gfnci-des .table.table-condensed .shopping-cart-table.wide-table,
.gfnci-table .shopping-cart-table.wide-table {
  width: 100%;
}

.gfnci-des .table.table-condensed .shopping-cart-table .gfnci-code,
.gfnci-table .shopping-cart-table .gfnci-code {
  font-weight: 700;
  font-size: 17px;
  color: #000096;
  text-align: right;
  margin-bottom: 5px;
}

.gfnci-des .table.table-condensed .shopping-cart-table tr:first-child td.td-right:first-child p,
.gfnci-table .shopping-cart-table tr:first-child td.td-right:first-child p {
  text-align: right;
}

.gfnci-des .table.table-condensed .shopping-cart-table td,
.gfnci-table .shopping-cart-table td {
  border-top-color: transparent;
}

.gfnci-des .table.table-condensed .shopping-cart-table tbody>tr:nth-child(odd)>td,
.gfnci-des .table.table-condensed .shopping-cart-table tbody>tr:nth-child(odd)>th,
.gfnci-table .shopping-cart-table tbody>tr:nth-child(odd)>td,
.gfnci-table .shopping-cart-table tbody>tr:nth-child(odd)>th {
  background-color: transparent;
}

.span6 .gfnci-des .table.table-condensed:first-child,
.span6 .gfnci-table:first-child {
  margin-top: 0;
}

.table.monocomponente tr>td:first-child,
.table.monocomponente tr>th:first-child {
  width: 40%;
}

@media screen and (min-width: 992px) {
  .table.monocomponente tr>td:first-child,
  .table.monocomponente tr>th:first-child {
    width: 33%;
  }
}

@media screen and (min-width: 1200px) {
  .table.monocomponente tr>td:first-child,
  .table.monocomponente tr>th:first-child {
    width: 25%;
  }
}

@media screen and (min-width: 1520px) {
  .table.monocomponente tr>td:first-child,
  .table.monocomponente tr>th:first-child {
    width: 20%;
  }
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
  }
  .table-responsive>.table {
    margin-bottom: 0;
  }
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }
  .table-responsive>.table-bordered {
    border: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

.slide-pro {
  max-width: calc(100% - 100px);
  margin: 0 auto 20px auto;
}

.slide-pro .carousel-control {
  left: -50px;
}

.slide-pro .carousel-control.right {
  left: auto;
  right: -50px;
}


/********************
  shopping cart flex
********************/

.gfnci-shopping-cart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  align-content: center;
}

.gfnci-cart-conp {
  flex-grow: 1;
  flex-shrink: 1;
}

.gfnci-cart-conp p {
  padding: 5px;
}

.gfnci-cart-conp .gfnci-code {
  font-weight: 700;
  font-size: 17px;
  color: #000096;
  text-align: center;
  white-space: nowrap;
}

.gfnci-cart-conp .info-cart {
  font-size: 17px;
  line-height: 17px;
  text-align: center;
}

.gfnci-cart-conp .price-fig {
  font-weight: 700;
}

.gfnci-cart-conp .price-info,
.gfnci-cart-conp .price-info+a {
  font-size: 13px;
  line-height: 13px;
}

@media screen and (min-width: 481px) {
  .gfnci-shopping-cart.code-left>.gfnci-cart-conp>.gfnci-code {
    text-align: left;
  }
}


/*# sourceMappingURL=ci.css.map */