/*************************************
 * GLOBAL STYLES
 * ! IGNORE THESE FOR PRODUCTION !
 *************************************/
html,body {
  margin: 0;
  padding: 0;
}
a {
  color: #464637;
  text-decoration: none;
}
a:hover {
  color: #db1e25;
}
.fb_reset { display: none; }

#toggle_cur {
  display: none;
}
.no-text-transform { text-transform: none !important; }
/*************************************
 * HEADER FOOTER SPECIFIC STYLES
 *************************************/
.oliberte-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #8a8a7b;

}
/* Make images responsive */
.oliberte-footer a:hover {
  color: #db1e25;
  text-decoration: none;
}
.oliberte-header img,
.oliberte-footer img {
  max-width: 100%;
}

/**
 * OLIBERTE HEADER
 */
.oliberte-header-wrap {
    /*background-color: rgba(255, 255, 255, 0.85);*/
    background-color: white;
}
.oliberte-header-content {
  text-align: center;
  min-height: 56px;
}
.oliberte-logo {
  /*border-bottom: 0px solid #222222;*/
  /*padding-top: 3px;*/
  display: inline-block;
  padding: 15px 0;
  height: 30px;
}
.oliberte-logo img{
  height: 26px;
}
/* Navigation */
.oliberte-header-navigation-wrap {
  border-top: 0px solid #222222;
}
/* Utilities */
.oliberte-utilities {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  /*padding: 1.071428em 0;*/
  margin: 0 auto;
}
.oliberte-utilities a {
  /*color: #000000;*/
  font-weight: bold;
  /*display: inline-block;*/
  /*padding: 0.285em 0.557em;*/
  text-decoration: none;
  /*line-height: 18px;*/
}
.oliberte-utilities a:hover {
  text-decoration: none;
}
.oliberte-utilities a:last-child {
  border-right: none;
}
.oliberte-utilities .util-live-chat {
/*  background: transparent url('../images/oliberte_chat3.png') left center no-repeat;
  padding-left: 22px;*/
}
/**
 * HEADER FOOTER NAVIGATION
 */
.oliberte-navigation {
  font-size: 1.25em;
  min-height: 56px;
}
.oliberte-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oliberte-navigation ul li {
  background-color: #f0f0e1;
  border-bottom: 1px solid #8a8a7b;
  text-align: left;
}
.oliberte-navigation ul li:hover {
  background-color: #e6e6d8;
}
 .oliberte-navigation ul li.separator {
    display: none;
  }
.oliberte-navigation a {
  color: #464637;
  display: block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 18px 35px;
  text-decoration: none;
  font-weight: bold;
}
.oliberte-navigation a:after {
  content: "\f054";
  color: #4e4e3f;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  right: 18px;
  width: 42px;
}
.oliberte-navigation a.menu-toggle {
  border-bottom: 1px solid #8a8a7b;
  font-weight: bold;
  text-transform: uppercase;
}
.oliberte-navigation a.menu-toggle:after {
  content: "\f0c9";
}
.oliberte-navigation .navigation-tab,
.oliberte-footer-navigation .navigation-tab:hover {
  background: transparent;
}
.oliberte-navigation .navigation-tab:first-child {
  border-top: 1px solid #222222;
}
.oliberte-navigation .navigation-tab-button {
  background: #dfe0dd; /* older browsers */
  background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 50%, #dfe0dd 51%, #dfe0dd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(50%,#eeeeee), color-stop(51%,#dfe0dd), color-stop(100%,#dfe0dd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#dfe0dd 51%,#dfe0dd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#dfe0dd 51%,#dfe0dd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 50%,#dfe0dd 51%,#dfe0dd 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 50%,#dfe0dd 51%,#dfe0dd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dfe0dd',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #222222;
  font-size: 1.1em;
  font-weight: bold;
}

.oliberte-navigation .navigation-tab-button:after {
  content: "\f196";
}
.oliberte-navigation .navigation-tab-button.oliberte-tab-active:after {
  content: "\f147";
}
/** HEADER FOOTER JS OVERRIDES **/
.oliberte-header.js-support .oliberte-navigation ul,
.oliberte-footer.js-support .navigation-tab ul {
  display: none;
}
.oliberte-header.js-support .oliberte-navigation ul.oliberte-menu-visible {
  display: block;
}
.oliberte-footer.js-support .navigation-tab > ul.oliberte-menu-visible {
  display: block;
}
/**
 * FOOTER
 */
