@import url('style-blessed1.css?z=619');

.opc .buttons-set .back-link a.active,
.opc .buttons-set .back-link a:active,
.opc .buttons-set .back-link a:focus,
.opc .buttons-set .back-link a:hover,
.open .dropdown-toggle.opc .buttons-set .back-link a {
  color: #fff;
  background-color: #9e9e9e;
  border-color: rgba(0,0,0,0);
}

.opc .buttons-set .back-link a.active,
.opc .buttons-set .back-link a:active,
.open .dropdown-toggle.opc .buttons-set .back-link a {
  background-image: none;
}

.opc .buttons-set .back-link a.disabled,
.opc .buttons-set .back-link a.disabled.active,
.opc .buttons-set .back-link a.disabled:active,
.opc .buttons-set .back-link a.disabled:focus,
.opc .buttons-set .back-link a.disabled:hover,
.opc .buttons-set .back-link a[disabled],
.opc .buttons-set .back-link a[disabled].active,
.opc .buttons-set .back-link a[disabled]:active,
.opc .buttons-set .back-link a[disabled]:focus,
.opc .buttons-set .back-link a[disabled]:hover,
fieldset[disabled] .opc .buttons-set .back-link a,
fieldset[disabled] .opc .buttons-set .back-link a.active,
fieldset[disabled] .opc .buttons-set .back-link a:active,
fieldset[disabled] .opc .buttons-set .back-link a:focus,
fieldset[disabled] .opc .buttons-set .back-link a:hover {
  background-color: #b3b3b3;
  border-color: transparent;
}

.opc .buttons-set .button {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  background: #f9ac5c;
}

.box-account .box-head:after,
.box-account .box-head:before,
.dashboard .box .box-title:after,
.dashboard .box .box-title:before,
.dashboard .box-reviews li.item:after,
.dashboard .box-reviews li.item:before {
  display: table;
  content: " ";
}

.order-info .current,
.product-description label {
  font-weight: 700;
}

.modal-footer,
.order-items .order-links {
  text-align: right;
}

.modal-full-image,
.my-wishlist .link-edit {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.opc .buttons-set .button:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.opc .buttons-set .button:focus,
.opc .buttons-set .button:hover {
  color: #fff;
  text-decoration: none;
}

.opc .buttons-set .button.active,
.opc .buttons-set .button:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.opc .buttons-set .button.disabled,
.opc .buttons-set .button[disabled],
fieldset[disabled] .opc .buttons-set .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.addresses-list li.item,
.box-account {
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.opc .buttons-set .button.btn-primary,
.opc .buttons-set .button.is-primary {
  background: #f9ac5c;
}

.opc .buttons-set .button.btn-primary:hover,
.opc .buttons-set .button.is-primary:hover {
  background: #f7932b;
}

.opc .buttons-set .button.btn-secondary,
.opc .buttons-set .button.is-secondary {
  background: #196895;
}

.opc .buttons-set .button.btn-secondary:hover,
.opc .buttons-set .button.is-secondary:hover {
  background: #15597f;
}

.opc .buttons-set .button.btn-where {
  background: #ff7e00;
}

.opc .buttons-set .button:hover {
  background: #f7932b;
}

.opc #login-form .note {
  float: left;
  margin: 2rem 0;
  width: 75%;
}

.opc #login-form .buttons-set {
  float: right;
  margin: 0;
}

.opc #login-form .buttons-set .button {
  margin: 0;
  background: #196895;
}

#newell-payment {
  width: 100%;
  height: 340px;
}

.product-description {
  color: #666;
  font-size: 11px;
  line-height: 1;
  padding-top: 10px;
}

.review-image {
  width: 100px;
}

.account-login .content {
  min-height: 242px;
}

.captcha-image {
  width: 258px;
}

.captcha-note {
  clear: left;
  padding-top: 5px;
}

.account-create:after,
.account-login:after,
.box-account .box-head:after,
.clearfix:after,
.customer-account-forgotpassword .container:after,
.dashboard .box .box-title:after,
.dashboard .box-reviews li.item:after,
.modal-footer:after {
  clear: both;
}

.captcha-image .captcha-img {
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload .refreshing {
  animation: captcha-rotate 1.5s infinite linear;
}

@keyframes captcha-rotate {
  0% {
    transform: rotate(-360deg);
  }
}

.box-account {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}

.box-account>.list-group,
.box-account>.table,
.box-account>.table-responsive {
  margin-bottom: 0;
}

.box-account>.list-group .list-group-item {
  border-width: 1px 0;
}

.box-account>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.box-account>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.box-account>.panel-body+.table,
.box-account>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.box-account>.table-bordered,
.box-account>.table-responsive>.table-bordered {
  border: 0;
}

.box-account>.table-bordered>tbody>tr>td:first-child,
.box-account>.table-bordered>tbody>tr>th:first-child,
.box-account>.table-bordered>tfoot>tr>td:first-child,
.box-account>.table-bordered>tfoot>tr>th:first-child,
.box-account>.table-bordered>thead>tr>td:first-child,
.box-account>.table-bordered>thead>tr>th:first-child,
.box-account>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.box-account>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.box-account>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.box-account>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.box-account>.table-responsive>.table-bordered>thead>tr>td:first-child,
.box-account>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.box-account>.table-bordered>tbody>tr>td:last-child,
.box-account>.table-bordered>tbody>tr>th:last-child,
.box-account>.table-bordered>tfoot>tr>td:last-child,
.box-account>.table-bordered>tfoot>tr>th:last-child,
.box-account>.table-bordered>thead>tr>td:last-child,
.box-account>.table-bordered>thead>tr>th:last-child,
.box-account>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.box-account>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.box-account>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.box-account>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.box-account>.table-responsive>.table-bordered>thead>tr>td:last-child,
.box-account>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.box-account>.table-bordered>tbody>tr:last-child>td,
.box-account>.table-bordered>tbody>tr:last-child>th,
.box-account>.table-bordered>tfoot>tr:last-child>td,
.box-account>.table-bordered>tfoot>tr:last-child>th,
.box-account>.table-bordered>thead>tr:last-child>td,
.box-account>.table-bordered>thead>tr:last-child>th,
.box-account>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.box-account>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.box-account>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.box-account>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.box-account>.table-responsive>.table-bordered>thead>tr:last-child>td,
.box-account>.table-responsive>.table-bordered>thead>tr:last-child>th {
  border-bottom: 0;
}

.box-account h2:first-child {
  margin-top: 0;
}

.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: transparent;
  background-color: #f5f5f5;
  color: #4d4d4d;
}

.box-account .box-head h2>a,
.box-account .box-head>.dropdown .dropdown-toggle {
  color: inherit;
}

.box-account .box-head h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.box-account .box-head a {
  float: right;
}

@media (max-width:768px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.dashboard .box .box-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid transparent;
  text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 16px;
}

.dashboard .col2-set>.box>.box-title {
  margin-left: 15px;
  margin-right: 15px;
}

.dashboard .box-recent .data-table {
  margin-bottom: 0;
}

.dashboard .box-info address,
.dashboard .box-info p {
  margin: 0;
}

.dashboard .box-reviews .details,
.dashboard .box-tags .details {
  margin-left: 20px;
}

.dashboard .box-info .box {
  margin-bottom: 30px;
}

.dashboard .box-reviews ol {
  margin-bottom: 0;
}

.dashboard .box-reviews .number {
  float: left;
}

.dashboard .box-reviews li.item {
  margin-bottom: 10px;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li,
.order-info li {
  display: inline;
}

.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0;
}

.dashboard .box-reviews .ratings {
  margin-top: 5px;
}

.dashboard .box-tags .number {
  float: left;
}

.dashboard .box-tags li.item {
  margin-bottom: 10px;
}

.dashboard .box-tags li.item:last-child {
  margin-bottom: 0;
}

.addresses-list h2 {
  font-size: 16px;
}

.addresses-list h3 {
  margin-top: 0;
  font-size: 14px;
}

.addresses-list p {
  margin: 0;
}

.addresses-list .link-remove {
  color: #a94442;
}

.addresses-list .separator {
  margin: 0 3px;
}

.addresses-list li.item {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 15px;
}

.addresses-list li.item>.list-group,
.addresses-list li.item>.table,
.addresses-list li.item>.table-responsive {
  margin-bottom: 0;
}

.gift-message,
.order-info-box {
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.addresses-list li.item>.list-group .list-group-item {
  border-width: 1px 0;
}

.addresses-list li.item>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.addresses-list li.item>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.addresses-list li.item>.panel-body+.table,
.addresses-list li.item>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.addresses-list li.item>.table-bordered,
.addresses-list li.item>.table-responsive>.table-bordered {
  border: 0;
}

.addresses-list li.item>.table-bordered>tbody>tr>td:first-child,
.addresses-list li.item>.table-bordered>tbody>tr>th:first-child,
.addresses-list li.item>.table-bordered>tfoot>tr>td:first-child,
.addresses-list li.item>.table-bordered>tfoot>tr>th:first-child,
.addresses-list li.item>.table-bordered>thead>tr>td:first-child,
.addresses-list li.item>.table-bordered>thead>tr>th:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>td:first-child,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.addresses-list li.item>.table-bordered>tbody>tr>td:last-child,
.addresses-list li.item>.table-bordered>tbody>tr>th:last-child,
.addresses-list li.item>.table-bordered>tfoot>tr>td:last-child,
.addresses-list li.item>.table-bordered>tfoot>tr>th:last-child,
.addresses-list li.item>.table-bordered>thead>tr>td:last-child,
.addresses-list li.item>.table-bordered>thead>tr>th:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>td:last-child,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.addresses-list li.item>.table-bordered>tbody>tr:last-child>td,
.addresses-list li.item>.table-bordered>tbody>tr:last-child>th,
.addresses-list li.item>.table-bordered>tfoot>tr:last-child>td,
.addresses-list li.item>.table-bordered>tfoot>tr:last-child>th,
.addresses-list li.item>.table-bordered>thead>tr:last-child>td,
.addresses-list li.item>.table-bordered>thead>tr:last-child>th,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.addresses-list li.item>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.addresses-list li.item>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr:last-child>td,
.addresses-list li.item>.table-responsive>.table-bordered>thead>tr:last-child>th {
  border-bottom: 0;
}

.addresses-list li.item h2:first-child {
  margin-top: 0;
}

.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: transparent;
  background-color: #f5f5f5;
  color: #4d4d4d;
}

.addresses-list li.item h3>.dropdown .dropdown-toggle {
  color: inherit;
}

.addresses-list li.empty {
  background: 0 0;
  border: 0;
  padding: 0;
}

.gift-message,
.my-wishlist textarea,
.order-about,
.order-info-box {
  background-color: #fff;
}

.order-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.order-info dd {
  padding-left: 10px;
}

