#orange-bar {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 8px 5%;
  letter-spacing: .05em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}

#oc-utility {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 111;
  width: 100%;
  background: #ffffff;
}

#oc-utility .nav-inner {
  display: block;
  position: relative;
  width: 100%;
  min-height: 70px;
}

#oc-utility .bluffworks-navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#oc-utility .bluffworks-navbar-brand .bluffworks-logo:after {
  content: '\e80a';
  font-size: 45px;
  color: #000;
  margin: 0;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}

#oc-utility .nav-inner ul.header-nav-menu>li>a,
#oc-utility .nav-inner ul.header-nav-right>li>a {
  font-size: 13px;
  line-height: 60px;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

#oc-utility .bluffworks-navbar-brand:hover .bluffworks-logo:after {
  color: #ff6c2f
}

#oc-utility .nav-inner ul.header-nav-menu {
  display: block;
  margin: auto;
  max-width: 600px;
  text-align: center
}

#oc-utility .nav-inner ul.header-nav-menu>li {
  display: inline-block;
  margin: 0 20px;
  height: 60px
}

#oc-utility .nav-inner ul.header-nav-menu>li>a {
  display: block;
  color: #000;
  letter-spacing: .15em;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}

#oc-utility .nav-inner ul.header-nav-menu>li a.collapsed[role=button]:hover,
#oc-utility .nav-inner ul.header-nav-menu>li a[role=button],
#oc-utility .nav-inner ul.header-nav-menu>li a[role=button]:hover,
#oc-utility .nav-inner ul.header-nav-menu>li>a:hover,
#oc-utility .nav-inner ul.header-nav-menu>li a.collapsed[role=button]:focus,
#oc-utility .nav-inner ul.header-nav-menu>li a[role=button]:focus,
#oc-utility .nav-inner ul.header-nav-menu>li>a:focus{
  color: #ff6c2f
}

#oc-utility .nav-inner ul.header-nav-menu>li a.collapsed[role=button] {
  color: #000
}

#oc-utility .nav-inner ul.header-nav-right {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0
}

#oc-utility .nav-inner ul.header-nav-right>li {
  display: inline-block;
  margin: 14px 8px 0;
  height: 60px
}

#oc-utility .nav-inner ul.header-nav-right>li>a {
  display: block;
  color: #000;
  letter-spacing: .1em;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}

#oc-utility .nav-inner ul.header-nav-right>li.search>a {
  color: #ff6c2f
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-search:after {
  content: '\e801';
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-cart {
  position: relative;
  width: 100%;
  display: block;
  height: 100%
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-cart:after {
  content: '\e807';
  position: relative;
  font-size: 16px
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-cart .cart-count {
  position: absolute;
  top: 1px;
  line-height: 18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 40px;
  text-align: center;
  color: #ff6c2f;
  font-weight: 700;
  font-size: 14px
}

.main-images-grid-wrapper,
.page-content {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-cart .cart-count:before {
  content: '(';
  display: inline-block;
  margin-left: 3px
}

#oc-utility .nav-inner ul.header-nav-right>li>a .nav-cart .cart-count:after {
  content: ')';
  display: inline-block;
  margin-right: 3px
}

#oc-utility .nav-inner ul.header-nav-right>li.search>a.collapsed {
  color: #000
}

#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown.open a {
  color: #ff6c2f
}

#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown .dropdown-menu {
  box-shadow: none;
  outline: 0;
  border: 0;
  border-radius: 0;
  left: -20px;
  padding: 20px auto
}

#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown .dropdown-menu li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .05em;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}

#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown .dropdown-menu li a:hover,
#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown .dropdown-menu li a:focus {
  color: #ff6c2f;
  background: #fff
}

#searchWrapper {
	position: relative;
	z-index: 110;
	top: 60px;
}

#searchWrapper .search-inner {
  display: block;
  padding: 80px 20px 20px;
  background: #fff;
  position: relative
}

#searchWrapper .btn-close {
  position: absolute;
  top: 10px;
  right: 44px
}

#searchWrapper .btn-close:after {
  content: '\e802';
  font-size: 12px;
  color: #000
}

