@charset "UTF-8";
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.header-minicart .minicart-actions .cart-link {
  border-radius: 0;
  background: #80b5e1;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 0; }
  .header-minicart .minicart-actions .cart-link span {
    z-index: 3;
    position: relative; }
  .header-minicart .minicart-actions .cart-link:hover {
    background: #1e1e1e;
    cursor: pointer;
    color: #fff; }
    .header-minicart .minicart-actions .cart-link:hover span:before {
      color: #fff; }
    .header-minicart .minicart-actions .cart-link:hover span span:before {
      color: #fff; }
  .header-minicart .minicart-actions .cart-link:active::after {
    background: #1e1e1e; }
  .header-minicart .minicart-actions .cart-link:focus {
    background: #1e1e1e; }

.header-minicart .minicart-actions .checkout-button {
  background-color: #83b8e0;
  color: #ffffff;
  border: 0; }
  .header-minicart .minicart-actions .checkout-button span span:before {
    color: #fff !important; }
  .header-minicart .minicart-actions .checkout-button:hover {
    background: #1e1e1e; }
  .header-minicart .minicart-actions .checkout-button:focus {
    background: #1e1e1e; }

/* -------------------------------------------- *
 * Button hover
 */
.header-minicart .minicart-actions .cart-link:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/***********/
/************/
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #83b8e0; }

.theme-color {
  color: #83b8e0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #83b8e0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.header-minicart .block-subtitle {
  font-size: 18px;
  line-height: 1.667em;
  color: #83b8e0;
  text-transform: uppercase;
  font-weight: 500; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
.header-minicart {
  display: inline-block; }
  @media only screen and (max-width: 991px) {
    .header-minicart {
      display: block; } }
  .header-minicart .truncated {
    display: inline-block; }
    .header-minicart .truncated .truncated_full_value .item-options {
      top: 48px; }
  .header-minicart .minicart-message {
    display: block;
    padding: 10px; }
  .header-minicart .empty {
    padding: 10px 0; }
  .header-minicart .minicart-wrapper {
    padding: 20px 30px 30px;
    background: #ffffff;
    clear: both; }
    .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
    .header-minicart .minicart-wrapper:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    .header-minicart .minicart-wrapper:after {
      background-image: url("../../images/opc-ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3; }
    .header-minicart .minicart-wrapper.loading {
      position: relative; }
      .header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
        display: block; }
  .header-minicart .block-subtitle {
    font-size: 16px; }
    .header-minicart .block-subtitle .close {
      display: block;
      color: #83b8e0;
      text-decoration: none;
      font-weight: normal;
      font-size: 18px;
      position: absolute;
      top: 10px;
      opacity: 1;
      filter: alpha(opacity=100);
      right: 10px; }
      .header-minicart .block-subtitle .close:hover {
        color: #333333; }
  .header-minicart .mini-products-list {
    padding: 0; }
    .header-minicart .mini-products-list li {
      padding: 0;
      border-bottom: 1px solid #DDDDDD;
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 20px; }
      .header-minicart .mini-products-list li.last {
        border: none;
        padding-bottom: 0; }
      .header-minicart .mini-products-list li .product-details {
        position: relative; }
    .header-minicart .mini-products-list .action-icons a {
      color: #888; }
      .header-minicart .mini-products-list .action-icons a:hover {
        color: #83b8e0; }
  .header-minicart .product-details .product-name {
    padding-top: 0px;
    margin-bottom: 5px; }
    .header-minicart .product-details .product-name a {
      color: #83b8e0; }
      .header-minicart .product-details .product-name a:hover {
        color: #1e1e1e; }
  .header-minicart .product-details .truncated {
    margin-top: 15px; }
  .header-minicart .product-details .action-icons {
    float: right;
    clear: both;
    padding-top: 18px; }
    .header-minicart .product-details .action-icons a, .header-minicart .product-details .action-icons span {
      font-size: 0;
      line-height: 0;
      margin-left: 5px; }
      .header-minicart .product-details .action-icons a::before, .header-minicart .product-details .action-icons span::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px; }
      .header-minicart .product-details .action-icons a.btn-edit::before, .header-minicart .product-details .action-icons span.btn-edit::before {
        display: inline-block;
        font-family: "material-design";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
      .header-minicart .product-details .action-icons a.remove::before, .header-minicart .product-details .action-icons span.remove::before {
        display: inline-block;
        font-family: "material-design";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
  .header-minicart .product-details .product-wrapper {
    position: relative; }
  .header-minicart .info-wrapper th {
    text-transform: none;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .header-minicart .info-wrapper td {
    color: #ccc;
    clear: right;
    padding-top: 5px;
    padding-bottom: 5px; }
    .header-minicart .info-wrapper td.price {
      color: #83b8e0; }
  .header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px; }
  .header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 35px;
    text-align: center;
    height: 30px;
    vertical-align: middle; }
  .header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    display: none;
    padding: 4px 8px;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms; }
    .header-minicart .info-wrapper .quantity-button[disabled] {
      cursor: default; }
    .header-minicart .info-wrapper .quantity-button.visible {
      opacity: 1;
      display: inline-block; }
  .header-minicart .subtotal {
    background-color: #f5f5f5;
    padding: 10px 12px;
    margin-bottom: 20px;
    overflow: hidden; }
    .header-minicart .subtotal .label {
      font-weight: 500;
      color: #333333; }
    .header-minicart .subtotal .price {
      color: #83b8e0;
      float: right;
      font-weight: 500; }
  .header-minicart .minicart-actions {
    padding: 0;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .header-minicart .minicart-actions li {
      margin: 0 0 10px; }
    .header-minicart .minicart-actions .checkout-button {
      min-width: 145px;
      display: block;
      color: #fff; }
      .header-minicart .minicart-actions .checkout-button span span::before {
        display: inline-block;
        font-family: "material-design";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 28px;
        float: right;
        left: 0.333em;
        right: auto;
        position: relative;
        z-index: 1;
        vertical-align: bottom; }
      .header-minicart .minicart-actions .checkout-button span {
        display: inline-block; }
    .header-minicart .minicart-actions .cart-link {
      display: block; }
    .header-minicart .minicart-actions .paypal-logo .paypal-or {
      line-height: 1.6; }
  .header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none; }
  .header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none; }
  .header-minicart .jcarousel-control-prev,
  .header-minicart .jcarousel-control-next {
    display: none; }

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  margin-bottom: 0;
  border: none;
  clear: both; }

@media only screen and (min-width: 992px) {
  .header-minicart {
    position: absolute;
    right: 0;
    top: 43px; }
    .header-minicart .skip-cart {
      padding: 0;
      display: block; }

  #header-cart.skip-active {
    background: #FBFBFB;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) ;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) ;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) ;
    padding: 0;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: 0;
    width: 320px;
    background: #f2f2f2; } }
@media only screen and (min-width: 768px) {
  .checkout-types.minicart {
    float: none;
    text-align: center; } }
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1; } }
@media only screen and (max-width: 767px) {
  .header-minicart .subtotal .label {
    color: #888888; }
  .header-minicart .minicart-wrapper {
    padding: 10px; }
    .header-minicart .minicart-wrapper:before {
      background-color: #EDEDED; }
  .header-minicart .quantity-button {
    float: none; }
  .header-minicart .header-minicart .block-cart {
    padding: 15px; }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px; }
  .header-minicart .minicart-actions {
    padding-bottom: 10px; }
    .header-minicart .minicart-actions .cart-link {
      bottom: 0;
      right: 10px;
      position: relative; }
    .header-minicart .minicart-actions .checkout-types.minicart li {
      display: inline-block; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
        display: inline; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top; }
      .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px; } }
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }

/*# sourceMappingURL=checkout-cart-minicart.css.map */
