@charset "UTF-8";
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.header-minicart .minicart-actions .cart-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #4AC0E0;
  display: inline-block;
  padding: 16px 26px;
  color: #212121;
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "DIN2014-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative; }
  .header-minicart .minicart-actions .cart-link span {
    z-index: 9;
    position: relative; }
  .header-minicart .minicart-actions .cart-link:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #8A8B8A;
    z-index: 2; }
  .header-minicart .minicart-actions .cart-link:hover {
    background: #8A8B8A;
    cursor: pointer; }
    .header-minicart .minicart-actions .cart-link:hover::after {
      height: 100%; }
  .header-minicart .minicart-actions .cart-link:active::after {
    background: #8A8B8A; }
  .header-minicart .minicart-actions .cart-link:focus {
    color: #212121;
    background: #8A8B8A; }

.header-minicart .minicart-actions .checkout-button {
  font-size: 18px;
  padding: 14px 28px; }
  @media only screen and (max-width: 991px) {
    .header-minicart .minicart-actions .checkout-button {
      padding: 7px 12px; } }

.header-minicart .minicart-actions .checkout-button {
  background-color: #4AC0E0; }
  .header-minicart .minicart-actions .checkout-button::after {
    background: #34b8dc; }
  .header-minicart .minicart-actions .checkout-button:hover {
    background: #34b8dc; }
  .header-minicart .minicart-actions .checkout-button:active::after {
    background: #24aed3; }
  .header-minicart .minicart-actions .checkout-button:focus {
    background: #24aed3; }

/* -------------------------------------------- *
 * Button hover
 */
.header-minicart .minicart-actions .cart-link:hover {
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.28);
  border-left-color: rgba(0, 0, 0, 0.2); }

.header-minicart .minicart-actions .cart-link:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  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: #4AC0E0;
  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; }

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999; }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
/* -------------------------------------------- *
 * 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: 40px; }
  .header-minicart .minicart-message {
    display: block;
    padding: 10px; }
  .header-minicart .empty {
    padding: 10px 0; }
  .header-minicart .minicart-wrapper {
    padding: 20px 30px 30px;
    background: white;
    clear: both; }
    .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      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: #4AC0E0;
      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 .product-details .product-name {
    padding-top: 0px;
    margin-bottom: 5px; }
    .header-minicart .product-details .product-name a {
      color: #8A8B8A; }
      .header-minicart .product-details .product-name a:hover {
        color: #4AC0E0; }
  .header-minicart .product-details .truncated {
    margin-top: 15px; }
  .header-minicart .product-details .action-icons {
    float: right;
    clear: both;
    padding-top: 22px; }
    .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-family: FontAwesome;
        font-size: inherit;
        line-height: normal;
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        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: #8A8B8A;
    clear: right;
    padding-top: 5px;
    padding-bottom: 5px; }
    .header-minicart .info-wrapper td.price {
      color: #4AC0E0; }
  .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: 3.2em;
    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: #4AC0E0;
      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; }
      .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;
        color: #212121;
        float: right;
        left: 0.333em;
        right: auto;
        position: relative;
        z-index: 99;
        vertical-align: bottom;
        display: inline-block; }
        @media only screen and (max-width: 991px) {
          .header-minicart .minicart-actions .checkout-button span span::before {
            display: none; } }
      .header-minicart .minicart-actions .checkout-button.button-secondary span span::before, .header-minicart .minicart-actions .checkout-button.button2 span span::before {
        color: #4AC0E0; }
      .header-minicart .minicart-actions .checkout-button span {
        display: inline-block; }
      .header-minicart .minicart-actions .checkout-button:hover span span::before {
        margin: 0 -7px 0 7px; }
    .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: relative;
    margin: 0;
    float: right; } }
@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: #8b8b8b; }
  .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: 33px; }
    .header-minicart .minicart-actions .cart-link {
      bottom: 0;
      right: 10px;
      position: absolute; }
    .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%; } }
