/*HIDE ELEMENTS*/
.skip-wishlist,
.header-proximis,
.header-language-background,
.price,
.price-color,
.regular-price,
.freeshipcountdown,
#header-cart .minicart-wrapper > .block-content,
.checkout-cart-index .cart #shopping-cart-table thead .cart-price-head span,
.checkout-cart-index .cart #shopping-cart-table tbody tr .product-cart-price span,
.checkout-cart-index .cart-totals-wrapper #shopping-cart-totals-table,
.block.block-review .data-table:first-child thead th:last-child,
.block.block-review .checkout-review-table-items table td:last-child,
.block.block-review #checkout-review-table-wrapper > table:last-child {
  display: none !important;
}

#___ratingbadge_0 {
  display: none !important;
}

.link-btq-price {
  display: block !important;
}

.link-wishlist {
  display: none !important;
}

.s2w-result {
  width: 100%;
  background: #fff;
  padding: 20px;
}
.s2w-result table td {
  padding: 10px;
  border: 1px #9d9d9d solid;
}

#s2wcheckout-loading {
  cursor: wait;
  margin-left: -10px;
  z-index: 1000;
  background-image: url("../images/s2w-processing.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.4;
  left: 0;
  top: 0;
}

#s2wcheckout-processing {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
}

/*LOGIN*/
.s2w-login-bg {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}

#header.page-header {
  height: 219px;
}

.s2w-login {
  position: fixed;
  z-index: 1000;
  left: 0;
  display: none;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  top: 50px;
  background: #fff;
}
.s2w-login .topbar {
  background: #da5488;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
}
.s2w-login .topbar .quit {
  float: right;
}
.s2w-login .topbar .quit a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
.s2w-login .topbar .titl {
  float: left;
}
.s2w-login .form {
  padding: 50px 0;
  width: 300px;
  margin: 0 auto;
}
.s2w-login .form label {
  display: block;
  margin-top: 15px;
  padding-bottom: 3px;
  color: #9b9b9b;
  font-weight: normal;
}
.s2w-login .form input, .s2w-login .form select {
  width: 100%;
}
.s2w-login .actions {
  text-align: center;
  margin-top: 10px;
}
.s2w-login .actions button {
  background: #da5488;
}

.s2w-customer-bg {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
}

.s2w-customer {
  position: fixed;
  z-index: 1000;
  left: 0;
  display: none;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  top: 50px;
  background: #fff;
}
.s2w-customer .topbar {
  background: #da5488;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
}
.s2w-customer .topbar .quit {
  float: right;
}
.s2w-customer .topbar .quit a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
.s2w-customer .topbar .titl {
  float: left;
}
.s2w-customer .form {
  padding: 10px;
}
.s2w-customer .form input {
  width: 100%;
}
.s2w-customer #storeCustomerInfo {
  padding: 10px 50px 20px;
}
.s2w-customer #storeCustomerList {
  margin: 10px;
  overflow-y: scroll;
}
.s2w-customer #storeCustomerSearch {
  border: 1px #777 solid;
}
.s2w-customer #storeCustomerSearch.is-searching {
  background: #fff url(../images/ajax-loader.gif) no-repeat 98% center;
  background-size: 24px 24px;
}
.s2w-customer .count {
  text-align: center;
  color: #808080;
  font-size: 14px;
  padding: 0 0 10px;
}
.s2w-customer table {
  width: 100%;
}
.s2w-customer table th {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  padding: 4px 0;
  border-bottom: 1px #9b9b9b solid;
}
.s2w-customer table td {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px #9b9b9b solid;
  padding: 4px 0;
}
.s2w-customer table td.action {
  padding: 10px 0;
  width: 1px;
}
.s2w-customer table td.action button {
  background: #d5d5d5;
  color: #000000;
}

.skip-account-disconnect {
  padding-left: 5px;
  float: right;
  width: auto;
}
.skip-account-disconnect span {
  font-size: 10px;
}

.s2w-currentstore {
  position: absolute;
  left: 0;
  top: 0;
}
.s2w-currentstore #store-login {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: #da5488 url(../images/icons/s2w.png) no-repeat 10px 50%;
}
.s2w-currentstore .current {
  height: 40px;
  line-height: 44px;
  padding: 0 15px 0 50px;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  font-size: 14px;
  background: #fff url(../images/icons/s2w.png) no-repeat 10px 50%;
}
.s2w-currentstore #storeLogout {
  display: block;
  float: left;
  height: 40px;
  line-height: 42px;
  font-size: 12px;
}

.order-number {
  font-size: 24px;
  color: #da5488;
}

.checkout-onepage-success .col-main ul strong {
  color: #da5488;
  font-size: 18px;
}

#header-nav {
  position: relative;
  top: 40px;
}

#header-search {
  width: 100%;
  position: relative;
  top: -40px;
  height: 40px !important;
}
#header-search input.input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.checkout-steps-wrap .checkout-steps:after {
  top: 10px;
}

.block.block-review {
  padding-bottom: 25px !important;
}

.barcode-li {
  margin-top: 15px;
  margin-bottom: 50px;
}
.barcode-li .barcode {
  text-align: center;
}
.barcode-li .barcode img {
  display: inline-block;
}

.algoliasearch-autocomplete-price,
.result-content .price-box,
.result-content .product-price- {
  display: none;
}

#sb-wrapper {
  left: 0 !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  margin: 0 !important;
}
