/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11-Jun-2014, 10:27:06 PM
    Author     : edward, ken
*/
fieldset { border: none; }
a:hover {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
}
body div#oliberte {
  min-width: initial;
  overflow: auto;
}



#body {
  /*margin-top: 82px;*/
}
.page-signin table#body {
  /*margin-top: 100px;*/
}

@media (max-width: 980px) {
  #body {
    /*margin-top: 65px;*/
  }

}


#oliberte #body .Sidelink_Sidegray_Text14 {
    font-size: 1em;
}
body div#oliberte #body #contentArea {
    font-size: 1.25em;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.6;
}
body #contentArea {
  box-sizing: border-box;
}
/**
 * General Styles
 */
.align-left { text-align: left; }
.align-right { text-align: right; }
.mtop25 { margin-top: 25px; }
ul.unstyled,
ol.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.btn {
  font-size: 1.125em;
  padding: 1em 1.5em;
  width: 100%;
}
.oliberte-statement {
    /*border-top: 1px solid black;*/
    font-size: 1.25em;
    font-family: "RobotoLight", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #677063;
    text-align: center;
    padding: 1em 1em 0 1em;
}
#oliberte #body #messagestack {
  width: 100%;
}

.btn-red {
  border: none;
  background-color: #db1e25;
  color: white;
  text-align: center;
}
/* Star Rating classes */
.stars, .stars5 {
  background: transparent url("../images/stars.png") no-repeat top left;
  width: 70px;
  height: 17px;
  display: inline-block;
}
.stars4 {background-position: -14px;}
.stars3 {background-position: -28px;}
.stars2 {background-position: -42px;}
.stars1 {background-position: -56px;}
.stars0 {background-position: -70px;}
/* PAGE Defaults and separation from header and footer */
.page-default {
  /*margin: 0;*/
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}
.page-default table a {
  color: #db1e25;
}
.page-default > table {
  position: relative;
  width: 100%;
}
.page-shipping #body,
.page-giftcard #body {
  max-width: 880px;
}

.page-men #body,
.page-wommen #body,
.page-gear #body,
.page-stores #body,
.page-olibaby #body,
.page-highlander #body,
.page-mcnairy #body {
max-width: 100%;
}

.page-default > table > td { width: 100%; }

/* HOME PAGE Responsive Styles */
@media screen and (max-width: 480px) {
  /* Home page */
  .page-index #bottom-images > div {
    float: none !important;
    display: block;
    width: 100% !important;
  }
}

/* *** PRODUCT PAGES *** */
/* hide gender filter from men and women product pages */
.page-men .sorting-filters .filter-gender,
.page-women .sorting-filters .filter-gender,
.page-gear .sorting-filters .filter-gender {
  display: none;
}
/* product list styles */

.page-products .product-list {
  text-align: center;
  margin: 0 auto;
  display: block; /* WAS table */
  margin-top: 1em;
}
.page-products .product-list:after {
  content: '';
  clear: both;
  display: table;
}
.page-products .product-list .sales-heading {
	font-family: Roboto;
	font-weight: normal;
	font-size: 1.5em;
	color: #000; /* WAS #333 */
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	text-align: left;
	margin-left: 4%;
	width: 185px;
}
.page-products .product-list .sales-heading-mobile {
	display: none;
}
@media screen and (max-width: 940px) {
	.page-products .product-list .sales-heading {
		display: block;
	}
	.page-products .product-list .sales-heading-mobile {
		font-family: Roboto;
		font-weight: normal;
		font-size: 1.5em;
		color: #000; /* WAS #333 */
		text-transform: uppercase;
		text-align: left;
		width: 185px;
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		top: 220px;
		z-index: 1;
		margin-left: -60px;
		display: none;
		background: white;
		border-bottom: 3px solid #000;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: roate(90deg);
		transform: rotate(90deg);
	}
	.page-products .product-list .sales-section-parent {
		margin-bottom: 50px; /* WAS 186px */
		position: relative;
	}
	.page-products .product-slider .slides_container {
		/*z-index: -1;*/
	}
}
/* Product slider styles */
.page-products .product-slider {
  display: inline-block;
  width: 200px;
  height: 210px;
  margin: 5px 5px 50px 5px;
  position: relative;
}
.page-products .product-slider .product-title {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 200px;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  color: #333;
  font-weight: bold;
}
.page-products .product-slider:after {
  content: ' ';
  clear: both;
  display: table;
}
.page-products .product-slider .pagination {
  margin: 0;
  padding: 0;
  height: 20px;
  list-style: none;
  text-align: center;
  width: 266px; /* WAS 200px */
  position: relative;
  top: 0px;
}
.page-products .product-slider .pagination li {
  display: inline;
}
.page-products .product-slides > a {
  display: none;
}
.page-products .product-slides > a {
  display: block;
}
.page-products .product-slides img {
  max-width: 100%;
}
.page-products .product-list .product-num-reviews {
  color: #333;
  font-size: 90%;
}


/* *** PRODUCT DETAILS PAGE *** */
.page-product-detail {
  margin-top: 30px;
  padding: 0 42px;
}
/* Product Images */
.page-product-detail .product-images .large-product-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 1em; /* WAS 0 */
}
.page-product-detail .product-images .large-product-image img {
  width: 100%;
  height: auto;
}
.page-product-detail .product-images .product-image-thumbs {
  text-align: center;
  margin: 34px 0;
}
.page-product-detail .product-images .product-image-thumbs a {
  display: inline-block;
  border: none/* 1px solid #babac9*/;
  width: 30%;
  height: auto;
  margin-right: 0;
  margin-bottom: 0.5em;
}
.page-product-detail .product-images .product-image-thumbs img {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
/* Product Data */
.page-product-detail .product-data {
  border-top: 1px solid black;
  padding-top: 1em;
}
.page-product-detail .product-data:after {
  content: ' ';
  clear: both;
  display: table;
}
.page-product-detail .product-data-left {
  float: left;
  clear: left;
}
.page-product-detail .product-data-right {
  float: right;
}
.page-product-detail .product-style {
  font-family: "Roboto", "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}
.page-product-detail .product-color {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 1.5625em;
}
.page-product-detail .product-code,
.page-product-detail .product-ratings {
  color: #a6a6b7;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
}
.page-product-detail .product-ratings .product-num-reviews,
.page-product-detail .product-ratings .product-star-rating {
  display: inline-block;
  vertical-align: middle;
}
.page-product-detail .product-price {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 300;
  text-align: right;
}
/* Fix for mobile portrait */
@media screen and (max-width: 480px) {
  .page-product-detail .product-color {
    font-size: 1.2em;
  }
  .page-product-detail .product-price {
    font-size: 1.575em;
  }
}
/* product sizes */
.page-product-detail .product-sizes {
  clear: both;
  margin-top: 1em;
  border-top: 1px solid black;
}
.page-product-detail .product-sizes {
  padding: 1.5em 0;
}
.page-product-detail .product-sizes select {
  display: block;
  text-align: center;
  padding: 0.5em;
  margin-top: 2em;
  border: 1px solid black;
  width: 100%;
}
.page-product-detail .product-size-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-product-detail .product-size-list li {
  display: block;
  margin: 0.5em 0;
  border: 1px solid black;
  color: black;
}
.page-product-detail .product-size-list li a {
  display: block;
  color: black;
  text-align: center;
}
.page-product-detail .product-size-list .size-not-available {
  border: 1px solid #ccc;
  color: #ccc;
}
.page-product-detail .product-size-list .size-not-available a {
    color: #ccc;
}
.page-product-detail .product-size-list .selected-size {
  border: 1px solid black;
  background-color: #db1e25;
  color: white;
}
.page-product-detail .product-size-list .selected-size a {
  color: white;
}
.page-product-detail .product-size-chart-btn {
  background-image: url('../images/size-chart-btn_002.png');
  background-repeat: no-repeat;
  text-indent: -9999em;
  display: block;
  width: 143px;
  height: 29px;
  margin: 1em auto 0.5em;
}
/* color swatches */
.page-product-detail .product-colors {
  border-top: 1px solid black;
  margin-top: 1em;
  padding-top: 1em;
  text-align: center;
}
.page-product-detail .product-colors .option {
  border: 1px solid #aaa;
  text-align: center;
  width: 16%;
  max-width: 60px;
  display: inline-block;
  height: auto;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  padding: 0.25em;
  margin: 2.4% 2.4%;
}
.page-product-detail .product-colors .option .swatch {
  text-align: center;
  display: block;
  box-sizing: border-box;
}
.page-product-detail .product-colors .option .swatch img {
  width: 100%;
  height: auto;
}
.page-product-detail .product-colors:after {
    clear:both;
    content: '';
    display: table;
}
.page-product-detail .product-colors .product-colors-caption {
    display: block;
    line-height: 25px;
    margin: 2.4% 0;
}
.page-product-detail .product-colors .option .label {
  display: none;
}
.page-product-detail .current-product-color {
  display: inline-block;
  overflow: hidden;
  /*text-indent: -10000em;*/
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  text-align: center;
  margin-top: 0.5em;
}
/* Wishlist link */
.page-product-detail .product-wishlist {
  border-top: 1px solid black;
  margin-top: 1.5em;
  padding: 0 0.5em;
  display: none; /* hidden for now- future feature */
  text-align: center;
}
.page-product-detail .product-wishlist a {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  padding: 0.5em 0;
}
.page-product-detail .product-wishlist a:before {
  content: "+";
  padding-right: 1em;
}
/* shopping buttons */
.page-product-detail .product-cart {
  border-top: 1px solid black;
  padding-top: 1em;
  margin-top: 1em;
  display: block;
  text-align: center;
}
.page-product-detail .product-cart .product-quantity {
  display: none; /* hidden for now - future feature */
}
.page-product-detail .product-cart .product-quantity .btn-qty {
  display: inline-block;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  background-color: black;
  color: white;
  font-size: 1.75em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 48px;
  margin: 0 0.33em;
}
.page-product-detail .product-cart .product-quantity > span {
  display: none;
}
.page-product-detail .product-cart .product-quantity > input {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.75em;
  border: none;
  text-align: center;
}
.page-product-detail .product-cart .btn-add-to-cart {
  display: block;
  background-color: #db1e25;
  border-radius: 6px;
  border: none;
  color: white;
  margin: 0.5em 0;
  padding: 0.25em;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  text-transform: uppercase;
  width: 100%;
}
.page-product-detail .product-cart .product-price {
  text-align: center;
}
/* product details */
.page-product-detail .product-details {
  margin-top: 2em;
}
.page-product-detail .product-details .details-toggle,
.page-product-detail .product-reviews-section .ratings-toggle {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  border-bottom: 1px solid black;
  display: block;
  position: relative;
  padding: 0.5em 0.25em;
  text-transform: uppercase;
}
.page-product-detail .product-details .details-toggle:after,
.page-product-detail .product-reviews-section .ratings-toggle:after {
  font-family: FontAwesome;
  content: '\f078';
  position: absolute;
  right: 0.5em;
}
.page-product-detail .product-details .details-toggle.open:after,
.page-product-detail .product-reviews-section .ratings-toggle.open:after {
  font-family: FontAwesome;
  content: '\f077';
  position: absolute;
  right: 0.5em;
}
.page-product-detail .product-details .product-details-content {
  margin: 0.5em 0;
}
.page-product-detail .product-details .product-details-content ul {
  list-style: disc;
  margin-left: 1em;
}
/* product reviews */
.page-product-detail .product-reviews-section .ratings-toggle {
  text-transform: uppercase;
}
.page-product-detail .product-reviews-section .ratings-toggle span {
  color: #677063;
}
.page-product-detail .product-reviews-section .product-reviews .product-review-entry {
  position: relative;
  width: 100%;
}
.page-product-detail .product-reviews-section .product-reviews .stars {
  display: inline-block;
  vertical-align: middle;
}
.page-product-detail .product-reviews-section .product-review-entry-meta {
    background-image: url();
    background-repeat: no-repeat;
    padding: 8px 0 8px 40px;
    margin-bottom: 1em;
}
.page-product-detail .product-reviews-section .product-review-entry-meta .product-reviewer,
.page-product-detail .product-reviews-section .product-review-entry-meta .product-review-location,
.page-product-detail .product-reviews-section .product-review-entry-meta .product-review-date {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  border-right: 1px solid #e7e7e7;
  display: inline-block;
}
.page-product-detail .product-reviews-section .product-review-entry-meta .product-reviewer {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.page-product-detail .product-reviews-section .product-review-entry-meta .product-review-location,
.page-product-detail .product-reviews-section .product-review-entry-meta .product-review-date {
    font-size: 11px;
    font-family: Georgia,serif;
}
.page-product-detail .product-reviews-section .product-review-entry-meta .product-review-date {
    border-right: none;
}
.page-product-detail .product-reviews-section .product-reviews .product-review-content {
    margin: 1em 0 0 0;
}
.page-product-detail .product-reviews-section .review-toggle {
    color: white !important;
    background-color: #db1e25;
    float: right;
    padding: 8px;
    font-size: 9px !important;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 8px !important;
}
.page-product-detail .product-reviews-section .review-toggle:after {
    content: ' ';
    clear: both;
    display: table;
}
.page-product-detail .product-reviews-section .review-toggle + .product-reviews,
.page-product-detail .product-reviews-section .review-toggle + form,
.page-product-detail .product-reviews-section .review-toggle + br {
    clear: both;
}
.page-product-detail .product-reviews-section .product-review-composer .review-label {
    display: block;
    margin-bottom: 0.25em;
}
.page-product-detail .product-reviews-section .product-review-composer #rating-label,
.page-product-detail .product-reviews-section .product-review-composer .rating {
    display: block;
    margin-bottom: 1em;
}
.page-product-detail .product-reviews-section .product-review-composer .rating:after {
    clear: both;
    content: '';
    display: table;
}
.page-product-detail .product-reviews-section .product-review-composer .rating input,
.page-product-detail .product-reviews-section .product-review-composer .rating label {
    float: left;
    height: 17px;
    vertical-align: middle;
}
.page-product-detail .product-reviews-section .product-review-composer .rating label + input {
    clear: left;
}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for^="star"] {
  background: transparent url("../images/stars.png") no-repeat top left;
  width: 70px;
  height: 17px;
  display: inline-block;
  text-indent: -99999em;
  overflow: hidden;
}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for="star4"] {background-position: -14px;}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for="star3"]  {background-position: -28px;}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for="star2"]  {background-position: -42px;}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for="star1"]  {background-position: -56px;}
.page-product-detail .product-reviews-section .product-review-composer .rating label[for="star0"]  {background-position: -70px;}