.order-info li {
  margin: 0 3px;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-info li:last-child {
  margin-right: 0;
}

.order-date {
  margin-bottom: 10px;
}

.order-info-box {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
}

.order-info-box>.list-group,
.order-info-box>.table,
.order-info-box>.table-responsive {
  margin-bottom: 0;
}

.order-info-box>.list-group .list-group-item {
  border-width: 1px 0;
}

.order-info-box>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.order-info-box>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.order-info-box>.panel-body+.table,
.order-info-box>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.order-info-box>.table-bordered,
.order-info-box>.table-responsive>.table-bordered {
  border: 0;
}

.order-info-box>.table-bordered>tbody>tr>td:first-child,
.order-info-box>.table-bordered>tbody>tr>th:first-child,
.order-info-box>.table-bordered>tfoot>tr>td:first-child,
.order-info-box>.table-bordered>tfoot>tr>th:first-child,
.order-info-box>.table-bordered>thead>tr>td:first-child,
.order-info-box>.table-bordered>thead>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>td:first-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.order-info-box>.table-bordered>tbody>tr>td:last-child,
.order-info-box>.table-bordered>tbody>tr>th:last-child,
.order-info-box>.table-bordered>tfoot>tr>td:last-child,
.order-info-box>.table-bordered>tfoot>tr>th:last-child,
.order-info-box>.table-bordered>thead>tr>td:last-child,
.order-info-box>.table-bordered>thead>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>td:last-child,
.order-info-box>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.order-info-box>.table-bordered>tbody>tr:last-child>td,
.order-info-box>.table-bordered>tbody>tr:last-child>th,
.order-info-box>.table-bordered>tfoot>tr:last-child>td,
.order-info-box>.table-bordered>tfoot>tr:last-child>th,
.order-info-box>.table-bordered>thead>tr:last-child>td,
.order-info-box>.table-bordered>thead>tr:last-child>th,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.order-info-box>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.order-info-box>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.order-info-box>.table-responsive>.table-bordered>thead>tr:last-child>td,
.order-info-box>.table-responsive>.table-bordered>thead>tr:last-child>th {
  border-bottom: 0;
}

.order-info-box h2:first-child {
  margin-top: 0;
}

.order-info-box .box {
  margin-bottom: 15px;
}

.order-info-box h2 {
  margin-top: 0;
  font-size: 14px;
}

.order-info-box address {
  margin-bottom: 0;
}

.order-items h2 {
  font-size: 16px;
}

.order-items h3 {
  font-size: 12px;
}

.order-additional {
  margin: 10px 0;
}

.gift-message {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 15px;
}

.gift-message>.list-group,
.gift-message>.table,
.gift-message>.table-responsive {
  margin-bottom: 0;
}

.gift-message>.list-group .list-group-item {
  border-width: 1px 0;
}

.gift-message>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.gift-message>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.gift-message>.panel-body+.table,
.gift-message>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.gift-message>.table-bordered,
.gift-message>.table-responsive>.table-bordered {
  border: 0;
}

.gift-message>.table-bordered>tbody>tr>td:first-child,
.gift-message>.table-bordered>tbody>tr>th:first-child,
.gift-message>.table-bordered>tfoot>tr>td:first-child,
.gift-message>.table-bordered>tfoot>tr>th:first-child,
.gift-message>.table-bordered>thead>tr>td:first-child,
.gift-message>.table-bordered>thead>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>td:first-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.gift-message>.table-bordered>tbody>tr>td:last-child,
.gift-message>.table-bordered>tbody>tr>th:last-child,
.gift-message>.table-bordered>tfoot>tr>td:last-child,
.gift-message>.table-bordered>tfoot>tr>th:last-child,
.gift-message>.table-bordered>thead>tr>td:last-child,
.gift-message>.table-bordered>thead>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>td:last-child,
.gift-message>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.gift-message>.table-bordered>tbody>tr:last-child>td,
.gift-message>.table-bordered>tbody>tr:last-child>th,
.gift-message>.table-bordered>tfoot>tr:last-child>td,
.gift-message>.table-bordered>tfoot>tr:last-child>th,
.gift-message>.table-bordered>thead>tr:last-child>td,
.gift-message>.table-bordered>thead>tr:last-child>th,
.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.gift-message>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.gift-message>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.gift-message>.table-responsive>.table-bordered>thead>tr:last-child>td,
.gift-message>.table-responsive>.table-bordered>thead>tr:last-child>th {
  border-bottom: 0;
}

.gift-message h2:first-child {
  margin-top: 0;
}

.gift-message dt {
  padding-left: 10px;
}

.gift-message dt strong {
  display: block;
  margin-left: -10px;
}

.gift-message dd {
  margin-top: 10px;
}

.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}

.order-about {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  padding: 15px;
}

.order-about>.list-group,
.order-about>.table,
.order-about>.table-responsive {
  margin-bottom: 0;
}

.order-about>.list-group .list-group-item {
  border-width: 1px 0;
}

.order-about>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.order-about>.list-group .list-group-item:last-child {
  border-bottom: 0;
}

.order-about>.panel-body+.table,
.order-about>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.order-about>.table-bordered,
.order-about>.table-responsive>.table-bordered {
  border: 0;
}

.order-about>.table-bordered>tbody>tr>td:first-child,
.order-about>.table-bordered>tbody>tr>th:first-child,
.order-about>.table-bordered>tfoot>tr>td:first-child,
.order-about>.table-bordered>tfoot>tr>th:first-child,
.order-about>.table-bordered>thead>tr>td:first-child,
.order-about>.table-bordered>thead>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.order-about>.table-responsive>.table-bordered>thead>tr>td:first-child,
.order-about>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.order-about>.table-bordered>tbody>tr>td:last-child,
.order-about>.table-bordered>tbody>tr>th:last-child,
.order-about>.table-bordered>tfoot>tr>td:last-child,
.order-about>.table-bordered>tfoot>tr>th:last-child,
.order-about>.table-bordered>thead>tr>td:last-child,
.order-about>.table-bordered>thead>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.order-about>.table-responsive>.table-bordered>thead>tr>td:last-child,
.order-about>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.order-about>.table-bordered>tbody>tr:last-child>td,
.order-about>.table-bordered>tbody>tr:last-child>th,
.order-about>.table-bordered>tfoot>tr:last-child>td,
.order-about>.table-bordered>tfoot>tr:last-child>th,
.order-about>.table-bordered>thead>tr:last-child>td,
.order-about>.table-bordered>thead>tr:last-child>th,
.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.order-about>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.order-about>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.order-about>.table-responsive>.table-bordered>thead>tr:last-child>td,
.order-about>.table-responsive>.table-bordered>thead>tr:last-child>th {
  border-bottom: 0;
}

.order-about h2:first-child {
  margin-top: 0;
}

.order-about dd {
  margin-bottom: 10px;
  padding-left: 10px;
}

.my-wishlist .link-edit,
.my-wishlist textarea {
  background-image: none;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  display: block;
  line-height: 1.42857143;
  vertical-align: middle;
}

.order-about dd:last-child {
  margin-bottom: 0;
}

.my-wishlist textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  height: auto;
}

.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.my-wishlist textarea:-moz-placeholder {
  color: #999;
}

.my-wishlist textarea::-moz-placeholder {
  color: #999;
}

.my-wishlist textarea:-ms-input-placeholder {
  color: #999;
}

.my-wishlist textarea::-webkit-input-placeholder {
  color: #999;
}

.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #e8e8e8;
}

textarea.my-wishlist textarea {
  height: auto;
}

.my-wishlist .add-to-cart-alt input.input-text,
.my-wishlist .price-box {
  margin-bottom: 5px;
}

.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.my-wishlist p {
  margin-bottom: 0;
}

.my-wishlist .link-edit {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 4px;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #b3b3b3;
}

.my-wishlist .link-edit:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:hover {
  text-decoration: none;
}

.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.my-wishlist .link-edit.btn-primary,
.my-wishlist .link-edit.is-primary {
  background: #f9ac5c;
}

.my-wishlist .link-edit.btn-primary:hover,
.my-wishlist .link-edit.is-primary:hover {
  background: #f7932b;
}

.my-wishlist .link-edit.btn-secondary,
.my-wishlist .link-edit.is-secondary {
  background: #196895;
}

.my-wishlist .link-edit.btn-secondary:hover,
.my-wishlist .link-edit.is-secondary:hover {
  background: #15597f;
}

.my-wishlist .link-edit.btn-where {
  background: #ff7e00;
}

.my-wishlist .btn-add.active,
.my-wishlist .btn-add:active,
.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active,
.open .dropdown-toggle.my-wishlist .btn-add,
.open .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}

.my-wishlist .link-edit.active,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:hover,
.open .dropdown-toggle.my-wishlist .link-edit {
  color: #fff;
  background-color: #9e9e9e;
  border-color: rgba(0,0,0,0);
}

.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled],
.my-wishlist .link-edit[disabled].active,
.my-wishlist .link-edit[disabled]:active,
.my-wishlist .link-edit[disabled]:focus,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit,
fieldset[disabled] .my-wishlist .link-edit.active,
fieldset[disabled] .my-wishlist .link-edit:active,
fieldset[disabled] .my-wishlist .link-edit:focus,
fieldset[disabled] .my-wishlist .link-edit:hover {
  background-color: #b3b3b3;
  border-color: transparent;
}

.my-wishlist .btn-add {
  color: #fff;
  background-color: #f9ac5c;
  border-color: transparent;
}

.my-wishlist .btn-add.active,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:hover,
.open .dropdown-toggle.my-wishlist .btn-add {
  color: #fff;
  background-color: #f89835;
  border-color: rgba(0,0,0,0);
}

.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled],
.my-wishlist .btn-add[disabled].active,
.my-wishlist .btn-add[disabled]:active,
.my-wishlist .btn-add[disabled]:focus,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add,
fieldset[disabled] .my-wishlist .btn-add.active,
fieldset[disabled] .my-wishlist .btn-add:active,
fieldset[disabled] .my-wishlist .btn-add:focus,
fieldset[disabled] .my-wishlist .btn-add:hover {
  background-color: #f9ac5c;
  border-color: transparent;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-review .product-img-box .label {
  font-size: 12px;
}

.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 5px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  margin-bottom: 10px;
  font-size: 16px;
}

.product-review h3 {
  font-size: 14px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  margin-bottom: 5px;
}

.billing-agreements .info-box {
  margin: 10px 0;
}

.billing-agreements .form-list li select {
  float: left;
}

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}

.billing-agreements .table-caption {
  font-weight: 700;
}

.account-create,
.account-login,
.customer-account-forgotpassword .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.account-create:after,
.account-create:before,
.account-login:after,
.account-login:before,
.customer-account-forgotpassword .container:after,
.customer-account-forgotpassword .container:before {
  content: " ";
  display: table;
}

.customer-account-forgotpassword .col2-set {
  margin: 0;
}

.my-account {
  padding: 0;
  margin-bottom: 0;
}

.my-account h2 {
  margin-top: 0;
}

.my-account h2.legend {
  font-size: 18px;
}

.my-account .page-title {
  margin: 0 0 5rem;
}

.my-account .page-title:before {
  display: none;
}

.my-account .page-title a {
  position: absolute;
  top: 0;
  right: 2rem;
}

.my-account .page-title .order-date {
  display: block;
  color: #b3b3b3;
}

.my-account .page-title .button {
  float: right;
}

.my-account .welcome-msg {
  margin: 0 0 -2rem;
  background: 0 0;
}

.my-account .welcome-msg .sub-title {
  text-transform: capitalize;
  color: #4d4d4d;
}

.my-account .recent-orders {
  padding-top: 40px;
}

.my-account .data-table .odd {
  background: #e9f3f6;
}

.my-account .data-table thead td,
.my-account .data-table thead th {
  border-right: solid 1px #fff;
}

.my-account .data-table tbody td {
  padding: 20px 15px 30px;
  background: 0 0!important;
  color: #666;
}

.my-account .data-table tbody td em {
  color: #196895;
}

.my-account .data-table tbody td a {
  padding: 5px 18px;
  border-radius: 3px;
  font-size: 12px;
  background: #196895;
  color: #fff;
}

.my-account a.button {
  background: #b3b3b3;
}

.my-account a.button:hover {
  background: #666;
}

@media screen and (max-width:768px) {
  .my-account {
    padding: 0;
  }

  .my-account .data-table {
    width: 100%;
    max-width: 100%;
  }

  .my-account .data-table tbody>tr,
  .my-account .data-table thead>tr {
    display: block;
    max-width: 100%;
  }

  .my-account .data-table tbody>tr {
    position: relative;
    padding: 20px 0 40px;
    border-bottom: dashed 1px #e8e8e8;
    background: #e9f3f6;
  }

  .my-account .data-table tbody>tr td.last {
    position: absolute;
    bottom: 0;
    right: 5px;
  }
}

aside[role=complementary] .block-account .block-title,
aside[role=complementary] .block-compare {
  display: none;
}

.my-account .order-page {
  margin-bottom: 20px;
}

.my-account .info-box {
  background: #e9f3f6;
}

.my-account .info-box .box-title {
  padding: 5px 10px;
  font-size: 13px;
  background: #196895;
  color: #fff;
}

.my-account .info-box .box-content {
  padding: 10px;
}

.my-account .info-box.alt {
  background: 0 0;
}

.my-account .info-box.alt .box-title {
  margin-bottom: 0;
  padding: 0 10px;
  background: 0 0;
  color: #196895;
}

.my-account .info-box.alt .box-content {
  padding: 0 10px;
}

.my-account .order-table {
  margin-bottom: 20px;
}

.my-account .order-table tfoot>tr>td {
  padding: 5px;
  border-top: none;
  color: #b3b3b3;
}

.my-account .order-table tfoot>tr>td strong {
  color: #196895;
}

aside[role=complementary] .block-account {
  background: 0 0;
  margin-top: 30px;
  border: none!important;
  box-shadow: none!important;
}

aside[role=complementary] .block-account .block-content {
  padding: 0;
}

aside[role=complementary] .block-account .block-content ul li {
  color: #fff;
  background: #b3b3b3;
  border-radius: 4px;
  margin: 0 0 15px;
  padding: 6px;
  line-height: 1.42857143;
  text-align: center;
}

aside[role=complementary] .block-account .block-content ul li a {
  color: #fff;
  padding: 0;
}

aside[role=complementary] .block-account .block-content ul li:hover {
  background: #666;
}

aside[role=complementary] .block-account .block-content ul li:hover a:hover {
  text-decoration: none;
}

aside[role=complementary] .block-account .block-content ul li.current {
  color: #fff;
  background: #85b063;
  line-height: 1.42857143;
}

aside[role=complementary] .block-account .block-content ul li.current strong {
  font-weight: 400;
}

@media screen and (max-width:768px) {
  aside[role=complementary] {
    display: block;
  }

  aside[role=complementary] .dashboard-nav {
    margin-top: 20px;
  }

  aside[role=complementary] .dashboard-nav li {
    margin: 0 0 5px!important;
    padding: 0;
  }
}

aside[role=complementary] .block-reorder {
  padding: 1rem;
  border: 1px solid #e8e8e8;
}

