/*Grid Page*/
.notification-flag{
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #FB6F13;
}
.promo-redline{
  color:#FB6F13;
  font-size: 12px;
}
/*Redline PDP Styling*/
.index-pdp__module .promo-redline{
  font-size: 16px;
}
.promo-redline-activated{
  color:#000000;
}
/*Filters*/
.filter_reset__button{
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top:40px;
  text-decoration: underline;
  color: #000;
}
.product-filters-mobile .filter_reset__button{
  top: 55px;
  right: 10px;
}
.filter-item .check-list .checkbox-wrap label.selected:before{
  background: #000;
}
.filter-item .size-check-boxes .checkbox-wrap label.selected{
  background: #000;
  color:#fff;
}
/*Search Auto Complete Styling*/
.auto-complete-section{
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  z-index: 2;
}
.auto-complete-section a,
.auto-option{
  color: #000000;
  font-size: 12px;
}
#sList{
  padding: 0;
  list-style: none;
}
.searchText{
  font-size: 16px;
  color: #000000;
  font-weight:700;
}
.center-img{
  display: flex;
  justify-content: center;
  width:100%;
}
.auto-option > b {
  font-weight: normal;
  color: #404040;
}
.auto-option:focus,
#topList a:hover{
  background-color: #F0F0F0;
  cursor: pointer;
}
.auto-option:hover,
#topList a:hover{
  background-color: #F0F0F0;
  cursor: pointer;
}
/*Making the mobile results shorter per david E*/
@media (max-width:768px) {
  .searchSuggestions{
    max-height:115px;
    overflow: hidden;
  }
}
/*END Autocomplete*/
.iceMsgWarn,
.iceMsgError {
  background: #ffffff url("../resources/images/ico-error.gif") no-repeat scroll left top;
  border: 0 solid #df0029;
  color: red;
  font-style: italic;
  list-style: outside none none !important;
  padding: 5px 5px 5px 30px !important;
  text-align: right;
}
.signOut {
  text-align: right;
}
section.shopping-cart-wrapper hr.border {
  margin: 0;
}
#account-content .trigger {
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
#account-content .trigger i {
  color: #f58026;
  float: right;
}
#account-content .toggle_container {
  padding-bottom: 17px;
}
.formLabel label {
  margin-bottom: 0;
  margin-top: 10px;
}
#account.orderDetails hr {
  margin: 15px 0;
}
#account.orderDetails hr.first {
  margin-top: 0;
}
#account.orderDetails .price {
  text-align: right;
}
#account.orderDetails .details .price {
  font-size: 16px;
  margin-top: 50px;
}
#account.orderDetails .details .price span {
  font-weight: bold;
}
#account.orderDetails .payment {
  margin-top: 25px;
  margin-bottom: 25px;
}
#account.orderDetails .address {
  margin-bottom: 25px;
}
#account.orderDetails .header {
  text-transform: uppercase;
  font-weight: bold;
}
#account.orderDetails .track {
  background-color: #fff;
  border: 1px solid #1d1c1d;
  color: #1d1c1d;
  width: auto;
  font-family: CervoNeue-RegularNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  height: auto;
  line-height: 20px;
  margin-bottom: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease 0s;
}
#account.orderDetails .track:hover {
  background-color: #1d1c1d;
  color: #fff;
}
.inner-title img {
  width: 100%;
}
.email-msg {
  font-size: 1rem;
  color: red;
  font-weight:bold;
}
.email-suc {
  font-size: 1rem;
  color: green;
  font-weight:bold;
}
.searchSpace {
  padding-top: 9px;
}
.benefits ul {
  padding-left: 0;
}
.benefits ul li {
  margin-left: 20px;
}
.locator-map {
  display: inline;
}
.pr-review section {
  overflow: visible;
}
.apLaunch {
  cursor: pointer;
  text-decoration: underline;
}
#apPop {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 50px;
  color: #2e2d2d;
}
#apPop iframe {
  max-width: 100%;
  width: 800px;
  min-height: 608px;
  background-color: #fff;
}
#apPop .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 0;
}
@media (max-width:400px) {
  #apPop .close {
    width: 40px;
    top: 5px;
    right: 5px;
  }
  .container1-background{
    display: none;
  }
  .detail-view__specs li span {
    float:right;
    text-align:right;
  }

}
#apMask {
  background-color: #000000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.apPrice,