.page-product-detail .product-reviews-section .product-review-composer .review-label + input,
.page-product-detail .product-reviews-section .product-review-composer .review-label + textarea,
.page-product-detail .product-reviews-section .product-review-composer .rating {
    display: block;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 0.25em;
    box-sizing: border-box;
    border: 2px solid black;
}
.page-product-detail .product-reviews-section .product-review-composer input[type='submit'] {
    color: white;
    background-color: #db1e25;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.33em 1em;
    text-transform: uppercase;
    margin: 0.25em 0;
}
.page-product-detail .product-reviews-section .product-review-composer .highlight,
.page-product-detail .product-reviews-section .product-review-composer input.highlight,
.page-product-detail .product-reviews-section .product-review-composer textarea.highlight,
.page-product-detail .product-reviews-section .product-review-composer label.highlight,
.page-product-detail .product-reviews-section .product-review-composer #review-error.highlight {
    color: #eb2e35;
    border-color: #db1e25;
}

.page-product-detail .product-reviews-section .product-review-composer div.highlight,
.page-product-detail .product-reviews-section .product-review-composer input.highlight,
.page-product-detail .product-reviews-section .product-review-composer textarea.highlight,
.page-product-detail .product-reviews-section .product-review-composer #review-error {
    background-color: #fff5f5;
}
.page-product-detail .product-reviews-section .product-review-composer #review-error {
    border: 1px solid #ccc;
    display: none;
    margin: 1em 0;
    font-size: 0.875em;
    padding: 0.25em 1em;
}

.page-product-detail .product-reviews-section .product-review-entry {
    background-color: #e7e7e7;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
}

/** DESKTOP LAYOUT STYLES */
@media screen and (min-width: 480px) {
  .page-product-detail .product-images .product-image-thumbs a {
    width: 20.8%;
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .page-product-detail .product-upper,
  .page-product-detail .product-lower {
    display: block;
    width: 100%;
  }
  .page-product-detail .product-upper:after,
  .page-product-detail .product-lower:after {
    content: '';
    clear: both;
    display: table;
  }
  .page-product-detail .product-colors .product-colors-caption {
    float: left;
  }
  .page-product-detail .product-upper .product-images,
  .page-product-detail .product-lower .product-reviews-section {
    width: 48.979591%;
    float: left;
   position: relative;
  }
  #product-zoom-container {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    right: -300px;
    pointer-events: none;
  }
  #product-zoom-icon {
    position: absolute;
    right: 1em;
    width: 25px;
    height: 25px;
    background: url('../images/064-zoom-icon.png') no-repeat;
    background-size: contain;
  }
  #shoe_form,
  .page-product-detail .product-lower .product-details,
  .page-product-detail .product-upper .product-data {
    float: right;
    width: 40.306122%;
  }
  .page-product-detail .product-upper .product-data {
    border-top: none;
  }
  .page-product-detail .product-sizes {
    position: relative;
  }
  .page-product-detail .product-sizes:after {
    content: '';
    clear: both;
    display: table;
  }
  .page-product-detail .product-sizes select {
    display: none;
  }
  .page-product-detail .product-size-list {
    display: block;
  }
  .page-product-detail .product-sizes .product-size-list {
    float: left;
    width: 78%; /* WAS 84.683544% */
   display: inline-block;
  }
  .page-product-detail .product-sizes .product-size-list li {
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em;
    font-size: 0.56em;
    width: 23.54%;
  }
  .page-product-detail .product-sizes .product-size-chart-btn {
    background-image: url("../images/size-chart-btn-sm_002.png");
    height: 29px;
    text-indent: -9999em;
    width: 72px;
    position: static; /* WAS absolute */
    right: 0.5em;
    top: 1.86em;
    margin-top: 0;
   float: right;
   display: inline-block;
  }
  .page-product-detail .product-colors {
    text-align: left;
    padding-top: 0;
    margin-top: 2em;
  }
  .page-product-detail .product-colors .option {
    border: none;
    width: 25px;
    height: 25px;
    float: left;
  }
  .page-product-detail .product-colors .option.active {
    border: 1px solid #aaa;
  }
  .page-product-detail .product-colors .option .swatch {

  }
  .page-product-detail .product-colors .option .swatch img {
    padding: 0;
    display: block;
  }
  .page-product-detail .product-colors .current-product-color {
    text-align: left;
    font-size: 1.2em; /* WAS 0.75em */
    margin: 0; /* WAS 2.4% */
    vertical-align: middle;
    line-height: 25px;
  }
  .page-product-detail .product-cart {
    margin-top: 0;
  }
  .page-product-detail .product-cart .btn-add-to-cart {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0;
  }
  .page-product-detail .product-cart .product-price {
    float:right;
    margin-top: 0.33em;
  }
  .page-product-detail .product-lower .product-details {
    margin-top: 0;
  }
  .page-product-detail .product-lower .product-reviews-section {
    border-bottom: none;
  }
}
/**
 * Store finder page styles
 */