aside[role=complementary] .block-reorder .block-title {
  display: none;
}

aside[role=complementary] .block-reorder .block-content {
  margin: 0;
}

aside[role=complementary] .block-reorder .block-content .block-subtitle {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

aside[role=complementary] .block-reorder #cart-sidebar-reorder li.odd {
  background: #f5f5f5;
}

aside[role=complementary] .block-reorder input.checkbox {
  margin: 0;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

aside[role=complementary] .block-reorder .product-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

aside[role=complementary] .block-reorder .product-name a {
  color: #4d4d4d;
}

aside[role=complementary] .block-reorder .actions {
  padding: 6px 0;
  background: 0 0;
}

@media (max-width:768px) {
  .my-account .box-account {
    overflow: auto;
    margin-bottom: 8px;
  }

  .my-account .box-account .col2-set {
    margin-left: 0;
    margin-right: 0;
  }

  .my-account .box-account .col2-set .col-1,
  .my-account .box-account .col2-set .col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .account-create,
  .account-login,
  .customer-account-forgotpassword .container {
    padding: 0 4rem;
  }

  .account-create .content-start,
  .account-login .content-start,
  .customer-account-forgotpassword .container .content-start {
    padding: 0;
    margin: 0 0 4rem;
    border: 0;
  }

  .account-create .content,
  .account-login .content,
  .customer-account-forgotpassword .container .content {
    min-height: 0;
  }

  .customer-account-forgotpassword .col2-set {
    margin: 0 -15px;
  }

  div[role=main] {
    margin: 9rem 2rem 0;
    margin-top: 0;
  }

  aside[role=complementary] {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 2;
  }

  aside[role=complementary] .block-account {
    margin: 0;
  }

  aside[role=complementary] .block-account .block-content,
  aside[role=complementary] .block-account .block-title {
    margin-top: 0;
  }

  aside[role=complementary] .block-reorder {
    display: none;
  }

  aside[role=complementary] .dashboard-nav-toggle {
    display: block;
    background: url(icons/grey-dark/account.svg) center center no-repeat #e8e8e8;
    background-size: 4rem;
    width: 50%;
    height: 9rem;
    cursor: pointer;
    margin-left: 2rem;
  }

  aside[role=complementary] .dashboard-nav-toggle.is-open {
    background: url(icons/grey-dark/x.svg) center center no-repeat #e8e8e8;
    background-size: 4rem;
  }

  aside[role=complementary] .dashboard-nav {
    display: none;
    margin: 0;
    padding: 2rem;
    background: #e8e8e8;
  }

  aside[role=complementary] .dashboard-nav .last {
    margin-bottom: 0!important;
  }

  aside[role=complementary] .dashboard-nav.is-open {
    display: block;
  }
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  z-index: 1040;
}

#foot-soc li a,
.carousel-inner,
.modal-open {
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel-control,
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 2rem;
  border-bottom: 1px solid #e5e5e5;
  min-height: 3.42857143rem;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 2rem;
}

.modal-footer {
  margin-top: 15px;
  padding: 1rem 2rem 2rem;
  border-top: 1px solid transparent;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
  margin-right: 0;
}

@media screen and (min-width:768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-media .modal-dialog {
    width: 940px;
  }
}

.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 4rem;
}

.modal .modal-header h1 {
  margin-top: 0;
}

.modal .modal-header .subhead {
  display: inline-block;
  text-transform: uppercase;
}

.modal .modal-header .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.modal-lg {
  width: 100%;
}

.modal-lg .modal-dialog {
  margin: 0 auto;
  width: 900px;
}

.modal-full-image {
  user-select: none;
}

.checkbox-list label,
.no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.modal.fade.in {
  background: rgba(0,0,0,.6);
  display: block;
}

.modal-gallery-back,
.modal-gallery-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem 4rem;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  cursor: pointer;
}

.modal-gallery-back:hover,
.modal-gallery-next:hover {
  background-color: rgba(0,0,0,.5);
}

.modal-gallery-next {
  background-image: url(icons/white/chevron_right.svg);
  right: 3rem;
}

.modal-gallery-back {
  background-image: url(icons/white/chevron_left.svg);
  left: 3rem;
}

.videoModal .videoSrc,
.videoModal iframe {
  width: 100%;
  max-width: 100%;
  min-height: 380px;
}

@media (max-width:768px) {
  .modal-dialog {
    width: 100%!important;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel,
.carousel-inner {
  position: relative;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.left .arrow:after,
.popover.right .arrow:after {
  content: " ";
  bottom: -10px;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
}

.popover.right .arrow:after {
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.carousel-control.left {
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption .btn,
.text-hide {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

#dialog_box_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  background-color: rgba(0,0,0,.5);
  z-index: 200;
}

#dialog_box,
#dialog_box .html5zoom {
  position: relative;
}

#dialog_box {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}

#dialog_box #dialog_box_content {
  padding: 3%;
}

#dialog_box .html5zoom img {
  width: 100%;
}

#dialog_box .html5zoom-button {
  z-index: 5;
}

#dialog_box h2,
#dialog_box h3,
#dialog_box h4 {
  margin: 0 0 10px;
}

#dialog_box #dialog_box_content p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

#dialog_box .dialog_box_close {
  display: block;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 33px;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

.no-select {
  user-select: none;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
td.visible-xs,
th.visible-xs,
tr.visible-xs {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .visible-xs.visible-sm {
    display: block!important;
  }

  tr.visible-xs.visible-sm {
    display: table-row!important;
  }

  td.visible-xs.visible-sm,
  th.visible-xs.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .visible-xs.visible-md {
    display: block!important;
  }

  tr.visible-xs.visible-md {
    display: table-row!important;
  }

  td.visible-xs.visible-md,
  th.visible-xs.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-xs.visible-lg {
    display: block!important;
  }

  tr.visible-xs.visible-lg {
    display: table-row!important;
  }

  td.visible-xs.visible-lg,
  th.visible-xs.visible-lg {
    display: table-cell!important;
  }
}

.visible-sm,
td.visible-sm,
th.visible-sm,
tr.visible-sm {
  display: none!important;
}

@media (max-width:767px) {
  .visible-sm.visible-xs {
    display: block!important;
  }

  tr.visible-sm.visible-xs {
    display: table-row!important;
  }

  td.visible-sm.visible-xs,
  th.visible-sm.visible-xs {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .visible-sm {
    display: block!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .visible-sm.visible-md {
    display: block!important;
  }

  tr.visible-sm.visible-md {
    display: table-row!important;
  }

  td.visible-sm.visible-md,
  th.visible-sm.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-sm.visible-lg {
    display: block!important;
  }

  tr.visible-sm.visible-lg {
    display: table-row!important;
  }

  td.visible-sm.visible-lg,
  th.visible-sm.visible-lg {
    display: table-cell!important;
  }
}

.visible-md,
td.visible-md,
th.visible-md,
tr.visible-md {
  display: none!important;
}

@media (max-width:767px) {
  .visible-md.visible-xs {
    display: block!important;
  }

  tr.visible-md.visible-xs {
    display: table-row!important;
  }

  td.visible-md.visible-xs,
  th.visible-md.visible-xs {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .visible-md.visible-sm {
    display: block!important;
  }

  tr.visible-md.visible-sm {
    display: table-row!important;
  }

  td.visible-md.visible-sm,
  th.visible-md.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-md.visible-lg {
    display: block!important;
  }

  tr.visible-md.visible-lg {
    display: table-row!important;
  }

  td.visible-md.visible-lg,
  th.visible-md.visible-lg {
    display: table-cell!important;
  }
}

.visible-lg,
td.visible-lg,
th.visible-lg,
tr.visible-lg {
  display: none!important;
}

@media (max-width:767px) {
  .visible-lg.visible-xs {
    display: block!important;
  }

  tr.visible-lg.visible-xs {
    display: table-row!important;
  }

  td.visible-lg.visible-xs,
  th.visible-lg.visible-xs {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .visible-lg.visible-sm {
    display: block!important;
  }

  tr.visible-lg.visible-sm {
    display: table-row!important;
  }

  td.visible-lg.visible-sm,
  th.visible-lg.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .visible-lg.visible-md {
    display: block!important;
  }

  tr.visible-lg.visible-md {
    display: table-row!important;
  }

  td.visible-lg.visible-md,
  th.visible-lg.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

.hidden-xs {
  display: block!important;
}

tr.hidden-xs {
  display: table-row!important;
}

td.hidden-xs,
th.hidden-xs {
  display: table-cell!important;
}

@media (max-width:767px) {
  .hidden-xs,
  td.hidden-xs,
  th.hidden-xs,
  tr.hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .hidden-xs.hidden-md,
  td.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg {
    display: none!important;
  }
}

.hidden-sm {
  display: block!important;
}

tr.hidden-sm {
  display: table-row!important;
}

td.hidden-sm,
th.hidden-sm {
  display: table-cell!important;
}

@media (max-width:767px) {
  .hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .hidden-sm,
  td.hidden-sm,
  th.hidden-sm,
  tr.hidden-sm {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .hidden-sm.hidden-md,
  td.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg {
    display: none!important;
  }
}

.hidden-md {
  display: block!important;
}

tr.hidden-md {
  display: table-row!important;
}

td.hidden-md,
th.hidden-md {
  display: table-cell!important;
}

@media (max-width:767px) {
  .hidden-md.hidden-xs,
  td.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .hidden-md.hidden-sm,
  td.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .hidden-md,
  td.hidden-md,
  th.hidden-md,
  tr.hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-md.hidden-lg,
  td.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg {
    display: none!important;
  }
}

.hidden-lg {
  display: block!important;
}

tr.hidden-lg {
  display: table-row!important;
}

td.hidden-lg,
th.hidden-lg {
  display: table-cell!important;
}

@media (max-width:767px) {
  .hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:767px) {
  .hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .hidden-lg.hidden-md,
  td.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg,
  td.hidden-lg,
  th.hidden-lg,
  tr.hidden-lg {
    display: none!important;
  }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }

  .hidden-print,
  td.hidden-print,
  th.hidden-print,
  tr.hidden-print {
    display: none!important;
  }
}

.ie9 .rtabs {
  width: 100%;
  display: block;
  clear: left;
}

.home-content .home-banner .home-slider li.multi .banner-txt-wrap:after,
.home-content .home-row:after {
  clear: both;
}

.ie9 .rtabs .rtabs-tab {
  width: 14.285%;
  display: inline-block;
  float: left;
  margin-bottom: 2rem;
}

.ie9 .rtabs .rtabs-panel h1:first-child {
  display: block;
  width: 100%;
}

.ie9 .rtabs .rtabs-panel.is-active {
  padding-top: 9rem;
}

.footer {
  margin-top: 20px;
  border-top: 2px solid #ebebeb;
}

.footer dl dt {
  margin-bottom: 10px;
  color: #196895;
}

.footer dl dd a {
  color: #b3b3b3;
}

.footer .row p {
  font-size: 12px;
  color: #b3b3b3;
}

#foot-soc {
  margin-left: -12px;
}

#foot-soc li {
  display: block;
  float: left;
  padding: 0 5px;
}

#foot-soc li:nth-child(even) {
  padding-left: 0;
}

#foot-soc li a {
  display: block;
  width: 25px;
  height: 25px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  color: #b3b3b3;
}

#foot-soc li a:hover {
  color: #196895;
}

.hidden {
  visibility: hidden!important;
  display: none!important;
}

@media (min-width:768px) {
  .footer {
    padding-bottom: 30px;
    width: 100%;
    min-height: 100px;
  }

  .footer-btm {
    padding: 0 2rem;
  }

  .footer-well.block {
    display: block;
    text-align: right;
    background: 0 0;
  }

  .footer-well.left {
    float: left;
  }

  .footer-well.right {
    float: right;
    width: 70%;
    text-align: right;
  }

  .lev-footer-logo {
    display: inline-block;
    width: 135px;
    height: 25px;
    margin-bottom: 3rem;
    text-align: right;
  }

  .lev-footer-logo.mobile {
    display: none;
  }

  .newell-logo {
    margin-top: 5px;
  }

  #page-content,
  body {
    overflow: visible!important;
  }

  html {
    position: relative;
    min-height: 100%;
  }

  body {
    margin-bottom: 0;
  }

  #ascommercebug_link_debug {
    position: absolute;
    z-index: 1000;
    background-color: transparent!important;
  }

  #nav-wrap {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    height: 9rem;
    background: #bee6f2;
  }

  #nav-wrap #nav {
    position: relative!important;
  }

  #nav-wrap #nav .nav-utility {
    padding: 3.5rem 0;
  }

  #page-content {
    padding-top: 9rem;
  }
}