.page-checkout p.oliberte-statement{
	text-align: center;
}
.oliberte-footer {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 2em;
  text-align: center;
}
/* Footer Navigation */
.oliberte-footer .navigation-tabs {
  display: none;
}
/* Social Icons & accolades */
.oliberte-accolades {
  border-bottom: 1px solid #222222;
  padding: 30px 0;
}
.oliberte-social-icons {
  padding-bottom: 30px;
}
.oliberte-footer-subscribe {
  color: #464637;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 1.5625em;
  margin: 0 auto;
  padding-top: 1.72em;
  padding-bottom: 1.4em;
  text-transform: uppercase;
}
.oliberte-footer-subscribe a {
  color: #464637;
  text-decoration: none;
}
/* individual social icons & accolades */
.oliberte-social-icon,
.oliberte-accolade-icon {
  background-image: url('../images/header-footer-sprite.png');
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  margin-right: 1em;
}
.oliberte-accolade-icon {
  height: 107px;
  width: 79px;
}
.oliberte-accolade-icon.giveback-icon {
  background-position: 0 -49px;
}
.oliberte-accolade-icon.bcertified-icon {
  background-position: -80px -49px;
}
.oliberte-accolade-icon.fairtrade-icon {
  background-position: -160px -49px;
}
.oliberte-accolade-icon.awf-icon {
  /*background: url('../images/AWF_logo_127x55.png') no-repeat;*/
  background: url('../images/AWF_logo_182px_no_padding_crop.png') no-repeat;
  width: 182px;
  height: 33px;
  margin-top: 36px; /* WAS 26px */
  vertical-align: top;
}
.oliberte-social-icons .icon-row {
  display: inline-block;
  margin-left: 1em;
}
.oliberte-social-icons.icon-row:first-child {
  margin-left: 0;
}
.oliberte-social-icon {
  height: 48px;
  width: 48px;
}
.oliberte-social-icon:last-child,
.oliberte-accolade-icon:last-child {
  margin-right: 0;
}
.oliberte-social-icon.facebook-icon {
  background-position: 0 0;
}
.oliberte-social-icon.twitter-icon {
  background-position: -58px 0;
}
.oliberte-social-icon.tumblr-icon {
 background-position: -120px 0;
}
.oliberte-social-icon.youtube-icon {
  background-position: -181px 0;
}
.oliberte-social-icon.pintrest-icon {
  background-position: -246px 0;
}
.oliberte-social-icon.instagram-icon {
  background-position: -310px 0;
}
.oliberte-social-icon.googleplus-icon {
  background-position: -353px -1px;
}
/* Colophon */
.oliberte-colophon {
  border-top: 1px solid #222222;
  font-size: 0.75em
}
.oliberte-colophon .copyright {
  font-size: 1.5em;
}
.oliberte-colophon p {
  margin-top: 1em;
}

/**
 * Responsive Media Queries
 */
/**
 * 480px breakpoint
 */
@media screen and (min-width: 480px) {

  .oliberte-header-navigation > ul {
    background-color: #f0f0e1;
    width: 100%;
  }
  .oliberte-navigation li {
    display: inline-block;
    margin-right: -6px;
    position: relative;
    width: 50%;
  }
  .oliberte-navigation li:last-child,
  .oliberte-navigation li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .oliberte-navigation .navigation-tab:last-child {
    border-bottom: 1px solid #222222;
  }
  .oliberte-navigation .navigation-tab > ul {
    width: 100%;
  }
  .oliberte-footer-navigation > ul > li {
    display: block;
    width: 100%;
  }
  .oliberte-footer-navigation .navigation-tab {
    background-color: #f0f0e1;
    border-bottom: 1px solid #8a8a7b;
  }
  .oliberte-footer-navigation .navigation-tab:hover {
    background-color: #f0f0e1;
  }
}
@media screen and (max-width: 670px) {
    .oliberte-utilities .pre-util-row-end {
        border-right: none;
        padding-right: 0;
    }
}
@media screen and (min-width: 670px) {
    .oliberte-utilities a {
        /*border-right: 1px solid #db1e25;*/
        /*padding: 0.285em 0.857em;*/
    }
    .oliberte-utilities .util-row-end {
        display: none;
    }
}
/**
 * 980px breakpoint for larger displays (tablet landscape)+
 */