.page-store-finder {
  position: relative;
}
.page-store-finder h1,
#oliberte #body .page-store-finder h1 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 3.125em;
  font-weight: normal;
  text-align: center;
}
.page-store-finder .store-search-fields {
  padding: 1em;
}
.page-store-finder .store-search-fields input,
.page-store-finder .store-search-fields select {
  color: black;
  display: block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.05em; /* WAS 1.1275em */
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  width: 100%;
  box-sizing: border-box;
}
.page-store-finder .store-search-fields span {
  display: block;
  text-align: center;
  font-size: 1.5625em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.page-store-finder .see-all-stores {
  display: block;
  text-align: center;
  padding: 0.5em;
  margin-right: 10px;
}
.page-store-finder .see-all-stores:after {
  content: url('../images/all-locations.jpg');
  position: relative;
  height: 29px;
  width: 51px;
  display:inline-block;
  top: 8px;
  right:-10px;
}
.page-stores .page-store-finder .store-map,
.page-store-finder .store-map {
  border: 1px solid black;
  margin:1em;
}
.page-stores .page-store-finder .store-map {
  box-sizing: border-box;
  width: auto;
  display: block;
}
.page-store-finder .store-locations {

}
.page-store-finder .store-locations .store-locations-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-store-finder .store-locations .store-locations-list li {
  padding: 1em 0 1em 4em;
  position: relative;
  font-size: 0.8675em;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
.page-store-finder .store-locations .store-locations-list li.selected {
  background-color: #eeeeee;
  border-bottom: none;
}
.page-store-finder .store-locations .store-locations-list .listing-marker {
  background-image: url('../images/listing-marker.png');
  background-repeat: no-repeat;
  color: white;
  font-size: 0.75em;
  padding: 3px 0 0 0px;
  position: absolute;
  left: 2em;
  top: 1.5em;
  display: block;
  width: 24px;
  height: 25px;
  box-sizing: border-box;
  text-align: center;
}
.page-store-finder .store-locations .store-locations-list .store-location {
  display: block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1289625em;
  margin-bottom: 0.5em;
}
.page-store-finder .store-locations .store-locations-list .store-listing a {
  color: #4E4E3F;
}
.page-store-finder .store-locations .store-locations-list .store-listing a:hover {
  color: #db1e25;
}
.page-store-finder .store-locations .more-listings {
  display: block;
  text-align: center;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5625em;
  padding: 1em 0;
}
.page-store-finder .oliberte-statement {
  display: none;
}
.page-store-finder .store-heading {
  text-align: center !important;
  margin-top: 1% !important;
  color: #4A4A4A;
}

@media screen and (min-width: 980px) {
  .page-store-finder h1,
  #oliberte #body .page-store-finder h1 {
    text-align: left;
    padding-left: 1rem;
  }
  .page-store-finder .store-search-fields span,
  .page-store-finder .store-search-fields select,
  .page-store-finder .store-search-fields input {
    display: inline-block;
  }
  .page-store-finder .store-search-fields form {
    display: block;
    width: 100%;
  }
  .page-store-finder .store-search-fields select + select {
    margin-left: 1.25%; /* WAS 3.933% */
  }
  .page-store-finder .store-search-fields span {
    width: 6.934%;
    text-align: center;
  }
  .page-store-finder .store-search-fields .btn {
    width: 100px;
    margin: 0;
    height: 45px;
    padding: 0.5em;
    float: right;
    text-align: center;
  }
  .page-store-finder .store-search-fields select,
  .page-store-finder .store-search-fields input {
    width: 19.2%; /* WAS 24% */
  }
  .page-store-finder .see-all-stores {
    position: absolute;
    top: 1em;
    right: 0.5em;
  }
  .page-store-finder .store-locations {
    margin: 1em;
  }
  .page-store-finder .store-locations .store-locations-list {
    box-sizing: border-box;
    display: block;
    margin: 0;
    width: 100%;
  }
  .page-store-finder .store-locations .store-locations-list:after {
    clear:both;
    content: '';
    display: table;
  }
  .page-store-finder .store-locations .store-locations-list li,
  .page-store-finder .store-locations .store-locations-list li.selected {
    display: inline-block;
    border: none /*1px solid #ccc*/;
    text-align: left;
    width: 20.98540145%;
    /*min-height: 117px;*/
    margin-bottom: 1em;
    margin-right: 5.2832116788%;
    padding-left: 3em;
    box-sizing: border-box;
    font-size: 0.75em;
    overflow: hidden;
    vertical-align: top;
  }
  .page-store-finder .store-locations .store-locations-list li.selected {
    border-color: #db1e25;
    background-color: transparent;
  }
  .page-store-finder .store-locations .store-locations-list li:nth-child(4n) {
    margin-right: 0;
  }
  .page-store-finder .store-locations .store-locations-list li .listing-marker {
    left: 7px;
  }
  .page-store-finder .store-locations .more-listings {
    display: none;
  }
  .page-store-finder .oliberte-statement {
    display: block;
  }
}
/**
 * Text Pages
 */
#oliberte #body #contentArea {
  max-width: 600px;
  width: 100%;
  width: 60%;
  padding-left: 1em;
  float: right;
  box-sizing: border-box;
}
#oliberte #body #rightNavArea {
  width: 40%;
  box-sizing: border-box;
}
#oliberte.page #body #contentArea { /* #oliberte.page-fair_trade */
  clear: left;
}
@media screen and (max-width: 640px) {
  #oliberte #body #contentArea {
    float: none;
    width: 100%;
  }
  #oliberte #body #rightNavArea {
    display: block;
    width: 100%;
    float: none;
    padding: 1em;
    box-sizing: border-box;
  }
  #oliberte #body #rightNavArea span a.linkgray {
    display: block;
    width: 100%;
    text-align: center;
    font-family: Roboto, Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: black;
    background-color: #eeeeee;
    border-radius: 0.5em;
    padding: 1em;
    box-sizing: border-box;
  }
}
/**
 * Contact Page
 */
.page-contact #body {

/*  margin: 65px auto 1em auto;
  display: block;
  box-sizing: border-box;
  max-width: 880px;
  width: auto;*/
  margin-top: 20px;
}
.page-contact #body > td  {
  display: block;
}
@media screen and (max-width: 640px) {
  .page-contact #body {
    /*margin: 85px 1em 1em 1em;*/
  }
}
@media screen and (min-width: 640px) {
  .contact-left {
    float: left;
    width: 60%;
  }
  .contact-right {
    float: right;
    width: 30%;
  }
  .cotnact-right:after {
    display: table;
    content: ' ';
    clear: both;
  }
}
/*#oliberte.page-contact #body form input,*/
#oliberte.page-contact #body form select,
#oliberte.page-contact #body form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
}
/*#oliberte.page-contact #body form input,*/
#oliberte.page-contact #body form textarea {
  padding: 1em;
}
#oliberte.page-contact #body form input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
#oliberte.page-contact #body form input[type="submit"] {
  margin-bottom: 1em;
  text-transform: uppercase;
}
#oliberte.page-contact #body .formSubmit2 {
  padding: initial;
}
/**
 * Giftcard Page
 */