@media (max-width:768px) {
  .footer,
  html {
    position: relative;
  }

  html {
    min-height: 100%;
  }

  body {
    overflow: visible!important;
  }

  .footer {
    z-index: 1;
    padding: 0 2rem 2rem;
    background: #fff;
  }

  .footer .container {
    padding: 0;
  }

  .footer .row {
    padding-top: 0;
  }

  .footer .row p {
    font-size: 10px;
  }

  .footer .footer-well.right {
    margin: 3rem 0;
    text-align: right;
  }

  .footer .footer-btm {
    display: block;
    padding: 20px 20px 0 0;
    text-align: left;
  }

  .footer .footer-btm:after,
  .footer .footer-btm:before {
    content: " ";
    display: table;
  }

  .footer .footer-btm:after {
    clear: both;
  }

  .footer .footer-btm .lev-footer-logo {
    float: left;
    width: 135px;
    height: 25px;
    -ms-transform: scale(.8);
    transform: scale(.8);
  }

  .footer .footer-btm .newell-logo {
    float: right;
  }
}

@media screen and (max-width:768px) {
  .footer {
    margin-top: 0;
  }

  .footer .container {
    width: auto;
  }
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-direction {
  display: none;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 5rem;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e8e8e8;
  text-indent: -9999px;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #196895;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80,80,80,.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.home-content .home-banner,
.home-content .home-banner .home-slider {
  margin: 0;
  padding: 0;
}

.home-content .home-banner .home-slider li {
  position: relative;
  height: 550px;
  max-height: 700px;
  padding: 10rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-content .home-banner .home-slider li.one {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_slider1?opac=95&wid=2000);
}

.home-content .home-banner .home-slider li.two {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_slider2?opac=95&wid=1824&fit=crop);
}

.home-content .home-banner .home-slider li.two .banner-txt {
  max-width: 500px;
}

.home-content .home-banner .home-slider li.three {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_slider3?opac=95&wid=1824);
}

.home-content .home-banner .home-slider li.four {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_slider4?opac=95&wid=1824);
}

.home-content .home-banner .home-slider li.five {
  background-image: url(http://decor.scene7.com/is/image/DecorOnline/LVC_Cellular_Designer%20Text_Bayleaf_LF_CU3?scl=2);
}

.home-content .home-banner .home-slider li.multi .banner-txt-wrap {
  width: 80%;
  margin: 0 auto;
}

.home-content .home-banner .home-slider li.multi .banner-txt-wrap:after,
.home-content .home-banner .home-slider li.multi .banner-txt-wrap:before {
  content: " ";
  display: table;
}

.home-content .home-banner .home-slider li.multi .banner-txt {
  float: left;
  width: 33.3%;
  min-height: 270px;
  padding: 2rem;
  background: rgba(75,119,123,.5);
}

.home-content .home-banner .home-slider li.multi .banner-txt:nth-child(2) {
  background: rgba(255,255,255,.5);
}

.home-content .home-banner .home-slider li.multi .banner-txt:nth-child(2) .banner-copy,
.home-content .home-banner .home-slider li.multi .banner-txt:nth-child(2) .banner-title {
  color: #196895!important;
}

.home-content .home-banner .home-slider li.multi .banner-txt .banner-copy {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .home-content .home-banner .home-slider li.multi {
    padding-top: 4rem;
  }

  .home-content .home-banner .home-slider li.multi .banner-txt-wrap {
    width: 100%;
  }

  .home-content .home-banner .home-slider li.multi .banner-txt {
    float: none;
    display: block;
    width: 100%;
    min-height: auto;
    padding: 1rem 0;
  }

  .home-content .home-banner .home-slider li.multi .banner-txt .banner-title {
    margin: 0;
  }

  .home-content .home-banner .home-slider li.multi .banner-txt .btn {
    margin: 5px auto;
  }

  .home-content .home-banner .home-slider li.multi .banner-copy {
    padding: 0 1rem;
    font-size: 13px;
  }
}

.home-content .home-banner .home-slider li .slide-controls {
  position: absolute;
  bottom: 20px;
}

.home-content .home-banner .home-slider li .banner-txt {
  max-width: 420px;
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
  background: rgba(50,0,0,.4);
  background-blend-mode: multiply;
}

.home-content .home-banner .home-slider li .banner-txt.split {
  display: inline-block;
  margin-top: 8rem;
  max-width: 382px;
}

.home-content .home-banner .home-slider li .banner-txt.-blue {
  background: rgba(25,104,149,.4);
}

.home-content .home-banner .home-slider li .banner-txt.-blue h2,
.home-content .home-banner .home-slider li .banner-txt.-blue p {
  color: #fff;
}

.home-content .home-banner .home-slider li .banner-txt.-white {
  background: rgba(255,255,255,.4);
}

.home-content .home-banner .home-slider li .banner-txt.-white h2,
.home-content .home-banner .home-slider li .banner-txt.-white p {
  color: #196895;
}

.home-content .home-banner .home-slider li .banner-txt.-brown {
  background: rgba(98,64,33,.4);
}

.home-content .home-banner .home-slider li .banner-txt.-brown h2,
.home-content .home-banner .home-slider li .banner-txt.-brown p {
  color: #fff;
}

.home-content .home-banner .home-slider li .banner-title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.home-content .home-banner .home-slider li .banner-copy {
  font-size: 16px;
  color: #fff;
}

.home-content .home-banner .home-slider li .banner-date {
  background-color: #196895;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  padding: .5rem 0;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
  .home-content .home-banner .home-slider li {
    height: auto;
    min-height: 480px;
    padding: 9rem 2.5rem;
  }

  .home-content .home-banner .home-slider li .banner-title {
    font-size: 28px;
  }

  .home-content .home-banner .home-slider li .banner-txt.split {
    display: block;
    margin-top: 0;
    padding: 1rem;
  }

  .home-content .home-banner .home-slider li .banner-txt.split a.btn {
    margin: 0;
  }
}

.home-content .container-fluid {
  overflow: hidden;
}

.home-content .home-row {
  padding: 10px 0 0;
  background: #fff;
}

.home-content .home-row:after,
.home-content .home-row:before {
  content: " ";
  display: table;
}

.home-content .home-row.samples {
  margin-bottom: -10px;
  padding: 0 10px;
}

.home-content .home-row .lev-pledge {
  display: block;
  width: 363px;
  height: 363px;
  margin: 0 auto;
  background: url(img/lev-pledge.svg) center left no-repeat;
}

@media screen and (min-width:768px) {
  .home-content .module-wrap:first-child {
    padding: 0 5px 0 0;
  }

  .home-content .module-wrap:last-child {
    padding: 0 0 0 5px;
  }
}

.home-content .home-module {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: rgba(0,0,0,.1);
  background-blend-mode: multiply;
}

@media screen and (max-width:768px) {
  .home-content .module-wrap.first {
    padding: 0 0 10px;
  }

  .home-content .module-wrap.last {
    padding: 0;
  }

  .home-content .home-module {
    background-size: cover!important;
  }
}

.home-content .home-module .social-copy {
  margin: 0;
  font-size: 12px;
  color: #b3b3b3;
}

.home-content .home-module .social-copy a {
  color: #b3b3b3;
}

.home-content .home-module .home-module-cont {
  padding: 80px 5px;
  background-color: rgba(0,0,0,.2);
}

.home-content .home-module .home-module-cont.pledge {
  padding: 120px 0;
}

.home-content .home-module .home-module-cont.sample {
  padding: 100px 20%;
}

@media screen and (max-width:768px) {
  .home-content .home-module .home-module-cont.pledge {
    padding: 120px 0 60px;
  }
}

.home-content .home-module.alt {
  margin-bottom: 5px;
  padding: 20px 10px;
  text-align: left;
  font-size: 16px;
  background: #fff;
  box-shadow: none;
  position: relative!important;
  min-height: 1px!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

@media (min-width:768px) {
  .home-content .home-module.alt {
    float: left;
    width: 25%;
  }
}

.home-content .home-module.alt .home-title {
  margin: 0 0 20px;
  padding-top: 20px;
  padding-left: 0;
  color: #196895;
}

.home-content .home-module.alt .btn {
  margin: 20px 0;
}

.home-content .home-module.alt p {
  max-width: 450px;
}

@media screen and (max-width:768px) {
  .home-content .home-module.alt {
    padding: 10px 30px!important;
  }
}

.home-content .home-module.bg-gallery {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_adlet_left?opac=70&blendMode=screen&wid=700);
  background-position: center;
  background-size: cover;
}

.home-content .home-module.bg-cut {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_adlet_right?opac=70&blendMode=screen&wid=700);
  background-position: center;
  background-size: cover;
}

.home-content .home-module.bg-pledge {
  padding: 0;
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_feature1?opac=90&wid=1824);
}