@media screen and (min-width: 980px) {
  /**
   * OLIBERTE HEADER
   */
  .oliberte-header-content:after {
    display: block;
    clear: both;
    content: " ";
  }
  .oliberte-logo {
    width: 34%;
    border-bottom: none;
    /*float: left;*/
    display: inline-block;
  }
  .oliberte-utilities {
    /*float: right;*/
    /*margin-right: 48px;*/
  }

  /**
   * HEADER FOOTER NAVIGATION
   */
  .oliberte-header.js-support .oliberte-navigation ul {
    display: block;
  }
  .oliberte-header-navigation {
    font-size: 1.025em;
  }
  .oliberte-header-navigation > ul {
    background-color: transparent;
  }
  .oliberte-navigation a.menu-toggle {
    display: none;
  }
  .oliberte-navigation ul {
    padding: 0px 0;
    text-align: center;
  }
  .oliberte-navigation ul li {
    background: none;
    border: none;
    width: auto;
    line-height: 56px;
  }
  .oliberte-navigation ul li:hover {
    background: transparent;
  }
  .oliberte-navigation ul li.separator {
    display: inline-block;
  }
  .oliberte-navigation ul li.separator img {
    vertical-align: top;
    padding-top: 3px;
  }
  .oliberte-navigation ul li a {
    padding: 0 1.5444em;
    margin: 0;
  }
  .oliberte-navigation ul li a:hover {
    color: #db1e25;
    text-decoration: none;
  }
  .oliberte-navigation ul li a:after {
    content: "";
  }

  /**
   * HEADER FOOTER JS OVERRIDES
   */
  .oliberte-footer.js-support .oliberte-navigation .navigation-tab,
  .oliberte-footer.js-support .oliberte-navigation ul.oliberte-menu-visible {
    display: none;
  }
  .oliberte-footer.js-support .oliberte-navigation .navigation-tab.oliberte-menu-visible,
  .oliberte-footer.js-support .oliberte-navigation .navigation-tab.oliberte-menu-visible ul {
    display: block;
    width: 100%;
  }

  /**
   * FOOTER NAVIGATION
   */
  .oliberte-footer-navigation-wrap {
    border-bottom: 1px solid #222222;
    border-top: 1px solid #222222;
    margin-top: 3em;
    position: relative;
  }
  .oliberte-footer .navigation-tabs {
    display: block;
    height: 23px;
    position: absolute;
    line-height: 1;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .oliberte-footer .navigation-tabs .navigation-tab-button {
    background-color: white;
    border: 1px solid #222;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 0.25em 0.75em;
    font-weight: bold;
    filter: none;
  }
  .oliberte-footer .navigation-tabs .navigation-tab-button.oliberte-active-tab {
    border-bottom-color:white;
  }
  .oliberte-footer .navigation-tab-button,
  .oliberte-footer .navigation-tab,
  .oliberte-footer .navigation-tab:hover,
  .oliberte-footer .navigation-tab:first-child {
    background: transparent;
    border: none;
    display: inline-block;
    width: auto;
  }
  .oliberte-footer .navigation-tab {
    display: block;
  }
  .oliberte-footer  .navigation-tab .navigation-tab-button {
    display: none;
  }
  .oliberte-navigation .navigation-tab:last-child {
    border-bottom: none;
  }
  .oliberte-footer .navigation-tab-button:after,
  .oliberte-footer .navigation-tab-button.oliberte-tab-active:after {
    content: "";
  }
  .oliberte-footer .tabbed-navigation > li > ul {
    border: none;
  }

  .oliberte-footer .tabbed-navigation a {
    color: #596c6c;
    font-size: 0.9em;
    padding: 0 0.4888em;
  }
  /**
   * SOCIAL LINKS & ACCOLADES
   */
  .oliberte-social-accolade-wrap {
    border-top: none;
    display: table;
    position: relative;
    padding: 4em 0 2em 0;
    margin: 0 auto;
  }
  .oliberte-footer-subscribe {
    font-size: 1.125em;
    left: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0.23em;
  }
  .oliberte-footer-subscribe a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: black;
    color: white;
    padding: 0.25em 1em;
    text-decoration: none;
  }
  .oliberte-accolades {
    border: none;
    display: table-cell;
    height: 74px;
    float: right;
    padding: 0;
  }
  .oliberte-accolade-icon {
    height: 74px;
    width: 58px;
  }
  .oliberte-accolade-icon.giveback-icon {
    background-position: 6px -160px;
  }
  .oliberte-accolade-icon.bcertified-icon {
    background-position: -61px -160px;
  }
  .oliberte-accolade-icon.fairtrade-icon {
    background-position: -121px -160px;
  }
  .oliberte-social-icons {
    display: table-cell;
    float: left;
    height: 74px;
    margin-right: 10px;
  }
  .oliberte-social-icons .icon-row {
    height: 74px;
    display: table-cell;
    vertical-align: middle;
  }
  .oliberte-social-icons .icon-row + .icon-row {
    padding-left: 1em;
  }
  .oliberte-social-icon {
    height: 60px;
    width: 60px;
    vertical-align: middle;
  }
  .oliberte-social-icon.facebook-icon {
    background-position: -245px -52px;
  }
  .oliberte-social-icon.twitter-icon {
    background-position: -327px -52px;
  }
  .oliberte-social-icon.tumblr-icon {
   background-position: -245px -126px;
  }
  .oliberte-social-icon.youtube-icon {
    background-position: -246px -189px;
  }
  .oliberte-social-icon.pintrest-icon {
    background-position: -331px -190px;
  }
  .oliberte-social-icon.instagram-icon {
    background-position: -329px -126px;
  }
  .oliberte-social-icon.googleplus-icon {
    background-position: -183px -174px;
  }
  .oliberte-accolade-icon.awf-icon {
    margin-top: 20px; /* WAS 9.5px */
  } 
 .oliberte-colophon {
    border-top: 0;
    color: #596c6c;
    font-size: 0.75em;
  }
  .oliberte-colophon .copyright {
    display: inline;
    font-size: inherit;
  }
  .oliberte-colophon > div,
  .oliberte-colophon > p {
    display: inline;
  }
}