.page-giftcard .page-products {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2;

  max-width: 980px;
  margin: 0 auto;
}
.page-giftcard .page-products #body img,
.page-giftcard #body img {
  max-width: 100%;
  height: auto;
  width:100%;
}
.page-giftcard .row {
  display: table;
}
.page-giftcard .row:after {
  clear: both;
  content: '';
  display: table;
}
.page-giftcard .row .one-half {
  width: 49%;
  box-sizing: border-box;
  display: table-cell;
  font-size: 1.25em;
  vertical-align: middle;
}
.page-giftcard .row .one-half img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.page-giftcard .row .one-half:first-child {
  margin-right: 1%;
}
.page-giftcard .aligncenter {
  text-align: center;
}
.page-giftcard img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.barred {
  font-family: BebasNeue, "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.1875em !important;
  text-align:center !important;
  overflow: hidden;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.barred span {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.barred span:before,
.barred span:after {
  content: '';
  position: absolute;
  height: 5px;
  border-top: 3px solid #aaa;
  width: 1000px;
  top: 50%;
}
.barred span:before {
  right: 100%;
  margin-right: 1em;
}
.barred span:after {
  left: 100%;
  margin-left: 1em;
}
.page-giftcard .giftcard-amounts,
.page-giftcard .giftcard-delivery {
  text-align: center;
}
.page-giftcard .giftcard-amounts a,
.page-giftcard .giftcard-delivery a {
  border: 1px solid black;
  display: inline-block;
  width: 252px;
  /*height: 180px;*/
  box-sizing: border-box;
  font-size: 1.2em;
  font-family: "BebasNeue", "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  vertical-align: top;
  color: black;
  text-decoration: none;
  /*padding-top: 1em;*/
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 4.550898%;
  margin-right: 4.550898%;
  overflow: hidden;
}
.page-giftcard .giftcard-amounts a {
    font-size: 1em;
    width: 22.5%;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
}
.page-giftcard .giftcard-delivery a {
  width: 315px;
}
.page-giftcard .giftcard-amounts a.selected,
.page-giftcard .giftcard-delivery a.selected {
  background-color: #b41419;
}
.page-giftcard .giftcard-amounts a:hover,
.page-giftcard .giftcard-delivery a:hover{
  background-color: #b41419; /* ADDED BY OJAMBO */
}
.page-giftcard .giftcard-amounts a:nth-child(4n),
.page-giftcard .giftcard-delivery a:nth-child(2n) {
  margin-right: 0;
}
.page-giftcard .giftcard-amounts a span,
.page-giftcard .giftcard-delivery a span {
  display: block;
  font-size: 3.5em;
}
.page-giftcard .giftcard-delivery a span {
  font-size: 2em;
}
.page-giftcard .statement {
  font-family: "BebasNeue" "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.47875em;
}
.page-giftcard .actionbox {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1875em;
  margin: 1em auto;
  padding: 1em;
  text-align: center;
}
.page-giftcard .actionbox span {
  font-size: 1.526315em;
  text-transform: uppercase;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}
.page-giftcard .disclaimer {
    padding-left: 1em;
    padding-right: 1em;
}
.page-giftcard .info-left {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
}
.page-giftcard .info-right {
  display: inline-block;
  width: 49%;
  margin-left: 5%;
  box-sizing: border-box;
  vertical-align: top;
}
.page-giftcard .info-left label,
.page-giftcard .info-right label {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
.page-giftcard .info-left label:after,
.page-giftcard .info-right label:after {
  content: '';
  clear: both;
  display: table;
}
.page-giftcard .info-left label input,
.page-giftcard .info-right label input {
    border: 2px solid black;
  display: inline-block;
  float: right;
  padding: 0.25em;
  width: 50%;
  margin-right: 0;
}
.page-giftcard .info-right label textarea,
.page-giftcard .info-left label textarea {
    border: 2px solid black;
  clear: both;
  display: block;
  width: 100%;
  height: 6em;
  margin-top: 0.5em;
  padding: 0.25em;
  font-size: 1.25em;
  box-sizing: border-box;
}
.page-giftcard .btn-checkout {
  display: block;
  text-align: center;
  margin: 1em auto;
  background-color: #b41419;
  color: white;
  padding: 0.5em;
  border: 1px solid black;
  font-size: 1.25em;
  text-transform: uppercase;
}
@media screen and (max-width: 873px) {
  .page-giftcard .giftcard-delivery a:nth-child(2n) {
    margin-right: 4.550898%;
  }
  .page-giftcard .giftcard-amounts a {
    width: 38.5%;
  }
  .page-giftcard .giftcard-amounts a:nth-child(2n) {
    margin-right: 0;
  }
  .barred {
    width: 100%;
  }
  .page-giftcard .giftcard-delivery a {
    width: 295px;
  }
}
@media screen and (max-width: 650px) {
  .page-giftcard .info-right,
  .page-giftcard .info-left {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0 1em;
  }
  .page-giftcard p {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 565px) {
  .page-giftcard .row .one-half {
    width: 100%;
    display: block;
  }
  .page-giftcard .giftcard-amounts a,
  .page-giftcard .giftcard-delivery a,
  .page-giftcard .giftcard-amounts a:nth-child(3n),
  .page-giftcard .giftcard-amounts a:nth-child(2n),
  .page-giftcard .giftcard-delivery a:nth-child(2n) {
    margin-right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .page-giftcard .row .one-half:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-giftcard .giftcard-delivery a {
    width: 275px;
  }
  .page-giftcard .actionbox,
  .page-giftcard .actionbox span {
    display: block;
  }
  .page-giftcard .btn-checkout {
    width: 80%;
  }
}
@media screen and (min-width: 480px) {
  .page-giftcard .btn-checkout {
    width: auto;
  }
  .page-giftcard .actionbox span {
    display: block;
  }
}
/**
 * Cart and Checkout pages
 */
#oliberte #body #shopping_cart.fullview {
  width: 100%;
}
#oliberte.page-checkout #body #shopping_cart.miniview,
#oliberte.page-checkout #body #checkout_header {
  width: 100%;
}
#oliberte.page-cart > table td.content-cell {
  /*padding: 1em 0.5em 0 0.5em;*/
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#oliberte.page-cart > table td.content-cell h1 {
/*  font-family: Arial, Helevtica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #464637;
  text-align: left;*/
}
#oliberte.page-cart .shopping-cart .shopping-cart-header { display: none; }
#oliberte.page-cart .shopping-cart .shopping-cart-item {
  font-family: Arial, Helevtica, sans-serif;
  color: #464637;
  color: black;
  padding: 1em 0;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item + .shopping-cart-item {
  border-top: 1px dashed #8a8a7c;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item:last-child {
  border-bottom: 1px solid black;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item:after {
  display: table;
  clear: left;
  content: '';
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-appearance {
  float: left;
  text-align: center;
  width: 45%; /* WAS 50 % */
  position: relative;
  padding-right: 5%;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-image {
  display: block;
  max-width: 100%;
  max-height: 125px;
  margin: 0 auto;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-details {
  display: block;
  text-align: left;
  width: 50%;
  float: left;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-details a {
	color: #464637;
  color: black;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-data {
  display: block;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-style {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-model {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  color: #9797a5;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-gender {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-size {
  display: inline-block;
  font-size: 12px;
  /*text-transform: uppercase;*/
  color: #9797a5;
  margin: 0;
  padding: 0;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-name {
  display: block;
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity {
  clear: both;
  float: left;
  display: block;
  width: 50%;
  line-height: 28px;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity input.text {
  height: 22px;
  box-sizing: border-box;
  width: 2em;
  text-align: center;
  margin-right: 0.5em;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity label {
    display: block;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity label span {
  font-size: 11px;
  text-transform: uppercase;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity label {
  display: block;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity input {
  margin-right: 0.5em;
  margin-top: -1px;
  vertical-align: middle;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-info {
  float: right;
  width: 50%;
  display: block;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-info:after {
  clear: both;
  content: '';
  display: table;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-info .product-total {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  vertical-align: middle;
}
.product-quantity-control {
    vertical-align: sub;
  display: inline-block;
  margin-right: 10px;
}
.product-quantity-control:last-child {

  margin-left: 10px;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-details .cart-blue-link {
  color: #007fff;
  font-size: 12px;
}
#oliberte.page-cart .shopping-cart .shopping-cart-item .product-details .cart-blue-link.wishlist {
  text-decoration: underline;
  font-size: 12px;
  margin-left: 10px;
}

#oliberte.page-cart .shopping-cart-actions,
#oliberte #body #cart_buttons,
#oliberte.page-cart #cart_buttons.shopping-cart-actions {
  margin: 0;
  text-align: center;
}
#oliberte.page-cart .shopping-cart-actions .button {
  text-transform: uppercase;
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  height: 40px;
  border: none;
  cursor: pointer;
}
#oliberte.page-cart .shopping-cart-actions .button.proceed_checkout,
#body .button.proceed_checkout {
  background-image: none;
  background-color: #c9222a;
  color: white;
}
.shopping-cart-currency {
  font-size: 12px;
  line-height: 1.8;
  clear: both;
}
#oliberte.page-cart .shopping-cart-actions .shopping-cart-currency a {
  font-weight: bold;
}
.shopping-cart-subtotal {
  float: right;
}
#oliberte.page-cart .shopping-cart-actions .shopping-cart-subtotal span {
  font-size: 24px;
}
#oliberte.page-cart .shopping-cart-actions .shopping-cart-subtotal span.debit {
  font-weight: bold;
  color: #c82229;
}
@media screen and (min-width: 790px) {
  #oliberte.page-cart .shopping-cart .shopping-cart-item {
    position: relative;
    width: 100%;
  }
  #oliberte.page-cart td form.full {
    display: table;
  }
  #oliberte.page-cart .shopping-cart {
    width: 59%;
  }
  #oliberte.page-cart .shopping-cart,
  #oliberte.page-cart .shopping-cart-actions {
    /*display: table-cell;*/
    float: left;
    vertical-align: top;
    width: 870px;
  }
  #oliberte.page-cart .shopping-cart-actions {
    width: 320px;
  }
  #oliberte.page-cart .shopping-cart-items {
    display: table;
    width: 100%;
    /*float: left;*/
	 margin-top: 1em;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-header,
  #oliberte.page-cart .shopping-cart .shopping-cart-item {
    /*display: table-row;     */
    display: table;
    width: 100%;

  }
  #oliberte.page-cart .shopping-cart .shopping-cart-header {
        text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-header {
    background-color: #e4e4e4;
    color: black;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-column {
    display: table-cell;
    text-align: left;
    box-sizing: border-box;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-header .shopping-cart-column {
    padding: 14px 0;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-header .shopping-cart-column:first-child {
    padding-left: 1em;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-appearance,
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-details,
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity,
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-info {
    display: table-cell;
    float: none;
    width: auto;
    vertical-align: middle;
    padding: 1em 0;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-column:nth-child(1) { width: 28%; white-space: nowrap; }
  #oliberte.page-cart .shopping-cart .shopping-cart-column:nth-child(2) { width: 28%; margin-right: 1%; }
  #oliberte.page-cart .shopping-cart .shopping-cart-column:nth-child(3) { width: 14%; white-space: nowrap; }
  #oliberte.page-cart .shopping-cart .shopping-cart-column:nth-child(4) { width: 16%; white-space: nowrap; }
  #oliberte.page-cart .shopping-cart .shopping-cart-column:nth-child(5) { width: 14%; white-space: nowrap; }

  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-appearance {

    /*width: 18%; */
    width: 14%;
    box-sizing: border-box;
    /*padding-right: 1em; */
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-color {

    /*width: 18%; */
    /*width: 120px;*/
    width: 14%;
    height: 60px;
    box-sizing: border-box;
    /*padding-right: 1em; */
    text-align: center;
  vertical-align: middle;
  }

  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-details {
    width: 28%;
    /*margin-right: 1%; */
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity { width: 16%; }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-info { width: 14%; }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-price-single {
    width: 14%;
    height: 60px;
        text-align: left;
  vertical-align: middle;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-item .product-quantity label { text-align: left; }

  #oliberte.page-cart .shopping-cart-actions,
  #oliberte #body #cart_buttons,
  #oliberte.page-cart #cart_buttons.shopping-cart-actions {
    margin-top: 1em;
    float: right;
  }
}
/* Checkout & Sign In Page & Some styles for Account Page */
#oliberte.page-account #body tbody > tr> td,
#oliberte.page-signin #body tbody > tr > td,
#oliberte.page-checkout #body tbody > tr > td {
  /*padding: 0 0px; */
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#oliberte.page-checkout .checkout-steps { list-style: none; margin: 0; padding: 0; overflow: hidden; width: 100%; }
#oliberte.page-checkout .checkout-steps li { margin-left: 0; width: 50%; margin-bottom: 0.5em;}
#oliberte.page-checkout .checkout-steps > li { float: left; }
#oliberte.page-checkout .checkout-steps li .step { width: 83%; font-family: Roboto, Helvetica, Arial, sans-serif; display: inline-block; padding: 4px 12px 4px 4px; line-height: 16px; text-align: center; background-color: #e4e4e4; font-size: 11px; color: #3a3a3a; position: relative; margin-left: 18px; }
#oliberte.page-checkout .checkout-steps li .step:after { position: absolute; top: 50%; left: 100%; content: " "; height: 0; width: 0; pointer-events: none; border: solid transparent; border-left-color: #e4e4e4; border-width: 12px; margin-top: -12px; }
#oliberte.page-checkout .checkout-steps li .step:before { position: absolute; top: 50%; left: -16px; content: " "; height: 0; width: 0; pointer-events: none; border: solid #e4e4e4; border-left-color: transparent; border-width: 12px; margin-top: -12px; z-index: -1; }
#oliberte.page-checkout .checkout-steps li .done { background-color: #c4c4c4; }
#oliberte.page-checkout .checkout-steps li .done:after { border-left-color: #c4c4c4; }
#oliberte.page-checkout .checkout-steps li .done:before { border-color: #c4c4c4; border-left-color: transparent; }
#oliberte.page-checkout .checkout-steps li .current { background-color: #db1e25; color: white; }
#oliberte.page-checkout .checkout-steps li .current:after { border-left-color: #db1e25; }
#oliberte.page-checkout .checkout-steps li .current:before { border-color: #db1e25; border-left-color: transparent; }
#oliberte.page-checkout .checkout-steps li:first-child { margin-left: 0; }
#oliberte.page-checkout .checkout-steps li:first-child .step,
#oliberte.page-checkout .checkout-steps li:nth-child(3) .step { padding: 4px 12px 4px 12px; margin-left: 0; }
#oliberte.page-checkout .checkout-steps li:nth-child(3) .step { clear: left; }
#oliberte.page-checkout .checkout-steps li:first-child .step:before,
#oliberte.page-checkout .checkout-steps li:nth-child(3) .step:before { content: none; }
#oliberte.page-checkout .checkout-steps li:last-child .step:after,
#oliberte.page-checkout .checkout-steps li:nth-child(2) .step:after { content: none; }
@media screen and (min-width: 514px) {
  #oliberte.page-checkout .checkout-steps { text-align: center; }
  #oliberte.page-checkout .checkout-steps li { display: inline-block; float: none; width: auto; margin-left: 2px;}
  #oliberte.page-checkout .checkout-steps li .step { width: auto; margin-left: 13px; }
  #oliberte.page-checkout .checkout-steps li:nth-child(2) .step:after,
  #oliberte.page-checkout .checkout-steps li:nth-child(3) .step:before { content: ' '; }
  #oliberte.page-checkout .checkout-steps li:nth-child(3) .step { clear: none; margin-left: 13px; padding: 4px 12px 4px 4px; }
}
@media screen and (min-width: 690px) {
  #oliberte.page-checkout .checkout-steps { width: auto; position: absolute; top: 0; right: 1em; }
}
#oliberte.page-checkout .checkout-steps li .step-1 { z-index: 4; }
#oliberte.page-checkout .checkout-steps li .step-2 { z-index: 3; }
#oliberte.page-checkout .checkout-steps li .step-3 { z-index: 2; }
#oliberte.page-checkout .checkout-steps li .step-4 { z-index: 1; }

#oliberte.page-checkout h2,
#oliberte.page-account h2,
#oliberte.page-checkout #body #checkout_form h2  {
  /*margin-top: 0.75em; */
}
#oliberte.page-account label,
#oliberte.page-signin label,
#oliberte.page-checkout label {
/*  display: block;
  font-size: 11px;
  margin: 0.5em 0 0.25em 1px;
  text-align: left;*/
}
#oliberte.page-account label.action-label,
#oliberte.page-signin label.action-label,
#oliberte.page-checkout label.action-label {
  font-size: 14px;
  text-align: center;
  margin: 1.5em auto;
}
#oliberte.page-account input.text,
#oliberte.page-signin input.text,
#oliberte.page-checkout input.text,
#oliberte.page-account select,
#oliberte.page-signin select,
/*#oliberte.page-checkout select */
{
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 26px;
}
@media screen and (min-width: 660px) {
    #oliberte.page-account input.text,
    #oliberte.page-signin input.text,
    #oliberte.page-checkout input.text,
    #oliberte.page-account select,
    #oliberte.page-signin select,
    /*#oliberte.page-checkout select */
    {
        width: 300px;
    }
    /*#oliberte.page-account label,*/
    /*#oliberte.page-signin label,*/
/*    #oliberte.page-checkout label {
        font-size: 14px;
        text-align: left;
        width: 300px;
        margin: 0.5em auto;
    }*/
    #oliberte.page-checkout #shipping_address:after { display: table; clear: both; content: ''; }
    #oliberte.page-account .left-fields,
    #oliberte.page-signin .left-fields,
    #oliberte.page-checkout .left-fields { float: left; width: 50%; text-align: center; }
    #oliberte.page-account .right-fields,
    #oliberte.page-signin .right-fields,
    #oliberte.page-checkout .right-fields { float: right; width: 50%; text-align: center; }

    #oliberte.page-account .right-fields:after,
    #oliberte.page-signin .right-fields:after,
    #oliberte.page-checkout .right-fields:after {
      content: ' '; clear: both; display: table;
       }

}
#oliberte.page-account .button,
#oliberte.page-signin .button,
#oliberte.page-checkout .button {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
  cursor: pointer;
}
#oliberte.page-signin a.forgot_password,
#oliberte.page-signin a#returnto-login,
#oliberte.page-checkout a.forgot_password { margin-top: 1em; display: block; }
#oliberte.page-account .button.continue,
#oliberte.page-signin .button.continue,
#oliberte.page-checkout .button.continue,
#oliberte.page-checkout #body #checkout_form .button.continue,
#oliberte.page-signin .button.signin,
#oliberte.page-checkout .button.signin,
#oliberte.page-checkout #body #checkout_form #shipping_login .button.signin,
#oliberte.page-checkout #body #checkout_form #shipping_login .resetpassword {
  background-image: none;
  background-color: #c9222a;
  color: white;
  margin-top: 20px;
}
#oliberte.page-account #body .none,
#oliberte.page-signin #body .none,
#oliberte.page-checkout #body .none { display: none; }

#oliberte.page-checkout #body #checkout_form #shipping_login h2 { margin-top: 1em; }

#oliberte.page-account .checkout-buttons,
#oliberte.page-signin .checkout-buttons,
#oliberte.page-checkout .checkout-buttons { display: block; width: 100%; margin-top: 1em; }
#oliberte.page-account .checkout-buttons .left-button,
#oliberte.page-account .checkout-buttons .right-button,
#oliberte.page-signin .checkout-buttons .left-button,
#oliberte.page-signin .checkout-buttons .right-button,
#oliberte.page-checkout .checkout-buttons .left-button,
#oliberte.page-checkout .checkout-buttons .right-button {
  width: 100%;
  display: block;
}
#oliberte.page-account .checkout-buttons .button.faded,
#oliberte.page-signin .checkout-buttons .button.faded,
#oliberte.page-checkout #body #checkout_form .button.faded,
#oliberte.page-checkout .checkout-buttons .button.faded {
  background-color: white;
  background-image: none;
  border-color: white;
  padding: initial inherit;
  color: #888;
  width: auto;
  margin: inherit auto;
}
#oliberte.page-account .checkout-buttons .button.faded:focus,
#oliberte.page-account .checkout-buttons .button.faded:hover,
#oliberte.page-signin .checkout-buttons .button.faded:focus,
#oliberte.page-checkout #body #checkout_form .button.faded:focus,
#oliberte.page-checkout .checkout-buttons .button.faded:focus,
#oliberte.page-signin .checkout-buttons .button.faded:hover,
  #oliberte.page-checkout #body #checkout_form .button.faded:hover,
#oliberte.page-checkout .checkout-buttons .button.faded:hover {
  border-color: #888;
  text-decoration: underline;
  padding: 1em;
}
#oliberte.page-checkout .checkout-buttons .button.paypalcheckout {
  padding: 0;
  margin: 1em auto;
  background-image:url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif');
  background-position:  0px 0px;
  background-repeat: no-repeat;
  width: 145px;
  height: 43px;
  border: 0px;
  text-indent: -9999px;
}
@media screen and (min-width: 514px) {
  #oliberte.page-account .checkout-buttons,
  #oliberte.page-signin .checkout-buttons,
  #oliberte.page-checkout .checkout-buttons { display: table; }
  #oliberte.page-account .button,
  #oliberte.page-signin .button,
  #oliberte.page-checkout .button {
    width: 200px;
    display: inline-block;
  }
  #oliberte.page-account .checkout-buttons .left-button,
  #oliberte.page-account .checkout-buttons .right-button,
  #oliberte.page-signin .checkout-buttons .left-button,
  #oliberte.page-signin .checkout-buttons .right-button,
  #oliberte.page-checkout .checkout-buttons .left-button,
  #oliberte.page-checkout .checkout-buttons .right-button {
    width: 49%;
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
  }
  #oliberte.page-account .checkout-buttons .left-button,
  #oliberte.page-signin .checkout-buttons .left-button,
  #oliberte.page-checkout .checkout-buttons .left-button {
    text-align: right;
  }
  #oliberte.page-account .checkout-buttons .right-button,
  #oliberte.page-signin .checkout-buttons .right-button,
  #oliberte.page-checkout .checkout-buttons .right-button {
    text-align: left;
  }
  #oliberte.page-account .checkout-buttons .button.continue,
  #oliberte.page-signin .checkout-buttons .button.continue,
  #oliberte.page-checkout .checkout-buttons .button.continue,
  #oliberte.page-checkout #body #checkout_form .checkout-buttons .button.continue {
    margin-top: 0;
  }
  #oliberte.page-checkout .checkout-buttons .button.paypalcheckout {
    margin: 0;
  }
}