#searchWrapper .search-form {
  display: block;
  max-width: 800px;
  margin: auto;
  position: relative
}

#searchWrapper .search-input {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a1a1a1;
  font-size: 24px;
  letter-spacing: .08em
}

#searchWrapper .search-input::-webkit-input-placeholder {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #a1a1a1;
  font-size: 24px;
  letter-spacing: .08em;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}
.promo__wrapper {
  width: 292px;
}
.promo__wrapper p {
  margin-top: 20px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  letter-spacing: .61px !important;
  line-height: 29px !important;
  color:#333333 !important;
}

#oc-utility .header-submenu-wrapper ul.header-nav-submenu>li>a {
  letter-spacing: .1em;
  font-family: brandon-grotesque, sans-serif;
  font-style: normal
}

#searchWrapper .search-input:focus::-webkit-input-placeholder {
  opacity: 0
}

#searchWrapper .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 50px;
  background: url(/cdn/shop/t/77/assets/bluff-icn-search-arr.png) center center no-repeat;
  padding: 0;
  border: 0;
  background-color: none;
  background-size: contain;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}

#searchWrapper .search-btn:hover,
#searchWrapper .search-btn:focus {
  opacity: .6
}

nav.oc-right ul {
	margin-bottom: 0;
}

.header-buyInfo-wrapper .buyInfo-inner {
  display: block;
  padding: 10px 20px 30px;
  background: #EFEFEF;
  border-bottom: 1px solid rgba(0, 0, 0, .9);
  position: relative;
  top: 60px;
  z-index: 49;
  translate: 0 23px;
}

.header-buyInfo-wrapper .buyInfo-close {
  display: block;
  position: absolute;
  right: 220px;
  top: 20px;
}
.goto-cart>a {
  color:#333;
}

.header-buyInfo-wrapper .buyInfo-close:after {
  content: url(close-box.svg);
  color: #000;
  width: 26px;
  height: 24px;
}

.header-buyInfo-wrapper .info-title {
  display: block;
  font-family: 'GT Eesti Pro Display';
  font-weight: normal;
  color: #111;
  font-size: 36px;
  letter-spacing: 3.3px;
  line-height: 41px;
  text-align: center;
  margin: 15px 0 30px;
  padding: 0 60px;
}

.header-buyInfo-wrapper .btn-standard {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0.76px;
  padding: 0 20px;
  margin: 0 8px;
  text-align: center;
  min-width: max-content;
  background-color: #FF6C2F;
  color: #fff;
}
p.goto-cart { margin-top: 25px; }
a.no-thanks {
    color: #111111;
    font-family: 'brandon-grotesque';
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: underline;
    font-weight: normal;
}

.header-buyInfo-wrapper .btn-standard:hover,
.header-buyInfo-wrapper .btn-standard:focus {
  background-color: #000;  
}

.header-buyInfo-wrapper .btns-wrapper {
  display: block;
  margin: 15px 0;
}

.header-buyInfo-wrapper .btn-hollow {
  line-height: 34px;
}