/* BACK TO TOP */
body.page-template-lookbook-page-php .pagenav,
div.page-productcare .pagenav,
div.page-shipping .pagenav,
div.page-warranty .pagenav  {
	display: none;
}

/* MOBILE BREAKS VIA OJAMBO */
@media screen and (max-width: 980px) {
	  /**
   * HEADER FOOTER NAVIGATION
   */
  .oliberte-header.js-support .oliberte-navigation ul {
    display: none;
  }

    /* BACK TO TOP */
  .pagenav .movetop {
		background: url("http://www.oliberte.com/pages/wp-content/uploads/2014/01/top.png") no-repeat scroll 0 0 transparent;
		display: block;
		padding: 14px;
		position: absolute;
	}
	.pagenav .movetop.right {
		right: 6px;
	}
	.pagenav .movetop.left {
		left: 6px;
	}
	.pagenav .movetop.right,
	.pagenav .movetop.left {
		top: 50%;
		margin-top: -14px;
	}
	body.page-template-lookbook-page-php .pagenav,
	div.page-productcare .pagenav,
	div.page-shipping .pagenav,
	div.page-warranty .pagenav  {
		display: block;
		height: 20px;
		position: relative;
	}
}

/**
 * DESKTOP BREAKPOINTS
 */
/**
 * DESIGN MAXWIDTH 1280px
 */
@media screen and (min-width: 1280px) {
  .oliberte-container {
    margin: 0 auto;
    max-width: 1280px;
  }
}
/**
 * CMS CORE STYLE OVERRIDES
 */
ul#messagestack {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* INTERNATIONAL SITES SWITCHER */
.oliberte-utilities a:last-of-type {
  border-right: none;
}
div.change-international-site-menu-parent {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	vertical-align: top;
	min-width: 80px;
}
ul.change-international-site-menu {
	/*display: inline-block;*/
	position: absolute;
	margin: 0;
	min-width: 80px;
	background: white;
	border: 2px solid #DEDEDE;
	z-index: 1;
}
ul.change-international-site-menu li {
	padding-top: 6%;
	padding-bottom: 6%;
}
ul.change-international-site-menu li,
ul.change-international-site-menu li span.selected {
	display: none;
}
ul.change-international-site-menu li span.flag,
ul.change-international-site-menu li span.show,
ul.change-international-site-menu li span.selected {
	margin-right: 10%;
}
ul.change-international-site-menu li a {
	display: block;
	padding: 0;
	color: black;
}
ul.change-international-site-menu li a:hover {
	color: black;
}
ul.change-international-site-menu li.toggle-us span.flag,
ul.change-international-site-menu li.toggle-ca span.flag,
ul.change-international-site-menu li.toggle-au span.flag,
ul.change-international-site-menu li.toggle-uk span.flag {
	width: 16px;
	height: 11px;
	display: inline-block;
}
ul.change-international-site-menu li.toggle-us span.flag {
	background: url('../images/us.png') no-repeat;
}
ul.change-international-site-menu li.toggle-ca span.flag {
	background: url('../images/ca.png') no-repeat;
}
ul.change-international-site-menu li.toggle-au span.flag {
	background: url('../images/au.png') no-repeat;
}
ul.change-international-site-menu li.toggle-uk span.flag {
	background: url('../images/UK_gb.png') no-repeat;
}
ul.change-international-site-menu:hover li,
ul.change-international-site-menu-US li.toggle-us,
ul.change-international-site-menu-CA li.toggle-ca,
ul.change-international-site-menu-AU li.toggle-au,
ul.change-international-site-menu-UK li.toggle-uk {
	display: block;
}
ul.change-international-site-menu-US li.toggle-us,
ul.change-international-site-menu-CA li.toggle-ca,
ul.change-international-site-menu-AU li.toggle-au,
ul.change-international-site-menu-UK li.toggle-uk {
	background: #E4E4E4;
	outline: 2px solid #8A8A7B;
	width: 100%;
	position: absolute;
	top: -2px;
}