#oliberte.page-checkout .shipping-option input.radio { vertical-align: top; }
#oliberte.page-checkout .shipping-option,
#oliberte.page-checkout .shipping-cost {
  margin: 0;
  padding: 0;
}
#oliberte.page-cart .shipping-cost {
	 font-size: larger;
  line-height: 110%;
  display: inline-block;
  margin-right: 1em;
}
#oliberte.page-checkout .shipping-cost {
  font-size: larger;
  position: absolute;
  line-height: 110%;
  top: 0.9em;
  right: 0.764em;
}
#oliberte.page-checkout #shipping_method {
  margin-bottom: 1em;
}


/* Wax section edit here â€”RG */
#oliberte.page-cart .shipping-method,
#oliberte.page-checkout .shipping-method {
    border: 2px solid red;  /* was #333 */
    border-radius: 5px; /* was 10px */
    background-color: #fdfdfd;
    padding: 1em;
    margin: 1em 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    /*width: 60%; /* override div for width */
}

#oliberte.page-cart .shipping-method {
	width: 100%;
	text-align: left;
}
#oliberte.page-cart .shipping-method .wax-horizontal-line {
	height: 1px;
	border-top: 1px solid #ccc;
	margin-top: 0.6em;
	margin-bottom: 1em;
}
#oliberte.page-cart .shipping-method .wax-right {
	display: inline-block;
	float: right;
	margin-top: -0.1em;
}
#oliberte.page-cart .shipping-method .wax-right input.wax-amounts {
	background-image: none;
	background: #C9222A;
	color: white;
	padding: 0.2em 1em 0.3em 1em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ABABAB;
	border-radius: 4px;

}