.apPriceM {
  display: none;
}
@media (max-width:1000px) {
  .afterPay {
    margin-top: 10px;
    padding: 0 15px;
  }
}
.payLogo {
  height: 20px;
}
.button.payLogo {
  height: 23px !important;
}
afterpay-placement {
  margin: 0;
}

/*CCPA Footer Message*/
.ccpa-footer{
  font-size: .75rem;
  color: #fff;
}
.ccpa-footer a{
  color: #f58026;
}
/* CCPA */
#general.ccpa.container {
  max-width: 1400px;
  padding-bottom: 35px;
}
#general.ccpa h1 {
  text-align: center;
  font-size: 35px;
}
#general.ccpa .form-group {
  margin-bottom: 2.5rem
}
#general.ccpa .form-group.hide {
  display: none;
}
#general.ccpa #showStreet2 span {
  text-decoration: underline;
  cursor: pointer;
}
#general.ccpa #showStreet2 span:hover {
  text-decoration: none;
}
#general.ccpa .footnote {
  font-size: 13px;
}
#general.ccpa .requiredfield {
  color: red;
}
#general.ccpa .form-control.missing {
  background-color: rgba(250, 0, 0, 0.3);
}
#general.ccpa .btn {
  border: 1px solid #000;
  width: 100%;
}
#general.ccpa #btnCcpaSubmitDisabled.btn.btn-secondary,
#general.ccpa #btnCcpaSubmitDisabled.btn.btn-secondary:hover {
  background-color: #f2f2f2;
  color: #000;
}
#general.ccpa .btn:hover {
  background-color: rgba(0,0,0,1);
}
#general.ccpa .btn.btn-cancel:hover {
  background-color: rgba(0,0,0,.1);
}
#general.ccpa .thanks {
  font-size: 23px;
}

.privacy-wrapper a {
  font-weight: bold;
  text-decoration: underline;
}
/*Gift Card Styling*/
.custom-gc {
  padding-left: 5px;
  align-items: center;
  border: solid 2px #1d1c1d;
  display: inline-flex;
  height: 2.7rem;
  justify-content: end !important;
  width: 6.25rem;
}
.custom-gc input{
  height:100%;
  color:#fff;
  border:none;
  max-width:62px;
  margin-left: 3px;
  background: #e1e1e1;
}
.custom-gc.clicked-gc,
.custom-gc.clicked-gc input{
  color:#fff;
  background: #000 !important;
}
.name.gc-label-longName {
  font-size: .75rem;
  text-transform: uppercase;
}
.gc-gift-amount {
  font-size: .65rem;
  text-transform: uppercase;
  color: #6D6E71;
}
a.gc-help-link{
  color:#f58026;
}
a.gc-help-link:hover{
  color:#f58026;
}
@media screen and (max-width: 992px){
  .page-header-donations{
    padding: 2vh 7vw 0vh;
    width: 100%;
    height: auto;
    min-height: 0;
  }
}
/*For Disclosure Modal*/

#disclosure .modal-content {
  background-color: #231f20;
  border-radius: 10px 10px 0 0 !important;
}
#disclosure .modal-header {
  border-bottom: 0px;
}
#disclosure .modal-title {
  font-size: 11px;
  color: #fff;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  text-align: center;
  font-weight: 400;
}
#disclosure a {
  color: #fff;
  text-decoration: underline;
}
#disclosure .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 100%;
}
#disclosure .close:hover {
  color: #fff;
  text-decoration: none;
}
#disclosure .modal-header .close {
  padding: 9px 9px 5px;
  margin: -1rem -1rem -1rem auto;
  background: transparent;
  border: none;
}