ul.change-international-site-menu:hover li:hover {
	background: #E4E4E4;
}

ul.change-international-site-menu-US li.toggle-us span.show,
ul.change-international-site-menu-CA li.toggle-ca span.show,
ul.change-international-site-menu-AU li.toggle-au span.show,
ul.change-international-site-menu-UK li.toggle-uk span.show {
	display: none;
}

ul.change-international-site-menu-US li.toggle-us span.selected,
ul.change-international-site-menu-CA li.toggle-ca span.selected,
ul.change-international-site-menu-AU li.toggle-au span.selected,
ul.change-international-site-menu-UK li.toggle-uk span.selected {
	display: inline-block;
}

.page-checkout .change-international-site-menu-parent {
	display: none;
}

ul.change-international-site-menu-US li.toggle-us, ul.change-international-site-menu-US li.toggle-us:hover,
ul.change-international-site-menu-CA li.toggle-ca, ul.change-international-site-menu-CA li.toggle-ca:hover,
ul.change-international-site-menu-UK li.toggle-uk, ul.change-international-site-menu-UK li.toggle-uk:hover,
ul.change-international-site-menu-AU li.toggle-au, ul.change-international-site-menu-AU li.toggle-au:hover {
background: #d1d1d1; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d1d1d1 0%, #5e5e5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d1d1d1), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #d1d1d1 0%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #d1d1d1 0%,#5e5e5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #d1d1d1 0%,#5e5e5e 100%); /* IE10+ */
background: linear-gradient(135deg,  #d1d1d1 0%,#5e5e5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#5e5e5e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

outline: none;
padding: 0;
border-radius: 2px;
}


ul.change-international-site-menu-US li.toggle-us a,
ul.change-international-site-menu-CA li.toggle-ca a,
ul.change-international-site-menu-UK li.toggle-uk a,
ul.change-international-site-menu-AU li.toggle-au a {
  border-radius: 1px;
background-color: #e4e4e4;
cursor: pointer;
margin: 2px;
/*padding-bottom: 4px;*/
/*padding-top: 4px;*/
height:26px;
line-height: 26px;
}
ul.change-international-site-menu li.toggle-space {
  padding: 0;
  height: 28px;

}
ul.change-international-site-menu li a {
  /*height: 26px
  line-height:26px;*/
}
/* END INTERNATIONAL SITES SWITCHER */
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;
}

#menu-slider {
    background-color: rgba(255, 0, 0, 0);
    top: 101px;
    width: 250px;
    z-index: 9;
    color: #464637;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
@media (max-width: 480px) {
  #menu-slider {
    top: 99px;
  }
}
.mm-page:before {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  top: 65px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.57);
  z-index: 4;
}
.mm-opened .mm-page:before {
  display: block;
}




#menu-slider:not( .mm-menu ) {
   display: none;
}
#menu-slider #mm-0 {
  background-color: white;
  border-right: 1px solid #8a8a7b;
  /*margin-top: 64px;*/
}
.mm-listview > li {
  width: 100%;
}

#menu-slider .mm-major-link {
  width: auto;
  padding: 20px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid #8a8a7b;
}
#menu-slider .mm-major-link:hover {
  color: white !important;
  background-color: rgb(199, 32, 39)!important;
}
#menu-slider .mm-major-link:active {
  color: white !important;
  background-color: rgb(199, 32, 39)!important;
}

#menu-slider li.mm-vertical:hover .mm-major-link {
  /*color: white !important;*/
  /*background-color: rgb(199, 32, 39);*/
}
#menu-slider .mm-major-link.red {
  color: white !important;
  background-color: rgb(199, 32, 39);
}

#menu-slider .mm-major-link:active {
  color: black;
}

#menu-slider .mm-major-link-submenu:hover {
  background: clear !important;
}
#menu-slider .mm-listview > li:not(.mm-divider):after {
   left: 0px;
}