#oliberte.page-checkout .shipping-method label { width: 100%; cursor: pointer; height: 100%; }
#oliberte.page-checkout .shipping-method label span.col1 { width: 70%; display:inline-block; }
@media screen and (min-width: 600px) {
  #oliberte.page-checkout .shipping-cost {
    top: 0.7em; /* WAS initial */
   display: inline-block;
    /*right: initial;
    bottom: 0.764em;
    left: 0.764em;*/
  }

  #oliberte.page-checkout .shipping-method {
    width: 290px; /* WAS 250px */
    display: inline-block;
    min-height: 68px;
    vertical-align: top;
  }
  #oliberte.page-checkout .shipping-method + .shipping-method { margin-left: 1em;}
  #oliberte.page-checkout .shipping-method-description { height: 100px; display: block; margin-bottom: 2em; }
}
#oliberte.page-checkout input.text + input.text,
#oliberte.page-checkout input.text + input.button {
  margin-top: 1em;
}
#oliberte.page-checkout .payment-methods li { display: inline-block; margin-right: 0.5em; }
#oliberte.page-checkout .payment-methods li label { width: auto;  }
#oliberte.page-checkout .payment-methods li label input.radio { vertical-align: middle; }
#oliberte.page-checkout .payment-methods li label img { vertical-align: middle; }
#oliberte.page-checkout .payment-methods li:last-child { margin-right: 0; }
#oliberte.page-checkout #siteseal { text-align: center; }
#oliberte.page-checkout .card-details { margin: 0 auto; text-align: left; }
#oliberte.page-checkout .card-details-expiry,
#oliberte.page-checkout .card-details-code { display:inline-block; text-align: left; width: 120px; }
#oliberte.page-checkout .card-details input.text { text-align: center; width: 70px; margin: 0; }
#oliberte.page-chcekout .card-details-code input.text { text-align: center; width: 70px; }


@media screen and (min-width: 660px) {
  #oliberte.page-checkout .card-details { width: 300px; }
  #oliberte.page-checkout .card-details-expiry,
  #oliberte.page-checkout .card-details-code { width: 49%; }
  #oliberte.page-checkout .card-details-code input.text,
  #oliberte.page-checkout .card-details-code label { margin-left: 13px; }
}
#oliberte.page-checkout .checkout-code-field { display: block; margin: 1em auto; text-align: center; width: 300px; }
#oliberte.page-cart .field-description,
#oliberte.page-checkout .field-description { display: none; }
#oliberte.page-cart .field-description-toggle,
#oliberte.page-checkout .field-description-toggle { display: inline-block; cursor: pointer; }
#oliberte.page-checkout .card-details-code .code-field-description { display: none; }
#oliberte.page-checkout .checkout-code-field .code-field-description { display: none; }
#oliberte.page-checkout .checkout-code-field .code-field-description-toggle { display: inline-block; cursor: pointer; }
#oliberte.page-checkout .checkout-code-field .code-inputs { text-align: left; }
#oliberte.page-checkout .checkout-code-field .code-inputs:after { display: table; clear: both; content: ''; }
#oliberte.page-checkout .checkout-code-field .code-inputs input.text,
#oliberte.page-checkout .checkout-code-field .code-inputs input.button { display: inline-block; box-sizing: border-box; margin: 0; }
#oliberte.page-checkout .checkout-code-field .code-inputs input.text { width: 120px; }
#oliberte.page-checkout .checkout-code-field .code-inputs input.button { padding: 0 1em; line-height: 26px; font-weight: normal; font-size: 14px; text-transform: none; width: 160px; float: right; }

#oliberte.page-checkout #summary_table { text-align: left; }
#oliberte.page-checkout .summary-section { margin-bottom: 1em; }
#oliberte.page-checkout .summary-section + .summary-section { border-top: 1px dashed #ccc; padding-top: 1em; }
#oliberte.page-checkout .summary-section span.block { line-height: 18px; }
#oliberte.page-checkout .summary-label { font-weight: bold; font-size: 18px; margin-bottom: 0.5em; display: block; }
#oliberte.page-checkout .summary-details span strong { width: 140px; display: inline-block; }
#oliberte.page-checkout .summary-details span strong + span { text-align: right; display: inline-block;  }
@media screen and (min-width: 514px) {
    #oliberte.page-checkout #summary_table { text-align: center; }
    #oliberte.page-checkout .summary-section { display: block; min-width: 478px; width: 100%; margin: 0 0 12px 0; vertical-align: top; text-align: left; }
    #oliberte.page-checkout .summary-section:after { display: table; content: ''; clear: both; }
    #oliberte.page-checkout .summary-section:last-child { margin-right: 0; }
    #oliberte.page-checkout .summary-section .summary-label { float: left; min-width: 240px; width: 50%; }
    #oliberte.page-checkout .summary-section .summary-details { float: right; text-align: left; min-width: 220px; width: 50%; }
}

/* Checkout Thankyou Page */
#oliberte.page-checkout_thankyou #order-thank-you-info,
#oliberte.page-checkout_thankyou_demo #order-thank-you-info { font-style: normal; line-height: 1.6; }
#oliberte.page-checkout_thankyou #order-thank-you-bottom,
#oliberte.page-checkout_thankyou_demo #order-thank-you-bottom { margin-top: 20px; }
#oliberte.page-checkout_thankyou #order-thank-you-email-textarea-div,
#oliberte.page-checkout_thankyou_demo #order-thank-you-email-textarea-div {
  width: 100%;
  height: auto;
  border: none;
}
#oliberte.page-checkout_thankyou #order-thank-you-email-textarea-div textarea,
#oliberte.page-checkout_thankyou_demo #order-thank-you-email-textarea-div textarea {
  width: 100%;
  height: 120px;
}
#oliberte.page-checkout_thankyou .social-links,
#oliberte.page-checkout_thankyou_demo .social-links {
  text-align: center;
  margin: 1em;
}
@media screen and (max-width: 570px) {
	#oliberte.page-checkout_thankyou .order-thank-you-column,
  #oliberte.page-checkout_thankyou_demo .order-thank-you-column {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 890px) {
  #oliberte.page-checkout_thankyou .order-thank-you-email-input-div label,
  #oliberte.page-checkout_thankyou .order-thank-you-email-input-div input,
  #oliberte.page-checkout_thankyou_demo .order-thank-you-email-input-div label,
  #oliberte.page-checkout_thankyou_demo .order-thank-you-email-input-div input { display: block; width: 100%; }
  #oliberte.page-checkout_thankyou .order-thank-you-email-input-div label,
  #oliberte.page-checkout_thankyou_demo .order-thank-you-email-input-div label { margin-bottom: 12px; }
}
@media screen and (max-width: 480px) {
  /* #oliberte.page-checkout_thankyou_demo */
  #oliberte.page-checkout_thankyou #page-content-container,
  #oliberte.page-checkout_thankyou_demo #page-content-container {
    padding: 0 1em;
  }
}

/* Account Page */
#oliberte.page-account .account-history-items { margin-top: 0; padding-top: 0; }
#oliberte.page-account .account-history .account-history-header { display: none; }
#oliberte.page-account .account-history .account-history-item {
  font-family: Arial, Helevtica, sans-serif;
  color: #464637;
  padding: 1em 0;
}
#oliberte.page-account .account-history .account-history-item + .account-history-item {
  border-top: 1px solid #464637;
}
#oliberte.page-account .account-history .account-history-item:after {
  display: table;
  clear: left;
  content: '';
}
#oliberte.page-account .account-history .account-history-column:nth-child(1) {  }
#oliberte.page-account .account-history .account-history-column:nth-child(2),
#oliberte.page-account .account-history .account-history-column:nth-child(3),
#oliberte.page-account .account-history .account-history-column:nth-child(4) { display: inline-block; margin-right: 12px; }

@media screen and (min-width: 790px) {
  #oliberte.page-account .account-history-items {
    display: table;
    width: 100%;
  }
  #oliberte.page-account .account-history .account-history-header,
  #oliberte.page-account .account-history .account-history-item {
    display: table-row;
  }
  #oliberte.page-account .account-history .account-history-header {
    background-color: #e4e4e4;
    color: black;
  }
  #oliberte.page-account .account-history .account-history-column {
    display: table-cell;
    text-align: left;
    box-sizing: border-box;
  }
  #oliberte.page-account .account-history .account-history-column {
    padding: 0.5em 0;
  }
  #oliberte.page-account .account-history .account-history-header .account-history-column:first-child {
    padding-left: 0.5em;
  }
  #oliberte.page-account .account-history .account-history-column:nth-child(1) { width: 35%; white-space: nowrap; }
  #oliberte.page-account .account-history .account-history-column:nth-child(2) { width: 29%; }
  #oliberte.page-account .account-history .account-history-column:nth-child(3) { width: 18%; white-space: nowrap; }
  #oliberte.page-account .account-history .account-history-column:nth-child(4) { width: 18%; white-space: nowrap; }

  #oliberte.page-account .account-history .account-history-column:nth-child(2),
  #oliberte.page-account .account-history .account-history-column:nth-child(3),
  #oliberte.page-account .account-history .account-history-column:nth-child(4) { display: table-cell; }
}


/* START PRODUCT SOCIAL BAR */
#product-social-bar {
  display: block;
  margin: 0 auto 10px;
  vertical-align: top;
  text-align: right;
  float: right;
  margin-top: 1em;
}

#product-social-bar span{
  display: inline-block;
  width: 25px;
  height: 17px;
  background-size: contain !important;
  cursor: pointer;
}
#product-social-bar span.product-social-email{
  background: url('../images/product_social_icon_email.png') no-repeat;
}
#product-social-bar span.product-social-facebook{
  background: url('../images/product_social_icon_facebook.png') no-repeat;
}
#product-social-bar span.product-social-googleplus{
  background: url('../images/product_social_icon_googleplus.png') no-repeat;
}
#product-social-bar span.product-social-pinterest{
  background: url('../images/product_social_icon_pinterest.png') no-repeat;
}
#product-social-bar span.product-social-twitter{
  background: url('../images/product_social_icon_twitter.png') no-repeat;
}

/* END PRODUCT SOCIAL BAR */

/* START WAX PAGE STYLE */

.page-wax  {
max-width: 100%;
font-family: Roboto, Helvetica, Arial, sans-serif;
}

.wax-section {
max-width: 940px;
margin: 0 auto;
min-width: 0;
margin-top: 60px;
}
@media screen and (max-width: 940px) {
	.wax-section {
	padding-left: 21px;
	padding-right: 21px;
	}
}
.wax-section  h2{
font-weight: bold;
}
.wax-hero {
padding-top: 0px;
}
.wax-one-third {
width: 36%;
float: left;
padding: 0;
margin-left: 5%;
position: relative;
}
.wax-two-thirds {
width: 59%;
float: left;
padding: 0;
}
.wax-product-image {
position: relative;
top: 0px;
width:100%;
height: auto;
}
.wax-yellow-pin {
  position: absolute;
  top: -127px;
}