/* JN css */
.cust-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .header-buyInfo-wrapper .buyInfo-close {
    right: 40px;
  }
  .top-bar.oc-js.active {
    position: static;
  }

  .oc-container {
    position: absolute;
    top: 0;
    min-height: 100%;
  }

  .oc-overlay {
    position: absolute;
    top: -35px;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .oc-overlay.active {
    z-index: 112;
    background-color: rgba(51,51,51,0.9);
  }

  #oc-icon {
    position: fixed;
    left: 7px;
    z-index: 99999;
    display: block;
    width: 50px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top 0s;
    -moz-transition: top 0s;
    -o-transition: top 0s;
    transition: top 0s;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  #oc-icon span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 1.5px;
    background: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  #oc-icon span.bar1 {
    top: 11px;
  }

  #oc-icon span.bar2,
  #oc-icon span.bar3 {
    top: 26px;
  }

  #oc-icon span.bar4 {
    top: 28px;
  }



  #oc-icon.active span.bar1 {
    top: 18px;
    left: 50%;
    width: 0;
  }

  #oc-icon.active span {
    background: #000;
  }

  #oc-icon.active:hover span,
  #oc-icon.active:focus span {
    background: #000;
  }

  #oc-icon.active span.bar2,
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    translate: 0 -48px;
  }

  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #oc-icon.active span.bar4 {
    top: 18px;
    left: 50%;
    width: 0;
  }

  .oc-right {
    right: 0;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    -o-transition: right 0.2s linear;
    transition: right 0.2s linear;
  }

  .oc-right.active {
    z-index: 1;
    overflow-x: visible;
  }

  nav.oc-right {
    left: -75%;
    width: 75%;
    background-color: #fff;
  }

  nav.oc-right.active {
    z-index: 9999;
    position: fixed;
    width: 100vw;
    top: 105px;
    bottom: 0;
    left: 0;
  }

  nav.oc-right.active > ul {
    position: fixed;
    width: 100vw;
    top:105px;
  }

  /*----------  Nav Globals  ----------*/
  nav.oc-right>ul {
    height: 100%;
  }

  nav.oc-right ul li {
    position: relative;
    margin-bottom: 0;
  }

  nav.oc-right ul ul {
    display: none;
    margin: 0;
    padding: 0;
  }

  nav.oc-right>ul li.active>ul {
    display: block;
  }

  nav.oc-right>ul li.home {
    display: none;
  }

  nav.oc-right ul li a {
    display: block;
    padding: 15px 41px 16px 15px;
    color: #333;
    border-bottom: 1px solid #F2F2F2;
    font-size: 22px;
    line-height: 26px;
    height: 55px;
    text-decoration: none;
    
  }

  nav.oc-right ul li a.active {
    color: #ff6c2f;
  }

  nav.oc-right li>span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 38px;
    z-index: 22;
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
  }

  nav.oc-right li>span.oc-toggle.glyphicon-plus {
    color: #ffffff;
    background-color: #111111;
  }

  nav.oc-right li>span.oc-toggle.glyphicon-minus {
    color: #fff;
    background-color: #000;
  }

  /*----------  First Level  ----------*/
  nav.oc-right>ul>li {
    display: block;
  }

  nav.oc-right>ul>li>a {
    font-weight: bold;
    display: flex;
  }

  nav.oc-right>ul>li.active>a {
    color: #ff6c2f;
  }

  /*----------  Second Level  ----------*/
  nav.oc-right>ul>li>ul li span.oc-toggle.glyphicon-minus,
  nav.oc-right>ul>li.focus>ul li span.oc-toggle.glyphicon-minus {
    color: #FFFFFF;
    background: #111111;
  }

  nav.oc-right>ul ul li>a {
    background: #fff;
    display: flex;
  }

  nav.oc-right>ul ul li.second-lvl:hover>a,
  nav.oc-right>ul ul li.second-lvl:focus>a {
    color: #333333;
  }

  /*----------  Third Level   ----------*/
  nav.oc-right>ul ul ul li a {
    padding: 5px 26px 5px 15px;
    font-size: 18px;
    font-weight: 300;
    background: #e8e8e8;
    // background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmEyNzc3ZC05YTQ4LTI4NDYtYjZlOS00ZTJmZWE5NzE0ZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJGOEY1Qjk2QkMyMTFFNUE4OENCQjlBNkEzNjk5OTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJGOEY1Qjg2QkMyMTFFNUE4OENCQjlBNkEzNjk5OTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTZhMjc3N2QtOWE0OC0yODQ2LWI2ZTktNGUyZmVhOTcxNGZmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmU2YTI3NzdkLTlhNDgtMjg0Ni1iNmU5LTRlMmZlYTk3MTRmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsnfyhMAAACCSURBVHjaYvz//z8DJYCJgULAAmOsXr2aJI2hoaFYXdAPxHaUeOEZEB8E4v3EGoRuwHIg/gfEDsQahG7AEyA+gMQnaBC2WFiKRQynQdgM+E+Kt1mwKIjBIgbyViOa97AaIA11LkGNuAyIgjqRoEZ8LnAkRiMuAwpIzQuMA54bAQIMAClfICH5ZcJiAAAAAElFTkSuQmCC');
    // background-repeat: no-repeat;
    // background-position: 21px 6.5px;
  }

  nav.oc-right>ul ul ul li.focus>a,
  nav.oc-right>ul ul ul li:hover>a,
  nav.oc-right>ul ul ul li:focus>a {
    color: #ff6c2f;
  }

  nav.oc-right>ul ul ul li>span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 28.5px;
    padding: 7.5px 14.5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #d1d1d1;
  }

  /*----------  Fourth Level  ----------*/
  nav.oc-right>ul ul ul ul li>a {
    padding: 5px 26px 5px 53px;
    font-size: 13px;
    background: #eee;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmEyNzc3ZC05YTQ4LTI4NDYtYjZlOS00ZTJmZWE5NzE0ZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDFFNjU4QUI2QkM2MTFFNTkxQzY5RkEwOTk5MzM1ODEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDFFNjU4QUE2QkM2MTFFNTkxQzY5RkEwOTk5MzM1ODEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTZhMjc3N2QtOWE0OC0yODQ2LWI2ZTktNGUyZmVhOTcxNGZmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmU2YTI3NzdkLTlhNDgtMjg0Ni1iNmU5LTRlMmZlYTk3MTRmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po9XmOIAAAA5SURBVHjaYvz//z8DJYCJgUIwagAVDGBBF1i9evUbIMUJxOjxywjE30NDQ0Wo6gLG0YQ0HAwACDAAr4wMG3ZDzp0AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 35px 6.5px;
  }

  nav.oc-right>ul ul ul ul li.focus>a,
  nav.oc-right>ul ul ul ul li:hover>a,
  nav.oc-right>ul ul ul ul li:focus>a {
    color: #000;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplNmEyNzc3ZC05YTQ4LTI4NDYtYjZlOS00ZTJmZWE5NzE0ZmYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDFFNjU4QUI2QkM2MTFFNTkxQzY5RkEwOTk5MzM1ODEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDFFNjU4QUE2QkM2MTFFNTkxQzY5RkEwOTk5MzM1ODEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTZhMjc3N2QtOWE0OC0yODQ2LWI2ZTktNGUyZmVhOTcxNGZmIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmU2YTI3NzdkLTlhNDgtMjg0Ni1iNmU5LTRlMmZlYTk3MTRmZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po9XmOIAAAA5SURBVHjaYvz//z8DJYCJgUIwagAVDGBBF1i9evUbIMUJxOjxywjE30NDQ0Wo6gLG0YQ0HAwACDAAr4wMG3ZDzp0AAAAASUVORK5CYII=');
  }

  nav.oc-right li.promo {
    display: none;
  }

  .header-buyInfo-wrapper .buyInfo-inner {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99999;
  }
  .header-buyInfo-wrapper .info-title {

    padding: 0
  }
  .header-buyInfo-wrapper .btn-hollow,
  .header-buyInfo-wrapper .btn-standard {
    display: block;
    min-width: inherit;
    width: 100%;
    margin: 10px 0;
    padding-top: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .oc-container {
    position: relative;
  }

  #oc-icon {
    display: none;
  }

  #oc-utility {
    z-index: 11111;
    width: 175px;
    position: fixed;
    right: 39vw;
    transform: translate(245%, 0px);
	}

  #oc-utility .bluffworks-navbar-brand {
    display: none;
  }

  #searchWrapper {
		top: 60px;
		z-index: 49;
		position: fixed;
		left: 0;
		right: 0;
	}

  .oc-toggle {
    display: none;
  }

  .container-nav {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  nav.oc-right {
    position: fixed;
    background: white;
    z-index: 11000;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E4E4E4;
  }

  nav.oc-right>ul {
    text-align: left;
    position: relative;
    padding-left: 100px;
  }

  nav.oc-right li {
    margin-bottom: 0;
  }
  
  nav.oc-right li.third-lvl.no-children:last-of-type { margin-bottom: 40px; }

  nav.oc-right>ul>li {
    display: inline-block;
  }

  .cust-layout {
    max-width: 1370px;
  }
  .cust-layout:nth-child(1) {
    margin: 0 auto;
  }
 
 
  .first-lvl {
    margin-right: 32px;
  }

  nav.oc-right>ul>li.first-lvl {
    padding: 0 5px;
  }

  nav.oc-right>ul>li>a {
    display: block;
    padding: 8px;
  }

  nav.oc-right>ul li.home {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  nav.oc-right>ul li.home a {
    display: block;
    width: 300px;
    height: 53px;
    background-image: url('/cdn/shop/files/Bluffworks_Wordmark-tagline.png?v=1590020802');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: transparent;
    padding: 0;
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
  }
  
  nav.oc-right>ul li.home a:hover,
  nav.oc-right>ul li.home a:focus { color: transparent; }

  nav.oc-right>ul>li.first-lvl>a {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 25px 8px;
    margin-bottom: -1px;
  }

  nav.oc-right>ul>li:hover ul,
  nav.oc-right>ul>li:focus ul,
  nav.oc-right>ul>li.focus ul{
    display: block;
    margin: 0;
    padding: 0;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper {
    padding: 35px 45px 25px 45px;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.no-children,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.no-children,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.no-children {
    width: 25%;
    display: table;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.has-children,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.has-children,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.has-children {
    float: left;
    clear: none;
    width: 25%;
    text-align: left;
    padding: 0 30px 0 0;
  }

  nav.oc-right ul li.second-lvl>a {
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
    line-height: 1.2;
    text-transform: unset !important;
    color: #757575 !important;
    font-family: "GT Eesti Pro Display" !important;
    font-size: 22px !important;
    letter-spacing: 0.55px !important;
    line-height: 26px !important;
    font-weight: normal !important;
    text-decoration: none !important;
  }

  nav.oc-right ul li.third-lvl>a {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
  }

  .third-lvl-d {
    margin-bottom: 15px !important;
  }

  .third-lvl {
    margin-bottom: 18px;
  }

  nav.oc-right ul li a:hover,
  nav.oc-right ul li a:focus {
    text-decoration: underline;
  }

  // nav.oc-right a.link-sale {
  //   color: #f45b4f !important;
  // }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.has-children:nth-child(odd),
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.has-children:nth-child(odd),
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.has-children:nth-child(odd) {
    clear: left;
  }

  nav.oc-right>ul>li:hover>ul,
  nav.oc-right>ul>li:focus>ul,
  nav.oc-right>ul>li.focus>ul {
    position: absolute;
    display: block;
    padding: 0px;
    background: white;
    min-width: 500px;
    right: 2%;
    top: 80px;
    text-align: left;
    max-width: 1400px;
    width: 100%;
    transform: translate(-10px, 1px);
    min-height: 504px;
  }

  nav.oc-right ul ul {
    display: none;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo {
    margin-right: 18px;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo img,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo img,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo img {
    width: 100%;
    height: auto;
    display: block;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo a:hover,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo a:focus,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo a:focus {
    text-decoration: underline;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo a p span,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo a p span,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo a p span {
    text-decoration: underline;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo.womens-promo,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo.womens-promo,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo.womens-promo {
    width: 300px;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo.info-promo-2,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo.info-promo-2,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo.info-promo-2 {
    width: calc(37.5% - 23px);
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo.info-promo-1,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo.info-promo-1,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo.info-promo-1 {
    margin-right: 18px;
  }

  nav.oc-right>ul>li:hover>ul>.ul-wrapper>li.promo.info-promo-1 p,
  nav.oc-right>ul>li:focus>ul>.ul-wrapper>li.promo.info-promo-1 p,
  nav.oc-right>ul>li.focus>ul>.ul-wrapper>li.promo.info-promo-1 p {
    font-family: 'brandon-grotesque',sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  .ul-wrapper {
    position: relative;
  }
}

@media screen and (max-width: 1100px) {
  #oc-utility {
    left: 40%;
  }
}

@media screen and (min-width: 1300px) {
  #oc-utility {
    left: 54%;
  }
}

@media screen and (max-width: 1250px) {
  .cust-layout:nth-child(1) {
    margin-left: 0;
  }
  nav.oc-right>ul li.home {
    left: 50%;
  }
}

@media screen and (min-width: 992px) {
  .container-nav {
    width: 970px;
  }

  nav.oc-right>ul>li.first-lvl {
    padding: 0 10px;
  }

  nav.oc-right ul li.second-lvl>a {
    font-size: 18px;
  }

  nav.oc-right>ul>li.link-women:hover>ul>.ul-wrapper,
  nav.oc-right>ul>li.link-women:focus>ul>.ul-wrapper,
  nav.oc-right>ul>li.link-women.focus>ul>.ul-wrapper {
    padding: 35px 45px 55px 45px;
  }

  nav.oc-right>ul>li.link-info:hover>ul>.ul-wrapper,
  nav.oc-right>ul>li.link-info:focus>ul>.ul-wrapper,
  nav.oc-right>ul>li.link-info.focus>ul>.ul-wrapper {
    padding: 35px 45px 80px 45px;
  }

}

@media screen and (min-width: 1200px) {
  .container-nav {
    width: 1170px;
  }
}

@media screen and (min-width: 768px) {
 nav.oc-right>ul {
    text-align: left;
    position: relative;
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  #oc-utility { 
    width: 175px;
    left: 30% !important;
  }
}

@media screen and (max-width: 840px) {
  #oc-utility { 
    width: 175px;
    left: 25% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  nav.oc-right>ul { padding-left: 0; }
  nav.oc-right>ul>li.first-lvl>a { padding: 20px 0; }
  .cust-ul-pos {
    top: 71px !important;
  }
  .home>a {
    width: 200px !important;
  }
}
/* About Dropdown CSS */
#about_dropdown {
  position: absolute;
  max-width: 1400px;
  width: 95%;
  background-color: white;
  left: 2.8%;
  min-height: 500px;
  transform: translateY(1px);
  padding: 30px 37px;
  display: flex;
}
#about_dropdown>a {
  margin-right: 15px;
}
.promo-cont {
  max-width: 293px;
  width: 100%;
}
.img-box>img {
  width: 100%;
  height: 100%;
  max-height: 362px;
  min-height: 299px;
  object-fit: cover;
}
.mobile-menu-callout{
  display: flex !important;
  padding: 30px 10px 10px 10px;
}
.callout-image{
  max-width: 120px;
  max-height: 120px;
  margin-right:10px;
}
.callout-text{
  
}
.callout-text p{
  color: #333 !important;
  line-height: 40px !important;
  font-size: 22px !important;
}
.bolded-text{
  font-weight: 700 !important;
  margin: 0px !important;
}
.text-box>p {
  color: #333333;
  font-size: 22px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  margin-top: 22.6px !important;
  margin-bottom: 70px !important;
  font-family: brandon-grotesque, sans-serif !important;
}
.cust-layout li a {
  text-decoration: none;
}
.footer-nav-list>li a {
  text-decoration: none;
}
.hide {
  display: none;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  #oc-utility .nav-inner {
    translate: 0 -8px;
  }
}
@media screen and (min-width: 768px) {
    .header-icon {
      margin-right: -1px;
      margin-top: -13px;
  }
}
@media screen and (max-width: 767px) {
  #oc-utility .nav-inner ul.header-nav-right>li { margin: 14px 0 0; }
  #oc-utility {
    left: 0% !important;
    width: 100% !important;
  }
  	a.bluffworks-navbar-brand img { max-width: 150px; }
    .header-icon { width: 18px; height: 18px; }
	#oc-utility .nav-inner ul.header-nav-right>li.customer-dropdown .dropdown-menu { left: -80px; }
}

.m-nav-header{
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 767px) {
    #oc-icon.active {
        top: 55px !important;
    }
  .second-lvl{
    padding-left: 20px;
  }
  .third-lvl{
     padding-left: 20px;
  }
  .  nav.oc-right ul li.second-lvl>a {{
    color: #000;
  }
  .first-lvl{
    padding: 100px !important;
  }

}