.home-content .home-module.bg-sample {
  background-image: url(http://s7d5.scene7.com/is/image/DecorOnline/lv2_feature2);
  background-size: 100% 100%;
}

.home-content .btn {
  margin-top: 30px;
  background: #196895;
  color: #fff;
  transition: all ease-in-out .2s;
}

.home-content .btn:hover {
  background: #27a6db;
}

.home-content .btn.orange {
  background: #ff7e00;
}

.home-content .btn.orange:hover {
  background: #9e4820;
}

.home-content .home-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.home-content .home-title.upper {
  text-transform: uppercase;
}

.home-content .home-title.lite {
  font-weight: 500;
}

.home-content .home-title.alt,
.home-content .home-title.xs-lite {
  font-weight: 300;
}

@media screen and (max-width:768px) {
  .home-content .home-title {
    padding: 0 10px;
    font-size: 18px;
  }
}

.home-content .home-copy {
  width: 400px;
  margin: 0 auto 10px;
  font-size: 2.13rem;
  text-align: center;
  color: #fff;
}

.home-content .home-grid {
  padding: 0 5px;
}

.home-content .home-grid:after {
  content: '';
  display: table;
  clear: both;
}

.home-content .home-grid-item {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.home-content .home-grid-item:before {
  content: '';
  display: block;
  padding-top: 70%;
}

.home-content .home-grid-item.is-wide {
  width: 50%;
}

.home-content .home-grid-item.is-wide:before {
  padding-top: 35%;
}

.home-content .home-grid-content {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  overflow: hidden;
}

.home-content .home-grid-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 125%;
  height: 100%;
}

.home-content .home-grid-content h3 {
  color: #196895;
  font-size: 26px;
  margin: 0 0 5px;
}

.home-content .home-grid-content p {
  margin: 0 0 1%;
}

.home-content .home-grid-content .btn {
  margin: 2% 0;
}

.home-content .home-grid-content .social-copy {
  margin: 0;
}

.home-content .home-grid-item.is-wide .home-grid-content {
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width:480px) {
  .bx-viewport {
    max-height: 480px;
  }

  .home-content .home-grid-item {
    width: 50%;
  }

  .home-content .home-grid-item.is-wide {
    width: 100%;
    height: auto;
    padding: 10px 30px;
  }

  .home-content .home-grid-item.is-wide:before {
    display: none;
  }

  .home-content .home-grid-content h3 {
    font-size: 18px;
    margin: 10px 0 5px;
  }

  .home-content .home-grid-content .btn {
    margin: 20px 0 10px;
  }

  .home-content .home-grid-content .social-copy {
    margin: 0 0 10px;
  }

  .home-content .home-grid-item.is-wide .home-grid-content {
    position: relative;
    top: 0;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .home-content .home-copy {
    width: 100%;
    padding: 0 2rem;
    font-size: 2.13rem;
  }
}

@media (min-width:480px) and (max-width:768px) {
  .home-content .home-copy {
    width: 100%;
    padding: 0 2rem;
    font-size: 2.13rem;
  }

  .home-content .home-row {
    padding: 10px 0 5px;
  }

  .home-content .home-row.samples {
    margin: 0 0 10px;
  }

  .home-content .home-row.gallery {
    padding: 5px 0 0;
  }

  .home-content .home-row .module-wrap:first-child {
    padding: 0 0 10px;
  }

  .home-content .home-row .home-grid-content .btn {
    margin: 0;
  }

  .home-content .home-grid-item {
    width: 50%;
  }

  .home-content .home-grid-item.is-wide {
    width: 100%;
    height: auto;
    padding: 10px 30px;
  }

  .home-content .home-grid-item.is-wide:before {
    display: none;
  }

  .home-content .home-grid-item.is-wide:after {
    clear: left;
    content: '';
  }

  .home-content .home-grid-item.is-wide .home-grid-content {
    position: relative;
    top: 0;
    bottom: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .home-content .home-copy {
    width: 100%;
    padding: 0 2rem;
    font-size: 2.13rem;
  }
}

div.img-cover {
  position: relative;
  overflow: hidden;
}

div.img-cover img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.country {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background: url(img/country_bg.jpg);
  background-size: cover;
}

.country .country-bar {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 5%;
  background: url(img/country_map_bg.jpg) center center;
  background-size: cover;
}

.country .country-nav {
  position: absolute;
  top: 20%;
  padding: 40px;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
}

.country .country-nav h2 {
  margin: 10px 0 20px;
  color: #196895;
}

.country .country-nav .btn {
  margin-right: 7px;
  margin-bottom: 10px;
}

.country .country-logo {
  min-width: 100%;
  height: 45px;
  background: url(img/levolor_logo_blue.svg) bottom left no-repeat;
  background-size: contain;
}

@media (max-width:768px) {
  .country .country-bar {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 25%;
    left: 0;
  }

  .country .country-nav {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px;
    width: 100%;
    height: auto;
  }
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.hero-wrap img.img-responsive {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: none;
  min-width: 100%;
}

.hero-wrap .hero-inner {
  position: relative;
  height: 100%;
  padding: 40px;
}

.hero-wrap .hero-video {
  position: absolute;
  top: 50%;
  right: 33.333%;
  z-index: 2;
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  width: 524px;
  height: 300px;
  border: 6px solid #fff;
}

.hero-wrap .hero-video.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-wrap .hero-video-close {
  background: url(icons/grey/x.svg) center center no-repeat rgba(0,0,0,.5);
  background-size: 2rem 2rem;
  position: absolute;
  top: -6px;
  right: -7rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.hero-wrap .hero-meta {
  z-index: 1;
  position: absolute;
  right: 3.2rem;
  bottom: 0;
  max-width: 300px;
  padding: 0 25px 25px;
  text-align: center;
  background: rgba(50,0,0,.4);
  background-blend-mode: multiply;
  color: #fff;
}

.hero-wrap .hero-meta.green {
  background: rgba(0,50,0,.4);
}

.hero-wrap .hero-meta .hero-title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-wrap .hero-meta .hero-video-button {
  position: relative;
  display: inline-block;
  border: 4px solid #fff;
  margin-bottom: 2rem;
}

.hero-wrap .hero-meta .hero-video-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: url(icons/grey/triangle_right.svg) 2.8rem 2.5rem no-repeat rgba(0,0,0,.5);
  background-size: 3rem 3rem;
}

.hero-wrap .hero-meta .hero-intro {
  text-transform: uppercase;
}

.hero-wrap .hero-meta .hero-cta {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.hero-wrap.category {
  height: 330px;
}

.hero-wrap.category .hero-meta {
  left: 2rem;
  background: rgba(44,81,123,.8);
  max-width: 372px;
  height: 100%;
}

.hero-wrap.category .hero-title span {
  display: block;
  font-weight: 700;
}

@media (max-width:768px) {
  .catalog-category-view .hero-wrap img {
    max-height: none;
  }

  .hero-wrap {
    min-height: 320px;
    height: auto;
  }

  .hero-wrap .hero-meta {
    z-index: 1;
    position: relative;
    margin: 6rem auto;
    right: 0;
    bottom: 0;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    background: rgba(50,0,0,.4);
    background-blend-mode: multiply;
    color: #fff;
  }

  .hero-wrap .hero-inner {
    padding: 0;
  }

  .hero-wrap.category .hero-meta {
    left: 0;
    margin: 0 auto;
  }

  .hero-wrap.category .hero-title {
    margin-top: 10px;
  }

  .hero-wrap.category .hero-video {
    position: absolute;
    top: 21rem;
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 190px;
    height: 160px;
    opacity: .01!important;
    pointer-events: auto!important;
  }

  .hero-wrap.category .hero-video-close {
    display: none;
  }
}

.swatch-detail .product-image-zoom .button {
  position: absolute;
  bottom: 20px;
  left: 10px;
  background-color: #fff;
  color: #999;
}

.swatch-detail .filter-sidebar {
  display: none;
}

.swatch-detail .product-essential {
  margin: 0 0 2rem;
  width: 100%;
}

.swatch-detail .product-essential .product-img-box {
  width: 40%;
}

.swatch-detail .product-essential .product-shop {
  width: 60%;
}

.swatch-detail .product-essential .product-shop .product-name {
  width: 65%;
}

.swatch-detail .product-essential .product-shop .product-name h1 {
  margin: 2rem 0 0;
  text-transform: uppercase;
  font-size: 21px;
}

.swatch-detail .product-essential .product-shop .product-name .collection,
.swatch-detail .product-essential .product-shop .product-name .number {
  display: block;
  margin: 0;
  line-height: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.swatch-detail .product-essential .product-shop .product-name .number {
  font-size: 12px;
}

.swatch-detail .product-essential .product-shop .short-description {
  color: #4d4d4d;
}

.swatch-detail .product-essential .product-shop .short-description ul {
  margin: 2rem 0 2rem 4rem;
  line-height: 2rem;
  list-style: disc;
}

.swatch-detail .product-essential .product-shop .short-description li {
  margin-bottom: 1rem;
}

.swatch-detail .product-essential .product-shop .price-box {
  margin: 1rem 0;
}

.swatch-detail .product-essential .product-shop .price-box .regular-price .price {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
}

.swatch-detail .product-essential .product-shop .price-box .regular-price .price:before {
  content: 'Starting at: ';
}

.swatch-detail .product-essential .product-shop .price-box .regular-price .price:after {
  content: '*';
}

.swatch-detail .product-essential .product-shop .buttons {
  width: 30%;
  position: relative;
  top: 4rem;
  right: 0;
}

.swatch-detail .product-essential .product-shop .buttons .input-group-addon {
  display: inline-block;
  width: inherit;
  padding-left: 0;
  border: none;
  background: 0 0;
}

.swatch-detail .product-essential .product-shop .buttons .input-text {
  display: inline-block;
  width: 5rem;
  text-align: center;
}

.swatch-detail .product-essential .product-shop .buttons .input-group-btn {
  display: block;
  width: inherit;
  margin: 2rem 0 0;
}

.swatch-detail .product-essential .product-shop .buttons .button {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 4px;
}

.swatch-detail .product-essential .product-shop .buttons .button.primary {
  background: #f9ac5c;
}

.swatch-detail .product-essential .product-shop .buttons .button.add-swatch {
  background: #196895;
}

.swatch-detail .product-essential .product-shop .buttons .button.add-swatch:before {
  position: relative;
  content: '';
  display: inline-block;
  background: url(icons/white/cart.svg);
  top: .25rem;
  margin-right: .75rem;
  width: 2rem;
  height: 2rem;
}

.swatch-detail .materials {
  background: #e8e8e8;
  margin: 0 0 1rem;
  padding: 2rem 1rem 0;
  border-radius: 4px;
  overflow: hidden;
}

.swatch-detail .materials h2 {
  margin: 0 0 2rem 1rem;
  font-weight: 400;
  text-transform: none;
}

.swatch-detail .materials .material {
  position: relative;
  float: left;
  margin: 0 0 3rem;
  padding: 0 1rem;
  width: 25%;
}

.swatch-detail .materials .material-selected-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #fff;
  box-shadow: 0 0 1px #666;
  border-radius: 1rem;
  cursor: pointer;
}

.swatch-detail .materials .material.is-in-cart .material-cart-icon {
  position: absolute;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: url(icons/blue/cart.svg);
}

.swatch-detail .materials .material-image {
  margin-bottom: 1rem;
  cursor: pointer;
}

.swatch-detail .materials .material-image img {
  width: 100%;
}

.swatch-detail .materials .material-name,
.swatch-detail .materials .material-price {
  display: block;
  margin: 0 3rem;
  line-height: 2rem;
}

.swatch-detail .materials .material-name {
  height: 6rem;
}

.swatch-detail .materials .material-price {
  font-weight: 700;
}

.swatch-detail .materials .material input[type=radio] {
  display: none;
}

.swatch-detail .materials .material.is-selected .material-image {
  border: 3px solid #85b063;
}

.swatch-detail .materials .material.is-selected .material-image img {
  border: 7px solid #fff;
}

.swatch-detail .materials .material.is-selected .material-selected-icon {
  background: #196895;
  border: 2px solid #fff;
}

.swatch-detail .light-filtering {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #b3b3b3;
  width: 100%;
}

.swatch-detail .light-filtering>label {
  float: left;
  display: block;
  font-weight: 400;
  padding: 1rem 2rem 1rem 0;
  height: 2rem;
  line-height: 2rem;
}

.swatch-detail .light-filtering .checklist-select {
  float: left;
  width: 30rem;
}

.swatch-detail .light-filtering .tooltip-button {
  float: left;
  margin-left: 1rem;
}

@media (max-width:768px) {
  .swatch-detail {
    margin-top: 10rem;
  }

  .swatch-detail .product-image-zoom .button {
    bottom: auto;
    top: 10px;
  }

  .swatch-detail .filter-sidebar.is-open {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 2;
    padding: 1rem 2rem 0!important;
    width: 100%;
  }

  .swatch-detail .light-filtering {
    display: none;
  }

  .swatch-detail .product-essential {
    padding: 0;
  }

  .swatch-detail .product-essential .product-img-box {
    width: 100%;
  }

  .swatch-detail .product-essential .product-shop {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  .swatch-detail .product-essential .product-shop .product-name {
    width: 100%;
  }

  .swatch-detail .product-essential .product-shop .product-name h1 {
    margin: 0;
  }

  .swatch-detail .product-essential .product-shop .buttons {
    width: 100%;
    position: absolute;
    top: -8.5rem;
    left: 0;
    padding: 0 2rem;
  }

  .swatch-detail .product-essential .product-shop .buttons .input-group-addon {
    display: table-cell;
    width: inherit;
    padding-top: 0;
    padding-left: 0;
    border: none;
    background: 0 0;
  }

  .swatch-detail .product-essential .product-shop .buttons .input-text {
    display: table-cell;
    width: 100%;
    text-align: left;
  }

  .swatch-detail .product-essential .product-shop .buttons .input-group-btn {
    display: table-cell;
    width: inherit;
    margin: 2rem 0 0;
  }

  .swatch-detail .product-essential .product-shop .buttons .button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .swatch-detail .product-essential .product-shop .short-description {
    margin-bottom: 0;
  }

  .swatch-detail .materials {
    display: none;
    position: absolute;
    top: 14rem;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0;
    padding: 2rem 2rem 0;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .swatch-detail .materials h2 {
    display: none;
  }

  .swatch-detail .materials .material {
    margin: 0 0 2rem;
    padding: 0;
    height: 8rem;
    width: 100%;
  }

  .swatch-detail .materials .material-selected-icon {
    position: absolute;
    top: 2.75rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
  }

  .swatch-detail .materials .material.is-in-cart .material-cart-icon {
    position: absolute;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: url(icons/blue/cart.svg);
  }

  .swatch-detail .materials .material-image {
    float: left;
    margin: 0 0 0 4rem;
    width: 8rem;
  }

  .swatch-detail .materials .material-name,
  .swatch-detail .materials .material-price {
    margin: 0 4rem 0 14rem;
  }

  .swatch-detail .materials .material-name {
    margin-top: 1rem;
  }

  .swatch-detail .materials.is-open {
    display: block;
  }

  .swatch-detail .materials .material.is-selected .material-image {
    border: 2px solid #85b063;
  }

  .swatch-detail .materials .material.is-selected .material-image img {
    border: 3px solid #fff;
  }
}

.swatch-area {
  margin: 2rem 0 0 -15px;
}

.swatch-area .swatch-container {
  float: left;
  width: 12.5%;
  padding: 0 0 15px 15px;
}

.swatch-area .swatch-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.swatch-area .swatch-image .magnify {
  display: none;
}

.swatch-area .swatch-image .number {
  color: #666;
  background-color: #fff;
  position: absolute;
  bottom: -2rem;
  left: 1rem;
  right: 1rem;
  height: 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.swatch-area .swatch-image img {
  width: 100%;
}

.swatch-area label {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-weight: 400;
  font-size: 1.8rem;
}

.swatch-area .swatch-info {
  color: #fff;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 1rem;
  right: 0;
  padding: 1rem 1.5rem;
  pointer-events: none;
}

.swatch-area .swatch-info .swatch-name {
  display: block;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.swatch-area .swatch-info .swatch-material-count {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.swatch-area.is-free-swatch-grid .button,
.swatch-area.is-free-swatch-list .button {
  display: none;
}

.swatch-area .button {
  color: #fff;
  background-color: #b3b3b3;
  width: 100%;
  font-size: 1.6rem;
}

.swatch-area .swatch:hover .number {
  bottom: 1rem;
}

.swatch-area .swatch .number {
  transition: bottom .15s;
}

.swatch-area.is-free-swatch-grid {
  margin: 2rem 0 0 -1rem;
}

.swatch-area.is-free-swatch-grid .swatch-container {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 0 1rem 1rem;
}

.swatch-area.is-free-swatch-grid label {
  color: #fff;
  background: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 1rem;
  right: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  pointer-events: none;
}

.swatch-area.is-free-swatch-list .swatch-container {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 0 2rem 2rem;
}

.swatch-area.is-free-swatch-list .swatch-image img {
  float: left;
  width: 45px;
}

.swatch-area.is-free-swatch-list .swatch-info {
  color: #666;
  background: 0 0;
  position: relative;
  margin-left: 45px;
}

.swatch-area.is-free-swatch-list label {
  float: left;
  width: 50%;
  text-align: left;
  padding: 2rem 0 0 2rem;
}

.free-swatch-header {
  padding: 1rem 2rem 2rem;
  margin-bottom: 1rem;
}

.free-swatch-header .free-swatch-headline {
  float: left;
  padding-right: 2rem;
  width: 33.333%;
}

.free-swatch-header .free-swatch-headline h1 {
  margin: 0;
}

.free-swatch-header .free-swatch-banner {
  float: right;
  width: 66.666%;
  position: relative;
  background: linear-gradient(to bottom,#fefefe 0,#f8f8f8 100%);
  padding: 4rem;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
}

.free-swatch-header .free-swatch-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 3rem;
  height: 100%;
  width: 12rem;
  background-image: url(img/free_swatches_banner.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.free-swatch-header .free-swatch-banner p {
  margin: 0 0 0 14rem;
}

@media (max-width:768px) {
  .product-collateral h1 {
    margin: 2rem 0 2rem 2rem;
  }

  .swatch-area {
    margin: 0 2rem 0 0;
  }

  .swatch-area .swatch-container {
    width: 33.333%;
  }

  .swatch-area.is-free-swatch-grid {
    margin: 0 0 0 -1rem;
  }

  .swatch-area.is-free-swatch-grid .swatch-container {
    width: 50%;
  }

  .swatch-area.is-free-swatch-list {
    margin: 2rem 0 0;
  }

  .swatch-area.is-free-swatch-list .swatch-container {
    position: relative;
    width: 100%;
    padding: 0 0 2rem;
  }

  .free-swatch-header {
    padding: 1rem 2rem 0;
  }

  .free-swatch-header .free-swatch-headline {
    display: none;
  }

  .free-swatch-header .free-swatch-banner {
    float: none;
    width: 100%;
    padding: 2rem;
    margin: -2rem 0 3rem;
  }

  .free-swatch-header .free-swatch-banner:after {
    top: 0;
    left: 2rem;
    width: 10rem;
  }

  .free-swatch-header .free-swatch-banner p {
    margin: 0 0 0 12rem;
    font-size: 12px;
  }

  div[role=main].gallery-inspiration {
    margin-top: 4rem;
    padding-top: 2rem;
  }
}

.gallery-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

.gallery-grid {
  margin: 0 -.5rem;
}

.gallery-grid .gallery-container {
  position: relative!important;
  min-height: 1px!important;
  padding-left: .5rem!important;
  padding-right: .5rem!important;
  overflow: hidden;
  margin: 0 0 1rem;
}

@media (min-width:768px) {
  .gallery-grid .gallery-container {
    float: left;
    width: 50%;
  }
}

.gallery-grid .gallery-container .gallery-image {
  display: block;
}

.gallery-grid .gallery-container .gallery-info {
  color: #fff;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: .5rem;
  right: .5rem;
  padding: 1rem 1.5rem;
  pointer-events: none;
}

.gallery-grid .gallery-container .gallery-info .gallery-name {
  text-transform: uppercase;
}

.gallery-grid .gallery-container .gallery-info .gallery-feature {
  display: block;
  text-trasnform: uppercase;
  font-size: 12px;
}

.toolbar .sorter .sort-by a,
.toolbar .sorter .view-mode label {
  display: none;
}

.gallery-zoom {
  position: relative;
}

.gallery-zoom .gallery-zoom-overlay {
  position: absolute;
  bottom: 0;
  width: 30rem;
  height: 30rem;
  border-top: 1rem solid #fff;
  border-right: 1rem solid #fff;
}

.gallery-zoom .gallery-zoom-overlay img {
  width: 100%;
  height: 100%;
}

.gallery-zoom .gallery-zoom-overlay .button-wrap {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}

.gallery-zoom .gallery-zoom-overlay .button-wrap .button {
  width: 100%;
  margin: 1rem 0 0;
}

@media (max-width:768px) {
  .gallery-zoom .gallery-zoom-overlay {
    position: relative;
    margin-top: 2rem;
    width: 100%;
    height: 20rem;
    border: 0;
  }

  .gallery-grid .gallery-container {
    margin: 0 0 2rem;
  }

  .gallery-grid .gallery-container:last-child {
    margin: 0;
  }
}

.toolbar {
  position: relative;
  margin: 1rem 0 4rem;
  height: 5rem;
  padding-top: 1rem;
  border-top: 1px solid #e8e8e8;
}

.toolbar label {
  margin: 0 1rem 0 0;
  height: 5rem;
  line-height: 5rem;
  font-weight: 400;
}

.toolbar .sorter {
  float: left;
  padding: 0;
  border: 0;
}

.toolbar .sorter .compare-btn {
  float: left;
  margin: .5rem 0 0 2rem;
  padding: 0;
  border-radius: 3px;
  font-size: 12px;
  background: #b3b3b3;
  color: #fff;
  cursor: pointer;
}

.toolbar .sorter .compare-btn:hover {
  background: #b3b3b3;
}

.toolbar .sorter .compare-btn a {
  font-size: 12px;
  color: #fff;
}

.toolbar .sorter .compare-btn a:hover {
  text-decoration: none;
}

.toolbar .sorter .sort-by {
  float: left;
  margin-top: -.25rem;
  padding: 0;
  z-index: 2;
}

.toolbar .sorter .sort-by label {
  margin-right: 0;
}

.toolbar .sorter .view-mode {
  float: left;
  line-height: 5rem;
  height: 5rem;
  margin-right: .5rem;
}

.toolbar .sorter .view-mode a,
.toolbar .sorter .view-mode strong {
  float: left;
  display: block;
  color: transparent;
  margin-right: 1rem;
  opacity: .25;
  width: 3rem;
}

.toolbar .sorter .view-mode strong {
  opacity: .75;
}

.toolbar .sorter .view-mode .grid {
  background: url(img/grid_icon_black.svg) center center no-repeat;
  background-size: 2.5rem 2.5rem;
}

.toolbar .sorter .view-mode .list {
  background: url(img/list_icon_black.svg) center center no-repeat;
  background-size: 2.5rem 2.5rem;
}

.toolbar .pager {
  float: right;
  padding: 0;
  border: 0;
  height: 5rem;
}

.toolbar .pager .limiter {
  float: left;
  margin-top: .5rem;
  margin-right: 1.5rem;
}

.toolbar .pager .limiter:before {
  content: 'Show';
}

.checkbox-list label:before,
.checkbox-list.is-colors .white label:after {
  content: '';
  position: absolute;
  display: block;
}

.toolbar .pager .limiter select {
  min-width: 6rem;
}

.toolbar .pager .pages {
  float: left;
  width: auto;
  margin: 0;
}

.toolbar .pager .pages strong {
  display: none;
}

.toolbar .pager .pages ol {
  margin-top: .5rem;
}

.toolbar .pager .pages ol li {
  margin: 0;
}

.toolbar .pager .pages ol li a,
.toolbar .pager .pages ol li span {
  color: #fff;
  background: #b3b3b3;
  margin: 0 .25rem;
  padding: 6px 12px;
  border-radius: 3px;
  border: 0;
}

.toolbar .pager .pages ol li span {
  background: #196895;
  z-index: 1;
}

.toolbar .pager .pages label {
  display: block;
  float: left;
}

.filter-sidebar .form-search .input-group-addon,
.filter-sidebar .form-search label {
  display: none;
}

.toolbar .pager .amount {
  position: absolute;
  top: -4rem;
  right: 0;
  font-size: 12px;
}

@media (max-width:768px) {
  .catalogsearch-result-index .toolbar .sorter .sort-by,
  .category-products-filter .toolbar .compare-btn {
    display: none;
  }

  .catalogsearch-result-index .toolbar .sorter {
    position: absolute;
    top: .5rem;
    right: 0;
  }

  .category-products-filter .toolbar .sort-by {
    position: absolute;
    top: -9999px;
  }

  .category-products-filter .toolbar .sort-by select {
    font-size: 50px;
  }

  .category-products-filter .toolbar .pager .amount {
    top: 1rem;
    text-align: right;
  }

  .toolbar .pager {
    padding-bottom: 5rem;
    height: auto;
    width: 100%;
  }

  .toolbar .pager .limiter {
    margin: 0 0 .5rem;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
  }

  .toolbar .pager .limiter.-left {
    text-align: left;
  }

  .toolbar .pager .pages {
    margin: 0 auto;
    width: 100%;
  }

  .toolbar .pager .amount {
    top: 11rem;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .amshopby-page-container .toolbar .sorter .sort-by {
    position: absolute;
  }
}

.filter-sidebar {
  background-color: #f5f5f5;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 100%;
}

.filter-sidebar h1 {
  background: #fff;
  margin: 0 -2rem;
  padding: 0 2rem;
  border: 1px solid #e8e8e8;
  line-height: 6rem;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.filter-sidebar h2 {
  color: #666;
  margin: 2rem 0 1rem;
  font-size: 16px;
}

.filter-sidebar .form-search {
  background: #fff;
  margin: 2rem 0;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

.filter-sidebar .form-search .input-group {
  width: 100%;
}

.filter-sidebar .form-search .input-text {
  padding: 0 4rem 0 2rem;
  height: 4rem;
  border: 0;
  border-radius: 4px;
}

.filter-sidebar .form-search .btn {
  text-indent: -999rem;
  background: url(icons/white/search.svg) center center no-repeat #196895;
  margin-right: -1px;
  width: 5rem;
}

.filter-sidebar .checklist-select {
  margin-bottom: 3rem;
}

.filter-sidebar-toggles {
  z-index: 2;
  display: none;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}

.filter-sidebar-toggles a {
  color: #666;
  display: block;
  float: left;
  width: 50%;
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.filter-sidebar-toggles a:after {
  content: '';
  display: inline-block;
  background: url(icons/grey-dark/triangle_down.svg) center center no-repeat;
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
}

.filter-sidebar-toggles a:first-child {
  background: #f5f5f5;
  border-right: 1px solid #e8e8e8;
}

.checkbox-list li {
  position: relative;
  padding: 1rem 0;
  line-height: 2rem;
}

.checkbox-list input[type=checkbox] {
  display: none;
}

.checkbox-list label {
  user-select: none;
  display: block;
  color: #196895;
  margin: 0;
  padding: 0 0 0 3rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 2rem;
}

.checkbox-list label:before {
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #b3b3b3;
  background: #fff;
}

.checkbox-list input[type=checkbox]:checked+label:before {
  background: url(icons/blue/check.svg) center center no-repeat #fff;
  background-size: 1.5rem;
}

.checkbox-list.is-colors li {
  margin-bottom: 1rem;
  width: 100%!important;
}

.checkbox-list.is-colors li:last-child {
  margin-bottom: 0;
}

.checkbox-list.is-colors label {
  padding: 0 0 0 4rem;
}

.checkbox-list.is-colors label:before {
  width: 4rem;
  height: 4rem;
  left: -1rem;
  top: 0rem;
}

.checkbox-list.is-colors .beige label:before {
  border-bottom: 1rem solid #ead9c6;
  border-right: 1rem solid #ead9c6;
  border-top: 1rem solid #fdefe0;
  border-left: 1rem solid #fdefe0;
}

.checkbox-list.is-colors .blue label:before {
  border: 1rem solid #3072c9;
}

.checkbox-list.is-colors .brown label:before {
  border: 1rem solid #836342;
}

.checkbox-list.is-colors .gray label:before {
  border-bottom: 1rem solid #000;
  border-right: 1rem solid #000;
  border-top: 1rem solid #565656;
  border-left: 1rem solid #565656;
}

.checkbox-list.is-colors .green label:before {
  border: 1rem solid #198e20;
}

.checkbox-list.is-colors .orange label:before {
  border: 1rem solid #f67a29;
}

.checkbox-list.is-colors .purple label:before {
  border: 1rem solid #8f28da;
}

.checkbox-list.is-colors .red label:before {
  border-bottom: 1rem solid #d33333;
  border-right: 1rem solid #d33333;
  border-top: 1rem solid #fe8080;
  border-left: 1rem solid #fe8080;
}

.checkbox-list.is-colors .white label:before {
  border-bottom: 1rem solid #efefef;
  border-right: 1rem solid #efefef;
  border-top: 1rem solid #fefefe;
  border-left: 1rem solid #fefefe;
}

.checkbox-list.is-colors .white label:after {
  top: 1rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #e8e8e8;
}

.checkbox-list.is-colors .yellow label:before {
  border-bottom: 1rem solid #f4e868;
  border-right: 1rem solid #f4e868;
  border-top: 1rem solid #fcf2c7;
  border-left: 1rem solid #fcf2c7;
}

@media (max-width:768px) {
  .filter-sidebar-toggles {
    display: block;
    border-bottom: 0;
  }

  .filter-sidebar-toggles a.is-active {
    text-indent: -999rem;
    background: url(icons/grey-dark/x.svg) center center no-repeat #fff;
  }

  .filter-sidebar-toggles a:first-child.is-active {
    text-indent: -999rem;
    background: url(icons/grey-dark/x.svg) center center no-repeat #f5f5f5;
  }

  .filter-sidebar {
    position: absolute;
    display: none!important;
    margin-top: 8rem;
    height: 0;
    overflow: hidden;
  }

  .filter-sidebar .sidebar-search,
  .filter-sidebar h1 {
    display: none;
  }

  .filter-sidebar .checkbox-list:after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
  }

  .filter-sidebar .checkbox-list li {
    float: left;
    width: 50%;
  }

  .filter-sidebar select {
    width: 50%;
  }

  .filter-sidebar.is-open {
    display: block!important;
    position: absolute;
    top: 42px;
    left: 0;
    height: auto;
    padding: 0 2rem 2rem!important;
    z-index: 3;
  }
}

.top-mobile-toggles {
  display: none;
}

@media (max-width:768px) {
  .top-mobile-toggles {
    display: block;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    height: 8rem;
  }

  .top-mobile-toggles a {
    color: #666;
    display: block;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    width: 50%;
    height: 8rem;
    line-height: 8rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
  }

  .top-mobile-toggles a:after {
    content: '';
    display: inline-block;
    background: url(icons/grey-dark/triangle_down.svg) center center no-repeat;
    margin-left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: contain;
  }

  .top-mobile-toggles a:first-child {
    background: #f5f5f5;
    border-right: 1px solid #e8e8e8;
  }

  .filter-sidebar-toggles {
    display: block;
    border-bottom: 0;
  }

  .top-mobile-toggles a.is-active {
    text-indent: -999rem;
    background: url(icons/grey-dark/x.svg) center center no-repeat #fff;
    border-bottom: 1px solid transparent;
  }

  .top-mobile-toggles a:first-child.is-active {
    text-indent: -999rem;
    background: url(icons/grey-dark/x.svg) center center no-repeat #f5f5f5;
  }
}

.checklist-select {
  background: #e8e8e8;
  overflow: hidden;
  border-radius: 4px;
  height: 4rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.checklist-select .checkbox-select-toggle {
  position: relative;
  display: block;
  color: #fff;
  background: #b3b3b3;
  line-height: 4rem;
  padding: 0 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.checklist-select .checkbox-select-toggle:after,
.tooltip:after {
  position: absolute;
  display: block;
  content: '';
}

.checklist-select .checkbox-select-toggle:after {
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: url(icons/white/double_triangle_vertical.svg) center center no-repeat;
  background-size: contain;
}

.checklist-select .checkbox-list {
  margin: 1rem 2rem;
}

.checklist-select.is-open {
  height: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.checklist-select.is-open .checkbox-select-toggle {
  border-bottom: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.tooltip {
  display: block;
  background: #f5f5f5;
  width: 25rem;
  height: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  padding: 1.5rem 2rem;
  line-height: 2rem;
  font-size: 12px;
}

.tooltip:after {
  bottom: -2.25rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  height: 3rem;
  background: url(icons/grey/tooltip_arrow.svg) center center no-repeat;
  background-size: 3rem;
}

.tooltip-button {
  position: relative;
  width: 4rem;
  height: 4rem;
}

.tooltip-button .btn {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(icons/white/info.svg) center center no-repeat #b3b3b3;
}

.tooltip-button .tooltip {
  display: none;
}

.tooltip-button:hover .tooltip {
  display: block;
  position: absolute;
  bottom: 6.5rem;
  left: 50%;
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
}

.logo-grid {
  margin: 6rem 0 4rem;
}

.logo-grid:after {
  content: '';
  display: table;
  clear: both;
}

.logo-grid .logo {
  float: left;
  padding: 2rem;
  border-right: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  width: 25%;
  height: 20rem;
}

.logo-grid .logo:nth-child(-n+4) {
  border-top: none;
}

.logo-grid .logo:nth-child(4n+4) {
  border-right: none;
}

.logo-grid .logo a {
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
}

.logo-grid .logo a img {
  position: absolute;
  top: 50%;
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  max-width: 100%;
  max-height: 100%;
}

@media (max-width:768px) {
  .logo-grid {
    margin: 4rem 0;
  }

  .logo-grid:after {
    content: '';
    display: table;
    clear: both;
  }

  .logo-grid .logo {
    padding: 1rem;
    width: 50%;
  }

  .logo-grid .logo:nth-child(-n+4) {
    border-top: 1px solid #b3b3b3;
  }

  .logo-grid .logo:nth-child(4n+4) {
    border-right: 1px solid #b3b3b3;
  }

  .logo-grid .logo:nth-child(-n+2) {
    border-top: 0;
  }

  .logo-grid .logo:nth-child(2n+2) {
    border-right: 0;
  }
}

.popup-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3002;
  width: 60rem;
}

.popup-block .block-title {
  padding: 1rem 2rem;
  height: 5rem;
}

.popup-block .block-title strong {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 3rem;
  line-height: 3rem;
}

.popup-block .block-content {
  padding: 2rem;
}

.popup-block .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  text-indent: -999rem;
  background: url(icons/white/x.svg) center center no-repeat #b3b3b3;
  background-size: 1.5rem 1.5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.popup-block .btn-save {
  background: #f9ac5c;
}

.window-overlay {
  z-index: 3001;
}

@media (max-width:768px) {
  .popup-block {
    position: absolute;
    width: 90%;
  }
}

.title-page {
  margin: 3rem 0;
}

#store_locator_form {
  position: relative;
}

#store_locator_form .fieldset {
  padding: 10px 0;
}

#store_locator_form .location-search li.first {
  float: left;
  width: 320px;
}

#store_locator_form .location-search li.last {
  float: left;
  margin-right: 10px;
  width: 80px;
}

#store_locator_form .location-search li.last label {
  margin-bottom: 12px;
}

#store_locator_form .location-search li.last .input-box,
#store_locator_form .location-search li.last .input-box select {
  width: 80px;
}

#store_locator_form .button-set {
  float: left;
  margin-top: 15px;
}

#sl-result-picker {
  left: 0;
  margin: 0;
  position: absolute;
  top: -15px;
  width: 300px;
  z-index: 10000;
}

#sl-result-picker a {
  cursor: pointer;
}

#storelocator-container {
  background: #fff;
  border: 1px solid #ddd;
  margin: 2rem 0;
  height: 435px;
  width: auto;
  overflow: hidden;
  font-family: Arial,sans-serif;
  font-size: 11px;
}

#storelocator-container #sidebar-wrap {
  position: relative;
  float: left;
  padding: 40px 0;
  width: 30%;
  height: 435px;
  border-right: 1px solid #ddd;
}

#storelocator-container #sidebar-wrap .pager .pages {
  margin: 0 auto;
}

#storelocator-container #sidebar-wrap .pager {
  position: absolute;
  border: 0;
  height: 40px;
  width: 100%;
}

#storelocator-container #sidebar-wrap #pager-top {
  top: 0;
  border-bottom: 1px solid #ddd;
}

#storelocator-container #sidebar-wrap #pager-bottom {
  bottom: 0;
  border-top: 1px solid #ddd;
}

#storelocator-container #sidebar {
  background: #fff;
  color: #444;
  font-size: 12px;
  height: 355px;
  line-height: 1.3em;
  overflow: auto;
  width: 100%;
}

#storelocator-container #sidebar .sidebar-entry-container img {
  float: left;
  margin-left: -42px;
}

#storelocator-container #sidebar .sidebar-entry-container .sidebar-entry-wrapper {
  background-color: #fff;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 60px;
  text-decoration: none;
  zoom: 1;
  border-bottom: 1px solid #ddd;
}