#menu-slider .mm-vertical .mm-listview > li > .mm-next:after, #menu-slider .mm-listview > li.mm-vertical > .mm-next:after {
  top: 25px;
  bottom: auto;
}
#menu-slider .mm-vertical .mm-listview .mm-panel, #menu-slider .mm-listview .mm-vertical .mm-panel {
  padding: 0;
}
#menu-slider .mm-sub-link {
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #8a8a7b;
  color: black;
}
#menu-slider .mm-sub-link:hover {
  color: white !important;
  background-color: rgb(199, 32, 39);
}
#menu-slider .mm-sub-link:active {
  color: white !important;
  background-color: rgb(199, 32, 39);
}
#menu-slider li .mm-listview.mm-vertical li:nth-child(even) {
  background-color: #eeeeee;
}
#menu-slider li .mm-listview.mm-vertical li:nth-child(odd) {
  background-color: #e9e8e7;
}

#menu-slider .mm-listview > li:not(.mm-divider):after {
  display: none;
}

#menu-slider .mm-listview .mm-next + a, .mm-listview .mm-next + span {
   margin-right: 0px;
}

#menu-slider .mm-minor.top {
  margin-top: 15px;
}

#menu-slider .mm-minor-link {
  padding: 15px;
  font-size: 12px;
  line-height: 1em;
  color: black;
}
#menu-slider .mm-minor-link:hover {
  color: white !important;
  background-color: rgb(199, 32, 39)!important;
}
#menu-slider .mm-minor-link:active {
  color: white !important;
  background-color: rgb(199, 32, 39)!important;
}

#menu-slider .mm-next {
  left: 0;
  right: 0;
  width: 100%;
  height: 59px;
  padding: 0;
  background: none;
}