@media screen and (max-width: 680px) {
	.wax-one-third {
	width: 100%;
	}
	.wax-two-thirds {
	width: 100%;
	}
	.wax-product-image {
	margin-top: 40px;
	margin-bottom: 40px;
	top: 0px;
	}
  .wax-yellow-pin {
  top: -10px;
  }
}

.wax-text-center {
text-align: center;
}
.wax-text-left {
text-align: left;
}
.wax-button {
display: block;
background-color: white;
color: black;
border: 1px solid black;
padding: 10px 20px;
text-align: center;
max-width: 300px;
font-weight: 600;
font-size: 20px;
margin-top: 10px;
cursor: pointer;
text-decoration: none;
width: 100%;
margin-bottom: 40px;
}
.wax-button:hover {
color: #db1e25;
text-decoration: none;
}
.wax-button.bottom{
margin: 10px auto;
margin-bottom: 60px;
padding: 30px 20px;
}
@media screen and (max-width: 680px) {
  .wax-button{
  width: 100%;
  max-width: 100%;
  }
}
.wax-section .waxInfo.bottom {
margin-top: 80px;
}
.wax-section .waxInfo {
margin-top: 30px;
}
.wax-section  .text {
margin-left: 10px;
}
.wax-hero-image {
margin: 0 auto;
display:block;
width: 100%;
max-width: 1280px;
height: auto;
}
.wax-section-header {
margin-bottom: 30px;
width: 100%;
height: auto;
}

.wax-ingredients {
text-align: center;
margin-bottom: 100px;
}
.wax-ingredient-img-wrapper {
min-height:150px;
}
.wax-ingredient {

float: left;
width: 25%;
}
@media screen and (max-width: 680px) {
	.wax-ingredient {
	width: 50%;
	min-height: 250px;
	}
}
.wax-ingredients .wax-section-header {
margin-bottom: 60px;
}
.wax-ingredient.first img {
margin-top: 20px;
}
.wax-ingredient.second img {
margin-top: 0px;
}
.wax-ingredient.third img {
margin-top: 20px;
}
.wax-ingredient.fourth img {
margin-top: 10px;
margin-right: 0;
}

.wax-how-make img {
margin-right: 30px;
margin-left: 30px;
}

@media screen and (max-width: 940px) {
	.wax-how-make img {
	margin-right: 0px;
  margin-left: 0px;
	}
}

#content .wax-how-make h3 {
margin-top: 20px;
}
.wax-application-boxs {
border: 2px solid black;
margin-top: 35px;
}
.wax-application-box {
float: left;
width: 50%;
padding: 60px;
box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	.wax-application-box {
	width: 100%;
	padding: 20px;
	}
}
.wax-application-box.left {

}
.wax-application-box.right {
background-color: #ffe500;
}

.wax-hexes {
height: 184px;
padding-top: 80px;
width: 100%;
background-image: url("../images/wax-honey_comb_pattern_repeat.png")
}

.wax-hexes .wax-section {
margin-top:0;
}
.wax-hexes h1 {
font-weight: bold;
}
@media screen and (max-width: 680px) {
	.wax-hexes h1 {
		font-size:20px;
	}
}

.wax-section iframe {
width:100%;
}
@media screen and (max-width: 680px) {
	.wax-section iframe {
	width:100%;
	height: 330px;
	}
}
@media screen and (max-width: 330px) {
	.wax-section iframe {
	width:100%;
	height: 200px;
	}
}


span.circle {
float: left;
  background: black;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 10px;
  text-align: center;
  width: 1.6em;
}

/* END WAX PAGE STYLE */

/* SALES PAGE EMPTY */
.no_sales {
	padding: 0.75em 0;
}
.continue_shopping_link,
.continue_shopping_link:hover {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 1em;
	width: 100%;
	text-align: center;
	margin-bottom: 0.5em;
	cursor: pointer;
	font-size: 13px;
	line-height: 15px;
	margin: 0px auto;
	border: 1px solid #ABABAB;
	background: url('http://www.oliberte.com/images/gradient_admin-white.gif') repeat-x scroll 0px -45px #FFF;
	color: #393636;
	border-radius: 4px;
	box-sizing: border-box;
	text-decoration: none;
	white-space: nowrap;
	width: 300px;
}
/* END SALES PAGE EMPTY */







.green {
  color: rgb(0, 143, 0);
}
.red {
  color: red;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.page-cart #body,
.page-checkout #body,
.page-checkout_thankyou_demo #body,
.page-checkout_thankyou #body,
.page-account #body {
  width: 1280px;
  max-width: 100%;
  padding: 0 10px;
  border-collapse: initial;
}


.page-header {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}
.page-header h1 {
  font-size: 26px;
}
.page-header__badge {
  margin-top: 55px;
}

*[data-toggle-section] {
  display: none;
}
.page-checkout .checkout-content .show {
  display: block;
}

.form-error input {
  background-color: pink;
  border-color: red;
}
.form-error p {
  color: red;
}


/* CART PAGE STYLING */