#storelocator-container #sidebar .sidebar-entry-container .sidebar-entry-wrapper:after {
  clear: both;
  content: "";
  display: table;
}

#storelocator-container #sidebar .sidebar-entry-container .sidebar-entry-wrapper address {
  color: #444;
}

#storelocator-container #sidebar .sidebar-entry-container:last-child .sidebar-entry-wrapper {
  border: none;
}

#storelocator-container #sidebar .featured {
  color: red;
  font-weight: 700;
}

#storelocator-container #sidebar .featured .sidebar-entry-wrapper {
  background: #fcf7df;
}

#locations-reset {
  cursor: pointer;
}

#map {
  float: left;
  width: 70%;
  height: 435px;
  line-height: 1.3em;
  font-size: 14px;
  overflow: hidden;
}

#map img {
  max-width: none;
}

@media (max-width:768px) {
  #map,
  #storelocator-container #sidebar-wrap {
    float: none;
    position: absolute;
    width: 100%;
    height: 300px;
  }

  #store_locator_form {
    position: relative;
  }

  #store_locator_form .fieldset {
    padding: 10px 0;
  }

  #store_locator_form .location-search li.first {
    float: none;
    margin-bottom: 2rem;
    width: 100%;
  }

  #store_locator_form .location-search li.last label {
    margin-bottom: 0;
  }

  #storelocator-container {
    position: relative;
    height: 600px;
  }

  #storelocator-container #sidebar-wrap {
    bottom: 0;
    border-right: 0;
  }

  #storelocator-container #sidebar-wrap #pager-top {
    top: 3px;
  }

  #storelocator-container #sidebar-wrap #pager-bottom {
    display: none;
  }

  #map {
    top: 0;
    border-bottom: 1px solid #ddd;
  }
}