/*
.modal-backdrop {
   background-color: transparent !important;
}
*/

@media (min-width:991px) {
  #disclosure .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height:auto;
  }
  #disclosure .modal-title span {
    font-size: 9px;
  }
}

@media (max-width:992px) {
  #disclosure .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-right: 6vw;
    margin-left: 6vw;
    height:auto;
  }
  #disclosure .modal-title span {
    font-size: 8px;
    line-height:1.25;
    display:block;
  }
}

@media (min-width: 576px) {
  #disclosure .modal-dialog {
    max-width: 800px;
  }
}
/* SMS Landing page */

.sms__title {
  color: #ffffff;
  font-family: "Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 7.5vw;
  padding-left: 6px; /* FIX SAFARI & IOS BUG */
  margin-top: 0px;
  margin-bottom: 10px;
}

@media (min-width: 576px) {

  .sms__title {
    font-size: 7vw; /* 7rem  ~ 112px */
    line-height: 6vw /* 6rem ~ 96px */
  }
}

.sms__topText{
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 200;
  padding-left: 8px;
}

.sms__topText strong {
  font-weight: bold;
}

.sms__topText br {
  display: none;
}

@media (min-width: 768px) {

  .sms__topText br {
    display:inline-block
  }
}

@media (min-width: 768px) {

  .sms__topText {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {

  .sms__topText {
    font-size: 2vw;
    line-height: 2vw;
  }
}

.sms__textWrapper {
  margin: 0;
  position: absolute;
  max-width: 48%;
  top: 50%;
  transform: translateY(-50%);
  right:0%;
  text-align:left;
}

@media (min-width: 576px) {

  .sms__textWrapper {
    max-width: 50%;
    top: 50%;
    transform: translateY(-50%)
  }
}

.sms__headline-wrapper {
  display:flex;
  display:block;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 10vw 10vw 10vw;
  text-align:center;
}

@media (min-width: 576px) {

  .sms__headline-wrapper {
    padding: 3em 5vw
  }
}

.sms__icon {
  display: flex;
  justify-content: center;
  margin-top: 0em;

}

@media (min-width: 768px) {

  .sms__icon {
    justify-content: flex-end;
    margin-top:0

  }
}

.sms__icon i {
  font-size: 6rem;
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
  width: 100%;
  height: auto;

}

@media (min-width: 576px) {

  .sms__icon i {
    font-size: 6rem;

  }
}

@media (min-width: 1200px) {

  .sms__icon i {
    font-size: 8rem;

  }
}

.sms__icon i:hover {
  opacity: .5;
}

.sms--email-field {
  margin-right: 0px;
  border:none;
  border-bottom: solid 2px #ffffff;
  border-radius: 0px;
  color: #ffffff;
  background-color: transparent;
  padding-left: 0px;


  width: 100%;
  padding: 5px;
  padding-bottom:2px;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  text-transform: inherit;

}

.sms--email-field::-moz-placeholder {
  color: #ffffff;
}

.sms--email-field:-ms-input-placeholder {
  color: #ffffff;
}

.sms--email-field::placeholder {
  color: #ffffff;
}

@media (min-width: 768px) {

  .sms--email-field {
    /* width: 66%; */
    font-size: 1.2rem;
    padding-left: 0px;
  }
}

.sms--email-btn {
  line-height: 0;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ffffff;
  /* margin-left: .9em; */
  margin-left: 0;
  margin-top:14px;
}

@media (min-width: 768px) {

  .sms--email-btn {
    font-size: 1.8rem;
    /* margin-right: 1.8em; */
  }
}

@media (min-width: 992px) {

  .sms--email-btn {
    margin-left: .9em;
  }
}

.sms--email-btn i.btn__icon {
  font-size:1rem;
  margin-top: -1px;
}

@media (min-width: 992px) {

  .sms--email-btn i.btn__icon {
    font-size:1.4rem;
    margin-top: -2px
  }
}

.sms--email-btn:hover {
  color: #ffffff;
}

.sms__subheadline {
  padding-top: 20px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  /* text-align-last: center; */
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 2em;
}

@media (min-width: 576px) {

  .sms__subheadline {
    padding-left: 6%;
    padding-right: 6%
  }
}

@media (min-width: 768px) {

  .sms__subheadline {
    font-size: 1.3rem;
    line-height: 2rem
  }
}
#generic_content {
  /* padding-bottom: 30px; */
  background-color: #ffffff;
}

@media (min-width: 768px) {

  #generic_content {/* This is hacky, don't judge */
    background-color: #f7f7f7;
  }
}

