/* #####################################################################################################
   Button styles
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bttn {
  text-align: center;
  background: #4ca950;
  line-height: 39px;
  display: inline-block;
  border: 0 none;
  vertical-align: middle;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  padding: 0 10px;
  width: 100%;
  max-width: 383px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  transition: background ease-in-out 0.1s;
  transition: color ease-in-out 0.1s;
}
@media only screen and (max-width: 767px) {
  button + button,
  button + input[type="button"],
  button + input[type="reset"],
  button + input[type="submit"],
  button + .bttn,
  input[type="button"] + button,
  input[type="button"] + input[type="button"],
  input[type="button"] + input[type="reset"],
  input[type="button"] + input[type="submit"],
  input[type="button"] + .bttn,
  input[type="reset"] + button,
  input[type="reset"] + input[type="button"],
  input[type="reset"] + input[type="reset"],
  input[type="reset"] + input[type="submit"],
  input[type="reset"] + .bttn,
  input[type="submit"] + button,
  input[type="submit"] + input[type="button"],
  input[type="submit"] + input[type="reset"],
  input[type="submit"] + input[type="submit"],
  input[type="submit"] + .bttn,
  .bttn + button,
  .bttn + input[type="button"],
  .bttn + input[type="reset"],
  .bttn + input[type="submit"],
  .bttn + .bttn {
    margin-top: 10px;
  }
}
@media only screen and (min-width : 768px) {
  button + button,
  button + input[type="button"],
  button + input[type="reset"],
  button + input[type="submit"],
  button + .bttn,
  input[type="button"] + button,
  input[type="button"] + input[type="button"],
  input[type="button"] + input[type="reset"],
  input[type="button"] + input[type="submit"],
  input[type="button"] + .bttn,
  input[type="reset"] + button,
  input[type="reset"] + input[type="button"],
  input[type="reset"] + input[type="reset"],
  input[type="reset"] + input[type="submit"],
  input[type="reset"] + .bttn,
  input[type="submit"] + button,
  input[type="submit"] + input[type="button"],
  input[type="submit"] + input[type="reset"],
  input[type="submit"] + input[type="submit"],
  input[type="submit"] + .bttn,
  .bttn + button,
  .bttn + input[type="button"],
  .bttn + input[type="reset"],
  .bttn + input[type="submit"],
  .bttn + .bttn {
    margin-left: 10px;
  }
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.bttn:hover {
  color: white;
  background: #6bbd6f;
  text-decoration: none;
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.bttn.alt {
  background: #ababab;
  color: white;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.bttn.alt:hover {
  background: #999999;
}
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.bttn.secondary {
  min-width: 0;
  width: auto;
  height: 39px;
  padding: 0 38px;
  background-color: white;
  color: #242422;
}
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover,
.bttn.secondary:hover {
  background-color: #242422;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
button.tertiary,
input[type="button"].tertiary,
input[type="reset"].tertiary,
input[type="submit"].tertiary,
.bttn.tertiary {
  min-width: 0;
  width: auto;
  height: 39px;
  padding: 0 38px;
  letter-spacing: .08em;
  background-color: black;
  color: white;
}
button.tertiary:hover,
input[type="button"].tertiary:hover,
input[type="reset"].tertiary:hover,
input[type="submit"].tertiary:hover,
.bttn.tertiary:hover {
  background-color: #3e3e3b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
button.outline,
input[type="button"].outline,
input[type="reset"].outline,
input[type="submit"].outline,
.bttn.outline {
  border: 1px solid #dedede;
}
button.success,
input[type="button"].success,
input[type="reset"].success,
input[type="submit"].success,
.bttn.success {
  background: #5cb85c;
  color: white;
}
button.success:hover,
input[type="button"].success:hover,
input[type="reset"].success:hover,
input[type="submit"].success:hover,
.bttn.success:hover {
  background: #80c780;
  color: #f2f2f2;
}
button.high,
input[type="button"].high,
input[type="reset"].high,
input[type="submit"].high,
.bttn.high {
  height: 36px;
  line-height: 36px;
}
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
.bttn.large {
  padding: 0 1.5em;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media only screen and (min-width : 768px) {
  button.large,
  input[type="button"].large,
  input[type="reset"].large,
  input[type="submit"].large,
  .bttn.large {
    display: inline-block;
    width: auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
button.floatLeft,
input[type="button"].floatLeft,
input[type="reset"].floatLeft,
input[type="submit"].floatLeft,
.bttn.floatLeft {
  margin-right: 0;
}
button.floatRight,
input[type="button"].floatRight,
input[type="reset"].floatRight,
input[type="submit"].floatRight,
.bttn.floatRight {
  margin-left: 0;
}
button.width,
input[type="button"].width,
input[type="reset"].width,
input[type="submit"].width,
.bttn.width {
  min-width: 140px;
}
button.link,
input[type="button"].link,
input[type="reset"].link,
input[type="submit"].link,
.bttn.link {
  background: transparent;
  color: #383838;
  border: 0 none;
}
button.link,
input[type="button"].link,
input[type="reset"].link,
input[type="submit"].link,
.bttn.link,
button.link.small,
input[type="button"].link.small,
input[type="reset"].link.small,
input[type="submit"].link.small,
.bttn.link.small,
button.link.large,
input[type="button"].link.large,
input[type="reset"].link.large,
input[type="submit"].link.large,
.bttn.link.large {
  padding: 0;
}
button.link:hover,
input[type="button"].link:hover,
input[type="reset"].link:hover,
input[type="submit"].link:hover,
.bttn.link:hover {
  text-decoration: underline;
}
button.icon:hover,
input[type="button"].icon:hover,
input[type="reset"].icon:hover,
input[type="submit"].icon:hover,
.bttn.icon:hover {
  text-decoration: none;
}
button.icon:before,
input[type="button"].icon:before,
input[type="reset"].icon:before,
input[type="submit"].icon:before,
.bttn.icon:before {
  margin-right: 1em;
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  
}
button.icon.icon-right:before,
input[type="button"].icon.icon-right:before,
input[type="reset"].icon.icon-right:before,
input[type="submit"].icon.icon-right:before,
.bttn.icon.icon-right:before {
  float: right;
  height: inherit;
  line-height: inherit;
  margin-right: 0;
  margin-left: 1em;
}
button.icon.add:before,
input[type="button"].icon.add:before,
input[type="reset"].icon.add:before,
input[type="submit"].icon.add:before,
.bttn.icon.add:before {
  content: "\f067";
}
button.icon.edit:before,
input[type="button"].icon.edit:before,
input[type="reset"].icon.edit:before,
input[type="submit"].icon.edit:before,
.bttn.icon.edit:before {
  content: "\f040";
}
button.icon.delete:before,
input[type="button"].icon.delete:before,
input[type="reset"].icon.delete:before,
input[type="submit"].icon.delete:before,
.bttn.icon.delete:before {
  content: "\f1f8";
}
button.icon.search:before,
input[type="button"].icon.search:before,
input[type="reset"].icon.search:before,
input[type="submit"].icon.search:before,
.bttn.icon.search:before {
  content: "\f002";
}
button.icon.mail:before,
input[type="button"].icon.mail:before,
input[type="reset"].icon.mail:before,
input[type="submit"].icon.mail:before,
.bttn.icon.mail:before {
  content: "\f003";
}
button.icon.phone:before,
input[type="button"].icon.phone:before,
input[type="reset"].icon.phone:before,
input[type="submit"].icon.phone:before,
.bttn.icon.phone:before {
  content: "\f095";
}
button.icon.arrow-left:before,
input[type="button"].icon.arrow-left:before,
input[type="reset"].icon.arrow-left:before,
input[type="submit"].icon.arrow-left:before,
.bttn.icon.arrow-left:before {
  content: "\f053";
}
button.icon.arrow-right:before,
input[type="button"].icon.arrow-right:before,
input[type="reset"].icon.arrow-right:before,
input[type="submit"].icon.arrow-right:before,
.bttn.icon.arrow-right:before {
  content: "\f054";
}
button.icon.arrow-top:before,
input[type="button"].icon.arrow-top:before,
input[type="reset"].icon.arrow-top:before,
input[type="submit"].icon.arrow-top:before,
.bttn.icon.arrow-top:before {
  content: "\f077";
}
button.icon.arrow-bottom:before,
input[type="button"].icon.arrow-bottom:before,
input[type="reset"].icon.arrow-bottom:before,
input[type="submit"].icon.arrow-bottom:before,
.bttn.icon.arrow-bottom:before {
  content: "\f078";
}
button.icon.geo:before,
input[type="button"].icon.geo:before,
input[type="reset"].icon.geo:before,
input[type="submit"].icon.geo:before,
.bttn.icon.geo:before {
  content: "\f041";
}
button.icon.approve:before,
input[type="button"].icon.approve:before,
input[type="reset"].icon.approve:before,
input[type="submit"].icon.approve:before,
.bttn.icon.approve:before {
  content: "\f00c";
}
button.icon.star:before,
input[type="button"].icon.star:before,
input[type="reset"].icon.star:before,
input[type="submit"].icon.star:before,
.bttn.icon.star:before {
  content: "\f006";
}
button.icon.star:hover:before,
input[type="button"].icon.star:hover:before,
input[type="reset"].icon.star:hover:before,
input[type="submit"].icon.star:hover:before,
.bttn.icon.star:hover:before,
button.icon.star-0:before,
input[type="button"].icon.star-0:before,
input[type="reset"].icon.star-0:before,
input[type="submit"].icon.star-0:before,
.bttn.icon.star-0:before {
  content: "\f005";
}
button.icon.favorite:before,
input[type="button"].icon.favorite:before,
input[type="reset"].icon.favorite:before,
input[type="submit"].icon.favorite:before,
.bttn.icon.favorite:before {
  content: "\f08a";
}
button.icon.favorite:hover:before,
input[type="button"].icon.favorite:hover:before,
input[type="reset"].icon.favorite:hover:before,
input[type="submit"].icon.favorite:hover:before,
.bttn.icon.favorite:hover:before,
button.icon.favorited:before,
input[type="button"].icon.favorited:before,
input[type="reset"].icon.favorited:before,
input[type="submit"].icon.favorited:before,
.bttn.icon.favorited:before {
  content: "\f004";
}
button.icon.home:before,
input[type="button"].icon.home:before,
input[type="reset"].icon.home:before,
input[type="submit"].icon.home:before,
.bttn.icon.home:before {
  content: "\f015";
}
button.icon.shopping-cart:before,
input[type="button"].icon.shopping-cart:before,
input[type="reset"].icon.shopping-cart:before,
input[type="submit"].icon.shopping-cart:before,
.bttn.icon.shopping-cart:before {
  content: "\f07a";
}
button.icon.shopping-bag:before,
input[type="button"].icon.shopping-bag:before,
input[type="reset"].icon.shopping-bag:before,
input[type="submit"].icon.shopping-bag:before,
.bttn.icon.shopping-bag:before {
  content: "\f290";
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.bttn.small {
  height: 35px;
  line-height: 35px;
}
.pdp-bttn {
  min-width: unset !important;
  max-width: calc(100% - 55px);
  padding: 0;
  line-height: normal;
  background: #383838;
}
.pdp-bttn:hover {
  background: #383838;
}
.pdp-bttn input {
  background: #383838;
}
.pdp-bttn input:hover {
  background: #383838;
}
input.bttn {
  padding: 0 15px;
  border: 0 none;
  cursor: pointer;
}
.btnDisabled {
  cursor: pointer;
  opacity: 0.3;
}
.deleteButton,
.deleteCodeSmall,
.deleteCode {
  background: url(../../../images/deleteSmall.png) no-repeat 0 0;
  background-size: 78%;
  height: 17px;
  width: 22px;
  text-indent: 999999px;
  overflow: hidden;
  display: block;
  position: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.deleteButton:hover,
.deleteCodeSmall:hover,
.deleteCode:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  background-position: 0 -17px;
}
a.back {
  float: right;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  display: block;
  background: transparent url(../../../images/back.png) no-repeat left center;
}
a.addItemLnk {
  padding: 5px 0 5px 30px;
  display: block;
  background: transparent url(../../../images/add.png) no-repeat left center;
}
.itemBtn {
  margin: 2px 0;
}
.submitCode {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
.bttn-next-green {
  background: #4ca950;
}
.bttn-next-green a {
  color: white;
  text-decoration: none;
}
.bttn-next-green:hover {
  background: #3aa03f;
}
.bttn-next-green:after {
  content: url(../../../images/svg/buttons/btn-arrow-right.svg);
  top: 1px;
  right: 4%;
  position: absolute;
}
.bttn-cta {
  background: #ed7d3a;
  height: 46px;
  padding: 4px 24px;
  margin-top: 10px;
}
.bttn-cta a {
  color: white;
  text-decoration: none;
}
.bttn-cta:hover {
  background: #ee6c1f;
}
.bttn-cta:after {
  content: url(../../../images/svg/buttons/btn-arrow-right.svg);
  top: 4px;
  right: 4%;
  position: absolute;
}
.bttn-cta-mini {
  background: #ed7d3a;
  padding: 4px 24px;
  height: 38px;
  width: -webkit-fill-available;
  width: -moz-available;
}
.bttn-cta-mini a {
  color: white;
  text-decoration: none;
}
.bttn-cta-mini:hover {
  background: #ee6c1f;
}
.bttn-cta-mini:after {
  content: url(../../../images/svg/buttons/btn-arrow-right.svg);
  top: 4px;
  right: 4%;
  height: 40px;
  position: absolute;
}
.bttn-back {
  color: #888888;
  background: white;
  border: 1px solid #ababab;
}
.bttn-back a {
  text-decoration: none;
}
.bttn-back:hover {
  color: #888888;
  background: #efefef;
}
.bttn-back:before {
  content: url(../../../images/svg/buttons/btn-dark-arrow-left.svg);
  left: 4%;
  position: absolute;
}
.bttn-next-white {
  color: #888888;
  background: white;
  border: 1px solid #ababab;
}
.bttn-next-white a {
  text-decoration: none;
}
.bttn-next-white:hover {
  color: #888888;
  background: #efefef;
}
.bttn-next-white:before {
  content: url(../../../images/svg/buttons/btn-dark-arrow-right.svg);
  right: 4%;
  position: absolute;
}
.bttn-back-white {
  color: #888888;
  background: white;
  border: 1px solid #ababab;
}
.bttn-back-white a {
  text-decoration: none;
}
.bttn-back-white:hover {
  color: #888888;
  background: #efefef;
}
.bttn-back-white:before {
  content: url(../../../images/svg/buttons/btn-dark-arrow-left.svg);
  left: 4%;
  position: absolute;
}
.bttn-grey {
  color: white;
  background: #ababab;
  border: 1px solid #ababab;
}
.bttn-grey a {
  text-decoration: none;
}
.bttn-grey:hover {
  background: #999999;
}
.bttn-view-stock {
  max-width: 44%;
  background: white;
  border: 1px solid #ababab;
  line-height: 37px;
  font-weight: 400;
  margin-left: 0 !important;
  display: inline-block;
  cursor: pointer;
}
.bttn-view-stock:before {
  content: url(../../../images/svg/buttons/btn-location.svg);
  width: 18px;
  top: 4px;
  right: 4%;
  position: absolute;
}
.bttn-view-stock a {
  color: #888888;
  text-decoration: none;
}
.bttn-view-stock:hover {
  color: #888888;
  background: #efefef;
}
.toggle {
  display: block;
  width: 100%;
  /*height: 26px;*/
  cursor: pointer;
}
.toggle:after {
  content: "";
  color: black;
  position: absolute;
  right: 0;
  width: 50px;
  height: 26px;
  background: url(../../../images/svg/buttons/btn-dark-arrow-right.svg) no-repeat center center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position-y: -4px;
}
.toggle.overview-arrow:after {
  background: url(../../../images/svg/buttons/btn-dark-arrow-left.svg) no-repeat center center;
  background-position-y: -8px;
  height: 22px;
}
.bttn-kiosk-search {
  background: #4ca950 !important;
  max-width: 100%;
}
.dsa__accountoptions {
  position: absolute;
  display: block;
  top: 35px;
  right: 85px;
}
.dsa__accountoptions .accountButton {
  background: white;
  padding: 15px 18px 15px 19px;
  display: block;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dsa__accountoptions .accountButton:after {
  content: '\f007';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
}
.voucher-toggle {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  border: 1px solid #dddddd;
  padding: 10px;
  text-align: center;
  height: auto;
  border-radius: 8px;
  color: #242422;
}
.voucher-toggle:after {
  content: "";
  color: black;
  position: absolute;
  width: 27px;
  height: 18px;
  background: url(../../../images/svg/buttons/btn-dark-arrow-right-black.svg) no-repeat center center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-position-y: -8px;
  right: 9px;
}
.voucher-toggle.voucher-arrow:after {
  background: url(../../../images/svg/buttons/btn-dark-arrow-right-black.svg) no-repeat center center;
  background-position-y: -8px;
  height: 22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 892px) {
  .bttn,
  .bttn-back,
  .bttn-next-white,
  .bttn-back-white,
  .bttn-grey {
    min-width: 100%;
    margin-bottom: 18px;
  }
  .fake-btn.bttn.bttn-cta {
    margin-bottom: 0px;
  }
  .bttn-cta-mini {
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: auto;
  }
  .bttn-view-stock {
    padding: 0;
  }
}
@media screen and (max-width: 892px) {
  .bttn-back,
  .bttn-next-white,
  .bttn-back-white,
  .bttn-grey {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #fake-btn-mobile {
    display: inline-block;
    margin-bottom: 18px;
  }
  #fake-btn-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #fake-btn-mobile {
    display: none;
  }
  #fake-btn-desktop {
    display: inline-block;
  }
}
@media screen and (min-width: 460px) and (max-width: 768px) {
  .bttn-cta-mini {
    max-width: 100%;
  }
}
.bttn-underline {
  text-decoration: underline;
}
.CybotCookiebotDialogBodyButton {
  height: 50px;
  line-height: 0;
}