.menu-toggle {
  display: none;
}
.change-international-site-menu-parent {
  display: none !important;
}
.oliberte-header {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.oliberte-header-left-nav {
  display: inline-block;
  text-align: left;
  float: left;
  width: 33%;
}
.oliberte-header-nav {
  display: inline-block;
  width: 33%;

}
.oliberte-header-nav ul {
  /*margin: 0;*/
}
.oliberte-header-nav > ul {
  margin: 0;
  display: table;
    width: 100%;
}

.oliberte-header-nav li {
  /*display: inline-block;*/
  position: relative;
}
.oliberte-header-nav > ul > li {
  display: table-cell;
  text-align: center;
  white-space: nowrap;
}

.oliberte-header-nav.right {
  float: right;
  text-align: right;
}
.oliberte-header-nav.left {
  float: left;
  text-align: left;
}

.oliberte-header-link {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 22px 25px;
  /*padding: 0;*/
  width: 100%;
  color: #464637;
  box-sizing: border-box;
}
.oliberte-header-link:hover {
    color: #db1e25;
}
.oliberte-header-link--cart {
  height: 60px;
}
.oliberte-header-cart {
/*  position: absolute;
  left: 0;*/
  vertical-align: top;
}
.oliberte-header-submenu {
  display: none;
  position: absolute;
  /*top: 82px;*/
  margin-top:1px;
  width: 175px;
  background-color: #F2F2F2;
  /*border-top: 1px solid #8a8a7b;*/
  /*border-right: 1px solid #8a8a7b;*/
  /*border-left: 1px solid #8a8a7b;*/
}
.oliberte-header-submenu--currency {
  right: 0;
  width: 194px;
}

.oliberte-header-submenu li {
  width: 100%;
  text-align: left;
  /*border-bottom: 1px solid #8a8a7b;*/
}
.oliberte-header-submenu-link {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 16px 0;
  font-weight: normal !important;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 25px;
  white-space: normal;
}
.oliberte-header-submenu-link:hover {
  color: black;
  background-color: #e4e4e4;
}

.oliberte-header-submenu-link.sale {
  background-color: rgb(199, 32, 39);
  color: white;
}
.oliberte-header-submenu-link.sale:hover {
  background-color: rgb(152, 24, 30);
  color: white;
}
.oliberte-header-link-mobile {
  text-transform: uppercase;
  display: none;
  color: black;
  height: 16px;
}


.oliberte-header-link-mobile i {
  font-size: 18px;
  vertical-align: top;
  line-height: 16px;
}

.oliberte-header-currency {
  /*position: absolute;*/
  /*top: 82px;*/
  width: 100%;
  text-align: center;
}
.oliberte-header-currency-link {
  /*color: white;*/
  /*background-color: black;*/
  padding: 22px 10px;
  display: inline-block;
  font-weight: normal;
}
.oliberte-header-currency-link:hover {
  /*color: white;*/
}
.page-checkout .oliberte-header-currency-link {
/*.page-cart .oliberte-header-currency-link {*/
  display: none;
}
.cart.mm-currency-link,
.checkout.mm-currency-link {
  display: none;
}

.oliberte-header-currency-sublink {
  color: white;
  background-color: black;
  padding: 10px;
  display: inline-block;
  font-weight: normal;
  color: black;
  background-color: #F2F2F2;
  font-weight: normal !important;
}
.oliberte-header-currency-sublink:hover {
  color: black;
  background-color: #e4e4e4;
}


.oliberte-header-placeholder {
  width: 100%;
  height: 101px;
}
.sub-offer-height61 {
   height: 61px;
}

@media (max-width: 1200px) {
  .oliberte-header-nav li {

  }
  .oliberte-header-link {
    font-size: 12px;
    padding: 23px 15px;
  }
}
@media (max-width: 980px) {
  .oliberte-header-placeholder {
    height: 101px;
  }
  .sub-offer-height61 {
    height: 61px;
  }

  .oliberte-header-nav {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .oliberte-header-link {
    display: none;

  }
  .oliberte-header-nav ul {
    display: none;
  }

  .oliberte-header-link-mobile {
    display: inline-block;
    font-size: 16px;
    color: #464637;
    padding: 22px 0;
  }
  .oliberte-logo img{
    /*height: 20px !important;*/
    width: auto !important;
  }
  .oliberte-header-currency {
    display: none;
  }
}
@media (max-width: 400px) {
  .oliberte-logo img {
     height: 20px !important;
    width: auto !important;
  }
  .oliberte-logo {
    padding: 20px 0;
    height: 20px;
    max-width: 55%;
  }
}

@media (max-width: 350px) {
  .oliberte-header-nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.text-red {
  color: rgb(199, 32, 39);
}

.mm-icon-show {
  display: block;
}
.mm-icon-close {
  display: none;
}

.mm-opened .mm-icon-show {
  display: none;
}
.mm-opened .mm-icon-close {
  display: block;
}

.float-right {
  float: right;
}

.mm-hide-US .mm-select-us {
  display: none;
}
.mm-hide-CA .mm-select-ca {
  display: none;
}
.mm-hide-AU .mm-select-au {
  display: none;
}
.mm-hide-UK .mm-select-uk {
  display: none;
}

.flag-us {
  background: url('../images/us.png') no-repeat;
  height: 11px;
  width: 16px;
  display: inline-block;
}
.flag-ca {
  background: url('../images/ca.png') no-repeat;
  height: 11px;
  width: 16px;
  display: inline-block;
}
.flag-au {
  background: url('../images/au.png') no-repeat;
  height: 11px;
  width: 16px;
  display: inline-block;
}
.flag-uk {
  background: url('../images/uk.png') no-repeat;
  height: 11px;
  width: 16px;
  display: inline-block;
}

.mm-us, .mm-ca, .mm-au, .mm-uk {
  display: none;
}
.mm-international-US .mm-us {
  display: inline-block;
}
.mm-international-CA .mm-ca {
  display: inline-block;
}
.mm-international-AU .mm-au {
  display: inline-block;
}
.mm-international-UK .mm-uk {
  display: inline-block;
}

/* OUR FACTORY MOBILE MENU FIX */
body.page-template-factory-page-php .cycloneslider {
	z-index: 0;
}
/* END OUR FACTORY MOBILE MENU FIX */



span.red {
  color: #c82229;
}

/*************************************
 * CART OVERLAY STYLES
 *************************************/

 .cart-overlay {
  position: absolute;
  background-color: white;
  right: 0;
  margin-top: 0px;
  /*border: 1px solid #8a8a7b;*/
  /*padding: 10px;*/
  text-align: left;
  width: 382px;
  display: none;
  color: black;
 }
 .cart-overlay form {
  border: 1px solid #8a8a7b;
 }
.cart-overlay p {
  margin: 14px 0;
}

.cart-overlay__overview {
  padding: 0 10px;
  border-bottom: 1px solid #8a8a7b;
}
.cart-overlay__overview p {
  /*color: black;*/
  /*margin: 14px 0;*/
}

.cart-overlay__items {
  /*padding: 15px 0px;*/
  border-bottom: 1px solid #8a8a7b;
}
.cart-overlay__item {
  border-bottom: 1px dashed #8a8a7b;
  padding-bottom: 15px;
  padding-top: 15px;
}

.cart-overlay__item:last-child {
  border-bottom: none;
  /*padding-bottom: 0;*/
}
 .cart-overlay__item__image {
  display: block;
  float: left;
  width: 100px;
  padding: 0 10px;
  box-sizing: border-box;
 }

 .cart-overlay__item__description {
  display: block;
  float: left;
  width: 220px;
  font-size: 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .cart-overlay__item__description a{
  color: black;

}
 .cart-overlay__item__remove {
  display: block;
  float: left;
  width: 60px;
  height: 71px;
  /*padding: 10px;*/
  box-sizing: border-box;
 }
.cart-overlay__item__remove a {
  display: inline-block;
    margin-left: 20px;
  margin-top: 26px;
}
.cart-overlay__item__remove img {
  display: block;
 }
.cart-overlay__total {
  padding: 0 10px;
  border-bottom: 1px solid #8a8a7b;
}
.cart-overlay__wishlist {
  float: left;
  text-decoration: underline;
  /*margin: 14px 0;*/
}
.cart-overlay__wishlist a{
  color: #b4b2bd;
}
.cart-overlay__wishlist a:hover {
  color: #c72027;
  text-decoration: underline;
}


.cart-overlay__subtotal {
  float: right;
  text-align: right;
  /*margin: 14px 0;*/
}
.cart-overlay__buttons {
  padding: 0 10px;
}
.cart-overlay__btn {
  display: block;
  padding: 7px 25px;
  margin: 15px 0;
  border-radius: 3px;
  font-weight: bold;
  border: 1px solid black;
  color: black;

}
.btn--view-cart {
  float: left;
}
.btn--checkout {
  float: right;
  color: white;
  background-color: #c82229;
  border: 1px solid #c82229;
}
.btn--checkout:hover {
  color: white;
  background-color: #910B10;
}

.uppercase {
  text-transform: uppercase;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }





















/*ICON FONT CSS*/
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?82247242');
  src: url('font/fontello.eot?82247242#iefix') format('embedded-opentype'),
       url('font/fontello.woff?82247242') format('woff'),
       url('font/fontello.ttf?82247242') format('truetype'),
       url('font/fontello.svg?82247242#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82247242#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ok-circled2:before { content: '\e800'; } /* '' */
.icon-cancel-circled2:before { content: '\e801'; } /* '' */
.icon-plus-circled:before { content: '\e802'; } /* '' */
.icon-minus-circled:before { content: '\e803'; } /* '' */


.oliberte-offer {
  text-align: center;
  
}

.oliberte-offer-link {
  color: white;
  background-color: black;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
}
.oliberte-offer-link:hover {
  color: white;
}
.oliberte-offer-link .fa {
  color: #db1e25;
}
.oliberte-offer-link .fa-plus {
}
.oliberte-offer-link .fa-minus {
  display: none;
}

.oliberte-offer-content {
  position: relative;
  background-color: white;
  display: none;
  overflow: auto;
  border-bottom: 1px solid #8a8a7b;
  padding-top: 20px;
  padding-bottom: 40px;
  padding: 20px 10px 40px 10px;
}

.oliberte-offer-content h2 {
  font-size: 18px;
  color: #db1e25;
  font-family: Roboto Condensed, Helvetica, Arial, sans-serif;
}
.oliberte-offer-content h2.grey {
  color: #464637;
}

.oliberte-offer-form {

}
.oliberte-offer-form .oliberte-btn--offer {
    color: white;
    background-color: #c9222a;
    border: 1px solid #c9222a;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 3px;
}
.oliberte-offer-form input[type="email"]{
  border: 1px solid black;
  padding: 2px 10px;
  height: 38px;
  width: 320px;
  margin-right: 15px;
  max-width: 100%;
  box-sizing: border-box;
}

.oliberte-offer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}

.oliberte-offer-code {

}
.oliberte-offer-code h2 {
    line-height: 38px;
    margin: 0;
    border: 1px solid black;
    display: inline-block;
    padding: 0 20px;
}

@media (max-width: 480px) {
  .oliberte-offer-link {
    font-size: 12px;
  }
  .oliberte-offer-form input[type="email"]{
    width: 100%;
    margin-right: 0;
  }
  .oliberte-offer-form .oliberte-btn--offer {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .oliberte-offer-close {
      position: absolute;
      right: 7px;
      top: 6px;
      font-size: 24px;
  }
  .oliberte-header-placeholder {
    height: 99px;
  }
  .sub-offer-height61 {
    height: 61px;
  }
}