#generic_content.full-video {
  padding-top:70px;
}

@media (min-width: 992px) {

  #generic_content.full-video {
    padding-top:120px
  }
}

#generic_content .embed-container {
  --video--width: 1920;
  --video--height: 1080;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

#generic_content .embed-container iframe,
#generic_content .embed-container object,
#generic_content .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.generic {
  max-width: 100%;
}

/* padding: 0px; */

@media (min-width: 1445px) {

  .generic {
    max-width: 1360px;
  }
}

.generic__wrapper {
  padding: 0 0vw;
}

@media (min-width: 768px) {

  .generic__wrapper {
    padding: 0px 38px
  }
}

@media (min-width: 1445px) {

  .generic__wrapper {
    padding: 0px 0px
  }
}

.generic__sidebar {
  padding: 20px 7vw;

}

@media (min-width: 768px) {

  .generic__sidebar {
    padding: 90px 15px

  }
}

.generic__content {
  padding: 20px 7vw;
}

@media (min-width: 768px) {

  .generic__content {
    padding: 90px 50px;
  }
}

.generic__content {
  background-color: #ffffff;
}


.generic__headline {
  font-family: "Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-top: -.5em;
  margin-bottom: .5em;
  border-bottom: solid 4px #f7f7f7;
}

@media (min-width: 768px) {

  .generic__headline {
    font-size: 4rem
  }
}

.generic__subhead {
  margin-top: 1em;

}

.generic__container {
  padding: 0px;
}

.generic__sizingTable {
  margin-top: 20px;
}

.generic__table-head {
  background-color: #1d1c1d!important;
  color: #ffffff;
}

.generic__privacyPolicyList {
  margin: 0px;
  padding: 0px;
}

.generic__privacyPolicyList ul {
  margin: 0px;
  padding: 0px;
}

.generic__privacyPolicyList ol {
  margin: 0px;
  padding: 0px;
}

.generic__privacyPolicyList li {
  margin-left: 20px;
  margin-top: 10px;
}

/* Few Cascading Styles Needed */

#resources_content {
  /* padding-bottom: 30px; */
  background-color: #ffffff;
}

@media (min-width: 768px) {

  #resources_content {
    /* This is hacky, don't judge */
    background-color: #f7f7f7;
    background-image: url(/assets/images/global/hack.png);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover
  }
}

.resources {
  max-width: 100%;
}

/* padding: 0px; */

@media (min-width: 1445px) {

  .resources {
    max-width: 1360px;
  }
}

.resources__wrapper {
  padding: 0 0vw;
}

@media (min-width: 768px) {

  .resources__wrapper {
    padding: 0px 38px
  }
}

@media (min-width: 1445px) {

  .resources__wrapper {
    padding: 0px 0px
  }
}

.resources__sidebar {
  padding: 20px 7vw;
}

@media (min-width: 768px) {

  .resources__sidebar {
    padding: 90px 15px
  }
}

.resources__content {
  padding: 20px 7vw;
}

@media (min-width: 768px) {

  .resources__content {
    padding: 90px 15px 90px 50px;
  }
}

.resources__content {
  background-color: #ffffff;
}

.resources__headline {
  font-family: "Bogs Headline", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 4px #f7f7f7;
}