.catalogsearch-result-index .products-grid-filter:after,
.catalogsearch-result-index .products-list-filter>li:after {
  content: '';
  display: table;
  clear: both;
}

.logo-grid .logo a img {
  left: 50%;
  -ms-transform: translate(-50%,-70%);
  transform: translate(-50%,-70%);
}

.logo-grid .logo a button {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  font-size: 12px;
}

.catalogsearch-result-index .layout.layout-3-cols div[role=main] {
  width: 100%;
  padding: 0;
}

.catalogsearch-result-index .products-grid-filter {
  margin: 4rem -2rem;
  padding: 0;
}

.catalogsearch-result-index .products-grid-filter>li {
  float: left;
  padding: 0 2rem;
  width: 33.333%;
}

.catalogsearch-result-index .products-grid-filter .button {
  margin-top: 2rem;
}

.catalogsearch-result-index .products-list-filter {
  margin: 4rem 0;
  padding: 0;
  width: 100%;
}

.catalogsearch-result-index .products-list-filter>li {
  width: 100%;
  margin-bottom: 4rem;
}

.catalogsearch-result-index .products-list-filter .product-image {
  float: left;
  width: 25%;
  margin-right: 2rem;
}

.catalogsearch-result-index .products-list-filter .product-shop {
  padding-top: 2rem;
}

.catalogsearch-result-index .products-list-filter .product-shop .product-desc ul {
  margin: 2rem 0;
  padding: 0 0 0 2rem;
}

.catalogsearch-result-index .products-list-filter .product-shop .product-desc ul li {
  margin: 0;
}

.catalogsearch-result-index .products-list-filter .product-shop .button {
  margin-top: 2rem;
}

@media (max-width:768px) {
  .catalogsearch-result-index .products-list-filter .product-shop {
    width: 70%;
  }

  .catalogsearch-result-index .products-list-filter .product-image {
    width: 100%;
  }
}

.rtabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rtabs-tab {
  position: relative;
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 1rem;
  line-height: 3rem;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.rtabs-tab:first-child {
  border-left: 1px solid #e8e8e8;
}

.rtabs-icon {
  display: block;
  width: 100%;
  height: 4rem;
}

.rtabs-panel {
  display: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.rtabs-icon.colors {
  background: url(img/icon_color.svg) center no-repeat;
}

.rtabs-icon.cordless {
  background: url(img/icon_cordless.svg) center no-repeat;
}

.rtabs-icon.savings {
  background: url(img/icon_savings.svg) center no-repeat;
}

.rtabs-icon.options {
  background: url(img/icon_options.svg) center no-repeat;
}

.rtabs-icon.size {
  background: url(img/icon_measure.svg) center no-repeat;
}

.rtabs-icon.install {
  background: url(img/icon_install.svg) center no-repeat;
}

.rtabs-icon.specs {
  background: url(img/icon_tech_specs.svg) center no-repeat;
}

.rtabs-icon.pledge {
  background: url(img/icon_pledge.svg) center no-repeat;
}

.rtabs-icon.details {
  background: url(img/icon_details.svg) center no-repeat;
}

.rtabs-icon.reviews {
  background: url(img/icon_reviews.svg) center no-repeat;
}

.rtabs-tab.is-active,
.rtabs-tab:hover {
  color: #196895;
  background: #fff;
  border-bottom: none;
}

.rtabs-tab:hover {
  text-decoration: none;
}

.rtabs-tab.is-active {
  cursor: default;
}

.rtabs-panel.is-active {
  display: block;
}

@media (max-width:768px) {
  .rtabs {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rtabs-tab {
    background: #e8e8e8;
    margin-bottom: .25rem;
  }

  .rtabs-icon {
    display: none;
  }

  .rtabs-tab:nth-of-type(1) {
    -ms-flex-order: 1;
    order: 1;
  }

  .rtabs-panel:nth-of-type(1) {
    -ms-flex-order: 2;
    order: 2;
  }

  .rtabs-tab:nth-of-type(2) {
    -ms-flex-order: 3;
    order: 3;
  }

  .rtabs-panel:nth-of-type(2) {
    -ms-flex-order: 4;
    order: 4;
  }

  .rtabs-tab:nth-of-type(3) {
    -ms-flex-order: 5;
    order: 5;
  }

  .rtabs-panel:nth-of-type(3) {
    -ms-flex-order: 6;
    order: 6;
  }

  .rtabs-tab:nth-of-type(4) {
    -ms-flex-order: 7;
    order: 7;
  }

  .rtabs-panel:nth-of-type(4) {
    -ms-flex-order: 8;
    order: 8;
  }

  .rtabs-tab:nth-of-type(5) {
    -ms-flex-order: 9;
    order: 9;
  }

  .rtabs-panel:nth-of-type(5) {
    -ms-flex-order: 10;
    order: 10;
  }

  .rtabs-tab:nth-of-type(6) {
    -ms-flex-order: 11;
    order: 11;
  }

  .rtabs-panel:nth-of-type(6) {
    -ms-flex-order: 12;
    order: 12;
  }

  .rtabs-tab:nth-of-type(7) {
    -ms-flex-order: 13;
    order: 13;
  }

  .rtabs-panel:nth-of-type(7) {
    -ms-flex-order: 14;
    order: 14;
  }

  .rtabs-tab:nth-of-type(8) {
    -ms-flex-order: 15;
    order: 15;
  }

  .rtabs-panel:nth-of-type(8) {
    -ms-flex-order: 16;
    order: 16;
  }

  .rtabs-tab:nth-of-type(9) {
    -ms-flex-order: 17;
    order: 17;
  }

  .rtabs-panel:nth-of-type(9) {
    -ms-flex-order: 18;
    order: 18;
  }

  .rtabs-tab:nth-of-type(10) {
    -ms-flex-order: 19;
    order: 19;
  }

  .rtabs-panel:nth-of-type(10) {
    -ms-flex-order: 20;
    order: 20;
  }

  .rtabs-tab:nth-of-type(11) {
    -ms-flex-order: 21;
    order: 21;
  }

  .rtabs-panel:nth-of-type(11) {
    -ms-flex-order: 22;
    order: 22;
  }

  .rtabs-tab:nth-of-type(12) {
    -ms-flex-order: 23;
    order: 23;
  }

  .rtabs-panel:nth-of-type(12) {
    -ms-flex-order: 24;
    order: 24;
  }

  .rtabs-tab.is-active,
  .rtabs-tab:hover {
    color: #fff;
    background: #196895;
  }
}

.cart,
.cart-empty {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-empty:after,
.cart-empty:before,
.cart:after,
.cart:before {
  content: " ";
  display: table;
}

.cart-empty:after,
.cart:after {
  clear: both;
}

.catalog-product-view,
.checkout-cart-index,
.checkout-onepage-index {
  background: #fff;
}

.bs-prototype-override {
  display: inline-block!important;
}

.block-account .block-title,
p.required {
  display: none;
}

.box-account {
  margin: 0;
  padding: 0;
}

.box-account h2:first-child {
  margin-top: 4rem;
}

.box-account .button {
  margin-top: 1rem;
}

.addresses-list address,
.addresses-list h2 {
  margin: 0 0 2rem;
}

.block-account .block-content {
  background: 0 0;
}

.form-control.search {
  width: 200px;
}

.product-name {
  font-size: 20px;
  line-height: 30px;
}

.product-name.sm {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

hr {
  border-color: #ccc;
}

#nav-wrap>.container {
  padding: 0;
}

.block-content {
  margin-top: 4rem;
}

.title-form {
  margin: 0 0 2rem;
  font-size: 18px;
  color: #196895;
}

.status-form header {
  margin-bottom: 20px;
}

.status-form header p {
  color: #b3b3b3;
}

.status-form li {
  margin-bottom: 5px;
}

.status-form li:after,
.status-form li:before {
  content: " ";
  display: table;
}

.status-form li:after {
  clear: both;
}

.status-form li.spacer {
  margin: 15px 0;
}

.status-form .input-box {
  padding: 0!important;
}

.status-form .input-box label {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #b3b3b3;
}

.status-form .button {
  margin-top: 10px;
  padding: 5px 35px;
}

.page-popup .page-title {
  border-bottom: solid 1px #ddd;
  color: #3a5b89;
}

.page-popup .page-title:before {
  display: none;
}

.btn-close-modal {
  border: 1px solid #ddd!important;
  color: #000;
  background: 0 0!important;
}

.btn-close-modal:hover {
  background: #d5d5d5!important;
}

.btn-close-modal span {
  color: #000;
}

.responsive-slide {
  width: 100%;
  height: auto;
}

.responsive-slide img {
  display: block;
  height: auto;
  max-width: 100%;
}

.slide-controls {
  display: block;
  list-style: none;
  margin: 1em 0 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}

.slide-controls li {
  border-radius: 50%;
  display: inline-block;
  height: 1.2em;
  margin: 0 1em 0 0;
  width: 1.2em;
}

.slide-controls li.active a {
  background-color: #35578a;
}

.slide-controls li a {
  background-color: #ccc;
  background-size: 2em auto;
  border-radius: 50%;
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
  color: #202123;
}

.slide-controls li a:link,
.slide-controls li a:visited {
  opacity: 1;
}

.content-start {
  margin: 0 auto;
  padding: 2rem 3.2rem 0 2rem;
  background: #fff;
}

.item-col,
.item-col ul,
.measure-list-wrap .list-item.alpha {
  padding-left: 0;
}

.catalog-product-view .content-start {
  width: 100%;
}

.measure-media iframe,
.measure-media object {
  width: 100%;
  min-height: 500px;
}

.measure-media p {
  margin-top: 10px;
}

.measure-list-wrap {
  margin-top: 30px;
}

.measure-list-wrap .list-item .measure-step {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  line-height: 25px;
  border-radius: 50%;
  border: 3px solid #126797;
  text-align: center;
  text-indent: 0;
  vertical-align: middle;
  font-weight: 700;
}

.measure-list-wrap .list-item p {
  margin-bottom: 15px;
  font-size: 14px;
}

.measure-list-wrap .list-item img {
  width: 100%;
}

.measure-list-wrap .list-item.tail {
  padding-right: 0;
}

.measure-secondary {
  padding-bottom: 5px;
  border-bottom: solid 2px #eee;
}

.measure-items {
  padding-left: 0!important;
  list-style: none;
}

.measure-items li {
  padding: 5px 0;
  list-style: none;
}

.measure-items a {
  color: #126797;
}

@media (max-width:768px) {
  .content-start {
    margin: 0 0 4rem;
    padding: 0 4rem;
    border: 0;
  }
}

@media (min-width:768px) and (max-width:1010px) {
  .content-start,
  ul.breadcrumb {
    padding: 0 2rem;
  }

  .content-start {
    margin: 0 0 4rem;
  }
}

.bv-cleanslate .bv-content-list-container .bv-action-bar-header {
  margin-top: 30px!important;
  margin-bottom: 6.67px!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
  font-size: 18px!important;
  line-height: 1.1em!important;
}

.pinterest-promo {
  position: relative;
  height: 550px;
  background-image: url(img/promos/pinterest_promo_bg.jpg);
  background-size: cover;
  background-position: center center;
}

.pinterest-promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4rem;
  width: 500px;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #196895;
  background: #bee6f2;
  text-align: center;
}

.pinterest-promo-content:after {
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  z-index: -1;
  border: 2px solid #fff;
}

.pinterest-promo-content h2 {
  margin-top: 0;
  font-size: 5.8rem;
  text-transform: none;
}

.pinterest-promo-content p {
  font-size: 16px;
}

.pinterest-promo-content .btn {
  margin: 2rem auto;
  cursor: pointer;
}

.pinterest-promo-content .text-light {
  font-size: 4rem;
  font-weight: 400;
}

.pinterest-promo-content .text-gray {
  color: #666;
}

.pinterest-promo-badge {
  margin: 2rem 0 3rem;
  height: 8rem;
  background-image: url(img/promos/pinterest_badge.svg);
  background-repeat: no-repeat;
  background-contain: cover;
  background-position: center center;
}

.pinterest-landing {
  color: #196895;
  background: #bee6f2;
  padding: 6rem;
}

.pinterest-landing:after {
  content: '';
  display: table;
  clear: both;
}

.pinterest-rules {
  float: left;
  width: 50%;
}

.pinterest-rules h2 {
  margin: 0 0 3rem;
  font-size: 3.5rem;
}

.pinterest-rules ol {
  margin-left: 2.5rem;
  font-size: 16px;
  list-style-type: decimal;
}

.pinterest-rules ol li {
  margin-bottom: 2rem;
}

.pinterest-rules .text-gray {
  color: #666;
}

.pinterest-form {
  float: right;
  padding: 4rem;
  width: 50%;
  background: #196895;
  text-align: center;
}

.pinterest-form input[type=text] {
  margin-bottom: 0;
  padding: 0 1.5rem 2rem;
  border: 0;
  width: 100%;
  height: 5rem;
}

.pinterest-form label {
  color: #b3b3b3;
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  left: 0;
  padding-left: 1.5rem;
  width: 100%;
  transition: .2s;
  font-weight: 400;
}

.pinterest-form input:focus+label,
.pinterest-form input:valid+label {
  top: 100%;
  padding-left: 1.25rem;
  margin-top: -2.5rem;
  font-size: 12px;
}

.pinterest-form .btn {
  color: #fff;
  margin: 0 auto;
  width: 20rem;
}

.pinterest-form .input-group {
  position: relative;
  margin-bottom: 4rem;
  width: 100%;
  text-align: left;
}

.pinterest-form .input-group.is-half {
  float: left;
  width: 50%;
  padding-right: 2rem;
}

.pinterest-form .input-group.is-half.is-last {
  padding-right: 0;
  padding-left: 2rem;
}

.pinterest-form .input-group.is-last label {
  padding-left: 3.5rem;
}

.pinterest-form .input-group.is-checkbox input[type=checkbox] {
  float: left;
}

.pinterest-form .input-group.is-checkbox label {
  display: inline-block;
  position: relative;
  float: left;
  color: #fff;
  margin: 0;
  padding: 0 0 0 1rem;
  height: 3rem;
  width: auto;
  font-size: 14px;
}

@media (max-width:768px) {
  .pinterest-promo {
    height: 350px;
    margin: 0 2rem;
  }

  .pinterest-promo-content {
    width: 90%;
  }

  .pinterest-promo-content h2 {
    font-size: 3.3rem;
  }

  .pinterest-promo-content p {
    font-size: 12px;
  }

  .pinterest-promo-content .btn {
    margin: 0 auto;
  }

  .pinterest-promo-content .text-light {
    font-size: 2.3rem;
  }

  .pinterest-promo-badge {
    margin: 0 auto 2rem;
    height: 6rem;
  }

  .pinterest-landing {
    padding: 3rem;
    margin: 0 2rem;
  }

  .pinterest-rules {
    width: 100%;
  }

  .pinterest-rules h2 {
    width: 100%;
    margin: 1rem 0 3rem;
    font-size: 3.3rem;
    text-align: center;
  }

  .pinterest-rules ol {
    margin-left: 2.5rem;
    margin-bottom: 3rem;
    font-size: 14px;
  }

  .pinterest-form .input-group,
  .pinterest-rules ol li {
    margin-bottom: 2rem;
  }

  .pinterest-form {
    padding: 2rem;
    width: 100%;
  }

  .pinterest-form .input-group.is-half {
    width: 100%;
    padding-right: 0;
  }

  .pinterest-form .input-group.is-half.is-last {
    padding-right: 0;
    padding-left: 0;
  }

  .pinterest-form .input-group.is-last label {
    padding-left: 1.5rem;
  }

  .pinterest-promo.-carousel {
    margin: 0;
  }

  .pinterest-promo.-carousel .pinterest-promo-content {
    top: 4rem;
    left: 50%;
    padding: 4rem;
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
}

@media print {
  .breadcrumb,
  .footer .row,
  .footer-well.right *,
  .nav-main,
  .nav-main .rtabs-tab,
  .nav-utility,
  .rtabs-tab,
  .title-bar,
  [href="#top"] {
    display: none!important;
  }

  .footer .row.footer-btm,
  .footer-well.right p,
  .nav-wrap,
  .rtabs-panel {
    display: block!important;
  }

  .nav-logo,
  .swatch-container .swatch-info {
    -webkit-print-color-adjust: exact;
  }

  .nav-logo a[href] :after,
  .nav-logo a[href]:after,
  .swatch-area a[href] :after,
  .swatch-area a[href]:after {
    content: ""!important;
  }

  .nav-logo {
    background: url(img/nav/levolor_logo.svg) center left no-repeat #fff!important;
  }

  .category-products .products-grid,
  .row {
    margin-left: auto;
    margin-right: auto;
  }

  .swatch-container .swatch-info {
    background-color: rgba(0,0,0,.3)!important;
  }

  .swatch-container .swatch-info span {
    color: #fff!important;
  }
}