@charset "UTF-8";
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.header-minicart .minicart-actions .cart-link {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fd806e;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.header-minicart .minicart-actions .cart-link span {
  z-index: 9;
  position: relative;
}
.header-minicart .minicart-actions .cart-link:hover {
  background: #fc543c;
  cursor: pointer;
  box-shadow: none;
}
.header-minicart .minicart-actions .cart-link:active {
  background: #fc2809;
}
.header-minicart .minicart-actions .cart-link:focus {
  color: #ffffff;
  background: #fc2809;
}

.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: #fd806e;
}
.header-minicart .minicart-actions .checkout-button::after {
  background: #4e4e4e;
}
.header-minicart .minicart-actions .checkout-button:hover {
  background: #4e4e4e;
}
.header-minicart .minicart-actions .checkout-button:active::after {
  background: #4e4e4e;
}
.header-minicart .minicart-actions .checkout-button:focus {
  background: #4e4e4e;
}

/* ------------------------------------------- *
 * 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
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  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: #fd806e;
  
  font-weight: 500;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  
  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- {
  top: 40px;
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px 40px 10px 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: 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: #fd806e;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 11px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: 20px;
}
.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: 0;
  margin-bottom: 5px;
}
.header-minicart .product-details .product-name a {
  color: #333333;
}
.header-minicart .product-details .product-name a:hover {
  color: #fd806e;
}
.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: 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: #333333;
  clear: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header-minicart .info-wrapper td.price {
  color: #fd806e;
}
.header-minicart .info-wrapper .qty-wrapper th {
  vertical-align: top;
  line-height: 34px;
}
.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: #fd806e;
  float: right;
  font-weight: 500;
}
.header-minicart .minicart-actions {
  padding: 0;
  margin-top: 0;
  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: #ffffff;
  float: right;
  left: 0.333em;
  right: auto;
  position: relative;
  z-index: 4;
  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 span {
  display: inline-block;
}
.header-minicart .minicart-actions .cart-link {
  display: block;
}
.header-minicart .minicart-actions .cart-link:hover {
  background-color: #4e4e4e;
}
.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;
    float: right;
    padding: 20px 10px;
  }

  #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: 200;
    top: 77px;
    right: 0;
    width: 320px;
    background: white;
  }
}
@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: #333333;
  }
  .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 */