@media (min-width: 768px) {

  .resources__headline {
    font-size: 4rem
  }
}

.resources__subhead {
  margin-top: 1em;
}

.resources__container {
  padding: 0px;
}

.resources__sizingTable {
  margin-top: 20px;
}

.resources__table-head {
  background-color: #1d1c1d !important;
  color: #ffffff;
}

.resources__privacyPolicyList {
  margin: 0px;
  padding: 0px;
}

.resources__privacyPolicyList ul {
  margin: 0px;
  padding: 0px;
}

.resources__privacyPolicyList ol {
  margin: 0px;
  padding: 0px;
}

.resources__privacyPolicyList li {
  margin-left: 20px;
  margin-top: 10px;
}

/* Few Cascading Styles Needed */

.resources__content a {
  /* color: $bogsOrange; */
  transition: color 0.25s;
}

.resources__content a:hover {
  /* color: $black; */
}

.resources__content p {
  line-height: 2rem;
}

.resources__container div {
  margin-bottom: 20px;
}

#gmap {
  height: 510px;
  width: 100%;
}

#gmap .canvas_map {
  background-color: #65b6cf!important;
}

#gmap h3 {
  font-size: 1.5rem;
}

#gmap p {
  font-size: .8rem;
  line-height: 1rem;
}

.gm-style-cc, .gm-style-mtc {
  display: none;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px;
  box-shadow: 0 2px 7px 1px rgba(0,0,0,0.1);
  padding: 1em;
  /* border: solid 1px $black; */
}

.gm-style .gm-style-iw-t::after {
  /* border-left: solid 1px $black; */
  /* border-bottom: solid 1px $black; */
}

#controls select {
  height: 4rem;
  background: #ffffff;
  width: 100%;
  border-radius: 0;
  outline: 0;
  padding-left: 20px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 1.3rem;
  border: solid 2px #1d1c1d;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #1d1c1d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;

}

.store-locator-wrapper .locator-form {
  padding: 20px 0px;
}

.store-locator-wrapper input[type=text]{
  margin-right: 4%;
  background: #ffffff;
  border: solid 2px #1d1c1d;
  width: 48%;
  height: 3.5rem;
}


.store-locator-wrapper input[type=text] {
  margin-bottom: 15px;
  color: #1d1c1d;
  flex: 100;
  font-size: 1.5rem;
}
@media (min-width: 768px) {

  .store-locator-wrapper input[type=text]{
    height: 4.5rem;
    margin-bottom: 0;
  }
}
.store-locator-wrapper input[type=text]::-moz-placeholder {
  opacity: .5;
}

.store-locator-wrapper input[type=text]:-ms-input-placeholder {
  opacity: .5;
}

.store-locator-wrapper input[type=text]::placeholder {
  opacity: .5;
}

.store-locator-wrapper .btn {
  background: #000;
  color:#fff;
  text-transform: uppercase;
  align-content: center;
}

@media (min-width: 768px) {

  .store-locator-wrapper .btn:hover {
    color: #ffffff;
    background-color: #1d1c1d
  }
}

.store-locator-wrapper .locator-map {
  margin-right: -15px;
  margin-left: -15px;
}

.store-locator-wrapper .locator-results {
  padding: 20px 0px;
}

.store-locator-wrapper .locator-results a {
  margin: 10px 0px;
  color: #1d1c1d;
  transition: opacity 0.25s;
}

@media (min-width: 768px) {

  .store-locator-wrapper .locator-results a:hover {
    opacity: .5
  }
}

.store-locator-wrapper .locator-results a span {
  display: block;
}

.store-locator-wrapper .locator-results a span.resultName {
  font-weight: 700;
}

.store-locator-wrapper .locator-results a span.results {
}

.store-locator-wrapper .locator-results a span.resultsPhone {
}

.rep-info-wrapper .row {
  padding: 0px 20px;
}