.cart-summary__header {
  text-align: center;
  background-color: black;
  padding: 12px;
  margin-bottom: 20px;
}
.cart-summary__header h2 {
  font-weight: normal;
  color: white !important;
  text-align: center !important;
  margin: 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

.cart-summary__table {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 14px;
}
.cart-summary__table td:nth-child(2){
  text-align: right;
}
.cart-summary__table__currency {
  border-bottom: 1px dashed #8a8a7c;
  text-transform: uppercase;
}
.cart-summary__table__currency td {
  /*padding: 20px 0;*/
  margin-bottom: 20px;
}
.cart-summary__table__currency + tr td{
  /*padding-top: 20px;*/
}

.cart-summary__table__total {
  border-bottom: 1px dashed #8a8a7c;
}
.cart-summary__table__total td {
  /*padding: 20px 0;*/
  margin-bottom: 20px;
}
.checkout__cc-images img {
  margin-left: 20px;
}
.cart-summary__paypal-btn {
  width: 100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url("../images/paypal.png");
  margin-top: 20px;
  border: none;
  background-color: transparent;
  color: transparent;
}

.oliberte-btn {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 1em;
  text-align: center;

  color: black;
  border: 1px solid black;
  background-color: white;
  border-radius: 5px;


  padding: .75em 2em;

  cursor: pointer;
}

.oliberte-btn--red {
  color: white;
  background-color: #c9222a;
  border: 1px solid #c9222a;
}
.oliberte-btn--black {
  color: white !important;
  background-color: black;
  border: 1px solid black;
}

.cart-summary .oliberte-btn {
  width: 100%;
  margin-bottom: 20px;
}
.oliberte-btn--fw {
  width: 100%
}
.oliberte-btn--continue {
  /*float: left;*/
  display: inline-block;
}


.cart-subtotal-section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cart-subtotal-section h3 {
  margin: 0;
  line-height: 42px;
}

.shopping-cart-promo {

}
.submitLink {
  background-color: transparent;
  text-decoration: underline;
  border: none;
  color: blue;
  cursor: pointer;
}

.submitLink:focus {
  outline: none;
}
  .product-color-circle {
    width: 60px;
    height: 60px;
    background-color: lightgrey;
    display: inline-block;
    margin: 0 auto;
  }


.wax-wrapper {
  border: 1px solid black;
  border-radius: 3px;
  padding: 20px;
}
.wax-wrapper .field-description-toggle {
  /*margin-top: 10px;*/
}
.wax-wrapper {
  border: 1px solid black;
  border-radius: 3px;
  padding: 20px;
}
.wax-title {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 42px;
  margin-right: 20px;
  margin-left: 20px;
}
.wax-icon i {
    line-height: 40px;
  font-size: 24px;
}
.wax-price {
  font-size: 16px;
  margin: 0;
  line-height: 42px;
  margin-left: 20px;
}
.wax-image {
  margin-left: 20px;
  margin-top: 4px;
}
.wax-description {
  text-align: left;
  font-size: 12px;
}
.wax-recommend {
  text-align: left;
  font-weight: normal;
}
/* END CART PAGE STYLING */



@media (max-width: 1280px) {
  .page-cart #body,
  .page-checkout #body,
  .page-checkout_thankyou_demo #body,
  .page-checkout_thankyou #body,
  .page-account #body {
    width: 890px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #oliberte.page-cart .shopping-cart-actions {
    width: 100%;
  }
  .cart-summary__paypal-btn {
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-summary__buttons .oliberte-btn {
    width: 320px;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 890px) {
  .page-cart #body,
  .page-checkout #body,
  .page-checkout_thankyou_demo #body,
  .page-checkout_thankyou #body,
  .page-account #body {
    width: 100%;
  }
  .product-color {
    width: 50%;
    float: left;
    padding-top: 35px;
    padding-bottom: 0;
    height: 90px;
  }
  .product-quantity {
    border-top: 1px dotted gainsboro;
    padding-top: 10px;
    margin-top: 10px;
  }
  .product-info {
    border-top: 1px dotted gainsboro;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 26px;
  }
  .product-details {
    text-align: center !important;
  }
  #oliberte.page-cart .shopping-cart .shopping-cart-item {
    padding: 0;
    padding-bottom: 4px;
  }
  .shopping-cart-subtotal {
    width: 100%;
    float: none;
    text-align: center;
  }
  .shopping-cart-continue {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #oliberte.page-cart .shopping-cart {
    width: 100%;
  }
  .wax-wrapper .float-left {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .wax-wrapper .float-right {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .wax-amounts {
    margin: 0 auto;
  }
  .wax-icon {
    display: none;
  }
}
@media (max-width: 340px) {
  .cart-summary__paypal-btn {
    width: 100%;
  }
  .cart-summary__buttons .oliberte-btn {
    width: 100%;
  }
  .cart-summary__paypal-btn {
    width: 300px;
    background-size: contain;
    height: 38px;
  }
}
/* CHECKOUT PAGE STYLING */

.checkout__form {
/*  width: 870px;
  float: left;*/
}
.checkout__form p {
  font-size: 12px;
}
.checkout__form label {
  /*font-size: 12px;*/
}

.form__main-section {
  width: 870px;
  float: left;
}

.form-register-title {
  border-bottom: 1px dashed darkgrey;
  text-align: center;
}
.form-register-title h2 {
  font-size: 26px;
  font-weight: normal;
  margin: 30px 0;
}

.checkout-sidebar {
  width: 320px;
  float: right;

}
.form__section {
  padding: 20px 45px;
  border: 1px solid grey;
  margin-bottom: 20px;
}

.checkout__address__section {
  width: 48%;
  float: left;
  margin-right: 4%
}
.checkout__address__section:last-child {
  margin-right: 0
}

.half-width {
  width: 45%;
  float: left;
  margin-right: 10%;
}
.half-width:last-child {
  margin-right: 0;
}

.checkout-input {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 5px 2px;
}
:checked + span {
   font-weight: bold;
}

.checkout__row {
  margin-bottom: 20px;
}
.input-label {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}

.form__radio-wrap {
  padding: 20px 0px;
  border-bottom: 1px dashed grey;
}
.form__radio-wrap:last-child {
  border-bottom: none;
}

.form__grey-section {
  /*float: left;*/
  /*width: 870px;*/
  background-color: lightgrey;
  margin-bottom: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
  width: 100%;
}
.form__grey-section h4 {
  display: inline-block;
  margin: 0;
  line-height: 34px;
}
.form__grey-section .oliberte-btn {
  display: inline-block;
  color: white;
  background-color: black;
  padding: 8px 30px;
}
.form__grey-section .checkout-input {
  width: 300px;
  margin-right: 20px;
}
.form__grey-section .float-right {
  text-align: right;
}
.form__grey-section .float-right p {
  margin-bottom: 0;
  text-align: left;
}
.form__grey-section .float-right p:empty {
  margin: 0;
}
.form__grey-section a  i {
  color: black;
}

.checkout-summary {
  width: 320px;
  float: right;
}

.checkout__billing-address {
  margin-top: 20px;
  border-top: 1px dashed lightgrey;
  clear: both;
}

.checkout__need-help {
  width: 100%;
  background-color: lightgrey;
  border: 1px solid grey;
  padding: 30px 40px;
  box-sizing: border-box;
}
.checkout__need-help h4 {
  margin: 0;
  margin-bottom: 10px;
}
.checkout__need-help p {
  margin: 0;
}
.checkout__badge {
  text-align: center;
  margin-top: 20px;
}

.checkout__payment__cc {
  margin-top: 30px;
}

.checkout__order-total {
  margin-top: 30px;
  margin-bottom: 40px;
}
.checkout__order-total h4 {
  text-align: center;
  margin-bottom: 30px;

}
.checkout__order-total h1 {
  color: black;
  font-size: 32px;
  margin: 0;
}

.checkout__shipping label {
  text-transform: uppercase;
}
.checkout__shipping p {
  font-size: 14px;
}
/* END CHECKOUT PAGE STYLING */

.checkout__signin {
  /*width: 50%;*/
  /*margin: 20px auto;*/
  border-bottom: 1px dashed darkgrey;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}




.checkout__summary {
  margin-bottom: 40px;
}
.checkout__summary__table {
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 10px;
}
.checkout__summary__table td:last-child {
  text-align: right;
}
.checkout__summary__table td {
  padding: 5px 0;
}
.checkout__summary__table tr:last-child td {
  padding-bottom: 10px;
}
.checkout__summary__table h3{
  margin: 0;
}

.checkout__summary__table--currency {
  border-bottom: 1px dashed lightgrey;
  margin-top: 10px;
}

.checkout__summary__table--shipping {
  border-bottom: 1px dashed lightgrey;
}

.checkout__summary__table--subtotal {
  border-bottom: 1px dashed lightgrey;
}

.checkout__summary__table--total {
  text-transform: uppercase;
  color: #db1e25;
  font-weight: bold;
}




.checkout__cart-summary__title {
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.checkout__cart-summary__title h4 {
  margin: 0;
}
.checkout__cart-summary__title a {
  color: white !important;
}
.checkout__cart-summary__table {
  font-size: 12px;
  width: 100%;
}
.checkout__cart-summary__table td:last-child {
  text-align: right;
}
.checkout__cart-summary__table tr {
  border-top: 1px dashed lightgrey;
}
.checkout__cart-summary__table tr:first-child {
  border-top: none;
}
.checkout__cart-summary__table td {
  padding: 10px 0;
}
.checkout__edit-link {
  margin-top: 20px;
}
.checkout__user-info p {
  font-size: 14px;
  margin:0;
}

.form-paypal .form__wrap-cc {
  display: none;
}
.form-paypal .form__wrap-bitpay {
  display: none;
}
.form-paypal .form__save-info {
  display: none;
}
.form-paypal .form-register-title {
  display: none;
}


@media (max-width: 1280px) {
  .form__main-section {
    width: 100%;
  }
  .checkout-sidebar {
    width: 100%;
    float: none;
  }
}
@media (max-width: 890px) {
  .checkout__address__section {
    width: 100%;
    margin-right: 0;
  }
  .half-width {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .form__section {
    padding: 20px;
  }
  .checkout__order-total .float-left{
    width: 100%;
    text-align: center;
  }
  .checkout__order-total .float-right {
    display: none;
  }


  .form__grey-section {
    padding: 20px;
  }
  .form__grey-section .checkout-input {
      width: 63%;
      float: left;
  }
  .form__grey-section .float-right {
    width: 100%;
  }

}

@media (max-width: 500px) {
  .half-width {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .half-width:last-child {
    margin-bottom: 0px;
  }
  .checkout__cc-images img {
    margin-left: 0;
  }
  .page-header__badge {
      /* margin-top: 55px; */
      margin-bottom: 10px;
      width: 100%;
      text-align: center;
  }

  .form__grey-section .checkout-input {
    width: 100%;
  }
  .form__grey-section .oliberte-btn {
    width: 100%;
    margin-top: 10px;
  }
}






















.message {
  border: 1px solid lightgrey;
  color: grey;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.message:last-child {
  margin-bottom: 0;
}
.message.status_success {
  color: rgb(0, 143, 0);
  border-color: rgb(0, 143, 0);

}
.message.status_success:before {
  content: '\e800';
  font-family: "fontello";
  margin-right: 10px;
}

.message.status_error {
  color: #db1e25;
  border-color: #db1e25;
}
.message.status_error:before {
  content: '\e801';
  font-family: "fontello";
  margin-right: 10px;
}


.message.status_loading {
  color:#798FA7;
  border-color: #798FA7;
}
.message.status_notice {
  color:#C37C3D;
  border-color: #C37C3D;
}
.message.status_alert {
  color:#45739C;
  border-color: #45739C;
}






























.ty__top-section {
  background-color: black;
  padding: 10px;
}
.ty__top-section p {
  margin: 0;
  color: white;
}
.ty__title {
  font-size: 100px;
  text-align: center;
}
.ty__confirm-section {
  text-align: center;
}

.ty__email-section {
  text-align: center;
  padding: 20px;
  border-top: 1px dashed lightgrey;
  border-bottom: 1px dashed lightgrey;
  margin: 40px 0;
}
.ty__column {
  height: 403px;
  width: 33%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid black;
}
.ty__column:last-child {
  border-right: none;
}
.ty__column--left {
  padding-right: 40px;
}
.ty__column--center {
  padding: 0 40px;
}
.ty__column--right {
  padding-left: 40px;
}
.ty__column h3 {
  margin-top: 0;
}
.ty__warranty {
  padding: 40px 20px;
  text-align: center;
  border: 1px solid black;
}
.ty__warranty h2 {
  margin-top: 0;
  font-size: 31px;
}
.ty__warranty .oliberte-btn {
  display: inline-block;
  margin-top: 20px;
}
.ty__warranty__lower {
  text-align: center;
}
.ty__column--right .oliberte-btn {
  width: 100%;
}
.ty__instagram {
  margin-top: 40px;
  background-color: black;
  padding: 10px;
  text-align: center;
}
.ty__instagram h4 {
  color: white;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1280px) {
  .ty__column {
    height: auto;
    border-right: none;
  }
  .ty__column--left {
    /*padding-right: 0px;*/
  }
  .ty__column--center {
    padding: 0px;
  }
  .ty__column--right {
    /*padding-left: 0px;*/
  }
}

@media (max-width: 890px) {
  .ty__title {
    font-size: 60px;
  }
  .ty__column {
    width: 100%;
    margin-bottom: 40px;
  }
  .ty__column--left {
    padding-right: 0px;
  }
  .ty__column--center {
    padding: 0px;
  }
  .ty__column--right {
    padding-left: 0px;
  }
}



.form__section--thin {
  width: 500px;
  margin: 0 auto;
  padding: 45px;
  padding-top: 20px;
  box-sizing: border-box;
  margin-top: 45px;
}
.form__section--thin label{
  width: 100%;

}
@media (max-width: 890px) {
  .form__section--thin {
    width: 100%;
  }
}

.form__btn-section {
  margin-top: 20px;
  margin-bottom: 20px;
}









.account-controls {
  float: left;
  width: 300px;
  /*height: 500px;*/
  margin-top: 13px;
}
.account-controls a {
  display: block;
  color: #A6A6A6 !important;
  font-weight: bold;
  margin-top: 10px;
}
.account-controls a.active-link {
  color: black !important;
}


.account-information {
  float: left;
  width: 960px;
  box-sizing: border-box;
  /*margin-left: 40px;*/
}
.account-information h2 {
  text-transform: uppercase;
}

.account-history {
  float: left;
  width: 960px;
  /*margin-left: 40px;*/
}
.account-history h2 {
  text-transform: uppercase;
}

#oliberte #body #account_form h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
}

.form__section--account {
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px dashed grey;
    border-top: 1px dashed grey;
    padding-top: 40px;
    padding-bottom: 20px;
}

.checkout-input--account {
  width: 50%;
  float: left;
}
.oliberte-btn--account {
    margin-left: 20px;
    float: left;
    padding: 8px 32px;
}

.account-balance {
  margin: 0 !important;
  font-size: 26px !important;
  margin-bottom: 10px !important;
}
.account-balance__description {
  width: 60%;
}
.account-balance__amount {
  width: 30%;
}

@media (max-width: 980px) {
  .account-information {
    width: 100%;
  }
  .account-balance__description {
    width: 100%;
  }
  .account-balance__amount {
    width: 100%;
  }
}

/* OJAMBO.COM FIXES */
.page-checkout .paypalreview-payment { display: none !important; }
.page-cart #body .cart-summary__details .js-submenu a { color: black; font-weight: bold; }
/* END OJAMBO.COM FIXES */

/* PAGE LIST BANNERS */
.productlist-banner {
  display: block;
  margin: 0 auto;
  width: 100%; /* WAS max-width: 100%; */
}
/* END PAGE LIST BANNERS */

.page-account .oliberte-statement {
  display: none;
}