.rep-info-wrapper a.accordion-toggle {
  width: 100%;
  display: block;
  border-radius: 0;
  outline: 0;
  padding-left: 20px;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 4rem;
  border: solid 2px #1d1c1d;
  margin-bottom: 20px;
  color: #1d1c1d;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.rep-info-wrapper a.accordion-toggle:hover {
  background-color: #1d1c1d;
  color: #ffffff;
}

.rep-info-wrapper a.accordion-toggle.active {
  background-color: #1d1c1d;
  color: #ffffff;
}

.rep-info-wrapper .section {
  margin-bottom: 2em;
}

.rep-info-wrapper h4.sub-region{
  color: #1d1c1d;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.rep-info-wrapper p {
  color: #1d1c1d;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: .5rem;
}

.fa-ul {
  list-style-type: none;
  margin-left: 4em;
  padding-left: 0;
}

.old {
  text-decoration: line-through;
  margin-right:10px;
}
.new,
.percent-off-styling{
  color: #f58026;
  margin-right: 8px;
  font-weight: bold;
}
.list-view__more{
  text-align: center;
}
.list-view__more-numbers {
  font-size: 1rem;
  padding: .5em .3em;
  display: inline-block;
  opacity: .5;
  transition: opacity 0.25s;
  color:#000;
}
.list-view__more-active{
  font-weight: bold;
  opacity: 1;
}
.three-d.close{
  position: absolute;
  left: 20px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#sidenav{
  list-style: none;
  padding: 0;
}
#sidenav .sidenav__link{
  padding: 20px 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color:#000000;
  line-height: 2;
}
#page_header{
  padding:20px 0px;
  text-transform: uppercase;
}
.price-old {
  text-decoration: line-through;
}
.price-clearance {
  color: #f58026;
}

.cookiesMessage {
  background: #fff;
  position: fixed;
  text-align: center;
  z-index: 999998;
  color: #000;
  padding: 25px;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
}

@media (min-width:1020px) {
  .cookiesMessage {
    position: fixed;
  }
}
.cookiesMessage .language {
  text-align: center;
  color: #000 !important;
  padding-top: 5px;
}
.cookiesMessage .language a, .cookiesMessage .language span {
  text-align: center;
  color: #000 !important;
  font-size: 16px;
}
.cookiesMessage h4 {
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.message {
  font-size: 10px;
  width: 100%;
}
.message.footer {
  font-size: 12px;
  font-style: italic;
}
.cookiesMessage a {
  color: #000;
  text-decoration: underline;
}
.cookiesMessage .buttons {
  margin: 5px 0;
  text-align: center;
}
.cookiesMessage .button {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
    color: #fff;
  padding: 15px 5px;
  margin: 10px 0;
  width: 100%;
  text-transform: uppercase;
  display: inline-block;
}
.cookiesMessage .button.accept {
  background-color: #f58026;
}
.cookiesMessage .button:hover {
  opacity: .7;
}
.cookiesMessage .chkBox {
  margin-top: 25px;
  text-align: left;
}
.cookiesMessage .chkBox label {
  display: inline;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: -5px;
}
.cookiesMessage .chkBox .check {
  display: none;
}
.cookiesMessage .chkBox .check + label {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  padding: 11px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cookiesMessage .chkBox .check.disabled + label {
  opacity: .5;
}
.cookiesMessage .chkBox .check:checked + label:after {
  content: 'X';
  font-family: trade-gothic-next;
  font-size: 25px;
  position: absolute;
  top: -10px;
  left: 4px;
  color: #153d51;
}
.cookiesMask {
  background-color: #000000;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999997;
  right: 0;
  bottom: 0;
  opacity: .7;
}
.cookieSettings {
    text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
/*email signup*/
a#main\:lnkOptinFooter,
a#checkout\:lnkOptinFooter{
    height: 55px;
    background: #F07622;
    border: 0;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    width: 200px;
    align-items: center;
    align-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-left:10px;
    text-transform:uppercase;
    font-family: "Bogs Headline", Arial, sans-serif;
}